@charset "UTF-8";
/**
IFS New Design
*/
/*
MAIN IFS New Design
*/
/**
IFS New Design
*/
/*
HEADER IFS New Design
*/
.header {
  position: fixed;
  z-index: 92;
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.5s linear;
  padding: 0 2%;
  border-top: 10px solid #0570EB;
}
.header .inner, .header .header-logo {
  display: flex;
}
.header .inner {
  min-height: clamp(87px, 3.90625vw, 100px);
  justify-content: space-between;
  align-items: stretch;
  max-width: clamp(1405px, 84.765625vw, 2170px);
  width: 100%;
  margin: 0 auto;
  padding: 0 53px 0 19px;
}
.header .menu-block-header {
  display: flex;
  justify-content: space-between;
  gap: 64px;
  align-items: center;
  width: 100%;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.header .menu-box-header {
  display: flex;
  align-items: center;
  gap: clamp(8px, 3.203125vw, 82px);
  height: 100%;
}
.header .menu-items-header {
  display: flex;
  height: 100%;
  direction: ltr;
}
.header .menu-items-header ul {
  display: flex;
  align-items: center;
  gap: clamp(64px, 3.046875vw, 78px);
  direction: ltr;
  padding: 0 15px;
  margin-bottom: 0;
}
.header .logo-block-header {
  transition: all 0.5s linear;
}
.header .logo-header {
  width: clamp(85px, 4.8046875vw, 123px);
  height: auto;
  transition: all 0.5s linear;
}
.header .logo-header-fixed {
  display: none;
  width: clamp(85px, 4.8046875vw, 123px);
  height: auto;
  transition: all 0.5s linear;
}
.header .contact-box-header {
  display: flex;
  align-items: center;
  gap: clamp(33px, 3.359375vw, 86px);
}
.header .search-box-header {
  width: clamp(24px, 1.25vw, 32px);
  height: auto;
}
.header .menu-item-link-header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: clamp(41px, 2.5390625vw, 65px);
  /*max-width: clamp(200px, calc(228 * 100vw / 2560), 228px);*/
  padding: 10px 45px;
  color: #FFF;
  border-radius: 50px;
  background: #0570EB;
  border: none;
  cursor: pointer;
  font-size: clamp(16px, 0.703125vw, 18px);
  font-weight: 400;
  line-height: normal;
  font-family: inherit;
  transition: all 0.5s linear;
  position: relative;
  overflow: hidden;
}
.header .menu-item-link-header .text-menu-item-link-header {
  z-index: 3;
}
.header .menu-item-link-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0570EB 0%, #346FFF 50.4%, #473183 100%);
  background-size: 300% 300%;
  opacity: 0;
  transition: opacity 0.5s linear;
  border-radius: inherit;
  z-index: 1;
  animation: gradientMove 8s ease infinite;
}
.header .menu-item-link-header:hover::before {
  opacity: 1;
}
.header .menu-items-header > ul > li {
  position: relative;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center;
}
.header .menu-items-header > ul > li:has(> ul)::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #1A2552;
}
.header .menu-items-header ul li a {
  color: #1A2552;
  font-size: clamp(18px, 0.78125vw, 20px);
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s linear;
}
.header .menu-items-header ul li:hover a {
  color: #0570EB;
}
.header .menu-items-header ul .sub-menu {
  display: block;
  max-height: 0;
  opacity: 0;
  position: absolute;
  min-width: clamp(120px, 7.03125vw, 180px);
  height: auto;
  flex-shrink: 0;
  border-radius: 0px 0px 15px 15px;
  background: #FFF;
  left: 50%;
  transform: translateX(-20%);
  top: 100%;
  text-align: left;
  transition: all 0.3s linear;
  overflow: hidden;
  padding: 12px 25px 0;
  width: max-content;
  white-space: nowrap;
}
.header .menu-items-header ul li:first-child .sub-menu {
  transform: translateX(-30%);
}
.header .menu-items-header ul .sub-menu li {
  min-width: clamp(91px, 5.5078125vw, 141px);
  padding: clamp(15px, 0.9765625vw, 25px) clamp(20px, 1.5625vw, 40px);
  transition: all 0.3s linear;
  text-shadow: 0 0 transparent;
  text-decoration: none;
  position: relative;
  list-style: none;
}
.header .menu-items-header ul .sub-menu li:not(:has(.menu-icon))::after {
  content: "";
  position: absolute;
  left: clamp(10px, 0.9765625vw, 25px);
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #1A2552;
}
.header .menu-items-header ul li.menu-about .sub-menu li {
  padding: clamp(15px, 0.9765625vw, 25px) clamp(20px, 1.5625vw, 40px) clamp(15px, 0.9765625vw, 25px) 2px;
}
.header .menu-items-header ul li.menu-item-has-children.menu-about:hover .sub-menu {
  padding: 0px clamp(16px, 1.015625vw, 26px) 0 clamp(16px, 1.015625vw, 26px);
}
.header .menu-items-header ul li.menu-about > .sub-menu {
  transform: translateX(-33%);
}
.header .menu-items-header ul .sub-menu li:not(:last-child) {
  border-bottom: 0.5px rgba(26, 37, 82, 0.2) solid;
}
.header .menu-items-header ul .sub-menu li a {
  color: #1A2552;
  font-size: clamp(18px, 0.78125vw, 20px);
  transition: all 0.3s linear;
  display: flex;
}
.header .menu-items-header ul li.menu-item-has-children:hover .sub-menu {
  max-height: fit-content;
  opacity: 1;
  padding: 9px 17px 0 17px;
}
.header .menu-items-header > ul > li:has(> ul):hover::after {
  border-top: 7px solid #0570EB;
}
.header .mega-menu ul li.current-menu-item .sub-menu li a {
  text-decoration: none;
  text-shadow: none;
}
.header .mega-menu ul li.current-menu-item .sub-menu li a:hover {
  text-decoration: underline;
  text-shadow: 0.5px 0.5px #1A2552;
}
.header.fixed {
  background: #fff;
  box-shadow: 0px 16px 19.6px -9px rgba(0, 0, 0, 0.1);
}
.header.fixed .logo-header {
  display: none;
}
.header.fixed .logo-header-fixed {
  display: block;
}
.header.fixed .mega-menu > ul > li > a {
  color: #1A2552;
}
.header.fixed .mega-menu > ul > li:hover, .header.fixed .mega-menu > ul > li:active {
  text-shadow: 0.5px 0.5px #1A2552;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #1A2552;
}
.header.fixed .mega-menu ul li.current-menu-item > a {
  text-shadow: 0.5px 0.5px #1A2552;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #1A2552;
}
.header.fixed .mega-menu ul li.current-menu-item .sub-menu li a {
  text-decoration: none;
  text-shadow: none;
}
.header.fixed .mega-menu ul li.current-menu-item .sub-menu li a:hover {
  text-decoration: underline;
  text-shadow: 0.5px 0.5px #1A2552;
}
.header.fixed .menu-item-link-header {
  border: 1px solid #1A2552;
  background: transparent;
  color: #1A2552;
  position: relative;
  overflow: hidden;
}
.header.fixed .menu-item-link-header .text-menu-item-link-header {
  z-index: 2;
}
.header.fixed .menu-item-link-header:hover {
  color: #FFF;
}

/*.header .menu-block-header::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    height: 1px;*/
/*    width: 100%;*/
/*    background: #fff;*/
/*    opacity: 0.4;*/
/*}*/
/*.header .menu-item-link-header:hover {*/
/*    background: transparent;*/
/*    border: 1px solid #FFF;*/
/*    color: #FFF;*/
/*}*/
/*.header .menu-items-header > ul {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: clamp(105px, calc(250 * 100vw / 2560), 250px);*/
/*    direction: ltr;*/
/*}*/
/*.header .menu-items-header > ul > li:active::before*/
/*{*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: -14px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 4px;*/
/*    height: 4px;*/
/*    background: #1A2552;*/
/*    border-radius: 100%;*/
/*}*/
/*.header .menu-items-header > ul > li:hover,*/
/*.header .menu-items-header > ul > li:active {*/
/*    text-shadow: 0.5px 0.5px #FFF;*/
/*    color: #FFF;*/
/*    text-decoration: underline;*/
/*    text-decoration-skip-ink: none;*/
/*}*/
/*.header .menu-items-header ul li.current-menu-item > a {*/
/*    text-shadow: 0.5px 0.5px #FFF;*/
/*    color: #FFF;*/
/*    text-decoration: underline;*/
/*    text-decoration-skip-ink: none;*/
/*}*/
/*.header .menu-items-header ul .sub-menu li a:hover {*/
/*    text-shadow: 0.5px 0.5px #1A2552;*/
/*    text-decoration: underline;*/
/*}*/
/*.header.fixed .menu-item-link-header:hover {*/
/*    border: 1px solid #FFF;*/
/*    color: #FFF;*/
/*}*/
/*.header.fixed .menu-item-link-header::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: linear-gradient(96deg, #9A50B9 7.82%, #067EC6 94.47%);*/
/*    opacity: 0;*/
/*    transition: opacity 0.5s linear;*/
/*    border-radius: inherit;*/
/*    z-index: 1;*/
/*}*/
/*.header.fixed .menu-item-link-header:hover::before {*/
/*    opacity: 1;*/
/*}*/
/*.header.fixed .menu-block-header::after {*/
/*    display: none;*/
/*}*/
.header-popup, .header-popup-bg {
  top: 76px;
}

.header .menu-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: clamp(18px, 1.484375vw, 38px);
}
.header .menu-icon img {
  width: clamp(16px, 0.9375vw, 24px);
  height: clamp(16px, 0.9375vw, 24px);
  object-fit: contain;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .header-popup, .header-popup-bg {
    top: 50px;
  }
}
body.admin-bar .header, body.admin-bar .header-popup, body.admin-bar .header-popup-bg {
  margin-top: 32px;
}

