

/* === content-10-finance === */

.content-10 {
    padding: 5rem 0 4.5rem;
    background-color: var(--content10_bg_color);
    overflow: hidden;
}

.content-10 .row {
    --bs-gutter-x: 6.75rem;
    --bs-gutter-y: 2rem;
}

.content-10 h4 {
    color: #031c32;
}

.content-10-text2,
.content-10 p {
    font-size: 18px;
}

.content-10-text p {
    font-size: 16px;
}

.content-10 p {
    margin-bottom: 1.3rem;
}

.content-10-text2>:last-child,
.content-10-image-subtext>:last-child {
    margin-bottom: 0;
}

.content-10-title {
    margin-bottom: 1.25rem;
    font-family: 'Uniform 4';
    font-size: 24px;
    color: #031c32;
}

.content-10-text {
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    overflow: visible;
    padding: 0rem 3.75rem 2.5rem;
    margin-top: 3rem;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23EEADB3FF' stroke-width='3' stroke-dasharray='13%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.content-10-text img {
    top: -3rem;
    width: 100%;
    height: fit-content;
    position: relative;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
    background: #f0aeb2;
    color: #031c32;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-wrap: balance;
    text-align: center;
}

.content-10-image-subtext {
    margin-top: -1rem;
}

@media (max-width: 1399.98px) {
    .content-10-text {
        padding: 0rem 3.25rem 2.5rem;
    }
}

@media (max-width: 1199.98px) {
    .content-10 .row {
        --bs-gutter-x: 5rem;
    }

    .content-10-text {
        padding: 0rem 2.75rem 2.25rem;
    }
}

@media (max-width: 991.98px) {
    .content-10 .row {
        --bs-gutter-x: 3rem;
    }

    .content-10-text {
        min-height: unset;
        aspect-ratio: 16/10;
    }

}

@media (max-width: 767.98px) {
    .content-10 {
        padding: 4rem 0 4rem;
    }

    .content-10-text {
        padding: 0rem 30px 26px;
    }
}
/* === content-10-finance === */



/* === content-05-image-left-text-right === */


#content-05-image-left-text-right-2242 {
	 --content05_bg_color: #ececec;
}

.content-05 {
    padding: 5rem 0 4rem;
    background-color: var(--content05_bg_color);
    overflow: hidden;
}

.content-05 .row {
    --bs-gutter-x: 6.75rem;
    --bs-gutter-y: 2rem;
}

.content-05 h4 {
    color: #031c32;
}

.content-05-text2,
.content-05 p {
    font-size: 18px;
}

.content-05 p {
    margin-bottom: 1.3rem;
}

.content-05-text2>:last-child {
    margin-bottom: 0;
}

.content-05-title {
    margin-bottom: 1.25rem;
    font-family: 'Uniform 4';
    font-size: 24px;
    color: #031c32;
}

.content-05-text {
    position: relative;
    min-height: 410px;
    height: 100%;
}

.content-05-text img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.content-05 .content-05-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1199.98px) {
    .content-05 .row {
        --bs-gutter-x: 5rem;
    }
}

@media (max-width: 991.98px) {
    .content-05 .row {
        --bs-gutter-x: 3rem;
    }

    .content-05-text {
        min-height: unset;
        aspect-ratio: 16/10;
    }
}

@media (max-width: 767.98px) {
    .content-05 {
        padding: 4rem 0 4rem;
    }
}
/* === content-05-image-left-text-right === */



/* === call-to-action-01 === */

.call-to-action-01 {
    --cta-logo-width: 70vw;
    --cta-logo-opacity: 1;
    position: relative;
    background: #031c32;
    text-align: left;
    padding-top: 160px;
    padding-bottom: 160px;
    overflow: hidden;
    --selection-color: #05233d;
    --selection-bg: #f0aeb2;
}

.call-to-action-01::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    max-width: var(--cta-logo-width);
    height: 180%;
    aspect-ratio: 1 / 1;
    transform: translate(-50%, -50%);
    background-image: var(--cta-logo-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: var(--cta-logo-opacity);
    pointer-events: none;
    z-index: 1;
}

.call-to-action-01 .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

.call-to-action-01-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}

