body,
html {
  overflow-x: hidden;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-line-pack: start;
      align-content: start;
}

.column-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.padding-right-to-align {
  padding-right: calc((100vw - var(--wp--style--global--wide-size)) / 2) !important;
}

.padding-left-to-align {
  padding-left: calc((100vw - var(--wp--style--global--wide-size)) / 2) !important;
}

.padding-top-65 {
  padding-top: var(--wp--preset--spacing--spacing-65) !important;
}

.right_space_menu {
  gap: var(--wp--preset--spacing--spacing-65) !important;
}

.min-height-580 {
  min-height: clamp(300px, 38.36vw, 580px) !important;
}

.min-height-630 {
  min-height: clamp(300px, 48.02vw, 630px) !important;
}

.min-height-500 {
  min-height: clamp(300px, 38.11vw, 500px) !important;
}

.left-background-size {
  background-size: 40% 80% !important;
}

@media screen and (max-width: 768px) {
  .left-background-size {
    background-size: contain !important;
    background-position: 50% 50% !important;
  }
}

.with_bottom_arrow {
  position: relative;
}

.with_bottom_arrow:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -15px;
  right: 0;
  width: calc(100vw - calc((100vw - var(--wp--style--global--wide-size)) / 2));
  height: 5px;
  padding: 5px 0;
  background-image: url("../images/smooth-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

[class*="aspect-ratio-"] {
  height: auto;
}

[class*="aspect-ratio-"]::before {
  content: "";
  display: block;
}

.aspect-ratio-164-79 {
  aspect-ratio: 164 / 79;
}

.aspect-ratio-16-9 {
  aspect-ratio: 16 / 9;
}

.aspect-ratio-4-3 {
  aspect-ratio: 4 / 3;
}

.aspect-ratio-1-1 {
  aspect-ratio: 1 / 1;
}

.aspect-ratio-3-2 {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-21-9 {
  aspect-ratio: 21 / 9;
}

.aspect-ratio-2andhalf-1 {
  aspect-ratio: 2.59/1;
}

.portal_inner_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: start;
}

.portal_inner_content > div {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.inner_portal_bar {
  height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.inner_portal_bar .newsletter_holder form.wp-block-gutena-forms.gutena-forms-newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner_portal_bar .newsletter_holder form.wp-block-gutena-forms.gutena-forms-newsletter-form .gutena-forms-submit-button.arrow-right button {
  background: url(../images/arrow-right.svg) no-repeat center center;
}

.newsletter_holder.footer form .wp-block-buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.newsletter_holder.footer form input.gutena-forms-field.email-field {
  color: white;
  font-family: var(--wp--preset--font-family--gotham-book);
  font-size: var(--wp--preset--font-size--x-14);
  font-weight: 400;
  line-height: 1.1;
}

.newsletter_holder.footer form input.gutena-forms-field.email-field::-webkit-input-placeholder {
  color: white;
}

.newsletter_holder.footer form input.gutena-forms-field.email-field:-ms-input-placeholder {
  color: white;
}

.newsletter_holder.footer form input.gutena-forms-field.email-field::-ms-input-placeholder {
  color: white;
}

.newsletter_holder.footer form input.gutena-forms-field.email-field::placeholder {
  color: white;
}

.full_width_container {
  width: 100%;
}

.hide_container {
  display: none !important;
}

.wp-admin .hide_container {
  position: relative;
  border: 2px dashed gray;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 10px !important;
}

.wp-admin .hide_container::before {
  content: "Hide on front-end";
  font-family: var(--wp--preset--font-family--gotham-book);
  font-size: var(--wp--preset--font-size--x-13);
  font-weight: 400;
  line-height: 1.3;
  color: var(--wp--preset--color--black);
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(128, 128, 128, 0.3);
}

.remove_underline {
  text-decoration: none !important;
}

.remove_underline a {
  text-decoration: none !important;
}

.cb-button-prev.swiper-button-prev {
  left: 10px;
}

.cb-button-next.swiper-button-next {
  right: 10px;
}

.cb-button-prev.swiper-button-prev:after,
.cb-button-next.swiper-button-next:after {
  color: white !important;
}

footer.wp-block-template-part {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  footer.wp-block-template-part .footer_logo_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-line-pack: start;
        align-content: start;
    gap: var(--wp--preset--spacing--spacing-20);
  }
  footer.wp-block-template-part nav.wp-block-navigation,
  footer.wp-block-template-part ul.wp-block-navigation__container {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-line-pack: start !important;
        align-content: start !important;
    text-align: left !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
}

.scroll-sticky-layout .wp-block-column:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.sticky-heading-component .wp-block-columns {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sticky-heading-component .wp-block-columns .wp-block-column:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.link_to_directory {
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.link_to_directory img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link_to_directory:hover img {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.wp-block-gutena-form-field .gutena-forms-field {
  padding: 11px 18px !important;
}

select.gutena-forms-field option {
  color: var(--wp--preset--color--black) !important;
  font-family: var(--wp--preset--font-family--gotham-book) !important;
  font-size: var(--wp--preset--font-size--x-16) !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
  text-decoration: none !important;
  text-align: left !important;
}

.styled_select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cmask id='mask0_828_2682' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3e%3crect width='24' height='24' fill='%23D9D9D9'/%3e%3c/mask%3e%3cg mask='url(%23mask0_828_2682)'%3e%3cpath d='M18 9.41992L12 15.4199L6 9.41992L7.065 8.35492L12 13.2899L16.935 8.35492L18 9.41992Z' fill='%232D56A2'/%3e%3c/g%3e%3c/svg%3e");
  background-position: right 25px center;
  background-repeat: no-repeat;
  background-size: 24px;
}

.styled_select select {
  padding-right: var(--wp--preset--spacing--spacing-35) !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.gutena-forms-btn-progress div {
  background: var(--wp--preset--color--dark-blue) !important;
}

.wp-block-button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wp-block-button .wp-block-button__link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 50px;
}

.wp-block-button.normal-button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wp-block-button.normal-button:hover {
  background-color: var(--wp--preset--color--dark-blue) !important;
  color: var(--wp--preset--color--white) !important;
  border-color: #ffffff66 !important;
}

.wp-block-button.normal-button:hover .wp-block-button__link {
  border-color: #ffffff66 !important;
  background-color: var(--wp--preset--color--dark-blue) !important;
  color: var(--wp--preset--color--white) !important;
}

.wp-block-button.filled-button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wp-block-button.filled-button:hover {
  background-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--dark-blue) !important;
  border-color: var(--wp--preset--color--medium-blue) !important;
}

.wp-block-button.filled-button:hover .wp-block-button__link {
  border-color: var(--wp--preset--color--medium-blue) !important;
  background-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--dark-blue) !important;
}

.wp-block-button.white_button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wp-block-button.white_button:hover {
  background-color: var(--wp--preset--color--dark-blue) !important;
  color: var(--wp--preset--color--white) !important;
  border-color: var(--wp--preset--color--medium-blue) !important;
}

.wp-block-button.white_button:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--dark-blue) !important;
  color: var(--wp--preset--color--white) !important;
  border-color: var(--wp--preset--color--medium-blue) !important;
}

.linkable_div.clickable-div {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.linkable_div.clickable-div:hover .arrow_linkable_div, .linkable_div.clickable-div.linkable-div-hover .arrow_linkable_div {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.linkable_div.clickable-div:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.linkable_div.clickable-div .arrow_linkable_div {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.wp-block-bab-accordion dl.babAccordion.vertical dt {
  padding-top: var(--wp--preset--spacing--spacing-40) !important;
  padding-bottom: var(--wp--preset--spacing--spacing-30) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 1px solid var(--wp--preset--color--gainsboro) !important;
  -webkit-transition: all 0.1s ease-in-out !important;
  transition: all 0.1s ease-in-out !important;
}

.wp-block-bab-accordion dl.babAccordion.vertical dt span {
  font-family: var(--wp--preset--font-family--gotham-medium) !important;
  font-size: var(--wp--preset--font-size--x-22) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  color: black !important;
}

.wp-block-bab-accordion dl.babAccordion.vertical dt.accordionExpanded {
  border-bottom: none !important;
}

.wp-block-bab-accordion dl.babAccordion.vertical dd {
  font-family: var(--wp--preset--font-family--gotham-book) !important;
  font-size: var(--wp--preset--font-size--x-18) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  color: black !important;
  padding-top: 0 !important;
  padding-bottom: var(--wp--preset--spacing--spacing-40) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 1px solid var(--wp--preset--color--gainsboro) !important;
}

.wp-block-bab-accordion dl.babAccordion.vertical dd p {
  margin: 0 !important;
}

.sign-up-link button {
  font-size: var(--wp--preset--font-size--x-13) !important;
  font-weight: 700 !important;
  font-family: var(--wp--preset--font-family--gotham-bold) !important;
  color: var(--wp--preset--color--dark-blue) !important;
  text-decoration: none !important;
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase !important;
}

.sign-up-link button:hover {
  color: var(--wp--preset--color--medium-blue) !important;
}

@media screen and (min-width: 1024px) {
  .fixed_column {
    position: fixed;
    top: 0;
    left: 0;
    width: 33%;
    height: 100vh;
    overflow: hidden;
  }
  .fixed_column + div {
    margin-left: 33%;
  }
  .fixed-column-50 {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    overflow: hidden;
  }
  .fixed-column-50 + div {
    margin-left: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .fixed_column {
    position: relative !important;
    height: unset !important;
  }
  .fixed_column + div {
    margin-left: unset !important;
  }
}

.custom-recover-password-form h3,
.custom-new-password-form h3 {
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--spacing-10);
  font-size: var(--wp--preset--font-size--x-20);
  font-family: var(--wp--preset--font-family--gotham-bold);
  font-weight: 700;
  line-height: 1.6;
  color: var(--wp--preset--color--black);
}

.custom-recover-password-form #pms_recover_password_form p,
.custom-recover-password-form #pms_new_password_form p,
.custom-new-password-form #pms_recover_password_form p,
.custom-new-password-form #pms_new_password_form p {
  margin: 0;
  padding: 0;
  font-size: var(--wp--preset--font-size--x-15);
  font-family: var(--wp--preset--font-family--gotham-book);
  font-weight: 400;
  line-height: 1.3;
  color: var(--wp--preset--color--black);
}

.custom-recover-password-form #pms_recover_password_form .pms-form-fields-wrapper,
.custom-recover-password-form #pms_new_password_form .pms-form-fields-wrapper,
.custom-new-password-form #pms_recover_password_form .pms-form-fields-wrapper,
.custom-new-password-form #pms_new_password_form .pms-form-fields-wrapper {
  margin-top: var(--wp--preset--spacing--spacing-10);
  margin-bottom: 0;
}

.custom-recover-password-form #pms_recover_password_form .pms-form-fields-wrapper li.pms-field label,
.custom-recover-password-form #pms_new_password_form .pms-form-fields-wrapper li.pms-field label,
.custom-new-password-form #pms_recover_password_form .pms-form-fields-wrapper li.pms-field label,
.custom-new-password-form #pms_new_password_form .pms-form-fields-wrapper li.pms-field label {
  font-size: var(--wp--preset--font-size--x-16);
  font-family: var(--wp--preset--font-family--gotham-book);
  font-weight: 400;
  line-height: 1.3;
  color: black;
}

.custom-recover-password-form #pms_recover_password_form .pms-form-fields-wrapper li.pms-field input,
.custom-recover-password-form #pms_new_password_form .pms-form-fields-wrapper li.pms-field input,
.custom-new-password-form #pms_recover_password_form .pms-form-fields-wrapper li.pms-field input,
.custom-new-password-form #pms_new_password_form .pms-form-fields-wrapper li.pms-field input {
  border: 1px solid var(--wp--preset--color--gainsboro);
  border-radius: 5px;
  padding: var(--wp--preset--spacing--spacing-10);
  font-size: var(--wp--preset--font-size--x-16);
  font-family: var(--wp--preset--font-family--gotham-book);
  font-weight: 400;
  line-height: 1.3;
}

