@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
body main {
  font-family: "Source Sans 3", sans-serif !important;
  background-color: rgb(255, 255, 255) !important;
}
body main section {
  padding: 100px 20px;
}
@media (max-width: 1024px) {
  body main section {
    padding: 70px 20px;
  }
}
@media (max-width: 768px) {
  body main section {
    padding: 55px 20px;
  }
}
@media (max-width: 480px) {
  body main section {
    padding: 40px 20px;
  }
}
@media (max-width: 440px) {
  body main section {
    padding: 30px 20px;
  }
}
body main section .wrapper {
  margin: 0 auto;
}
body main section .wrapper:not(.hero) {
  max-width: 1440px;
}
body main section.light-blue-bg {
  background-color: #d9f2fb;
}
body main h1.centered,
body main h2.centered,
body main h3.centered,
body main h4.centered,
body main h5.centered,
body main h6.centered,
body main p.centered,
body main a.centered {
  text-align: center;
}
body main h2 {
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 108% !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 40px !important;
}
@media (max-width: 1024px) {
  body main h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 768px) {
  body main h2 {
    font-size: 32px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 480px) {
  body main h2 {
    font-size: 28px !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 440px) {
  body main h2 {
    font-size: 24px !important;
  }
}
body main h2 .prev-heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 108%;
  text-transform: uppercase;
  letter-spacing: 4.4px;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body main h2 .prev-heading {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 480px) {
  body main h2 .prev-heading {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 440px) {
  body main h2 .prev-heading {
    font-size: 16px !important;
  }
}
body main h3 {
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 108% !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  body main h3 {
    font-size: 28px !important;
  }
}
@media (max-width: 768px) {
  body main h3 {
    font-size: 26px !important;
  }
}
@media (max-width: 480px) {
  body main h3 {
    font-size: 23px !important;
  }
}
@media (max-width: 440px) {
  body main h3 {
    font-size: 20px !important;
  }
}
body main .post-heading {
  font-size: 25px;
  font-weight: 400;
  line-height: 125%;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  body main .post-heading {
    font-size: 22px !important;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  body main .post-heading br {
    display: none;
  }
}
@media (max-width: 768px) {
  body main .post-heading {
    font-size: 20px !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  body main .post-heading {
    font-size: 18px !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 440px) {
  body main .post-heading {
    font-size: 16px !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
body main h4 {
  font-size: 25px;
  font-weight: 400;
  line-height: 125%;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  body main h4 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  body main h4 {
    font-size: 20px;
  }
}
body main .disclaimer {
  font-size: 20px;
  font-weight: 300;
  line-height: 107%;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  body main .disclaimer {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  body main .disclaimer {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  body main .disclaimer {
    font-size: 14px;
  }
}
body main p.small {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  body main p.small {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  body main p.small {
    font-size: 14px;
  }
}
body main .global-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #00aae5;
  color: rgb(255, 255, 255);
  border-radius: 47px;
  min-width: 225px;
  max-width: 325px;
  width: 100%;
  padding: 10px;
  height: 50px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  body main .global-btn {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  body main .global-btn {
    font-size: 16px;
    height: 45px;
    min-width: 200px;
    max-width: 230px;
  }
}
body main .global-btn.centered {
  margin: 0 auto;
}
body main .global-btn.small {
  min-width: 100px;
  max-width: 115px;
  height: 30px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  body main .global-btn.small {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body main .global-btn.small {
    font-size: 14px;
  }
}
body main .global-btn:hover {
  background-color: #0279a5;
}
body main .button-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body main .button-wrap {
    gap: 20px;
    flex-direction: column;
  }
}
body main .button-wrap .global-btn:nth-child(1) {
  background-color: rgb(255, 255, 255);
  color: #00aae5;
  border: 1px solid #00aae5;
}
body main .button-wrap .global-btn:nth-child(1):hover {
  background-color: #00aae5;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}
body main .button-wrap .global-btn:nth-child(2) {
  background-color: #00aae5;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}
body main .button-wrap .global-btn:nth-child(2):hover {
  background-color: rgb(255, 255, 255);
  color: #00aae5;
  border: 1px solid #00aae5;
}
body main.language-activated .global-btn {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  width: 100% !important;
  padding: 5px 20px !important;
}

.tabs .tab-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 25px;
  position: relative;
}
@media (max-width: 1300px) {
  .tabs .tab-wrapper {
    flex-wrap: wrap;
  }
}
.tabs .tab {
  background-color: rgb(255, 255, 255);
  color: #1f282c;
  border: 1px solid #d9d9d9;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.4s ease;
  padding: 5px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 107%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 170px;
  height: 37px;
}
.tabs .tab.active {
  background-color: #00aae5;
  color: rgb(255, 255, 255);
  border-color: #00aae5;
}
.tabs .tab:hover {
  background-color: #00aae5;
  color: rgb(255, 255, 255);
  border-color: #00aae5;
}
@media (max-width: 1015px) {
  .tabs .tab {
    max-width: 120px;
  }
}
.tabs .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .tabs .content-wrapper {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .tabs .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 725px) {
  .tabs .content-wrapper {
    margin: 0 10px;
  }
}
.tabs .content {
  display: none;
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 725px) {
  .tabs .content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1;
  }
}
.tabs .content.active {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: start !important;
  opacity: 1;
}
.tabs .content.anim-from-top,
.tabs .content.anim-from-bottom,
.tabs .content.anim-in {
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.tabs .content.anim-from-top {
  opacity: 0;
  transform: translateY(-20px);
}
.tabs .content.anim-from-bottom {
  opacity: 0;
  transform: translateY(20px);
}
.tabs .content.anim-in {
  opacity: 1;
  transform: translateY(0);
}
.tabs .content-wrapper.standard .img-wrapper {
  width: 100%;
  max-width: 1148px;
}
.tabs .content-wrapper.standard .img-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.tabs .content-wrapper.standard .img-wrapper img {
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  max-width: 1148px;
  height: auto;
}
.tabs .content-wrapper.brands .content {
  gap: 25px;
}
.tabs .content-wrapper.brands .content.active {
  flex-direction: row !important;
}
@media (max-width: 930px) {
  .tabs .content-wrapper.brands .content {
    flex-wrap: wrap;
  }
}
.tabs .logo {
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: wrap;
  padding: 20px;
  transition: all 0.4s ease;
  margin-bottom: 0 !important;
}
@media (max-width: 930px) {
  .tabs .logo {
    width: 100px;
    height: auto;
    padding: 10px;
  }
  .tabs .logo:hover {
    box-shadow: none !important;
  }
}
@media (max-width: 725px) {
  .tabs .logo {
    width: 100px;
  }
  .tabs .logo .svg-smaller {
    width: 70px;
  }
}
.tabs .logo img {
  width: 100%;
  max-width: 116px;
  height: auto;
  transition: all 0.4s ease;
  filter: grayscale(100%);
}
.tabs .logo img.small-logo {
  max-width: 70px;
}
@media (max-width: 930px) {
  .tabs .logo img.small-logo {
    max-width: 50px;
  }
}
.tabs .logo:hover {
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
}
.tabs .logo:hover img {
  transform: scale(1.05);
}
.tabs .mobile-tab-groups {
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tabs .mobile-tab-groups.is-dragging, .tabs .mobile-tab-groups:active {
  cursor: grabbing;
}
.tabs .mobile-tab-groups .slider-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}
.tabs .mobile-tab-groups .tab-group {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
.tabs .mobile-tab-groups .tab-group.active {
  opacity: 1;
}
.tabs .mobile-tab-groups .tab-group .tab {
  background-color: #00aae5;
  color: rgb(255, 255, 255);
  border-color: #00aae5;
  cursor: default;
  max-width: 220px;
  margin: 0 auto 25px auto;
  min-height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media (max-width: 480px) {
  .tabs .mobile-tab-groups .tab-group .tab {
    font-size: 15px;
    max-width: 190px;
  }
}
.tabs .mobile-tab-groups .tab-group .content-wrapper {
  margin: 0;
  padding: 0;
}
.tabs .mobile-tab-groups .tab-group .content {
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center !important;
  align-items: start !important;
  max-width: 220px;
  margin: 0 auto;
}
.tabs .mobile-tab-groups .tab-group .content.active {
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center !important;
  align-items: start !important;
  max-width: 220px;
  margin: 0 auto;
}
.tabs .mobile-tab-groups .slider-arrows {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.tabs .mobile-tab-groups .slider-arrow {
  cursor: pointer;
  border: none;
  z-index: 10;
  border-radius: 100%;
  background-color: #00aae5;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  padding: 0;
}
.tabs .mobile-tab-groups .slider-arrow:hover {
  background-color: #0084b2;
}
.tabs .mobile-tab-groups .slider-arrow svg {
  width: 18px;
  height: 18px;
}
.tabs.brands .content,
.tabs.brands .content.active {
  flex-direction: row !important;
  gap: 25px;
  flex-wrap: wrap;
}
@media (max-width: 725px) {
  .tabs.brands .content,
  .tabs.brands .content.active {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center !important;
    align-items: start !important;
    max-width: 220px;
    margin: 0 auto;
  }
}
@media (max-width: 725px) {
  .tabs.brands .content-wrapper.brands .content,
  .tabs.brands .content-wrapper.brands .content.active {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center !important;
    max-width: 220px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  #partners .global-btn {
    min-width: 265px !important;
    max-width: 265px !important;
  }
}

@media (max-width: 585px) {
  #partners {
    padding-top: 120px;
  }
}

.language-activated #partners .tab-wrapper .tab {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  width: 100% !important;
}

.stats {
  margin: 60px auto 0 auto;
  max-width: 1445px;
  width: 100%;
}
@media (max-width: 1024px) {
  .stats {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .stats {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .stats {
    margin-top: 20px;
  }
}
.stats.four-cols {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 120px;
}
@media (max-width: 1600px) {
  .stats.four-cols {
    gap: 100px;
  }
}
@media (max-width: 1350px) {
  .stats.four-cols {
    gap: 80px;
  }
}
@media (max-width: 1200px) {
  .stats.four-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 80px;
    max-width: 800px;
  }
}
@media (max-width: 700px) {
  .stats.four-cols {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 400px;
  }
}
.stats.four-cols .col {
  position: relative;
  align-self: stretch;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .stats.four-cols .col {
    text-align: center;
  }
}
.stats.four-cols .col:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #d9f2fb;
  top: 0;
  right: -50px;
}
@media (max-width: 1600px) {
  .stats.four-cols .col:after {
    right: -50px;
  }
}
@media (max-width: 1350px) {
  .stats.four-cols .col:after {
    right: -40px;
  }
}
@media (max-width: 1200px) {
  .stats.four-cols .col:after {
    display: none;
  }
}
.stats.four-cols .col:last-child:after {
  display: none;
}
.stats.four-cols .col .num {
  font-size: 60px;
  font-weight: 600;
  line-height: 107%;
  color: #0279a5;
  color: #00aae5;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 1200px) {
  .stats.four-cols .col .num {
    font-size: 45px;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .stats.four-cols .col .num {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .stats.four-cols .col .num {
    font-size: 25px;
  }
}
@media (max-width: 440px) {
  .stats.four-cols .col .num {
    font-size: 23px;
  }
}
.stats.four-cols .col .desc {
  font-size: 24px;
  font-weight: 300;
  line-height: 107%;
  color: #1f282c;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
}
@media (max-width: 1200px) {
  .stats.four-cols .col .desc {
    font-size: 23px;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .stats.four-cols .col .desc {
    font-size: 22px;
    margin-top: 10px !important;
  }
}
@media (max-width: 480px) {
  .stats.four-cols .col .desc {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .stats.four-cols .col .desc {
    font-size: 18px;
  }
}
.stats.four-cols .col .small-desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 107%;
  color: #1f282c;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 1200px) {
  .stats.four-cols .col .small-desc {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .stats.four-cols .col .small-desc {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .stats.four-cols .col .small-desc {
    font-size: 16px;
  }
}

#brands .two-cols {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
@media (max-width: 1024px) {
  #brands .two-cols {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #brands .two-cols {
    gap: 15px;
  }
}
#brands .two-cols .col {
  padding: 35px;
  background-color: #d9f2fb;
  border-radius: 15px;
  align-self: stretch;
}
@media (max-width: 1500px) {
  #brands .two-cols .col {
    max-width: 500px;
  }
  #brands .two-cols .col h3,
  #brands .two-cols .col p {
    text-align: center;
  }
}
#brands .two-cols .col .post-heading {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
#brands .two-cols .col .brands-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
#brands .two-cols .col .brands-wrap .brand {
  width: 200px;
  height: 77px;
  padding: 25px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
}
#brands .two-cols .col .brands-wrap .brand img,
#brands .two-cols .col .brands-wrap .brand svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1500px) {
  #brands .two-cols .col .brands-wrap .brand {
    width: 180px;
  }
}
@media (max-width: 768px) {
  #brands .two-cols .col .brands-wrap .brand {
    width: 160px;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  #brands .two-cols .col .brands-wrap .brand {
    width: 140px;
  }
}
@media (max-width: 440px) {
  #brands .two-cols .col .brands-wrap .brand {
    width: 120px;
  }
}

.popup-wrap.aw-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  padding: 25px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.popup-wrap.aw-popup.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.popup-wrap.aw-popup .popup-close {
  position: absolute;
  right: -22px;
  top: -22px;
  padding: 0;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #00aae5 0%, #0095cc 100%);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}
.popup-wrap.aw-popup .popup-close svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
@media (max-width: 800px) {
  .popup-wrap.aw-popup .popup-close {
    right: 18px;
    top: 6px;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 490px) {
  .popup-wrap.aw-popup .popup-close {
    right: 10px;
  }
}
.popup-wrap.aw-popup .form-wrap {
  position: relative;
  width: 100%;
  max-width: 700px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 0 25px 25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 800px) {
  .popup-wrap.aw-popup .form-wrap {
    max-width: 550px;
    width: 100%;
  }
}
@media (max-width: 585px) {
  .popup-wrap.aw-popup .form-wrap {
    max-width: 400px;
  }
}
.popup-wrap.aw-popup #fa-form {
  overflow-y: visbile;
  max-height: 90vh !important;
}
@media (max-width: 800px) {
  .popup-wrap.aw-popup #fa-form {
    overflow-y: scroll;
    max-height: 80vh !important;
    padding-right: 25px;
  }
}
@media (max-width: 415px) {
  .popup-wrap.aw-popup #fa-form {
    height: 100vh;
    max-height: 100vh;
  }
}
.popup-wrap.aw-popup label {
  font-size: 14px;
  line-height: 1.3;
}
.popup-wrap.aw-popup label span {
  line-height: 1.3;
}
.popup-wrap.aw-popup input[type=text],
.popup-wrap.aw-popup input[type=email],
.popup-wrap.aw-popup input[type=tel],
.popup-wrap.aw-popup input[type=number] {
  height: 25px;
  margin: 0 !important;
  font-size: 14px;
}
@media (max-width: 800px) {
  .popup-wrap.aw-popup input[type=text],
  .popup-wrap.aw-popup input[type=email],
  .popup-wrap.aw-popup input[type=tel],
  .popup-wrap.aw-popup input[type=number] {
    width: 100% !important;
  }
}
.popup-wrap.aw-popup input[type=submit] {
  display: flex;
  flex-direction: row;
  height: 40px;
  font-size: 16px;
  margin: 0 auto;
  padding: 0px 18px;
  border-radius: 21px;
  text-transform: capitalize;
}
.popup-wrap.aw-popup select {
  font-size: 14px !important;
  margin: 0 !important;
  height: 32px !important;
  width: 97% !important;
}
.popup-wrap.aw-popup select option {
  font-size: 14px !important;
}
.popup-wrap.aw-popup .htmlContent {
  font-size: 14px !important;
}
.popup-wrap.aw-popup textarea {
  max-height: 35px;
  font-size: 14px !important;
  width: 97% !important;
}
.popup-wrap.aw-popup #tfa_22,
.popup-wrap.aw-popup *[id^="tfa_22["] {
  width: 97% !important;
}
.popup-wrap.aw-popup #tfa_20-L {
  width: 97% !important;
}
.popup-wrap.aw-popup #tfa_21 {
  position: relative !important;
  top: 2px !important;
}
.popup-wrap.aw-popup #disabled-explanation {
  font-size: 14px !important;
  margin-top: 0 !important;
}
.popup-wrap.aw-popup .oneField.field-container-D {
  margin-top: 0 !important;
}
.popup-wrap.aw-popup #google-captcha br {
  display: none !important;
}
.popup-wrap.aw-popup .captchaHelp {
  font-size: 14px !important;
}
.popup-wrap.aw-popup .wForm .errMsg {
  display: none !important;
}

#hero {
  position: relative;
}
@media (max-width: 585px) {
  #hero {
    padding-bottom: 0;
  }
}
#hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
#hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 2;
}
#hero .wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 975px;
  position: relative;
  z-index: 3;
}
#hero .wrapper h1,
#hero .wrapper .prev-heading,
#hero .wrapper .post-heading,
#hero .wrapper .global-btn {
  text-align: center;
  color: rgb(255, 255, 255);
}
#hero .wrapper h1 {
  font-size: 80px !important;
  font-weight: 700 !important;
  line-height: 108%;
}
@media (max-width: 1024px) {
  #hero .wrapper h1 {
    font-size: 70px !important;
  }
}
@media (max-width: 768px) {
  #hero .wrapper h1 {
    font-size: 60px !important;
  }
}
@media (max-width: 480px) {
  #hero .wrapper h1 {
    font-size: 50px !important;
  }
}
@media (max-width: 440px) {
  #hero .wrapper h1 {
    font-size: 40px !important;
  }
}
#hero .wrapper h1 .prev-heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 108%;
  text-transform: uppercase;
  letter-spacing: 4.4px;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #hero .wrapper h1 .prev-heading {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #hero .wrapper h1 .prev-heading {
    font-size: 18px;
  }
}
#hero .wrapper .post-heading {
  font-size: 30px;
  font-weight: 400;
  line-height: 125%;
  margin-top: 40px;
  margin-bottom: 40px;
}
#hero .wrapper .global-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 11px;
  height: 60px !important;
  max-width: 225px !important;
  min-width: 225px !important;
}
@media (max-width: 768px) {
  #hero .wrapper .global-btn {
    height: 50px !important;
    max-width: 185px !important;
    min-width: 185px !important;
  }
}
#hero .wrapper .floating-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -148px;
  width: 102%;
  max-width: 1073px;
  height: 100px;
  background-color: rgb(255, 255, 255);
  border-radius: 78px;
  border: 2px solid #d9d9d9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 30px;
}
@media (max-width: 1175px) {
  #hero .wrapper .floating-menu {
    padding: 25px;
    width: 100%;
    max-width: 880px;
    height: 75px;
    bottom: -139px;
  }
}
@media (max-width: 1024px) {
  #hero .wrapper .floating-menu {
    padding: 15px;
    max-width: 760px;
    height: 60px;
    bottom: -97px;
  }
}
@media (max-width: 780px) {
  #hero .wrapper .floating-menu {
    padding: 10px;
    height: 50px;
    max-width: 620px;
    bottom: -82px;
  }
}
@media (max-width: 670px) {
  #hero .wrapper .floating-menu {
    max-width: 530px;
  }
}
@media (max-width: 585px) {
  #hero .wrapper .floating-menu {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    transform: none;
    left: 0;
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    margin: 0 auto;
    bottom: -70px;
  }
}
#hero .wrapper .floating-menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  #hero .wrapper .floating-menu ul {
    gap: 40px;
  }
}
@media (max-width: 780px) {
  #hero .wrapper .floating-menu ul {
    gap: 30px;
  }
}
@media (max-width: 585px) {
  #hero .wrapper .floating-menu ul {
    flex-direction: column;
  }
}
#hero .wrapper .floating-menu ul li {
  position: relative;
}
@media (max-width: 585px) {
  #hero .wrapper .floating-menu ul li {
    width: 100%;
  }
}
#hero .wrapper .floating-menu ul li::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 120%;
  background-color: #00aae5;
  right: -29px;
  top: -2px;
}
@media (max-width: 1024px) {
  #hero .wrapper .floating-menu ul li::after {
    right: -23px;
  }
}
@media (max-width: 780px) {
  #hero .wrapper .floating-menu ul li::after {
    right: -15px;
  }
}
@media (max-width: 585px) {
  #hero .wrapper .floating-menu ul li::after {
    width: 110%;
    height: 2px;
    top: unset;
    bottom: -15px;
  }
}
@media (max-width: 350px) {
  #hero .wrapper .floating-menu ul li::after {
    width: 90%;
    right: 10px;
  }
}
#hero .wrapper .floating-menu ul li:last-child::after {
  display: none;
}
#hero .wrapper .floating-menu ul li a,
#hero .wrapper .floating-menu ul li div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #1f282c;
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
  cursor: pointer;
}
@media (max-width: 1500px) {
  #hero .wrapper .floating-menu ul li a,
  #hero .wrapper .floating-menu ul li div {
    font-size: 22px;
  }
}
@media (max-width: 1175px) {
  #hero .wrapper .floating-menu ul li a,
  #hero .wrapper .floating-menu ul li div {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  #hero .wrapper .floating-menu ul li a,
  #hero .wrapper .floating-menu ul li div {
    font-size: 18px;
  }
  #hero .wrapper .floating-menu ul li a svg,
  #hero .wrapper .floating-menu ul li div svg {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 780px) {
  #hero .wrapper .floating-menu ul li a,
  #hero .wrapper .floating-menu ul li div {
    font-size: 15px;
  }
}
@media (max-width: 670px) {
  #hero .wrapper .floating-menu ul li a,
  #hero .wrapper .floating-menu ul li div {
    text-align: center;
  }
  #hero .wrapper .floating-menu ul li a svg,
  #hero .wrapper .floating-menu ul li div svg {
    display: none;
  }
}
@media (max-width: 585px) {
  #hero .wrapper .floating-menu ul li a,
  #hero .wrapper .floating-menu ul li div {
    width: 100%;
  }
  #hero .wrapper .floating-menu ul li a svg,
  #hero .wrapper .floating-menu ul li div svg {
    display: inline-block;
  }
}

