:root {
    --main-font: 'GeneralSans';
    --main-font-weight: 400;
    --main-font-color: #FFFFFF;
    --secondary-font-color: #171717;
}

.mySwiper-1 .swiper {
  width: 100%;
  height: 797px;
  margin: auto;
}

    .mySwiper-1 .swiper-slide {
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  height: 797px;
}
.swiper-pagination.pag-1.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
    width: 69px;
}
    .background-img {
    position: absolute;
    }

    .mySwiper-1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(88%);
}
    .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 94%;
    top: 95%;
    }
    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        width: 27px;
        height: 8px;
        border-radius: 25px;
        background-color: var(--main-font-color);
    }
    .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.7s transform, .7s left;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    background-color: var(--main-font-color);
    filter: blur(100%);
}
.main-block {
    margin-top: 32px;
}
.main-info-block {
    display: flex;
    flex-direction: column;
    z-index: 99;
    color: var(--main-font-color);
    padding: 32px;
}
.main-title {
    font-weight: 500;
    font-size: 56px;
    color: var(--main-font-color);
    margin-right: 40%;
    margin-bottom: 24px;
    line-height: 120%;
}
.main-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-right: 28%;
    margin-bottom: 40px;
    color: var(--main-font-color);
}



.partners-section {
    margin-top: 56px;
}
.swiper-slide-partners.last-slide img {
  width: 206px;
  height: 104px;
}
.swiper-slide-partners img {
    width: auto;
    height: auto;
}

.partners-block {
    overflow: hidden;
    width: 100%;
    background-color: #F6F6F6;
    border-radius: 10px;
}

.partners-track {
    display: flex;
  width: max-content;
  flex-shrink: 0;
  animation: slide 20s linear infinite;
    gap: 40px;
    align-items: center;
}

.swiper-slide-partners {
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-founder-elements-1 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 508px;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
.our-founder-section {
    margin-top: 56px;
}
.our-founder-elements-2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 844px;
}
.our-founder-block {
    display: flex;
    gap: 100px;
    margin: auto;
    justify-content: center;
}
.founder-img {
    margin-bottom: 24px;
    max-width: 508px;
}
.information-about-founder-block {
    display: flex;
    flex-direction: column;
    padding: 32px;
    background-color: #F6F6F6;
    border-radius: 10px;
}
.information-about-founder {
    font-weight: 500;
    color: #282828;
    font-size: 24px;
    margin-bottom: 123px;
}


.our-founder-title {
    font-weight: 500;
    font-size: 32px;
    color: #171717;
    margin-bottom: 16px;
}
.our-founder-description {
    font-weight: 400;
    font-size: 18px;
    color: #171717;
}
.about-the-CEO{
    background-color: #F6F6F6;
    border-radius: 10px;
    padding: 32px 23px 32px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 9px;
    justify-content: center;
}
.about-the-CEO-elements {
    display: flex;
    align-items: center;
    gap: 16px;
}
.about-the-CEO-title {
    font-weight: 500;
    font-size: 16px;
    color: #171717;
}

.mySwiper-2 {
  width: 476px;
  position: relative;
}
.our-founder-section .swiper {
    overflow-x: clip!important;
    overflow: visible;
}
.mySwiper-2 .swiper-wrapper {
  padding-left: 0px;
}

.mySwiper-2 .swiper-slide {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 216px!important;
  height: 116px;
  border-radius: 10px;
}

.swiper-button-next-2, .swiper-button-prev-2 {
  position: absolute;
  top: -65%;
  height: 40px;
  width: 40px;
  z-index: 100;
  cursor: pointer;
}

.swiper-button-prev-2 {
  left: 73%;
}

.swiper-button-next-2 {
  left: 85%;
  transform: rotate(180deg);
}
.swiper-slide-founder-text {
    color: #696969;
    font-size: 14px;
    font-weight: 500;
}
.our-founder-section-mob {
        display: none;
    }
