/**
IFS New Design
*/
/*
MAIN IFS New Design
*/
.section-blog-item {
  font-family: "Poppins", sans-serif;
  color: #1A2552;
  padding: 0 2% clamp(68px, 3.3203125vw, 85px) 2%;
}
.section-blog-item p {
  margin: 0;
  line-height: unset;
}
.section-blog-item .inner {
  max-width: clamp(1404px, 84.765625vw, 2170px);
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
.section-blog-item .sc-blog-item-content {
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  background: #FFF;
  padding: clamp(30px, 1.484375vw, 38px) clamp(184px, 11.5234375vw, 295px) clamp(60px, 2.5390625vw, 65px) clamp(183px, 11.6015625vw, 297px);
}
.section-blog-item .info-text-box-sc-blog-item {
  display: flex;
  align-items: center;
  gap: 41px;
  list-style: none;
  position: relative;
  padding: 0 0 clamp(30px, 1.6015625vw, 41px) 0;
  border-bottom: 1px solid #BABFD3;
  margin: 0 0 clamp(30px, 1.2890625vw, 33px) 0;
}
.section-blog-item .content-info-text-box-sc-blog-item {
  position: relative;
  color: #63687F;
  font-size: clamp(14px, 0.625vw, 16px);
  font-weight: 400;
  line-height: 128%;
  display: flex;
  gap: 5px;
  align-items: center;
}
.section-blog-item .content-info-text-box-sc-blog-item img {
  width: clamp(20px, 0.9375vw, 24px);
  height: auto;
}
.section-blog-item .title-text-box-sc-blog-item {
  font-size: clamp(30px, 1.5625vw, 40px);
  font-weight: 500;
  line-height: 128%;
  margin-bottom: clamp(30px, 1.953125vw, 50px);
  width: 98%;
}
.section-blog-item .desc-text-box-sc-blog-item {
  font-size: clamp(20px, 0.9375vw, 24px);
  font-weight: 400;
  line-height: 128%;
  padding-left: 32px;
  position: relative;
  margin-bottom: clamp(38px, 1.8359375vw, 47px);
}
.section-blog-item .desc-text-box-sc-blog-item h1,
.section-blog-item .desc-text-box-sc-blog-item h2,
.section-blog-item .desc-text-box-sc-blog-item h3,
.section-blog-item .desc-text-box-sc-blog-item h4,
.section-blog-item .desc-text-box-sc-blog-item h5,
.section-blog-item .desc-text-box-sc-blog-item h6 {
  padding: 0.5em 0;
}
.section-blog-item .desc-text-box-sc-blog-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 88%;
  background: #0570EB;
}
.section-blog-item .image-sc-blog-item {
  width: 100%;
  height: auto;
  border-radius: 25px;
  margin-bottom: clamp(38px, 2.0703125vw, 53px);
}
.section-blog-item .image-sc-blog-item.image-mobile-sc-blog-item {
  display: none;
}
.section-blog-item .content-full-text-sc-blog-item {
  font-size: clamp(20px, 0.9375vw, 24px);
  font-weight: 400;
  line-height: 135%;
  padding-bottom: 30px;
  border-bottom: 1px solid #BABFD3;
  margin-bottom: 39px;
}
.section-blog-item .content-full-text-sc-blog-item ul {
  list-style: none;
  padding: 0 0 0 30px;
}
.section-blog-item .content-full-text-sc-blog-item ul li {
  position: relative;
  line-height: 146%;
}
.section-blog-item .content-full-text-sc-blog-item ul li::after {
  content: "";
  position: absolute;
  left: -22px;
  top: clamp(11px, 0.46875vw, 12px);
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #1A2552;
}
.section-blog-item .content-full-text-sc-blog-item img {
  width: 100%;
}
.section-blog-item .content-full-text-sc-blog-item h1,
.section-blog-item .content-full-text-sc-blog-item h2,
.section-blog-item .content-full-text-sc-blog-item h3,
.section-blog-item .content-full-text-sc-blog-item h4,
.section-blog-item .content-full-text-sc-blog-item h5,
.section-blog-item .content-full-text-sc-blog-item h6 {
  padding: 1em 0;
  color: #1A2552;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 135%;
}
.section-blog-item .content-full-text-sc-blog-item h2 {
  font-weight: 500;
  font-size: clamp(30px, 1.40625vw, 36px);
}
.section-blog-item .content-full-text-sc-blog-item h3 {
  font-size: clamp(24px, 1.171875vw, 30px);
}
.section-blog-item .content-full-text-sc-blog-item iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
  border: none;
  margin: 1em 0;
}
.section-blog-item .content-full-text-sc-blog-item table, .section-blog-item .content-full-text-sc-blog-item table tr, .section-blog-item .content-full-text-sc-blog-item table td {
  border: 1px solid black;
}
.section-blog-item .content-full-text-sc-blog-item table td {
  padding: 8px;
}
.section-blog-item .content-full-text-sc-blog-item table {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent;
}
.section-blog-item .content-full-text-sc-blog-item p {
  margin-bottom: 1rem;
}
.section-blog-item .author-box-sc-blog-item {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.section-blog-item .title-author-box-sc-blog-item {
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
}
.section-blog-item .items-author-box-sc-blog-item {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.section-blog-item .item-author-box-sc-blog-item {
  display: flex;
  gap: 7px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 128%;
  position: relative;
  padding-left: 26px;
  flex-wrap: wrap;
}
.section-blog-item .item-author-box-sc-blog-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 150px;
  background: #0570EB;
}
.section-blog-item .item-author-box-sc-blog-item b, .section-blog-item .item-author-box-sc-blog-item strong {
  font-weight: 500;
}

@media all and (max-width: 1512px) {
  .section-blog-item {
    padding: 0 2% 4.4973544974vw 2%;
  }
  .section-blog-item .sc-blog-item-content {
    padding: 1.9841269841vw 12.1693121693vw 3.9682539683vw 12.1031746032vw;
  }
  .section-blog-item .title-text-box-sc-blog-item {
    font-size: clamp(24px, 1.9841269841vw, 30px);
    width: 100%;
  }
  .section-blog-item .desc-text-box-sc-blog-item {
    font-size: clamp(18px, 1.3227513228vw, 20px);
    margin-bottom: clamp(24px, 2.5132275132vw, 38px);
  }
  .section-blog-item .image-sc-blog-item {
    border-radius: 15px;
    margin-bottom: clamp(24px, 3.7109375vw, 38px);
  }
  .section-blog-item .content-full-text-sc-blog-item {
    font-size: clamp(18px, 1.3227513228vw, 20px);
    padding-bottom: clamp(20px, 2.8439153439vw, 43px);
    margin-bottom: clamp(24px, 2.5793650794vw, 39px);
  }
  .section-blog-item .content-full-text-sc-blog-item ul li::after {
    top: clamp(9.5px, 0.7275132275vw, 11px);
    left: -22px;
    width: 6px;
    height: 6px;
  }
  .section-blog-item .content-full-text-sc-blog-item h1,
  .section-blog-item .content-full-text-sc-blog-item h2,
  .section-blog-item .content-full-text-sc-blog-item h3,
  .section-blog-item .content-full-text-sc-blog-item h4,
  .section-blog-item .content-full-text-sc-blog-item h5,
  .section-blog-item .content-full-text-sc-blog-item h6 {
    padding: 1.2em 0;
  }
  .section-blog-item .content-full-text-sc-blog-item h2 {
    font-size: clamp(24px, 1.9841269841vw, 30px);
  }
  .section-blog-item .content-full-text-sc-blog-item h3 {
    font-size: clamp(20px, 1.5873015873vw, 24px);
  }
  .section-blog-item .info-text-box-sc-blog-item {
    padding-bottom: clamp(16px, 1.9841269841vw, 30px);
    margin-bottom: clamp(16px, 1.9841269841vw, 30px);
    gap: clamp(36px, 3.5052910053vw, 53px);
  }
  .section-blog-item .content-info-text-box-sc-blog-item {
    font-size: clamp(12px, 0.9259259259vw, 14px);
  }
  .section-blog-item .title-author-box-sc-blog-item {
    font-size: clamp(20px, 1.5873015873vw, 24px);
  }
  .section-blog-item .item-author-box-sc-blog-item {
    gap: clamp(5px, 0.462962963vw, 7px);
    font-size: clamp(20px, 1.5873015873vw, 24px);
  }
  .section-blog-item .item-author-box-sc-blog-item::before {
    top: clamp(4px, 0.462962963vw, 7px);
  }
}
@media all and (max-width: 1024px) {
  .section-blog-item .sc-blog-item-content {
    padding: 1.9841269841vw 6.8783068783vw 3.9682539683vw 6.8783068783vw;
  }
  .section-blog-item .title-text-box-sc-blog-item {
    font-size: clamp(20px, 2.34375vw, 24px);
  }
  .section-blog-item .content-info-text-box-sc-blog-item {
    font-size: clamp(14px, 1.7578125vw, 18px);
  }
  .section-blog-item .desc-text-box-sc-blog-item {
    font-size: clamp(14px, 1.7578125vw, 18px);
  }
  .section-blog-item .content-full-text-sc-blog-item {
    font-size: clamp(12px, 1.5625vw, 16px);
  }
  .section-blog-item .content-full-text-sc-blog-item ul li::after {
    top: clamp(7px, 0.927734375vw, 9.5px);
  }
  .section-blog-item .content-full-text-sc-blog-item h1,
  .section-blog-item .content-full-text-sc-blog-item h2,
  .section-blog-item .content-full-text-sc-blog-item h3,
  .section-blog-item .content-full-text-sc-blog-item h4,
  .section-blog-item .content-full-text-sc-blog-item h5,
  .section-blog-item .content-full-text-sc-blog-item h6 {
    padding: 0.5em 0;
  }
  .section-blog-item .content-full-text-sc-blog-item h2 {
    font-size: clamp(20px, 2.34375vw, 24px);
  }
  .section-blog-item .content-full-text-sc-blog-item h3 {
    font-size: clamp(16px, 1.953125vw, 20px);
  }
  .section-blog-item .content-full-text-sc-blog-item iframe {
    margin: 0.5em 0;
  }
  .section-blog-item .title-author-box-sc-blog-item {
    font-size: clamp(16px, 1.953125vw, 20px);
  }
  .section-blog-item .item-author-box-sc-blog-item {
    gap: clamp(3px, 0.48828125vw, 5px);
    font-size: clamp(16px, 1.953125vw, 20px);
  }
  .section-blog-item .author-box-sc-blog-item {
    row-gap: clamp(10px, 1.3671875vw, 14px);
  }
  .section-blog-item .items-author-box-sc-blog-item {
    row-gap: clamp(10px, 1.3671875vw, 14px);
  }
}
@media all and (max-width: 768px) {
  .section-blog-item {
    padding: 0 11px 40px 11px;
  }
  .section-blog-item .inner {
    padding: 0;
  }
  .section-blog-item .sc-blog-item-content {
    border-radius: 10px;
    padding: 15px 15px 28px 15px;
  }
  .section-blog-item .title-text-box-sc-blog-item {
    max-width: unset;
    font-size: clamp(22px, 3.3854166667vw, 26px);
    margin: 0 0 23px 0;
  }
  .section-blog-item .info-text-box-sc-blog-item {
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 0 19px 0;
    margin: 0 0 19px 0;
  }
  .section-blog-item .content-info-text-box-sc-blog-item {
    font-size: clamp(14px, 2.34375vw, 18px);
  }
  .section-blog-item .content-info-text-box-sc-blog-item img {
    width: 15px;
  }
  .section-blog-item .desc-text-box-sc-blog-item {
    font-size: clamp(18px, 2.8645833333vw, 22px);
    line-height: 137%;
    padding-left: 20px;
    margin: 0 0 16px 0;
  }
  .section-blog-item .desc-text-box-sc-blog-item::before {
    width: 8px;
    height: 98%;
  }
  .section-blog-item .image-sc-blog-item {
    border-radius: 5px;
    margin: 0 0 20px 0;
  }
  .section-blog-item .image-sc-blog-item.image-desktop-sc-blog-item {
    display: none;
  }
  .section-blog-item .image-sc-blog-item.image-mobile-sc-blog-item {
    display: block;
  }
  .section-blog-item .content-full-text-sc-blog-item {
    font-size: clamp(18px, 2.8645833333vw, 22px);
    margin: 0 0 39px 0;
    padding: 0 0 32px 0;
  }
  .section-blog-item .content-full-text-sc-blog-item ul li::after {
    top: clamp(12px, 1.8229166667vw, 14px);
    left: -15px;
    width: 5px;
    height: 5px;
  }
  .section-blog-item .content-full-text-sc-blog-item h1,
  .section-blog-item .content-full-text-sc-blog-item h2,
  .section-blog-item .content-full-text-sc-blog-item h3,
  .section-blog-item .content-full-text-sc-blog-item h4,
  .section-blog-item .content-full-text-sc-blog-item h5,
  .section-blog-item .content-full-text-sc-blog-item h6 {
    padding: 1.5em 0;
  }
  .section-blog-item .content-full-text-sc-blog-item h2 {
    font-size: clamp(24px, 3.6458333333vw, 28px);
  }
  .section-blog-item .content-full-text-sc-blog-item h3 {
    font-size: clamp(20px, 3.125vw, 24px);
  }
  .section-blog-item .content-full-text-sc-blog-item iframe {
    margin: 1em 0;
  }
  .section-blog-item .content-full-text-sc-blog-item table {
    table-layout: fixed;
  }
  .section-blog-item .content-full-text-sc-blog-item table td, .section-blog-item .content-full-text-sc-blog-item table th {
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    white-space: normal;
  }
  .section-blog-item .item-author-box-sc-blog-item {
    flex-wrap: wrap;
    row-gap: 0;
    font-size: clamp(16px, 2.6041666667vw, 20px);
  }
  .section-blog-item .item-author-box-sc-blog-item::before {
    top: clamp(4px, 0.78125vw, 6px);
    transform: translateY(0);
    width: 12px;
    height: 12px;
  }
  .section-blog-item .author-box-sc-blog-item {
    row-gap: 26px;
  }
  .section-blog-item .items-author-box-sc-blog-item {
    row-gap: 17px;
  }
  .section-blog-item .title-author-box-sc-blog-item {
    font-size: clamp(18px, 2.8645833333vw, 22px);
  }
}
@media all and (max-width: 380px) {
  .section-blog-item .content-full-text-sc-blog-item {
    font-size: clamp(14px, 4.7368421053vw, 18px);
  }
}
.section-podcasts {
  font-family: "Poppins", sans-serif;
  color: #1A2552;
  padding: clamp(46px, 2.6171875vw, 67px) 2% clamp(33px, 3.125vw, 80px) 2%;
  background: #FFF;
}
.section-podcasts p {
  margin: 0;
  line-height: unset;
}
.section-podcasts .inner {
  max-width: clamp(1404px, 84.765625vw, 2170px);
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.section-podcasts .sc-podcasts-content {
  display: flex;
  flex-direction: column;
  padding: 0 clamp(85px, 6.6015625vw, 169px);
  row-gap: 27px;
}
.section-podcasts .text-box-sc-podcasts {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.section-podcasts .title-sc-podcasts {
  font-size: clamp(50px, 2.34375vw, 60px);
  font-weight: 500;
  line-height: normal;
}
.section-podcasts .title-sc-podcasts b, .section-podcasts .title-sc-podcasts strong {
  font-weight: 700;
  color: #0570EB;
}
.section-podcasts .desc-sc-podcasts {
  max-width: clamp(635px, 30.46875vw, 780px);
  width: 100%;
  font-size: clamp(18px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
}
.section-podcasts .items-box-sc-podcasts {
  display: flex;
  flex-direction: column;
  row-gap: clamp(22px, 1.6015625vw, 41px);
  align-items: stretch;
}
.section-podcasts .items-sc-podcasts {
  display: flex;
  align-items: stretch;
  gap: 10px;
  overflow: hidden;
  flex-wrap: wrap;
}
.section-podcasts .item-sc-podcasts {
  position: relative;
  border-radius: clamp(15px, 0.9765625vw, 25px);
  z-index: 1;
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #FFF;
}
.section-podcasts .item-sc-podcasts:hover .btn-more-item-sc-podcasts {
  background: #FFF;
  color: #1A2552;
}
.section-podcasts .item-sc-podcasts:hover .plus-btn-more-item-sc-podcasts {
  display: block;
}
.section-podcasts .item-sc-podcasts:hover .minus-btn-more-item-sc-podcasts {
  display: none;
}
.section-podcasts .item-sc-podcasts:hover .image-item-sc-podcasts img {
  transform: scale(1.05);
}
.section-podcasts .item-sc-podcasts {
  position: relative;
  border-radius: clamp(15px, 0.9765625vw, 25px);
  z-index: 1;
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #FFF;
}
.section-podcasts .item-1-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-2-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-3-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-4-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-5-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-6-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-7-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-8-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-9-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-10-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-11-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-12-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-13-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-14-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-15-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-16-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-17-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-18-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-19-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-20-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-21-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-22-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-23-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-24-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-25-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-26-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-27-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-28-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-29-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-30-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-31-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-32-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-33-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-34-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-35-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-36-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-37-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-38-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-39-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-40-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-41-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-42-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-43-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-44-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-45-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-46-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-47-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-48-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-49-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-50-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-51-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-52-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-53-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-54-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-55-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-56-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-57-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-58-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-59-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-60-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-61-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-62-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-63-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-64-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-65-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-66-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-67-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-68-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-69-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-70-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-71-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-72-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-73-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-74-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-75-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-76-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-77-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-78-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-79-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-80-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-81-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-82-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-83-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-84-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-85-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-86-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-87-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-88-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-89-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-90-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-91-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-92-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-93-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-94-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-95-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-96-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-97-sc-podcasts {
  background: linear-gradient(118deg, #0570EB 1.36%, #4E328A 99.04%);
}
.section-podcasts .item-98-sc-podcasts {
  background: linear-gradient(105deg, #0570EB 2.06%, #1D2D6C 99.13%);
}
.section-podcasts .item-99-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .item-100-sc-podcasts {
  background: linear-gradient(253deg, #0570EB 10.44%, #162350 89.75%);
}
.section-podcasts .btn-item-sc-podcasts {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.section-podcasts .image-item-sc-podcasts {
  width: clamp(198.735px, 11.5234375vw, 295px);
  height: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: screen;
  transition: all 0.5s ease;
}
.section-podcasts .image-item-sc-podcasts img {
  transition: all 0.5s ease;
}
.section-podcasts .info-text-box-item-sc-podcasts {
  display: flex;
  flex-direction: column;
  padding: clamp(27px, 1.6015625vw, 41px) clamp(30px, 1.7578125vw, 45px) clamp(41px, 2.421875vw, 62px) clamp(30px, 1.7578125vw, 45px);
  row-gap: clamp(15px, 2.6171875vw, 67px);
  align-items: stretch;
  justify-content: space-between;
  height: auto;
}
.section-podcasts .text-box-item-sc-podcasts {
  display: flex;
  flex-direction: column;
  row-gap: clamp(17px, 0.9765625vw, 25px);
}
.section-podcasts .title-item-sc-podcasts {
  width: 80%;
  font-size: clamp(24px, 1.40625vw, 36px);
  font-weight: 600;
  line-height: 133%;
}
.section-podcasts .description-item-sc-podcasts {
  width: 70%;
  font-size: clamp(16px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
}
.section-podcasts .btn-more-item-sc-podcasts {
  font-size: clamp(16px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s ease;
  width: clamp(215.324px, 12.5vw, 320px);
  padding: 24px 8px;
  border-radius: 150px;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #FFF;
  gap: 5px;
}
.section-podcasts .plus-btn-more-item-sc-podcasts {
  display: none;
}
.section-podcasts .minus-btn-more-item-sc-podcasts {
  display: block;
}
.section-podcasts .btn-load-sc-podcasts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 150px;
  border: 1px solid #CAD1EE;
  background: #FFF;
  padding: 24px 8px;
  align-self: center;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  width: clamp(554px, 32.03125vw, 820px);
  cursor: pointer;
}
.section-podcasts .btn-load-sc-podcasts:hover {
  background: #0570EB;
  color: #FFF;
}
.section-podcasts .btn-load-sc-podcasts .elements {
  z-index: 3;
  transition: all 0.5s ease;
  font-size: clamp(16px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
  gap: 5px;
}
.section-podcasts .btn-load-sc-podcasts.active .show_elements {
  display: none;
}
.section-podcasts .btn-load-sc-podcasts.active .hide_elements {
  display: flex;
  align-items: center;
}
.section-podcasts .btn-load-sc-podcasts .show_elements {
  display: flex;
  align-items: center;
}
.section-podcasts .btn-load-sc-podcasts .hide_elements {
  display: none;
}
.section-podcasts.section-podcasts-blog-post {
  padding: clamp(71px, 4.921875vw, 126px) 0 52px 0;
}
.section-podcasts.section-podcasts-blog-post .inner {
  width: 100%;
  max-width: 2560px;
  position: relative;
}
.section-podcasts.section-podcasts-blog-post .sc-podcasts-content {
  padding: 0;
  align-items: flex-end;
}
.section-podcasts.section-podcasts-blog-post .content-top-box-sc-podcasts {
  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-podcasts.section-podcasts-blog-post .subtitle-sc-podcasts {
  font-size: clamp(18px, 0.9375vw, 24px);
  font-weight: 400;
  line-height: 121.538%;
}
.section-podcasts.section-podcasts-blog-post .desc-sc-podcasts {
  max-width: 780px;
}
.section-podcasts.section-podcasts-blog-post .items-box-sc-podcasts.items-box-blog-post-sc-podcasts {
  max-width: clamp(1365px, 85.78125vw, 2196px);
  width: 100%;
  margin: 0 0 27px 0;
}
.section-podcasts.section-podcasts-blog-post .item-sc-podcasts {
  width: 100%;
}
.section-podcasts.section-podcasts-blog-post .btn-load-sc-podcasts {
  display: none;
}
.section-podcasts.section-podcasts-blog-post .arrows-sc-podcasts {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(14.12px, 0.673828125vw, 17.25px);
  margin-top: 30px;
}
.section-podcasts.section-podcasts-blog-post .icons-arrow-icon-big.prev-slide, .section-podcasts.section-podcasts-blog-post .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;
}
.section-podcasts.section-podcasts-blog-post .icons-arrow-icon-big.prev-slide img, .section-podcasts.section-podcasts-blog-post .icons-arrow-icon-big.next-slide img {
  width: clamp(21.188px, 1.0107421875vw, 25.875px);
  height: auto;
}
.section-podcasts.section-podcasts-blog-post .icons-arrow-icon-big.prev-slide .arrow-hover-sc-practices, .section-podcasts.section-podcasts-blog-post .icons-arrow-icon-big.next-slide .arrow-hover-sc-practices {
  display: none;
  transition: all 0.3s linear;
}
.section-podcasts.section-podcasts-blog-post .icons-arrow-icon-big:hover {
  background: #0570EB;
  border: 1.078px solid #0570EB;
}
.section-podcasts.section-podcasts-blog-post .icons-arrow-icon-big:hover .arrow-sc-practices {
  display: none;
}
.section-podcasts.section-podcasts-blog-post .icons-arrow-icon-big:hover .arrow-hover-sc-practices {
  display: block;
}
.section-podcasts.section-podcasts-blog-post .pagination-sc-podcasts {
  display: flex;
  justify-content: center;
  align-self: center;
  gap: clamp(7.5px, 0.390625vw, 10px);
  position: relative;
}
.section-podcasts.section-podcasts-blog-post .pagination-sc-podcasts .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-podcasts.section-podcasts-blog-post .pagination-sc-podcasts .custom-dot.active {
  background-color: #0570EB;
  border: 1px solid #0570EB;
  width: clamp(50px, 2.6171875vw, 67px);
}
.section-podcasts.section-podcasts-blog-post .items-blog-post-sc-podcasts.owl-disabled {
  display: flex;
  gap: 10px;
}
.section-podcasts.section-podcasts-blog-post .items-blog-post-sc-podcasts.owl-disabled .item-sc-podcasts {
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.section-podcasts.section-podcasts-blog-post .items-blog-post-sc-podcasts.items-only-1, .section-podcasts.section-podcasts-blog-post .items-blog-post-sc-podcasts.items-less-than-3 {
  justify-content: flex-start;
}
.section-podcasts.section-podcasts-blog-post .items-blog-post-sc-podcasts.items-only-1 .item-sc-podcasts, .section-podcasts.section-podcasts-blog-post .items-blog-post-sc-podcasts.items-less-than-3 .item-sc-podcasts {
  max-width: 41.5%;
}

@media all and (max-width: 1512px) {
  .section-podcasts {
    padding: 3.0423280423vw 2% 10px 2%;
  }
  .section-podcasts .sc-podcasts-content {
    padding: 0 5.6216931217vw;
    row-gap: clamp(20px, 4.1005291005vw, 62px);
  }
  .section-podcasts .text-box-sc-podcasts {
    row-gap: 1px;
  }
  .section-podcasts .title-sc-podcasts {
    font-size: clamp(36px, 3.3068783069vw, 50px);
  }
  .section-podcasts .desc-sc-podcasts {
    font-size: clamp(16px, 1.1904761905vw, 18px);
    max-width: clamp(450px, 41.9973544974vw, 635px);
  }
  .section-podcasts .items-box-sc-podcasts {
    row-gap: clamp(12px, 1.455026455vw, 22px);
  }
  .section-podcasts .items-sc-podcasts {
    gap: clamp(4px, 0.5952380952vw, 9px);
    row-gap: clamp(5px, 0.6613756614vw, 10px);
  }
  .section-podcasts .item-sc-podcasts {
    width: calc(50% - clamp(2px, 0.3306878307vw, 5px));
    border-radius: clamp(10px, 0.9920634921vw, 15px);
  }
  .section-podcasts .info-text-box-item-sc-podcasts {
    row-gap: clamp(10px, 0.9920634921vw, 15px);
    padding: 1.7857142857vw 1.9841269841vw 2.7116402116vw 1.8518518519vw;
  }
  .section-podcasts .image-item-sc-podcasts {
    width: 13.1438492063vw;
  }
  .section-podcasts .text-box-item-sc-podcasts {
    row-gap: clamp(10px, 1.1243386243vw, 17px);
  }
  .section-podcasts .title-item-sc-podcasts {
    font-size: clamp(20px, 1.5873015873vw, 24px);
  }
  .section-podcasts .description-item-sc-podcasts {
    font-size: clamp(12px, 1.0582010582vw, 16px);
    width: 68%;
  }
  .section-podcasts .btn-more-item-sc-podcasts {
    font-size: clamp(12px, 1.0582010582vw, 16px);
    padding: clamp(12px, 0.9920634921vw, 15px) clamp(6px, 0.5291005291vw, 8px);
    width: clamp(115.324px, 14.241005291vw, 215.324px);
  }
  .section-podcasts .btn-load-sc-podcasts {
    padding: clamp(12px, 0.9920634921vw, 15px) clamp(6px, 0.5291005291vw, 8px);
    width: clamp(454px, 36.6402116402vw, 554px);
  }
  .section-podcasts .btn-load-sc-podcasts .elements {
    font-size: clamp(12px, 1.0582010582vw, 16px);
  }
  .section-podcasts.section-podcasts-blog-post {
    padding: 4.6957671958vw 0;
  }
  .section-podcasts.section-podcasts-blog-post .sc-podcasts-content {
    row-gap: 15px;
  }
  .section-podcasts.section-podcasts-blog-post .content-top-box-sc-podcasts {
    padding: 0 5.5555555556vw;
    margin: 0 2%;
    width: 96%;
  }
  .section-podcasts.section-podcasts-blog-post .subtitle-sc-podcasts {
    font-size: clamp(16px, 1.1904761905vw, 18px);
  }
  .section-podcasts.section-podcasts-blog-post .desc-sc-podcasts {
    max-width: clamp(630px, 51.5873015873vw, 780px);
  }
  .section-podcasts.section-podcasts-blog-post .items-box-sc-podcasts.items-box-blog-post-sc-podcasts {
    width: calc(98% - 5.5555555556vw);
    max-width: 1373px;
  }
  .section-podcasts.section-podcasts-blog-post .arrows-sc-podcasts {
    gap: clamp(8.12px, 0.9338624339vw, 14.12px);
  }
  .section-podcasts.section-podcasts-blog-post .icons-arrow-icon-big.prev-slide, .section-podcasts.section-podcasts-blog-post .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-podcasts.section-podcasts-blog-post .icons-arrow-icon-big.prev-slide img, .section-podcasts.section-podcasts-blog-post .icons-arrow-icon-big.next-slide img {
    width: clamp(12.188px, 1.4013227513vw, 21.188px);
  }
  .section-podcasts.section-podcasts-blog-post .icons-arrow-icon-big:hover {
    border: 0.883px solid #0570EB;
  }
  .section-podcasts.section-podcasts-blog-post .pagination-sc-podcasts {
    margin-top: -1.3227513228vw;
    gap: clamp(5px, 0.496031746vw, 7.5px);
  }
  .section-podcasts.section-podcasts-blog-post .pagination-sc-podcasts .custom-dot {
    width: clamp(10px, 0.9920634921vw, 15px);
    height: clamp(10px, 0.9920634921vw, 15px);
    border-radius: clamp(82.739px, 7.4562830688vw, 112.739px);
  }
  .section-podcasts.section-podcasts-blog-post .pagination-sc-podcasts .custom-dot.active {
    width: clamp(30px, 3.3068783069vw, 50px);
  }
}
@media all and (max-width: 1024px) {
  .section-podcasts .title-sc-podcasts {
    font-size: clamp(24px, 3.515625vw, 36px);
  }
  .section-podcasts .desc-sc-podcasts {
    font-size: clamp(14px, 1.5625vw, 16px);
    max-width: clamp(390px, 43.9453125vw, 450px);
  }
  .section-podcasts .title-item-sc-podcasts {
    font-size: clamp(16px, 1.953125vw, 20px);
  }
  .section-podcasts .description-item-sc-podcasts {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-podcasts .btn-more-item-sc-podcasts {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-podcasts .btn-load-sc-podcasts .elements {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-podcasts.section-podcasts-blog-post .subtitle-sc-podcasts {
    font-size: clamp(14px, 1.5625vw, 16px);
  }
  .section-podcasts.section-podcasts-blog-post .desc-sc-podcasts {
    max-width: clamp(450px, 61.5234375vw, 630px);
  }
}
@media all and (max-width: 768px) {
  .section-podcasts {
    padding: 46px 26px 39px 26px;
  }
  .section-podcasts .inner {
    padding: 0;
  }
  .section-podcasts .sc-podcasts-content {
    row-gap: 20px;
    padding: 0;
  }
  .section-podcasts .text-box-sc-podcasts {
    row-gap: 10px;
  }
  .section-podcasts .title-sc-podcasts {
    font-size: clamp(24px, 3.6458333333vw, 28px);
    line-height: 121%;
  }
  .section-podcasts .desc-sc-podcasts {
    max-width: 100%;
    line-height: normal;
    font-size: clamp(16px, 2.6041666667vw, 20px);
  }
  .section-podcasts .items-box-sc-podcasts {
    row-gap: 20px;
  }
  .section-podcasts .items-sc-podcasts {
    row-gap: 10px;
  }
  .section-podcasts .item-sc-podcasts {
    width: 100%;
    border-radius: 10px;
  }
  .section-podcasts .info-text-box-item-sc-podcasts {
    row-gap: 20px;
    padding: 40px 14px;
  }
  .section-podcasts .image-item-sc-podcasts {
    display: none;
  }
  .section-podcasts .text-box-item-sc-podcasts {
    row-gap: 20px;
  }
  .section-podcasts .title-item-sc-podcasts {
    font-size: clamp(19px, 3.125vw, 24px);
    width: 100%;
  }
  .section-podcasts .description-item-sc-podcasts {
    font-size: clamp(16px, 2.6041666667vw, 20px);
    width: 100%;
  }
  .section-podcasts .btn-more-item-sc-podcasts {
    font-size: clamp(14px, 2.34375vw, 18px);
    width: 100%;
    padding: 16px 8px;
    border-radius: 50px;
    border: 0.674px solid #FFF;
  }
  .section-podcasts .btn-load-sc-podcasts {
    padding: 12px 8px;
    width: 100%;
    border-radius: 80.016px;
    border: 0.533px solid #CAD1EE;
  }
  .section-podcasts .btn-load-sc-podcasts .elements {
    font-size: clamp(14px, 2.34375vw, 18px);
  }
  .section-podcasts.section-podcasts-blog-post {
    padding: 40px 0 19px 0;
  }
  .section-podcasts.section-podcasts-blog-post .sc-podcasts-content {
    row-gap: 21px;
  }
  .section-podcasts.section-podcasts-blog-post .content-top-box-sc-podcasts {
    border-top: none;
    padding: 0 26px;
    margin: 0 auto;
    width: 100%;
  }
  .section-podcasts.section-podcasts-blog-post .text-box-sc-podcasts {
    row-gap: 3px;
  }
  .section-podcasts.section-podcasts-blog-post .subtitle-sc-podcasts {
    font-size: clamp(16px, 2.6041666667vw, 20px);
  }
  .section-podcasts.section-podcasts-blog-post .title-sc-podcasts {
    line-height: normal;
  }
  .section-podcasts.section-podcasts-blog-post .items-box-sc-podcasts.items-box-blog-post-sc-podcasts {
    width: calc(100% - 26px);
    margin: 0 0 1px 26px;
  }
  .section-podcasts.section-podcasts-blog-post .pagination-sc-podcasts {
    margin-top: -7px;
    gap: 5px;
  }
  .section-podcasts.section-podcasts-blog-post .pagination-sc-podcasts .custom-dot {
    width: 13.493px;
    height: 13.493px;
    border-radius: 97.531px;
  }
  .section-podcasts.section-podcasts-blog-post .pagination-sc-podcasts .custom-dot.active {
    width: 43.564px;
  }
  .section-podcasts.section-podcasts-blog-post .arrows-sc-podcasts {
    display: none;
  }
  .section-podcasts.section-podcasts-blog-post .description-item-sc-podcasts {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .section-podcasts.section-podcasts-blog-post .items-blog-post-sc-podcasts.items-only-1 {
    margin-left: -26px;
    width: calc(100% - 26px);
  }
  .section-podcasts.section-podcasts-blog-post .items-blog-post-sc-podcasts.items-only-1 .item-sc-podcasts {
    max-width: 100%;
  }
  .section-podcasts.section-podcasts-blog-post .items-blog-post-sc-podcasts.items-less-than-3 .item-sc-podcasts {
    max-width: unset;
  }
}
@media all and (max-width: 380px) {
  .section-podcasts .title-sc-podcasts {
    font-size: clamp(20px, 6.3157894737vw, 24px);
  }
  .section-podcasts .desc-sc-podcasts {
    font-size: clamp(12px, 4.2105263158vw, 16px);
  }
  .section-podcasts .title-item-sc-podcasts {
    font-size: clamp(14px, 5vw, 19px);
  }
  .section-podcasts .desc-item-sc-podcasts {
    font-size: clamp(12px, 4.2105263158vw, 16px);
  }
  .section-podcasts .btn-more-item-sc-podcasts {
    font-size: clamp(10px, 3.6842105263vw, 14px);
  }
  .section-podcasts .btn-load-sc-podcasts .elements {
    font-size: clamp(10px, 3.6842105263vw, 14px);
  }
}
.section-digests {
  font-family: "Poppins", sans-serif;
  color: #1A2552;
  padding: 0 2% clamp(56px, 3.75vw, 96px) 2%;
}
.section-digests p {
  margin: 0;
  line-height: unset;
}
.section-digests .inner {
  max-width: clamp(1404px, 84.765625vw, 2170px);
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.section-digests .sc-digests-content {
  display: flex;
  flex-direction: column;
  padding: clamp(40px, 2.5390625vw, 65px) clamp(85px, 6.6015625vw, 169px) clamp(45px, 2.8515625vw, 73px) clamp(85px, 6.6015625vw, 169px);
  row-gap: clamp(33px, 1.5625vw, 40px);
  border-radius: clamp(16.84px, 0.9765625vw, 25px);
  background: #FFF;
}
.section-digests .text-box-sc-digests {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.section-digests .title-sc-digests {
  font-size: clamp(50px, 2.34375vw, 60px);
  font-weight: 500;
  line-height: normal;
}
.section-digests .title-sc-digests b, .section-digests .title-sc-digests strong {
  font-weight: 700;
  color: #0570EB;
}
.section-digests .desc-sc-digests {
  max-width: clamp(635px, 30.46875vw, 780px);
  width: 100%;
  font-size: clamp(18px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
}
.section-digests .items-box-sc-digests {
  display: flex;
  flex-direction: column;
  row-gap: clamp(22px, 1.6015625vw, 41px);
  align-items: stretch;
}
.section-digests .items-sc-digests {
  display: flex;
  align-items: stretch;
  gap: 10px;
  overflow: hidden;
  flex-wrap: wrap;
}
.section-digests .item-sc-digests {
  position: relative;
  border-radius: clamp(16.84px, 0.9765625vw, 25px);
  z-index: 1;
  width: calc(50% - 5px);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #CAD1EE;
  display: none;
}
.section-digests .item-sc-digests:hover .btn-more-item-sc-digests {
  background: #0570EB;
  color: #FFF;
}
.section-digests .item-sc-digests:hover .image-item-sc-digests img {
  transform: scale(1.05);
}
.section-digests .btn-item-sc-digests {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.section-digests .image-item-sc-digests {
  width: 100%;
  height: clamp(316px, 18.359375vw, 470px);
  overflow: hidden;
}
.section-digests .image-item-sc-digests picture {
  height: 100%;
}
.section-digests .image-item-sc-digests img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s linear;
  border-radius: clamp(16.84px, 0.9765625vw, 25px) clamp(16.84px, 0.9765625vw, 25px) 0px 0px;
}
.section-digests .info-text-box-item-sc-digests {
  display: flex;
  flex-direction: column;
  padding: 21px clamp(30px, 2.3828125vw, 61px) clamp(28px, 1.953125vw, 50px) clamp(28px, 1.953125vw, 50px);
  row-gap: clamp(15px, 1.6015625vw, 41px);
  align-items: stretch;
  justify-content: space-between;
  height: auto;
}
.section-digests .text-box-item-sc-digests {
  display: flex;
  flex-direction: column;
  row-gap: clamp(15px, 0.7421875vw, 19px);
}
.section-digests .title-item-sc-digests {
  width: 100%;
  font-size: clamp(30px, 1.40625vw, 36px);
  font-weight: 600;
  line-height: 133%;
}
.section-digests .description-item-sc-digests {
  width: 100%;
  font-size: clamp(16px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-digests .btn-more-item-sc-digests {
  font-size: clamp(16px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s ease;
  width: 100%;
  padding: 24px 8px;
  border-radius: 150px;
  border: 1px solid #CAD1EE;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section-digests .btn-load-sc-digests {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 150px;
  border: 1px solid #CAD1EE;
  background: #FFF;
  padding: 24px 8px;
  align-self: center;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  width: clamp(554px, 32.03125vw, 820px);
  cursor: pointer;
}
.section-digests .btn-load-sc-digests:hover {
  background: #0570EB;
  color: #FFF;
}
.section-digests .btn-load-sc-digests .elements {
  z-index: 3;
  transition: all 0.5s ease;
  font-size: clamp(16px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
  gap: 5px;
}
.section-digests .btn-load-sc-digests.active .show_elements {
  display: none;
}
.section-digests .btn-load-sc-digests.active .hide_elements {
  display: flex;
  align-items: center;
}
.section-digests .btn-load-sc-digests .show_elements {
  display: flex;
  align-items: center;
}
.section-digests .btn-load-sc-digests .hide_elements {
  display: none;
}
.section-digests.section-digests-blog-post {
  padding: clamp(71px, 4.921875vw, 126px) 0 90px 0;
}
.section-digests.section-digests-blog-post .inner {
  width: 100%;
  max-width: 2560px;
  position: relative;
}
.section-digests.section-digests-blog-post .sc-digests-content {
  padding: 0;
  align-items: flex-end;
}
.section-digests.section-digests-blog-post .content-top-box-sc-digests {
  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-digests.section-digests-blog-post .subtitle-sc-digests {
  font-size: clamp(18px, 0.9375vw, 24px);
  font-weight: 400;
  line-height: 121.538%;
}
.section-digests.section-digests-blog-post .title-sc-digests {
  font-weight: 400;
}
.section-digests.section-digests-blog-post .desc-sc-digests {
  max-width: 780px;
}
.section-digests.section-digests-blog-post .items-box-sc-digests.items-box-blog-post-sc-digests {
  max-width: clamp(1365px, 85.78125vw, 2196px);
  width: 100%;
}
.section-digests.section-digests-blog-post .item-sc-digests {
  width: 100%;
  display: flex;
}
.section-digests.section-digests-blog-post .btn-load-sc-digests {
  display: none;
}
.section-digests.section-digests-blog-post .arrows-sc-digests {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(12.37px, 0.673828125vw, 17.25px);
  margin-top: clamp(36px, 1.953125vw, 50px);
}
.section-digests.section-digests-blog-post .icons-arrow-icon-big.prev-slide, .section-digests.section-digests-blog-post .icons-arrow-icon-big.next-slide {
  width: clamp(43.31px, 2.3583984375vw, 60.375px);
  height: clamp(43.31px, 2.3583984375vw, 60.375px);
  background: #F3F6FF;
  border-radius: clamp(10.594px, 0.505390625vw, 12.938px);
  border: 1.078px solid #F4F4F4;
  padding: clamp(12.375px, 0.673828125vw, 17.25px);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s linear;
  display: flex;
}
.section-digests.section-digests-blog-post .icons-arrow-icon-big.prev-slide img, .section-digests.section-digests-blog-post .icons-arrow-icon-big.next-slide img {
  width: clamp(18.563px, 1.0107421875vw, 25.875px);
  height: auto;
}
.section-digests.section-digests-blog-post .icons-arrow-icon-big.prev-slide .arrow-hover-sc-practices, .section-digests.section-digests-blog-post .icons-arrow-icon-big.next-slide .arrow-hover-sc-practices {
  display: none;
  transition: all 0.3s linear;
}
.section-digests.section-digests-blog-post .icons-arrow-icon-big:hover {
  background: #0570EB;
  border: 1.078px solid #0570EB;
}
.section-digests.section-digests-blog-post .icons-arrow-icon-big:hover .arrow-sc-practices {
  display: none;
}
.section-digests.section-digests-blog-post .icons-arrow-icon-big:hover .arrow-hover-sc-practices {
  display: block;
}
.section-digests.section-digests-blog-post .pagination-sc-digests {
  display: flex;
  justify-content: center;
  align-self: center;
  gap: clamp(7.5px, 0.390625vw, 10px);
  position: relative;
}
.section-digests.section-digests-blog-post .pagination-sc-digests .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-digests.section-digests-blog-post .pagination-sc-digests .custom-dot.active {
  background-color: #0570EB;
  border: 1px solid #0570EB;
  width: clamp(50px, 2.6171875vw, 67px);
}
.section-digests.section-digests-blog-post .items-blog-post-sc-digests.owl-disabled {
  display: flex;
  gap: 10px;
}
.section-digests.section-digests-blog-post .items-blog-post-sc-digests.owl-disabled .item-sc-digests {
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.section-digests.section-digests-blog-post .items-blog-post-sc-digests.items-only-1, .section-digests.section-digests-blog-post .items-blog-post-sc-digests.items-less-than-3 {
  justify-content: flex-start;
}
.section-digests.section-digests-blog-post .items-blog-post-sc-digests.items-only-1 .item-sc-digests, .section-digests.section-digests-blog-post .items-blog-post-sc-digests.items-less-than-3 .item-sc-digests {
  max-width: 41.5%;
}

@media all and (max-width: 1512px) {
  .section-digests {
    padding: 0 2% 3.7037037037vw 2%;
  }
  .section-digests .sc-digests-content {
    padding: 2.6455026455vw 5.6216931217vw 2.9761904762vw 5.6216931217vw;
    row-gap: clamp(20px, 1.8518518519vw, 28px);
  }
  .section-digests .title-sc-digests {
    font-size: clamp(36px, 3.3068783069vw, 50px);
  }
  .section-digests .desc-sc-digests {
    font-size: clamp(16px, 1.1904761905vw, 18px);
    max-width: clamp(450px, 41.9973544974vw, 635px);
  }
  .section-digests .items-box-sc-digests {
    row-gap: clamp(12px, 1.455026455vw, 22px);
  }
  .section-digests .items-sc-digests {
    gap: clamp(4px, 0.5952380952vw, 9px);
    row-gap: clamp(5px, 0.6613756614vw, 10px);
  }
  .section-digests .item-sc-digests {
    width: calc(50% - clamp(2px, 0.3306878307vw, 5px));
    border-radius: clamp(10px, 1.1137566138vw, 16.84px);
  }
  .section-digests .info-text-box-item-sc-digests {
    row-gap: clamp(10px, 0.9920634921vw, 15px);
    padding: 2.1164021164vw 1.9841269841vw 1.8518518519vw 1.8518518519vw;
  }
  .section-digests .image-item-sc-digests {
    height: 20.916468254vw;
  }
  .section-digests .image-item-sc-digests img {
    border-radius: clamp(10px, 1.1137566138vw, 16.84px) clamp(10px, 1.1137566138vw, 16.84px) 0px 0px;
  }
  .section-digests .text-box-item-sc-digests {
    row-gap: clamp(10px, 0.9920634921vw, 15px);
  }
  .section-digests .title-item-sc-digests {
    font-size: clamp(22px, 1.9841269841vw, 30px);
  }
  .section-digests .description-item-sc-digests {
    font-size: clamp(12px, 1.0582010582vw, 16px);
  }
  .section-digests .btn-more-item-sc-digests {
    font-size: clamp(12px, 1.0582010582vw, 16px);
    padding: clamp(12px, 0.9920634921vw, 15px) clamp(6px, 0.5291005291vw, 8px);
  }
  .section-digests .btn-load-sc-digests {
    padding: clamp(12px, 0.9920634921vw, 15px) clamp(6px, 0.5291005291vw, 8px);
    width: clamp(454px, 36.6402116402vw, 554px);
  }
  .section-digests .btn-load-sc-digests .elements {
    font-size: clamp(12px, 1.0582010582vw, 16px);
  }
  .section-digests.section-digests-blog-post {
    padding: 4.6957671958vw 0 6.0185185185vw 0;
  }
  .section-digests.section-digests-blog-post .sc-digests-content {
    row-gap: clamp(20px, 2.1825396825vw, 33px);
  }
  .section-digests.section-digests-blog-post .content-top-box-sc-digests {
    padding: 0 5.5555555556vw;
    margin: 0 2%;
    width: 96%;
  }
  .section-digests.section-digests-blog-post .text-box-sc-digests {
    row-gap: 0;
  }
  .section-digests.section-digests-blog-post .subtitle-sc-digests {
    font-size: clamp(16px, 1.1904761905vw, 18px);
  }
  .section-digests.section-digests-blog-post .desc-sc-digests {
    max-width: clamp(630px, 51.5873015873vw, 780px);
  }
  .section-digests.section-digests-blog-post .items-box-sc-digests.items-box-blog-post-sc-digests {
    width: calc(98% - 5.5555555556vw);
    max-width: 1373px;
  }
  .section-digests.section-digests-blog-post .arrows-sc-digests {
    gap: clamp(8.12px, 0.8181216931vw, 12.37px);
  }
  .section-digests.section-digests-blog-post .icons-arrow-icon-big.prev-slide, .section-digests.section-digests-blog-post .icons-arrow-icon-big.next-slide {
    width: clamp(29.43px, 2.8644179894vw, 43.31px);
    height: clamp(29.43px, 2.8644179894vw, 43.31px);
    border-radius: clamp(8.594px, 0.7006613757vw, 10.594px);
    border: 0.883px solid #F4F4F4;
    padding: clamp(8.125px, 0.818452381vw, 12.375px);
  }
  .section-digests.section-digests-blog-post .icons-arrow-icon-big.prev-slide img, .section-digests.section-digests-blog-post .icons-arrow-icon-big.next-slide img {
    width: clamp(12.188px, 1.2277116402vw, 18.563px);
  }
  .section-digests.section-digests-blog-post .icons-arrow-icon-big:hover {
    border: 0.883px solid #0570EB;
  }
  .section-digests.section-digests-blog-post .pagination-sc-digests {
    gap: clamp(5px, 0.496031746vw, 7.5px);
  }
  .section-digests.section-digests-blog-post .pagination-sc-digests .custom-dot {
    width: clamp(10px, 0.9920634921vw, 15px);
    height: clamp(10px, 0.9920634921vw, 15px);
    border-radius: clamp(82.739px, 7.4562830688vw, 112.739px);
  }
  .section-digests.section-digests-blog-post .pagination-sc-digests .custom-dot.active {
    width: clamp(30px, 3.3068783069vw, 50px);
  }
}
@media all and (max-width: 1024px) {
  .section-digests .title-sc-digests {
    font-size: clamp(24px, 3.515625vw, 36px);
  }
  .section-digests .desc-sc-digests {
    font-size: clamp(14px, 1.5625vw, 16px);
    max-width: clamp(390px, 43.9453125vw, 450px);
  }
  .section-digests .title-item-sc-digests {
    font-size: clamp(18px, 2.1484375vw, 22px);
  }
  .section-digests .description-item-sc-digests {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-digests .btn-more-item-sc-digests {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-digests .btn-load-sc-digests .elements {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-digests.section-digests-blog-post .subtitle-sc-digests {
    font-size: clamp(14px, 1.5625vw, 16px);
  }
  .section-digests.section-digests-blog-post .desc-sc-digests {
    max-width: clamp(450px, 61.5234375vw, 630px);
  }
}
@media all and (max-width: 768px) {
  .section-digests {
    padding: 0 11px 50px 11px;
  }
  .section-digests .inner {
    padding: 0;
  }
  .section-digests .sc-digests-content {
    row-gap: 21px;
    padding: 22px 15px 29px 15px;
    border-radius: 10px;
  }
  .section-digests .text-box-sc-digests {
    row-gap: 10px;
  }
  .section-digests .title-sc-digests {
    font-size: clamp(24px, 3.6458333333vw, 28px);
  }
  .section-digests .desc-sc-digests {
    max-width: 100%;
    line-height: 140%;
    font-size: clamp(16px, 2.6041666667vw, 20px);
  }
  .section-digests .items-box-sc-digests {
    row-gap: 20px;
  }
  .section-digests .items-sc-digests {
    row-gap: 20px;
  }
  .section-digests .item-sc-digests {
    width: 100%;
    border-radius: 10px 10px 8.983px 8.983px;
  }
  .section-digests .info-text-box-item-sc-digests {
    row-gap: 16px;
    padding: 16px 16px 18px 16px;
  }
  .section-digests .image-item-sc-digests {
    height: 44.7368421053vw;
  }
  .section-digests .image-item-sc-digests img {
    border-radius: 10px 10px 0px 0px;
  }
  .section-digests .text-box-item-sc-digests {
    row-gap: 9px;
  }
  .section-digests .title-item-sc-digests {
    font-size: clamp(16px, 2.6041666667vw, 20px);
  }
  .section-digests .description-item-sc-digests {
    font-size: clamp(14px, 2.34375vw, 18px);
  }
  .section-digests .btn-more-item-sc-digests {
    font-size: clamp(14px, 2.34375vw, 18px);
    padding: 12px 8px;
    border-radius: 80.016px;
    border: 0.533px solid #CAD1EE;
  }
  .section-digests .btn-load-sc-digests {
    padding: 12px 8px;
    width: 100%;
    border-radius: 80.016px;
    border: 0.533px solid #CAD1EE;
  }
  .section-digests .btn-load-sc-digests .elements {
    font-size: clamp(14px, 2.34375vw, 18px);
  }
  .section-digests.section-digests-blog-post {
    padding: 40px 0 12px 0;
  }
  .section-digests.section-digests-blog-post .sc-digests-content {
    row-gap: 21px;
  }
  .section-digests.section-digests-blog-post .content-top-box-sc-digests {
    border-top: none;
    padding: 0 26px;
    margin: 0 auto;
    width: 100%;
  }
  .section-digests.section-digests-blog-post .text-box-sc-digests {
    row-gap: 3px;
  }
  .section-digests.section-digests-blog-post .subtitle-sc-digests {
    font-size: clamp(16px, 2.6041666667vw, 20px);
  }
  .section-digests.section-digests-blog-post .title-sc-digests {
    line-height: normal;
  }
  .section-digests.section-digests-blog-post .desc-sc-digests {
    line-height: normal;
  }
  .section-digests.section-digests-blog-post .items-box-sc-digests.items-box-blog-post-sc-digests {
    width: calc(100% - 26px);
    margin: 0 0 1px 26px;
  }
  .section-digests.section-digests-blog-post .pagination-sc-digests {
    gap: 5px;
  }
  .section-digests.section-digests-blog-post .pagination-sc-digests .custom-dot {
    width: 13.493px;
    height: 13.493px;
    border-radius: 97.531px;
  }
  .section-digests.section-digests-blog-post .pagination-sc-digests .custom-dot.active {
    width: 43.564px;
  }
  .section-digests.section-digests-blog-post .arrows-sc-digests {
    display: none;
  }
  .section-digests.section-digests-blog-post .description-item-sc-digests {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .section-digests.section-digests-blog-post .items-blog-post-sc-digests.items-only-1 {
    margin-left: -26px;
    width: calc(100% - 26px);
  }
  .section-digests.section-digests-blog-post .items-blog-post-sc-digests.items-only-1 .item-sc-digests {
    max-width: 100%;
  }
  .section-digests.section-digests-blog-post .items-blog-post-sc-digests.items-less-than-3 .item-sc-digests {
    max-width: unset;
  }
}
@media all and (max-width: 380px) {
  .section-digests .title-sc-digests {
    font-size: clamp(20px, 6.3157894737vw, 24px);
  }
  .section-digests .desc-sc-digests {
    font-size: clamp(12px, 4.2105263158vw, 16px);
  }
  .section-digests .title-item-sc-digests {
    font-size: clamp(12px, 4.2105263158vw, 16px);
  }
  .section-digests .desc-item-sc-digests {
    font-size: clamp(10px, 3.6842105263vw, 14px);
  }
  .section-digests .btn-more-item-sc-digests {
    font-size: clamp(10px, 3.6842105263vw, 14px);
  }
  .section-digests .btn-load-sc-digests .elements {
    font-size: clamp(10px, 3.6842105263vw, 14px);
  }
}
/**
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
*/
/*
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
*/
/*
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
*/
/*
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
*/
/*
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%;
  }
}
.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%;
}

body {
  width: 100%;
}

/*# sourceMappingURL=blog-post-page-main.css.map */