#resources {
  background-image: url("../../../../../uploads/2026/02/SupplierWikiBanner.webp");
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#resources::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1000px;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.25) 60%, rgba(255, 255, 255, 0) 80%);
  pointer-events: none;
}
#resources .wrapper {
  position: relative;
  z-index: 2;
}
#resources .wrapper .four-cols {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 1250px) {
  #resources .wrapper .four-cols {
    flex-wrap: wrap;
    max-width: 620px;
    gap: 20px;
  }
}
@media (max-width: 700px) {
  #resources .wrapper .four-cols {
    display: none;
  }
}
#resources .wrapper .four-cols .col {
  width: 25%;
  background-color: rgb(255, 255, 255);
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  align-self: stretch;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1250px) {
  #resources .wrapper .four-cols .col {
    width: 100%;
    max-width: 290px;
  }
}
#resources .wrapper .four-cols .col::after {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 75px;
  height: 22px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  color: #00aae5;
  background-color: rgb(255, 255, 255);
  border-radius: 40px;
  left: 20px;
  top: 20px;
}
#resources .wrapper .four-cols .col:nth-child(1)::after {
  content: "EBook";
}
#resources .wrapper .four-cols .col:nth-child(2)::after {
  content: "Video";
}
#resources .wrapper .four-cols .col:nth-child(3)::after {
  content: "EBook";
}
#resources .wrapper .four-cols .col:nth-child(4)::after {
  content: "Guide";
}
#resources .wrapper .four-cols .col .image-wrap {
  overflow: hidden;
  min-height: 175px;
}
#resources .wrapper .four-cols .col .text-wrap {
  padding: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#resources .wrapper .four-cols .col .text-wrap .global-btn {
  margin-top: auto;
}
#resources .wrapper .resources-slider {
  display: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  #resources .wrapper .resources-slider {
    display: block;
  }
}
#resources .wrapper .resources-slider .slider-viewport {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
#resources .wrapper .resources-slider .slider-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}
#resources .wrapper .resources-slider .slide {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#resources .wrapper .resources-slider .slide .col {
  width: 100%;
  max-width: 290px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  position: relative;
}
#resources .wrapper .resources-slider .slide .col::after {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 75px;
  height: 22px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  color: #00aae5;
  background-color: rgb(255, 255, 255);
  border-radius: 40px;
  left: 20px;
  top: 20px;
}
#resources .wrapper .resources-slider .slide .col .image-wrap {
  overflow: hidden;
}
#resources .wrapper .resources-slider .slide .col .image-wrap img {
  width: 100%;
  height: auto;
}
#resources .wrapper .resources-slider .slide .col .text-wrap {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
#resources .wrapper .resources-slider .slide .col .text-wrap h4 {
  font-size: 18px;
}
#resources .wrapper .resources-slider .slide .col .text-wrap .global-btn {
  margin-top: 15px;
}
#resources .wrapper .resources-slider .slide[data-resource-type=ebook] .col::after {
  content: "EBook";
}
#resources .wrapper .resources-slider .slide[data-resource-type=video] .col::after {
  content: "Video";
}
#resources .wrapper .resources-slider .slide[data-resource-type=guide] .col::after {
  content: "Guide";
}
#resources .wrapper .resources-slider .slider-arrows {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#resources .wrapper .resources-slider .slider-arrow {
  cursor: pointer;
  border: none;
  z-index: 10;
  border-radius: 100%;
  background-color: #00aae5;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  padding: 0;
}
#resources .wrapper .resources-slider .slider-arrow:hover {
  background-color: #0279a5;
}
#resources .wrapper .resources-slider .slider-arrow svg {
  width: 18px;
  height: 18px;
}
#resources .wrapper .resources-slider.is-dragging {
  cursor: grabbing;
}
#resources .wrapper .resources-slider.is-dragging .slider-viewport {
  cursor: grabbing;
}
#resources .wrapper .join-network-btn {
  color: #00aae5;
  background-color: rgb(255, 255, 255);
}
#resources .wrapper .join-network-btn:hover {
  color: rgb(255, 255, 255);
  background-color: #00aae5;
}