.custom-recover-password-form #pms_recover_password_form .pms-form-fields-wrapper li.pms-field input::-webkit-input-placeholder,
.custom-recover-password-form #pms_new_password_form .pms-form-fields-wrapper li.pms-field input::-webkit-input-placeholder,
.custom-new-password-form #pms_recover_password_form .pms-form-fields-wrapper li.pms-field input::-webkit-input-placeholder,
.custom-new-password-form #pms_new_password_form .pms-form-fields-wrapper li.pms-field input::-webkit-input-placeholder {
  content: "test";
}

.custom-recover-password-form #pms_recover_password_form .pms-form-fields-wrapper li.pms-field input:-ms-input-placeholder,
.custom-recover-password-form #pms_new_password_form .pms-form-fields-wrapper li.pms-field input:-ms-input-placeholder,
.custom-new-password-form #pms_recover_password_form .pms-form-fields-wrapper li.pms-field input:-ms-input-placeholder,
.custom-new-password-form #pms_new_password_form .pms-form-fields-wrapper li.pms-field input:-ms-input-placeholder {
  content: "test";
}

.custom-recover-password-form #pms_recover_password_form .pms-form-fields-wrapper li.pms-field input::-ms-input-placeholder,
.custom-recover-password-form #pms_new_password_form .pms-form-fields-wrapper li.pms-field input::-ms-input-placeholder,
.custom-new-password-form #pms_recover_password_form .pms-form-fields-wrapper li.pms-field input::-ms-input-placeholder,
.custom-new-password-form #pms_new_password_form .pms-form-fields-wrapper li.pms-field input::-ms-input-placeholder {
  content: "test";
}