.insurance-services-section {
    margin-top: 56px;
    background-color: #F6F6F6;
    padding: 56px 0 56px 0;
}
.services-section {
    margin-top: 56px;
}
.insurance-services-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.insurance-services-block-title {
    color: #171717;
    font-weight: 500;
    font-size: 32px;
    line-height: 135%;
    
}
.insurance-services-block-title span {
    color: #868686;
}
.insurance-services-elements {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.insurance-services-elements-block {
    display: flex;
    gap: 32px;
}

.insurance-services-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    max-width: 1200px;
}
.insurance-services-info {
    color: #171717;
    font-size: 28px;
    font-weight: 500;
    line-height: 135%;
}
.all-servise {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    row-gap: 8px;
}
.all-servise-block {
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 3px;
    text-decoration: none;
}
.all-servise-text {
    color: #171717;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}
.insurance-services-description {
    color: #171717;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
.services-section .services-header{
    display: flex;
    margin-bottom: 48px;
    justify-content: space-between;
    gap: 16px;
}
.our-mission-section {
    margin-top: 56px;
}
.our-mission-block {
    display: flex;
    gap: 32px;
    justify-content: space-between;
}
.our-mission-info {
    background-color: #F6F6F6;
    padding: 24px 24px 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45%;
}
.our-mission-title {
    font-size: 32px;
    font-weight: 500;
    color: #282828;
    line-height: 135%;
}
.our-mission-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #171717;
}
.our-mission-description.bottom {
    margin-bottom: 8px;
}
.our-mission-photo {
    width: 100%;
    height: 100%;
}
.our-mission-block-elements .our-mission-title {
    font-size: 24px;
}
.our-mission-block-elements {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.our-mission-block-elements .our-mission-info {
    padding: 24px;
    width: auto;
}
.our-mission-block-elements .our-mission-description.bottom {
    margin-bottom: 16px;
}


.services-section .services-title{
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    color: var(--secondary-font-color);
    line-height: 1.35;
}

.services-section .services-description{
    margin: 0;
    max-width: 676px;
    font-size: 18px;
    color: var(--secondary-font-color);
}

.services-section .services-carts{
    display: grid;
    gap: 32px;
}

.services-section .services-carts--even,
.services-section .services-carts--odd{
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.services-section .services-carts--even .service-card,
.services-section .services-carts--odd .service-card{
    grid-column: span 2;
}

.services-section .services-carts--odd .service-card:nth-last-child(-n + 2){
    grid-column: span 3;
}

.services-section .service-card{
    position: relative;
    min-height: 292px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: stretch;
    height: 100%;
}

.services-section .service-card__overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(0, 0, 0, 0.6) 60%,
            rgba(0, 0, 0, 0.8) 100%
    );
}

.services-section .service-card__inner{
    position: relative;
    z-index: 1;
    padding: 24px 24px 28px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services-section .service-card__title{
    margin: 0 0 16px 0;
    font-size: 24px;
    font-weight: 500;
    display: block;
    color: #ffffff;
}

.services-section .service-card__excerpt{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.services-contact-us-info {
    padding: 32px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #282828;
    margin-top: 32px;
    border-radius: 12px;
}
.services-contact-us-text {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 135%;
    width: 58%;
}
.Headquartered-section.mob {
    display: none;
}
.Headquartered-section {
    margin-top: 56px;
    margin-bottom: 56px;
}
.Headquartered-block {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.Headquartered-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 49.96%;
}
.Headquartered-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 135%;
    color: #171717;
}
.Headquartered-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #171717;
}
.Headquartered-photo {
    max-width: min-content;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 1440px) {
    .our-founder-block {
    gap: 32px;
}
}
@media screen and (max-width: 1240px) {
    .main-title {
        font-size: 44px;
    }
    .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 94%;
}
.partners-track {
    animation: slide 15s linear infinite;
}
.about-the-CEO-title {
    font-size: 14px;
}
.Headquartered-title {
    font-size: 28px;
}
}

@media (max-width: 1175px){
    .services-section .services-title{
        color: var(--secondary-font-color);
        line-height: 1;
        width: 100%;
    }
    .Headquartered-section {
        display: none;
    }
    .Headquartered-section.mob {
        display: block;
    }
    .Headquartered-block {
        flex-direction: column;
        align-items: center;
    }
    .Headquartered-title {
        font-size: 32px;
    }
    .Headquartered-info {
        width: 80%;
    }
    
}