#get-started {
  background-color: #00aae5;
}
#get-started h2,
#get-started p,
#get-started span {
  color: rgb(255, 255, 255);
}
#get-started .global-btn {
  max-width: 180px !important;
  min-width: 180px !important;
}
#get-started .global-btn.talk-to-sales-btn {
  cursor: pointer;
}

.language-activated #get-started .global-btn {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  width: 100% !important;
  padding: 5px 20px !important;
}

#customer-success {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
#customer-success h2,
#customer-success .post-heading {
  padding: 0 20px;
}
#customer-success .testimonials-slider-wrapper {
  position: relative;
  width: 100%;
  padding: 40px 0;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#customer-success .testimonials-slider-wrapper.is-dragging, #customer-success .testimonials-slider-wrapper:active {
  cursor: grabbing;
}
#customer-success .testimonials-slider-wrapper.is-dragging .video-iframe-container,
#customer-success .testimonials-slider-wrapper.is-dragging iframe, #customer-success .testimonials-slider-wrapper:active .video-iframe-container,
#customer-success .testimonials-slider-wrapper:active iframe {
  pointer-events: none;
}
@media (max-width: 768px) {
  #customer-success .testimonials-slider-wrapper {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  #customer-success .testimonials-slider-wrapper {
    padding-top: 20px;
  }
}
#customer-success .slider-viewport {
  width: 100%;
  overflow: hidden;
}
#customer-success .slider-track {
  display: flex;
  transition: transform 0.5s ease;
}
#customer-success .slide {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0.5;
  transform: scale(0.85);
}
#customer-success .slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
#customer-success .slide.active .video-wrap {
  pointer-events: auto;
}
#customer-success .slide.prev-slide, #customer-success .slide.next-slide {
  opacity: 0.7;
  transform: scale(0.9);
  pointer-events: none;
}
#customer-success .slide .video-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 20px;
  background: transparent;
}
#customer-success .slide .video-wrap .play-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 13px;
  top: 13px;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}