.custom-recover-password-form #pms_recover_password_form .pms-form-fields-wrapper li.pms-field input::placeholder,
.custom-recover-password-form #pms_new_password_form .pms-form-fields-wrapper li.pms-field input::placeholder,
.custom-new-password-form #pms_recover_password_form .pms-form-fields-wrapper li.pms-field input::placeholder,
.custom-new-password-form #pms_new_password_form .pms-form-fields-wrapper li.pms-field input::placeholder {
  content: "test";
}

.custom-recover-password-form #pms_recover_password_form input[type="submit"],
.custom-recover-password-form #pms_new_password_form input[type="submit"],
.custom-new-password-form #pms_recover_password_form input[type="submit"],
.custom-new-password-form #pms_new_password_form input[type="submit"] {
  background: var(--wp--preset--color--transparent) !important;
  color: var(--wp--preset--color--dark-blue) !important;
  border: 1px solid var(--wp--preset--color--dark-blue) !important;
  border-radius: 0 !important;
  padding: var(--wp--preset--spacing--spacing-5) var(--wp--preset--spacing--spacing-10);
  font-size: var(--wp--preset--font-size--x-13);
  font-family: var(--wp--preset--font-family--gotham-book);
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-recover-password-form #pms_recover_password_form input[type="submit"]:hover,
.custom-recover-password-form #pms_new_password_form input[type="submit"]:hover,
.custom-new-password-form #pms_recover_password_form input[type="submit"]:hover,
.custom-new-password-form #pms_new_password_form input[type="submit"]:hover {
  background: var(--wp--preset--color--dark-blue) !important;
  color: var(--wp--preset--color--white) !important;
}