@media screen and (max-width: 1024px) {
    .our-founder-section {
        display: none;
    }
    .our-founder-section-mob {
        display: block;
    }
    .our-section-block-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .our-section-block-mob .about-the-CEO-title {
    font-size: 16px;
}
    .our-section-block-mob .button {
        padding: 8px 99px;
        margin-bottom: 32px;
    }
    .our-section-block-mob .information-about-founder-block {
        width: 92%;
    }
    .our-section-block-mob .about-the-CEO {
        width: 93%;
    }
    .swiper-button-next-2-mob, .swiper-button-prev-2-mob {
  position: absolute;
  top: -65%;
  height: 40px;
  width: 40px;
  z-index: 100;
  cursor: pointer;
}
.swiper-button-prev-2-mob {
  left: 83%;
}
.swiper-button-next-2-mob {
  left: 90%;
  transform: rotate(180deg);
}
.our-founder-section-mob .swiper {
  overflow-x: clip!important;
    overflow: visible;
    max-width: 100%;
}
.our-section-block-mob .our-founder-title {
    margin-bottom: 24px;
}
.our-section-block-mob .founder-img {
    margin-bottom: 16px;
}
.our-section-block-mob .our-founder-description {
    margin-bottom: 16px;
}
.our-section-block-mob .about-the-CEO {
    margin-bottom: 16px;
}
.our-section-block-mob .information-about-founder-block {
    margin-bottom: 24px;
}
.our-section-block-mob .swiper-slide {
    max-width: 30%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 116px;
    border-radius: 10px;
}
.services-section .services-carts{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-section .services-carts .service-card{
        grid-column: auto;
    }

    .services-section .services-carts--odd .service-card:nth-last-child(-n + 2){
        grid-column: auto;
    }

}
@media screen and (max-width: 990px) {
    .main-title {
        font-size: 36px;
    }
    .main-description {
        font-size: 16px;
    }
    .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 91%;
}
.partners-track {
    animation: slide 10s linear infinite;
}
.insurance-services-elements-block {
    flex-direction: column;
    align-items: center;
}
.services-contact-us-text {
        font-size: 18px; 
    }
}
@media screen and (max-width: 850px) {
    .services-contact-us-info {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .services-contact-us-text {
        width: 100%;
    }
}

@media screen and (max-width: 769px) {
    .main-title {
        margin-right: 30%;
    }
    .main-description {
        margin-right: 22%;
    }
    .main-title {
        font-size: 30px;
    }
    .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 87%;
}
.swiper-button-prev-2-mob {
    left: 80%;
}
.services-section .services-header{
        margin-bottom: 24px;
        flex-direction: column;
    }

    .services-section .services-title{
        font-size: 20px;
    }

    .services-section .services-description{
        max-width: 100%;
        font-size: 16px;
    }

    .services-section .services-carts{
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .services-section .service-card{
        min-height: 279px;
    }
    .services-contact-us-text {
        font-size: 14px; 
    }
    .Headquartered-info {
        width: 100%;
    }

}
@media screen and (max-width: 730px) {
    .our-section-block-mob .swiper-slide {
        max-width: 40%;
    }
}
@media screen and (max-width: 600px) {
    .main-title {
        font-size: 25px;
    }
    .main-description {
        font-size: 14px;
    }
    .main-title {
        margin-right: 25%;
    }
    .main-description {
        margin-right: 20%;
    }
    .main-section .swiper {
      height: 680px;
    }
    .mySwiper-1 .swiper-slide {
        height: 680px;
    }
    .Headquartered-title {
        font-size: 20px;
    }
    .Headquartered-description {
        font-size: 14px;
    }
    
}
@media screen and (max-width: 550px) {
    .swiper-button-next-2-mob {
        left: auto;
        right: 0;
    }
    .swiper-button-prev-2-mob {
        left: 0;
    }
    .our-section-block-mob .swiper-slide {
        max-width: 45%;
    }
    .swiper-slide-founder-text {
        text-align: center; 
    }
    .founder-img {
        width: 100%;
    }
    .insurance-services-elements-block img {
        width: 100%!important;
    }
}
@media screen and (max-width: 500px) {
    .main-title {
        margin-right: 0%;
    }
    .main-description {
        margin-right: 0%;
    }
    .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 85%;
}
    .insurance-services-title {
        font-size: 20px;
    }
    .insurance-services-description {
        font-size: 14px;
    }
    .all-servise-text {
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .our-section-block-mob .swiper-slide {
        max-width: 70%;
    }
    .insurance-services-section .button span {
        font-size: 14px;
    }
    .insurance-services-block-title {
        font-size: 24px;
    }
    .swiper-pagination-bullet {
        display: none;
    } 
     .button {
        width: 100%;
        margin: auto;
        max-width: -webkit-fill-available;
        justify-content: center;
    }
    .our-section-block-mob .about-the-CEO {
        width: 86%;
    }
    .our-section-block-mob .information-about-founder-block {
        width: 84%;
    }
}

@media screen and (max-width: 400px) {
    .main-info-block {
    padding: 16px;
}
}