.call-to-action-01-block .call-to-action-01-block-title {
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 80px;
    color: #f0aeb2;
    margin-bottom: 1rem;
    letter-spacing: -0.015em;
    text-wrap: balance;
}

.call-to-action-01-block-text {
    color: #fff;
    max-width: 1240px;
    margin-bottom: 1rem;
}

.call-to-action-01-block-text p,
.call-to-action-01-block-text ul li {
    font-family: 'Uniform 3';
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.025em;
}

.call-to-action-01-block-text>:last-child {
    margin-bottom: 0;
}

.call-to-action-01-block .call-to-action-01-block-subtitle {
    margin-bottom: 1rem;
}

.call-to-action-01-block .btn {
    font-family: 'Uniform 4';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #031c32;
    border: 1px solid #f0aeb2;
    border-radius: 6px;
    min-width: 190px;
    min-height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-top: 1rem;
    background: #f0aeb2;
}

.call-to-action-01-block .btn:hover {
    color: #fff;
    background: transparent;
}

@media screen and (max-width: 1399.98px) {
    .call-to-action-01-block-text {
        text-wrap: balance;
    }
}

@media (max-width: 1199.98px) {
    .call-to-action-01 {
        --cta-logo-width: 70vw;
    }
}

@media (max-width: 992px) {
    .call-to-action-01-block .call-to-action-01-block-title {
        font-size: 60px;
        line-height: 70px;
    }

    .call-to-action-01-block p br {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .call-to-action-01 {
        padding-top: 113px;
        padding-bottom: 70px;
    }

    .call-to-action-01-block .call-to-action-01-block-title {
        max-width: 400px;
        line-height: 60px;
    }
}

@media (max-width: 575.98px) {
    .call-to-action-01 {
        --cta-logo-width: 110vw;
    }

    .call-to-action-01-block .call-to-action-01-block-title {
        font-size: 45px;
        line-height: 50px;
    }

    .call-to-action-01-block .call-to-action-01-block-subtitle,
    .call-to-action-01-block p {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 420px) {
    .call-to-action-01 {
        --cta-logo-width: 200vw;
        height: 80vh;
        padding-bottom: 80px;
    }
}

@media (max-height: 567px) {
    .call-to-action-01 {
        height: 100vh;
        padding-top: 100px;
        padding-bottom: 40px;
    }
}
/* === call-to-action-01 === */



/* === call-to-action-02 === */

.cta-02 {
    background: #eeadb3;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    color: #0f3052;
    overflow: hidden;
}

.cta-02:has(.cta-02-subtext) {
    padding-bottom: 2rem;
}

.cta-02-content-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 2.25rem 3rem 2.5rem;
    border: 4px solid #0f3052;
    gap: 3rem;
    text-wrap: balance;
    color: inherit;
    text-decoration: none;
}

.cta-02-title {
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 1;
    margin-bottom: .25rem;
    letter-spacing: 0;
    text-wrap: balance;
}

.cta-02-subtitle {
    font-family: 'Uniform 4';
    font-size: 24px;
    line-height: 35px;
}

.cta-02 .cta-02-subtext {
    margin-top: 1.375rem;
}

.cta-02 .cta-02-subtext>* {
    color: #302e2e;
    font-size: 14px;
    line-height: 22px;
}

.cta-02 img {
    max-width: 300px;
    width: 100%;
}

.cta-02 .cta-02-subtext>*:last-child {
    margin-bottom: 0;
}

@media (max-width: 1399.98px) {
    .cta-02-title {
        font-size: 60px;
        letter-spacing: -.025em;
    }
}

@media (max-width: 1199.98px) {
    .cta-02-content-wrapper {
        padding: 2.25rem 2rem 2.5rem;
        flex-flow: column nowrap;
        gap: 1.5rem;
        text-align: center;
    }
}

@media (max-width: 991.97px) {
    .cta-02-title {
        font-size: 40px;
        line-height: 46px;
    }

    .cta-02-subtitle {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767.98px) {
    .cta-02-content-wrapper {
        padding: 30px;
    }
}

@media screen and (max-width: 575.97px) {
    .cta-02-title {
        font-size: 32px;
        line-height: 38px;
    }
}
/* === call-to-action-02 === */



/* === gallery-inst === */

.insta-gallery {
  margin: 120px 0 120px;
  position: relative;
  z-index: 2;
}

.insta-gallery .gallery-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.insta-gallery .gallery-container .gallery-item img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.insta-gallery .gallery-container .gallery-item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}

.insta-gallery .gallery-container .gallery-item:nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.insta-gallery .gallery-container .gallery-item:nth-child(3) {
  grid-area: 1 / 4 / 2 / 5;

}

.pink-line {
  background-color: #f0aeb2;
  height: 1px;
  width: 72px;
  margin: 0 auto;
}

.insta-gallery .gallery-container .gallery-item:nth-child(2) h3 {

  font-size: 44px;
  line-height: 48px;
  margin-bottom: 24px;
}

.insta-gallery .gallery-container .gallery-item:nth-child(2) p {
  font-size: 18px;
  color: #f0aeb2;
  margin-bottom: 0;
  margin-top: 20px;
}

.insta-gallery .gallery-container .gallery-item:nth-child(4) img {
  width: calc(100% - 0px);
}

.insta-gallery .gallery-container .gallery-item:nth-child(4) {
  grid-area: 2 / 3 / 3 / 4;
}

.insta-gallery .gallery-container .gallery-item:nth-child(5) {
  grid-area: 2 / 4 / 3 / 5;
}

.insta-gallery .gallery-container .gallery-item:nth-child(6) {
  grid-area: 3 / 2 / 4 / 3;
}

.insta-gallery .gallery-container .gallery-item:nth-child(7) {
  grid-area: 3 / 3 / 4 / 4;
}

.insta-gallery .gallery-container .gallery-item:nth-child(2)::after {
  content: none;
}

.insta-gallery .gallery-container .gallery-item:hover img {
  border-radius: 0;
}

.insta-gallery .gallery-container .gallery-item {
  position: relative;
}

.insta-gallery .gallery-container .gallery-item::after {
  content: "";
  /*background-image: url("/images/insta/gallery-hover.png");*/
  background-color: #f6a9b5;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
  border-radius: 0;
}

.insta-gallery .gallery-container .gallery-item:hover::after {
  opacity: 0.8;
}

.insta-gallery .gallery-container .gallery-item .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



.insta-gallery .gallery-container .gallery-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
  text-decoration: none;
}