.pms_success-messages-wrapper,
.pms_error-messages-wrapper {
  margin: 0;
  padding: 0;
  font-size: var(--wp--preset--font-size--x-15);
  font-family: var(--wp--preset--font-family--gotham-book);
  font-weight: 400;
  line-height: 1.3;
  color: var(--wp--preset--color--black);
}

.pms_success-messages-wrapper p,
.pms_success-messages-wrapper span,
.pms_error-messages-wrapper p,
.pms_error-messages-wrapper span {
  background: transparent !important;
  border: none !important;
  margin: 0;
  padding: 0;
  font-size: var(--wp--preset--font-size--x-15);
  font-family: var(--wp--preset--font-family--gotham-book);
  font-weight: 400;
  line-height: 1.3;
  color: var(--wp--preset--color--black) !important;
}

.big-icon {
  margin-top: var(--wp--preset--spacing--spacing-50) !important;
  gap: var(--wp--preset--spacing--spacing-20) !important;
  min-height: -webkit-fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.big-icon:hover {
  gap: var(--wp--preset--spacing--spacing-30) !important;
}

.big-icon .wpzoom-video-popup-block_icon {
  border: 1px solid white;
  border-radius: 50%;
  padding: 20px;
  width: 56px !important;
  height: 56px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.big-icon .wpzoom-video-popup-block_icon:hover {
  background: white;
}

.big-icon .wpzoom-video-popup-block_icon:hover svg path {
  fill: var(--wp--preset--color--light-blue) !important;
}

@media (max-width: 768px) {
  body,
  html {
    overflow-x: hidden;
  }
  .two_menu_holder {
    padding-top: 0 !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .hide_on_mobile {
    visibility: hidden;
    opacity: 0;
  }
  .none_mobile {
    display: none !important;
  }
  .two-column-flex-mobile .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 47% !important;
        flex-basis: 47% !important;
  }
  .wrap_on_mobile {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .insider_column {
    padding-left: var(--wp--preset--spacing--spacing-20) !important;
    padding-right: var(--wp--preset--spacing--spacing-20) !important;
  }
  .zero-left-padding-mobile {
    padding-left: 0 !important;
  }
  .remove-border-mobile {
    border: none !important;
  }
  .border-top-mobile {
    border-top: 1px solid var(--wp--preset--color--gainsboro) !important;
  }
  form.wp-block-gutena-forms.gutena-forms-contact-form {
    padding: 0 !important;
  }
  .wp-block-button.has-custom-width.wp-block-button__width-25.gutena-forms-submit-button {
    width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5) !important;
  }
}

body .mfp-close {
  color: black !important;
  position: absolute;
  z-index: 99;
  top: 0px !important;
  right: 0px;
  width: 45px;
  height: 45px;
  font-size: 45px !important;
  padding: 0;
  text-align: center;
  vertical-align: middle !important;
  line-height: 1;
  font-family: var(--wp--preset--font-family--gotham-book);
  background: #fff;
}

.wp-block-gutena-forms.gutena-forms-newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 20px;
}

.wp-block-gutena-forms.gutena-forms-newsletter-form .field-group-type-email {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.wp-block-gutena-forms.gutena-forms-newsletter-form .gutena-forms-submit-buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}

.wp-block-gutena-forms.gutena-forms-newsletter-form .wp-block-gutena-form-error-msg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.wp-block-gutena-forms.gutena-forms-newsletter-form .wp-block-gutena-form-error-msg p {
  font-family: var(--wp--preset--font-family--gotham-book);
  font-size: var(--wp--preset--font-size--x-13);
  font-weight: 400;
  line-height: 1.3;
  color: var(--wp--preset--color--black);
  margin: 0;
  padding: 0;
}

body header {
  position: relative;
  z-index: 10;
}

body.home header {
  margin-bottom: -180px !important;
}

@media (max-width: 768px) {
  body.home header {
    margin-bottom: -230px !important;
  }
}

body.page-mode-dark header:not(:has(.advanced-menu-modal.active)) .wp-block-buttons .wp-block-button:first-child {
  background-color: #fff !important;
  color: var(--wp--preset--color--dark-blue) !important;
}

body.page-mode-dark header:not(:has(.advanced-menu-modal.active)) .wp-block-buttons .wp-block-button:first-child .wp-block-button__link {
  background-color: #ffffff80 !important;
  color: var(--wp--preset--color--dark-blue) !important;
}

body.page-mode-dark header:not(:has(.advanced-menu-modal.active)) .wp-block-buttons .wp-block-button:first-child .wp-block-button__link:hover {
  background-color: transparent !important;
  color: var(--wp--preset--color--white) !important;
  border-color: #ffffff80 !important;
}

body.page-mode-dark header:not(:has(.advanced-menu-modal.active)) .wp-block-buttons .wp-block-button:first-child:hover {
  background-color: transparent !important;
  color: var(--wp--preset--color--white) !important;
}

body.page-mode-dark header:not(:has(.advanced-menu-modal.active)) .wp-block-buttons .wp-block-button:last-child {
  border-color: white !important;
  color: white !important;
}

body.page-mode-dark header:not(:has(.advanced-menu-modal.active)) .wp-block-buttons .wp-block-button:last-child .wp-block-button__link {
  border-color: #ffffff80 !important;
  color: var(--wp--preset--color--white) !important;
}

body.page-mode-dark header:not(:has(.advanced-menu-modal.active)) .wp-block-buttons .wp-block-button:last-child .wp-block-button__link:hover {
  background-color: white !important;
  color: var(--wp--preset--color--dark-blue) !important;
}

body.page-mode-dark header:not(:has(.advanced-menu-modal.active)) .wp-block-buttons .wp-block-button:last-child:hover {
  background-color: white !important;
  color: var(--wp--preset--color--dark-blue) !important;
}

body.page-mode-dark header:not(:has(.advanced-menu-modal.active)) .wp-block-create-block-advanced-menu .hamburger-menu button.hamburger-icon span {
  background-color: var(--wp--preset--color--white);
}

body.header-bg-header-line header {
  margin-bottom: 100px;
}

body.header-bg-header-line header:after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: calc(100vw - calc((100vw - var(--wp--style--global--wide-size)) / 2));
  height: 10px;
  z-index: 8;
  background-image: var(--header-line-image);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  body.header-bg-header-line header {
    margin-bottom: 0px !important;
    height: 120px;
  }
  body.header-bg-header-line header .wp-block-site-logo img.custom-logo {
    width: 180px !important;
    height: 60px !important;
    max-width: unset !important;
  }
  body.header-bg-header-line header:after {
    bottom: -50px;
  }
}

body .advanced-menu-modal.active .modal-content {
  padding: 0 20px;
}

@media (max-height: 702px) and (max-width: 1363px) {
  body .advanced-menu-modal.active .modal-content .modal-header-content {
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  body .advanced-menu-modal.active .modal-content .modal-header-content {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=index.css.map */