#customer-success .slide .video-wrap .play-btn:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  #customer-success .slide .video-wrap .play-btn {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 480px) {
  #customer-success .slide .video-wrap .play-btn {
    font-size: 16px !important;
  }
}
#customer-success .slide .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
}
#customer-success .slide .video-wrap .video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  border-radius: 20px;
  transition: opacity 0.3s ease;
}
#customer-success .slide .video-wrap .video-iframe-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}
#customer-success .slide .video-wrap .video-iframe-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#customer-success .slide .video-wrap.video-playing .video-thumbnail {
  opacity: 0;
}
#customer-success .slide .video-wrap.video-playing .video-iframe-container {
  opacity: 1;
}
#customer-success .slide .text-wrap {
  padding-top: 25px;
  opacity: 1;
}
#customer-success .slide .text-wrap .text-btn-wrap {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-bottom: 20px;
  align-items: flex-start;
}
#customer-success .slide .text-wrap .text-btn-wrap .testimonial-text {
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 107% !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  color: #1f282c !important;
  text-align: left !important;
}
@media (max-width: 768px) {
  #customer-success .slide .text-wrap .text-btn-wrap .testimonial-text {
    font-size: 18px !important;
  }
}
@media (max-width: 480px) {
  #customer-success .slide .text-wrap .text-btn-wrap .testimonial-text {
    font-size: 16px !important;
  }
}
#customer-success .slide .text-wrap .text-btn-wrap .global-btn {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 107% !important;
  max-width: 235px;
}
@media (max-width: 768px) {
  #customer-success .slide .text-wrap .text-btn-wrap .global-btn {
    font-size: 18px !important;
    max-width: 200px !important;
    min-width: 200px !important;
    height: 41px;
  }
}
@media (max-width: 480px) {
  #customer-success .slide .text-wrap .text-btn-wrap .global-btn {
    font-size: 15px !important;
    max-width: 185px !important;
    min-width: 185px !important;
  }
}
@media (max-width: 1366px) {
  #customer-success .slide .text-wrap .text-btn-wrap {
    flex-direction: column;
  }
}
#customer-success .slide .text-wrap .info {
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  margin: 0 !important;
  padding: 0 !important;
  color: #666;
}
@media (max-width: 768px) {
  #customer-success .slide .text-wrap .info {
    font-size: 14px !important;
  }
}
#customer-success .slide .text-wrap .info span {
  display: block;
  color: #999;
}
#customer-success .slider-arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
#customer-success .slider-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #00aae5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
}
#customer-success .slider-arrow:hover {
  background: #0279a5;
}
#customer-success .slider-arrow svg {
  width: 20px;
  height: 30px;
}
@media (max-width: 1024px) {
  #customer-success .slide {
    flex: 0 0 65%;
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  #customer-success .slide {
    flex: 0 0 85%;
    max-width: 85%;
    padding: 0 10px;
  }
  #customer-success .slide .text-wrap .text-btn-wrap {
    flex-direction: column;
    gap: 20px;
  }
  #customer-success .slider-arrows {
    margin-top: 30px;
  }
  #customer-success .slider-arrow {
    width: 40px;
    height: 40px;
  }
  #customer-success .slider-arrow svg {
    width: 20px;
    height: 20px;
  }
}

