@media only screen and (min-width: 1140px) {
  .cover {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .cover .content {
    width: 100%;
    height: 100%;
    padding: 55px 35px;
    padding-top: 120px;
    background: #F2F2ED !important;
    max-width: 1475px;
    margin-inline: auto;
  }
  .cover .content .images {
    position: relative;
    height: 350px;
    overflow: hidden;
  }
  .cover .content .images .overlay-right {
    height: 350px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(34, 34, 34, 0.12);
    z-index: 9;
    pointer-events: none;
  }
  .cover .content .images .cover-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2px;
    filter: brightness(96%);
    opacity: 0;
    transform: scale(1.08);
    z-index: 1;
    transition: opacity 1.4s ease, transform 2.6s ease;
  }
  .cover .content .images .cover-layer.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
  }
  .cover .content .images .steps {
    padding: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: row;
    gap: 45px;
  }
  .cover .content .images .steps .step {
    opacity: 0.7;
    cursor: pointer;
  }
  .cover .content .images .steps .step.active {
    opacity: 1;
  }
  .cover .content .images .steps .step p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: rgb(246, 246, 246);
  }
  .cover .content .images .steps .step span {
    width: 30px;
    height: 1px;
    display: block;
    background: white;
    opacity: 0.7;
    margin-block: 15px;
  }
  .cover .content .text {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    gap: 80px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .cover .content .text h1 {
    color: #1F1F1F;
    font-size: 90px;
    max-width: 85%;
    text-transform: uppercase;
    font-weight: 200 !important;
    line-height: 0.95;
  }
  .cover .content .text p {
    font-size: 16px;
    color: #1F1F1F;
    width: 350px;
  }
  .cover .content .text .button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 40px;
    border-radius: 2px;
    color: #1F1F1F;
    background: #dfc43f;
    text-decoration: none;
    margin-top: 15px;
    width: -moz-max-content;
    width: max-content;
  }
  .cover .content .text .button i {
    margin-left: 17px;
    transform: translateY(1px);
  }
  .cover .content .text .why {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: flex-start;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    padding-left: 55px;
    transform: translateY(10px);
  }
  .cover .content .text .why img {
    width: 70px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.84;
    transform: translateY(-2px);
  }
  .cover .content .text .why .data {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .cover .content .text .why .data p {
    margin: 0;
    color: #1F1F1F;
    font-size: 16px;
    opacity: 0.95;
    width: -moz-max-content;
    width: max-content;
  }
  .about {
    position: relative;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding-top: 55px;
    max-width: 1475px;
    margin-inline: auto;
    padding-inline: 35px;
  }
  .about .content {
    background: #363637;
    border-radius: 2px;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 55px 35px;
    max-width: 1475px;
    margin-inline: auto;
  }
  .about .content .images {
    position: relative;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .about .content .images .reasons {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    gap: 60px;
  }
  .about .content .images .reasons .reason {
    width: 25%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
  }
  .about .content .images .reasons .reason span {
    display: block;
    width: 30%;
    height: 1px;
    background: rgb(246, 246, 246);
    opacity: 0.75;
  }
  .about .content .images .reasons .reason h3 {
    font-family: "Jost", sans-serif;
    color: rgb(246, 246, 246);
    font-size: 45px;
    font-weight: 200;
  }
  .about .content .images .reasons .reason p {
    font-weight: 300;
    color: rgb(246, 246, 246);
    font-size: 15px;
    opacity: 0.88;
  }
  .about .content .images .button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 40px;
    border-radius: 2px;
    color: #dfc43f;
    background: white;
    text-decoration: none;
    margin-top: 145px;
    width: -moz-max-content;
    width: max-content;
  }
  .about .content .images .button i {
    margin-left: 17px;
    transform: translateY(1px);
  }
  .about .content .images img {
    width: 100%;
    height: 420px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2px;
    filter: brightness(88%);
  }
  .about .content .text {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 15px;
  }
  .about .content .text h2 {
    color: rgb(246, 246, 246);
    font-size: 79px;
    max-width: 90%;
    text-transform: uppercase;
    font-weight: 200 !important;
    line-height: 0.95;
  }
  .about .content .text .why {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 8px;
    width: 74%;
  }
  .about .content .text .why .flex {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .about .content .text .why .flex img {
    width: calc(33% - 5px);
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2px;
  }
  .about .content .text .why .headingp {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .about .content .text .why .headingp span {
    width: 80px;
    height: 1px;
    background: rgb(246, 246, 246);
    opacity: 0.7;
    margin-inline: 15px;
    display: block;
  }
  .about .content .text .why p {
    margin: 0;
    color: rgb(246, 246, 246);
    font-size: 16px;
    opacity: 0.95;
    font-weight: 300;
  }
  .projects {
    position: relative;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .projects .content {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 85px 35px;
    padding-top: 98px;
    max-width: 1475px;
    margin-inline: auto;
  }
  .projects .content .images {
    position: relative;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    margin-top: 15px;
  }
  .projects .content .images .reasons {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 60px;
  }
  .projects .content .images .reasons .reason {
    width: calc(33% - 37px);
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
  }
  .projects .content .images .reasons .reason:hover i {
    transform: translateX(15px);
  }
  .projects .content .images .reasons .reason i {
    transition: 0.6s;
    transform: translateX(0);
    color: #dfc43f;
    margin-top: 25px;
    font-size: 50px;
  }
  .projects .content .images .reasons .reason img {
    width: 245px;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2px;
  }
  .projects .content .images .reasons .reason span {
    display: block;
    width: 30%;
    height: 1px;
    background: #1F1F1F;
    opacity: 0.5;
  }
  .projects .content .images .reasons .reason h3 {
    font-family: "Jost", sans-serif;
    color: #1F1F1F;
    font-size: 38px;
    font-weight: 200;
  }
  .projects .content .images .reasons .reason p {
    font-weight: 300;
    color: #1F1F1F;
    font-size: 16px;
    opacity: 0.88;
  }
  .projects .content .images .button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 40px;
    border-radius: 2px;
    color: #dfc43f;
    background: white;
    text-decoration: none;
    margin-top: 145px;
    width: -moz-max-content;
    width: max-content;
  }
  .projects .content .images .button i {
    margin-left: 17px;
    transform: translateY(1px);
  }
  .projects .content .images img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2px;
    filter: brightness(88%);
  }
  .projects .content .text {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 15px;
  }
  .projects .content .text .headingp {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .projects .content .text .headingp span {
    width: 80px;
    height: 1px;
    background: #1F1F1F;
    opacity: 0.7;
    margin-inline: 15px;
    display: block;
  }
  .projects .content .text h2 {
    color: #1F1F1F;
    font-size: 79px;
    max-width: 80%;
    text-transform: uppercase;
    font-weight: 200 !important;
    line-height: 0.95;
  }
  .projects .content .text .why {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 8px;
    width: 40%;
  }
  .projects .content .text .why .button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dfc43f;
    text-decoration: none;
    margin-top: 30px;
    width: -moz-max-content;
    width: max-content;
  }
  .projects .content .text .why .button i {
    margin-left: 17px;
    transform: translateY(1px);
  }
  .projects .content .text .why p {
    margin: 0;
    color: #1F1F1F;
    font-size: 16px;
    opacity: 0.95;
    font-weight: 300;
  }
  .cta-section {
    position: relative;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .cta-section .content {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 69px 35px;
    max-width: 1475px;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 60px;
  }
  .cta-section .content .left {
    flex: 75;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .cta-section .content .left .top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }
  .cta-section .content .left .top .text {
    flex: 44;
    display: flex;
    flex-direction: column;
  }
  .cta-section .content .left .top .text .headingp {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  .cta-section .content .left .top .text .headingp span {
    width: 80px;
    height: 1px;
    background: #1F1F1F;
    opacity: 0.7;
    margin-inline: 15px;
    display: block;
  }
  .cta-section .content .left .top .text h2 {
    color: #1F1F1F;
    font-size: 79px;
    max-width: 80%;
    text-transform: uppercase;
    font-weight: 200 !important;
    line-height: 0.95;
  }
  .cta-section .content .left .top .text .subheading {
    margin-top: 20px;
    color: #1F1F1F;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.6;
    line-height: 1.5;
  }
  .cta-section .content .left .top .why {
    flex: 20;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .cta-section .content .left .top .why p {
    margin: 0;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 300;
    opacity: 0.95;
  }
  .cta-section .content .left .top .why .button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 40px;
    border-radius: 2px;
    color: white;
    background: #dfc43f;
    text-decoration: none;
    margin-top: 15px;
    width: -moz-max-content;
    width: max-content;
  }
  .cta-section .content .left .top .why .button i {
    margin-left: 17px;
    transform: translateY(1px);
  }
  .cta-section .content .left .images {
    position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
    border-radius: 2px;
  }
  .cta-section .content .left .images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(88%);
  }
  .cta-section .content .left .images .overlay-right {
    position: absolute;
    inset: 0;
    background: rgba(34, 34, 34, 0.12);
    pointer-events: none;
  }
  .cta-section .content .left .images .tag {
    position: absolute;
    margin: 0;
    color: rgb(246, 246, 246);
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 300;
  }
  .cta-section .content .left .images .tag.tag-top {
    top: 30px;
    left: 30px;
  }
  .cta-section .content .left .images .tag.tag-bottom {
    bottom: 30px;
    right: 30px;
    text-align: right;
  }
  .cta-section .content .info {
    flex: 25;
    display: flex;
    flex-direction: column;
    gap: 35px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 40px;
  }
  .cta-section .content .info .contact {
    display: flex;
    flex-direction: column;
  }
  .cta-section .content .info .contact a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    padding-block: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .cta-section .content .info .contact a:first-child {
    padding-top: 0;
  }
  .cta-section .content .info .contact a i {
    color: #1F1F1F;
    font-size: 18px;
    width: 20px;
  }
  .cta-section .content .info .contact a div {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .cta-section .content .info .contact a div p {
    margin: 0;
    color: #1F1F1F;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.6;
  }
  .cta-section .content .info .contact a div p:last-child {
    font-weight: 400;
    opacity: 1;
  }
  .cta-section .content .info .reasons {
    display: flex;
    flex-direction: column;
  }
  .cta-section .content .info .reasons .headingp {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #1F1F1F;
    opacity: 0.6;
    margin-bottom: 12px;
  }
  .cta-section .content .info .reasons .reason {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    padding-block: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .cta-section .content .info .reasons .reason:last-child {
    border-bottom: none;
  }
  .cta-section .content .info .reasons .reason i {
    color: #1F1F1F;
    font-size: 16px;
    width: 20px;
  }
  .cta-section .content .info .reasons .reason p {
    margin: 0;
    color: #1F1F1F;
    font-size: 15px;
    font-weight: 300;
  }
  .reviews-section {
    position: relative;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .reviews-section .content {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 85px 35px;
    max-width: 1475px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .reviews-section .content .top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }
  .reviews-section .content .top .text {
    flex: 44;
  }
  .reviews-section .content .top .text .headingp {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  .reviews-section .content .top .text .headingp span {
    width: 80px;
    height: 1px;
    background: #1F1F1F;
    opacity: 0.7;
    margin-inline: 15px;
    display: block;
  }
  .reviews-section .content .top .text h2 {
    color: #1F1F1F;
    font-size: 79px;
    text-transform: uppercase;
    font-weight: 200 !important;
    line-height: 0.95;
  }
  .reviews-section .content .top .why {
    flex: 20;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 40px;
  }
  .reviews-section .content .top .why p {
    margin: 0;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 300;
    opacity: 0.95;
  }
  .reviews-section .content .top .info {
    flex: 36;
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 40px;
  }
  .reviews-section .content .top .info .reason {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    padding-block: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .reviews-section .content .top .info .reason:last-child {
    border-bottom: none;
  }
  .reviews-section .content .top .info .reason i {
    color: #1F1F1F;
    font-size: 16px;
    width: 20px;
  }
  .reviews-section .content .top .info .reason p {
    margin: 0;
    color: #1F1F1F;
    font-size: 15px;
    font-weight: 300;
  }
  .reviews-section .content .quotes {
    display: flex;
    flex-direction: row;
    gap: 60px;
  }
  .reviews-section .content .quotes .quote {
    flex: 1;
    display: flex;
    flex-direction: column;
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
    transition: opacity 0.6s ease, transform 0.6s ease, filter 0.6s ease;
  }
  .reviews-section .content .quotes .quote:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 60px;
  }
  .reviews-section .content .quotes .quote.is-fading {
    opacity: 0;
    transform: translateY(8px);
    filter: blur(4px);
  }
  .reviews-section .content .quotes .quote .mark {
    font-family: "Cormorant Garamond", serif;
    font-size: 60px;
    line-height: 1;
    color: #1F1F1F;
    opacity: 0.85;
    margin: 0 0 10px;
  }
  .reviews-section .content .quotes .quote .text-quote {
    min-height: 115px;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    opacity: 0.9;
  }
  .reviews-section .content .quotes .quote span {
    display: block;
    width: 30px;
    height: 1px;
    background: #1F1F1F;
    opacity: 0.5;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .reviews-section .content .quotes .quote .name {
    margin: 0;
    color: #1F1F1F;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .reviews-section .content .quotes .quote .place {
    margin: 4px 0 0;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 300;
    opacity: 0.6;
  }
  .reviews-section .content .banner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 60px;
  }
  .reviews-section .content .banner .images {
    flex: 64;
    position: relative;
    height: 320px;
    overflow: hidden;
    border-radius: 2px;
  }
  .reviews-section .content .banner .images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(88%);
  }
  .reviews-section .content .banner .images .overlay-right {
    position: absolute;
    inset: 0;
    background: rgba(34, 34, 34, 0.12);
    pointer-events: none;
  }
  .reviews-section .content .banner .images .text {
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: right;
  }
  .reviews-section .content .banner .images .text p {
    margin: 0;
    color: rgb(246, 246, 246);
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 300;
  }
  .reviews-section .content .banner .images .text span {
    display: block;
    width: 30px;
    height: 1px;
    background: rgb(246, 246, 246);
    opacity: 0.7;
    margin-top: 12px;
    margin-left: auto;
  }
  .reviews-section .content .banner .plan {
    flex: 36;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .reviews-section .content .banner .plan .headingp {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #1F1F1F;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .reviews-section .content .banner .plan p {
    margin: 0;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 300;
    opacity: 0.9;
  }
  .reviews-section .content .banner .plan .link {
    display: flex;
    align-items: center;
    color: #1F1F1F;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: 25px;
  }
  .reviews-section .content .banner .plan .link i {
    margin-left: 17px;
    transform: translateY(1px);
  }
  .faq-section {
    position: relative;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding-top: 55px;
    max-width: 1475px;
    margin-inline: auto;
    padding-inline: 35px;
  }
  .faq-section .content {
    background: #363637;
    border-radius: 2px;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 55px 35px;
    max-width: 1475px;
    margin-inline: auto;
  }
  .faq-section .content .text {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }
  .faq-section .content .text > div:first-child {
    flex: 42;
  }
  .faq-section .content .text > div:first-child .headingp {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: rgb(246, 246, 246);
  }
  .faq-section .content .text > div:first-child .headingp span {
    width: 80px;
    height: 1px;
    background: rgb(246, 246, 246);
    opacity: 0.7;
    margin-inline: 15px;
    display: block;
  }
  .faq-section .content .text > div:first-child h2 {
    color: rgb(246, 246, 246);
    font-size: 79px;
    text-transform: uppercase;
    font-weight: 200 !important;
    line-height: 0.95;
  }
  .faq-section .content .text .why {
    flex: 26;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 40px;
  }
  .faq-section .content .text .why p {
    margin: 0;
    color: rgb(246, 246, 246);
    font-size: 16px;
    font-weight: 300;
    opacity: 0.95;
  }
  .faq-section .content .text .why .link {
    display: flex;
    align-items: center;
    color: rgb(246, 246, 246);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: 5px;
  }
  .faq-section .content .text .why .link i {
    margin-left: 17px;
    transform: translateY(1px);
  }
  .faq-section .content .text .info {
    flex: 32;
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 40px;
  }
  .faq-section .content .text .info .reason {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    padding-block: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .faq-section .content .text .info .reason:first-child {
    padding-top: 0;
  }
  .faq-section .content .text .info .reason:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .faq-section .content .text .info .reason i {
    color: rgb(246, 246, 246);
    font-size: 18px;
    width: 22px;
  }
  .faq-section .content .text .info .reason div {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .faq-section .content .text .info .reason div p {
    margin: 0;
    color: rgb(246, 246, 246);
    font-size: 15px;
    font-weight: 300;
  }
  .faq-section .content .text .info .reason div p:first-child {
    font-weight: 400;
  }
  .faq-section .content .text .info .reason div p:last-child {
    opacity: 0.6;
  }
  .faq-section .content .body {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 60px;
    margin-top: 60px;
  }
  .faq-section .content .body .faq-list {
    flex: 56;
    display: flex;
    flex-direction: column;
  }
  .faq-section .content .body .faq-list .faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .faq-section .content .body .faq-list .faq-item .faq-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding-block: 22px;
    cursor: pointer;
  }
  .faq-section .content .body .faq-list .faq-item .faq-head .num {
    margin: 0;
    color: rgb(246, 246, 246);
    font-size: 15px;
    opacity: 0.6;
  }
  .faq-section .content .body .faq-list .faq-item .faq-head span {
    width: 1px;
    height: 20px;
    background: rgb(246, 246, 246);
    opacity: 0.3;
    display: block;
  }
  .faq-section .content .body .faq-list .faq-item .faq-head .question {
    flex: 1;
    margin: 0;
    color: rgb(246, 246, 246);
    font-size: 18px;
    font-weight: 300;
  }
  .faq-section .content .body .faq-list .faq-item .faq-head .toggle {
    margin: 0;
    color: rgb(246, 246, 246);
    font-size: 22px;
    font-weight: 200;
    width: 20px;
    text-align: center;
  }
  .faq-section .content .body .faq-list .faq-item .faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease, opacity 0.45s ease;
    opacity: 0;
  }
  .faq-section .content .body .faq-list .faq-item .faq-body p {
    margin: 0 0 22px;
    color: rgb(246, 246, 246);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    opacity: 0.8;
    max-width: 90%;
  }
  .faq-section .content .body .faq-list .faq-item.is-open .faq-body {
    opacity: 1;
  }
  .faq-section .content .body .images {
    flex: 44;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
  }
  .faq-section .content .body .images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(88%);
  }
  .faq-section .content .body .images .overlay-right {
    position: absolute;
    inset: 0;
    background: rgba(34, 34, 34, 0.12);
    pointer-events: none;
  }
  .faq-section .content .body .images .text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 35px;
  }
  .faq-section .content .body .images .text p {
    margin: 0;
    color: rgb(246, 246, 246);
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 300;
  }
  .faq-section .content .body .images .text span {
    display: block;
    width: 30px;
    height: 1px;
    background: rgb(246, 246, 246);
    opacity: 0.7;
    margin-top: 12px;
  }
  .expertise-section {
    position: relative;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .expertise-section .content {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 85px 35px;
    max-width: 1475px;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 60px;
  }
  .expertise-section .content .text {
    flex: 44;
  }
  .expertise-section .content .text .headingp {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  .expertise-section .content .text .headingp span {
    width: 80px;
    height: 1px;
    background: #1F1F1F;
    opacity: 0.7;
    margin-inline: 15px;
    display: block;
  }
  .expertise-section .content .text h2 {
    color: #1F1F1F;
    font-size: 79px;
    text-transform: uppercase;
    font-weight: 200 !important;
    line-height: 0.95;
  }
  .expertise-section .content .why {
    flex: 24;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 40px;
  }
  .expertise-section .content .why p {
    margin: 0;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 300;
    opacity: 0.95;
  }
  .expertise-section .content .cta {
    flex: 22;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 40px;
  }
  .expertise-section .content .cta span {
    width: 30px;
    height: 1px;
    background: #1F1F1F;
    opacity: 0.7;
    display: block;
    margin-bottom: 20px;
  }
  .expertise-section .content .cta p {
    margin: 0 0 20px;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 300;
    opacity: 0.95;
  }
  .expertise-section .content .cta .button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 40px;
    border-radius: 2px;
    color: white;
    background: #dfc43f;
    text-decoration: none;
    width: -moz-max-content;
    width: max-content;
  }
  .expertise-section .content .cta .button i {
    margin-left: 17px;
    transform: translateY(1px);
  }
  .expertise-section .content .grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 40px;
  }
  .expertise-section .content .grid .item {
    width: calc(25% - 30px);
    display: flex;
    flex-direction: column;
  }
  .expertise-section .content .grid .item p.headingp {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    color: #1F1F1F;
    font-size: 14px;
  }
  .expertise-section .content .grid .item p.headingp span {
    width: 45px;
    height: 1px;
    background: #1F1F1F;
    opacity: 0.7;
    margin-left: 15px;
    display: block;
  }
  .expertise-section .content .grid .item h3 {
    color: #1F1F1F;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 12px;
  }
  .expertise-section .content .grid .item p:not(.headingp) {
    color: #1F1F1F;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.85;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .expertise-section .content .grid .item img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2px;
    filter: brightness(92%);
    margin-top: auto;
  }
  .expertise-section .content .partners {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
  .expertise-section .content .partners .label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin: 0;
    color: #1F1F1F;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.6;
    white-space: nowrap;
  }
  .expertise-section .content .partners .label span {
    width: 30px;
    height: 1px;
    background: #1F1F1F;
    opacity: 0.7;
    display: block;
  }
  .expertise-section .content .partners .logos {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 45px;
  }
  .expertise-section .content .partners .logos .logo {
    margin: 0;
    color: #1F1F1F;
    opacity: 0.75;
    white-space: nowrap;
  }
  .expertise-section .content .partners .logos .logo-1 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .expertise-section .content .partners .logos .logo-2 {
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
  }
  .expertise-section .content .partners .logos .logo-3 {
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
  }
  .expertise-section .content .partners .logos .logo-4 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .expertise-section .content .partners .logos .logo-4 i {
    font-size: 13px;
  }
  .expertise-section .content .partners .logos .logo-5 {
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .expertise-section .content .partners .logos .logo-6 {
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.5px;
  }
  .expertise-section .content .partners .tagline {
    margin: 0;
    color: #1F1F1F;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    text-align: right;
    white-space: nowrap;
  }
  .closing-section {
    position: relative;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .closing-section .content {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 85px 35px;
    max-width: 1475px;
    margin-inline: auto;
  }
  .closing-section .content .top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }
  .closing-section .content .top .text {
    flex: 44;
  }
  .closing-section .content .top .text .headingp {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  .closing-section .content .top .text .headingp span {
    width: 80px;
    height: 1px;
    background: #1F1F1F;
    opacity: 0.7;
    margin-inline: 15px;
    display: block;
  }
  .closing-section .content .top .text h2 {
    color: #1F1F1F;
    font-size: 79px;
    text-transform: uppercase;
    font-weight: 200 !important;
    line-height: 0.95;
  }
  .closing-section .content .top .info {
    flex: 56;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 40px;
  }
  .closing-section .content .top .info p {
    margin: 0;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 300;
    opacity: 0.95;
    max-width: 90%;
  }
  .closing-section .content .top .info .actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
  }
  .closing-section .content .top .info .actions span {
    width: 1px;
    height: 30px;
    background: #1F1F1F;
    opacity: 0.3;
    display: block;
  }
  .closing-section .content .top .info .actions .button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 40px;
    border-radius: 2px;
    color: white;
    background: #dfc43f;
    text-decoration: none;
    width: -moz-max-content;
    width: max-content;
  }
  .closing-section .content .top .info .actions .button i {
    margin-left: 17px;
    transform: translateY(1px);
  }
  .closing-section .content .top .info .actions .secondary-link {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
    text-underline-offset: 3px;
    opacity: 0.85;
  }
  .closing-section .content .top .info .features {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
  }
  .closing-section .content .top .info .features .feature {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding-inline: 30px;
  }
  .closing-section .content .top .info .features .feature:first-child {
    padding-left: 0;
  }
  .closing-section .content .top .info .features .feature:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }
  .closing-section .content .top .info .features .feature i {
    color: #1F1F1F;
    font-size: 22px;
    margin-top: 2px;
  }
  .closing-section .content .top .info .features .feature p {
    margin: 0;
    color: #1F1F1F;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    max-width: 140px;
  }
  .closing-section .content .images {
    position: relative;
    width: 100%;
    height: 330px;
    overflow: hidden;
    border-radius: 2px;
    margin-top: 55px;
  }
  .closing-section .content .images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(88%);
  }
  .closing-section .content .images .overlay-right {
    position: absolute;
    inset: 0;
    background: rgba(34, 34, 34, 0.12);
    pointer-events: none;
  }
  .closing-section .content .images .tag {
    position: absolute;
    left: 30px;
    bottom: 30px;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: rgb(246, 246, 246);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
  .closing-section .content .images .tag span {
    width: 30px;
    height: 1px;
    background: rgb(246, 246, 246);
    opacity: 0.7;
    margin-right: 15px;
    display: block;
  }
  .closing-section .content .contact-strip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
  .closing-section .content .contact-strip .label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin: 0;
    color: #1F1F1F;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.6;
    white-space: nowrap;
  }
  .closing-section .content .contact-strip .label span {
    width: 30px;
    height: 1px;
    background: #1F1F1F;
    opacity: 0.7;
    display: block;
  }
  .closing-section .content .contact-strip .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding-left: 60px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    text-decoration: none;
  }
  .closing-section .content .contact-strip .item i {
    color: #1F1F1F;
    font-size: 16px;
  }
  .closing-section .content .contact-strip .item p {
    margin: 0;
    color: #1F1F1F;
    font-size: 15px;
    font-weight: 300;
  }
}/*# sourceMappingURL=base.css.map */