/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .title {
    font-size: 24px;
  }
  .hero_section {
    padding-top: 48px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .hero_section .line_1 {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(20%);
    z-index: -99;
    animation: 15s infinite running slidein;
    opacity: 1;
  }
  .hero_section .line_2 {
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateX(-80%);
    z-index: -99;
    animation: 20s infinite running slidein_2;
    opacity: 1;
  }
  .hero_section .hero_section_child {
    width: 100%;
    max-width: 600px;
    padding: 64px 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 96px;
  }
  .hero_section .hero_section_child .txt_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hero_section .hero_section_child .txt_container .title {
    font-weight: 700;
    color: #287377;
    text-align: center;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .hero_section .hero_section_child .txt_container .spn2 {
    font-size: 12px;
    color: #287377;
    text-align: center;
    line-height: normal;
    width: 70%;
  }
  .hero_section .hero_section_child .txt_container .btn_wrap {
    background-color: rgba(0, 0, 0, 0.25);
    margin-top: 32px;
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .hero_section .hero_section_child .txt_container .btn_wrap .hs_btn {
    height: 40px;
    background-color: #287377;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    padding: 0 32px;
    border-radius: 10px;
    transition: all 0.3s linear;
  }
  .hero_section .hero_section_child .txt_container .btn_wrap .hs_btn:hover {
    transform: translateY(-2px);
  }
  .hero_section .hero_section_child .card_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
  }
  .hero_section .hero_section_child .card_container .card_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .hero_section .hero_section_child .card_container .card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    padding: 0 16px;
    padding-bottom: 16px;
    gap: 16px;
    transition: all 0.3s linear;
    background-color: #FFFFFF;
  }
  .hero_section .hero_section_child .card_container .card .wrapps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .icon_wrap {
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CFE6E8;
    border-radius: 12px;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .icon_wrap .card_icon {
    width: 50%;
    height: 50%;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .wrap .c_title {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #093535;
    transition: all 0.5s linear;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .wrap .c_des {
    display: flex;
    font-size: 10px;
    text-align: center;
    line-height: normal;
    overflow: auto;
    color: rgba(0, 0, 0, 0.7);
  }
  .hero_section .hero_section_child .card_container .card .card_btn_wrap {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .hero_section .hero_section_child .card_container .card .card_btn_wrap .card_btn {
    background: #FFFFFF;
    border-radius: 10px;
    color: #093535;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
  }
  .core_values_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .core_values_section .core_values_child {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    padding: 80px 10%;
    gap: 40px;
  }
  .core_values_section .core_values_child .row_1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .core_values_section .core_values_child .row_1 .title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    color: #287377;
  }
  .core_values_section .core_values_child .row_2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .core_values_section .core_values_child .row_2 .card {
    width: 100%;
    height: 240px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background-color: #FFFFFF;
    border-radius: 16px;
  }
  .core_values_section .core_values_child .row_2 .card .svg_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .core_values_section .core_values_child .row_2 .card span {
    font-size: 14px;
    text-align: center;
  }
  .mission_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .mission_section .mission_section_child {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    padding: 80px 10%;
    gap: 32px;
  }
  .mission_section .mission_section_child .wraper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .mission_section .mission_section_child .wraper .svg_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
  }
  .mission_section .mission_section_child .wraper .title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    color: #287377;
  }
  .mission_section .mission_section_child .wraper .desc {
    font-size: 14px;
    text-align: center;
  }
  .trusted_by_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .trusted_by_section .trusted_by_child {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    padding: 64px 5%;
    gap: 32px;
  }
  .trusted_by_section .trusted_by_child .row_1 {
    display: flex;
    align-items: center;
  }
  .trusted_by_section .trusted_by_child .row_1 .title {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-weight: 600;
    color: #287377;
    white-space: nowrap;
  }
  .trusted_by_section .trusted_by_child .row_2 {
    width: 100%;
    display: flex;
    overflow: hidden;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper {
    width: 100%;
    height: 100%;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color 0.5s linear;
    padding: 16px;
    border-radius: 16px;
    gap: 8px;
    height: 140px;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide .icon_wrap {
    width: 16px;
    height: 16px;
    display: flex;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide .descr {
    display: none;
    font-size: 10px;
    text-align: center;
    color: #43494A;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide-active .icon_wrap {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide-active .descr {
    display: flex;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .title {
    font-size: 24px;
  }
  .hero_section {
    padding-top: 48px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .hero_section .line_1 {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(20%);
    z-index: -99;
    animation: 15s infinite running slidein;
    opacity: 1;
  }
  .hero_section .line_2 {
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateX(-80%);
    z-index: -99;
    animation: 20s infinite running slidein_2;
    opacity: 1;
  }
  .hero_section .hero_section_child {
    width: 100%;
    max-width: 767px;
    padding: 64px 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 96px;
  }
  .hero_section .hero_section_child .txt_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hero_section .hero_section_child .txt_container .title {
    font-weight: 700;
    color: #287377;
    text-align: center;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .hero_section .hero_section_child .txt_container .spn2 {
    font-size: 12px;
    color: #287377;
    text-align: center;
    line-height: normal;
    width: 70%;
  }
  .hero_section .hero_section_child .txt_container .btn_wrap {
    background-color: rgba(0, 0, 0, 0.25);
    margin-top: 32px;
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .hero_section .hero_section_child .txt_container .btn_wrap .hs_btn {
    height: 40px;
    background-color: #287377;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    padding: 0 32px;
    border-radius: 10px;
    transition: all 0.3s linear;
  }
  .hero_section .hero_section_child .txt_container .btn_wrap .hs_btn:hover {
    transform: translateY(-2px);
  }
  .hero_section .hero_section_child .card_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
  }
  .hero_section .hero_section_child .card_container .card_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .hero_section .hero_section_child .card_container .card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    padding: 0 16px;
    padding-bottom: 16px;
    gap: 16px;
    transition: all 0.3s linear;
    background-color: #FFFFFF;
  }
  .hero_section .hero_section_child .card_container .card .wrapps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .icon_wrap {
    transform: translateY(-50%);
    height: 48px;
    width: 48px;
    filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CFE6E8;
    border-radius: 12px;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .icon_wrap .card_icon {
    width: 50%;
    height: 50%;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .wrap .c_title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #093535;
    transition: all 0.5s linear;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .wrap .c_des {
    display: flex;
    font-size: 10px;
    text-align: center;
    line-height: normal;
    overflow: auto;
    color: rgba(0, 0, 0, 0.7);
  }
  .hero_section .hero_section_child .card_container .card .card_btn_wrap {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .hero_section .hero_section_child .card_container .card .card_btn_wrap .card_btn {
    background: #FFFFFF;
    border-radius: 10px;
    color: #093535;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
  }
  .core_values_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .core_values_section .core_values_child {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    padding: 80px 10%;
    gap: 40px;
  }
  .core_values_section .core_values_child .row_1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .core_values_section .core_values_child .row_1 .title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    color: #287377;
  }
  .core_values_section .core_values_child .row_2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .core_values_section .core_values_child .row_2 .card {
    width: 100%;
    height: 240px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background-color: #FFFFFF;
    border-radius: 16px;
  }
  .core_values_section .core_values_child .row_2 .card .svg_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .core_values_section .core_values_child .row_2 .card span {
    font-size: 14px;
    text-align: center;
  }
  .mission_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .mission_section .mission_section_child {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    padding: 80px 10%;
    gap: 32px;
  }
  .mission_section .mission_section_child .wraper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .mission_section .mission_section_child .wraper .svg_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
  }
  .mission_section .mission_section_child .wraper .title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    color: #287377;
  }
  .mission_section .mission_section_child .wraper .desc {
    font-size: 14px;
    text-align: center;
  }
  .trusted_by_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .trusted_by_section .trusted_by_child {
    width: 100%;
    max-width: 767px;
    display: flex;
    flex-direction: column;
    padding: 64px 5%;
    gap: 32px;
  }
  .trusted_by_section .trusted_by_child .row_1 {
    display: flex;
    align-items: center;
  }
  .trusted_by_section .trusted_by_child .row_1 .title {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-weight: 600;
    color: #287377;
    white-space: nowrap;
  }
  .trusted_by_section .trusted_by_child .row_2 {
    width: 100%;
    display: flex;
    overflow: hidden;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper {
    width: 100%;
    height: 100%;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color 0.5s linear;
    padding: 16px;
    border-radius: 16px;
    gap: 16px;
    height: 140px;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide .icon_wrap {
    width: 16px;
    height: 16px;
    display: flex;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide .descr {
    display: none;
    font-size: 12px;
    text-align: center;
    color: #43494A;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide-active {
    background-color: #DFF3F4;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide-active .icon_wrap {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide-active .descr {
    display: flex;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title {
    font-size: 32px;
  }
  .hero_section {
    padding-top: 64px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .hero_section .line_1 {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(20%);
    z-index: -99;
    animation: 15s infinite running slidein;
    opacity: 1;
  }
  .hero_section .line_2 {
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateX(-80%);
    z-index: -99;
    animation: 20s infinite running slidein_2;
    opacity: 1;
  }
  .hero_section .hero_section_child {
    width: 100%;
    max-width: 991px;
    padding: 80px 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 96px;
    padding-bottom: 64px;
  }
  .hero_section .hero_section_child .txt_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hero_section .hero_section_child .txt_container .title {
    font-weight: 700;
    color: #287377;
    text-align: center;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .hero_section .hero_section_child .txt_container .spn2 {
    font-size: 1rem;
    color: #287377;
    text-align: center;
    line-height: normal;
    width: 70%;
  }
  .hero_section .hero_section_child .txt_container .btn_wrap {
    background-color: rgba(0, 0, 0, 0.25);
    margin-top: 32px;
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .hero_section .hero_section_child .txt_container .btn_wrap .hs_btn {
    height: 48px;
    background-color: #287377;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 32px;
    border-radius: 10px;
    transition: all 0.3s linear;
  }
  .hero_section .hero_section_child .txt_container .btn_wrap .hs_btn:hover {
    transform: translateY(-2px);
  }
  .hero_section .hero_section_child .card_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .hero_section .hero_section_child .card_container .card_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .hero_section .hero_section_child .card_container .card {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    padding: 0 16px;
    padding-bottom: 16px;
    gap: 32px;
    transition: all 0.3s linear;
  }
  .hero_section .hero_section_child .card_container .card .wrapps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .icon_wrap {
    transform: translateY(-50%);
    height: 48px;
    width: 48px;
    filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CFE6E8;
    border-radius: 12px;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .icon_wrap .card_icon {
    width: 50%;
    height: 50%;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .wrap .c_title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #093535;
    transform: translateY(32px);
    transition: all 0.5s linear;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .wrap .c_des {
    display: flex;
    font-size: 0.8rem;
    text-align: center;
    line-height: normal;
    overflow: auto;
    color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.4s ease-out;
    transition-delay: 0.2s;
  }
  .hero_section .hero_section_child .card_container .card .card_btn_wrap {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    opacity: 0;
  }
  .hero_section .hero_section_child .card_container .card .card_btn_wrap .card_btn {
    background: #FFFFFF;
    border-radius: 10px;
    color: #093535;
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s linear;
  }
  .hero_section .hero_section_child .card_container .card .card_btn_wrap .card_btn:hover {
    transform: translateY(-2px);
  }
  .hero_section .hero_section_child .card_container .card:hover {
    background-color: #DFF3F4;
  }
  .hero_section .hero_section_child .card_container .card:hover .wrapps .wrap .c_title {
    transform: translateY(0);
  }
  .hero_section .hero_section_child .card_container .card:hover .wrapps .wrap .c_des {
    opacity: 1;
  }
  .hero_section .hero_section_child .card_container .card:hover .card_btn_wrap {
    opacity: 1;
  }
  .core_values_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .core_values_section .core_values_child {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    padding: 80px 10%;
    gap: 40px;
  }
  .core_values_section .core_values_child .row_1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .core_values_section .core_values_child .row_1 .title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    color: #287377;
  }
  .core_values_section .core_values_child .row_2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .core_values_section .core_values_child .row_2 .card {
    width: 20%;
    height: 200px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    border-radius: 16px;
  }
  .core_values_section .core_values_child .row_2 .card .svg_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .core_values_section .core_values_child .row_2 .card span {
    font-size: 14px;
    text-align: center;
  }
  .mission_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .mission_section .mission_section_child {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    padding: 80px 10%;
    gap: 64px;
  }
  .mission_section .mission_section_child .wraper {
    width: 33.3333333333%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .mission_section .mission_section_child .wraper .svg_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
  }
  .mission_section .mission_section_child .wraper .title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    color: #287377;
  }
  .mission_section .mission_section_child .wraper .desc {
    font-size: 14px;
    text-align: center;
  }
  .trusted_by_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .trusted_by_section .trusted_by_child {
    width: 100%;
    max-width: 991px;
    display: flex;
    flex-direction: column;
    padding: 80px 10%;
    gap: 64px;
  }
  .trusted_by_section .trusted_by_child .row_1 {
    display: flex;
    align-items: center;
  }
  .trusted_by_section .trusted_by_child .row_1 .title {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-weight: 600;
    color: #287377;
    white-space: nowrap;
  }
  .trusted_by_section .trusted_by_child .row_2 {
    width: 100%;
    display: flex;
    overflow: hidden;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper {
    width: 100%;
    height: 100%;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color 0.5s linear;
    padding: 16px;
    border-radius: 16px;
    gap: 16px;
    height: 140px;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide .icon_wrap {
    width: 24px;
    height: 24px;
    display: flex;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide .descr {
    display: none;
    font-size: 0.8rem;
    text-align: center;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide-active {
    background-color: #DFF3F4;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide-active .icon_wrap {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide-active .descr {
    display: flex;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .title {
    font-size: 40px;
  }
  .hero_section {
    padding-top: 64px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .hero_section .line_1 {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(20%);
    z-index: -99;
    animation: 15s infinite running slidein;
    opacity: 1;
  }
  .hero_section .line_2 {
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateX(-80%);
    z-index: -99;
    animation: 20s infinite running slidein_2;
    opacity: 1;
  }
  .hero_section .hero_section_child {
    width: 100%;
    max-width: 1199px;
    padding: 80px 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 96px;
    padding-bottom: 64px;
  }
  .hero_section .hero_section_child .txt_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hero_section .hero_section_child .txt_container .title {
    font-weight: 700;
    color: #287377;
    text-align: center;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .hero_section .hero_section_child .txt_container .spn2 {
    font-size: 1rem;
    color: #287377;
    text-align: center;
    line-height: normal;
    width: 70%;
  }
  .hero_section .hero_section_child .txt_container .btn_wrap {
    background-color: rgba(0, 0, 0, 0.25);
    margin-top: 32px;
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .hero_section .hero_section_child .txt_container .btn_wrap .hs_btn {
    height: 48px;
    background-color: #287377;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 32px;
    border-radius: 10px;
    transition: all 0.3s linear;
  }
  .hero_section .hero_section_child .txt_container .btn_wrap .hs_btn:hover {
    transform: translateY(-2px);
  }
  .hero_section .hero_section_child .card_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .hero_section .hero_section_child .card_container .card_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .hero_section .hero_section_child .card_container .card {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    padding: 0 16px;
    padding-bottom: 16px;
    gap: 32px;
    transition: all 0.3s linear;
  }
  .hero_section .hero_section_child .card_container .card .wrapps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .icon_wrap {
    transform: translateY(-50%);
    height: 56px;
    width: 56px;
    filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CFE6E8;
    border-radius: 12px;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .icon_wrap .card_icon {
    width: 50%;
    height: 50%;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .wrap .c_title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #093535;
    transform: translateY(32px);
    transition: all 0.5s linear;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .wrap .c_des {
    display: flex;
    font-size: 0.8rem;
    text-align: center;
    line-height: normal;
    overflow: auto;
    color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.4s ease-out;
    transition-delay: 0.2s;
  }
  .hero_section .hero_section_child .card_container .card .card_btn_wrap {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    opacity: 0;
  }
  .hero_section .hero_section_child .card_container .card .card_btn_wrap .card_btn {
    background: #FFFFFF;
    border-radius: 10px;
    color: #093535;
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s linear;
  }
  .hero_section .hero_section_child .card_container .card .card_btn_wrap .card_btn:hover {
    transform: translateY(-2px);
  }
  .hero_section .hero_section_child .card_container .card:hover {
    background-color: #DFF3F4;
  }
  .hero_section .hero_section_child .card_container .card:hover .wrapps .wrap .c_title {
    transform: translateY(0);
  }
  .hero_section .hero_section_child .card_container .card:hover .wrapps .wrap .c_des {
    opacity: 1;
  }
  .hero_section .hero_section_child .card_container .card:hover .card_btn_wrap {
    opacity: 1;
  }
  .core_values_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .core_values_section .core_values_child {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    padding: 80px 10%;
    gap: 40px;
  }
  .core_values_section .core_values_child .row_1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .core_values_section .core_values_child .row_1 .title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    color: #287377;
  }
  .core_values_section .core_values_child .row_2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .core_values_section .core_values_child .row_2 .card {
    width: 20%;
    height: 180px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    background-color: #FFFFFF;
    border-radius: 16px;
  }
  .core_values_section .core_values_child .row_2 .card .svg_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .core_values_section .core_values_child .row_2 .card span {
    font-size: 14px;
    text-align: center;
  }
  .mission_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .mission_section .mission_section_child {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    padding: 80px 10%;
    gap: 64px;
  }
  .mission_section .mission_section_child .wraper {
    width: 33.3333333333%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .mission_section .mission_section_child .wraper .svg_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
  }
  .mission_section .mission_section_child .wraper .title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    color: #287377;
  }
  .mission_section .mission_section_child .wraper .desc {
    font-size: 14px;
    text-align: center;
  }
  .trusted_by_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .trusted_by_section .trusted_by_child {
    width: 100%;
    max-width: 1199px;
    display: flex;
    flex-direction: row;
    padding: 80px 10%;
    gap: 64px;
  }
  .trusted_by_section .trusted_by_child .row_1 {
    display: flex;
    align-items: center;
  }
  .trusted_by_section .trusted_by_child .row_1 .title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    color: #287377;
    white-space: nowrap;
  }
  .trusted_by_section .trusted_by_child .row_2 {
    width: 100%;
    display: flex;
    overflow: hidden;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper {
    width: 100%;
    height: 100%;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color 0.5s linear;
    padding: 16px;
    border-radius: 16px;
    gap: 16px;
    height: 140px;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide .icon_wrap {
    width: 24px;
    height: 24px;
    display: flex;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide .descr {
    display: none;
    font-size: 0.8rem;
    text-align: center;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide-active {
    background-color: #DFF3F4;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide-active .icon_wrap {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide-active .descr {
    display: flex;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .title {
    font-size: 48px;
  }
  .hero_section {
    padding-top: 64px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .hero_section .line_1 {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(20%);
    z-index: -99;
    animation: 15s infinite running slidein;
    opacity: 1;
  }
  .hero_section .line_2 {
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateX(-80%);
    z-index: -99;
    animation: 20s infinite running slidein_2;
    opacity: 1;
  }
  .hero_section .hero_section_child {
    width: 100%;
    max-width: 1440px;
    padding: 80px 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 96px;
    padding-bottom: 64px;
  }
  .hero_section .hero_section_child .txt_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hero_section .hero_section_child .txt_container .title {
    font-weight: 700;
    color: #287377;
    text-align: center;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .hero_section .hero_section_child .txt_container .spn2 {
    font-size: 1rem;
    color: #287377;
    text-align: center;
    line-height: normal;
    width: 70%;
  }
  .hero_section .hero_section_child .txt_container .btn_wrap {
    background-color: rgba(0, 0, 0, 0.25);
    margin-top: 32px;
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .hero_section .hero_section_child .txt_container .btn_wrap .hs_btn {
    height: 48px;
    background-color: #287377;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 32px;
    border-radius: 10px;
    transition: all 0.3s linear;
  }
  .hero_section .hero_section_child .txt_container .btn_wrap .hs_btn:hover {
    transform: translateY(-2px);
  }
  .hero_section .hero_section_child .card_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .hero_section .hero_section_child .card_container .card_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .hero_section .hero_section_child .card_container .card {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    padding: 0 16px;
    padding-bottom: 16px;
    gap: 32px;
    transition: all 0.3s linear;
  }
  .hero_section .hero_section_child .card_container .card .wrapps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .icon_wrap {
    transform: translateY(-50%);
    height: 56px;
    width: 56px;
    filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CFE6E8;
    border-radius: 12px;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .icon_wrap .card_icon {
    width: 50%;
    height: 50%;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .wrap .c_title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: #093535;
    transform: translateY(32px);
    transition: all 0.5s linear;
  }
  .hero_section .hero_section_child .card_container .card .wrapps .wrap .c_des {
    display: flex;
    font-size: 0.8rem;
    text-align: center;
    line-height: normal;
    overflow: auto;
    color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.4s ease-out;
    transition-delay: 0.2s;
  }
  .hero_section .hero_section_child .card_container .card .card_btn_wrap {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    opacity: 0;
  }
  .hero_section .hero_section_child .card_container .card .card_btn_wrap .card_btn {
    background: #FFFFFF;
    border-radius: 10px;
    color: #093535;
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s linear;
  }
  .hero_section .hero_section_child .card_container .card .card_btn_wrap .card_btn:hover {
    transform: translateY(-2px);
  }
  .hero_section .hero_section_child .card_container .card:hover {
    background-color: #DFF3F4;
  }
  .hero_section .hero_section_child .card_container .card:hover .wrapps .wrap .c_title {
    transform: translateY(0);
  }
  .hero_section .hero_section_child .card_container .card:hover .wrapps .wrap .c_des {
    opacity: 1;
  }
  .hero_section .hero_section_child .card_container .card:hover .card_btn_wrap {
    opacity: 1;
  }
  .core_values_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .core_values_section .core_values_child {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    padding: 80px 10%;
    gap: 40px;
  }
  .core_values_section .core_values_child .row_1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .core_values_section .core_values_child .row_1 .title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    color: #287377;
  }
  .core_values_section .core_values_child .row_2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .core_values_section .core_values_child .row_2 .card {
    width: 20%;
    height: 240px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background-color: #FFFFFF;
    border-radius: 16px;
  }
  .core_values_section .core_values_child .row_2 .card .svg_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .core_values_section .core_values_child .row_2 .card span {
    font-size: 14px;
    text-align: center;
  }
  .mission_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .mission_section .mission_section_child {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    padding: 80px 10%;
    gap: 64px;
  }
  .mission_section .mission_section_child .wraper {
    width: 33.3333333333%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .mission_section .mission_section_child .wraper .svg_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
  }
  .mission_section .mission_section_child .wraper .title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    color: #287377;
  }
  .mission_section .mission_section_child .wraper .desc {
    font-size: 14px;
    text-align: center;
  }
  .trusted_by_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .trusted_by_section .trusted_by_child {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    padding: 80px 10%;
    gap: 64px;
  }
  .trusted_by_section .trusted_by_child .row_1 {
    display: flex;
    align-items: center;
  }
  .trusted_by_section .trusted_by_child .row_1 .title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    color: #287377;
    white-space: nowrap;
  }
  .trusted_by_section .trusted_by_child .row_2 {
    width: 100%;
    display: flex;
    overflow: hidden;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper {
    width: 100%;
    height: 100%;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color 0.5s linear;
    padding: 16px;
    border-radius: 16px;
    gap: 16px;
    height: 140px;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide .icon_wrap {
    width: 24px;
    height: 24px;
    display: flex;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide .descr {
    display: none;
    font-size: 0.8rem;
    text-align: center;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide-active {
    background-color: #DFF3F4;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide-active .icon_wrap {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trusted_by_section .trusted_by_child .row_2 .swiper-slide-active .descr {
    display: flex;
  }
}/*# sourceMappingURL=main_pages.css.map */