@media all and (max-width: 1512px) {
  .header .inner {
    padding: 0 28px 0 0px;
  }
  .header .menu-items-header ul {
    gap: clamp(8px, 4.2328042328vw, 64px);
    padding: 0 0.9920634921vw;
  }
  .header .menu-items-header ul li a {
    font-size: clamp(12px, 1.1904761905vw, 18px);
  }
  .header .menu-items-header > ul > li {
    gap: 10px;
  }
  .header .menu-items-header > ul > li:has(> ul)::after {
    right: 0;
    top: 0;
    transform: translateY(0);
    position: relative;
    display: block;
  }
  .header .menu-box-header {
    gap: clamp(4px, 0.5291005291vw, 8px);
  }
  .header .menu-item-link-header {
    /*max-width: clamp(190px, calc(200 * 100vw / 1512), 200px);*/
    font-size: clamp(14px, 1.0582010582vw, 16px);
    padding: 0 25px;
  }
  .header .logo-header, .header .logo-header-fixed {
    width: clamp(70px, 5.6216931217vw, 85px);
  }
  .header .contact-box-header {
    gap: clamp(16px, 2.1825396825vw, 33px);
  }
  .header .menu-items-header ul .sub-menu {
    padding: 0 clamp(12px, 1.1243386243vw, 17px) 0;
  }
  .header .menu-items-header ul .sub-menu li a {
    font-size: clamp(12px, 0.9259259259vw, 14px);
  }
  .header .menu-items-header ul li.menu-item-has-children:hover .sub-menu {
    padding: clamp(4px, 0.5952380952vw, 9px) clamp(12px, 1.1243386243vw, 17px) 0 clamp(12px, 1.1243386243vw, 17px);
  }
  .header .menu-items-header ul .sub-menu li {
    padding: clamp(10px, 0.9920634921vw, 15px) clamp(15px, 1.3227513228vw, 20px);
  }
  .header .menu-items-header ul .sub-menu li:not(:has(.menu-icon))::after {
    left: 0.6613756614vw;
  }
  .header .menu-items-header ul li.menu-item-has-children.menu-about:hover .sub-menu {
    padding: 0 clamp(12px, 1.1243386243vw, 17px);
  }
  .header .menu-items-header ul li.menu-about .sub-menu li {
    padding: clamp(10px, 0.9920634921vw, 15px) clamp(15px, 1.3227513228vw, 20px) clamp(10px, 0.9920634921vw, 15px) 2px;
  }
  .header .menu-icon {
    margin-right: clamp(8px, 1.1904761905vw, 18px);
  }
}
@media all and (max-width: 1360px) {
  .header .menu-items-header ul {
    gap: clamp(8px, 2.9100529101vw, 44px);
  }
}
@media all and (max-width: 1024px) {
  .header {
    display: none;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/**
IFS New Design
*/
/*
COMPANIES IFS New Design
*/
.section-companies {
  background: #FFF;
  font-family: "Poppins", sans-serif;
  color: #1A2552;
  padding: 0 2% clamp(55px, 3.515625vw, 90px) 2%;
  margin-top: -1px;
}
.section-companies p {
  margin-bottom: 0;
  line-height: unset;
}
.section-companies .inner {
  max-width: clamp(1404px, 84.765625vw, 2170px);
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
.section-companies .sc-companies-content {
  display: flex;
  flex-direction: column;
  padding: 0 clamp(84px, 6.6015625vw, 169px);
  row-gap: 38px;
}
.section-companies .content-top-box-sc-companies {
  display: flex;
  justify-content: space-between;
}
.section-companies .text-box-sc-companies {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.section-companies .title-sc-companies {
  font-size: clamp(50px, 2.34375vw, 60px);
  font-weight: 400;
  line-height: normal;
}
.section-companies .title-sc-companies b,
.section-companies .title-sc-companies strong {
  color: #0570EB;
  font-weight: 700;
}
.section-companies .desc-sc-companies {
  max-width: 650px;
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
}
.section-companies .image-item-sc-companies {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(199.567px, 11.6015625vw, 297px) !important;
  height: clamp(67.194px, 3.90625vw, 100px);
  border-radius: 4.871px;
  border: 0.565px solid #C4C5DB;
  background: #FFF;
  padding: clamp(17px, 1.0546875vw, 27px) clamp(10px, 0.625vw, 16px);
}
.section-companies .image-item-sc-companies img {
  height: auto;
  max-height: clamp(31px, 1.8359375vw, 47px);
  width: auto;
}
.section-companies .owl-nav,
.section-companies .owl-dots {
  display: none;
}
.section-companies .items-content-box-sc-companies {
  display: flex;
  flex-direction: column;
  row-gap: clamp(25px, 1.171875vw, 30px);
}
.section-companies .pagination-sc-companies {
  display: flex;
  justify-content: center;
  align-self: center;
  gap: clamp(7.5px, 0.390625vw, 10px);
  position: relative;
}
.section-companies .pagination-sc-companies .custom-dot {
  width: clamp(15px, 0.78125vw, 20px);
  height: clamp(15px, 0.78125vw, 20px);
  background-color: #F3F6FF;
  border: 1px solid #AAB1C4;
  border-radius: clamp(112.739px, 5.859375vw, 150px);
  opacity: 1;
  transition: all 0.3s ease;
}
.section-companies .pagination-sc-companies .custom-dot.active {
  background-color: #0570EB;
  border: 1px solid #0570EB;
  width: clamp(50px, 2.6171875vw, 67px);
}

@media all and (max-width: 1512px) {
  .section-companies {
    padding: 0 2% 3.6375661376vw 2%;
  }
  .section-companies .sc-companies-content {
    padding: 0 5.5555555556vw;
    row-gap: 2.5132275132vw;
  }
  .section-companies .title-sc-companies {
    font-size: clamp(36px, 3.3068783069vw, 50px);
  }
  .section-companies .desc-sc-companies {
    max-width: clamp(528px, 42.9894179894vw, 650px);
    font-size: clamp(18px, 1.455026455vw, 22px);
  }
  .section-companies .image-item-sc-companies {
    width: clamp(119.567px, 13.1988756614vw, 199.567px) !important;
    height: clamp(37.194px, 4.444047619vw, 67.194px);
    border-radius: 3.273px;
    border: 0.38px solid #C4C5DB;
    padding: 1.1243386243vw 0.6613756614vw;
  }
  .section-companies .image-item-sc-companies img {
    max-height: clamp(21px, 2.0502645503vw, 31px);
  }
  .section-companies .items-content-box-sc-companies {
    row-gap: 1.6534391534vw;
  }
  .section-companies .pagination-sc-companies {
    gap: clamp(5px, 0.496031746vw, 7.5px);
  }
  .section-companies .pagination-sc-companies .custom-dot {
    width: clamp(10px, 0.9920634921vw, 15px);
    height: clamp(10px, 0.9920634921vw, 15px);
    border-radius: clamp(82.739px, 7.4562830688vw, 112.739px);
  }
  .section-companies .pagination-sc-companies .custom-dot.active {
    width: clamp(30px, 3.3068783069vw, 50px);
  }
}
@media all and (max-width: 1024px) {
  .section-companies .title-sc-companies {
    font-size: clamp(24px, 3.515625vw, 36px);
  }
  .section-companies .desc-sc-companies {
    font-size: clamp(14px, 1.7578125vw, 18px);
    max-width: clamp(360px, 51.5625vw, 528px);
  }
}
@media all and (max-width: 768px) {
  .section-companies {
    padding: 0 0 22px 0;
  }
  .section-companies .inner {
    padding: 0;
  }
  .section-companies .sc-companies-content {
    padding: 0;
    row-gap: 26px;
  }
  .section-companies .text-box-sc-companies {
    row-gap: 19px;
    padding: 0 26px;
  }
  .section-companies .title-sc-companies {
    font-size: clamp(30px, 4.9479166667vw, 38px);
    line-height: 109%;
  }
  .section-companies .desc-sc-companies {
    font-size: clamp(16px, 2.6041666667vw, 20px);
    line-height: 135%;
    max-width: 100%;
  }
  .section-companies .items-content-box-sc-companies {
    row-gap: 13px;
  }
  .section-companies .item-sc-companies {
    border-radius: 15px;
  }
  .section-companies .pagination-sc-companies {
    gap: 5px;
  }
  .section-companies .pagination-sc-companies .custom-dot {
    width: 12px;
    height: 12px;
    border-radius: 112.739px;
  }
  .section-companies .pagination-sc-companies .custom-dot.active {
    width: 40px;
  }
  .section-companies .image-item-sc-companies {
    width: clamp(139.59px, 20.7799479167vw, 159.59px) !important;
    height: clamp(47px, 7.421875vw, 57px);
    border-radius: 2.29px;
    border: 0.266px solid #C4C5DB;
    padding: 12px;
  }
  .section-companies .image-item-sc-companies img {
    max-height: clamp(22px, 3.515625vw, 27px);
  }
  .page-template-page-about-us-new .section-companies {
    padding: 0 0 44px 0;
  }
}
/**
IFS New Design
*/
/*
expertise IFS New Design
*/
.section-expertise {
  /*background: linear-gradient(146deg, #F0F5FB 0%, #EFFAF7 50%, #D4E7FE 100%);*/
  font-family: "Poppins", sans-serif;
  color: #1A2552;
  padding: 0 2% clamp(40px, 4.4140625vw, 113px) 2%;
}
.section-expertise p {
  margin-bottom: 0;
  line-height: unset;
}
.section-expertise .inner {
  max-width: clamp(1404px, 84.765625vw, 2170px);
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
.section-expertise .sc-expertise-content {
  background: #FFF;
  display: flex;
  flex-direction: column;
  /*border: 1px solid #C8D4E5;*/
  padding: 55px clamp(84px, 6.6015625vw, 169px) clamp(80px, 4.6875vw, 120px) clamp(84px, 6.6015625vw, 169px);
  border-radius: clamp(16.175px, 1.5625vw, 40px);
  row-gap: clamp(27px, 1.640625vw, 42px);
}
.section-expertise .text-box-sc-expertise {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.section-expertise .title-sc-expertise {
  font-size: clamp(50px, 2.34375vw, 60px);
  font-weight: 400;
  line-height: normal;
}
.section-expertise .title-sc-expertise b, .section-expertise .title-sc-expertise strong {
  color: #0570EB;
  font-weight: 700;
}
.section-expertise .desc-sc-expertise {
  max-width: clamp(528px, 25.390625vw, 650px);
  width: 100%;
  font-size: clamp(18px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
}
.section-expertise .items-sc-expertise {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  overflow: hidden;
}
.section-expertise .item-sc-expertise {
  display: flex;
  align-items: flex-end;
  background: #0570EB;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: clamp(20px, 0.9765625vw, 25px);
  padding: 0 clamp(34px, 1.9921875vw, 51px) clamp(26px, 1.484375vw, 38px) clamp(30px, 1.796875vw, 46px);
  height: clamp(352px, 20.4296875vw, 523px);
}
.section-expertise .item-sc-expertise:nth-child(1) {
  width: calc(66.6666666667% - 10px);
}
.section-expertise .item-sc-expertise:nth-child(1) img {
  width: clamp(458.832px, 26.6015625vw, 681px);
}
.section-expertise .item-sc-expertise:nth-child(1) .desc-item-sc-expertise {
  max-width: 69%;
}
.section-expertise .item-sc-expertise:nth-child(2), .section-expertise .item-sc-expertise:nth-child(3) {
  width: calc(33.3333333333% - 10px);
}
.section-expertise .item-sc-expertise:nth-child(4) {
  width: calc(66.6666666667% - 10px);
}
.section-expertise .item-sc-expertise:nth-child(4) img {
  width: clamp(486.44px, 28.203125vw, 722px);
}
.section-expertise .item-sc-expertise:nth-child(4) .desc-item-sc-expertise {
  max-width: 45%;
}
.section-expertise .item-sc-expertise:nth-child(4) .media-item-sc-expertise.has-image {
  right: -1.8359375vw;
}
.section-expertise .item-sc-expertise:nth-child(5) {
  width: calc(33.3333333333% - 10px);
  background: #1D235A;
}
.section-expertise .item-sc-expertise:nth-child(5) img {
  width: clamp(315.995px, 18.3203125vw, 469px);
}
.section-expertise .item-sc-expertise:nth-child(6) {
  width: calc(33.3333333333% - 16px);
  background: #1D235A;
}
.section-expertise .item-sc-expertise:nth-child(6) img {
  width: clamp(371.917px, 21.5625vw, 552px);
}
.section-expertise .item-sc-expertise:nth-child(7) {
  width: calc(33.3333333333% - 16px);
}
.section-expertise .btn-item-sc-expertise {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 7;
  cursor: pointer;
}
.section-expertise .media-item-sc-expertise.has-image {
  position: absolute;
  right: 0;
  top: 0;
}
.section-expertise .media-item-sc-expertise img {
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
}
.section-expertise .media-item-sc-expertise.has-video {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-expertise .media-item-sc-expertise video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-expertise .title-item-sc-expertise {
  color: #FFF;
  font-size: clamp(24px, 1.40625vw, 36px);
  font-weight: 700;
  line-height: normal;
}
.section-expertise .desc-item-sc-expertise {
  font-size: clamp(14px, 0.703125vw, 18px);
  font-weight: 400;
  line-height: normal;
  color: #FFF;
}
.section-expertise .image-item-sc-expertise {
  z-index: 1;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-expertise .image-item-sc-expertise img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s linear;
  border-radius: 25px;
}
.section-expertise .text-box-item-sc-expertise {
  display: flex;
  flex-direction: column;
  row-gap: clamp(14px, 0.8203125vw, 21px);
  position: relative;
  z-index: 5;
}

/*.section-expertise .content-top-box-sc-expertise {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    border-top: 0.5px solid rgba(26, 37, 82, 0.50);*/
/*    padding-top: 47px;*/
/*}*/
/*.section-expertise .text-content-sc-expertise {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: stretch;*/
/*    gap: 30px;*/
/*}*/
/*.section-expertise .text-box-sc-expertise.text-box-sc-expertise-mobile {*/
/*    display: none;*/
/*}*/
@media all and (max-width: 1512px) {
  .section-expertise {
    padding: 0 2% 2.6455026455vw 2%;
  }
  .section-expertise .sc-expertise-content {
    padding: 4.2989417989vw 5.5555555556vw 5.291005291vw 5.5555555556vw;
    gap: 1.7857142857vw;
    border-radius: clamp(11.175px, 1.0697751323vw, 16.175px);
  }
  .section-expertise .text-box-sc-expertise {
    row-gap: 5px;
  }
  .section-expertise .title-sc-expertise {
    /*line-height: 115.556%;*/
    font-size: clamp(36px, 3.3068783069vw, 50px);
  }
  .section-expertise .desc-sc-expertise {
    max-width: clamp(360px, 34.9206349206vw, 528px);
    font-size: clamp(14px, 1.1904761905vw, 18px);
  }
  .section-expertise .items-sc-expertise {
    gap: 0.9920634921vw;
  }
  .section-expertise .item-sc-expertise {
    height: 23.2804232804vw;
    padding: 0 2.2486772487vw 1.7195767196vw 1.9841269841vw;
  }
  .section-expertise .item-sc-expertise:nth-child(1) {
    width: calc(66.6666666667% - 0.496031746vw);
  }
  .section-expertise .item-sc-expertise:nth-child(2), .section-expertise .item-sc-expertise:nth-child(3) {
    width: calc(33.3333333333% - 0.496031746vw);
  }
  .section-expertise .item-sc-expertise:nth-child(4) {
    width: calc(66.6666666667% - 0.496031746vw);
  }
  .section-expertise .item-sc-expertise:nth-child(5) {
    width: calc(33.3333333333% - 0.496031746vw);
  }
  .section-expertise .item-sc-expertise:nth-child(6), .section-expertise .item-sc-expertise:nth-child(7) {
    width: calc(33.3333333333% - 0.7936507937vw);
  }
  .section-expertise .item-sc-expertise:nth-child(1) img {
    width: 30.346031746vw;
  }
  .section-expertise .item-sc-expertise:nth-child(4) img {
    width: 32.171957672vw;
  }
  .section-expertise .item-sc-expertise:nth-child(5) img {
    width: 20.8991402116vw;
  }
  .section-expertise .item-sc-expertise:nth-child(6) img {
    width: 24.5976851852vw;
  }
  .section-expertise .title-item-sc-expertise {
    font-size: clamp(20px, 1.5873015873vw, 24px);
  }
  .section-expertise .desc-item-sc-expertise {
    font-size: clamp(10px, 0.9259259259vw, 14px);
    line-height: 130%;
  }
  .section-expertise .text-box-item-sc-expertise {
    row-gap: clamp(8px, 0.9259259259vw, 14px);
  }
  .section-expertise .item-sc-expertise:nth-child(4) .media-item-sc-expertise.has-image {
    right: -2.1164021164vw;
  }
  /*.section-expertise .content-top-box-sc-expertise {*/
  /*    padding-top: calc(47 * 100vw / 1512);*/
  /*}*/
}
@media all and (max-width: 1024px) {
  .section-expertise .title-sc-expertise {
    font-size: clamp(24px, 3.515625vw, 36px);
  }
  .section-expertise .desc-sc-expertise {
    font-size: clamp(12px, 1.3671875vw, 14px);
    max-width: clamp(300px, 35.15625vw, 360px);
  }
  .section-expertise .title-item-sc-expertise {
    font-size: clamp(14px, 1.953125vw, 20px);
  }
  .section-expertise .desc-item-sc-expertise {
    font-size: clamp(8px, 0.9765625vw, 10px);
  }
}
@media all and (max-width: 768px) {
  .section-expertise {
    padding: 0;
  }
  .section-expertise .inner {
    padding: 0;
  }
  .section-expertise .sc-expertise-content {
    padding: 35px 11px 0 11px;
    row-gap: 21px;
    border-radius: 16.175px 16.175px 0 0;
  }
  .section-expertise .text-box-sc-expertise.text-box-sc-expertise-mobile {
    display: flex;
    order: 1;
  }
  .section-expertise .items-sc-expertise {
    order: 2;
  }
  .section-expertise .text-content-sc-expertise {
    order: 3;
    align-self: center;
  }
  .section-expertise .text-box-sc-expertise {
    row-gap: 11px;
    padding: 0 15px;
  }
  .section-expertise .title-sc-expertise {
    font-size: clamp(30px, 4.9479166667vw, 38px);
    line-height: 109%;
  }
  .section-expertise .desc-sc-expertise {
    font-size: clamp(16px, 2.6041666667vw, 20px);
    line-height: 136.793%;
    max-width: 100%;
  }
  .section-expertise .items-sc-expertise {
    gap: 7px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .section-expertise .item-sc-expertise {
    height: 92.6315789474vw;
    padding: 0;
    border-radius: 15px;
    padding: 0 15px 32px 15px;
  }
  .section-expertise .item-sc-expertise:nth-child(1), .section-expertise .item-sc-expertise:nth-child(2), .section-expertise .item-sc-expertise:nth-child(3), .section-expertise .item-sc-expertise:nth-child(4) {
    width: 100%;
  }
  .section-expertise .item-sc-expertise:nth-child(5), .section-expertise .item-sc-expertise:nth-child(6) {
    width: 100%;
    height: 87.8947368421vw;
  }
  .section-expertise .item-sc-expertise:nth-child(7) {
    width: 100%;
  }
  .section-expertise .item-sc-expertise:nth-child(1) img {
    width: 80.5263157895vw;
  }
  .section-expertise .item-sc-expertise:nth-child(4) .media-item-sc-expertise.has-image {
    right: 0;
  }
  .section-expertise .item-sc-expertise:nth-child(4) img {
    width: 100%;
  }
  .section-expertise .item-sc-expertise:nth-child(1) .desc-item-sc-expertise, .section-expertise .item-sc-expertise:nth-child(4) .desc-item-sc-expertise {
    max-width: 100%;
  }
  .section-expertise .image-item-sc-expertise img {
    border-radius: 15px;
  }
  .section-expertise .item-sc-expertise:nth-child(5) img {
    width: 53.1578947368vw;
  }
  .section-expertise .item-sc-expertise:nth-child(6) img {
    width: 47.1052631579vw;
  }
  .section-expertise .text-box-item-sc-expertise {
    /*bottom: calc(22 * 100vw / 380);*/
    /*left: calc(16 * 100vw / 380);*/
    /*padding-right: calc(20 * 100vw / 380);*/
    row-gap: 15px;
  }
  .section-expertise .title-item-sc-expertise {
    font-size: clamp(24px, 3.6458333333vw, 28px);
  }
  .section-expertise .desc-item-sc-expertise {
    font-size: clamp(14px, 2.0833333333vw, 16px);
  }
  .section-expertise .content-top-box-sc-expertise {
    padding-top: 0;
    border-top: none;
  }
  .section-expertise .swiper-slide {
    width: 79.7368421053vw !important;
  }
  .section-expertise .swiper-content-box {
    margin-left: 26px;
  }
  .section-expertise .pagination-sc-expertise {
    margin-top: 18px;
    gap: 5px;
    margin-left: -26px;
  }
  .section-expertise .pagination-sc-expertise .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 112.739px;
  }
  .section-expertise .pagination-sc-expertise .swiper-pagination-bullet-active {
    width: 40px;
  }
}
@media all and (max-width: 380px) {
  .section-expertise .title-sc-expertise {
    font-size: clamp(24px, 7.8947368421vw, 30px);
  }
  .section-expertise .desc-sc-expertise {
    font-size: clamp(12px, 4.2105263158vw, 16px);
  }
  .section-expertise .title-item-sc-expertise {
    font-size: clamp(20px, 6.3157894737vw, 24px);
  }
  .section-expertise .desc-item-sc-expertise {
    font-size: clamp(12px, 3.6842105263vw, 14px);
  }
}
/**
IFS New Design
*/
/*
OVERVIEW IFS New Design
*/
.section-overview {
  /*background: linear-gradient(146deg, #F0F5FB 0%, #EFFAF7 50%, #D4E7FE 100%);*/
  font-family: "Poppins", sans-serif;
  color: #1A2552;
  padding: 47px 2% 0 2%;
}
.section-overview p {
  margin-bottom: 0;
  line-height: unset;
}
.section-overview .inner {
  max-width: clamp(1404px, 84.765625vw, 2170px);
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
.section-overview .sc-overview-content {
  background: #FFF;
  display: flex;
  flex-direction: column;
  /*border-bottom: 0.5px solid rgba(26, 37, 82, 0.50);*/
  padding: clamp(56px, 3.3203125vw, 85px) clamp(88px, 6.6015625vw, 169px) clamp(81px, 4.1796875vw, 107px) clamp(88px, 6.6015625vw, 169px);
  border-radius: 25px 25px 0 0;
  row-gap: clamp(86px, 3.90625vw, 100px);
}
.section-overview .text-content-sc-overview {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: clamp(40px, 2.109375vw, 54px);
  position: relative;
  gap: 24px;
}
.section-overview .text-box-sc-overview {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  /*align-items: flex-end;*/
  /*text-align: left;*/
  max-width: 65%;
}
.section-overview .subtitle-sc-overview {
  font-size: clamp(18px, 0.9375vw, 24px);
  font-weight: 400;
  line-height: 121.538%;
}
.section-overview .title-sc-overview {
  font-size: clamp(50px, 2.5vw, 64px);
  font-weight: 400;
  line-height: 121.538%;
}
.section-overview .title-sc-overview b, .section-overview .title-sc-overview strong {
  color: #0570EB;
  font-weight: 700;
}
.section-overview .description-sc-overview {
  font-size: clamp(18px, 0.78125vw, 20px);
  font-weight: 400;
  line-height: normal;
}
.section-overview .info-box-sc-overview {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
.section-overview .team-box-sc-overview {
  display: flex;
  align-items: center;
  align-self: center;
  gap: 1.9921875vw;
  justify-content: space-between;
}
.section-overview .images-team-box-sc-overview {
  display: flex;
  align-items: center;
  position: relative;
}
.section-overview .image-team-box-sc-overview {
  width: clamp(78px, 3.28125vw, 84px);
  height: clamp(78px, 3.28125vw, 84px);
  border-radius: 223.5px;
  border: 4px solid #FFF;
}
.section-overview .image-team-box-sc-overview:nth-child(1) {
  z-index: 5;
}
.section-overview .image-team-box-sc-overview:nth-child(2) {
  z-index: 4;
}
.section-overview .image-team-box-sc-overview:nth-child(3) {
  z-index: 3;
}
.section-overview .image-team-box-sc-overview:nth-child(4) {
  z-index: 2;
}
.section-overview .image-team-box-sc-overview:nth-child(5) {
  z-index: 1;
}
.section-overview .image-team-box-sc-overview:not(:last-child) {
  margin-right: -0.859375vw;
}
.section-overview .team-text-box-sc-overview {
  display: flex;
  flex-direction: column;
}
.section-overview .team-description-sc-overview {
  font-size: clamp(16px, 0.703125vw, 18px);
  font-weight: 500;
  line-height: normal;
  width: clamp(306px, 19.765625vw, 506px);
  position: relative;
}
.section-overview .team-description-sc-overview:before {
  content: "";
  position: absolute;
  left: -1.328125vw;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 90%;
  background: #0570EB;
}
.section-overview .items-sc-overview {
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
  /*padding-top: clamp(102px, calc(129 * 100vw / 2560), 129px);*/
  gap: clamp(50px, 3.90625vw, 100px);
}
.section-overview .item-sc-overview {
  display: flex;
  flex-direction: column;
  /*row-gap: clamp(27px, calc(37 * 100vw / 2560), 37px);*/
  /*width: 100%;*/
}
.section-overview .number-item-sc-overview {
  font-size: clamp(100px, 4.03421875vw, 103.276px);
  font-weight: 400;
  line-height: 100%;
}
.section-overview .title-item-sc-overview {
  font-size: clamp(16px, 0.703125vw, 18px);
  font-weight: 400;
  line-height: normal;
  margin-left: 4px;
}
.section-overview.section-overview-about-us {
  padding: 0 2%;
}
.section-overview.section-overview-about-us .sc-overview-content {
  padding: 0 clamp(88px, 6.6015625vw, 169px);
  row-gap: clamp(50px, 3.515625vw, 90px);
  border-radius: 0;
}
.section-overview.section-overview-about-us .text-box-sc-overview {
  row-gap: clamp(20px, 1.25vw, 32px);
}
.section-overview.section-overview-about-us .description-sc-overview {
  font-size: clamp(18px, 0.9375vw, 24px);
  width: 100%;
  max-width: clamp(663px, 35.3125vw, 904px);
}
.section-overview.section-overview-about-us .description-sc-overview b, .section-overview.section-overview-about-us .description-sc-overview strong {
  font-weight: 700;
}
.section-overview.section-overview-about-us .info-box-sc-overview {
  padding-bottom: clamp(71px, 3.0859375vw, 79px);
  border-bottom: 0.5px solid rgba(26, 37, 82, 0.5);
}

/*.section-overview .text-content-sc-overview:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 1px;*/
/*    width: 100%;*/
/*    opacity: 0.2;*/
/*    background: #747474;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/
/*.section-overview .item-sc-overview:nth-child(1) {*/
/*    background: #F1FFF1;*/
/*    align-self: flex-end;*/
/*    padding: clamp(30px, calc(72 * 100vw / 2560), 72px) clamp(56px, calc(68 * 100vw / 2560), 68px) clamp(53px, calc(73 * 100vw / 2560), 73px) clamp(34px, calc(82 * 100vw / 2560), 82px);*/
/*}*/
/*.section-overview .item-sc-overview:nth-child(1) .abstract-element-item-sc-overview {*/
/*    width: clamp(120px, calc(215 * 100vw / 2560), 215px);*/
/*    height: auto;*/
/*    top: calc(-93 * 100vw / 2560);*/
/*    right: clamp(16px, calc(36 * 100vw / 2560), 36px);*/
/*}*/
/*.section-overview .item-sc-overview:nth-child(1) .desc-item-sc-overview {*/
/*    width: clamp(332px, calc(410 * 100vw / 2560), 410px);*/
/*}*/
/*.section-overview .item-sc-overview:nth-child(2) {*/
/*    background: #FCF1FF;*/
/*    align-self: stretch;*/
/*    height: clamp(420px, calc(450 * 100vw / 2560), 450px);*/
/*    padding: clamp(49px, calc(72 * 100vw / 2560), 72px) clamp(71px, calc(75 * 100vw / 2560), 75px) clamp(73px, calc(167 * 100vw / 2560), 167px) clamp(43px, calc(75 * 100vw / 2560), 75px);*/
/*}*/
/*.section-overview .item-sc-overview:nth-child(2) .abstract-element-item-sc-overview {*/
/*    width: clamp(223px, calc(395.561 * 100vw / 2560), 395.561px);*/
/*    height: auto;*/
/*    bottom: calc(-150 * 100vw / 2560);*/
/*    right: 0px;*/
/*}*/
/*.section-overview .item-sc-overview:nth-child(2) .desc-item-sc-overview {*/
/*    width: clamp(309px, calc(410 * 100vw / 2560), 410px);*/
/*}*/
/*.section-overview .item-sc-overview:nth-child(3) {*/
/*    background: #EEEFFF;*/
/*    align-self: flex-start;*/
/*    padding: clamp(47px, calc(72 * 100vw / 2560), 72px) clamp(50px, calc(72 * 100vw / 2560), 72px) clamp(31px, calc(69 * 100vw / 2560), 69px) clamp(50px, calc(78 * 100vw / 2560), 78px);*/
/*}*/
/*.section-overview .item-sc-overview:nth-child(3) .abstract-element-item-sc-overview {*/
/*    width: clamp(120px, calc(204 * 100vw / 2560), 204px);*/
/*    height: auto;*/
/*    top: calc(-62 * 100vw / 2560);*/
/*    right: clamp(23px, calc(47 * 100vw / 2560), 47px);*/
/*}*/
/*@media all and (max-width: 2160px) {*/
/*    .section-overview .sc-overview-content {*/
/*        padding: clamp(39px, 2.890625vw, 74px) clamp(50px, 2.734375vw, 70px) clamp(91px, 4.453125vw, 114px) clamp(51px, 2.734375vw, 70px);*/
/*    }*/
/*}*/
/*@media all and (max-width: 1920px) {*/
/*    .section-overview .item-sc-overview:nth-child(2) {*/
/*        height: clamp(380px, 17.578125vw, 450px);*/
/*    }*/
/*}*/
/*@media all and (max-width: 1620px) {*/
/*    .section-overview .item-sc-overview:nth-child(2) {*/
/*        height: clamp(339px, 17.578125vw, 450px);*/
/*    }*/
/*}*/
@media all and (max-width: 2160px) {
  .section-overview .items-sc-overview {
    gap: 50px;
  }
  .section-overview .team-description-sc-overview {
    width: clamp(306px, 15.859375vw, 406px);
  }
}
@media all and (max-width: 1920px) {
  .section-overview .team-box-sc-overview {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
  .section-overview .team-description-sc-overview {
    padding-left: 32px;
    width: 473px;
  }
  .section-overview .team-description-sc-overview:before {
    left: 0;
  }
  .section-overview .item-sc-overview {
    row-gap: 8px;
  }
  .section-overview .info-box-sc-overview {
    align-items: flex-start;
  }
  .section-overview .team-box-sc-overview {
    margin-top: 12px;
    padding-right: 46px;
  }
}
@media all and (max-width: 1512px) {
  .section-overview {
    padding: 49px 2% 0 2%;
  }
  .section-overview .sc-overview-content {
    padding: 3.7037037037vw 5.5555555556vw 5.3571428571vw 5.5555555556vw;
    row-gap: 5.6878306878vw;
  }
  .section-overview .text-box-sc-overview {
    row-gap: 16px;
    max-width: unset;
  }
  .section-overview .title-sc-overview {
    line-height: 121.538%;
    font-size: clamp(36px, 3.3068783069vw, 50px);
  }
  .section-overview .subtitle-sc-overview {
    font-size: clamp(14px, 1.1904761905vw, 18px);
  }
  .section-overview .description-sc-overview {
    font-size: clamp(14px, 1.1904761905vw, 18px);
    max-width: 69%;
  }
  .section-overview .items-sc-overview {
    gap: 3.3068783069vw;
  }
  .section-overview .number-item-sc-overview {
    font-size: clamp(50px, 6.6137566138vw, 100px);
  }
  .section-overview .title-item-sc-overview {
    font-size: clamp(12px, 1.0582010582vw, 16px);
  }
  .section-overview .image-team-box-sc-overview {
    width: clamp(58px, 5.1587301587vw, 78px);
    height: clamp(58px, 5.1587301587vw, 78px);
  }
  .section-overview .image-team-box-sc-overview:not(:last-child) {
    margin-right: -1.0582010582vw;
  }
  .section-overview .team-description-sc-overview {
    width: clamp(319px, 31.2830687831vw, 473px);
    font-size: clamp(12px, 1.0582010582vw, 16px);
  }
  .section-overview .team-box-sc-overview {
    margin-top: 0.7936507937vw;
    padding-right: 3.0423280423vw;
  }
  .section-overview.section-overview-about-us .sc-overview-content {
    padding: 0 5.8201058201vw;
    row-gap: 3.3068783069vw;
  }
  .section-overview.section-overview-about-us .text-box-sc-overview {
    row-gap: 1.3227513228vw;
  }
  .section-overview.section-overview-about-us .description-sc-overview {
    font-size: clamp(14px, 1.1904761905vw, 18px);
    max-width: clamp(533px, 43.8492063492vw, 663px);
    line-height: 140%;
  }
  .section-overview.section-overview-about-us .info-box-sc-overview {
    padding-bottom: 4.6957671958vw;
  }
}
@media all and (max-width: 1024px) {
  .section-overview .subtitle-sc-overview {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-overview .title-sc-overview {
    font-size: clamp(24px, 3.515625vw, 36px);
  }
  .section-overview .description-sc-overview {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-overview .number-item-sc-overview {
    font-size: clamp(42px, 4.8828125vw, 50px);
  }
  .section-overview .title-item-sc-overview {
    font-size: clamp(10px, 1.171875vw, 12px);
  }
  .section-overview .image-team-box-sc-overview {
    width: clamp(42px, 5.6640625vw, 58px);
    height: clamp(42px, 5.6640625vw, 58px);
  }
  .section-overview .image-team-box-sc-overview:not(:last-child) {
    margin-right: -1.5625vw;
  }
  .section-overview .team-description-sc-overview {
    width: clamp(239px, 31.15234375vw, 319px);
    font-size: clamp(10px, 1.171875vw, 12px);
    padding-left: 3.125vw;
  }
  .section-overview .team-description-sc-overview:before {
    width: 1.26953125vw;
    height: 80%;
  }
  .section-overview .team-box-sc-overview {
    padding-right: 0;
  }
  .section-overview.section-overview-about-us .description-sc-overview {
    font-size: clamp(12px, 1.3671875vw, 14px);
    max-width: clamp(453px, 52.05078125vw, 533px);
  }
}
@media all and (max-width: 768px) {
  .section-overview {
    padding: 9.2105263158vw 0 9.2105263158vw 0;
  }
  .section-overview .inner {
    padding: 0 11px;
  }
  .section-overview .sc-overview-content {
    padding: 26px 15px 28px 15px;
    border-radius: 16.175px;
    row-gap: 28px;
  }
  .section-overview .text-content-sc-overview {
    flex-direction: column-reverse;
    gap: 15px;
    padding-bottom: 14.4736842105vw;
  }
  .section-overview .text-content-sc-overview:after {
    display: none;
  }
  .section-overview .team-box-sc-overview {
    flex-direction: column;
    background: transparent;
    border-radius: 0;
    align-self: stretch;
    gap: 4.2105263158vw;
    padding: 0;
    margin: 0;
  }
  .section-overview .images-team-box-sc-overview {
    /*background: #EFF4FB;*/
    /*border-radius: 90px;*/
    /*padding: calc(24 * 100vw / 768) calc(32 * 100vw / 768) calc(24 * 100vw / 768) calc(30 * 100vw / 768);*/
  }
  .section-overview .image-team-box-sc-overview {
    width: 15.7894736842vw;
    height: 15.7894736842vw;
  }
  .section-overview .image-team-box-sc-overview:not(:last-child) {
    margin-right: -3.6842105263vw;
  }
  .section-overview .text-box-sc-overview {
    row-gap: 15px;
    /*align-items: center;*/
    /*text-align: center;*/
  }
  .section-overview .subtitle-sc-overview {
    font-size: clamp(16px, 2.6041666667vw, 20px);
  }
  .section-overview .title-sc-overview {
    line-height: 107.143%;
    max-width: unset;
    font-size: clamp(30px, 4.9479166667vw, 38px);
    margin-bottom: 2px;
  }
  .section-overview .description-sc-overview {
    max-width: 100%;
    font-size: clamp(16px, 2.6041666667vw, 20px);
  }
  .section-overview .items-sc-overview {
    flex-direction: column;
    gap: 22px;
    /*padding: 0 calc(32 * 100vw / 768);*/
  }
  .section-overview .abstract-element-item-sc-overview {
    display: none;
  }
  .section-overview .number-item-sc-overview {
    font-size: clamp(48px, 7.2916666667vw, 56px);
  }
  .section-overview .title-item-sc-overview {
    font-size: clamp(16px, 2.8645833333vw, 22px);
    margin-left: 0;
  }
  .section-overview .info-box-sc-overview {
    flex-direction: column;
    row-gap: 38px;
  }
  .section-overview .team-description-sc-overview {
    width: 100%;
    font-size: clamp(14px, 2.34375vw, 18px);
    padding-left: 22px;
    line-height: 136.215%;
  }
  .section-overview .team-description-sc-overview:before {
    width: 13px;
    height: 90%;
  }
  .section-overview .item-sc-overview {
    row-gap: 0;
  }
  .section-overview.section-overview-about-us {
    padding: 0;
  }
  .section-overview.section-overview-about-us .sc-overview-content {
    padding: 0 15px;
    row-gap: 27px;
  }
  .section-overview.section-overview-about-us .text-box-sc-overview {
    row-gap: 17px;
  }
  .section-overview.section-overview-about-us .title-sc-overview {
    margin-bottom: 2px;
  }
  .section-overview.section-overview-about-us .description-sc-overview {
    font-size: clamp(16px, 2.6041666667vw, 20px);
    max-width: 95%;
    line-height: normal;
  }
  .section-overview.section-overview-about-us .info-box-sc-overview {
    padding-bottom: 45px;
  }
  .section-overview.section-overview-about-us .team-description-sc-overview {
    padding-left: 28px;
  }
  .section-overview.section-overview-about-us .team-description-sc-overview:before {
    left: 6px;
  }
  /*.section-overview .title-team-sc-overview {*/
  /*    font-size: clamp(24px, calc(28 * 100vw / 768), 28px);*/
  /*}*/
  /*.section-overview .desc-team-sc-overview {*/
  /*    font-size: clamp(16px, calc(22 * 100vw / 768), 22px);*/
  /*    max-width: unset;*/
  /*    padding: 0 calc(69 * 100vw / 768);*/
  /*}*/
  /*.section-overview .team-text-box-sc-overview {*/
  /*    align-items: center;*/
  /*    text-align: center;*/
  /*}*/
  /*.section-overview .item-sc-overview {*/
  /*    border-radius: 10px;*/
  /*    align-items: flex-end;*/
  /*    padding: calc(51 * 100vw / 768) calc(35 * 100vw / 768) calc(53 * 100vw / 768) calc(35 * 100vw / 768);*/
  /*    row-gap: clamp(15px, calc(20 * 100vw / 768), 20px);*/
  /*}*/
  /*.section-overview .item-sc-overview:nth-child(1),*/
  /*.section-overview .item-sc-overview:nth-child(2),*/
  /*.section-overview .item-sc-overview:nth-child(3) {*/
  /*    align-self: stretch;*/
  /*    padding: calc(51 * 100vw / 768) calc(35 * 100vw / 768) calc(53 * 100vw / 768) calc(35 * 100vw / 768);*/
  /*    height: auto;*/
  /*}*/
  /*.section-overview .item-sc-overview:nth-child(1) .desc-item-sc-overview,*/
  /*.section-overview .item-sc-overview:nth-child(2) .desc-item-sc-overview {*/
  /*    width: unset;*/
  /*}*/
}
@media all and (max-width: 380px) {
  .section-overview .subtitle-sc-overview {
    font-size: clamp(14px, 4.2105263158vw, 16px);
  }
  .section-overview .title-sc-overview {
    font-size: clamp(26px, 7.8947368421vw, 30px);
  }
  .section-overview .description-sc-overview {
    font-size: clamp(14px, 4.2105263158vw, 16px);
  }
  .section-overview .number-item-sc-overview {
    font-size: clamp(42px, 12.6315789474vw, 48px);
  }
  .section-overview .title-item-sc-overview {
    font-size: clamp(14px, 4.2105263158vw, 16px);
  }
  .section-overview .team-description-sc-overview {
    font-size: clamp(12px, 3.6842105263vw, 14px);
  }
}
/**
IFS New Design
*/
/*
FORM IFS New Design
*/
.section-form {
  background: linear-gradient(146deg, #F0F5FB 0%, #EFFAF7 50%, #D4E7FE 100%);
  font-family: "Poppins", sans-serif;
  color: #1A2552;
  padding: clamp(53px, 3.4765625vw, 89px) 2% clamp(59px, 4.609375vw, 118px) 2%;
  text-align: left;
}
.section-form p {
  margin-bottom: 0;
  line-height: unset;
}
.section-form label {
  margin-bottom: 0;
}
.section-form .inner {
  max-width: clamp(1404px, 84.765625vw, 2170px);
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.section-form .sc-form-content {
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(70px, 4.2578125vw, 109px);
  /*min-height: 720px;*/
  padding: clamp(23px, 1.40625vw, 36px) clamp(109px, 6.6015625vw, 169px) clamp(25px, 1.5625vw, 40px) clamp(22px, 1.3671875vw, 35px);
  border-radius: 25.88px;
}
.section-form .info-box-sc-form {
  background: #0570EB;
  border-radius: clamp(19.41px, 1.171875vw, 30px);
  padding: 0 clamp(63px, 3.1640625vw, 81px) clamp(66px, 3.6328125vw, 93px) clamp(63px, 3.1640625vw, 81px);
  width: clamp(504px, 30.4296875vw, 779px);
  color: #FFF;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  height: clamp(685.178px, 41.3671875vw, 1059px);
}
.section-form .title-info-box-sc-form {
  font-size: clamp(65px, 4.0148046875vw, 102.779px);
  font-weight: 700;
  line-height: 92%;
  z-index: 5;
}
.section-form .video-bg {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.section-form .video-bg.mobile-video {
  display: none;
}
.section-form .contact-box-sc-form {
  width: clamp(697px, 42.109375vw, 1078px);
  display: flex;
  flex-direction: column;
  gap: clamp(59px, 4.0625vw, 104px);
  padding: clamp(20px, 2.96875vw, 76px) 0;
}
.section-form .text-box-contact-box-sc-form {
  display: flex;
  flex-direction: column;
  row-gap: clamp(4px, 0.5859375vw, 15px);
}
.section-form .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form {
  display: none;
}
.section-form .subtitle-contact-box-sc-form {
  font-size: clamp(18px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 4px;
}
.section-form .title-contact-box-sc-form {
  max-width: clamp(683px, 33.6328125vw, 861px);
  width: 100%;
  font-size: clamp(50px, 2.5vw, 64px);
  font-weight: 400;
  line-height: 109.748%;
}
.section-form .title-contact-box-sc-form b, .section-form .title-contact-box-sc-form strong {
  color: #0570EB;
  font-weight: 700;
}
.section-form .desc-contact-box-sc-form {
  max-width: 650px;
  font-size: clamp(18px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
}
.section-form .main-block-form-box-sc-form {
  display: flex;
  flex-direction: column;
  row-gap: clamp(20px, 1.5625vw, 40px);
}
.section-form .form-components-top-box-sc-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 37px;
  row-gap: clamp(74px, 4.2578125vw, 109px);
}
.section-form .form-components-bottom-box-sc-form {
  display: flex;
  flex-direction: column;
}
.section-form .form-component-box-sc-form {
  display: flex;
  flex-direction: column;
  /*direction: ltr;*/
  /*text-align: left;*/
  width: calc(50% - 20px);
}
.section-form .first-form-component-box-sc-form {
  /*margin-bottom: 43px;*/
  width: calc(28.5% - 16px);
}
.section-form .email-form-component-box-sc-form {
  width: calc(38% - 12px);
}
.section-form .form-checkbox-sc-form {
  color: #65626A;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  /*margin-bottom: 39px;*/
  display: flex;
  gap: 10px;
  text-align: left;
}
.section-form .form-components-bottom-box-sc-form {
  row-gap: 39px;
}
.section-form .form-component-label-sc-form {
  font-size: clamp(16px, 0.703125vw, 18px);
  font-weight: 400;
  line-height: normal;
  color: #484F6B;
}
.section-form .mobile-form-component-box-sc-form {
  width: calc(28.5% - 16px);
}
.section-form .form-component-box-sc-form.company-form-component-box-sc-form {
  margin-bottom: 14px;
  width: calc(28.5% - 16px);
}
.section-form .form-component-box-sc-form.help-form-component-box-sc-form {
  width: calc(70% - 16px);
}
.section-form .form-component-box-sc-form.message-form-component-box-sc-form {
  width: 100%;
}
.section-form .checkbox-label {
  width: 100%;
}
.section-form input[type=checkbox]:checked::before {
  margin: -1.5px;
  height: 24px;
  width: 24px;
}
.section-form .form-button-sc-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: auto;
  height: clamp(67.288px, 4.0625vw, 104px);
  min-width: clamp(328.031px, 19.8046875vw, 507px);
  padding: 10px;
  color: #FFF;
  border-radius: 10px;
  background: #0570EB;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  align-self: flex-start;
}
.section-form .form-button-sc-form::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0570EB 0%, #346FFF 50.4%, #473183 100%);
  background-size: 300% 300%;
  opacity: 0;
  transition: opacity 0.5s linear;
  border-radius: inherit;
  z-index: 1;
  animation: gradientMove 8s ease infinite;
}
.section-form .form-button-sc-form:hover::before {
  opacity: 1;
}
.section-form .button-text {
  font-size: clamp(16px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  z-index: 2;
}
.section-form .form-component-box-sc-form input, .section-form .form-component-box-sc-form select {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  border: none;
  border-bottom: 1px solid #1A2552;
  background: transparent;
  font-family: inherit;
  color: #484F6B;
  font-size: clamp(16px, 0.703125vw, 18px);
  font-weight: 400;
  line-height: normal;
  direction: ltr;
  text-align: left;
  min-height: unset;
  padding: 0;
}
.section-form .wpcf7-list-item-label::before {
  padding: 0;
}
.section-form .form-component-box-sc-form input:focus, .section-form .form-component-box-sc-form select:focus {
  outline: none;
  box-shadow: none;
}
.section-form input[type=checkbox], .section-form input[type=radio] {
  margin: 0;
  height: 24px;
  width: 24px;
  min-width: 24px;
  position: absolute;
  left: 0;
}
.section-form .wpcf7-list-item {
  margin: 0 0 0 33px;
}
.section-form .form-field-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  height: 30px;
}
.section-form .form-field-wrapper .wpcf7-form-control-wrap {
  width: 100%;
}
.section-form .form-field-wrapper .wpcf7-not-valid-tip {
  font-size: 12px !important;
  position: absolute;
}
.section-form .form-field-wrapper .wpcf7-not-valid-tip input, .section-form .form-field-wrapper .wpcf7-not-valid-tip textarea {
  width: 100%;
}
.section-form .form-field-wrapper:has(input:focus) label, .section-form .form-field-wrapper:has(input:not(:placeholder-shown)) label, .section-form .form-field-wrapper.has-value label {
  transform: translateY(-10px);
  font-size: clamp(14px, 0.625vw, 16px);
}
.section-form .form-field-wrapper label {
  transform: translateY(0);
  transition: transform 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

/*.section-form .text-info-box-sc-form {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-end;*/
/*    position: relative;*/
/*    z-index: 3;*/
/*}*/
/*.section-form .subtitle-info-box-sc-form {*/
/*    font-size: clamp(30px, calc(32 * 100vw / 2560), 32px);*/
/*    font-weight: 400;*/
/*    line-height: 109.375%;*/
/*    margin-bottom: 9px;*/
/*}*/
/*.section-form .arrow-info-box-sc-form {*/
/*    align-self: flex-start;*/
/*    width: clamp(46px, calc(73 * 100vw / 2560), 73px);*/
/*    height: auto;*/
/*}*/
/*.section-form .abstract-info-box-sc-form {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: clamp(434px, calc(688 * 100vw / 2560), 688px);*/
/*    height: auto;*/
/*    border-radius: 31.926px;*/
/*    mix-blend-mode: plus-lighter;*/
/*}*/
/*.section-form .dots-info-box-sc-form {*/
/*    position: absolute;*/
/*    right: clamp(56px, calc(141 * 100vw / 2560), 141px);*/
/*    bottom: clamp(12px, calc(20 * 100vw / 2560), 20px);*/
/*    width: clamp(214.321px, calc(339.872 * 100vw / 2560), 339.872px);*/
/*    height: auto;*/
/*}*/
/*.section-form .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    text-align: left;*/
/*    direction: ltr;*/
/*    row-gap: 19px;*/
/*}*/
/*.section-form .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form .subtitle-contact-box-sc-form {*/
/*    font-size: clamp(18px, calc(20 * 100vw / 2560), 20px);*/
/*    font-weight: 400;*/
/*    line-height: normal;*/
/*    text-transform: capitalize;*/
/*}*/
/*.section-form .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form .title-contact-box-sc-form {*/
/*    max-width: clamp(653px, calc(795 * 100vw / 2560), 795px);*/
/*    font-size: clamp(45px, calc(55 * 100vw / 2560), 55px);*/
/*    font-weight: 600;*/
/*    line-height: 112.727%;*/
/*}*/
/*.section-form .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form .desc-contact-box-sc-form {*/
/*    max-width: clamp(507px, calc(795 * 100vw / 2560), 795px);*/
/*    font-size: clamp(18px, calc(20 * 100vw / 2560), 20px);*/
/*    font-weight: 400;*/
/*    line-height: 150%;*/
/*}*/
/*.section-form .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form .success-arrow-info-box-sc-form {*/
/*    width: clamp(80px, calc(120 * 100vw / 2560), 120px);*/
/*    height: auto;*/
/*}*/
/*.section-form .form-checkbox-sc-form .text-link {*/
/*    color: #686868;*/
/*    text-decoration-line: underline !important;*/
/*}*/
/*.section-form .button-icon {*/
/*    width: 16px;*/
/*    height: 14px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background-image: url(/wp-content/themes/wemake-theme/img/arrow.png);*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    transition: all 0.5s;*/
/*    z-index: 2;*/
/*}*/
/*.form-field-wrapper.has-value label,*/
/*.form-field-wrapper input:focus + label,*/
/*.form-field-wrapper textarea:focus + label,*/
/*.form-field-wrapper select:focus + .custom-arrow-sc-form + label {*/
/*    transform: translateY(-10px);*/
/*    font-size: clamp(14px, calc(16 * 100vw / 2560), 16px);*/
/*}*/
/*.section-form .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form {*/
/*    display: none;*/
/*    margin-top: 1.328125vw;*/
/*}*/
.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  margin: 12px 0 0 0 !important;
  padding: 0 !important;
  color: #dc3232;
  font-size: 12px !important;
}

.section-form .form-field-wrapper {
  height: 42px;
  position: relative;
}
.section-form .form-component-label-sc-form {
  position: absolute;
  top: -7px;
  padding-right: 10px;
}
.section-form .form-component-box-sc-form input {
  height: 42px;
}
.section-form.section-form-contact-us {
  padding: 0 2% clamp(42px, 2.03125vw, 52px) 2%;
  background: none;
  /*.form-checkbox-sc-form {*/
  /*    margin-bottom: calc(48 * 100vw / 2560);*/
  /*}*/
}
.section-form.section-form-contact-us .sc-form-content {
  padding: clamp(44px, 2.7734375vw, 71px) clamp(37px, 2.6171875vw, 67px) clamp(41px, 2.96875vw, 76px) clamp(87px, 6.5625vw, 168px);
  gap: 78px;
}
.section-form.section-form-contact-us .info-box-sc-form {
  height: clamp(827px, 43.1640625vw, 1105px);
  padding: 0 clamp(63px, 3.1640625vw, 81px) clamp(60px, 5.2734375vw, 135px) clamp(63px, 3.1640625vw, 81px);
}
.section-form.section-form-contact-us .contact-box-sc-form {
  padding: 0;
  gap: clamp(59px, 3.0078125vw, 77px);
}
.section-form.section-form-contact-us .form-components-top-box-sc-form {
  gap: clamp(34px, 2.109375vw, 54px);
  row-gap: 2.890625vw;
}
.section-form.section-form-contact-us .form-component-select-sc-form option:first-child {
  display: none;
}
.section-form.section-form-contact-us .first-form-component-box-sc-form {
  width: calc(50% - clamp(17px, 1.0546875vw, 27px));
}
.section-form.section-form-contact-us .form-component-box-sc-form {
  width: calc(50% - clamp(17px, 1.0546875vw, 27px));
}
.section-form.section-form-contact-us .form-component-box-sc-form.company-form-component-box-sc-form {
  width: calc(50% - clamp(17px, 1.0546875vw, 27px));
  margin-bottom: 0;
}
.section-form.section-form-contact-us .form-component-box-sc-form.help-form-component-box-sc-form {
  width: calc(50% - clamp(17px, 1.0546875vw, 27px));
  margin-bottom: 1.6015625vw;
}
.section-form.section-form-contact-us .comments-form-component-box-sc-form {
  width: 100%;
}
.section-form.section-form-contact-us .main-block-form-box-sc-form {
  row-gap: clamp(20px, 1.171875vw, 30px);
}
.section-form.section-form-contact-us .form-components-bottom-box-sc-form {
  row-gap: 1.875vw;
}
.section-form.section-form-contact-us .form-button-sc-form {
  width: 100%;
}
.section-form.section-form-contact-us .about-form-component-box-sc-form, .section-form.section-form-contact-us .help-form-component-box-sc-form {
  position: relative;
}
.section-form.section-form-contact-us .about-form-component-box-sc-form .custom-arrow-sc-form, .section-form.section-form-contact-us .help-form-component-box-sc-form .custom-arrow-sc-form {
  position: absolute;
  top: 5px;
  right: 3px;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #1A2552;
  z-index: 2;
  cursor: pointer;
}
.section-form.section-form-contact-us .about-form-component-box-sc-form select.form-component-select-sc-form, .section-form.section-form-contact-us .help-form-component-box-sc-form select.form-component-select-sc-form {
  appearance: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #1A2552;
  background-color: transparent;
  font-size: clamp(16px, 0.703125vw, 18px);
  color: #1A2552;
  position: relative;
  z-index: 1;
}
.section-form.section-form-contact-us .form-field-wrapper {
  height: 50px;
  position: relative;
}
.section-form.section-form-contact-us .form-component-label-sc-form {
  position: absolute;
  top: -7px;
  padding-right: 10px;
}
.section-form.section-form-contact-us .form-component-box-sc-form input, .section-form.section-form-contact-us .form-component-box-sc-form select {
  height: 50px;
}

.page-template-page-partner-new .section-form {
  background: none;
  padding: clamp(58px, 3.125vw, 80px) 2% clamp(59px, 4.609375vw, 118px) 2%;
}

@media all and (max-width: 1512px) {
  .section-form {
    padding: 3.5052910053vw 2% 3.9021164021vw 2%;
  }
  .section-form .sc-form-content {
    gap: 4.6296296296vw;
    /*min-height: 685px;*/
    padding: 1.5211640212vw 7.208994709vw 1.6534391534vw 1.455026455vw;
  }
  .section-form .info-box-sc-form {
    padding: 0 4.1666666667vw 4.3650793651vw 4.1666666667vw;
    width: 41.97%;
    border-radius: clamp(12.41px, 1.2837301587vw, 19.41px);
    height: clamp(553.178px, 45.316005291vw, 685.178px);
  }
  .section-form .contact-box-sc-form {
    /*padding: calc(78 * 100vw / 1512) calc(52 * 100vw / 1512) calc(70 * 100vw / 1512) calc(57 * 100vw / 1512);*/
    width: 58.03%;
    gap: 3.9021164021vw;
    padding: 1.3227513228vw 0;
  }
  .section-form .title-info-box-sc-form {
    font-size: clamp(44px, 4.2989417989vw, 65px);
  }
  .section-form .subtitle-contact-box-sc-form {
    font-size: clamp(14px, 1.1904761905vw, 18px);
  }
  .section-form .title-contact-box-sc-form {
    max-width: clamp(583px, 45.171957672vw, 683px);
    font-size: clamp(34px, 3.3068783069vw, 50px);
  }
  .section-form .desc-contact-box-sc-form {
    max-width: clamp(528px, 42.9894179894vw, 650px);
    font-size: clamp(14px, 1.1904761905vw, 18px);
  }
  .section-form .main-block-form-box-sc-form {
    row-gap: 1.8518518519vw;
  }
  .section-form .form-components-top-box-sc-form {
    gap: 1.5211640212vw;
    row-gap: 4.2989417989vw;
  }
  .section-form .form-component-box-sc-form {
    /*width: calc(50% - calc(20 * 100vw / 1512));*/
  }
  .section-form .form-checkbox-sc-form {
    font-size: clamp(12px, 0.9259259259vw, 14px);
    /*margin-bottom: calc(32 * 100vw / 1512);*/
  }
  .section-form .form-components-bottom-box-sc-form {
    row-gap: 2.1164021164vw;
  }
  .section-form .form-component-label-sc-form {
    font-size: clamp(14px, 1.0582010582vw, 16px);
  }
  .section-form .form-field-wrapper:has(input:focus) label, .section-form .form-field-wrapper:has(input:not(:placeholder-shown)) label, .section-form .form-field-wrapper.has-value label {
    font-size: clamp(12px, 0.9259259259vw, 14px);
    transform: translateY(-8px);
  }
  .section-form .form-component-box-sc-form input, .section-form .form-component-box-sc-form select {
    font-size: clamp(14px, 1.0582010582vw, 16px);
  }
  .section-form .form-button-sc-form {
    gap: clamp(10px, 0.9920634921vw, 15px);
    height: clamp(57.288px, 4.4502645503vw, 67.288px);
    min-width: clamp(228.031px, 21.6951719577vw, 328.031px);
  }
  .section-form .button-text {
    font-size: clamp(14px, 1.0582010582vw, 16px);
  }
  .section-form .form-component-box-sc-form {
    width: calc(50% - 1.3227513228vw);
  }
  .section-form .first-form-component-box-sc-form {
    width: calc(30.5% - 1.0582010582vw);
  }
  .section-form .email-form-component-box-sc-form {
    width: calc(38% - 1.0582010582vw);
  }
  .section-form .mobile-form-component-box-sc-form, .section-form .form-component-box-sc-form.company-form-component-box-sc-form {
    width: calc(30.5% - 1.0582010582vw);
  }
  .section-form input[type=checkbox], .section-form input[type=radio] {
    height: 15px;
    width: 15px;
    min-width: 15px;
  }
  .section-form .wpcf7-list-item {
    margin: 0 0 0 22px;
  }
  .section-form input[type=checkbox]:checked::before {
    height: 15px;
    width: 15px;
  }
  .section-form .form-field-wrapper {
    height: 30px;
  }
  .section-form .form-component-label-sc-form {
    top: 0;
  }
  .section-form .form-component-box-sc-form input {
    height: 30px;
  }
  .section-form.section-form-contact-us {
    padding: 0 2% 42px 2%;
    /*.form-checkbox-sc-form {*/
    /*    margin-bottom: calc(33 * 100vw / 1512);*/
    /*}*/
  }
  .section-form.section-form-contact-us .sc-form-content {
    padding: 2.9100529101vw 2.4470899471vw 2.7116402116vw 5.753968254vw;
    gap: 5.0925925926vw;
  }
  .section-form.section-form-contact-us .info-box-sc-form {
    height: clamp(627px, 54.6957671958vw, 827px);
    padding: 0 4.1666666667vw 3.9682539683vw 4.1666666667vw;
  }
  .section-form.section-form-contact-us .contact-box-sc-form {
    padding: 0;
    gap: 4.828042328vw;
  }
  .section-form.section-form-contact-us .form-field-wrapper {
    height: 30px;
  }
  .section-form.section-form-contact-us .form-component-label-sc-form {
    top: -7px;
  }
  .section-form.section-form-contact-us .form-components-top-box-sc-form {
    gap: 2.2486772487vw;
    row-gap: 4.2328042328vw;
  }
  .section-form.section-form-contact-us .form-component-select-sc-form option:first-child {
    display: none;
  }
  .section-form.section-form-contact-us .first-form-component-box-sc-form {
    width: calc(50% - 1.1243386243vw);
  }
  .section-form.section-form-contact-us .form-component-box-sc-form {
    width: calc(50% - 1.1243386243vw);
  }
  .section-form.section-form-contact-us .form-component-box-sc-form.company-form-component-box-sc-form {
    width: calc(50% - 1.1243386243vw);
    margin-bottom: 0;
  }
  .section-form.section-form-contact-us .form-component-box-sc-form.help-form-component-box-sc-form {
    width: calc(50% - 1.1243386243vw);
    margin-bottom: 0;
  }
  .section-form.section-form-contact-us .comments-form-component-box-sc-form {
    width: 100%;
  }
  .section-form.section-form-contact-us .main-block-form-box-sc-form {
    row-gap: 1.9841269841vw;
  }
  .section-form.section-form-contact-us .form-components-bottom-box-sc-form {
    row-gap: 2.1825396825vw;
  }
  .section-form.section-form-contact-us .form-button-sc-form {
    width: 100%;
  }
  .section-form.section-form-contact-us .about-form-component-box-sc-form select.form-component-select-sc-form, .section-form.section-form-contact-us .help-form-component-box-sc-form select.form-component-select-sc-form {
    font-size: clamp(14px, 1.0582010582vw, 16px);
  }
  .section-form.section-form-contact-us .about-form-component-box-sc-form .custom-arrow-sc-form, .section-form.section-form-contact-us .help-form-component-box-sc-form .custom-arrow-sc-form {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #1A2552;
    top: 4px;
    right: 0px;
  }
  .section-form.section-form-contact-us .form-component-box-sc-form input, .section-form.section-form-contact-us .form-component-box-sc-form select {
    height: 30px;
  }
  /*.section-form .subtitle-info-box-sc-form {*/
  /*    font-size: clamp(22px, calc(30 * 100vw / 1512), 30px);*/
  /*}*/
  /*.section-form .abstract-info-box-sc-form {*/
  /*    width: calc(434 * 100vw / 1512);*/
  /*}*/
  /*.section-form .dots-info-box-sc-form {*/
  /*    right: calc(56 * 100vw / 1512);*/
  /*    bottom: calc(12 * 100vw / 1512);*/
  /*    width: calc(214 * 100vw / 1512);*/
  /*}*/
  /*.section-form .first-form-component-box-sc-form {*/
  /*    margin-bottom: calc(24 * 100vw / 1512);*/
  /*}*/
  .page-template-page-partner-new .section-form {
    padding: 3.835978836vw 2% 3.9021164021vw 2%;
  }
}
@media all and (max-width: 1024px) {
  .section-form .subtitle-info-box-sc-form {
    margin-bottom: 1.46484375vw;
    font-size: clamp(16px, 2.1484375vw, 22px);
  }
  .section-form .title-info-box-sc-form {
    font-size: clamp(32px, 4.296875vw, 44px);
  }
  .section-form .arrow-info-box-sc-form {
    width: 4.4921875vw;
  }
  .section-form .subtitle-contact-box-sc-form {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-form .title-contact-box-sc-form {
    max-width: clamp(483px, 56.93359375vw, 583px);
    font-size: clamp(20px, 3.3203125vw, 34px);
  }
  .section-form .desc-contact-box-sc-form {
    max-width: clamp(428px, 51.5625vw, 528px);
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-form .form-checkbox-sc-form {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-form .form-component-label-sc-form {
    font-size: clamp(10px, 1.3671875vw, 14px);
  }
  .section-form .form-field-wrapper:has(input:focus) label, .section-form .form-field-wrapper:has(input:not(:placeholder-shown)) label {
    font-size: clamp(8px, 1.171875vw, 12px);
    transform: translateY(-5px);
  }
  .section-form .form-field-wrapper.has-value label {
    font-size: clamp(10px, 1.171875vw, 12px);
    transform: translateY(-5px);
  }
  .section-form .form-component-box-sc-form input, .section-form .form-component-box-sc-form select {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-form .form-field-wrapper .wpcf7-not-valid-tip {
    font-size: 10px !important;
  }
  .section-form.section-form-contact-us .about-form-component-box-sc-form select.form-component-select-sc-form, .section-form.section-form-contact-us .help-form-component-box-sc-form select.form-component-select-sc-form {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-form.section-form-contact-us .about-form-component-box-sc-form .custom-arrow-sc-form, .section-form.section-form-contact-us .help-form-component-box-sc-form .custom-arrow-sc-form {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #1A2552;
    /*top: -7px;*/
  }
  .section-form.section-form-contact-us .info-box-sc-form {
    height: clamp(532px, 61.23046875vw, 627px);
  }
  /*.section-form .form-button-sc-form {*/
  /*    height: clamp(71px, calc(81 * 100vw / 1024), 81px);*/
  /*}*/
  /*.section-form .form-field-wrapper {*/
  /*    height: 36px;*/
  /*}*/
}
@media all and (max-width: 768px) {
  .section-form {
    padding: 23px 11px 47px 11px;
  }
  .section-form .inner {
    padding: 0;
  }
  .section-form .sc-form-content {
    flex-direction: column;
    row-gap: 17px;
    min-height: unset;
    padding: 8px 5px 18px 5px;
  }
  .section-form .info-box-sc-form {
    width: 100%;
    padding: 10px;
    border-radius: 12.607px;
    height: 59.4736842105vw;
    align-items: center;
  }
  .section-form .title-info-box-sc-form {
    font-size: clamp(40px, 5.7291666667vw, 44px);
    max-width: 75%;
  }
  .section-form .contact-box-sc-form {
    width: 100%;
    padding: 0 10px;
    border-radius: 15px;
    row-gap: 28px;
  }
  .section-form .text-box-contact-box-sc-form {
    row-gap: 10px;
  }
  .section-form .subtitle-contact-box-sc-form {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-form .title-contact-box-sc-form {
    max-width: 100%;
    font-size: clamp(24px, 3.6458333333vw, 28px);
  }
  .section-form .desc-contact-box-sc-form {
    max-width: 100%;
    font-size: clamp(16px, 2.34375vw, 18px);
    line-height: 131%;
  }
  .section-form .form-component-box-sc-form {
    width: 100%;
  }
  .section-form .mobile-form-component-box-sc-form {
    margin-bottom: 0;
  }
  .section-form .form-component-label-sc-form {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-form .form-field-wrapper:has(input:focus) label, .section-form .form-field-wrapper:has(input:not(:placeholder-shown)) label, .section-form .form-field-wrapper.has-value label {
    font-size: clamp(14px, 2.0833333333vw, 16px);
    transform: translateY(-15px);
  }
  .section-form .form-component-box-sc-form input, .section-form .form-component-box-sc-form select {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-form .form-checkbox-sc-form {
    font-size: clamp(14px, 2.0833333333vw, 16px);
    /*margin-bottom: 0;*/
  }
  .section-form .form-button-sc-form {
    gap: 12px;
    height: clamp(67.288px, 7.459375vw, 57.288px);
    width: 100%;
    border-radius: 6.47px;
    min-width: unset;
  }
  .section-form .button-text {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-form .form-components-top-box-sc-form {
    row-gap: 41px;
  }
  .section-form .main-block-form-box-sc-form {
    row-gap: 18px;
  }
  .section-form input[type=checkbox], .section-form input[type=radio] {
    margin: 4px 0 0 0;
  }
  .section-form .wpcf7-list-item {
    margin: 0 0 0 22px;
  }
  .section-form .form-field-wrapper {
    height: 30px;
    position: relative;
  }
  .section-form .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form {
    margin: 181px 0 246px 0;
  }
  .section-form .form-field-wrapper .wpcf7-not-valid-tip {
    font-size: 12px !important;
  }
  .section-form .form-component-box-sc-form.company-form-component-box-sc-form {
    width: 100%;
    margin-bottom: 0;
  }
  .section-form .form-component-box-sc-form.help-form-component-box-sc-form {
    width: 100%;
  }
  .section-form .video-bg.desktop-video {
    display: none;
  }
  .section-form .video-bg.mobile-video {
    display: block;
  }
  .section-form .form-components-bottom-box-sc-form {
    row-gap: 11px;
  }
  .section-form .sc-form-content {
    border-radius: 15px;
  }
  .section-form .form-component-label-sc-form {
    position: absolute;
    top: 0;
  }
  .section-form.section-form-contact-us {
    padding: 0 11px 20px 11px;
    /*.form-checkbox-sc-form {*/
    /*    margin-bottom: calc(14 * 100vw / 380);*/
    /*}*/
    /*.form-component-box-sc-form input, .form-component-box-sc-form select {*/
    /*    font-size: clamp(14px, calc(16 * 100vw / 768), 16px);*/
    /*}*/
    /*.form-component-label-sc-form {*/
    /*    font-size: clamp(14px, calc(16 * 100vw / 768), 16px);*/
    /*}*/
    /*.form-field-wrapper:has(input:focus) label, .form-field-wrapper:has(input:not(:placeholder-shown)) label {*/
    /*    font-size: clamp(12px, calc(14 * 100vw / 768), 14px);*/
    /*}*/
  }
  .section-form.section-form-contact-us .sc-form-content {
    padding: 30px 15px 20px 15px;
  }
  .section-form.section-form-contact-us .info-box-sc-form {
    display: none;
  }
  .section-form.section-form-contact-us .contact-box-sc-form {
    padding: 0;
    gap: 28px;
  }
  .section-form.section-form-contact-us .form-field-wrapper {
    height: 30px;
  }
  .section-form.section-form-contact-us .form-component-label-sc-form {
    top: 0;
  }
  .section-form.section-form-contact-us .form-components-top-box-sc-form {
    row-gap: 41px;
  }
  .section-form.section-form-contact-us .first-form-component-box-sc-form {
    width: 100%;
  }
  .section-form.section-form-contact-us .form-component-box-sc-form {
    width: 100%;
  }
  .section-form.section-form-contact-us .form-component-box-sc-form.company-form-component-box-sc-form {
    width: 100%;
    margin-bottom: 0;
  }
  .section-form.section-form-contact-us .form-component-box-sc-form.help-form-component-box-sc-form {
    width: 100%;
    margin-bottom: 0;
  }
  .section-form.section-form-contact-us .comments-form-component-box-sc-form {
    width: 100%;
  }
  .section-form.section-form-contact-us .main-block-form-box-sc-form {
    row-gap: 20px;
  }
  .section-form.section-form-contact-us .form-components-bottom-box-sc-form {
    row-gap: 14px;
  }
  .section-form.section-form-contact-us .form-button-sc-form {
    width: 100%;
  }
  .section-form.section-form-contact-us .about-form-component-box-sc-form select.form-component-select-sc-form, .section-form.section-form-contact-us .help-form-component-box-sc-form select.form-component-select-sc-form {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-form.section-form-contact-us .about-form-component-box-sc-form .custom-arrow-sc-form, .section-form.section-form-contact-us .help-form-component-box-sc-form .custom-arrow-sc-form {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #1A2552;
    top: -1px;
  }
  .section-form.section-form-blog-post {
    background: #FFF;
    padding: 29px 11px 20px 11px;
    border-bottom: 1px solid #ECECEC;
  }
  .page-template-page-partner-new .section-form {
    padding: 28px 11px 47px 11px;
  }
}
@media all and (max-width: 380px) {
  .section-form .title-info-box-sc-form {
    font-size: clamp(36px, 10.5263157895vw, 40px);
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/**
IFS New Design
*/
/*
POWEREDBY IFS New Design
*/
.wm-poweredby {
  background-color: #161616;
  direction: ltr;
}
.wm-poweredby[data-dot-effect="1"] .wm-poweredby-letter.l1:before, .wm-poweredby[data-dot-effect="2"] .wm-poweredby-letter.l2:before, .wm-poweredby[data-dot-effect="3"] .wm-poweredby-letter.l3:before, .wm-poweredby[data-dot-effect="4"] .wm-poweredby-letter.l4:before, .wm-poweredby[data-dot-effect="5"] .wm-poweredby-letter.l5:before, .wm-poweredby[data-dot-effect="6"] .wm-poweredby-letter.l6:before {
  visibility: visible;
  animation: jump-animation 0.5s linear;
}
.wm-poweredby[data-dot-effect="7"] .wm-poweredby-letter.l6:after {
  visibility: visible;
  animation: jump-animation-final 0.5s linear;
}
.wm-poweredby .inner {
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  color: #8d8d8d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wm-poweredby .wm-poweredby-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wm-poweredby .wm-poweredby-text {
  display: inline-block;
  margin-right: 7px;
}
.wm-poweredby .wm-poweredby-logo-img {
  height: 13px;
}
.wm-poweredby .wm-poweredby-letter {
  width: 15px;
  height: 15px;
  position: relative;
  display: none;
}
.wm-poweredby .wm-poweredby-letter:before, .wm-poweredby .wm-poweredby-letter.l6:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 50%;
  margin: 0 -4px -2px;
  width: 6px;
  height: 6px;
  background-color: #747676;
  visibility: hidden;
  border-radius: 50%;
}
.wm-poweredby .wm-poweredby-letter.fill path {
  fill: #959595;
  animation: letter-push-animation 0.3s linear;
}
.wm-poweredby .wm-poweredby-letter.hide-dot.l6:after {
  visibility: hidden;
}
.wm-poweredby .wm-poweredby-letter.l1.fill path {
  fill: #5da8dc;
}
.wm-poweredby .wm-poweredby-letter.l2 {
  left: -2px;
}
.wm-poweredby .wm-poweredby-letter.l2.fill path {
  fill: #5da8dc;
}
.wm-poweredby .wm-poweredby-letter.l3 {
  left: -3px;
}
.wm-poweredby .wm-poweredby-letter.l3:before {
  margin-right: -3px;
}
.wm-poweredby .wm-poweredby-letter.l4 {
  left: -4px;
}
.wm-poweredby .wm-poweredby-letter.l4:before {
  margin-right: -1px;
}
.wm-poweredby .wm-poweredby-letter.l5 {
  left: -8px;
}
.wm-poweredby .wm-poweredby-letter.l5:before {
  margin-right: -1px;
}
.wm-poweredby .wm-poweredby-letter.l5 .wm-poweredby-svg {
  position: absolute;
  top: -2px;
  right: 0;
  height: 16px;
}
.wm-poweredby .wm-poweredby-letter.l6 {
  left: -13px;
}
.wm-poweredby .wm-poweredby-letter.l6:before, .wm-poweredby .wm-poweredby-letter.l6:after {
  margin-right: -2px;
}
.wm-poweredby .wm-poweredby-letter.l6 .wm-poweredby-svg {
  position: absolute;
  top: -3px;
  right: 0;
  height: 21px;
}
.wm-poweredby .wm-poweredby-svg {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.wm-poweredby .wm-poweredby-svg path {
  fill: #5f6161;
  transition: all 0.7s linear;
}

@keyframes jump-animation {
  0% {
    transform: translateX(-13px) translateY(0);
  }
  50% {
    transform: translateX(-6px) translateY(-10px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes letter-push-animation {
  0% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump-animation-final {
  0% {
    transform: translateX(0) translateY(0);
  }
  50% {
    transform: translateX(6px) translateY(-10px);
  }
  100% {
    opacity: 0;
    transform: translateX(13px) translateY(0);
  }
}
@media all and (max-width: 768px) {
  body .wm-poweredby .inner {
    padding: 8px 0 9px;
  }
}
/**
IFS New Design
*/
/*
TESTIMONIALS IFS New Design
*/
.section-testimonials {
  background: #FFF;
  font-family: "Poppins", sans-serif;
  color: #1A2552;
  padding: clamp(41px, 3.203125vw, 82px) 0 clamp(85px, 4.609375vw, 118px) 0;
}
.section-testimonials p {
  margin-bottom: 0;
  line-height: unset;
}
.section-testimonials .inner {
  /*max-width: clamp(1404px, calc(2170 * 100vw / 2560), 2170px);*/
  width: 100%;
  /*padding: 0;*/
  position: relative;
  margin: 0 auto;
  /*padding: 0 0 0 clamp(84px, calc(169 * 100vw / 2560), 169px);*/
  max-width: 2560px;
}
.section-testimonials .sc-testimonials-content {
  display: flex;
  flex-direction: column;
  /*padding: 0 0 0 clamp(84px, calc(169 * 100vw / 2560), 169px);*/
  row-gap: 31px;
  align-items: flex-end;
}
.section-testimonials .content-top-box-sc-testimonials {
  display: flex;
  justify-content: space-between;
  max-width: clamp(1404px, 84.765625vw, 2170px);
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(84px, 6.6015625vw, 169px);
  align-self: center;
}
.section-testimonials .text-box-sc-testimonials {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.section-testimonials .title-sc-testimonials {
  font-size: clamp(50px, 2.34375vw, 60px);
  font-weight: 400;
  line-height: normal;
}
.section-testimonials .title-sc-testimonials b, .section-testimonials .title-sc-testimonials strong {
  color: #0570EB;
  font-weight: 700;
}
.section-testimonials .desc-sc-testimonials {
  max-width: 650px;
  width: 100%;
  font-size: clamp(18px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
}
.section-testimonials .items-sc-testimonials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
}
.section-testimonials .item-sc-testimonials {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: clamp(16.833px, 0.9765625vw, 25px);
  background: #F3F6FF;
  padding: clamp(30px, 2.34375vw, 60px) clamp(40px, 2.34375vw, 60px);
}
.section-testimonials .quote-box-image-item-sc-testimonials {
  position: absolute;
  right: clamp(40px, 2.34375vw, 60px);
  top: clamp(30px, 2.3828125vw, 61px);
  width: clamp(39px, 2.3046875vw, 59px);
  height: auto;
}
.section-testimonials .image-item-sc-testimonials {
  height: clamp(43px, 2.5vw, 64px);
  width: fit-content;
  margin-bottom: clamp(10px, 0.9375vw, 24px);
}
.section-testimonials .image-item-sc-testimonials img {
  height: 100%;
  width: auto;
}
.section-testimonials .title-item-sc-testimonials {
  font-size: clamp(16px, 0.78125vw, 20px);
  font-weight: 400;
  line-height: normal;
}
.section-testimonials .desc-item-sc-testimonials {
  font-size: clamp(14px, 0.78125vw, 20px);
  font-weight: 600;
  line-height: normal;
}
.section-testimonials .text-box-item-sc-testimonials {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.section-testimonials .arrows-sc-testimonials {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(14.12px, 0.673828125vw, 17.25px);
  margin-top: 16px;
}
.section-testimonials .icons-arrow-icon-big.prev-slide, .section-testimonials .icons-arrow-icon-big.next-slide {
  width: clamp(49.43px, 2.3583984375vw, 60.375px);
  height: clamp(49.43px, 2.3583984375vw, 60.375px);
  background: #F3F6FF;
  border-radius: clamp(10.594px, 0.505390625vw, 12.938px);
  border: 1.078px solid #F4F4F4;
  padding: clamp(14.125px, 0.673828125vw, 17.25px);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s linear;
  display: flex;
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  /*z-index: 10;*/
}
.section-testimonials .icons-arrow-icon-big.prev-slide .arrow-hover-sc-testimonials, .section-testimonials .icons-arrow-icon-big.next-slide .arrow-hover-sc-testimonials {
  display: none;
  transition: all 0.3s linear;
}
.section-testimonials .icons-arrow-icon-big.prev-slide .icons-chevron-big, .section-testimonials .icons-arrow-icon-big.next-slide .icons-chevron-big {
  transition: all 0.3s linear;
}
.section-testimonials .icons-arrow-icon-big.prev-slide img, .section-testimonials .icons-arrow-icon-big.next-slide img {
  width: clamp(21.188px, 1.0107421875vw, 25.875px);
  height: auto;
}
.section-testimonials .icons-arrow-icon-big:hover {
  background: #0570EB;
  border: 1.078px solid #0570EB;
}
.section-testimonials .icons-arrow-icon-big:hover .arrow-sc-testimonials {
  display: none;
}
.section-testimonials .icons-arrow-icon-big:hover .arrow-hover-sc-testimonials {
  display: block;
}
.section-testimonials .items-content-box {
  max-width: clamp(1357px, 85.78125vw, 2196px);
  width: 100%;
  margin-right: 0;
}
.section-testimonials .pagination-sc-testimonials {
  display: flex;
  justify-content: center;
  align-self: center;
  /*margin-top: clamp(25px, calc(30 * 100vw / 2560), 30px);*/
  gap: clamp(7.5px, 0.390625vw, 10px);
  position: relative;
}
.section-testimonials .pagination-sc-testimonials .owl-dot {
  width: clamp(15px, 0.78125vw, 20px);
  height: clamp(15px, 0.78125vw, 20px);
  background-color: #F3F6FF;
  border: 1px solid #AAB1C4;
  border-radius: clamp(112.739px, 5.859375vw, 150px);
  opacity: 1;
  transition: all 0.3s ease;
}
.section-testimonials .pagination-sc-testimonials .owl-dot.active {
  background-color: #0570EB;
  border: 1px solid #0570EB;
  width: clamp(50px, 2.6171875vw, 67px);
}

/*.section-testimonials .text-content-sc-testimonials {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: stretch;*/
/*    gap: 30px;*/
/*}*/
/*.section-testimonials .text-box-sc-testimonials.text-box-sc-testimonials-mobile {*/
/*    display: none;*/
/*}*/
/*.section-testimonials .item-sc-testimonials:hover .btn-more-item-sc-testimonials {*/
/*    font-weight: 600;*/
/*}*/
/*.section-testimonials .item-sc-testimonials:hover .image-item-sc-testimonials img {*/
/*    transform: scale(1.05);*/
/*}*/
/*.section-testimonials .btn-item-sc-testimonials {*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 5;*/
/*}*/
/*.section-testimonials .image-item-sc-testimonials {*/
/*    z-index: 1;*/
/*    position: relative;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*}*/
/*.section-testimonials .image-item-sc-testimonials img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    -o-object-fit: cover;*/
/*    object-fit: cover;*/
/*    transition: all 0.5s linear;*/
/*    border-radius: 25px;*/
/*}*/
/*.section-testimonials .btn-more-item-sc-testimonials {*/
/*    color: #FFF;*/
/*    font-size: 15px;*/
/*    font-weight: 300;*/
/*    line-height: normal;*/
/*    transition: all 0.5s linear;*/
/*    opacity: 0.8;*/
/*    position: relative;*/
/*}*/
/*.section-testimonials .owl-carousel .owl-nav{*/
/*    display: none;*/
/*}*/
/*.section-testimonials .icons-arrow-icon-big.prev-slide .icons-chevron-big-hover, .section-testimonials .icons-arrow-icon-big.next-slide .icons-chevron-big-hover {*/
/*    display: none;*/
/*    transition: all 0.3s linear;*/
/*}*/
/*.section-testimonials .icons-arrow-icon-big.prev-slide:hover, .section-testimonials .icons-arrow-icon-big.next-slide:hover {*/
/*    background: #FFF;*/
/*    border: 1.078px solid #FFF;*/
/*}*/
/*.section-testimonials .icons-arrow-icon-big.prev-slide:hover .icons-chevron-big, .section-testimonials .icons-arrow-icon-big.next-slide:hover .icons-chevron-big {*/
/*    display: none;*/
/*}*/
/*.section-testimonials .icons-arrow-icon-big.prev-slide:hover .icons-chevron-big-hover, .section-testimonials .icons-arrow-icon-big.next-slide:hover .icons-chevron-big-hover {*/
/*    display: block;*/
/*}*/
/*.section-testimonials .icons-arrow-icon-big.prev-slide {*/
/*    left: calc(-132 * 100vw / 2560);*/
/*}*/
/*.section-testimonials .icons-arrow-icon-big.next-slide {*/
/*    right: calc(-132 * 100vw / 2560);*/
/*}*/
/*.section-testimonials .swiper-slide {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    width: calc(40% - 20px) !important;*/
/*    margin: 0;*/
/*}*/
/*@media all and (max-width: 2160px) {*/
/*    .section-testimonials .sc-testimonials-content {*/
/*        padding: 50px clamp(50px, 2.734375vw, 70px) clamp(54px, 2.5vw, 64px) clamp(50px, 2.734375vw, 70px);*/
/*    }*/
/*}*/
/*@media all and (max-width: 1920px) {*/
/*    .section-testimonials .item-sc-testimonials:last-child {*/
/*        display: none;*/
/*    }*/
/*    .section-testimonials .title-item-sc-testimonials {*/
/*        font-size: 24px;*/
/*    }*/
/*}*/
/*.swiper-container {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
/*.swiper-wrapper {*/
/*    flex: 1;*/
/*    align-items: stretch; !* Делает слайды одинаковой высоты *!*/
/*}*/
/*.swiper-slide {*/
/*    height: auto; !* высота будет автоматической, подстраиваясь под высоту wrapper *!*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
@media all and (max-width: 1920px) {
  .section-testimonials .text-box-item-sc-testimonials {
    left: clamp(20px, 1.09375vw, 28px);
  }
}
@media all and (max-width: 1512px) {
  .section-testimonials {
    padding: 2.7116402116vw 0 5.6216931217vw 0;
  }
  .section-testimonials .content-top-box-sc-testimonials {
    padding: 0 5.5555555556vw;
    margin: 0 2%;
    width: 96%;
  }
  .section-testimonials .sc-testimonials-content {
    /*padding: 0 calc(84 * 100vw / 1512) calc(47 * 100vw / 1512) calc(84 * 100vw / 1512);*/
    /*gap: 19px;*/
  }
  .section-testimonials .item-sc-testimonials {
    border-radius: clamp(10.833px, 0.6575390625vw, 16.833px);
    padding: 1.9841269841vw 2.6455026455vw;
  }
  .section-testimonials .sc-testimonials-content {
    row-gap: 2.7777777778vw;
  }
  .section-testimonials .title-sc-testimonials {
    /*line-height: 115.556%;*/
    font-size: clamp(36px, 3.3068783069vw, 50px);
    margin-bottom: 0;
  }
  .section-testimonials .desc-sc-testimonials {
    max-width: clamp(528px, 42.9894179894vw, 650px);
    font-size: clamp(14px, 1.1904761905vw, 18px);
  }
  .section-testimonials .items-content-box {
    width: calc(98% - 5.5555555556vw);
    max-width: 1373px;
  }
  .section-testimonials .quote-box-image-item-sc-testimonials {
    right: 2.6455026455vw;
    top: 1.9841269841vw;
    width: 2.5793650794vw;
  }
  .section-testimonials .image-item-sc-testimonials {
    height: clamp(23px, 2.8439153439vw, 43px);
    margin-bottom: 0.6613756614vw;
  }
  .section-testimonials .title-item-sc-testimonials {
    font-size: clamp(12px, 1.0582010582vw, 16px);
  }
  .section-testimonials .desc-item-sc-testimonials {
    font-size: clamp(10px, 0.9259259259vw, 14px);
  }
  .section-testimonials .text-box-item-sc-testimonials {
    row-gap: 1.0582010582vw;
  }
  .section-testimonials .arrows-sc-testimonials {
    gap: clamp(8.12px, 0.9338624339vw, 14.12px);
  }
  .section-testimonials .icons-arrow-icon-big.prev-slide, .section-testimonials .icons-arrow-icon-big.next-slide {
    width: clamp(29.43px, 3.2691798942vw, 49.43px);
    height: clamp(29.43px, 3.2691798942vw, 49.43px);
    border-radius: clamp(8.594px, 0.7006613757vw, 10.594px);
    border: 0.883px solid #F4F4F4;
    padding: clamp(8.125px, 0.9338624339vw, 14.12px);
  }
  .section-testimonials .icons-arrow-icon-big.prev-slide img, .section-testimonials .icons-arrow-icon-big.next-slide img {
    width: clamp(12.188px, 1.4013227513vw, 21.188px);
  }
  .section-testimonials .pagination-sc-testimonials {
    margin-top: -1.3227513228vw;
    gap: clamp(5px, 0.496031746vw, 7.5px);
  }
  .section-testimonials .pagination-sc-testimonials .owl-dot {
    width: clamp(10px, 0.9920634921vw, 15px);
    height: clamp(10px, 0.9920634921vw, 15px);
    border-radius: clamp(82.739px, 7.4562830688vw, 112.739px);
  }
  .section-testimonials .pagination-sc-testimonials .owl-dot.active {
    width: clamp(30px, 3.3068783069vw, 50px);
  }
  /*.section-testimonials .content-top-box-sc-testimonials {*/
  /*    padding-top: calc(47 * 100vw / 1512);*/
  /*}*/
  /*.section-testimonials .arrows-sc-testimonials {*/
  /*    display: none;*/
  /*}*/
}
@media all and (max-width: 1024px) {
  .section-testimonials .title-sc-testimonials {
    font-size: clamp(24px, 3.515625vw, 36px);
  }
  .section-testimonials .desc-sc-testimonials {
    font-size: clamp(12px, 1.3671875vw, 14px);
    max-width: clamp(360px, 51.5625vw, 528px);
  }
  .section-testimonials .title-item-sc-testimonials {
    font-size: clamp(10px, 1.171875vw, 12px);
    line-height: 142.957%;
  }
  .section-testimonials .desc-item-sc-testimonials {
    font-size: clamp(8px, 0.9765625vw, 10px);
  }
}
@media all and (max-width: 768px) {
  .section-testimonials {
    padding: 0 0 50px 0;
  }
  .section-testimonials .inner {
    padding: 0;
  }
  .section-testimonials .sc-testimonials-content {
    padding: 63px 0 0 0;
    row-gap: 21px;
    border: none;
    border-radius: 16.175px;
  }
  .section-testimonials .text-box-sc-testimonials.text-box-sc-testimonials-mobile {
    display: flex;
    order: 1;
  }
  .section-testimonials .items-sc-testimonials {
    order: 2;
  }
  .section-testimonials .text-content-sc-testimonials {
    order: 3;
    align-self: center;
  }
  .section-testimonials .text-box-sc-testimonials {
    row-gap: 23px;
    padding: 0 26px;
  }
  .section-testimonials .title-sc-testimonials {
    font-size: clamp(30px, 4.9479166667vw, 38px);
    line-height: 109%;
  }
  .section-testimonials .desc-sc-testimonials {
    font-size: clamp(16px, 2.6041666667vw, 20px);
    line-height: 136.793%;
    max-width: 100%;
  }
  .section-testimonials .items-sc-testimonials {
    gap: 7px;
  }
  .section-testimonials .item-sc-testimonials {
    border-radius: 15px;
    padding: 22px 15px 13px 15px;
  }
  .section-testimonials .quote-box-image-item-sc-testimonials {
    right: 24px;
    top: 32px;
    width: 28px;
  }
  .section-testimonials .image-item-sc-testimonials {
    height: 43px;
  }
  .section-testimonials .title-item-sc-testimonials {
    font-size: clamp(16px, 2.6041666667vw, 20px);
    margin-bottom: 10px;
  }
  .section-testimonials .desc-item-sc-testimonials {
    font-size: clamp(14px, 2.34375vw, 18px);
  }
  .section-testimonials .text-box-item-sc-testimonials {
    row-gap: 10px;
  }
  .section-testimonials .content-top-box-sc-testimonials {
    padding-top: 0;
    border-top: none;
  }
  .section-testimonials .items-content-box {
    margin-left: 11px;
    width: calc(100% - 11px);
  }
  .section-testimonials .pagination-sc-testimonials {
    margin-top: -7px;
    gap: 5px;
  }
  .section-testimonials .pagination-sc-testimonials .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 112.739px;
  }
  .section-testimonials .pagination-sc-testimonials .owl-dot.active {
    width: 40px;
  }
  .section-testimonials .arrows-sc-testimonials {
    display: none;
  }
  .section-testimonials .content-top-box-sc-testimonials {
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }
  .section-testimonials .swiper-container {
    width: unset;
  }
  .page-template-page-about-us-new .section-testimonials .sc-testimonials-content {
    padding: 29px 0 0 0;
  }
  /*.section-testimonials .swiper-slide {*/
  /*    width: calc(98% - 20px) !important;*/
  /*}*/
}
@media all and (max-width: 380px) {
  .section-testimonials .title-sc-testimonials {
    font-size: clamp(24px, 7.8947368421vw, 30px);
  }
  .section-testimonials .desc-sc-testimonials, .section-testimonials .title-item-sc-testimonials {
    font-size: clamp(12px, 4.2105263158vw, 16px);
  }
  .section-testimonials .desc-item-sc-testimonials {
    font-size: clamp(10px, 3.6842105263vw, 14px);
  }
}
/**
IFS New Design
*/
/*
FOOTER IFS New Design
*/
.footer {
  background: #FFF;
  font-family: "Poppins", sans-serif;
  color: #000;
  padding: clamp(8px, 1.5625vw, 40px) 2% clamp(28px, 1.6796875vw, 43px) 2%;
  position: relative;
}
.footer p {
  margin-bottom: 0;
  line-height: unset;
}
.footer::after {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0570EB;
}
.footer .inner {
  max-width: clamp(1405px, 84.765625vw, 2170px);
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  row-gap: clamp(10px, 1.5625vw, 40px);
}
.footer .menu-lists-block-footer {
  display: flex;
  justify-content: space-between;
  gap: clamp(110px, 6.25vw, 160px);
  /*width: calc(100% - clamp(454px, calc(661 * 100vw / 2560), 661px));*/
  direction: ltr;
  text-align: left;
}
.footer .menu-lists-block-footer nav {
  /*flex: 1;*/
}
.footer .menu-lists-block-footer nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 15px;
  gap: clamp(71px, 3.046875vw, 78px);
  width: 100%;
  margin-bottom: 0;
}
.footer .menu-lists-block-footer nav ul li {
  list-style: none;
  transition: all 0.5s linear;
  display: flex;
  flex-direction: column;
}
.footer .menu-lists-block-footer nav ul li a {
  font-size: clamp(14px, 0.625vw, 16px);
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s linear;
}
.footer .menu-lists-block-footer nav ul li .sub-menu {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*row-gap: 14px;*/
  display: none;
}
.footer .menu-lists-block-footer nav ul li .sub-menu li a {
  font-size: clamp(14px, 0.625vw, 16px);
  font-weight: 400;
}
.footer .menu-lists-block-footer nav ul li a:hover {
  text-shadow: 0.5px 0.5px #000;
}
.footer .link-text-block-content-footer {
  display: none;
}
.footer .footer-sublist {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
  text-align: left;
}
.footer .footer-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-end;
}
.footer .footer-list.footer-list-location {
  gap: clamp(10px, 0.5078125vw, 13px);
}
.footer .footer-link-logo {
  width: clamp(85px, 6.6015625vw, 169px);
  height: auto;
  /*align-self: flex-end;*/
  display: block;
}
.footer .text-block-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: clamp(26px, 1.328125vw, 34px);
  border-top: 1px solid #D9D9D9;
}
.footer .badge-block-footer.badge-block-mobile-footer {
  display: none;
}
.footer .footer-top-content {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
.footer .footer-top-content-matrix-box {
  display: flex;
  gap: clamp(28px, 1.7578125vw, 45px);
  align-items: center;
}
.footer .footer-top-content-matrix-description {
  font-size: clamp(14px, 0.625vw, 16px);
  font-weight: 400;
  line-height: normal;
  max-width: clamp(298px, 15.234375vw, 390px);
  width: 100%;
  align-self: flex-end;
  margin-bottom: 5px;
}
.footer .footer-top-content-matrix-description b, .footer .footer-top-content-matrix-description strong {
  font-weight: 700;
}
.footer .footer-top-content-menu-box {
  display: flex;
  gap: clamp(25px, 3.4375vw, 88px);
}
.footer .badge-block-footer {
  width: clamp(60px, 3.1640625vw, 81px);
  height: auto;
}
.footer .info-text-block-footer {
  display: flex;
  align-items: center;
  gap: 3px;
}
.footer .info-text-footer {
  color: #464646;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.footer .info-img-footer {
  width: 54px;
  height: auto;
  margin-top: -3px;
}
.footer .text-block-content-footer {
  display: flex;
  align-items: center;
  gap: clamp(64px, 2.96875vw, 76px);
}
.footer .link-text-block-content-footer {
  display: flex;
  align-items: center;
  gap: clamp(70px, 3.6328125vw, 93px);
}
.footer .link-text-block-content-footer.link-text-block-mobile-content-footer {
  display: none;
}
.footer .link-footer {
  color: #464646 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.footer .link-footer:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #464646;
}

/*.footer .lists-block-footer {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding-bottom: clamp(34px, calc(61 * 100vw / 2560), 61px);*/
/*    border-bottom: 0.5px solid #BDC7DA;*/
/*    margin-bottom: clamp(14px, calc(22 * 100vw / 2560), 22px);*/
/*}*/
/*.footer .footer-list-item {*/
/*    font-size: clamp(14px, calc(18 * 100vw / 2560), 18px);*/
/*    font-weight: 400;*/
/*    line-height: 120%;*/
/*    list-style: none;*/
/*    direction: ltr;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: clamp(5px, calc(8 * 100vw / 2560), 8px);*/
/*}*/
/*.footer .footer-link {*/
/*    font-size: clamp(14px, calc(18 * 100vw / 2560), 18px);*/
/*    font-weight: 400;*/
/*    line-height: 120%;*/
/*}*/
/*.footer .footer-link.footer-link-title {*/
/*    font-size: clamp(18px, calc(20 * 100vw / 2560), 20px);*/
/*    font-weight: 600;*/
/*    line-height: normal;*/
/*    color: #01043B;*/
/*    transition: all 0.5s linear;*/
/*}*/
/*.footer .footer-link.footer-link-title:hover,*/
/*.footer .footer-list-title:hover {*/
/*    text-shadow: 0.5px 0.5px #01043B;*/
/*}*/
/*.footer .footer-list-title {*/
/*    font-size: clamp(18px, calc(20 * 100vw / 2560), 20px);*/
/*    font-weight: 600;*/
/*    line-height: normal;*/
/*    color: #01043B;*/
/*    transition: all 0.5s linear;*/
/*}*/
/*.footer .footer-list-location {*/
/*    width: clamp(454px, calc(661 * 100vw / 2560), 661px);*/
/*    margin-top: clamp(5px, calc(15 * 100vw / 2560), 15px);*/
/*}*/
/*.footer .footer-list-location .footer-list-title-box {*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*    visibility: hidden;*/
/*}*/
/*.footer .footer-list-location .footer-list-item,*/
/*.footer .footer-list-location .footer-link {*/
/*    color: #65626A;*/
/*}*/
/*.footer .footer-list-location .footer-link:hover {*/
/*    text-decoration: underline;*/
/*}*/
/*.footer .img-box-block-footer {*/
/*    display: flex;*/
/*}*/
/*.footer .certificates-block-footer {*/
/*    display: flex;*/
/*    gap: clamp(9px, calc(12 * 100vw / 2560), 12px);*/
/*    align-items: center;*/
/*    justify-content: flex-end;*/
/*    width: clamp(454px, calc(661 * 100vw / 2560), 661px);*/
/*}*/
/*.footer .certificate-block-footer {*/
/*    width: clamp(52px, calc(74 * 100vw / 2560), 74px);*/
/*    height: auto;*/
/*}*/
/*.footer .footer-link-logo.footer-link-logo-mobile {*/
/*    display: none;*/
/*}*/
/*.footer .info-text-block-footer {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    width: calc(100% - clamp(454px, calc(661 * 100vw / 2560), 661px));*/
/*}*/
/*.footer .info-text-box-footer {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 98px;*/
/*}*/
/*.footer .info-text-footer {*/
/*    color: #6F7078;*/
/*    font-size: clamp(14px, calc(16 * 100vw / 2560), 16px);*/
/*    font-weight: 400;*/
/*    line-height: normal;*/
/*    text-align: left;*/
/*}*/
/*.footer .socials-box-footer {*/
/*    display: flex;*/
/*    gap: 38px;*/
/*    align-items: center;*/
/*    margin-right: 17px;*/
/*}*/
/*.footer .footer-social-link {*/
/*    height: auto;*/
/*}*/
/*.footer .footer-social-link:nth-child(1) {*/
/*    width: 11px;*/
/*}*/
/*.footer .footer-social-link:nth-child(2) {*/
/*    width: 16px;*/
/*}*/
/*.footer .footer-link-logo {*/
/*}*/
/*.footer .footer-logo {*/
/*}*/
/*.footer .lists-block-footer {*/
/*}*/
/*.footer .menu-lists-block-footer {*/
/*}*/
@media all and (max-width: 1920px) {
  .footer .menu-lists-block-footer nav ul {
    gap: 39px;
  }
}
@media all and (max-width: 1512px) {
  .footer {
    padding: 8px 2% 28px 2%;
  }
  .footer::after {
    height: 5px;
  }
  .footer .footer-link-logo {
    width: clamp(55px, 5.6216931217vw, 85px);
  }
  .footer .menu-lists-block-footer nav ul li a {
    font-size: clamp(10px, 0.9259259259vw, 14px);
  }
  .footer .menu-lists-block-footer nav ul li .sub-menu {
    row-gap: 10px;
  }
  .footer .menu-lists-block-footer nav ul li .sub-menu li a {
    font-size: clamp(10px, 0.9259259259vw, 14px);
  }
  .footer .footer-sublist {
    row-gap: 10px;
  }
  .footer .footer-top-content-matrix-description {
    font-size: clamp(12px, 0.9259259259vw, 14px);
    max-width: clamp(208px, 19.708994709vw, 298px);
    align-self: center;
    margin-bottom: 0;
    line-height: 128.67%;
  }
  .footer .footer-top-content-menu-box {
    align-items: center;
  }
  .footer .footer-top-content-matrix-box {
    gap: 1.8518518519vw;
    margin-bottom: 0.3306878307vw;
  }
  .footer .menu-lists-block-footer nav ul {
    padding: 1.6534391534vw 0.9920634921vw;
    gap: 4.6957671958vw;
  }
  .footer .footer-top-content-menu-box {
    gap: 1.6534391534vw;
  }
  .footer .link-text-block-content-footer {
    gap: 4.6296296296vw;
  }
  .footer .badge-block-footer {
    width: clamp(40px, 3.9682539683vw, 60px);
  }
  .footer .footer-content {
    row-gap: 10px;
  }
  .footer .text-block-footer {
    padding-top: 1.7195767196vw;
  }
  .footer .info-text-footer, .footer .link-footer {
    font-size: clamp(12px, 0.9259259259vw, 14px);
  }
  .footer .info-img-footer {
    width: clamp(44px, 3.5714285714vw, 54px);
    margin-top: -0.1984126984vw;
  }
  /*.footer .footer-list-location {*/
  /*    width: clamp(324px, calc(454 * 100vw / 1512), 454px);*/
  /*}*/
  /*.footer .certificates-block-footer {*/
  /*    width: clamp(324px, calc(454 * 100vw / 1512), 454px);*/
  /*}*/
  /*.footer .info-text-block-footer {*/
  /*    width: calc(100% - clamp(324px, calc(454 * 100vw / 1512), 454px));*/
  /*}*/
  /*.footer .menu-lists-block-footer {*/
  /*    !*width: calc(100% - clamp(324px, calc(454 * 100vw / 1512), 454px));*!*/
  /*    gap: calc(110 * 100vw / 1512);*/
  /*}*/
  /*.footer .lists-block-footer {*/
  /*    padding-bottom: calc(34 * 100vw / 1512);*/
  /*}*/
  /*.footer .footer-list.footer-list-location {*/
  /*    gap: clamp(8px, calc(10 * 100vw / 1512), 10px);*/
  /*}*/
  /*.footer .info-text-box-footer {*/
  /*    gap: calc(120 * 100vw / 1512);*/
  /*}*/
  /*.footer .info-text-footer {*/
  /*    font-size: clamp(12px, calc(14 * 100vw / 1512), 14px);*/
  /*}*/
  /*.footer .footer-list-item {*/
  /*    font-size: clamp(12px, calc(14 * 100vw / 1512), 14px);*/
  /*}*/
  /*.footer .footer-link {*/
  /*    font-size: clamp(12px, calc(14 * 100vw / 1512), 14px);*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li {*/
  /*    row-gap: clamp(12px, calc(17 * 100vw / 1512), 17px);*/
  /*}*/
  /*.footer .socials-box-footer {*/
  /*    gap: calc(38 * 100vw / 1512);*/
  /*    margin-right: calc(17 * 100vw / 1512);*/
  /*}*/
  /*.footer .footer-link.footer-link-title {*/
  /*    font-size: clamp(14px, calc(18 * 100vw / 1512), 18px);*/
  /*}*/
  /*.footer .footer-list-title {*/
  /*    font-size: clamp(14px, calc(18 * 100vw / 1512), 18px);*/
  /*}*/
  /*.page-template-index .footer {*/
  /*    padding: 16px 4% 24px 4%;*/
  /*}*/
}
@media all and (max-width: 1024px) {
  .footer {
    padding: 18px 2% 23px 2%;
  }
  .footer .lists-block-footer {
    /*gap: 12px;*/
    width: 100%;
  }
  .footer .info-text-box-footer {
    gap: 8px;
  }
  .footer .info-text-footer {
    font-size: clamp(14px, 1.7578125vw, 18px);
  }
  .footer .text-block-footer {
    gap: 5px;
    padding: 17px 15px 0 15px;
    flex-direction: column-reverse;
    align-items: flex-start;
    border-top: none;
  }
  .footer .text-block-box-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-top: 17px;
    border-top: 1px solid #D9D9D9;
  }
  .footer .badge-block-footer.badge-block-mobile-footer {
    display: block;
    width: 60px;
  }
  .footer .menu-lists-block-footer {
    /*width: calc(100% - clamp(284px, calc(454 * 100vw / 1024), 454px));*/
    gap: 4.6875vw;
  }
  .footer .footer-list-item, .footer .footer-link {
    font-size: clamp(10px, 1.171875vw, 12px);
  }
  .footer .menu-lists-block-footer nav ul li a {
    font-size: clamp(16px, 1.953125vw, 20px);
  }
  .footer .menu-lists-block-footer nav ul li .sub-menu li a {
    font-size: clamp(16px, 1.953125vw, 20px);
  }
  .footer .footer-top-content {
    flex-direction: column;
    row-gap: 11px;
  }
  .footer .footer-top-content-matrix-box {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .footer .bottom-text-block-box-footer {
    display: flex;
    flex-direction: column;
  }
  .footer .badge-block-footer, .footer .link-text-block-content-footer {
    display: none;
  }
  .footer .link-text-block-content-footer.link-text-block-mobile-content-footer {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    align-items: flex-start;
    padding: 26px 35px 20px 35px;
  }
  .footer .link-footer {
    font-size: clamp(14px, 1.7578125vw, 18px);
  }
  .footer .menu-lists-block-footer nav ul {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 0;
    width: 100%;
  }
  .footer .footer-link-logo {
    /*display: none;*/
    width: clamp(85px, 10.25390625vw, 105px);
  }
  .footer .footer-top-content-matrix-description {
    max-width: clamp(298px, 34.9609375vw, 358px);
    font-size: clamp(14px, 1.5625vw, 16px);
    align-self: flex-start;
  }
  .footer .menu-lists-block-footer {
    width: 100%;
  }
  .footer .menu-lists-block-footer nav {
    width: 100%;
  }
  .footer .menu-lists-block-footer nav ul li {
    padding: 22px 15px 26px 15px;
    border-bottom: 1px solid #ECECEC;
    width: 100%;
  }
  .footer .footer-content {
    row-gap: 0;
  }
  .footer .info-img-footer {
    width: 54px;
  }
  .footer .link-footer:before {
    left: -12px;
  }
  /*.footer .footer-list-location {*/
  /*    width: clamp(272px, calc(442 * 100vw / 1024), 442px);*/
  /*}*/
  /*.footer .certificate-block-footer {*/
  /*    width: clamp(42px, calc(52 * 100vw / 1024), 52px);*/
  /*}*/
  /*.footer .certificates-block-footer {*/
  /*    width: clamp(272px, calc(442 * 100vw / 1024), 442px);*/
  /*}*/
  /*.footer .info-text-block-footer {*/
  /*    width: calc(100% - clamp(284px, calc(454 * 100vw / 1024), 454px));*/
  /*}*/
  /*.footer .footer-link.footer-link-title {*/
  /*    font-size: clamp(12px, calc(14 * 100vw / 1024), 14px);*/
  /*}*/
  /*.footer .footer-list-title {*/
  /*    font-size: clamp(12px, calc(14 * 100vw / 1024), 14px);*/
  /*}*/
}
@media all and (max-width: 768px) {
  .footer {
    padding: 18px 11px 17px 11px;
  }
  .footer .inner {
    /*padding: 0 calc(3 * 100vw / 390);*/
  }
  .footer .lists-block-footer {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: none;
    gap: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .footer .menu-lists-block-footer nav ul {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 0;
    direction: ltr;
  }
  .footer .link-text-block-content-footer {
    flex-direction: column;
  }
  .footer .info-text-block-footer {
    width: 100%;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    /*align-items: flex-end;*/
    /*row-gap: clamp(31px, calc(41 * 100vw / 768), 41px);*/
  }
  .footer .menu-lists-block-footer {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .footer .menu-lists-block-footer nav ul li {
    /*align-items: flex-start;*/
    align-self: stretch;
    /*padding: 21px 0;*/
    /*display: flex;*/
    /*border-bottom: 0.5px solid #BDC7DA;*/
  }
  .footer .menu-lists-block-footer nav ul li a {
    font-size: clamp(16px, 2.6041666667vw, 20px);
    color: #1A2552;
  }
  .footer .info-text-box-footer {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 17px;
  }
  .footer .footer-list-item {
    gap: 6px;
    font-size: clamp(16px, 2.6041666667vw, 20px);
  }
  .footer .footer-link {
    font-size: clamp(16px, 2.6041666667vw, 20px);
  }
  .footer .info-text-footer {
    font-size: clamp(14px, 2.34375vw, 18px);
  }
  .footer .footer-sublist {
    display: block;
    flex-direction: column;
    row-gap: 20px;
    margin-left: 12px;
    height: 0;
    transition: height 0.5s ease;
    overflow: hidden;
  }
  .footer .footer-list-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer .footer-list-item:last-child {
    margin-bottom: clamp(31px, 5.3385416667vw, 41px);
  }
  .footer .footer-content {
    row-gap: 0;
  }
  .footer .footer-link.footer-link-title {
    font-size: clamp(20px, 3.125vw, 24px);
  }
  .footer .menu-lists-block-footer nav ul li.menu-item-has-children {
    transition: min-height 0.3s;
    max-height: none;
    justify-content: flex-start;
    position: relative;
    row-gap: 0;
  }
  .footer .menu-lists-block-footer nav ul li.menu-item-has-children a {
    position: relative;
    width: 100%;
  }
  .footer .menu-lists-block-footer nav ul li.menu-item-has-children .sub-menu li a {
    font-size: clamp(18px, 2.8645833333vw, 22px);
    font-weight: 400;
  }
  .footer .footer-top-content-matrix-description {
    font-size: clamp(14px, 2.0833333333vw, 16px);
    max-width: 100%;
    line-height: 128.67%;
  }
  .footer .info-img-footer {
    width: clamp(57px, 8.7239583333vw, 67px);
    margin-top: -2px;
  }
  /*.footer .footer-list.footer-list-location {*/
  /*    width: 100%;*/
  /*}*/
  /*.footer .footer-link-logo.footer-link-logo-mobile {*/
  /*    display: block;*/
  /*    width: clamp(83px, calc(93 * 100vw / 768), 93px);*/
  /*    margin-bottom: 0;*/
  /*}*/
  /*.footer .certificates-block-footer {*/
  /*    width: auto;*/
  /*}*/
  /*.footer .img-box-block-footer {*/
  /*    width: 100%;*/
  /*    justify-content: space-between;*/
  /*    flex-direction: row-reverse;*/
  /*    padding-bottom: 17px;*/
  /*    border-bottom: 0.5px solid #BDC7DA;*/
  /*}*/
  /*.footer .footer-list-title {*/
  /*    padding: 21px 0;*/
  /*    display: flex;*/
  /*    border-bottom: 0.5px solid #BDC7DA;*/
  /*}*/
  /*.footer .footer-list-location {*/
  /*    margin-top: 0;*/
  /*}*/
  /*.footer .footer-list-location .footer-list-title {*/
  /*    font-size: clamp(20px, calc(24 * 100vw / 768), 24px);*/
  /*    font-weight: 600;*/
  /*    color: #01043B;*/
  /*    border-bottom: none;*/
  /*}*/
  /*.footer .footer-list-location .footer-list-title:hover {*/
  /*    text-shadow: 0.5px 0.5px #01043B;*/
  /*}*/
  /*.footer .footer-list-location .footer-list-title-box {*/
  /*    opacity: 1;*/
  /*    pointer-events: auto;*/
  /*    visibility: visible;*/
  /*    display: flex;*/
  /*    justify-content: space-between;*/
  /*    align-items: center;*/
  /*    transition: 0.6s all;*/
  /*    gap: 16px;*/
  /*    width: 100%;*/
  /*}*/
  /*.footer .accordion-arrow-box-sc-career {*/
  /*    display: flex;*/
  /*    justify-content: center;*/
  /*    align-items: center;*/
  /*    width: 14px;*/
  /*    height: 14px;*/
  /*}*/
  /*.footer .symbol {*/
  /*    width: 14px;*/
  /*    height: 2px;*/
  /*    background: #01043B;*/
  /*    transition: transform 0.3s ease;*/
  /*    position: relative;*/
  /*    display: block;*/
  /*    margin-right: 16px;*/
  /*}*/
  /*.footer .symbol::before {*/
  /*    content: "";*/
  /*    position: absolute;*/
  /*    background: #01043B;*/
  /*    width: 2px;*/
  /*    height: 14px;*/
  /*    top: 50%;*/
  /*    left: 50%;*/
  /*    transform: translate(-50%, -50%);*/
  /*    transition: opacity 0.3s ease;*/
  /*}*/
  /*.footer .footer-list-title-box.open .symbol::before {*/
  /*    opacity: 0;*/
  /*}*/
  /*.footer .footer-list-title-box.open .footer-list-title {*/
  /*    text-shadow: 0.5px 0.5px #01043B;*/
  /*}*/
  /*.footer .footer-list.footer-list-location {*/
  /*    gap: 0;*/
  /*}*/
  /*.footer .certificates-block-footer {*/
  /*    gap: 13px;*/
  /*}*/
  /*.footer .certificate-block-footer {*/
  /*    width: clamp(47px, calc(57 * 100vw / 768), 57px);*/
  /*}*/
  /*.footer .socials-box-footer {*/
  /*    gap: 35px;*/
  /*    margin-right: 0;*/
  /*    margin-left: 10px;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children a::after,*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children a::before {*/
  /*    content: "";*/
  /*    display: block;*/
  /*    position: absolute;*/
  /*    top: 50%;*/
  /*    transform: translateY(-50%);*/
  /*    background: #01043B;*/
  /*    transition: all 0.5s linear;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children a::after {*/
  /*    width: 14px;*/
  /*    height: 2px;*/
  /*    right: 16px;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children a::before {*/
  /*    width: 2px;*/
  /*    height: 14px;*/
  /*    right: 22px;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children .sub-menu {*/
  /*    transition: height 0.3s;*/
  /*    height: 0;*/
  /*    visibility: hidden;*/
  /*    overflow: hidden;*/
  /*    margin-bottom: 0;*/
  /*    row-gap: 0;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children .sub-menu li {*/
  /*    border-top: 1px solid rgba(255, 255, 255, 0.3);*/
  /*    list-style: none;*/
  /*    transition: all 0.5s linear;*/
  /*    padding: 21px 0 0 0;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children.open {*/
  /*    justify-content: flex-start;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children.open a::before {*/
  /*    opacity: 0;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children.open .sub-menu {*/
  /*    visibility: visible;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children.open .sub-menu li {*/
  /*    border-bottom: none;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children.open .sub-menu li a::after,*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children.open .sub-menu li a::before {*/
  /*    display: none;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children.open .sub-menu li:hover a {*/
  /*    text-shadow: 0.5px 0.5px #01043B;*/
  /*}*/
}
/*@media all and (max-width: 390px) {*/
/*    .footer {*/
/*        .footer-list-item, .footer-link {*/
/*            font-size: clamp(12px, 4.1025641026vw, 16px);*/
/*        }*/
/*    }*/
/*}*/
/**
IFS New Design
*/
/*
MOBILE MENU IFS New Design
*/
@media all and (min-width: 1025px) {
  .mobile-menu {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .mobile-menu {
    border-top: 5px solid #0570EB;
    z-index: 98;
    top: 0;
    left: 0;
    position: fixed;
    right: 0;
    font-family: "Poppins", sans-serif;
  }
  .mobile-menu * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-menu.open .menu-wrapper > ul > li, .mobile-menu.open .mm-bot-inner > ul {
    opacity: 1;
  }
  .mobile-menu.open .mm-top {
    position: relative;
    transition: 0.3s all ease;
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-container {
    transform: rotate(90deg);
  }
  .mobile-menu.open .mm-top:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: calc(100% - 11px - 11px);
    height: 1px;
    background: #E5E7EF;
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-wrapper .mm-bar {
    transition-delay: 0.25s;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-wrapper .mm-bar.topBar {
    transform: translateY(8px) rotate(45deg);
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-wrapper .mm-bar.mdBar {
    opacity: 0;
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-wrapper .mm-bar.btmBar {
    transform: translateY(2px) rotate(-45deg);
  }
  .mobile-menu.open .mm-bot {
    height: auto;
    overflow: auto;
    visibility: visible;
  }
  .mobile-menu.open .mm-bot .menu-wrapper, .mobile-menu.open .mm-bot .mm-bg, .mobile-menu.open .mm-bot .mm-bot-inner {
    visibility: visible;
  }
  .mobile-menu.open .mm-bot .mm-bg, .mobile-menu.open .mm-bot .mm-bot-inner {
    opacity: 1;
  }
  .mobile-menu.open .mm-bot .mm-bg {
    background: rgba(255, 255, 255, 0.8);
    /*background-size: 400% 400%;*/
    /*animation: backgroundGradientAnimation 15s ease infinite;*/
    border-radius: 0;
    transform: translateX(0);
  }
  .mobile-menu .mm-top, .mobile-menu .mm-bt {
    display: flex;
    align-items: center;
  }
  .mobile-menu .mm-top {
    height: 52px;
    padding-left: 11px;
    padding-right: 11px;
    position: relative;
    z-index: 1;
    background: #FFF;
    justify-content: space-between;
  }
  .mobile-menu .logo-mm {
    width: 80px;
    height: auto;
    transition: all 0.5s linear;
  }
  .mobile-menu .logo-mm-fixed {
    display: none;
    width: 80px;
    height: auto;
    transition: all 0.5s linear;
  }
  .mobile-menu .mobile-shop-menu {
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
  }
  .mobile-menu .header-button {
    position: relative;
    height: 40px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-menu .header-button:not(:last-child) {
    margin-left: 2%;
  }
  .mobile-menu .header-account-tt {
    font-size: 85%;
    color: #fff;
  }
  .mobile-menu .header-shop-menu-count {
    margin: 0;
    top: 0;
    left: auto;
    right: -4px;
  }
  .mobile-menu .header-shop-menu-ic:after {
    color: #fff;
    margin: 0;
    font-size: 100%;
  }
  .mobile-menu .header-logo {
    display: inline-block;
  }
  .mobile-menu .header-logo img {
    width: 80px;
  }
  .mobile-menu .mm-bt {
    height: 100%;
    text-align: center;
    position: relative;
  }
  .mobile-menu .mm-bar-container {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    user-select: none;
    transform: rotate(0deg);
    transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .mobile-menu .mm-bar-wrapper {
    width: 30px;
    position: relative;
    display: block;
    margin: -10px auto 0;
    top: 50%;
  }
  .mobile-menu .mm-bar-wrapper .mm-bar {
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    background: #1A2552;
    transition-delay: 0s;
  }
  .mobile-menu .mm-bar-wrapper .mm-bar:not(:last-child) {
    margin-bottom: 1.5px;
  }
  .mobile-menu .mm-bar-wrapper .mm-bar.topBar {
    transform: translateY(0px) rotate(0deg);
  }
  .mobile-menu .mm-bar-wrapper .mm-bar.mdBar {
    transform: translateY(5px) rotate(0deg);
  }
  .mobile-menu .mm-bar-wrapper .mm-bar.btmBar {
    transform: translateY(10px) rotate(0deg);
  }
  .mobile-menu .mm-bot {
    position: fixed;
    right: 0;
    width: 100%;
    top: 80px;
    bottom: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .mobile-menu .mm-bg, .mobile-menu .mm-bot-inner {
    visibility: hidden;
    opacity: 0;
  }
  .mobile-menu .mm-bg {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-bottom-left-radius: 500px;
    transform: translateX(100%);
    transition: all 0.5s linear;
  }
  .mobile-menu .mm-bot-inner ul, .mobile-menu .soc-buttons-wr {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-menu .mm-bot-inner {
    position: relative;
    width: 100%;
    min-height: 100%;
    color: #fff;
    padding: 0 42px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    backdrop-filter: blur(10px);
  }
  .mobile-menu .mm-bot-inner ul {
    margin-bottom: 25px;
    list-style: none;
    transition: all 0.5s linear;
    padding: 0;
  }
  .mobile-menu .mm-bot-inner ul li {
    position: relative;
    transition: all 0.5s linear;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid rgba(26, 37, 82, 0.2);
    padding: 26.5px 0;
  }
  .mobile-menu .mm-bot-inner ul li:last-child {
    border: none;
  }
  .mobile-menu .mm-bot-inner ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #fff;
    opacity: 0.4;
  }
  .mobile-menu .mm-bot-inner ul li.current-menu-item a {
    /*font-weight: 700;*/
    /*padding-right: 26px;*/
    /*direction: ltr;*/
    color: #0570EB;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open {
    padding: 28.5px 0 0 0;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open a {
    color: #0570EB;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open .sub-menu li a {
    color: #1A2552;
  }
  .mobile-menu .mm-bot-inner ul li.current-menu-item.menu-item-has-children .sub-menu li a {
    color: #1A2552;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children a::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #1A2552;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open a::after {
    border-top: 5px solid #0570EB;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open .sub-menu li a::after {
    display: none;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open a {
    /*flex-direction: row-reverse;*/
    padding: 0 0 26.5px 0px;
    text-align: left;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open .sub-menu li a {
    padding: 0 0 0 8px;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open .sub-menu li:has(.menu-icon) a {
    padding: 0 0 0 16px;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.menu-item-has-children .sub-menu li:has(.menu-icon) a {
    padding: 0 0 0 16px;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open.current-menu-item .sub-menu li a {
    position: relative;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li {
    padding: 24.5px 0;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li a {
    position: relative;
    display: flex;
    flex-direction: row;
    padding-left: 8px;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li:not(:has(.menu-icon)) a::before {
    content: "";
    display: block;
    position: relative;
    /*left: -15px;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    width: 4px;
    min-width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #0570EB;
    margin-right: 12px;
  }
  .mobile-menu .mm-bot-inner ul li a {
    width: auto;
    /*padding: 28.5px 0;*/
    color: #1A2552;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.5s linear;
  }
  .mobile-menu .menu-item-link-mm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 10px 45px;
    color: #FFF;
    border-radius: 50px;
    background: #0570EB;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    transition: all 0.5s linear;
    position: relative;
    overflow: hidden;
    height: 50px;
  }
  .mobile-menu .menu-item-link-mm .text-menu-item-link-mm {
    z-index: 3;
  }
  .mobile-menu .menu-item-link-mm::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0570EB 0%, #346FFF 50.4%, #473183 100%);
    background-size: 300% 300%;
    opacity: 0;
    transition: opacity 0.5s linear;
    border-radius: inherit;
    z-index: 1;
    animation: gradientMove 8s ease infinite;
  }
  .mobile-menu .menu-item-link-mm:hover::before {
    opacity: 1;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children {
    transition: min-height 0.3s;
    max-height: none;
    justify-content: flex-start;
    justify-content: flex-start;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu {
    transition: max-height 0.3s;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    margin-bottom: 0;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li {
    /*border-top: 1px solid rgba(26, 37, 82, 0.20);*/
    list-style: none;
    transition: all 0.5s linear;
    margin: 0 30px;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open .sub-menu {
    max-height: none;
    visibility: visible;
    overflow: visible;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li {
    /*border-bottom: none;*/
    align-items: flex-start;
    text-align: left;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open .sub-menu li:first-child {
    /*border-top: 1px solid rgba(26, 37, 82, 0.20);*/
    position: relative;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li:first-child:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: calc(100% + 30px + 30px);
    height: 1px;
    background: rgba(26, 37, 82, 0.2);
  }
  .mobile-menu .mm-bot-inner ul li.current-menu-item.open a {
    padding: 0 0 26.5px 0px;
  }
  .mobile-menu .mm-bot-inner ul li.current-menu-item.open .sub-menu li a {
    padding: 0 0 0 8px;
  }
  .mobile-menu .mm-bot-inner ul li.current-menu-item .sub-menu li a:after {
    display: none;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li:not(:first-child) {
    /*border-top: none;*/
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li a .menu-icon {
    width: 20px;
    height: auto;
    margin-right: 13px;
  }
  .mobile-menu.fixed {
    background: #FFF;
    box-shadow: 0px 4px 15.2px 0px rgba(0, 0, 0, 0.05);
  }
  .mobile-menu.fixed .logo-mm {
    display: none;
  }
  .mobile-menu.fixed .logo-mm-fixed {
    display: block;
  }
  .mobile-menu.fixed .mm-bar-wrapper .mm-bar {
    background: #1A2552;
  }
  /*.mobile-menu .mm-top::after {*/
  /*    content: "";*/
  /*    position: absolute;*/
  /*    left: 50%;*/
  /*    transform: translateX(-50%);*/
  /*    bottom: 0;*/
  /*    height: 1px;*/
  /*    width: 94%;*/
  /*    background: #fff;*/
  /*    opacity: 0.4;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.current-menu-item a:before {*/
  /*    content: "";*/
  /*    display: block;*/
  /*    width: 10px;*/
  /*    height: 10px;*/
  /*    border-radius: 50px;*/
  /*    background: #FFF;*/
  /*    margin-right: 16px;*/
  /*    transition: all 0.5s linear;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.current-menu-item.menu-item-has-children a {*/
  /*    flex-direction: row;*/
  /*    padding-right: 0;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children a {*/
  /*    flex-direction: row-reverse;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children a:after {*/
  /*    content: "";*/
  /*    display: block;*/
  /*    font-size: 22px;*/
  /*    color: #FFF;*/
  /*    margin-left: 5px;*/
  /*    transition: all 0.5s linear;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children a .sub-menu li a:after, .mobile-menu .mm-bot-inner ul li.menu-item-has-children a .sub-menu li a:before {*/
  /*    display: none;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children.open.menu-item-has-children a:after {*/
  /*    content: "-";*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children.open.menu-item-has-children .sub-menu li a:after, .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open.menu-item-has-children .sub-menu li a:before {*/
  /*    display: none;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children.open.menu-item-has-children.current-menu-item a {*/
  /*    flex-direction: row;*/
  /*    padding-right: 26px;*/
  /*}*/
  /*.mobile-menu .menu-item-link-mm:active {*/
  /*    border: 1px solid #FFF;*/
  /*    background: transparent;*/
  /*    color: #FFF;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li a {*/
  /*    padding: 13px 0;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li:not(:first-child) a {*/
  /*    padding: 23px 0 26px 0;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li:not(:last-child) a {*/
  /*    padding: 18px 0;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li:first-child a {*/
  /*    padding: 26px 0 18px 0;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li::after {*/
  /*    display: none;*/
  /*}*/
  body.admin-bar #wpadminbar {
    position: fixed;
    overflow: hidden;
  }
  body.admin-bar .mobile-menu {
    top: 32px;
  }
}
@media all and (max-width: 768px) {
  body.admin-bar .mobile-menu {
    top: 46px;
  }
}
@media all and (max-width: 425px) {
  .mobile-menu .header-logo img {
    width: 18.8235294118vw;
  }
  .mobile-menu .mobile-shop-menu {
    font-size: 4.2352941176vw;
  }
  .mobile-menu .header-shop-menu-count {
    height: 4.2352941176vw;
    min-width: 4.2352941176vw;
    padding: 0 1.1764705882vw;
    font-size: 2.3529411765vw;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/**
IFS New Design
*/
/*
POPUP FORM IFS New Design
*/
.section-popup {
  font-family: "Poppins", sans-serif;
  color: #1A2552;
  position: relative;
}
.section-popup p {
  margin-bottom: 0;
  line-height: unset;
}
.section-popup label {
  margin-bottom: 0;
}
.section-popup .sc-form-content {
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 2.7777777778vw, 42px);
  /*min-height: 720px;*/
  padding: clamp(9px, 1.2566137566vw, 19px) clamp(29px, 3.9021164021vw, 59px) clamp(9px, 1.2566137566vw, 19px) clamp(10px, 1.3227513228vw, 20px);
  border-radius: 15px;
}
.section-popup .info-box-sc-form {
  background: #0570EB;
  border-radius: 15px;
  padding: 0 clamp(38px, 3.835978836vw, 58px) clamp(40px, 6.6137566138vw, 100px) clamp(22px, 2.7777777778vw, 42px);
  width: 44.01%;
  color: #FFF;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  height: clamp(605px, 46.626984127vw, 705px);
}
.section-popup .title-info-box-sc-form {
  font-size: clamp(54px, 4.2749338624vw, 64.637px);
  font-weight: 700;
  line-height: 92%;
  z-index: 5;
}
.section-popup .video-bg {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.section-popup .video-bg.mobile-video {
  display: none;
}
.section-popup .contact-box-sc-form {
  width: 55.99%;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2.1164021164vw, 32px);
}
.section-popup .text-box-contact-box-sc-form {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.section-popup .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form {
  display: none;
}
.section-popup .subtitle-contact-box-sc-form {
  font-size: clamp(14px, 1.1904761905vw, 18px);
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 4px;
}
.section-popup .title-contact-box-sc-form {
  max-width: 98%;
  width: 100%;
  font-size: clamp(32px, 2.6455026455vw, 40px);
  font-weight: 400;
  line-height: 109.748%;
  margin-bottom: clamp(7px, 1.7857142857vw, 27px);
}
.section-popup .title-contact-box-sc-form b, .section-popup .title-contact-box-sc-form strong {
  color: #0570EB;
  font-weight: 700;
}
.section-popup .desc-contact-box-sc-form {
  max-width: 97%;
  font-size: clamp(14px, 1.1904761905vw, 18px);
  font-weight: 400;
  line-height: normal;
}
.section-popup .main-block-form-box-sc-form {
  display: flex;
  flex-direction: column;
  row-gap: clamp(12px, 1.5211640212vw, 23px);
}
.section-popup .form-components-top-box-sc-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  row-gap: clamp(24px, 3.1746031746vw, 48px);
}
.section-popup .form-components-bottom-box-sc-form {
  display: flex;
  flex-direction: column;
}
.section-popup .form-component-box-sc-form {
  display: flex;
  flex-direction: column;
  /*direction: ltr;*/
  /*text-align: left;*/
  width: calc(50% - 10px);
}
.section-popup .first-form-component-box-sc-form {
  /*margin-bottom: 43px;*/
  width: calc(50% - 10px);
}
.section-popup .email-form-component-box-sc-form {
  width: calc(50% - 10px);
}
.section-popup .form-checkbox-sc-form {
  color: #65626A;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  /*margin-bottom: 39px;*/
  display: flex;
  gap: 10px;
  text-align: left;
}
.section-popup .form-components-bottom-box-sc-form {
  row-gap: 14px;
}
.section-popup .form-component-label-sc-form {
  font-size: clamp(14px, 1.0582010582vw, 16px);
  font-weight: 400;
  line-height: normal;
  color: #484F6B;
}
.section-popup .mobile-form-component-box-sc-form {
  width: calc(50% - 10px);
}
.section-popup .form-component-box-sc-form.company-form-component-box-sc-form {
  width: 100%;
}
.section-popup .form-component-box-sc-form.help-form-component-box-sc-form {
  width: 100%;
}
.section-popup .form-component-box-sc-form.title-message-form-component-box-sc-form {
  width: 100%;
}
.section-popup .form-component-box-sc-form.date-form-component-box-sc-form {
  width: calc(50% - 10px);
}
.section-popup .form-component-box-sc-form.time-form-component-box-sc-form {
  width: calc(50% - 10px);
}
.section-popup .checkbox-label {
  width: 100%;
}
.section-popup input[type=checkbox]:checked::before {
  margin: -1.5px;
  height: 15.528px;
  width: 15.528px;
}
.section-popup .form-button-sc-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  height: clamp(57px, 4.4312169312vw, 67px);
  padding: 10px;
  color: #FFF;
  border-radius: 10px;
  background: #0570EB;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  align-self: flex-start;
}
.section-popup .form-button-sc-form::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0570EB 0%, #346FFF 50.4%, #473183 100%);
  background-size: 300% 300%;
  opacity: 0;
  transition: opacity 0.5s linear;
  border-radius: inherit;
  z-index: 1;
  animation: gradientMove 8s ease infinite;
}
.section-popup .form-button-sc-form:hover::before {
  opacity: 1;
}
.section-popup .button-text {
  font-size: clamp(14px, 1.0582010582vw, 16px);
  font-weight: 400;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  z-index: 2;
}
.section-popup .form-component-box-sc-form input, .section-popup .form-component-box-sc-form select {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  border: none;
  border-bottom: 1px solid #1A2552;
  background: transparent;
  font-family: inherit;
  color: #484F6B;
  font-size: clamp(14px, 1.0582010582vw, 16px);
  font-weight: 400;
  line-height: normal;
  direction: ltr;
  text-align: left;
  min-height: unset;
  padding: 0;
}
.section-popup .wpcf7-list-item-label::before {
  padding: 0;
}
.section-popup .form-component-box-sc-form input:focus, .section-popup .form-component-box-sc-form select:focus {
  outline: none;
  box-shadow: none;
}
.section-popup input[type=checkbox], .section-popup input[type=radio] {
  margin: 0;
  height: 15.528px;
  width: 15.528px;
  min-width: 15.528px;
  position: absolute;
  left: 0;
}
.section-popup .wpcf7-list-item {
  margin: 0 0 0 22px;
}
.section-popup .form-field-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  height: 30px;
}
.section-popup .form-field-wrapper .wpcf7-form-control-wrap {
  width: 100%;
}
.section-popup .form-field-wrapper .wpcf7-not-valid-tip {
  font-size: 12px !important;
  position: absolute;
}
.section-popup .form-field-wrapper .wpcf7-not-valid-tip input, .section-popup .form-field-wrapper .wpcf7-not-valid-tip textarea {
  width: 100%;
}
.section-popup .form-field-wrapper:has(input:focus) label, .section-popup .form-field-wrapper:has(input:not(:placeholder-shown)) label, .section-popup .form-field-wrapper.has-value label {
  transform: translateY(-10px);
  font-size: clamp(10px, 0.9259259259vw, 14px);
}
.section-popup .form-field-wrapper label {
  transform: translateY(0);
  transition: transform 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
.section-popup .time-form-component-box-sc-form, .section-popup .date-form-component-box-sc-form, .section-popup .help-form-component-box-sc-form {
  position: relative;
}
.section-popup .time-form-component-box-sc-form .custom-arrow-sc-form, .section-popup .date-form-component-box-sc-form .custom-arrow-sc-form, .section-popup .help-form-component-box-sc-form .custom-arrow-sc-form {
  position: absolute;
  top: 12px;
  right: 2px;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #1A2552;
  z-index: 2;
  cursor: pointer;
}
.section-popup .time-form-component-box-sc-form select.form-component-select-sc-form, .section-popup .date-form-component-box-sc-form select.form-component-select-sc-form, .section-popup .help-form-component-box-sc-form select.form-component-select-sc-form {
  appearance: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #1A2552;
  background-color: transparent;
  font-size: clamp(14px, 0.625vw, 16px);
  color: #1A2552;
  position: relative;
  z-index: 1;
}
.section-popup .time-form-component-box-sc-form .form-component-label-sc-form, .section-popup .date-form-component-box-sc-form .form-component-label-sc-form {
  left: 30px;
}
.section-popup .time-form-component-box-sc-form input, .section-popup .date-form-component-box-sc-form input {
  padding-left: 30px;
}
.section-popup .time-form-component-box-sc-form:before, .section-popup .date-form-component-box-sc-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-popup .time-form-component-box-sc-form:before {
  background-image: url("/wp-content/themes/matrix_IL/assets/images/clock-img-sc-popup.svg");
}
.section-popup .date-form-component-box-sc-form:before {
  background-image: url("/wp-content/themes/matrix_IL/assets/images/calendar-img-sc-popup.svg");
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  margin: 12px 0 0 0 !important;
  padding: 0 !important;
  color: #dc3232;
  font-size: 12px !important;
}

.section-popup .form-field-wrapper {
  height: 30px;
  position: relative;
}
.section-popup .form-component-label-sc-form {
  position: absolute;
  top: 0;
  padding-right: 10px;
}
.section-popup .form-component-box-sc-form input {
  height: 30px;
}

.popup {
  position: absolute;
  transition: 0.5s;
  z-index: 101;
}
.popup.show {
  bottom: 0;
}
.popup .mobile- {
  display: none;
}

.popup-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.popup-container::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.popup-container.show {
  bottom: 0;
}
.popup-container.show::before {
  display: flex;
}
.popup-container::-webkit-scrollbar {
  display: none;
}

.popup-max_height {
  max-height: calc(100% - 20px);
}

.exit {
  background: #f5f6fa;
  border-radius: 50%;
  padding: 3px;
  flex-direction: row;
  gap: 0px;
  flex-shrink: 0;
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
@media all and (min-width: 1025px) {
  .exit {
    display: none;
  }
}
.exit.mobile- {
  display: none;
}
.exit .icons-exit-small {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.exit-button {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  position: absolute;
  right: -18px;
  top: -18px;
}
.exit-button .bg {
  background: #17171a;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.exit-button .icons-exit-small {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 6px;
  top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.exit-button .group-11214 {
  height: auto;
  position: absolute;
  left: 7px;
  top: 7px;
  overflow: visible;
}

.popup-contact-landing .popup-body-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  border-radius: 25px;
  max-height: calc(100% - 65px);
  overflow: hidden;
}
.popup-contact-landing .popup-body-contact .popup-close {
  position: absolute;
  top: 18px;
  right: 41px;
  cursor: pointer;
  z-index: 1051;
}
.popup-contact-landing .popup-body-contact .popup-close img {
  width: 14.637px;
}
.popup-contact-landing .popup-body-contact .content_popup {
  width: 100%;
  max-width: 1099px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media all and (max-width: 1024px) {
  .section-popup .title-info-box-sc-form {
    font-size: clamp(42px, 5.2734375vw, 54px);
  }
  .section-popup .subtitle-contact-box-sc-form {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-popup .title-contact-box-sc-form {
    font-size: clamp(20px, 3.125vw, 32px);
  }
  .section-popup .desc-contact-box-sc-form {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-popup .form-checkbox-sc-form {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-popup .form-component-label-sc-form {
    font-size: clamp(10px, 1.3671875vw, 14px);
  }
  .section-popup .form-field-wrapper:has(input:focus) label, .section-popup .form-field-wrapper:has(input:not(:placeholder-shown)) label {
    font-size: clamp(8px, 1.171875vw, 12px);
    transform: translateY(-5px);
  }
  .section-popup .form-field-wrapper.has-value label {
    font-size: clamp(10px, 1.171875vw, 12px);
    transform: translateY(-5px);
  }
  .section-popup .form-component-box-sc-form input, .section-popup .form-component-box-sc-form select {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-popup .form-field-wrapper .wpcf7-not-valid-tip {
    font-size: 10px !important;
  }
  .section-popup .sc-form-content {
    border-radius: 0;
  }
  .popup .desktop- {
    display: none;
  }
  .popup .mobile- {
    display: block;
  }
  .popup-container {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    transition: 0.5s;
  }
  .popup-contact-landing .popup-body-contact {
    border-radius: 15px 15px 0 0;
  }
}
@media all and (max-width: 768px) {
  .section-popup .inner {
    padding: 0;
  }
  .section-popup .sc-form-content {
    flex-direction: column;
    row-gap: 17px;
    min-height: unset;
    padding: 41px 15px 21px 15px;
  }
  .section-popup .info-box-sc-form {
    width: 100%;
    padding: 10px;
    border-radius: 12.607px;
    height: 59.4736842105vw;
    align-items: center;
    display: none;
  }
  .section-popup .title-info-box-sc-form {
    font-size: clamp(40px, 5.7291666667vw, 44px);
    max-width: 75%;
  }
  .section-popup .contact-box-sc-form {
    width: 100%;
    row-gap: 28px;
  }
  .section-popup .text-box-contact-box-sc-form {
    row-gap: 10px;
  }
  .section-popup .subtitle-contact-box-sc-form {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-popup .title-contact-box-sc-form {
    max-width: 100%;
    font-size: clamp(24px, 3.6458333333vw, 28px);
    margin-bottom: 0;
  }
  .section-popup .desc-contact-box-sc-form {
    max-width: 100%;
    font-size: clamp(16px, 2.34375vw, 18px);
    line-height: 131%;
  }
  .section-popup .form-component-box-sc-form {
    width: 100%;
  }
  .section-popup .mobile-form-component-box-sc-form {
    margin-bottom: 0;
  }
  .section-popup .form-component-label-sc-form {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-popup .form-field-wrapper:has(input:focus) label, .section-popup .form-field-wrapper:has(input:not(:placeholder-shown)) label, .section-popup .form-field-wrapper.has-value label {
    font-size: clamp(14px, 2.0833333333vw, 16px);
    transform: translateY(-15px);
  }
  .section-popup .form-component-box-sc-form input, .section-popup .form-component-box-sc-form select {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-popup .form-checkbox-sc-form {
    font-size: clamp(14px, 2.0833333333vw, 16px);
    /*margin-bottom: 0;*/
  }
  .section-popup .form-button-sc-form {
    gap: 12px;
    height: clamp(67.288px, 7.459375vw, 57.288px);
    width: 100%;
    border-radius: 6.47px;
    min-width: unset;
  }
  .section-popup .button-text {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-popup .form-components-top-box-sc-form {
    row-gap: 41px;
  }
  .section-popup .main-block-form-box-sc-form {
    row-gap: 28px;
  }
  .section-popup input[type=checkbox], .section-popup input[type=radio] {
    margin: 4px 0 0 0;
  }
  .section-popup .form-field-wrapper {
    height: 30px;
    position: relative;
  }
  .section-popup .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form {
    margin: 181px 0 246px 0;
  }
  .section-popup .form-field-wrapper .wpcf7-not-valid-tip {
    font-size: 12px !important;
  }
  .section-popup .form-component-box-sc-form.company-form-component-box-sc-form {
    width: 100%;
    margin-bottom: 0;
  }
  .section-popup .form-component-box-sc-form.help-form-component-box-sc-form {
    width: 100%;
  }
  .section-popup .video-bg.desktop-video {
    display: none;
  }
  .section-popup .video-bg.mobile-video {
    display: block;
  }
  .section-popup .form-components-bottom-box-sc-form {
    row-gap: 11px;
  }
  .section-popup .sc-form-content {
    border-radius: 0;
  }
  .section-popup .form-component-label-sc-form {
    position: absolute;
    top: 0;
  }
  .section-popup .form-component-box-sc-form.time-form-component-box-sc-form {
    width: 100%;
  }
  .section-popup .form-component-box-sc-form.date-form-component-box-sc-form {
    width: 100%;
  }
  .section-popup .time-form-component-box-sc-form .custom-arrow-sc-form, .section-popup .date-form-component-box-sc-form .custom-arrow-sc-form {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #1A2552;
    top: 9px;
    right: 4px;
  }
  .popup-contact-landing .popup-body-contact {
    border-radius: 15px 15px 0 0;
    max-height: calc(100% - 65px);
    overflow: hidden;
  }
  .popup-contact-landing .popup-body-contact .popup-close {
    right: 23px;
    top: 17px;
  }
  .popup-contact-landing .popup-body-contact .popup-close img {
    width: 14.637px;
  }
  .popup-contact-landing .popup-body-contact .content_popup {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media all and (max-width: 380px) {
  .section-popup .title-info-box-sc-form {
    font-size: clamp(36px, 10.5263157895vw, 40px);
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/**
IFS New Design
*/
/*
Banner IFS New Design
*/
.section-banner {
  font-family: "Poppins", sans-serif;
  color: #FFF;
  padding: 152px 2% clamp(40px, 1.953125vw, 50px) 2%;
}
.section-banner p {
  margin-bottom: 0;
  line-height: unset;
}
.section-banner .inner {
  max-width: clamp(1404px, 84.765625vw, 2170px);
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
.section-banner .sc-banner-content {
  background: linear-gradient(92deg, #0570EB 1.57%, #203360 71.77%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(21px, 1.328125vw, 34px) clamp(150px, 8.9453125vw, 229px) clamp(17px, 1.0546875vw, 27px) clamp(85px, 6.6015625vw, 169px);
  border-radius: clamp(15px, 0.9765625vw, 25px);
  gap: 2.8125vw;
}
.section-banner .text-box-sc-banner {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  flex: 1;
  z-index: 5;
}
.section-banner .subtitle-sc-banner {
  font-size: clamp(18px, 0.9375vw, 24px);
  font-weight: 400;
  line-height: 121.538%;
}
.section-banner .title-sc-banner {
  font-size: clamp(44px, 2.5vw, 64px);
  font-weight: 400;
  line-height: 121.538%;
}
.section-banner .title-sc-banner b, .section-banner .title-sc-banner strong {
  font-weight: 700;
}
.section-banner .img-box-sc-banner {
  display: flex;
  width: clamp(537.278px, 32.4609375vw, 831px);
  height: auto;
}
.section-banner .img-box-sc-banner img {
  width: 100%;
  height: auto;
}
.section-banner.section-banner-blog .sc-banner-content, .section-banner.section-banner-about-us .sc-banner-content {
  padding: clamp(79px, 5.625vw, 144px) clamp(85px, 6.6015625vw, 169px);
  border-radius: clamp(16.187px, 0.9765625vw, 25px);
}
.section-banner.section-banner-blog .img-box-sc-banner, .section-banner.section-banner-about-us .img-box-sc-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-banner.section-banner-blog .img-box-sc-banner .img-sc-banner, .section-banner.section-banner-about-us .img-box-sc-banner .img-sc-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: clamp(16.187px, 0.9765625vw, 25px);
}
.section-banner.section-banner-blog .img-desktop-sc-banner, .section-banner.section-banner-about-us .img-desktop-sc-banner {
  display: block;
}
.section-banner.section-banner-blog .img-mobile-sc-banner, .section-banner.section-banner-about-us .img-mobile-sc-banner {
  display: none;
}
.section-banner.section-banner-blog.section-banner-blog-post, .section-banner.section-banner-about-us.section-banner-blog-post {
  padding: 152px 2% clamp(20px, 1.40625vw, 36px) 2%;
}
.section-banner.section-banner-blog.section-banner-blog-post .img-laptop-sc-banner, .section-banner.section-banner-about-us.section-banner-blog-post .img-laptop-sc-banner {
  display: none;
}
.section-banner.section-banner-blog.section-banner-blog-post .title-sc-banner, .section-banner.section-banner-about-us.section-banner-blog-post .title-sc-banner {
  max-width: 1115px;
}
.section-banner.section-banner-about-us {
  padding: 152px 2% clamp(39px, 2.2265625vw, 57px) 2%;
}
.section-banner.section-banner-about-us.section-banner-partner {
  padding: 152px 2% clamp(18px, 1.25vw, 32px) 2%;
}
.section-banner.section-banner-about-us.section-banner-partner .title-sc-banner {
  max-width: clamp(796px, 43.5546875vw, 1115px);
}
.section-banner.section-banner-about-us.section-banner-partner.section-banner-career .title-sc-banner {
  max-width: clamp(796px, 32.109375vw, 822px);
}

@media all and (max-width: 1920px) {
  .section-banner .sc-banner-content {
    gap: 0.6640625vw;
  }
}
@media all and (max-width: 1512px) {
  .section-banner {
    padding: 127px 2% 1.3227513228vw 2%;
  }
  .section-banner .sc-banner-content {
    padding: 21px 9.9206349206vw 17px 5.5555555556vw;
    gap: 0;
    border-radius: clamp(11.175px, 0.9920634921vw, 15px);
  }
  .section-banner .text-box-sc-banner {
    row-gap: 18px;
  }
  .section-banner .subtitle-sc-banner {
    font-size: clamp(14px, 1.1904761905vw, 18px);
  }
  .section-banner .title-sc-banner {
    font-size: clamp(32px, 3.1746031746vw, 48px);
    max-width: clamp(450px, 43.8492063492vw, 663px);
  }
  .section-banner .img-box-sc-banner {
    width: 35.5342592593vw;
  }
  .section-banner.section-banner-blog .sc-banner-content, .section-banner.section-banner-about-us .sc-banner-content {
    padding: 5.2248677249vw 5.6216931217vw;
    border-radius: clamp(10px, 1.0705687831vw, 16.187px);
  }
  .section-banner.section-banner-blog .img-box-sc-banner .img-sc-banner, .section-banner.section-banner-about-us .img-box-sc-banner .img-sc-banner {
    border-radius: clamp(10px, 1.0705687831vw, 16.187px);
  }
  .section-banner.section-banner-blog.section-banner-blog-post, .section-banner.section-banner-about-us.section-banner-blog-post {
    padding: 107px 2% 1.3227513228vw 2%;
  }
  .section-banner.section-banner-blog.section-banner-blog-post .img-laptop-sc-banner, .section-banner.section-banner-about-us.section-banner-blog-post .img-laptop-sc-banner {
    display: block;
  }
  .section-banner.section-banner-blog.section-banner-blog-post .img-desktop-sc-banner, .section-banner.section-banner-about-us.section-banner-blog-post .img-desktop-sc-banner {
    display: none;
  }
  .section-banner.section-banner-about-us {
    padding: 127px 2% 2.5793650794vw 2%;
  }
  .section-banner.section-banner-about-us.section-banner-partner {
    padding: 152px 2% 18px 2%;
  }
  .section-banner.section-banner-about-us.section-banner-partner .title-sc-banner {
    max-width: clamp(596px, 52.6455026455vw, 796px);
  }
  .section-banner.section-banner-about-us.section-banner-partner.section-banner-career .title-sc-banner {
    max-width: clamp(456px, 42.9894179894vw, 650px);
  }
}
@media all and (max-width: 1024px) {
  .section-banner {
    padding: 62px 2% 2.6455026455vw 2%;
  }
  .section-banner .subtitle-sc-banner {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-banner .title-sc-banner {
    font-size: clamp(24px, 3.125vw, 32px);
    max-width: clamp(300px, 43.9453125vw, 450px);
  }
  .section-banner.section-banner-about-us {
    padding: 62px 2% 2.5793650794vw 2%;
  }
  .section-banner.section-banner-about-us.section-banner-partner {
    padding: 62px 2% 18px 2%;
  }
  .section-banner.section-banner-about-us.section-banner-partner .title-sc-banner {
    max-width: clamp(496px, 58.203125vw, 596px);
  }
  .section-banner.section-banner-about-us.section-banner-partner.section-banner-career .title-sc-banner {
    max-width: clamp(326px, 44.53125vw, 456px);
  }
}
@media all and (max-width: 768px) {
  .section-banner {
    padding: 76px 11px 24px 11px;
  }
  .section-banner .inner {
    padding: 0;
  }
  .section-banner .sc-banner-content {
    padding: 25vw 15px 5.2631578947vw 15px;
    border-radius: 10px;
    position: relative;
  }
  .section-banner .text-box-sc-banner {
    display: flex;
    row-gap: 10px;
  }
  .section-banner .subtitle-sc-banner {
    font-size: clamp(14px, 2.34375vw, 18px);
  }
  .section-banner .title-sc-banner {
    font-size: clamp(24px, 3.90625vw, 30px);
    max-width: clamp(380px, 65.1041666667vw, 500px);
  }
  .section-banner .img-box-sc-banner {
    width: 66.3889473684vw;
    position: absolute;
    right: 15px;
    top: 13px;
  }
  .section-banner.section-banner-blog .sc-banner-content, .section-banner.section-banner-about-us .sc-banner-content {
    padding: 25vw 10px 5.2631578947vw 14px;
    border-radius: 10px;
  }
  .section-banner.section-banner-blog .img-box-sc-banner .img-sc-banner, .section-banner.section-banner-about-us .img-box-sc-banner .img-sc-banner {
    border-radius: 10px;
  }
  .section-banner.section-banner-blog .img-desktop-sc-banner, .section-banner.section-banner-about-us .img-desktop-sc-banner {
    display: none;
  }
  .section-banner.section-banner-blog .img-mobile-sc-banner, .section-banner.section-banner-about-us .img-mobile-sc-banner {
    display: block;
  }
  .section-banner.section-banner-blog .title-sc-banner, .section-banner.section-banner-about-us .title-sc-banner {
    max-width: 100%;
  }
  .section-banner.section-banner-blog.section-banner-blog-post, .section-banner.section-banner-about-us.section-banner-blog-post {
    padding: 76px 11px 20px 11px;
  }
  .section-banner.section-banner-blog.section-banner-blog-post .img-laptop-sc-banner, .section-banner.section-banner-about-us.section-banner-blog-post .img-laptop-sc-banner {
    display: none;
  }
  .section-banner.section-banner-blog.section-banner-blog-post .title-sc-banner, .section-banner.section-banner-about-us.section-banner-blog-post .title-sc-banner {
    max-width: 100%;
  }
  .section-banner.section-banner-about-us {
    padding: 76px 11px 20px 11px;
  }
  .section-banner.section-banner-about-us.section-banner-partner {
    padding: 76px 11px 20px 11px;
  }
  .section-banner.section-banner-about-us.section-banner-partner .sc-banner-content {
    padding: 17.1052631579vw 10px 5.5263157895vw 14px;
  }
  .section-banner.section-banner-about-us.section-banner-partner .title-sc-banner {
    max-width: 98%;
  }
  .section-banner.section-banner-about-us.section-banner-partner.section-banner-career .title-sc-banner {
    max-width: 98%;
  }
}
@media all and (max-width: 380px) {
  .section-banner .subtitle-sc-banner {
    font-size: clamp(10px, 3.6842105263vw, 14px);
  }
  .section-banner .title-sc-banner {
    font-size: clamp(20px, 6.3157894737vw, 24px);
  }
}
/**
IFS New Design
*/
/*
PARTNER IFS New Design
*/
.section-partner {
  font-family: "Poppins", sans-serif;
  color: #1A2552;
  padding: 0 2%;
}
.section-partner p {
  margin-bottom: 0;
  line-height: unset;
}
.section-partner .inner {
  max-width: clamp(1404px, 84.765625vw, 2170px);
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
.section-partner .sc-partner-content {
  background: #FFF;
  display: flex;
  flex-direction: column;
  padding: clamp(44px, 3.3984375vw, 87px) clamp(88px, 6.6015625vw, 169px) clamp(39px, 3.75vw, 96px) clamp(88px, 6.6015625vw, 169px);
  border-radius: 25px 25px 0 0;
  row-gap: clamp(20px, 1.640625vw, 42px);
}
.section-partner .text-box-sc-partner {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  max-width: 60%;
}
.section-partner .subtitle-sc-partner {
  font-size: clamp(18px, 0.9375vw, 24px);
  font-weight: 400;
  line-height: 121.538%;
}
.section-partner .title-sc-partner {
  font-size: clamp(50px, 2.5vw, 64px);
  font-weight: 400;
  line-height: 121.538%;
  margin-bottom: clamp(15px, 1.0546875vw, 27px);
}
.section-partner .title-sc-partner b, .section-partner .title-sc-partner strong {
  color: #0570EB;
  font-weight: 700;
}
.section-partner .description-sc-partner {
  font-size: clamp(18px, 1.09375vw, 28px);
  font-weight: 400;
  line-height: normal;
}
.section-partner .description-sc-partner b, .section-partner .description-sc-partner strong {
  font-weight: 700;
}
.section-partner .info-box-sc-partner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.section-partner .video-sc-partner {
  width: 100%;
  height: auto;
  border-radius: clamp(6.727px, 0.9765625vw, 25px);
}
.section-partner .video-sc-partner.video-mobile-sc-partner {
  display: none;
}

@media all and (max-width: 1512px) {
  .section-partner {
    padding: 0 2%;
  }
  .section-partner .sc-partner-content {
    padding: 2.9100529101vw 5.5555555556vw 2.5793650794vw 5.5555555556vw;
    row-gap: 20px;
  }
  .section-partner .text-box-sc-partner {
    row-gap: 4px;
    max-width: 57%;
  }
  .section-partner .title-sc-partner {
    line-height: 109.748%;
    font-size: clamp(36px, 3.3068783069vw, 50px);
  }
  .section-partner .subtitle-sc-partner {
    font-size: clamp(14px, 1.1904761905vw, 18px);
  }
  .section-partner .description-sc-partner {
    font-size: clamp(14px, 1.1904761905vw, 18px);
    line-height: 139.973%;
  }
}
@media all and (max-width: 1024px) {
  .section-partner .subtitle-sc-partner {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-partner .title-sc-partner {
    font-size: clamp(24px, 3.515625vw, 36px);
  }
  .section-partner .description-sc-partner {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
}
@media all and (max-width: 768px) {
  .section-partner {
    padding: 0;
  }
  .section-partner .inner {
    padding: 0 11px;
  }
  .section-partner .sc-partner-content {
    padding: 34px 15px 32px 15px;
    border-radius: 16.175px 16.175px 0 0;
    row-gap: 15px;
  }
  .section-partner .text-box-sc-partner {
    row-gap: 15px;
    max-width: 100%;
  }
  .section-partner .subtitle-sc-partner {
    font-size: clamp(16px, 2.6041666667vw, 20px);
  }
  .section-partner .title-sc-partner {
    line-height: 109%;
    font-size: clamp(30px, 4.9479166667vw, 38px);
    margin-bottom: 2px;
  }
  .section-partner .description-sc-partner {
    font-size: clamp(16px, 2.6041666667vw, 20px);
    line-height: normal;
  }
  .section-partner .video-sc-partner {
    border-radius: 2.892px;
  }
  .section-partner .video-sc-partner.video-desktop-sc-partner {
    display: none;
  }
  .section-partner .video-sc-partner.video-mobile-sc-partner {
    display: block;
  }
}
@media all and (max-width: 380px) {
  .section-partner .subtitle-sc-partner {
    font-size: clamp(14px, 4.2105263158vw, 16px);
  }
  .section-partner .title-sc-partner {
    font-size: clamp(26px, 7.8947368421vw, 30px);
  }
  .section-partner .description-sc-partner {
    font-size: clamp(14px, 4.2105263158vw, 16px);
  }
}
/**
IFS New Design
*/
/*
ADVICE IFS New Design
*/
.section-advice {
  font-family: "Poppins", sans-serif;
  color: #1A2552;
  padding: 0 2% 39px 2%;
}
.section-advice p {
  margin-bottom: 0;
  line-height: unset;
}
.section-advice .inner {
  max-width: clamp(1404px, 84.765625vw, 2170px);
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
.section-advice .sc-advice-content {
  background: #FFF;
  display: flex;
  flex-direction: column;
  padding: clamp(73px, 3.9453125vw, 101px) clamp(84px, 6.6015625vw, 169px) clamp(80px, 2.03125vw, 73px) clamp(84px, 6.6015625vw, 169px);
  border-radius: 0 0 clamp(16.175px, 1.5625vw, 40px) clamp(16.175px, 1.5625vw, 40px);
  row-gap: clamp(27px, 1.640625vw, 42px);
}
.section-advice .text-box-sc-advice {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
}
.section-advice .subtitle-sc-advice {
  font-size: clamp(18px, 0.9375vw, 24px);
  font-weight: 400;
  line-height: 121.538%;
}
.section-advice .title-sc-advice {
  font-size: clamp(50px, 2.5vw, 64px);
  font-weight: 400;
  line-height: 121.538%;
  margin-bottom: 21px;
  width: 100%;
  max-width: clamp(731px, 43.5546875vw, 1115px);
}
.section-advice .title-sc-advice b, .section-advice .title-sc-advice strong {
  color: #0570EB;
  font-weight: 700;
}
.section-advice .desc-sc-advice {
  max-width: clamp(893px, 41.8359375vw, 1071px);
  width: 100%;
  font-size: clamp(20px, 0.9375vw, 24px);
  font-weight: 400;
  line-height: normal;
}
.section-advice .items-sc-advice {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  overflow: hidden;
}
.section-advice .item-sc-advice {
  display: flex;
  align-items: flex-end;
  background: #0570EB;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: clamp(16.769px, 0.9765625vw, 25px);
  padding: 0 clamp(27px, 1.796875vw, 46px) clamp(35px, 2.8515625vw, 73px) clamp(27px, 1.796875vw, 46px);
  height: clamp(423.929px, 24.6875vw, 632px);
}
.section-advice .item-sc-advice.item-1-sc-advice {
  width: calc(33.3333333333% - 7px);
  background: #1D235A;
}
.section-advice .item-sc-advice.item-1-sc-advice img {
  width: clamp(226.334px, 13.0859375vw, 335px);
}
.section-advice .item-sc-advice.item-2-sc-advice img {
  width: clamp(219.578px, 12.6953125vw, 325px);
}
.section-advice .item-sc-advice.item-3-sc-advice {
  background: #1D235A;
}
.section-advice .item-sc-advice.item-3-sc-advice img {
  width: clamp(227.685px, 13.1640625vw, 337px);
}
.section-advice .item-sc-advice.item-2-sc-advice, .section-advice .item-sc-advice.item-3-sc-advice {
  width: calc(33.3333333333% - 7px);
}
.section-advice .item-sc-advice.item-4-sc-advice {
  width: calc(66.6666666667% - 7px);
  background: #1D235A;
}
.section-advice .item-sc-advice.item-4-sc-advice img {
  width: clamp(463.694px, 31.1071875vw, 796.344px);
}
.section-advice .item-sc-advice.item-4-sc-advice .desc-item-sc-advice {
  max-width: clamp(457px, 38.515625vw, 986px);
}
.section-advice .item-sc-advice.item-4-sc-advice .media-item-sc-advice.has-image {
  top: clamp(20px, 1.25vw, 32px);
  right: clamp(20px, 1.171875vw, 30px);
}
.section-advice .item-sc-advice.item-5-sc-advice {
  width: calc(33.3333333333% - 7px);
}
.section-advice .media-item-sc-advice.has-image {
  position: absolute;
  right: 0;
  top: 0;
}
.section-advice .media-item-sc-advice img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  mix-blend-mode: screen;
}
.section-advice .media-item-sc-advice.has-video {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-advice .media-item-sc-advice video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-advice .title-item-sc-advice {
  color: #FFF;
  font-size: clamp(24px, 1.40625vw, 36px);
  font-weight: 700;
  line-height: 131%;
}
.section-advice .desc-item-sc-advice {
  font-size: clamp(18px, 0.9375vw, 24px);
  font-weight: 400;
  line-height: normal;
  color: #DEE0F1;
}
.section-advice .desc-item-sc-advice b, .section-advice .desc-item-sc-advice strong {
  font-weight: 700;
}
.section-advice .image-item-sc-advice {
  z-index: 1;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-advice .image-item-sc-advice img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s linear;
  border-radius: 25px;
}
.section-advice .text-box-item-sc-advice {
  display: flex;
  flex-direction: column;
  row-gap: clamp(25px, 1.6015625vw, 41px);
  position: relative;
  z-index: 5;
}

@media all and (max-width: 1512px) {
  .section-advice {
    padding: 0 2% 2.6455026455vw 2%;
  }
  .section-advice .sc-advice-content {
    padding: 4.828042328vw 5.5555555556vw 3.4391534392vw 5.5555555556vw;
    gap: 3.7037037037vw;
    border-radius: clamp(11.175px, 1.0697751323vw, 16.175px);
  }
  .section-advice .text-box-sc-advice {
    row-gap: 18px;
  }
  .section-advice .subtitle-sc-advice {
    font-size: clamp(14px, 1.1904761905vw, 18px);
  }
  .section-advice .title-sc-advice {
    font-size: clamp(36px, 3.3068783069vw, 50px);
    margin-bottom: 1px;
  }
  .section-advice .desc-sc-advice {
    max-width: clamp(720px, 59.0608465608vw, 893px);
    font-size: clamp(16px, 1.3227513228vw, 20px);
  }
  .section-advice .items-sc-advice {
    gap: 0.5952380952vw;
    row-gap: 0.6613756614vw;
  }
  .section-advice .item-sc-advice {
    height: clamp(253.929px, 28.0376322751vw, 423.929px);
    padding: 0 1.7857142857vw 2.3148148148vw 1.7857142857vw;
  }
  .section-advice .item-sc-advice.item-1-sc-advice {
    width: calc(33.3333333333% - 0.462962963vw);
  }
  .section-advice .item-sc-advice.item-2-sc-advice, .section-advice .item-sc-advice.item-3-sc-advice {
    width: calc(33.3333333333% - 0.462962963vw);
  }
  .section-advice .item-sc-advice.item-4-sc-advice {
    width: calc(66.6666666667% - 0.2645502646vw);
    padding: 0 1.7857142857vw 4.0343915344vw 1.7857142857vw;
  }
  .section-advice .item-sc-advice.item-5-sc-advice {
    width: calc(33.3333333333% - 0.462962963vw);
    padding: 0 1.7857142857vw 4.0343915344vw 1.7857142857vw;
  }
  .section-advice .item-sc-advice.item-1-sc-advice img {
    width: 14.9691798942vw;
  }
  .section-advice .item-sc-advice.item-2-sc-advice img {
    width: 14.5223544974vw;
  }
  .section-advice .item-sc-advice.item-3-sc-advice img {
    width: 15.058531746vw;
  }
  .section-advice .item-sc-advice.item-4-sc-advice img {
    width: 30.6675925926vw;
  }
  .section-advice .title-item-sc-advice {
    font-size: clamp(18px, 1.5873015873vw, 24px);
  }
  .section-advice .desc-item-sc-advice {
    font-size: clamp(14px, 1.1904761905vw, 18px);
  }
  .section-advice .text-box-item-sc-advice {
    row-gap: clamp(8px, 0.9259259259vw, 14px);
  }
  .section-advice .item-sc-advice:nth-child(4) .desc-item-sc-advice {
    max-width: clamp(357px, 30.2248677249vw, 457px);
  }
  .section-advice .item-sc-advice:nth-child(4) .media-item-sc-advice.has-image {
    top: 1.3227513228vw;
    right: 1.3227513228vw;
  }
}
@media all and (max-width: 1024px) {
  .section-advice .subtitle-sc-advice {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-advice .title-sc-advice {
    font-size: clamp(24px, 3.515625vw, 36px);
  }
  .section-advice .desc-sc-advice {
    font-size: clamp(14px, 1.5625vw, 16px);
    max-width: clamp(630px, 70.3125vw, 720px);
  }
  .section-advice .title-item-sc-advice {
    font-size: clamp(14px, 1.7578125vw, 18px);
  }
  .section-advice .desc-item-sc-advice {
    font-size: clamp(10px, 1.3671875vw, 14px);
  }
}
@media all and (max-width: 768px) {
  .section-advice {
    padding: 0 11px 25px 11px;
  }
  .section-advice .inner {
    padding: 0;
  }
  .section-advice .sc-advice-content {
    padding: 40px 0;
    row-gap: 32px;
    border-radius: 0 0 16.175px 16.175px;
  }
  .section-advice .text-box-sc-advice {
    row-gap: 15px;
    padding: 0 15px;
  }
  .section-advice .subtitle-sc-advice {
    font-size: clamp(16px, 2.6041666667vw, 20px);
  }
  .section-advice .title-sc-advice {
    font-size: clamp(30px, 4.9479166667vw, 38px);
    line-height: 109%;
  }
  .section-advice .desc-sc-advice {
    display: none;
  }
  .section-advice .items-sc-advice {
    gap: 9px;
    padding: 0 0 0 15px;
    width: calc(100% + 5px);
  }
  .section-advice .item-sc-advice {
    height: clamp(332px, 69.2708333333vw, 532px);
    border-radius: 15px;
    padding: 28px 25px;
    align-items: flex-start;
  }
  .section-advice .item-sc-advice.item-1-sc-advice, .section-advice .item-sc-advice.item-2-sc-advice, .section-advice .item-sc-advice.item-3-sc-advice, .section-advice .item-sc-advice.item-4-sc-advice {
    width: 100%;
  }
  .section-advice .item-sc-advice.item-5-sc-advice {
    padding: 28px 25px;
    width: 100%;
  }
  .section-advice .item-sc-advice .media-item-sc-advice.has-image {
    top: auto;
    bottom: 0;
  }
  .section-advice .item-sc-advice.item-1-sc-advice img, .section-advice .item-sc-advice.item-2-sc-advice img, .section-advice .item-sc-advice.item-3-sc-advice img {
    transform: rotate(180deg) scaleX(-1);
  }
  .section-advice .item-sc-advice.item-1-sc-advice img {
    width: 45vw;
  }
  .section-advice .item-sc-advice.item-2-sc-advice img {
    width: 41.9942105263vw;
  }
  .section-advice .item-sc-advice.item-3-sc-advice img {
    width: 43.6842105263vw;
  }
  .section-advice .item-sc-advice.item-4-sc-advice {
    padding: 28px 25px;
  }
  .section-advice .item-sc-advice.item-4-sc-advice .media-item-sc-advice.has-image {
    right: 0;
    top: auto;
    bottom: 0;
  }
  .section-advice .item-sc-advice.item-4-sc-advice img {
    width: 66.2326315789vw;
    height: auto;
  }
  .section-advice .item-sc-advice.item-1-sc-advice .desc-item-sc-advice, .section-advice .item-sc-advice.item-4-sc-advice .desc-item-sc-advice {
    max-width: 100%;
  }
  .section-advice .image-item-sc-advice img {
    border-radius: 15px;
  }
  .section-advice .text-box-item-sc-advice {
    row-gap: 24px;
  }
  .section-advice .title-item-sc-advice {
    font-size: clamp(18px, 2.8645833333vw, 22px);
  }
  .section-advice .desc-item-sc-advice {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-advice .items-box-sc-advice {
    display: flex;
    flex-direction: column;
    row-gap: 19px;
    align-items: center;
    margin-right: -15px;
  }
  .section-advice .pagination-sc-advice {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 15px;
  }
  .section-advice .pagination-sc-advice .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 112.739px;
    border: 0.752px solid #AAB1C4;
    background: #F3F6FF;
  }
  .section-advice .pagination-sc-advice .owl-dot.active {
    width: 40px;
    border: 0.752px solid #0570EB;
    background: #0570EB;
  }
}
@media all and (max-width: 380px) {
  .section-advice .subtitle-sc-advice {
    font-size: clamp(12px, 4.2105263158vw, 16px);
  }
  .section-advice .title-sc-advice {
    font-size: clamp(24px, 7.8947368421vw, 30px);
  }
  .section-advice .title-item-sc-advice {
    font-size: clamp(14px, 4.7368421053vw, 18px);
  }
  .section-advice .desc-item-sc-advice {
    font-size: clamp(12px, 4.2105263158vw, 16px);
  }
}
/**
IFS New Design
*/
/*
EXPERTS IFS New Design
*/
.section-experts {
  font-family: "Poppins", sans-serif;
  color: #1A2552;
  padding: 0 2% clamp(76px, 4.375vw, 112px) 2%;
}
.section-experts p {
  margin-bottom: 0;
  line-height: unset;
}
.section-experts .inner {
  max-width: clamp(1404px, 84.765625vw, 2170px);
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
.section-experts .sc-experts-content {
  display: flex;
  flex-direction: column;
  padding: clamp(80px, 3.984375vw, 102px) clamp(84px, 6.6015625vw, 169px) clamp(60px, 3.0859375vw, 79px) clamp(84px, 6.6015625vw, 169px);
  border-radius: clamp(20px, 0.9765625vw, 25px);
  row-gap: clamp(30px, 1.8359375vw, 47px);
  background: #FFF;
}
.section-experts .text-box-sc-experts {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
}
.section-experts .title-sc-experts {
  max-width: clamp(820px, 43.5546875vw, 1115px);
  font-size: clamp(50px, 2.5vw, 64px);
  font-weight: 400;
  line-height: 121.538%;
}
.section-experts .title-sc-experts b, .section-experts .title-sc-experts strong {
  font-weight: 700;
  color: #0570EB;
}
.section-experts .subtitle-sc-experts {
  font-size: clamp(18px, 0.9375vw, 24px);
  font-weight: 400;
  line-height: 121.538%;
}
.section-experts .items-sc-experts {
  display: flex;
  align-items: stretch;
  gap: clamp(12px, 0.8984375vw, 23px);
  row-gap: clamp(10px, 0.859375vw, 22px);
  overflow: hidden;
  width: 100%;
  flex-wrap: wrap;
}
.section-experts .item-sc-experts {
  border-radius: clamp(15px, 0.9765625vw, 25px);
  position: relative;
  width: calc(33.3333333333% - clamp(8px, 0.625vw, 16px));
  overflow: hidden;
}
.section-experts .item-content-sc-experts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-experts .image-item-sc-experts {
  width: 100%;
  height: clamp(576px, 30.78125vw, 788px);
  overflow: hidden;
}
.section-experts .image-item-sc-experts img {
  border-radius: clamp(15px, 0.9765625vw, 25px);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.section-experts .gradient-item-sc-experts {
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(26, 37, 82, 0) 0%, #060D2B 100%);
  border-radius: clamp(15px, 0.9765625vw, 25px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.section-experts .info-box-item-sc-experts {
  position: absolute;
  left: clamp(34px, 1.9921875vw, 51px);
  bottom: clamp(21px, 1.09375vw, 28px);
  display: flex;
  align-items: flex-end;
  align-self: stretch;
  justify-content: space-between;
  gap: 16px;
  padding: 0 clamp(70px, 4.140625vw, 106px) 0 0;
  z-index: 5;
}
.section-experts .text-box-item-sc-experts {
  display: flex;
  flex-direction: column;
}
.section-experts .title-item-sc-experts {
  color: #FFF;
  font-size: clamp(24px, 1.40625vw, 36px);
  font-weight: 600;
  line-height: normal;
}
.section-experts .desc-item-sc-experts {
  color: #D8DEF8;
  font-size: clamp(16px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
}
.section-experts .btn-more-item-sc-experts, .section-experts .popup-closing {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(33.725px, 1.953125vw, 50px);
  height: clamp(33.725px, 1.953125vw, 50px);
  border-radius: 108.696px;
  background: #FFF;
  padding: clamp(10px, 0.5859375vw, 15px);
  position: absolute;
  bottom: clamp(35px, 2.0703125vw, 53px);
  right: clamp(30px, 1.5234375vw, 39px);
  cursor: pointer;
  z-index: 5;
}
.section-experts .symbol-btn-more-item-sc-experts, .section-experts .symbol-popup-closing {
  width: clamp(13.169px, 0.76265625vw, 19.524px);
  height: 2px;
  background: #1A2552;
  transition: transform 0.3s ease;
  position: relative;
}
.section-experts .symbol-btn-more-item-sc-experts:before {
  content: "";
  position: absolute;
  background: #1A2552;
  width: 2px;
  height: clamp(13.169px, 0.76265625vw, 19.524px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-experts .popup-experts-about.popup-container-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 11;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
.section-experts .popup-experts-about.popup-container-slider.popup-show {
  opacity: 1;
  pointer-events: all;
}
.section-experts .popup-experts-about.popup-container-slider.popup-hide-slider {
  opacity: 0;
  pointer-events: none;
}
.section-experts .popup-experts-about .popup-body-experts-about {
  background: #1A2552;
  border-radius: clamp(16.849px, 0.9765625vw, 25px);
  padding: clamp(28px, 1.640625vw, 42px) clamp(33px, 1.953125vw, 50px) 129px clamp(33px, 1.953125vw, 50px);
  gap: clamp(12px, 0.703125vw, 18px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.section-experts .popup-experts-about .popup-body-experts-about .header_popup {
  position: relative;
  display: flex;
  width: 100%;
}
.section-experts .popup-experts-about .popup-body-experts-about .header_popup .text {
  display: flex;
  flex-direction: column;
}
.section-experts .popup-experts-about .popup-body-experts-about .header_popup .text .headline {
  font-size: clamp(24.262px, 1.40625vw, 36px);
  font-weight: 600;
  line-height: normal;
  color: #FFF;
}
.section-experts .popup-experts-about .popup-body-experts-about .header_popup .text .subtitle {
  font-size: clamp(14.827px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
  color: #D8DEF8;
}
.section-experts .popup-experts-about .popup-body-experts-about .popup-content-experts-about {
  display: flex;
  flex-direction: column;
  row-gap: 43px;
  padding: 0 20px 0 0;
  overflow-y: auto;
}
.section-experts .popup-experts-about .popup-body-experts-about .desc-popup-experts-about {
  color: #E6EBFF;
  font-size: clamp(14px, 0.78125vw, 20px);
  font-weight: 300;
  line-height: 147%;
}
@media all and (max-width: 1512px) {
  .section-experts {
    padding: 0 2% 5.0264550265vw 2%;
  }
  .section-experts .sc-experts-content {
    padding: 5.291005291vw 5.5555555556vw 3.9682539683vw 5.5555555556vw;
    row-gap: 1.9841269841vw;
  }
  .section-experts .items-sc-experts {
    gap: 0.7936507937vw;
    row-gap: 0.6613756614vw;
  }
  .section-experts .item-sc-experts {
    width: calc(33.3333333333% - 0.5291005291vw);
  }
  .section-experts .text-box-sc-experts {
    row-gap: 1.1904761905vw;
  }
  .section-experts .subtitle-sc-experts {
    font-size: clamp(16px, 1.1904761905vw, 18px);
  }
  .section-experts .title-sc-experts {
    font-size: clamp(40px, 3.3068783069vw, 50px);
    max-width: clamp(648px, 54.2328042328vw, 820px);
  }
  .section-experts .image-item-sc-experts {
    height: clamp(390px, 38.0952380952vw, 576px);
  }
  .section-experts .image-item-sc-experts img {
    border-radius: clamp(10px, 0.9920634921vw, 15px);
  }
  .section-experts .info-box-item-sc-experts {
    left: 2.2486772487vw;
    bottom: 1.3888888889vw;
    padding: 0 4.6296296296vw 0 0;
  }
  .section-experts .gradient-item-sc-experts {
    border-radius: clamp(10px, 0.9920634921vw, 15px);
  }
  .section-experts .title-item-sc-experts {
    font-size: clamp(18px, 1.5873015873vw, 24px);
  }
  .section-experts .desc-item-sc-experts {
    font-size: clamp(12px, 1.0582010582vw, 16px);
  }
  .section-experts .btn-more-item-sc-experts,
  .section-experts .popup-closing {
    width: 2.230489418vw;
    height: 2.230489418vw;
    padding: 0.6613756614vw;
    bottom: 2.3148148148vw;
    right: 1.9841269841vw;
  }
  .section-experts .symbol-btn-more-item-sc-experts,
  .section-experts .symbol-popup-closing {
    width: 0.8709656085vw;
  }
  .section-experts .symbol-btn-more-item-sc-experts:before {
    height: 0.8709656085vw;
  }
  .section-experts .popup-experts-about .popup-body-experts-about {
    padding: 1.8518518519vw 2.1825396825vw 8.664021164vw 2.1825396825vw;
    gap: 0.7936507937vw;
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .text .headline {
    font-size: clamp(18px, 1.6046296296vw, 24.262px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .text .subtitle {
    font-size: clamp(10px, 0.9806216931vw, 14.827px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .desc-popup-experts-about {
    font-size: clamp(10px, 0.9259259259vw, 14px);
  }
  .section-experts .popup-experts-about .popup-content-experts-about {
    padding: 0 1.3227513228vw 0 0;
    row-gap: clamp(33px, 2.8439153439vw, 43px);
  }
}
@media all and (max-width: 1024px) {
  .section-experts .title-item-sc-experts {
    font-size: clamp(14px, 1.7578125vw, 18px);
  }
  .section-experts .desc-item-sc-experts {
    font-size: clamp(8px, 1.171875vw, 12px);
  }
  .section-experts .subtitle-sc-experts {
    font-size: clamp(14px, 1.5625vw, 16px);
  }
  .section-experts .title-sc-experts {
    font-size: clamp(32px, 3.90625vw, 40px);
    max-width: clamp(521px, 63.28125vw, 648px);
  }
  .section-experts .image-item-sc-experts {
    height: clamp(290px, 38.0859375vw, 390px);
  }
  .section-experts .gradient-item-sc-experts {
    border-radius: 10px;
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .text .headline {
    font-size: clamp(14px, 1.7578125vw, 18px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .text .subtitle {
    font-size: clamp(8px, 0.9765625vw, 10px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .desc-popup-experts-about {
    font-size: clamp(8px, 0.9765625vw, 10px);
  }
}
@media all and (max-width: 768px) {
  .section-experts {
    padding: 0 11px 43px 11px !important;
  }
  .section-experts .inner {
    padding: 0;
  }
  .section-experts .sc-experts-content {
    padding: 32px 15px 36px 15px;
    border-radius: 16.175px;
    row-gap: 25px;
  }
  .section-experts .text-box-sc-experts {
    row-gap: 15px;
  }
  .section-experts .subtitle-sc-experts {
    font-size: clamp(16px, 2.6041666667vw, 20px);
  }
  .section-experts .title-sc-experts {
    font-size: clamp(30px, 4.6875vw, 36px);
    max-width: 100%;
    line-height: 109%;
  }
  .section-experts .item-sc-experts {
    width: 100%;
    border-radius: 10px;
  }
  .section-experts .items-sc-experts {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 10px;
    position: relative;
  }
  .section-experts .info-box-item-sc-experts {
    left: 18px;
    bottom: 19px;
    padding: 0 60px 0 0;
  }
  .section-experts .title-item-sc-experts {
    font-size: clamp(20px, 3.125vw, 24px);
  }
  .section-experts .desc-item-sc-experts {
    font-size: clamp(14px, 2.34375vw, 18px);
  }
  .section-experts .image-item-sc-experts {
    height: 122.8947368421vw;
  }
  .section-experts .image-item-sc-experts img {
    border-radius: 10px;
  }
  .section-experts .btn-more-item-sc-experts,
  .section-experts .popup-closing {
    width: 35px;
    height: 35px;
    padding: 11px;
    right: 17px;
  }
  .section-experts .btn-more-item-sc-experts {
    bottom: 46px;
  }
  .section-experts .popup-closing {
    bottom: 27px;
  }
  .section-experts .symbol-btn-more-item-sc-experts,
  .section-experts .symbol-popup-closing {
    width: 14px;
  }
  .section-experts .symbol-btn-more-item-sc-experts:before {
    height: 14px;
  }
  .section-experts .popup-experts-about .popup-body-experts-about {
    padding: 13px 29px 80px 20px;
    border-radius: 10px;
    gap: 6px;
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .text {
    row-gap: 2px;
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .text .headline {
    font-size: clamp(20px, 3.125vw, 24px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .text .subtitle {
    font-size: clamp(14px, 2.34375vw, 18px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .desc-popup-experts-about {
    font-size: clamp(14px, 2.34375vw, 18px);
  }
}
@media all and (max-width: 380px) {
  .section-experts .subtitle-sc-experts {
    font-size: clamp(12px, 4.2105263158vw, 16px);
  }
  .section-experts .title-sc-experts {
    font-size: clamp(26px, 7.8947368421vw, 30px);
  }
  .section-experts .title-item-sc-experts {
    font-size: clamp(16px, 5.2631578947vw, 20px);
  }
  .section-experts .desc-item-sc-experts {
    font-size: clamp(10px, 3.6842105263vw, 14px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .text .headline {
    font-size: clamp(16px, 5.2631578947vw, 20px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .header_popup .text .subtitle {
    font-size: clamp(10px, 3.6842105263vw, 14px);
  }
  .section-experts .popup-experts-about .popup-body-experts-about .desc-popup-experts-about {
    font-size: clamp(10px, 3.6842105263vw, 14px);
  }
}
.sections-box, .sections-box-contact-us, .sections-box-blog, .sections-box-blog-post {
  background: linear-gradient(146deg, #F0F5FB 0%, #EFFAF7 50%, #D4E7FE 100%);
}

html.ovfh,
body.ovfh {
  overflow: hidden;
}

body {
  width: 100%;
}

/*# sourceMappingURL=about-us-page-main.css.map */