.insta-gallery .gallery-container .gallery-item:hover .overlay-content {
  opacity: 1;
}

.insta-gallery .gallery-container .gallery-item .overlay-content i {
  font-size: 36px;
  margin-bottom: 10px;
  color: #fff;
}

.insta-gallery .gallery-container .gallery-item .overlay-content p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
  font-family: var(--font-family-4);
}

@media (max-width: 1199.97px) {
  .insta-gallery .gallery-container .gallery-item:nth-child(2) h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .insta-gallery .gallery-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media (max-width: 991.97px) {
  .insta-gallery .gallery-container .gallery-item:nth-child(2) h3 {
    font-size: 40px;
    line-height: 46px;
  }

  .left-side {
    max-width: 450px;
    font-size: 40px;
    line-height: 46px;
    color: #093053;
    font-family: var(--h2-font);
    float: left;
  }

  .right-side {
    max-width: 300px;
    float: right;
    position: relative;
  }

  .right-side .pink-line {
    position: absolute;
    right: 0;
  }

  .insta-gallery .gallery-container {
    padding-top: 26px;
  }

  .right-side .ppp {
    font-size: 18px;
    margin-top: 20px;
    color: #f0aeb2;
  }

  .gallery-container {
    clear: both;
  }

  .insta-gallery .gallery-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .insta-gallery .gallery-container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
    /* 2x2 */

  }

  .insta-gallery .gallery-container .gallery-item:nth-child(2) {
    display: none;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(4) {
    grid-area: 2 / 3 / 2 / 3;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(5) {
    /*    grid-area: 3 / 2 / 4 / 3;*/
    display: none;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(6) {
    grid-area: 3 / 3 / 4 / 4;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(7) {
    display: none;
  }
}


@media screen and (max-width: 765.97px) {

  .insta-gallery {
    margin: 4.5rem 0;
  }

  .left-side {
    max-width: 340px;
    font-size: 40px;
  }

  .right-side {
    max-width: 170px;
    text-align: right;
    line-height: 22px;
    top: 30px;
  }
}

@media screen and (max-width: 575.97px) {
  .insta-gallery {
    margin: 60px 0;
  }

  .left-side {
    max-width: 290px;
    font-size: 32px;
    line-height: 38px;
    float: unset;
    text-align: left;
  }

  .pink-line {
    right: unset !important;
    left: 0;
  }

  .right-side {
    max-width: 100%;
    text-align: right;
    line-height: 22px;
    top: 5px;
    float: unset;
  }

  .insta-gallery .gallery-container {
    grid-column-gap: unset;
    grid-row-gap: unset;
  }

  .insta-gallery .gallery-container {
    display: block;
    grid-template-columns: unset;
    grid-template-rows: unset;
  }

  .right-side .ppp {
    text-align: left;
    padding-top: 25px;
  }

  .insta-gallery .mb-4 {
    margin-bottom: 0;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(3) {
    display: unset;
    grid-area: unset;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(1),
  .insta-gallery .gallery-container .gallery-item:nth-child(2),
  .insta-gallery .gallery-container .gallery-item:nth-child(4),
  .insta-gallery .gallery-container .gallery-item:nth-child(5),
  .insta-gallery .gallery-container .gallery-item:nth-child(6),
  .insta-gallery .gallery-container .gallery-item:nth-child(7) {
    grid-area: unset;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(2) h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .gallery-item {
    padding: 8px;
  }

  .insta-gallery {
    overflow: hidden;
  }

  .insta-gallery .gallery-container .slick-list {
    overflow: visible;
  }

  /* .insta-gallery .slick-slide:nth-child(2) {
            display: none !important;
        }*/
}
/* === gallery-inst === */



/* === footer-05-brochure === */

.footer-05-brochure {
    position: relative;
    padding: 140px 0 100px;
    background-color: var(--footer-background);
    color: #fff;
    overflow-x: clip;
    z-index: 1;
    --selection-color: #05233d;
    --selection-bg: #f0aeb2;
}

.footer-05-brochure .footer-05-top-title {
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 25px;
    border-bottom: 4px dashed #fff;
    margin-bottom: 25px;
    max-width: 40%;
}

.footer-05-brochure .footer-05-main-title h2 {
    margin-bottom: 0px;
    color: #f6a9b5
}

.footer-05-brochure .footer-05-main-text {
    text-align: left;
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px;
}

.footer-05-brochure .footer-05-main-text p:last-of-type {
    margin-bottom: 0;
}

.footer-05-brochure input,
.footer-05-brochure select,
.footer-05-brochure textarea {
    background-color: #fff;
    border: none !important;
}

.footer-05-brochure .has-error input.error,
.footer-05-brochure .has-error select.error,
.footer-05-brochure .has-error textarea.error {
    background-color: #ffc8c8;
}

.footer-05-brochure .required-star {
    color: #fff;
    display: none;
}

.footer-05-brochure .footer-05-form .col-form-label {
    padding-top: 0;
    font-size: 15px;
    padding-bottom: 5px;
    font-weight: 300;
}

.footer-05-brochure .footer-05-form .checkbox+label {
    padding-left: 34px !important;
    font-size: 15px;
    line-height: 22px;
}

.footer-05-brochure .form>.row {
    --bs-gutter-x: 40px;
}

.footer-05-brochure .footer-05-form .checkbox+label::before {
    content: "";
    background-color: #fff;
    display: block;
    width: 19px;
    height: 19px;
    top: 0;
    border: none !important;
    border-radius: 5px;
}

.footer-05-brochure .footer-05-form .tickbox.has-error label::before {
    background-color: rgb(255, 0, 0);
}

.footer-05-brochure .footer-05-form .checkbox:checked+label:before {
    content: "";
}

.footer-05-brochure .footer-05-form .checkbox:checked+label:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #000;
    position: absolute;
    left: 2px;
    top: -1px;
    font-size: 14px;
}

.footer-05-brochure .footer-05-form .required {
    display: none;
}

.footer-05-brochure .footer-05-grid {
    display: grid;
}

.footer-05-brochure .footer-05-grid .content {
    display: flex;
    align-content: center;
    column-gap: 12px;
}

.footer-05-brochure .content-wrapper:nth-child(2) {
    margin-top: 20px;
}

.footer-05-brochure .content-wrapper:nth-child(2) .icon-link a {
    color: #fff;
}

.footer-05-brochure .icon {
    font-size: 20px;
    color: var(--button-background);
}

.footer-05-brochure .icon-text {
    font-size: 13px;
    margin-bottom: 10px;
}

.footer-05-brochure .icon-link {
    font-size: 18px;
    line-height: 1.5;
    white-space: nowrap;
    color: #f6a9b5;
}

.footer-05-brochure .icon-link a {
    text-decoration: none;
}

.footer-05-brochure .social-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

.footer-05-brochure .social-links a {
    display: flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s all;
    overflow: hidden;
    border-radius: 5px;
    background-color: #f6a9b5;
    color: #151515;
}

.footer-05-brochure .social-links a:active {
    background-color: #fff;
    color: #000;
}

.footer-05-brochure .social-links a i {
    font-size: 20px;
}

.footer-05-brochure .social-links a img,
.footer-05-brochure .social-links a svg {
    width: 24px;
    height: auto;
    fill: currentColor;
}

.footer-05-brochure .social {
    padding-left: 0;
    margin-top: 35px;
}

.footer-05-brochure .social-links a svg g>* {
    transition: 0.3s fill, 0.3s stroke;
}

.footer-05-brochure .social-links a:active svg g>* {
    fill: #000 !important;
    stroke: #000 !important;
}

.footer-05-brochure .reg-info {
    font-size: 18px;
    line-height: 26px;
}

.footer-05-brochure .reg-info .company-name {
    font-size: 18px;
    line-height: 26px;
}

.footer-05-brochure a.view-on-map-link {
    color: var(--button-background) !important;
    text-decoration: none;
}

.footer-05-brochure .reg-info>p {
    margin-bottom: 0;
}

.footer-05-brochure .reload-captcha.btn {
    color: #282828;
    border: 1px solid #282828;
}

.footer-05-brochure .reload-captcha.btn:hover,
.footer-05-brochure .reload-captcha.btn:active,
.footer-05-brochure .reload-captcha.btn:focus,
.footer-05-brochure .reload-captcha.btn:focus-within {
    color: #282828;
}

.footer-05-brochure .captcha-whatis {
    text-decoration: none;
    color: #282828;
}

.footer-05-form .row:nth-child(2) .form-group:last-child {
    margin-top: 30px;
}

.footer-05-form .form-group {
    margin-bottom: 20px;
}

.footer-05-brochure button[type="submit"] {
    margin-top: 0px;
    display: inline-block;
    align-content: center;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: currentColor;
}

.footer-05-brochure .email-contact .icon-link a,
.footer-05-brochure .call-contact .icon-link a {
    color: inherit;
    font-weight: 500;
}

.footer-05-brochure .email-contact .icon-link a::before {
    content: "E: ";
}

.footer-05-brochure .call-contact .icon-link a::before {
    content: "T: ";
}

.footer-05-brochure .email-contact,
.footer-05-brochure .call-contact {
    display: grid;
    gap: 30px;
}

.footer-05-brochure .call-contact {
    margin-top: 25px;
}

.footer-05-brochure .address {
    margin-top: 25px;
}

.footer-05-brochure .content-title {
    font-size: 24px;
    letter-spacing: -.025em;
    line-height: 1;
    margin-bottom: 6px;
    font-weight: 700;
    display: none;
}

.footer-05-brochure .icon-wrapper,
.footer-05-brochure a.view-on-map-link {
    display: none;
}

.footer-05-brochure .footer-registration-wrapper {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-05-brochure .form textarea.form-control {
    height: 228px;
}

.footer-05-form {
    margin-top: 15px;
}

.footer-05-brochure .footer-registration-img {
    object-fit: contain;
    object-position: center;
}

.footer-05-brochure.light {
    background-color: #fff;
    color: var(--footer-background);
}

.footer-05-brochure.light input,
.footer-05-brochure.light select,
.footer-05-brochure.light textarea,
.footer-05-brochure.light .footer-05-form .checkbox+label::before {
    background-color: #e2e2e2;
}

.footer-05-brochure.light .social-links a {
    background-color: #151515;
    color: #fff;
}

.footer-05-brochure.light .footer-registration-wrapper {
    filter: invert(1);
}

.footer-05-brochure.light button[type="submit"] {
    --bs-btn-bg: var(--button-background);
    --bs-btn-border-width: 0px;
}

@-moz-document url-prefix() {
    .footer-05-brochure select {
        padding-top: 19px;
    }
}

@media(min-width: 567px) {
    .footer-05-brochure .form .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media(max-width: 1399.98px) {
    .footer-05-brochure .footer-05-main-text br {
        display: none;
    }

    .footer-05-brochure .footer-05-main-text br:last-child {
        display: block;
    }

    .footer-05-brochure .address {
        margin-top: 24px;
    }
}

@media(max-width: 1199.98px) {
    .footer-05-brochure {
        padding: 100px 0 80px;
    }
}

@media(max-width: 991.98px) {
    .footer-05-brochure {
        padding-bottom: 45px;
    }

    .footer-05-brochure .footer-05-grid {
        grid-template-rows: auto auto auto 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
    }

    .footer-05-brochure .content:first-child {
        margin-top: 0;
    }

    .footer-05-brochure .address,
    .footer-05-brochure .email-contact {
        grid-column: 2/3;
    }

    .footer-05-brochure .address,
    .footer-05-brochure .call-contact,
    .footer-05-brochure .email-contact {
        margin-top: 0px;
    }

    .footer-05-brochure .social {
        grid-column: 1;
        margin-top: 35px;
    }

    .footer-05-brochure .footer-05-form {
        margin-top: 60px;
    }

    .footer-05-brochure button[type="submit"] {
        margin-top: 0;
    }

    .footer-05-brochure .footer-05-main-text {
        margin-top: 10px;
        grid-column: 1 / span 1;
        margin-bottom: 30px;
    }

    .footer-05-brochure .footer-registration-wrapper {
        margin-top: 45px;
        grid-row: 4/ span 2;
        grid-column: 2;
    }

    .footer-05-brochure .address,
    .footer-05-brochure .call-contact,
    .footer-05-brochure .email-contact,
    .footer-05-brochure .social {
        grid-column: 2;
        grid-row: span 2;
    }

    .footer-05-brochure .address {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .footer-05-brochure .reg-info .company-name {
        margin-bottom: 0px;
    }
}

@media(max-width: 767.98px) {
    .footer-05-brochure {
        padding-top: 100px;
    }

    .footer-05-brochure .footer-05-main-title h2 {
        margin-bottom: 0px;
    }

    .footer-05-brochure .footer-05-top-title {
        margin: 0 auto 25px;
    }

    .footer-05-brochure .content {
        margin-top: 0;
        padding-bottom: 0%;
        position: static;
    }

    .footer-05-brochure .address {
        padding-left: 0px;
    }

    .footer-05-brochure .call-contact,
    .footer-05-brochure .email-contact {
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .footer-05-brochure .call-contact {
        margin-top: 10px;
    }

    .footer-05-brochure .social {
        margin-top: 0px;
    }

    .footer-05-brochure .reg-info {
        padding-top: 0;
    }

    .footer-05-brochure .footer-05-main-text {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
        padding-right: 100px;
        letter-spacing: -0.05em;
    }

    .footer-05-brochure .footer-registration-wrapper {
        margin-top: 25px;
    }

    .footer-05-brochure .footer-05-form {
        margin-top: 55px;
    }

    .footer-05-brochure .social {
        padding-left: 0;
        margin-top: 22px;
    }

    .footer-05-brochure .footer-05-grid {
        display: block;
    }
}

@media(max-width: 575.98px) {
    .footer-05-brochure {
        padding-bottom: 45px;
    }

    .footer-05-brochure .content {
        padding-bottom: 0%;
        width: 100%;
    }

    .footer-05-brochure .form .bottom-box {
        text-align: center;
    }

    .footer-05-brochure .social-links {
        justify-content: start;
        margin-top: 8px;
    }

    .footer-05-brochure .call-contact,
    .footer-05-brochure .email-contact {
        padding: 0;
        margin-bottom: 0px;
    }

    .footer-05-brochure .call-contact {
        margin-top: 18px;
    }

    .footer-05-brochure .footer-registration-wrapper {
        margin-top: 34px;
    }

    .footer-05-brochure .footer-05-form {
        margin-top: 45px;
    }

    .footer-05-brochure button[type="submit"] {
        width: 100%;
    }

    .footer-05-brochure .footer-05-grid {
        margin-bottom: 0px;
    }

    .footer-05-brochure .footer-05-main-text {
        padding-right: 0;
    }

    .footer-05-brochure .social {
        padding-left: 0px;
    }

    .footer-05-form .form-group {
        margin-bottom: 20px;
    }

    .footer-05-brochure .footer-registration-img {
        max-height: 75px;
    }

    .footer-05-brochure .footer-registration-wrapper {
        gap: 10px;
    }
}
/* === footer-05-brochure === */



/* === footer-01 === */

.footer-01 {
    color: var(--footer-textcolor);
    background-color: var(--footer-background);
    padding: 45px 0 60px;
    --selection-color: #05233d;
    --selection-bg: #f0aeb2;
}

.footer-01 a {
    color: var(--footer-textcolor);
    text-decoration: none;
}

.footer-01 img {
    height: 17px;
    width: auto;
}

.footer-01 .separator {
    font-style: normal;
    padding: 0 3px
}

.footer-01 .footer-menu {
    display: flex;
    line-height: 1;
    grid-area: 1 / span 2;
    justify-content: space-between;
    font-size: 18px;
    text-transform: uppercase;

}

.footer-01 .footer-menu>.nav-item {
    width: auto;
    z-index: 1;
    text-align: center;
}

.footer-01 .footer-menu>.nav-item .nav-link {
    color: #fff !important;
    padding: 0 !important;
}

.footer-01 .footer-menu>.nav-item .nav-link .dd-caret {
    display: none;
}

.footer-01 .container {
    display: grid;
    grid: auto auto / auto auto;
    align-items: baseline;
    justify-content: space-between;
    row-gap: 30px;
}

.footer-01 .company-name,
.footer-01 .website-design {
    line-height: 1;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.025em;
}

.footer-01 .website-design {
    text-align: end;
}

.footer-01 .dropdown-item-menu {
    display: none;
}

@media(max-width: 991.98px) {
    .footer-01 .footer-menu>.nav-item .nav-link {
        color: #f6a9b5 !important;
        padding: 0 !important;
        font-size: 16px;
        font-family: 'Uniform 3';
    }

    .footer-01 {
        padding: 30px 0 45px;
    }

    .footer-01 .container {
        grid: auto-flow / 1fr;
        row-gap: 0;
    }

    .footer-01 .footer-menu {
        display: block;
        grid-area: 1;
        width: 100%;
        font-size: 16px;
        text-align: left;
        column-count: 2;
    }

    .footer-01 .container {
        grid: auto;
    }

    .footer-01 .company-name,
    .footer-01 .website-design {
        margin-top: 8px;
    }

    .footer-01 .company-name {
        margin-top: 36px;
    }

    .footer-01 .footer-menu>.nav-item {
        padding-top: 20px;
        text-align: left;
    }

    .footer-01 .website-design {
        text-align: left;
    }
}

@media(max-width: 767.98px) {
    .footer-01 {
        padding: 30px 0 50px;
    }
}

@media(max-width: 575.98px) {
    .footer-01 {
        padding: 25px 0 45px;
    }

    .footer-01 .footer-menu {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        row-gap: 14px;
        column-count: 1;
    }

    .footer-01 .website-design {
        margin-top: 10px;
    }

    .footer-01 .separator {
        display: none;
    }

    .footer-01 .footer-menu>.nav-item {
        padding-top: 32px;
    }
}
/* === footer-01 === */