.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.video-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}
.video-popup-overlay .video-popup-container {
  position: relative;
  width: 90%;
  max-width: 1000px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.video-popup-overlay .video-popup-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.video-popup-overlay.active .video-popup-container {
  transform: scale(1);
}
.video-popup-overlay .video-popup-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.video-popup-overlay .video-popup-close:hover {
  background: #fff;
}
.video-popup-overlay .video-popup-close:hover svg {
  stroke: #000;
}
.video-popup-overlay .video-popup-close svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  stroke-width: 2;
}

.ytp-chrome-top-buttons {
  display: none !important;
}

#solutions {
  background-color: #f1fbff;
}
#solutions .full-img-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#solutions .full-img-wrap img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  #solutions .full-img-wrap img {
    display: none;
  }
}
#solutions .three-cols {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-top: 50px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  #solutions .three-cols {
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
#solutions .three-cols .col {
  width: 100%;
  max-width: 290px;
  align-self: stretch;
}
#solutions .three-cols .col h3,
#solutions .three-cols .col p,
#solutions .three-cols .col li,
#solutions .three-cols .col a {
  text-align: center;
}
#solutions .three-cols .col .disclaimer {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400;
}
#solutions .three-cols .col li {
  margin-bottom: 15px;
}
#solutions .three-cols .col li:last-child {
  margin-bottom: 0;
}
#solutions .three-cols .col a {
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  color: #888;
  transition: all 0.3s ease;
}
#solutions .three-cols .col a:hover {
  color: #00aae5;
}
@media (max-width: 768px) {
  #solutions .three-cols .col a {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #solutions .three-cols .col a {
    font-size: 14px;
  }
}
#solutions .three-cols .col .desktop-hidden {
  display: none;
  max-height: 120px;
  max-height: 120px;
  margin: 0 auto 20px auto;
}
@media (max-width: 1024px) {
  #solutions .three-cols .col .desktop-hidden {
    display: block;
  }
}/*# sourceMappingURL=main.css.map */