body {
  font-family: "Poppins" !important;
  font-weight: 300;
  color: #00243D;
}
body:not(#main-footer) {
  hyphens: auto;
}
h1 {
  font-size: 3em!important;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 40px!important;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px!important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tenor Sans", sans-serif !important;
  color: #00243D;
  font-weight: 700;
  hyphens: manual;
}
h2 {
  font-size: 35px!important;
  color: #946F00;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px!important;
  }
}
h3 {
  color: #00243D;
  font-size: 22px!important;
}
h3,
h4 {
  line-height: 1.3em;
}
.noPictures .et_portfolio_image {
  display: none!important;
}
header {
  box-shadow: unset!important;
}
@media screen and (max-width: 575px) {
  header .container {
    width: 90%;
  }
}
#footer-bottom {
  display: none;
}
.et_pb_button {
  line-height: 1em!important;
  background-color: #a01836;
  border-color: #a01836;
  padding: 0.5em 1em !important;
  border-radius: 0 15px 15px 15px!important;
  color: white;
}
.et_pb_button:after {
  display: none!important;
}
.et_pb_button:hover {
  background-color: white!important;
  color: #a01836;
  border-color: #a01836 !important;
  line-height: 1em!important;
}
.et_pb_button:hover:after {
  display: none!important;
}
#top-menu-nav #top-menu > li > a {
  padding-left: 15px;
}
#et_mobile_nav_menu li.current_page_item > a:before,
#top-menu li.current_page_item > a:before {
  content: "";
  background-color: #a01836;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 5px;
  position: absolute;
  top: 1.5px;
  left: 0;
}
#et_mobile_nav_menu .sub-menu li.current_page_item > a:before,
#top-menu .sub-menu li.current_page_item > a:before {
  top: 15px;
}
#et_mobile_nav_menu a {
  position: relative;
}
#et_mobile_nav_menu .mobile_nav > ul > li > a:before {
  top: 50%;
  transform: translate(0, -50%);
  left: 5px;
}
#et_mobile_nav_menu .menu-item-has-children > a {
  background-color: transparent!important;
}
#et-top-navigation li a {
  font-weight: 300;
}
#et-top-navigation li.current_page_item > a {
  font-weight: 600;
}
.header-section {
  padding-top: 0!important;
  max-width: 1600px;
  margin: auto;
  z-index: 1;
}
.header-section .et_pb_row {
  width: 100%;
  max-width: 100%;
}
.header-section .et_pb_row:not(:nth-child(2)) {
  min-height: 70vh;
}
@media screen and (max-width: 980px) {
  .header-section .et_pb_row:not(:nth-child(2)) {
    min-height: 50vh;
  }
}
.header-section .et_pb_row:first-child {
  display: flex;
  border-radius: 0 150px 150px 150px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .header-section .et_pb_row:first-child {
    border-radius: 0 80px 80px 80px;
  }
}
.header-section .et_pb_row:first-child .et_pb_column {
  width: 80%!important;
  max-width: 1240px;
  margin: auto!important;
  float: unset;
}
@media screen and (max-width: 575px) {
  .header-section .et_pb_row:first-child .et_pb_column {
    width: 90% !important;
  }
}
@media screen and (min-width: 981px) {
  .header-section .et_pb_row:first-child .et_pb_column {
    min-height: 900px;
  }
}
@media screen and (min-width: 768px) {
  .header-section .et_pb_row:first-child .et_pb_column .et_pb_module {
    max-width: 55%;
  }
}
.header-section .et_pb_row:first-child .et_pb_column .et_pb_module h1 {
  color: #00243D !important;
  line-height: 1.2em;
  hyphens: none;
}
@media screen and (max-width: 767px) {
  .header-section .et_pb_row:nth-child(2) {
    background-color: #e1e8ea;
    margin-top: -80px;
    padding-top: 130px;
    padding-bottom: 0;
  }
  .header-section .et_pb_row:nth-child(2) .et_pb_column {
    width: 90% !important;
    margin: auto!important;
    float: unset;
  }
  .header-section .et_pb_row:nth-child(2) .et_pb_column h1 {
    line-height: 1.2em;
    text-align: center;
  }
  .header-section .et_pb_row:nth-child(2) .et_pb_column p {
    text-align: center;
  }
}
.header-section .et_pb_row:last-child {
  padding-top: 0!important;
  margin-top: -150px;
}
@media screen and (max-width: 767px) {
  .header-section .et_pb_row:last-child {
    margin-top: 0px;
  }
}
.header-section .et_pb_row:last-child .et_pb_column {
  padding-top: 250px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .header-section .et_pb_row:last-child .et_pb_column {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 980px) {
  .header-section .et_pb_row:last-child .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .header-section .et_pb_row:last-child .et_pb_column:first-child {
    flex-wrap: unset!important;
    flex-direction: column;
  }
}
@media screen and (min-width: 981px) {
  .header-section .et_pb_row:last-child .et_pb_column:first-child .et_pb_module {
    max-width: calc(1080px * 0.33);
    margin-right: 100px;
    margin-left: 30%;
  }
  .header-section .et_pb_row:last-child .et_pb_column:first-child .et_pb_module:not(:last-child) {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 980px) {
  .header-section .et_pb_row:last-child .et_pb_column:first-child .et_pb_module:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header-section .et_pb_row:last-child .et_pb_column:first-child .et_pb_module:not(:last-child) {
    margin-right: 0px;
  }
}
.header-section .et_pb_row:last-child .et_pb_column:first-child .et_pb_module .et_pb_main_blurb_image {
  margin-bottom: 10px;
}
.header-section .et_pb_row:last-child .et_pb_column:first-child .et_pb_blurb .et_pb_module_header {
  font-weight: 600;
  color: #00243D;
}
.header-section .et_pb_row:last-child .et_pb_column:first-child .et_pb_blurb .et_pb_image_wrap span {
  color: #00243D !important;
}
.header-section .et_pb_row:last-child .et_pb_column:last-child {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-left: 150px;
}
@media screen and (max-width: 980px) {
  .header-section .et_pb_row:last-child .et_pb_column:last-child {
    padding-top: 100px;
    justify-content: center;
    padding-left: 0px;
  }
  .header-section .et_pb_row:last-child .et_pb_column:last-child p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .header-section .et_pb_row:last-child .et_pb_column:last-child {
    padding-top: 50px;
  }
}
.header-section .et_pb_row:last-child .et_pb_column:last-child .et_pb_module {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .header-section .et_pb_row:last-child .et_pb_column:last-child .et_pb_module {
    width: 80%;
  }
}
@media screen and (max-width: 980px) {
  .drops-element {
    display: flex;
    flex-direction: column;
  }
}
.drops-element .et_pb_column_empty {
  display: block!important;
  min-height: 500px;
}
.drops-element .et_pb_column_empty:first-child {
  border-radius: 0 70px 70px 70px;
}
.drops-element .et_pb_column_empty:last-child {
  border-radius: 70px 70px 70px 0;
}
@media screen and (max-width: 980px) {
  .drops-element .et_pb_column_empty:last-child {
    order: 1;
  }
}
.drops-element .et_pb_column:not(.et_pb_column_empty) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .drops-element .et_pb_column:not(.et_pb_column_empty) {
    order: 2;
  }
}
.drops-element .et_pb_column:not(.et_pb_column_empty) h2 {
  padding-bottom: 20px;
}
footer {
  background-image: url("/wp-content/uploads/2025/07/tsa-water_grafik-80.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer p,
footer li {
  line-height: 1.7em;
}
footer #menu-hauptmenue > li:first-child > a {
  display: none;
}
footer #menu-hauptmenue > li:first-child .sub-menu li {
  padding-left: 0;
  margin-left: 0;
}
footer ul li {
  margin-bottom: 0!important;
}
footer ul li:before {
  display: none!important;
}
@media screen and (max-width: 980px) {
  footer #footer-widgets .footer-widget:not(:last-child) {
    margin: 0 0 30px 0 !important;
  }
  footer ul li {
    padding-left: 0!important;
  }
  footer .footer-widget:last-child {
    width: 100% !important;
  }
  footer .footer-widget:last-child .fwidget {
    float: unset;
  }
  footer .footer-widget:last-child .menu {
    display: flex;
    justify-content: center;
  }
  footer .footer-widget:last-child .menu li:not(:first-child) {
    padding-left: 20px!important;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  footer .footer-widget:first-child {
    width: 100% !important;
  }
  footer .footer-widget:nth-child(3) .fwidget {
    float: right;
  }
}
.header-subpage {
  padding: 0!important;
  max-width: 1600px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .header-subpage {
    display: flex;
    flex-direction: column;
  }
}
.header-subpage .et_pb_row {
  padding: 0!important;
  width: 100%;
  max-width: 1600px!important;
}
@media screen and (min-width: 768px) {
  .header-subpage .et_pb_row {
    display: flex;
    min-height: 50vh;
  }
  .header-subpage .et_pb_row .et_pb_column {
    display: block;
  }
}
.header-subpage .et_pb_row:last-child .et_pb_column:last-child {
  border-radius: 0px 80px 80px 80px;
}
@media screen and (min-width: 768px) {
  .header-subpage .et_pb_row:last-child {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-subpage .et_pb_row:last-child .et_pb_column:last-child {
    min-height: 50vh;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header-subpage .et_pb_row:last-child {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .header-subpage .et_pb_row:first-child {
    border-radius: 0 80px 80px 0;
  }
  .header-subpage .et_pb_row:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 80px);
    height: 100%;
    background-image: url("/wp-content/uploads/2025/07/tsa-water_grafik-80.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .header-subpage .et_pb_row:first-child {
    background-image: url("/wp-content/uploads/2025/07/tsa-water_grafik-80.png");
    order: 2;
    padding-top: 130px!important;
    padding-bottom: 50px!important;
    margin-top: -80px;
  }
  .header-subpage .et_pb_row:first-child .et_pb_module {
    text-align: center;
    margin: auto;
  }
}
.header-subpage .et_pb_row:first-child .et_pb_column {
  max-width: 1240px;
  margin: auto!important;
  width: 80%!important;
  float: unset!important;
}
@media screen and (min-width: 768px) {
  .header-subpage .et_pb_row:first-child .et_pb_column .et_pb_module {
    width: 50%;
    padding-right: 40px;
  }
}
@media screen and (min-width: 981px) {
  .flex-center {
    display: flex;
    align-items: center;
  }
}
.et_pb_module:not(:last-child) {
  margin-bottom: 25px!important;
}
.et_pb_module ul {
  line-height: 1.7em;
  padding-bottom: 0;
}
.et_pb_module ul li::marker {
  color: #946F00;
}
@media screen and (max-width: 575px) {
  .et_pb_row {
    width: 90%;
  }
}
.et_pb_module.dipi_advanced_tabs .dipi-at-tabs {
  flex-wrap: wrap;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0) !important;
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: -60px !important;
  margin-left: 0px !important;
}
.et_pb_module.dipi_advanced_tabs .dipi-at-tabs .dipi-at-tab:not(.dipi-at-tab--active) {
  box-shadow: 0px 2px 25px 0px rgba(0, 24, 122, 0.08);
  padding-top: 30px !important;
  padding-right: 10px !important;
  padding-bottom: 30px !important;
  padding-left: 10px !important;
  margin: 0px 10px !important;
  background-color: #FFFFFF !important;
  border-radius: 10px!important;
}
@media screen and (max-width: 980px) {
  .et_pb_module.dipi_advanced_tabs .dipi-at-tabs .dipi-at-tab:not(.dipi-at-tab--active) {
    margin-top: 0!important;
    margin-bottom: 20px!important;
  }
}
@media screen and (max-width: 767px) {
  .et_pb_module.dipi_advanced_tabs .dipi-at-tabs .dipi-at-tab:not(.dipi-at-tab--active) {
    padding: 10px!important;
  }
}
.et_pb_module.dipi_advanced_tabs .dipi-at-tabs .dipi-at-tab:not(.dipi-at-tab--active):hover {
  align-items: unset!important;
  justify-content: flex-end;
}
.et_pb_module.dipi_advanced_tabs .dipi-at-tabs .dipi-at-tab:not(.dipi-at-tab--active):hover .dipi-at-tab-container {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
.et_pb_module.dipi_advanced_tabs .dipi-at-tabs .dipi-at-tab:not(.dipi-at-tab--active):hover .et-pb-icon {
  display: block!important;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.et_pb_module.dipi_advanced_tabs .dipi-at-tabs .dipi-at-tab.dipi-at-tab--active {
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  padding-top: 30px !important;
  padding-right: 10px !important;
  padding-bottom: 30px !important;
  padding-left: 10px !important;
  margin-top: -10px !important;
  margin-right: 10px !important;
  margin-bottom: 0px !important;
  margin-left: 10px !important;
  background-color: #946F00 !important;
}
.et_pb_module.dipi_advanced_tabs .dipi-at-tabs .dipi-at-tab.dipi-at-tab--active .dipi-at-tab-title {
  color: white!important;
}
@media screen and (max-width: 980px) {
  .et_pb_module.dipi_advanced_tabs .dipi-at-tabs .dipi-at-tab.dipi-at-tab--active {
    margin-top: 0!important;
    margin-bottom: 20px!important;
  }
}
@media screen and (max-width: 767px) {
  .et_pb_module.dipi_advanced_tabs .dipi-at-tabs .dipi-at-tab.dipi-at-tab--active {
    padding: 10px!important;
  }
}
.et_pb_module.dipi_advanced_tabs .dipi-at-tabs .dipi-at-tab {
  align-items: center!important;
  min-width: 200px!important;
  max-width: 200px!important;
}
@media screen and (max-width: 980px) {
  .et_pb_module.dipi_advanced_tabs .dipi-at-tabs .dipi-at-tab {
    min-width: 40%!important;
    margin-bottom: 40%!important;
  }
}
@media screen and (max-width: 767px) {
  .et_pb_module.dipi_advanced_tabs .dipi-at-tabs .dipi-at-tab {
    min-width: 90%!important;
    margin-bottom: 90%!important;
  }
}
.et_pb_module.dipi_advanced_tabs .dipi-at-tabs .dipi-at-tab .dipi-at-tab-title {
  text-align: center!important;
  font-family: "Tenor Sans", sans-serif !important;
  font-weight: 700;
  font-size: 20px!important;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .et_pb_module.dipi_advanced_tabs .dipi-at-tabs .dipi-at-tab .dipi-at-tab-title {
    font-size: 18px!important;
  }
}
.et_pb_module.dipi_advanced_tabs .dipi-at-tabs .dipi-at-tab .et-pb-icon {
  display: none;
}
@media screen and (max-width: 980px) {
  .et_pb_module.dipi_advanced_tabs .dipi-at-tabs {
    flex-wrap: wrap;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 0) !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: -60px !important;
    margin-left: 0px !important;
  }
}
.et_pb_module.dipi_advanced_tabs .dipi-at-panels {
  border-radius: 15px 15px 15px 15px;
  overflow: hidden;
  width: 100%;
  padding-top: 120px !important;
  padding-right: 50px !important;
  padding-bottom: 50px !important;
  padding-left: 50px !important;
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  background-color: #F0F3F5 !important;
}
@media screen and (max-width: 767px) {
  .et_pb_module.dipi_advanced_tabs .dipi-at-panels {
    padding: 80px 25px 30px 25px!important;
  }
}
.et_pb_module.dipi_timeline .ribbon-icon.active {
  background-color: #946F00 !important;
}
.maps-hover-text.et_pb_row .et_pb_column {
  max-width: 700px;
  margin: auto!important;
  float: unset;
}
.maps-hover-text .et_pb_module.dipi_image_hotspot .et_pb_module_inner .dipi-hotspot span {
  color: #946f00 !important;
}
@media screen and (max-width: 767px) {
  .maps-hover-text .et_pb_module.dipi_image_hotspot .et_pb_module_inner .dipi-hotspot span {
    font-size: 15px;
  }
}
.maps-hover-text .et_pb_module.dipi_image_hotspot .et_pb_module_inner .dipi-hotspot span:hover {
  color: #a01836 !important;
}
.maps-hover-text .et_pb_module.dipi_image_hotspot .et_pb_module_inner .dipi-tooltip-wrap {
  border-radius: 70px 70px 70px 70px !important;
  background-color: #e1e8ea !important;
  padding-top: 40px !important;
  padding-right: 30px !important;
  padding-bottom: 40px !important;
  padding-left: 30px !important;
}
.maps-hover-text .et_pb_module.dipi_image_hotspot .et_pb_module_inner .dipi-tooltip-wrap.dipi-tooltip-position-left:before {
  border-left-color: #e1e8ea !important;
}
.maps-hover-text .et_pb_module.dipi_image_hotspot .et_pb_module_inner .dipi-tooltip-wrap.dipi-tooltip-position-right:before {
  border-right-color: #e1e8ea !important;
}
.maps-hover-text .et_pb_module.dipi_image_hotspot .et_pb_module_inner .dipi-tooltip-wrap .dipi-tooltip-desc {
  font-size: 15px!important;
  line-height: 1.5em;
  margin-bottom: 0!important;
}
.maps-hover-text .et_pb_module.dipi_image_hotspot .et_pb_module_inner .dipi-tooltip-wrap .dipi-tooltip-desc strong {
  hyphens: none;
}
.maps-hover-text .et_pb_module.dipi_image_hotspot .et_pb_module_inner .dipi-tooltip-wrap .dipi-tooltip-image-icon img {
  width: auto!important;
  max-height: 50px;
}
#et_pb_contact_form_0 {
  /*
  .et_pb_contact_field_4{
    .et_pb_contact_form_label{
      display: none;
    }
  }
   */
}
#et_pb_contact_form_0 .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
  display: none;
}
#et_pb_contact_form_0 .et_pb_contact_submit:not(:hover) {
  color: #fff;
}
#et_pb_contact_form_0 .et_pb_contact_form_label {
  display: block;
}
#et_pb_contact_form_0 input::placeholder,
#et_pb_contact_form_0 textarea::placeholder {
  color: transparent;
}
#et_pb_contact_form_0 select:has(option[value]:checked) {
  color: #00243D;
}
.contact-form-step {
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
}
.contact-form-step .et_pb_text_inner::before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #a01836;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-left: -50px;
}
.contact-form-step.contact-form-step1 .et_pb_text_inner::before {
  content: "1";
}
.contact-form-step.contact-form-step2 .et_pb_text_inner::before {
  content: "2";
}
.contact-form-step.contact-form-step3 .et_pb_text_inner::before {
  content: "3";
}
/* Bezugscontainer */
.et_pb_row_2 {
  position: relative;
}
.et_pb_column_3,
.et_pb_column_4 {
  overflow: visible;
}
/* Pfeil-Wrapper positionieren */
.tsa-arrow-wrap {
  position: absolute;
  top: -120px;
  left: 50px;
  width: 640px;
  pointer-events: none;
  z-index: 999;
  overflow: visible;
}
.tsa-arrow-wrap svg {
  overflow: visible;
}
.tsa-arrow-wrap .tsa-draw-arrow {
  /* Gestrichelte Linie (pathLength=1 -> Prozentangaben) */
  /* Haken-Spitze wie im Beispielbild */
  /* Reveal-Animation */
}
.tsa-arrow-wrap .tsa-draw-arrow .tsa-arrow-path {
  stroke: #00243D;
  stroke-width: 8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 0.02 0.04;
  /* mehr, feinere Striche */
  stroke-dashoffset: 0;
  /* bei Bedarf -0.015 .. -0.03 feinjustieren */
}
.tsa-arrow-wrap .tsa-draw-arrow .tsa-head-alone {
  stroke: #00243D;
  stroke-width: 8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  opacity: 0;
  /* erst am Ende einblenden */
  transition: opacity 0.25s ease;
}
.tsa-arrow-wrap .tsa-draw-arrow.show-head .tsa-head-alone {
  opacity: 1;
}
.tsa-arrow-wrap .tsa-draw-arrow .tsa-reveal {
  /* Länge/Offset setzt JS */
}
.tsa-arrow-wrap .tsa-draw-arrow.is-ready .tsa-reveal {
  transition: stroke-dashoffset 1.8s ease-out;
}
/* Motion-Preference */
@media (prefers-reduced-motion: reduce) {
  .tsa-draw-arrow.is-ready .tsa-reveal {
    transition: none;
  }
}
/* Mobile */
@media (max-width: 980px) {
  .tsa-arrow-wrap {
    display: none;
  }
}
.dipi-carousel-main .swiper-container-horizontal .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
#main-footer #footer-widgets .footer-widget:nth-child(4) .widget_nav_menu .menu-item:nth-child(2) {
  margin-bottom: 24px!important;
}
#main-content a:not(.et_pb_button):focus-visible {
  outline: 2px solid #00243D !important;
  border-radius: 3px !important;
}
#main-content a.et_pb_button:focus-visible {
  outline: 2px solid #00243D !important;
  border-radius: 3px !important;
}
#main-content a:focus-visible img {
  outline: 2px solid #00243D !important;
  border-radius: 4px !important;
  outline-offset: 2px;
}
#main-header a:focus-visible,
#top-header a:focus-visible,
#main-footer a:focus-visible {
  outline: 2px solid #00243D !important;
  border-radius: 3px !important;
}
.single-post .post-image .et_pb_image_wrap {
  border-radius: 0 70px 70px 70px;
  overflow: hidden;
  aspect-ratio: 900/450;
}
.single-post .post-image .et_pb_image_wrap img {
  object-fit: cover;
  object-position: center;
}
.single-post .et_builder_inner_content .et_pb_section {
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  .single-post .et_builder_inner_content .et_pb_section .et_pb_row {
    width: 100%;
  }
}
.header-2 {
  display: flex;
  z-index: 9;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
}
@media screen and (max-width: 767px) {
  .header-2 {
    margin-bottom: 50px;
  }
}
.mobile-header {
  padding-top: 0px;
  margin-top: -7rem !important;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .dipi-typing {
    padding-bottom: 3rem!important;
  }
}
/*# sourceMappingURL=custom.css.map */