@import "../fonts/icon/iconfont.css";
@font-face {
  font-family: "Foro";
  src: url("../fonts/Foro/Foro-Regular.woff2") format("woff2"), url("../fonts/Foro/Foro-Regular.woff") format("woff"), url("../fonts/Foro/Foro-Regular.ttf") format("truetype"), url("../fonts/Foro/Foro-Regular.eot") format("embedded-opentype"), url("../fonts/Foro/Foro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Foro";
  src: url("../fonts/Foro/Foro-Light.woff2") format("woff2"), url("../fonts/Foro/Foro-Light.woff") format("woff"), url("../fonts/Foro/Foro-Light.ttf") format("truetype"), url("../fonts/Foro/Foro-Light.eot") format("embedded-opentype"), url("../fonts/Foro/Foro-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Foro";
  src: url("../fonts/Foro/Foro-Medium.woff2") format("woff2"), url("../fonts/Foro/Foro-Medium.woff") format("woff"), url("../fonts/Foro/Foro-Medium.ttf") format("truetype"), url("../fonts/Foro/Foro-Medium.eot") format("embedded-opentype"), url("../fonts/Foro/Foro-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik/Graphik-Regular.woff2") format("woff2"), url("../fonts/Graphik/Graphik-Regular.woff") format("woff"), url("../fonts/Graphik/Graphik-Regular.ttf") format("truetype"), url("../fonts/Graphik/Graphik-Regular.eot") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SimplonNorm";
  src: url("../fonts/SimplonNorm/SimplonNorm-Regular.woff2") format("woff2"), url("../fonts/SimplonNorm/SimplonNorm-Regular.woff") format("woff"), url("../fonts/SimplonNorm/SimplonNorm-Regular.ttf") format("truetype"), url("../fonts/SimplonNorm/SimplonNorm-Regular.eot") format("embedded-opentype"), url("../fonts/SimplonNorm/SimplonNorm-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SimplonNorm";
  src: url("../fonts/SimplonNorm/SimplonNorm-Medium.woff2") format("woff2"), url("../fonts/SimplonNorm/SimplonNorm-Medium.woff") format("woff"), url("../fonts/SimplonNorm/SimplonNorm-Medium.ttf") format("truetype"), url("../fonts/SimplonNorm/SimplonNorm-Medium.eot") format("embedded-opentype"), url("../fonts/SimplonNorm/SimplonNorm-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SimplonNorm";
  src: url("../fonts/SimplonNorm/SimplonNorm-Bold.woff2") format("woff2"), url("../fonts/SimplonNorm/SimplonNorm-Bold.woff") format("woff"), url("../fonts/SimplonNorm/SimplonNorm-Bold.ttf") format("truetype"), url("../fonts/SimplonNorm/SimplonNorm-Bold.eot") format("embedded-opentype"), url("../fonts/SimplonNorm/SimplonNorm-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
html {
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  margin-top: 83px;
}
@media only screen and (max-width: 480px) {
  body {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 768px) {
  .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .content-c {
    margin: 0 -7px;
    flex-direction: row;
  }
}
@media only screen and (max-width: 640px) {
  .content-c {
    flex-direction: column;
    margin: -13px 0;
  }
}
@media only screen and (max-width: 768px) {
  .content-c > div {
    width: calc(50% - 14px);
    margin: 0 7px;
  }
}
@media only screen and (max-width: 640px) {
  .content-c > div {
    width: 100%;
    margin: 13px 0;
  }
}
@media only screen and (max-width: 767px) {
  .content-c > div.image-box {
    order: 0;
  }
}
@media only screen and (max-width: 768px) {
  .content-c.table-column {
    flex-direction: column;
    margin: -13px 0;
  }
}
.content-c.table-column > div {
  width: calc(50% - 24px);
  margin: 0 12px;
}
@media only screen and (max-width: 768px) {
  .content-c.table-column > div {
    width: 100%;
    margin: 13px 0;
  }
}
@media only screen and (max-width: 768px) {
  .content-c.table-column > div.image-box {
    order: -1;
  }
}

@media only screen and (max-width: 768px) {
  .content-not-margin > div.image-box {
    order: 0;
  }
}

.btns {
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  color: #003f6b;
  text-align: center;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1.5px solid #003f6b;
  padding: 16px 25px 14px;
  text-transform: uppercase;
}
.btns:hover {
  background-color: #003f6b;
  color: #ffffff;
}
.btns:focus {
  background-color: #003f6b;
  color: #ffffff;
}
.btns.white {
  background-color: transparent;
  border: 1.5px solid #ffffff;
  color: #ffffff;
}
.btns.white:hover {
  background-color: #ffffff;
  color: #003f6b;
}
.btns.white:focus {
  background-color: #ffffff;
  color: #003f6b;
}

p {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  p {
    font-size: 16px;
    line-height: 1.5;
  }
}

a {
  color: #2a3339;
}
a:hover {
  color: #0097ce;
}

p.large {
  font-size: 24px;
  line-height: 1.33;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  p.large {
    font-size: 20px;
    line-height: 1.6;
  }
}

p.extra-large {
  font-size: 32px;
  line-height: 1.25;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  p.extra-large {
    font-size: 24px;
    line-height: 1.33;
  }
}

.learn-more {
  font-size: 12px;
  letter-spacing: 1.29px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  color: #0097ce;
  text-transform: uppercase;
}
.learn-more:hover {
  color: #003f6b;
}
.learn-more:hover:after {
  background-color: #003f6b;
  left: 4px;
}
.learn-more:focus {
  color: #003f6b;
  border: 1px solid transparent !important;
}
.learn-more:focus:after {
  background-color: #003f6b;
  left: 5px;
}
.learn-more:after {
  font-family: "iconfont" !important;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e604";
  font-size: 12px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0097ce;
  color: #ffffff;
  line-height: 12px;
  text-align: center;
  margin-left: 4px;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
  padding-left: 0.5px;
}
@media only screen and (max-width: 480px) {
  .learn-more:after {
    margin-left: 3px;
  }
}
.learn-more.icon-add:hover:after {
  left: 0;
}
.learn-more.icon-add:focus:after {
  left: 0;
}
.learn-more.icon-add:after {
  content: "\e7d5";
}
.learn-more.icon-watch {
  color: #ffffff;
}
.learn-more.icon-watch:after {
  content: "\e604";
  transform: rotate(0deg);
  background-color: #ffffff;
  color: #2a3339;
}
.learn-more.icon-watch:hover {
  color: #007aff;
}
.learn-more.icon-watch:hover:after {
  background-color: #007aff;
  color: #ffffff;
}
.learn-more.green {
  color: #16B68C;
}
.learn-more.green:after {
  background-color: #16B68C;
}

.text-box a:not(.btns):not(.learn-more):not(.logo):not(.box-link):not(.logout-link) {
  color: #0097ce;
}
.text-box a:not(.btns):not(.learn-more):not(.logo):not(.box-link):not(.logout-link):hover {
  color: #007fac;
  border-bottom: 1px solid #007fac;
}
.text-box a:not(.btns):not(.learn-more):not(.logo):not(.box-link):not(.logout-link):focus {
  border: 1px solid #007fac;
}
.text-box ul.tags li a {
  border-bottom: none;
}

blockquote {
  font-size: 24px;
  line-height: 1.33;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  border-top: 2px solid #2a3339;
  padding-top: 25px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 480px) {
  blockquote {
    padding-top: 24px;
    margin-bottom: 19px;
  }
}
blockquote p {
  max-width: 912px;
  font-size: 24px;
  line-height: 1.33;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}

@media only screen and (max-width: 480px) {
  .quoted-by p {
    font-size: 14px;
    line-height: 1.43;
  }
}
.quoted-by p strong {
  font-weight: 500;
}
.quoted-by h3 {
  font-size: 16px;
  line-height: 1.5;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 5px;
}
.quoted-by h4 {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Foro";
  font-weight: 200;
  font-style: normal;
  color: #6f6f6f;
}

.header {
  border-bottom: none;
}
@media only screen and (max-width: 480px) {
  .header > .container-c {
    height: 64px;
  }
}
.header > .container-c .title-box .background-box {
  margin: 0;
  height: 100%;
  width: 220px;
  background-size: cover;
}
.header > .container-c .title-box .background-box svg {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 480px) {
  .header > .container-c .title-box .background-box {
    width: 147px;
    height: 64px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .header > .container-c .nav-box {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .header > .container-c .nav-box .header-nav {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .header > .container-c .nav-box .header-nav .menu-box {
    display: none;
  }
}
.header > .container-c .nav-box .header-nav .menu-box > li {
  font-size: 18px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #2a3339;
  padding-top: 28px;
  padding-bottom: 27px;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 860px) {
  .header > .container-c .nav-box .header-nav .menu-box > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header > .container-c .nav-box .header-nav .menu-box > li:last-child {
  margin-right: 0;
}
.header > .container-c .nav-box .header-nav .menu-box > li:hover:after {
  width: calc(100% - 50px);
}
@media only screen and (max-width: 860px) {
  .header > .container-c .nav-box .header-nav .menu-box > li:hover:after {
    width: calc(100% - 20px);
  }
}
.header > .container-c .nav-box .header-nav .menu-box > li:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #424242;
  position: absolute;
  left: 25px;
  bottom: -1px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 860px) {
  .header > .container-c .nav-box .header-nav .menu-box > li:after {
    left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .header > .container-c .nav-box .header-nav .search-box {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .header > .container-c .nav-box .header-nav .search-box {
    margin-right: 0;
  }
}
.header .nav-mobile {
  transition: all 0.2s;
  z-index: 10;
  height: auto;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .header .nav-mobile {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header .nav-mobile {
    margin-left: 30px;
  }
}
.header .nav-mobile.nav-active {
  margin-right: -5px;
}
.header .nav-mobile span {
  display: block;
  margin-top: 8px;
  background: #0097ce;
  border-radius: 1px;
  transition: all 0.4s ease-in-out;
  width: 32px;
  height: 2px;
}
@media only screen and (max-width: 480px) {
  .header .nav-mobile span {
    width: 30px;
  }
}
.header .nav-mobile span:first-child {
  margin-top: 0;
}
.header .nav-mobile.nav-active span:first-child {
  transform: rotate(45deg);
  margin-top: 0;
}
.header .nav-mobile.nav-active span:nth-child(2) {
  opacity: 0;
}
.header .nav-mobile.nav-active span:last-child {
  transform: rotate(-45deg);
  margin-top: -12px !important;
}
.header .header-nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  transform: translateY(-100%);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  padding: 80px 19px 50px;
  overflow: auto;
}
@media only screen and (min-width: 769px) {
  .header .header-nav-mobile {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .header .header-nav-mobile {
    padding: 64px 18px 50px;
  }
}
.header .header-nav-mobile.nav-active {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  overflow-x: hidden;
}
.header .header-nav-mobile .menu-box > li {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  color: #003f6b;
  padding: 29px 0;
  text-transform: uppercase;
  position: relative;
  border-top: 0.5px solid rgba(42, 51, 57, 0.25);
}
.header .header-nav-mobile .menu-box > li:first-child {
  border-top: none;
}
.header .header-nav-mobile .menu-box > li:last-child {
  margin-bottom: 0;
}
.header .header-nav-mobile .menu-box > li.open:after {
  transform: rotate(90deg);
}
.header .header-nav-mobile .menu-box > li a:hover {
  color: #007aff;
}
.header .header-nav-mobile .menu-box > li a:focus {
  border: 1px solid transparent;
}
.header .header-nav-mobile .menu-box > li:after {
  content: "";
  display: block;
  width: 20px;
  height: 17px;
  background-image: url(../images/has-child.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 28px;
  right: 0;
  transform: rotate(0);
  transition: all 0.2s;
}
.header .header-nav-mobile .menu-box > li .sub-nav-c {
  display: none;
  padding-top: 13px;
}
.header .header-nav-mobile .menu-box > li .sub-nav-c .title {
  margin-bottom: 20px;
  display: none;
}
.header .header-nav-mobile .menu-box > li .sub-nav-c .sub-menu-box ul {
  margin-bottom: 11px;
}
.header .header-nav-mobile .menu-box > li .sub-nav-c .sub-menu-box ul:last-child {
  margin-bottom: 0;
}
.header .header-nav-mobile .menu-box > li .sub-nav-c .sub-menu-box ul li {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #2a3339;
  margin-bottom: 11px;
  text-transform: capitalize;
}
@media only screen and (max-width: 480px) {
  .header .header-nav-mobile .menu-box > li .sub-nav-c .sub-menu-box ul li {
    color: #0097ce;
  }
}
.header .header-nav-mobile .menu-box > li .sub-nav-c .sub-menu-box ul li strong {
  font-weight: 500;
}
.header .header-nav-mobile .menu-box > li .sub-nav-c .sub-menu-box ul li:last-child {
  margin-bottom: 0;
}
.header .header-nav-mobile .menu-box > li .sub-nav-c .sub-menu-box ul li h3 {
  font-size: 14px;
  font-family: "SimplonNorm";
  font-weight: 600;
  font-style: normal;
  color: #2a3339;
}
.header .header-nav-mobile .sub-menu-box-02 {
  padding-top: 13px;
}
.header .header-nav-mobile .sub-menu-box-02 .sub-menu-c {
  margin-bottom: 14px;
}
.header .header-nav-mobile .sub-menu-box-02 .sub-menu-c h3 {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #003f6b;
  margin-bottom: 13px;
}
.header .header-nav-mobile .sub-menu-box-02 .sub-menu-c ul {
  column-gap: 22px;
  display: inline-block;
}
.header .header-nav-mobile .sub-menu-box-02 .sub-menu-c ul li {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #003f6b;
  margin-bottom: 8px;
}
.header .header-nav-mobile .sub-menu-box-02 .sub-menu-c ul li a {
  display: inline-block;
  background-color: rgba(0, 151, 206, 0.15);
  padding: 6px 7px 5px;
}
.header .header-nav-mobile .sub-menu-box-02 .sub-menu-c ul li a:hover {
  background-color: #0097ce;
  color: #ffffff;
}
.header .header-nav-mobile .sub-menu-box-02 .sub-menu-c ul.column-2 {
  column-count: 2;
  -webkit-column-count: 2;
}
.header .header-nav-mobile .sub-menu-box-02 .sub-menu-c ul.column-3 {
  column-count: 3;
  -webkit-column-count: 3;
}

.header + section {
  margin-top: 80px;
}
@media only screen and (max-width: 480px) {
  .header + section {
    margin-top: 64px;
  }
}

section {
  padding: 60px 0;
  scroll-behavior: smooth;
}
section.join-bottom {
  padding-bottom: 16px;
}

.text-info.background-colour {
  background-color: #F3F6F8;
}

.hero.transparent {
  margin-top: -83px;
}
@media only screen and (max-width: 480px) {
  .hero.transparent {
    margin-top: -64px;
  }
}

.text-alert {
  margin-top: 0;
  padding: 0;
  position: fixed;
  height: 40px;
  z-index: 20;
}

.marquee-block {
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .marquee-block {
    top: 64px;
  }
}
.marquee-block .marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f6f8f9;
  display: flex;
  font-size: 12px;
  height: 40px;
}
.marquee-block .close-btn {
  position: absolute;
  background-color: #f6f8f9;
  top: 0;
  right: 0;
  padding: 11px;
  height: 40px;
}

.marquee .marquee-wrapper {
  display: inline-block;
  margin: auto;
  will-change: transform;
  animation: marquee linear infinite;
}
.marquee .marquee-wrapper a {
  height: 13px;
  text-transform: uppercase;
  padding: 0 12px;
  color: #2A3339;
  line-height: 14px;
  letter-spacing: 1.75px;
}
.marquee .marquee-wrapper a .headline {
  padding: 0;
  font-weight: bold;
}
.marquee .marquee-wrapper a .body {
  padding: 0;
  font-weight: 500;
}

.marquee span:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
/* Respect user preferences about animations */
@media (prefers-reduced-motion: reduce) {
  .marquee {
    white-space: normal;
  }
  .marquee span {
    animation-iteration-count: 1;
    animation-duration: 0.01;
    /* instead of animation: none, so an animationend event is
           * still available, if previously attached.
           */
    padding-left: 0;
  }
}
.cookie {
  z-index: 9999;
  width: 288px;
  bottom: 25px;
  position: fixed;
  left: 20px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 20px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.cookie .cookie-row {
  position: relative;
  top: 0;
}
.cookie .cookie-row p {
  color: #2A3339;
  font-family: SimplonNorm;
  font-size: 16px;
  line-height: 24px;
}
.cookie .cookie-row .close-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.cookie .cookie-row-2 {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.cookie .cookie-row-2 .btns {
  border: 1px solid;
}
.cookie .cookie-row-2 .cookie-learn {
  display: flex;
  align-items: center;
}

.cta .text-box {
  background: none;
  padding: 0;
  display: block;
}
.cta .text-box .text-c {
  max-width: 100%;
  margin-bottom: 0;
}

.background-image {
  background-size: cover;
  /* @media only screen and (max-width:768px){
  	background: none;
  	order: -1;
  } */
}
@media only screen and (min-width: 769px) {
  .background-image img {
    display: none;
  }
}

.arrow-slider .slick-arrow {
  background-color: #F2F5F7;
}
.arrow-slider .slick-arrow:hover {
  background-color: #E7ECF0;
}
.arrow-slider .slick-arrow:hover:after {
  opacity: 1;
}
.arrow-slider .slick-arrow:focus:after {
  opacity: 1;
}

@media only screen and (min-width: 641px) {
  .links-slider-key .slick-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: #F2F5F7;
    display: inline-block;
    font-size: 0;
  }
  .links-slider-key .slick-arrow:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 8px 11px;
    background-position: center;
    transition: all 0.2s ease-in-out;
  }
  .links-slider-key .slick-arrow.slick-prev {
    border-radius: 16px 0 0 16px;
  }
  .links-slider-key .slick-arrow.slick-prev:after {
    background-image: url(../images/arr-l.svg);
  }
  .links-slider-key .slick-arrow.slick-next {
    left: 28px;
    border-radius: 0 16px 16px 0;
  }
  .links-slider-key .slick-arrow.slick-next:after {
    background-image: url(../images/arr-r.svg);
  }
  .links-slider-key .slick-arrow:hover {
    background-color: #E7ECF0;
  }
}
@media only screen and (max-width: 640px) {
  .links-slider-key .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 12px;
    border-radius: 20px;
    background-color: rgba(66, 66, 66, 0.05);
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.75px;
    font-family: "SimplonNorm";
    font-weight: bold;
    font-style: normal;
    color: #2a3339;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 640px) and (max-width: 992px) {
  .links-slider-key .slick-arrow {
    font-size: 10px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 480px) {
  .links-slider-key .slick-arrow {
    padding: 12px 8px;
  }
}
@media only screen and (max-width: 640px) {
  .links-slider-key .slick-arrow:hover {
    background-color: #0097ce;
  }
}
@media only screen and (max-width: 640px) {
  .links-slider-key .slick-arrow:before {
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    background-image: url(../images/page-l.svg);
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 640px) {
  .links-slider-key .slick-arrow.slick-prev {
    left: 0;
  }
}
@media only screen and (max-width: 640px) and (max-width: 480px) {
  .links-slider-key .slick-arrow.slick-prev {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .links-slider-key .slick-arrow.slick-prev:before {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 640px) {
  .links-slider-key .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 640px) and (max-width: 480px) {
  .links-slider-key .slick-arrow.slick-next {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .links-slider-key .slick-arrow.slick-next:before {
    order: 1;
    background-image: url(../images/page-r.svg);
    margin-left: 7px;
  }
}
@media only screen and (max-width: 640px) {
  .links-slider-key .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }
  .links-slider-key .slick-dots li {
    text-align: center;
    font-family: "SimplonNorm";
    font-weight: bold;
    font-style: normal;
    margin-right: 10px;
    font-size: 0;
  }
  .links-slider-key .slick-dots li:last-child {
    margin-right: 0;
  }
  .links-slider-key .slick-dots li.slick-active button {
    color: #ffffff;
    background-color: #0097ce;
    width: 8px;
    height: 8px;
  }
  .links-slider-key .slick-dots li button {
    display: block;
    border-radius: 50%;
    color: #2a3339;
    width: 5px;
    height: 5px;
    background-color: rgba(42, 51, 57, 0.15);
  }
  .links-slider-key .slick-dots li button:hover {
    color: #ffffff;
    background-color: #0097ce;
    width: 8px;
    height: 8px;
  }
}

@media only screen and (min-width: 993px) {
  .arrow-slider-2 .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 12px;
    border-radius: 20px;
    background-color: rgba(66, 66, 66, 0.05);
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.75px;
    font-family: "SimplonNorm";
    font-weight: bold;
    font-style: normal;
    color: #2a3339;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 993px) and (max-width: 992px) {
  .arrow-slider-2 .slick-arrow {
    font-size: 10px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 480px) {
  .arrow-slider-2 .slick-arrow {
    padding: 12px 8px;
  }
}
@media only screen and (min-width: 993px) {
  .arrow-slider-2 .slick-arrow:hover {
    background-color: rgba(42, 51, 57, 0.15);
  }
}
@media only screen and (min-width: 993px) {
  .arrow-slider-2 .slick-arrow:before {
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    background-image: url(../images/page-l.svg);
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 993px) {
  .arrow-slider-2 .slick-arrow.slick-prev {
    left: 25%;
  }
}
@media only screen and (min-width: 993px) and (max-width: 480px) {
  .arrow-slider-2 .slick-arrow.slick-prev {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 993px) {
  .arrow-slider-2 .slick-arrow.slick-prev:before {
    margin-right: 7px;
  }
}
@media only screen and (min-width: 993px) {
  .arrow-slider-2 .slick-arrow.slick-next {
    right: 25%;
  }
}
@media only screen and (min-width: 993px) and (max-width: 480px) {
  .arrow-slider-2 .slick-arrow.slick-next {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 993px) {
  .arrow-slider-2 .slick-arrow.slick-next:before {
    order: 1;
    background-image: url(../images/page-r.svg);
    margin-left: 7px;
  }
}
@media only screen and (min-width: 993px) {
  .arrow-slider-2 .slick-list .slick-slide {
    padding-bottom: 88px;
  }
}
@media only screen and (min-width: 993px) {
  .arrow-slider-2 .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }
  .arrow-slider-2 .slick-dots li {
    display: none;
    text-align: center;
    font-family: "SimplonNorm";
    font-weight: normal;
    font-style: normal;
    margin-right: 10px;
    font-size: 14px;
  }
  .arrow-slider-2 .slick-dots li .hide {
    display: none;
  }
  .arrow-slider-2 .slick-dots li.first-dot.before {
    display: flex;
  }
  .arrow-slider-2 .slick-dots li.first-dot.before span {
    padding-top: 13px;
  }
  .arrow-slider-2 .slick-dots li.last-dot.before {
    display: flex;
  }
  .arrow-slider-2 .slick-dots li.last-dot.before span {
    padding-top: 13px;
  }
  .arrow-slider-2 .slick-dots li:last-child {
    margin-right: 0;
  }
  .arrow-slider-2 .slick-dots li.slick-active {
    display: inline-block;
  }
  .arrow-slider-2 .slick-dots li.slick-active button {
    color: #ffffff;
    background-color: #0097ce;
    width: 40px;
    height: 40px;
  }
  .arrow-slider-2 .slick-dots li.before {
    display: inline-block;
  }
  .arrow-slider-2 .slick-dots li.after {
    display: inline-block;
  }
  .arrow-slider-2 .slick-dots li .first-dot, .arrow-slider-2 .slick-dots li .last-dot {
    display: none;
  }
  .arrow-slider-2 .slick-dots li button, .arrow-slider-2 .slick-dots li span {
    display: block;
    border-radius: 50%;
    color: #2a3339;
    width: 40px;
    height: 40px;
  }
  .arrow-slider-2 .slick-dots li button:hover, .arrow-slider-2 .slick-dots li span:hover {
    background-color: rgba(42, 51, 57, 0.15);
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .arrow-slider-2 .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 12px;
    border-radius: 20px;
    background-color: rgba(66, 66, 66, 0.05);
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.75px;
    font-family: "SimplonNorm";
    font-weight: bold;
    font-style: normal;
    color: #2a3339;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 992px) and (max-width: 992px) {
  .arrow-slider-2 .slick-arrow {
    font-size: 10px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 480px) {
  .arrow-slider-2 .slick-arrow {
    padding: 12px 8px;
  }
}
@media only screen and (max-width: 992px) {
  .arrow-slider-2 .slick-arrow:hover {
    background-color: #0097ce;
  }
}
@media only screen and (max-width: 992px) {
  .arrow-slider-2 .slick-arrow:before {
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    background-image: url(../images/page-l.svg);
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 992px) {
  .arrow-slider-2 .slick-arrow.slick-prev {
    left: 0;
  }
}
@media only screen and (max-width: 992px) and (max-width: 480px) {
  .arrow-slider-2 .slick-arrow.slick-prev {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .arrow-slider-2 .slick-arrow.slick-prev:before {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 992px) {
  .arrow-slider-2 .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 992px) and (max-width: 480px) {
  .arrow-slider-2 .slick-arrow.slick-next {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .arrow-slider-2 .slick-arrow.slick-next:before {
    order: 1;
    background-image: url(../images/page-r.svg);
    margin-left: 7px;
  }
}
@media only screen and (max-width: 992px) {
  .arrow-slider-2 .slick-list .slick-slide {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .arrow-slider-2 .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 3%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }
  .arrow-slider-2 .slick-dots li {
    display: none;
    text-align: center;
    font-family: "SimplonNorm";
    font-weight: bold;
    font-style: normal;
    margin-right: 10px;
    font-size: 0;
  }
  .arrow-slider-2 .slick-dots li:last-child {
    margin-right: 0;
  }
  .arrow-slider-2 .slick-dots li.slick-active {
    display: inline-block;
  }
  .arrow-slider-2 .slick-dots li.slick-active button {
    color: #ffffff;
    background-color: #0097ce;
    width: 8px;
    height: 8px;
  }
  .arrow-slider-2 .slick-dots li.before {
    display: inline-block;
  }
  .arrow-slider-2 .slick-dots li.after {
    display: inline-block;
  }
  .arrow-slider-2 .slick-dots li button {
    display: block;
    border-radius: 50%;
    color: #2a3339;
    width: 5px;
    height: 5px;
    background-color: rgba(42, 51, 57, 0.15);
  }
  .arrow-slider-2 .slick-dots li button:hover {
    color: #ffffff;
    background-color: #0097ce;
    width: 8px;
    height: 8px;
  }
}

@media only screen and (min-width: 769px) {
  .arrow-slider-3 .slick-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: #F2F5F7;
    display: inline-block;
    font-size: 0;
  }
  .arrow-slider-3 .slick-arrow:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 8px 11px;
    background-position: center;
    transition: all 0.2s ease-in-out;
  }
  .arrow-slider-3 .slick-arrow.slick-prev {
    border-radius: 16px 0 0 16px;
  }
  .arrow-slider-3 .slick-arrow.slick-prev:after {
    background-image: url(../images/arr-l.svg);
  }
  .arrow-slider-3 .slick-arrow.slick-next {
    left: 28px;
    border-radius: 0 16px 16px 0;
  }
  .arrow-slider-3 .slick-arrow.slick-next:after {
    background-image: url(../images/arr-r.svg);
  }
  .arrow-slider-3 .slick-arrow:hover {
    background-color: #E7ECF0;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-3 .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 12px;
    border-radius: 20px;
    background-color: rgba(66, 66, 66, 0.05);
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.75px;
    font-family: "SimplonNorm";
    font-weight: bold;
    font-style: normal;
    color: #2a3339;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 992px) {
  .arrow-slider-3 .slick-arrow {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .arrow-slider-3 .slick-arrow {
    padding: 12px 8px;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-3 .slick-arrow:hover {
    background-color: #0097ce;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-3 .slick-arrow:before {
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    background-image: url(../images/page-l.svg);
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-3 .slick-arrow.slick-prev {
    left: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .arrow-slider-3 .slick-arrow.slick-prev {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-3 .slick-arrow.slick-prev:before {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-3 .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .arrow-slider-3 .slick-arrow.slick-next {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-3 .slick-arrow.slick-next:before {
    order: 1;
    background-image: url(../images/page-r.svg);
    margin-left: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-3 .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }
  .arrow-slider-3 .slick-dots li {
    text-align: center;
    font-family: "SimplonNorm";
    font-weight: bold;
    font-style: normal;
    margin-right: 10px;
    font-size: 0;
  }
  .arrow-slider-3 .slick-dots li:last-child {
    margin-right: 0;
  }
  .arrow-slider-3 .slick-dots li.slick-active button {
    color: #ffffff;
    background-color: #0097ce;
    width: 8px;
    height: 8px;
  }
  .arrow-slider-3 .slick-dots li button {
    display: block;
    border-radius: 50%;
    color: #2a3339;
    width: 5px;
    height: 5px;
    background-color: rgba(42, 51, 57, 0.15);
  }
  .arrow-slider-3 .slick-dots li button:hover {
    color: #ffffff;
    background-color: #0097ce;
    width: 8px;
    height: 8px;
  }
}

.arrow-slider-2 .slick-track, .arrow-slider-3 .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.section-intro-single .image-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 641px) {
  .section-intro-single .image-box {
    background: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .section-intro-single .image-box {
    height: 360px;
  }
}
@media only screen and (max-width: 640px) {
  .section-intro-single .image-box img {
    display: none;
  }
}

.arrow-slider-2 .slider-c .fade-obj, .arrow-slider-3 .slider-c .fade-obj, .arrow-slider .slider-c .fade-obj, .links-slider-key .slider-c .fade-obj, .slider-image-quote .slider-c .fade-obj, .slider-map .slider-c .fade-obj {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.4s;
}
.arrow-slider-2 .slider-c .fade-obj.fade-02, .arrow-slider-3 .slider-c .fade-obj.fade-02, .arrow-slider .slider-c .fade-obj.fade-02, .links-slider-key .slider-c .fade-obj.fade-02, .slider-image-quote .slider-c .fade-obj.fade-02, .slider-map .slider-c .fade-obj.fade-02 {
  transition: all 0.4s 0.1s;
}
.arrow-slider-2 .slider-c .fade-obj.fade-03, .arrow-slider-3 .slider-c .fade-obj.fade-03, .arrow-slider .slider-c .fade-obj.fade-03, .links-slider-key .slider-c .fade-obj.fade-03, .slider-image-quote .slider-c .fade-obj.fade-03, .slider-map .slider-c .fade-obj.fade-03 {
  transition: all 0.4s 0.2s;
}
.arrow-slider-2 .slider-c .fade-obj.fade-04, .arrow-slider-3 .slider-c .fade-obj.fade-04, .arrow-slider .slider-c .fade-obj.fade-04, .links-slider-key .slider-c .fade-obj.fade-04, .slider-image-quote .slider-c .fade-obj.fade-04, .slider-map .slider-c .fade-obj.fade-04 {
  transition: all 0.4s 0.3s;
}
.arrow-slider-2 .slider-c .fade-obj.active, .arrow-slider-3 .slider-c .fade-obj.active, .arrow-slider .slider-c .fade-obj.active, .links-slider-key .slider-c .fade-obj.active, .slider-image-quote .slider-c .fade-obj.active, .slider-map .slider-c .fade-obj.active {
  transform: translateY(0);
  opacity: 1;
}

.section-intro-slider .arrow-slider .slider-c .text-box, .section-intro-slider .links-slider-key .slider-c .text-box {
  padding-bottom: 60px;
}
.section-intro-slider .arrow-slider .slider-c .image-box, .section-intro-slider .links-slider-key .slider-c .image-box {
  max-height: 450px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .section-intro-slider .links-slider-key {
    margin-bottom: 120px;
  }
  .section-intro-slider .links-slider-key .slick-arrow {
    bottom: -76px;
    transform: translateY(100%);
  }
  .section-intro-slider .links-slider-key .slick-dots {
    bottom: -90px;
    transform: translate(-50%, 100%);
  }
}
.section-intro-slider .units-box {
  display: flex;
  flex-wrap: wrap;
  margin: 8px -12px -12px;
}
.section-intro-slider .units-box .unit-box {
  width: calc(25% - 24px);
  margin: 12px;
  border-top: 1px solid #A1A1A1;
  padding-top: 11px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.section-intro-slider .units-box .unit-box:hover, .section-intro-slider .units-box .unit-box.active {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .section-intro-slider .units-box .unit-box {
    width: calc(50% - 24px);
  }
}
@media only screen and (max-width: 480px) {
  .section-intro-slider .units-box .unit-box {
    width: calc(100% - 24px);
  }
}
@media only screen and (min-width: 480px) {
  .section-intro-slider .units-box .unit-box:nth-child(1), .section-intro-slider .units-box .unit-box:nth-child(2), .section-intro-slider .units-box .unit-box:nth-child(3), .section-intro-slider .units-box .unit-box:nth-child(4) {
    display: block;
  }
}
.section-intro-slider .units-box .unit-box h5 {
  margin-bottom: 10px;
}
.section-intro-slider .units-box .unit-box p {
  max-width: 257px;
}

.background-box .mask {
  width: 100%;
  height: 100%;
  background-image: url(../images/mask.png);
  background-size: 100% 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 769px) {
  .hero-alternate .content-c {
    align-items: flex-start;
    align-items: normal;
  }
}

.hero .text-box h5, .hero-alternate .text-box h5 {
  margin-bottom: 36px;
}
.hero .text-box h1, .hero-alternate .text-box h1 {
  margin-bottom: 36px;
}
@media only screen and (max-width: 480px) {
  .hero .text-box h1, .hero-alternate .text-box h1 {
    margin-bottom: 14px;
  }
}
.hero .text-box p, .hero-alternate .text-box p {
  margin-bottom: 24px;
}

.text-header .text-content .alternate-box .select-box.active:after {
  transform: rotate(180deg);
}
.text-header .text-header-video .background-box {
  height: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .text-header .text-header-video .background-box {
    height: auto;
  }
}
@supports (-ms-ime-align: auto) {
  .text-header .text-header-video .background-box {
    height: auto;
  }
}
.text-header .author-box .author-list li a {
  display: block;
  border-radius: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.text-header .author-box .author-list li a:hover .img-c {
  transform: scale(1.05);
}
.text-header .author-box .author-list li .img-c {
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 700px) {
  .traditional-logo-grid .logo-grid {
    margin: -16px -15px;
  }
}
@media only screen and (max-width: 700px) {
  .traditional-logo-grid .logo-grid .logo-c {
    width: calc(50% - 30px);
    margin: 16px 15px;
  }
}
.traditional-logo-grid .logo-grid .logo-c .img img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(92%) saturate(3143%) hue-rotate(172deg) brightness(85%) contrast(102%);
  max-height: 50px;
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 960px) {
  .traditional-logo-grid .logo-grid .logo-c .img img {
    max-height: 48px;
  }
}
@media only screen and (max-width: 700px) {
  .traditional-logo-grid .logo-grid .logo-c .img img {
    max-height: 40px;
  }
}
.traditional-logo-grid .arrow-slider .slick-arrow, .traditional-logo-grid .links-slider-key .slick-arrow {
  bottom: -40px;
  transform: translateY(100%);
}
.traditional-logo-grid .arrow-slider-2 .slick-list, .traditional-logo-grid .arrow-slider-3 .slick-list {
  margin: 0 -40px;
}
@media only screen and (max-width: 992px) {
  .traditional-logo-grid .arrow-slider-2 .slick-list, .traditional-logo-grid .arrow-slider-3 .slick-list {
    margin: 0 -15px;
  }
}
.traditional-logo-grid .arrow-slider-2 .logo-c, .traditional-logo-grid .arrow-slider-3 .logo-c {
  padding: 0 40px;
}
@media only screen and (max-width: 992px) {
  .traditional-logo-grid .arrow-slider-2 .logo-c, .traditional-logo-grid .arrow-slider-3 .logo-c {
    padding: 0 15px;
  }
}
.traditional-logo-grid .arrow-slider-2 .logo-c .img, .traditional-logo-grid .arrow-slider-3 .logo-c .img {
  text-align: center;
}
.traditional-logo-grid .arrow-slider-2 .logo-c .img img, .traditional-logo-grid .arrow-slider-3 .logo-c .img img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(92%) saturate(3143%) hue-rotate(172deg) brightness(85%) contrast(102%);
  width: auto;
  max-height: 50px;
}
@media only screen and (max-width: 960px) {
  .traditional-logo-grid .arrow-slider-2 .logo-c .img img, .traditional-logo-grid .arrow-slider-3 .logo-c .img img {
    max-height: 48px;
  }
}
@media only screen and (max-width: 700px) {
  .traditional-logo-grid .arrow-slider-2 .logo-c .img img, .traditional-logo-grid .arrow-slider-3 .logo-c .img img {
    max-height: 40px;
  }
}
.traditional-logo-grid .arrow-slider-2 .logo-c .h-gray, .traditional-logo-grid .arrow-slider-3 .logo-c .h-gray {
  margin-top: 45px;
  margin-bottom: 6px;
}
.traditional-logo-grid .arrow-slider-2 .logo-c > a, .traditional-logo-grid .arrow-slider-3 .logo-c > a {
  font-size: 12px;
  height: 18px;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  color: #6f6f6f;
}
.traditional-logo-grid .arrow-slider-2 .logo-c > a:hover, .traditional-logo-grid .arrow-slider-3 .logo-c > a:hover {
  color: #007aff;
}

@media only screen and (max-width: 768px) {
  .bio-grid-small .bio-grid, .bio-grid .bio-grid {
    margin: -20px -15px;
  }
}
@media only screen and (max-width: 560px) {
  .bio-grid-small .bio-grid, .bio-grid .bio-grid {
    margin: -16px -7px;
  }
}
@media only screen and (max-width: 768px) {
  .bio-grid-small .bio-grid .bio-c, .bio-grid .bio-grid .bio-c {
    width: calc(25% - 30px);
    margin: 20px 15px;
  }
}
@media only screen and (max-width: 560px) {
  .bio-grid-small .bio-grid .bio-c, .bio-grid .bio-grid .bio-c {
    width: calc(50% - 14px);
    margin: 16px 7px;
  }
}
.bio-grid-small .bio-grid .bio-c .linkedin, .bio-grid .bio-grid .bio-c .linkedin {
  color: rgba(42, 51, 57, 0.5);
}
.bio-grid-small .arrow-slider-2 .slick-list, .bio-grid-small .arrow-slider-3 .slick-list, .bio-grid .arrow-slider-2 .slick-list, .bio-grid .arrow-slider-3 .slick-list {
  margin: 0 -40px;
}
@media only screen and (max-width: 768px) {
  .bio-grid-small .arrow-slider-2 .slick-list, .bio-grid-small .arrow-slider-3 .slick-list, .bio-grid .arrow-slider-2 .slick-list, .bio-grid .arrow-slider-3 .slick-list {
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 560px) {
  .bio-grid-small .arrow-slider-2 .slick-list, .bio-grid-small .arrow-slider-3 .slick-list, .bio-grid .arrow-slider-2 .slick-list, .bio-grid .arrow-slider-3 .slick-list {
    margin: 0 -7px;
  }
}
.bio-grid-small .arrow-slider-2 .bio-c, .bio-grid-small .arrow-slider-3 .bio-c, .bio-grid .arrow-slider-2 .bio-c, .bio-grid .arrow-slider-3 .bio-c {
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  .bio-grid-small .arrow-slider-2 .bio-c, .bio-grid-small .arrow-slider-3 .bio-c, .bio-grid .arrow-slider-2 .bio-c, .bio-grid .arrow-slider-3 .bio-c {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 560px) {
  .bio-grid-small .arrow-slider-2 .bio-c, .bio-grid-small .arrow-slider-3 .bio-c, .bio-grid .arrow-slider-2 .bio-c, .bio-grid .arrow-slider-3 .bio-c {
    padding: 0 7px;
  }
}
.bio-grid-small .arrow-slider-2 .bio-c .img, .bio-grid-small .arrow-slider-3 .bio-c .img, .bio-grid .arrow-slider-2 .bio-c .img, .bio-grid .arrow-slider-3 .bio-c .img {
  width: 100%;
  max-width: 80px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  margin: 0 auto 7px;
}
.bio-grid-small .arrow-slider-2 .bio-c .img .img-c, .bio-grid-small .arrow-slider-3 .bio-c .img .img-c, .bio-grid .arrow-slider-2 .bio-c .img .img-c, .bio-grid .arrow-slider-3 .bio-c .img .img-c {
  width: 100%;
  background-size: cover;
  filter: saturate(0%);
  -webkit-filter: saturate(0%);
}
.bio-grid-small .arrow-slider-2 .bio-c .img .mask, .bio-grid-small .arrow-slider-3 .bio-c .img .mask, .bio-grid .arrow-slider-2 .bio-c .img .mask, .bio-grid .arrow-slider-3 .bio-c .img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 122, 255, 0.25);
  mix-blend-mode: multiply;
}
.bio-grid-small .arrow-slider-2 .bio-c h3, .bio-grid-small .arrow-slider-3 .bio-c h3, .bio-grid .arrow-slider-2 .bio-c h3, .bio-grid .arrow-slider-3 .bio-c h3 {
  margin-bottom: 6px;
}
.bio-grid-small .arrow-slider-2 .bio-c h5, .bio-grid-small .arrow-slider-3 .bio-c h5, .bio-grid .arrow-slider-2 .bio-c h5, .bio-grid .arrow-slider-3 .bio-c h5 {
  margin-bottom: 10px;
}
.bio-grid-small .arrow-slider-2 .bio-c .linkedin, .bio-grid-small .arrow-slider-3 .bio-c .linkedin, .bio-grid .arrow-slider-2 .bio-c .linkedin, .bio-grid .arrow-slider-3 .bio-c .linkedin {
  color: rgba(42, 51, 57, 0.5);
}
.bio-grid-small .arrow-slider-2 .bio-c .linkedin:hover, .bio-grid-small .arrow-slider-3 .bio-c .linkedin:hover, .bio-grid .arrow-slider-2 .bio-c .linkedin:hover, .bio-grid .arrow-slider-3 .bio-c .linkedin:hover {
  color: #007aff;
}
.bio-grid-small .arrow-slider-2 .bio-c .linkedin span, .bio-grid-small .arrow-slider-3 .bio-c .linkedin span, .bio-grid .arrow-slider-2 .bio-c .linkedin span, .bio-grid .arrow-slider-3 .bio-c .linkedin span {
  font-size: 14px;
}

.bio-grid .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bio-grid .title-box .learn-more {
  margin-left: 20px;
}

.read-time {
  margin-top: 20px;
}
.read-time .read-time-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.read-time .read-time-icon.full {
  background-image: url(../images/read-time-full.svg);
}
.read-time .read-time-icon.quarter {
  background-image: url(../images/read-time-quater.svg);
  height: 24px;
  background-position: right;
}
.read-time .read-time-icon.half {
  background-image: url(../images/read-time-half.svg);
}
.read-time .read-time-icon.three-quarters {
  background-image: url(../images/read-time-three-quater.svg);
}
.read-time .read-time-icon.white.full {
  background-image: url(../images/read-time-full-white.svg);
}
.read-time .read-time-icon.white.quarter {
  background-image: url(../images/read-time-quater-white.svg);
}
.read-time .read-time-icon.white.half {
  background-image: url(../images/read-time-half-white.svg);
}
.read-time .read-time-icon.white.three-quarters {
  background-image: url(../images/read-time-three-quater-white.svg);
}
.read-time strong {
  margin-left: 35px;
}

footer .footer-form {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  footer .footer-form {
    padding-top: 39px;
    padding-bottom: 29px;
  }
}
@media only screen and (max-width: 480px) {
  footer .footer-form {
    padding-top: 48px;
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer-form .container-c .text-box {
    margin-bottom: 24px;
  }
}
footer .footer-form .container-c .form-box form .form-group input:not([type=submit]), footer .footer-form .container-c .form-box form .ginput_container input:not([type=submit]), footer .footer-form .container-c .form-box form .gform_footer input:not([type=submit]), footer .footer-form .container-c .form-box form .input input:not([type=submit]), footer .footer-form .container-c .form-box form .actions input:not([type=submit]) {
  padding: 0 11px !important;
}
footer .footer-form .container-c .form-box form .form-group input[type=submit], footer .footer-form .container-c .form-box form .ginput_container input[type=submit], footer .footer-form .container-c .form-box form .gform_footer input[type=submit], footer .footer-form .container-c .form-box form .input input[type=submit], footer .footer-form .container-c .form-box form .actions input[type=submit] {
  padding-left: 22px;
  padding-right: 22px;
}
footer .footer-nav .container-c .nav-box {
  max-width: none;
}
footer .footer-nav .container-c .nav-box ul {
  margin-bottom: 0;
}
footer .footer-blank .blank {
  background-color: #0097ce;
}

body > svg {
  position: absolute;
}

.header .log-out ~ .container-c {
  position: relative;
}
.header .log-out ~ .container-c .title-box a span {
  height: calc(100% + 1px) !important;
  bottom: 0 !important;
}
.header.over .log-out ~ .container-c {
  position: relative;
}
.header.over .log-out ~ .container-c .title-box a span {
  height: calc(100% + 1px) !important;
  bottom: 0 !important;
}
.header.over > .container-c {
  background-color: white;
  color: transparent;
  -webkit-transition: border-bottom 0.2s linear, background-color 0.2s linear;
  -ms-transition: border-bottom 0.2s linear, background-color 0.2s linear;
  transition: border-bottom 0.2s linear, background-color 0.2s linear;
  border-bottom: 1px solid white;
}
.header.over > .container-c .title-box a .background-box {
  z-index: 1;
  height: 100%;
  width: 220px;
  margin: 0;
  background-size: cover;
  background-color: #0097ce;
}
@media only screen and (max-width: 480px) {
  .header.over > .container-c .title-box a .background-box {
    width: 147px;
    height: 64px;
    background-size: 100%;
  }
}
.header.over > .container-c .nav-box .header-nav .menu-box > li {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  color: #003f6b;
  text-transform: uppercase;
  padding-top: 33px;
  padding-bottom: 32px;
}
.header.over > .container-c .nav-box .header-nav .menu-box > li:after {
  height: 2px;
  background-color: #003f6b;
  content: none;
}
.header.over > .container-c .nav-box .header-nav .menu-box > li ul > li a:not(.btns) {
  color: #444;
}
.header.over > .container-c .nav-box .header-nav .search-box a .search-open {
  background-image: url(../images/search_blue.svg);
}
.header.over > .container-c .nav-box .header-nav .search-box a .search-close {
  background-image: url(../images/close_blue.svg);
}
.header.over > .container-c .nav-box .nav-mobile span {
  background: #0097ce;
}
.header.header-c {
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.header.header-c .log-out ~ .container-c {
  position: relative;
}
.header.header-c .log-out ~ .container-c .title-box a span {
  height: calc(100% + 1px) !important;
  bottom: 0 !important;
}
.header.header-c .container-c {
  color: transparent;
  -webkit-transition: border-bottom 0.2s linear;
  -ms-transition: border-bottom 0.2s linear;
  transition: border-bottom 0.2s linear;
  border-bottom: 1px solid rgba(42, 51, 57, 0.25) !important;
}
.header.header-c .container-c .title-box a .background-box {
  background-color: #0097ce;
}
.header.header-c .container-c .nav-box .header-nav .menu-box > li {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  color: #003f6b;
  text-transform: uppercase;
  padding-top: 33px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 1100px) {
  .header.header-c .container-c .nav-box .header-nav .menu-box > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header.header-c .container-c .nav-box .header-nav .menu-box > li:after {
  height: 2px;
  background-color: #003f6b;
  content: none;
}
.header.header-c .container-c .nav-box .header-nav .menu-box > li ul > li a {
  color: #444;
}
.header.header-c .container-c .nav-box .header-nav .search-box a .search-open {
  background-image: url(../images/search_blue.svg);
}
.header.header-c .container-c .nav-box .header-nav .search-box a .search-close {
  background-image: url(../images/close_blue.svg);
}
.header.header-c .container-c .nav-box .nav-mobile span {
  background: #0097ce;
}
.header.header-c .search-form-box .container-c {
  border: none;
}
.header.header-main .log-out ~ .container-c {
  position: relative;
}
.header.header-main .log-out ~ .container-c .title-box a span {
  height: calc(100% + 1px) !important;
  bottom: 0 !important;
}
.header.header-main .container-c {
  background-color: white;
  color: transparent;
  -webkit-transition: border-bottom 0.2s linear;
  -ms-transition: border-bottom 0.2s linear;
  transition: border-bottom 0.2s linear;
  border-bottom: 1px solid rgba(42, 51, 57, 0.25);
}
.header.header-main .container-c .title-box a .background-box {
  z-index: 1;
  background-color: #0097ce;
}
.header.header-main .container-c .nav-box .header-nav .menu-box > li {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  color: #003f6b;
  text-transform: uppercase;
  padding-top: 33px;
  padding-bottom: 32px;
}
.header.header-main .container-c .nav-box .header-nav .menu-box > li.mobile-nav-item {
  display: none;
}
.header.header-main .container-c .nav-box .header-nav .menu-box > li:after {
  height: 2px;
  background-color: #003f6b;
  content: none;
}
.header.header-main .container-c .nav-box .header-nav .menu-box > li ul > li a:not(.btns) {
  color: #444;
}
.header.header-main .container-c .nav-box .header-nav .search-box a .search-open {
  background-image: url(../images/search_blue.svg);
}
.header.header-main .container-c .nav-box .header-nav .search-box a .search-close {
  background-image: url(../images/close_blue.svg);
}
.header.header-main .container-c .nav-box .nav-mobile span {
  background: #0097ce;
}
.header.nav-active > .container-c {
  border-bottom: 0.5px solid rgba(42, 51, 57, 0.25);
}
.header > .container-c {
  color: transparent;
  padding-left: 0;
  padding-right: 28px;
  max-width: 100%;
}
.header > .container-c .title-box {
  padding: 0;
}
.header > .container-c .nav-box .header-nav .menu-box {
  position: relative;
}
.header > .container-c .nav-box .header-nav .menu-box.open .line {
  opacity: 1;
  transform: translateX();
}
.header > .container-c .nav-box .header-nav .menu-box .line {
  content: "";
  display: block;
  width: 85px;
  height: 4px;
  background-color: #003f6b;
  position: absolute;
  left: 25px;
  bottom: -1px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1100px) {
  .header > .container-c .nav-box .header-nav .menu-box .line {
    left: 10px;
  }
}
.header > .container-c .nav-box .header-nav .menu-box > li {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 33px;
  padding-bottom: 32px;
  flex: 1 1 auto;
}
.header > .container-c .nav-box .header-nav .menu-box > li.mobile-nav-item {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .header > .container-c .nav-box .header-nav .menu-box > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header > .container-c .nav-box .header-nav .menu-box > li.menu-item.current-menu-item:after, .header > .container-c .nav-box .header-nav .menu-box > li.menu-item.current-menu-ancestor:after, .header > .container-c .nav-box .header-nav .menu-box > li.menu-item.current-menu-parent:after {
  content: "";
  height: 4px;
  background-color: #003f6b;
  width: calc(100% - 50px);
  z-index: -1;
}
.header > .container-c .nav-box .header-nav .menu-box > li.simple-menu {
  position: relative;
}
.header > .container-c .nav-box .header-nav .menu-box > li.simple-menu .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  width: 216px;
  transform: translateX(-50%);
  text-align: center;
  background-color: #ffffff;
  padding: 20px 15px;
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  margin-bottom: 24px;
}
.header > .container-c .nav-box .header-nav .menu-box > li.simple-menu .sub-menu:last-child {
  margin-bottom: 0;
}
.header > .container-c .nav-box .header-nav .menu-box > li.simple-menu .sub-menu li {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #2a3339;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.header > .container-c .nav-box .header-nav .menu-box > li.simple-menu .sub-menu li:last-child {
  margin-bottom: 0;
}
.header > .container-c .nav-box .header-nav .menu-box > li.simple-menu .sub-menu li strong {
  font-weight: 500;
}
.header > .container-c .nav-box .header-nav .menu-box > li > a:hover {
  color: inherit;
}
.header > .container-c .nav-box .header-nav .search-box {
  margin-left: 15px;
  position: relative;
}
.header > .container-c .nav-box .header-nav .search-box a {
  display: block;
  background-color: transparent;
  transition: unset;
}
.header > .container-c .nav-box .header-nav .search-box a .search-open {
  background-image: url(../images/search.svg);
  width: 21px;
  height: 19px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .header > .container-c .nav-box .header-nav .search-box a .search-open {
    width: 23px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.header > .container-c .nav-box .header-nav .search-box a .search-close {
  background-image: url(../images/close.svg);
  width: 17px;
  height: 19px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .header > .container-c .nav-box .header-nav .search-box a .search-close {
    margin-top: -3px;
    width: 23px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.header > .container-c .nav-box .header-nav .search-box img {
  width: 21px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .header > .container-c .nav-box .header-nav .search-box img {
    width: 27px;
  }
}
.header > .container-c .nav-box .header-nav .search-box .close-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.header > .container-c .nav-box .header-nav .search-box.active .open-btn {
  visibility: hidden;
}
.header > .container-c .nav-box .header-nav .search-box.active .close-btn {
  display: block;
}
.header > .container-c .nav-box .nav-mobile span {
  background: #ffffff;
}
.header .search-form-box {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -2;
  width: 100%;
  opacity: 0;
  transform: translateY(-130%);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #F5F5F6;
}
.header .search-form-box.nav-active {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.header .search-form-box .container-c {
  background-color: transparent;
  position: relative;
  max-width: none;
  padding-left: 24px;
  padding-right: 28px;
}
.header .search-form-box form input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #2a3339;
  opacity: 1;
}
.header .search-form-box form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #2a3339;
  opacity: 1;
}
.header .search-form-box form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #2a3339;
  opacity: 1;
}
.header .search-form-box form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #2a3339;
  opacity: 1;
}
.header .search-form-box form .input-box {
  position: relative;
}
.header .search-form-box form .input-box input[type=text] {
  width: 100%;
  height: 56px;
  font-size: 14px;
  line-height: 1.5;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #2a3339;
  padding: 29px 30px 28px 0;
  transition: all 0.4s ease-in-out;
  background-color: #F5F5F6;
}
.header .search-form-box form .input-box button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-52%);
}
.header .header-sub-nav {
  opacity: 1;
  transform: none;
  border: none;
  background: none;
  box-shadow: none;
  transition: none;
  display: none;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.header .header-sub-nav .sub-nav-mask {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  background-color: #ffffff;
}
.header .header-sub-nav .sub-nav .sub-nav-c {
  padding-top: 39px;
}
.header .header-sub-nav .sub-nav .title {
  max-width: 273px;
  margin-right: 144px;
}
@media only screen and (max-width: 1200px) {
  .header .header-sub-nav .sub-nav .title {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 860px) {
  .header .header-sub-nav .sub-nav .title {
    margin-right: 30px;
  }
}
.header .header-sub-nav .sub-nav .title h2 {
  margin-bottom: 18px;
}
.header .header-sub-nav .sub-nav .sub-menu-box {
  padding-top: 8px;
  flex-grow: 1;
  justify-content: space-between;
}
@media only screen and (min-width: 1201px) {
  .header .header-sub-nav .sub-nav .sub-menu-box {
    padding-right: 31px;
  }
}
.header .header-sub-nav .sub-nav .sub-menu-box .sub-menu li {
  font-size: 14px;
  line-height: 1.5;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #2a3339;
  margin-bottom: 3px;
}
.header .header-sub-nav .sub-nav .sub-menu-box-02 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header .header-sub-nav .sub-nav .sub-menu-box-02 .sub-menu-c h3 {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #003f6b;
  margin-bottom: 12px;
}
.header .header-sub-nav .sub-nav .sub-menu-box-02 .sub-menu-c ul {
  column-gap: 15px;
}
.header .header-sub-nav .sub-nav .sub-menu-box-02 .sub-menu-c ul li {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #003f6b;
  margin-bottom: 8px;
}
.header .header-sub-nav .sub-nav .sub-menu-box-02 .sub-menu-c ul li a {
  display: inline-block;
  background-color: rgba(0, 151, 206, 0.15);
  padding: 6px 7px 5px;
}
.header .header-sub-nav .sub-nav .sub-menu-box-02 .sub-menu-c ul li a:hover {
  background-color: #0097ce;
  color: #ffffff;
}
.header .header-sub-nav .sub-nav .sub-menu-box-02 .sub-menu-c ul.column-2 {
  column-count: 2;
  -webkit-column-count: 2;
}
.header .header-sub-nav .sub-nav .sub-menu-box-02 .sub-menu-c ul.column-3 {
  column-count: 3;
  -webkit-column-count: 3;
}
footer {
  background: none;
  position: relative;
  color: #ffffff;
  z-index: 20;
}
footer a {
  color: inherit;
}
footer a:hover {
  color: #0097ce !important;
}
footer .background-box {
  background-size: cover;
  background-position: bottom;
}
footer .background-box .mask {
  width: 100%;
  height: 100%;
  background-image: none;
  opacity: 1;
}
@media only screen and (min-width: 641px) {
  footer .footer-form .container-c {
    align-items: center;
  }
}
footer .footer-form .container-c .text-box h4 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 40px;
  font-family: "Foro";
  font-weight: 200;
  font-style: normal;
}
footer .footer-form .container-c .text-box p {
  color: inherit;
}
@media only screen and (max-width: 768px) {
  footer .footer-form .container-c .form-box {
    max-width: 357px;
  }
}
footer .footer-form .container-c .form-box .gform_wrapper form {
  display: flex;
}
footer .footer-form .container-c .form-box .gform_wrapper ul li.gfield, footer .footer-form .container-c .form-box .gform_wrapper .top_label div.ginput_container, footer .footer-form .container-c .form-box .gform_wrapper li.hidden_label input {
  margin-top: 0;
}
footer .footer-form .container-c .form-box .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
footer .footer-form .container-c .form-box .gform_wrapper ul.gform_fields li.gfield.gfield_error {
  background: transparent !important;
  max-width: 100% !important;
  padding-right: 0 !important;
}
footer .footer-form .container-c .form-box .gform_wrapper ul.gform_fields li.gfield.gfield_error .validation_message {
  color: white !important;
}
footer .footer-form .container-c .form-box .gform_wrapper .gform_footer {
  width: auto;
}
footer .footer-form .container-c .form-box .gform_wrapper .gform_footer input {
  margin-right: 0 !important;
}
footer .footer-form .container-c .form-box .hbspt-form label {
  display: none;
}
footer .footer-form .container-c .form-box .hbspt-form .hs-error-msg {
  display: block;
}
footer .footer-form .container-c .form-box .hbspt-form form {
  display: flex;
}
footer .footer-form .container-c .form-box .hbspt-form form fieldset, footer .footer-form .container-c .form-box .hbspt-form form .hs-form-field {
  width: 100%;
}
footer .footer-form .container-c .form-box form .form-group, footer .footer-form .container-c .form-box form .ginput_container, footer .footer-form .container-c .form-box form .gform_footer, footer .footer-form .container-c .form-box form .input, footer .footer-form .container-c .form-box form .actions {
  margin-bottom: 0;
}
footer .footer-form .container-c .form-box form .form-group input:not([type=submit]), footer .footer-form .container-c .form-box form .ginput_container input:not([type=submit]), footer .footer-form .container-c .form-box form .gform_footer input:not([type=submit]), footer .footer-form .container-c .form-box form .input input:not([type=submit]), footer .footer-form .container-c .form-box form .actions input:not([type=submit]) {
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
footer .footer-form .container-c .form-box form .form-group input:not([type=submit]):focus, footer .footer-form .container-c .form-box form .ginput_container input:not([type=submit]):focus, footer .footer-form .container-c .form-box form .gform_footer input:not([type=submit]):focus, footer .footer-form .container-c .form-box form .input input:not([type=submit]):focus, footer .footer-form .container-c .form-box form .actions input:not([type=submit]):focus {
  border: 1px solid #0097ce;
}
footer .footer-form .container-c .form-box form .form-group input[type=submit], footer .footer-form .container-c .form-box form .ginput_container input[type=submit], footer .footer-form .container-c .form-box form .gform_footer input[type=submit], footer .footer-form .container-c .form-box form .input input[type=submit], footer .footer-form .container-c .form-box form .actions input[type=submit] {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.71px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  background-color: #0097ce;
  border: none;
  border-left: 1px solid #0097ce;
  text-transform: uppercase;
}
footer .footer-form .container-c .form-box form .form-group input[type=submit]:hover, footer .footer-form .container-c .form-box form .ginput_container input[type=submit]:hover, footer .footer-form .container-c .form-box form .gform_footer input[type=submit]:hover, footer .footer-form .container-c .form-box form .input input[type=submit]:hover, footer .footer-form .container-c .form-box form .actions input[type=submit]:hover {
  color: #ffffff;
  background-color: #007fac;
}
footer .footer-form .container-c .form-box form .form-group input[type=submit]:focus, footer .footer-form .container-c .form-box form .ginput_container input[type=submit]:focus, footer .footer-form .container-c .form-box form .gform_footer input[type=submit]:focus, footer .footer-form .container-c .form-box form .input input[type=submit]:focus, footer .footer-form .container-c .form-box form .actions input[type=submit]:focus {
  color: #ffffff;
  background-color: #007fac;
}
@media only screen and (max-width: 479px) {
  footer .footer-form .container-c .form-box form .form-group input[type=submit], footer .footer-form .container-c .form-box form .ginput_container input[type=submit], footer .footer-form .container-c .form-box form .gform_footer input[type=submit], footer .footer-form .container-c .form-box form .input input[type=submit], footer .footer-form .container-c .form-box form .actions input[type=submit] {
    min-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-form .container-c .form-box form .form-group input[type=submit], footer .footer-form .container-c .form-box form .ginput_container input[type=submit], footer .footer-form .container-c .form-box form .gform_footer input[type=submit], footer .footer-form .container-c .form-box form .input input[type=submit], footer .footer-form .container-c .form-box form .actions input[type=submit] {
    min-width: 110px;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer-form .container-c .form-box form .form-group input[type=submit], footer .footer-form .container-c .form-box form .ginput_container input[type=submit], footer .footer-form .container-c .form-box form .gform_footer input[type=submit], footer .footer-form .container-c .form-box form .input input[type=submit], footer .footer-form .container-c .form-box form .actions input[type=submit] {
    min-width: 120px;
  }
}
footer .line {
  height: 1px;
  background-color: #0097ce;
  margin: 0 70px;
}
@media only screen and (max-width: 480px) {
  footer .line {
    margin: 0 18px;
  }
}
@media only screen and (max-width: 768px) {
  footer .line {
    margin: 0 18px;
  }
}
footer .footer-nav {
  padding-top: 60px;
  padding-bottom: 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  footer .footer-nav {
    margin-bottom: 29px;
  }
}
@media only screen and (max-width: 480px) {
  footer .footer-nav {
    padding-top: 32px;
    margin-bottom: 0;
  }
}
footer .footer-nav .container-c .text-box {
  display: flex;
  justify-content: center;
  max-width: 312px;
  width: 100%;
}
footer .footer-nav .container-c .text-box .logo {
  display: inline-block;
  width: 100%;
}
footer .footer-nav .container-c .text-box .logo .img {
  height: 72px;
  width: auto;
}
@media only screen and (max-width: 480px) {
  footer .footer-nav .container-c .text-box .logo .img {
    height: 43px;
  }
}
footer .footer-nav .container-c .text-box .logo .img svg {
  height: 100%;
  width: auto;
  transition: fill 0.2s ease;
}
footer .footer-nav .container-c .text-box .logo .img svg:hover path, footer .footer-nav .container-c .text-box .logo .img svg:hover polygon, footer .footer-nav .container-c .text-box .logo .img svg:hover polyline {
  fill: #0097ce;
}
footer .footer-nav .container-c .text-box .logo .img svg path, footer .footer-nav .container-c .text-box .logo .img svg polygon, footer .footer-nav .container-c .text-box .logo .img svg polyline {
  transition: fill 0.2s ease;
}
footer .footer-nav .container-c .text-box .text-c {
  margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
  footer .footer-nav .container-c .text-box .text-c {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 480px) {
  footer .footer-nav .container-c .text-box .text-c {
    margin-bottom: 23px;
  }
}
footer .footer-nav .container-c .text-box .text-c:last-child {
  margin-bottom: 0;
}
footer .footer-nav .container-c .text-box h5 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: inherit;
  margin-bottom: 5px;
}
footer .footer-nav .container-c .text-box h2 {
  margin-bottom: 2px;
}
footer .footer-nav .container-c .nav-box {
  /* ul{
  	flex-grow: 1;
  	flex-basis: auto;
  	margin-right: 25px;
  	margin-bottom: 0;
  	&:last-child{
  		margin-right: 0;
  	}
  	li{
  		font-size: 16px;
  		line-height: 1.5;
  		@include font-sr;
  		color: inherit;
  		margin-bottom: 7px;
  		&:last-child{
  			margin-bottom: 0;
  		}
  	}
  } */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
@media only screen and (max-width: 768px) {
  footer .footer-nav .container-c .nav-box {
    max-width: 357px;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer-nav .container-c .nav-box {
    margin-top: 32px;
    max-width: 100%;
  }
}
footer .footer-nav .container-c .nav-box .menu-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  footer .footer-nav .container-c .nav-box .menu-box {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  footer .footer-nav .container-c .nav-box .menu-box {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
footer .footer-nav .container-c .nav-box .menu-box li {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  color: inherit;
  padding-left: 40px;
}
@media only screen and (max-width: 640px) {
  footer .footer-nav .container-c .nav-box .menu-box li {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 782px) {
  footer .footer-nav .container-c .nav-box .menu-box li {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 480px) {
  footer .footer-nav .container-c .nav-box .menu-box li {
    padding-right: 0;
    letter-spacing: unset;
    text-transform: unset;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
  }
}
footer .footer-nav .container-c .nav-box .menu-box li:last-child {
  margin-bottom: 0;
  padding-right: 0;
}
footer .footer-nav .container-c .nav-box .menu-box li a:hover {
  color: #0097ce;
}
footer .footer-nav .container-c .nav-box .menu-box li.only-mobile {
  display: none;
}
@media only screen and (max-width: 640px) {
  footer .footer-nav .container-c .nav-box .menu-box li.only-mobile {
    display: block;
  }
}
footer .footer-nav .container-c .nav-box .link-box {
  margin-top: 44px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  footer .footer-nav .container-c .nav-box .link-box {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  footer .footer-nav .container-c .nav-box .link-box {
    margin-top: 32px;
    margin-bottom: 0;
  }
}
footer .footer-nav .container-c .nav-box .link-box ul {
  display: flex;
  align-items: center;
}
footer .footer-nav .container-c .nav-box .link-box ul li {
  margin-right: 20px;
  color: #ffffff;
}
footer .footer-nav .container-c .nav-box .link-box ul li:last-child {
  margin-right: 0;
}
footer .footer-nav .container-c .nav-box .link-box ul li i {
  font-size: 32px;
}
footer .footer-nav .container-c .nav-box .link-box ul li a svg {
  width: 32px;
  height: 32px;
}
footer .footer-nav .container-c .nav-box .link-box ul li a:hover {
  color: #0097ce;
}
footer .footer-nav .container-c .nav-box .link-box ul li a:hover svg * {
  transition: all 0.2s ease-in-out;
}
footer .footer-nav .container-c .nav-box .link-box ul li a:hover svg circle {
  stroke: #0097ce;
}
footer .footer-nav .container-c .nav-box .link-box ul li a:hover svg path {
  fill: #0097ce;
}
footer .copyright {
  padding-top: 0;
  padding-bottom: 60px;
}
@media only screen and (max-width: 480px) {
  footer .copyright {
    padding-top: 25px;
    padding-bottom: 32px;
  }
}
footer .copyright .container-c {
  padding-right: 70px;
  padding-left: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: none;
}
@media only screen and (max-width: 768px) {
  footer .copyright .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  footer .copyright .container-c {
    padding-left: 18px;
    padding-right: 18px;
    align-items: baseline;
  }
}
@media only screen and (max-width: 768px) {
  footer .copyright .container-c {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 640px) {
  footer .copyright .container-c {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
footer .copyright .text-box {
  max-width: 480px;
  align-items: center;
  margin-right: 0;
}
footer .copyright .text-box.links-box {
  flex: 0 0 30%;
}
@media only screen and (max-width: 640px) {
  footer .copyright .text-box.links-box.only-desktop {
    display: none;
  }
}
footer .copyright .text-box.decstop {
  flex: 0 0 30%;
}
@media only screen and (max-width: 480px) {
  footer .copyright .text-box.decstop {
    display: none;
  }
}
footer .copyright .text-box.decstop p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  footer .copyright .text-box {
    order: 1;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  footer .copyright .text-box {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
  }
}
footer .copyright .text-box .box {
  height: 22px;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  letter-spacing: 2px;
  line-height: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  footer .copyright .text-box .box {
    flex: 1 1 auto;
    display: inline-block;
    width: 100%;
    text-align: left;
    height: auto;
    padding-bottom: 24px;
  }
  footer .copyright .text-box .box:last-child {
    padding-bottom: 0;
  }
}
footer .copyright .text-box img {
  width: 76px;
  margin-right: 30px;
}
@media only screen and (max-width: 440px) {
  footer .copyright .text-box img {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  footer .copyright .text-box img {
    margin-bottom: 20px;
  }
}
footer .copyright .text-box .logo {
  margin-right: 30px;
  border: none;
}
@media only screen and (max-width: 440px) {
  footer .copyright .text-box .logo {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  footer .copyright .text-box .logo {
    margin-bottom: 20px;
  }
}
footer .copyright .text-box .logo .image-box {
  width: 76px;
  height: 47px;
  background-size: 100% 100%;
}
footer .copyright .text-box .logo:hover, footer .copyright .text-box .logo:focus {
  border: none;
}
footer .copyright .text-box .logo:hover img, footer .copyright .text-box .logo:focus img {
  filter: invert(42%) sepia(72%) saturate(2754%) hue-rotate(168deg) brightness(94%) contrast(101%);
}
@media only screen and (max-width: 480px) {
  footer .copyright .text-box p {
    font-size: 14px;
  }
}
footer .copyright .link-box {
  max-width: 598px;
}
@media only screen and (max-width: 768px) {
  footer .copyright .link-box {
    display: none;
  }
}
footer .copyright .link-box ul {
  display: flex;
  align-items: center;
}
footer .copyright .link-box ul li {
  margin-right: 20px;
}
footer .copyright .link-box ul li:last-child {
  margin-right: 0;
}
footer .copyright .link-box ul li i {
  font-size: 32px;
}
footer .copyright .link-box ul li a svg {
  width: 32px;
  height: 32px;
}
footer .copyright .link-box ul li a:hover {
  color: #0097ce;
}
footer .copyright .link-box ul li a:hover svg * {
  transition: all 0.2s ease-in-out;
}
footer .copyright .link-box ul li a:hover svg circle {
  stroke: #0097ce;
}
footer .copyright .link-box ul li a:hover svg path {
  fill: #0097ce;
}
footer .copyright p {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: inherit;
  display: block;
}
@media only screen and (max-width: 480px) {
  footer .copyright p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  footer .copyright p {
    font-size: 14px;
  }
}
footer .copyright p span {
  margin-left: 30px;
}
@media only screen and (max-width: 440px) {
  footer .copyright p span {
    margin-left: 10px;
  }
}

.return-to-top {
  display: none;
  right: 11px;
  bottom: 28px;
  z-index: 21;
}
@media only screen and (max-width: 768px) {
  .return-to-top {
    right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .return-to-top {
    right: 18px;
  }
}
.return-to-top .return-btn {
  width: 48px;
  height: 48px;
  background-color: #0097ce;
  background-image: url(../images/return.svg);
  background-size: 20px 21px;
}
.return-to-top .return-btn:hover {
  background-color: #007fac;
}

.text-info.center {
  text-align: center;
}
.text-info.center .container-c .text-box {
  margin: 0 auto;
}
.text-info.center .container-c .text-box hr {
  margin: 24px auto;
}
.text-info.has-background .container-c .text-box hr {
  border-color: white;
}
.text-info.has-background .viewpoints .unit-box a {
  color: #ffffff;
}
.text-info .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.25;
}
.text-info .text-box hr {
  border-color: #0097ce;
  max-width: 176px;
  margin: 24px 0;
}
.text-info .text-box .small {
  font-family: Foro;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  color: #003f6b;
  text-transform: none;
}
.text-info .text-box .extra-large p {
  font-family: "SimplonNorm";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  padding: 0;
}
.text-info .text-box .btns {
  margin-top: 24px;
}
.text-info .links {
  display: none;
  margin-top: 40px;
}
.text-info .links .title-box {
  border-top: 1px solid #0097ce;
  padding-top: 40px;
}
.text-info .links .title-box h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #2A3339;
}
.text-info .links .content .unit-box .text-c {
  font-style: normal;
  font-weight: normal;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2A3339;
}
.text-info .viewpoints {
  padding: 60px 360px 60px 70px;
}
@media only screen and (max-width: 480px) {
  .text-info .viewpoints {
    padding: 60px 0 60px 70px;
  }
}
.text-info .viewpoints .unit-box:first-child a {
  color: #003f6b;
}
.text-info .viewpoints .unit-box a {
  font-family: "Foro";
  font-size: 40px;
  line-height: 48px;
  font-style: normal;
  font-weight: normal;
  color: #abbcc7;
}
@media only screen and (max-width: 480px) {
  .text-info .viewpoints .unit-box a {
    font-size: 28px;
    line-height: 40px;
  }
}
.text-info .viewpoints .unit-box a:hover {
  color: #003f6b;
}
.text-info.has-background {
  position: relative;
}
.text-info.has-background .text-box h2 {
  color: #ffffff;
}
.text-info.has-background .text-box h4 {
  color: #ffffff;
}
.text-info.has-background .text-box p {
  color: #ffffff;
}
.text-info.has-background .text-box .btns {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.text-info.has-background .text-box .btns:hover {
  background-color: #ffffff;
  color: #0097ce;
}
.text-info.has-background .expanded .title-box {
  border-color: #ffffff;
}
.text-info.has-background .expanded .title-box h5 {
  color: #ffffff;
}
.text-info.has-background .expanded .content .unit-box .learn-more {
  position: relative;
  color: #ffffff;
}
.text-info.has-background .expanded .content .unit-box .learn-more:after {
  background-color: #ffffff;
  color: #003f6b;
}
.text-info.has-background .expanded .content .unit-box .learn-more:hover {
  color: #003f6b;
}
.text-info.has-background .expanded .content .unit-box .learn-more:hover:after {
  background-color: #003f6b;
  color: #ffffff;
}
.text-info.has-background .expanded .content .unit-box:before {
  background-color: #ffffff;
}
.text-info.has-background .expanded .content .unit-box h3, .text-info.has-background .expanded .content .unit-box .tag, .text-info.has-background .expanded .content .unit-box .text-c {
  color: #ffffff;
}
.text-info.has-background .expanded .content .unit-box .btns {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.text-info.has-background .expanded .content .unit-box .btns:hover {
  background-color: #ffffff;
  color: #0097ce;
}

.cta .text-box {
  position: relative;
}
.cta .text-c {
  max-width: 858px;
  padding: 47px 40px 160px;
}
@media only screen and (max-width: 768px) {
  .cta .text-c {
    padding: 42px 40px;
  }
}
@media only screen and (max-width: 480px) {
  .cta .text-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.cta .text-c h2 {
  color: #ffffff;
  margin-bottom: 15px !important;
}
.cta .text-c p {
  color: #ffffff;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .cta .text-c p {
    margin-bottom: 15px;
  }
}
.cta .text-c .btns {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.cta .text-c .btns:hover {
  background-color: #ffffff;
  color: #003f6b;
}
.cta .text-c ol, .cta .text-c ul, .cta .text-c li {
  color: #ffffff;
}
.cta .text-c ul li:before {
  background-color: #ffffff;
}
.cta .text-c blockquote {
  color: #ffffff;
  border-top-color: #ffffff;
}
.cta .text-c blockquote a {
  color: inherit;
  text-decoration: underline;
}

.section-intro-single .text-box h2.small {
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .section-intro-single .text-box h2.small {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 480px) {
  .section-intro-single .text-box h2.small {
    margin-bottom: 12px !important;
  }
}
.section-intro-single .text-box .large {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .section-intro-single .text-box .large {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .section-intro-single .text-box .large {
    margin-bottom: 14px;
  }
}
.section-intro-single .text-box p {
  margin-bottom: 18px;
}
@media only screen and (max-width: 480px) {
  .section-intro-single .text-box p {
    margin-bottom: 26px;
  }
}
.section-intro-single .image-box {
  height: 450px;
}
.section-intro-single .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-intro-single.image-text .image-box {
  height: 450px;
  order: -1;
}
.section-intro-single.image-text .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-intro-single .units-box .unit-box:not(.active) h5 {
  color: #36454f;
}
.section-intro-single .units-box .unit-box h5 {
  text-transform: uppercase;
}
.section-intro-single.section-intro-slider .text-box h2.small {
  margin-bottom: 24px !important;
}
.section-intro-single.section-intro-slider .text-box .large {
  margin-bottom: 24px;
}
.section-intro-single.section-intro-slider .text-box p {
  margin-bottom: 20px;
}

.text-header .tag-box {
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .text-header .tag-box {
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 480px) {
  .text-header .tag-box {
    margin-bottom: 23px;
  }
}
.text-header .tag-box .tags {
  display: flex;
  flex-wrap: wrap;
}
.text-header .tag-box .tags li {
  display: inline-block;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  letter-spacing: normal;
  color: #007fac;
  padding: 0;
}
.text-header .tag-box .tags li::before {
  content: none;
}
.text-header .tag-box .tags li a {
  display: inline-block;
}
.text-header .tag-box .tags li a:hover {
  color: #007fac;
}
.text-header .tag-box .tags li i {
  display: inline-block;
  padding: 6px;
  background-color: rgba(0, 127, 172, 0.15);
  font-style: normal;
  transition: all 0.2s ease-in-out;
}
.text-header .tag-box .tags li i:hover {
  background-color: rgba(0, 127, 172, 0.3);
  color: #007fac;
}
.text-header .tag-box .tags li.hide {
  display: none;
}
.text-header .text-content {
  margin-bottom: 24px;
}
@media only screen and (min-width: 769px) {
  .text-header .text-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.text-header .text-content .text-box h1 {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .text-header .text-content .text-box h1 {
    max-width: 620px;
  }
}
.text-header .text-content .text-box .h1-large {
  margin-bottom: 0;
}
.text-header .text-content .text-box .date {
  display: inline-block;
  margin-top: 32px;
  height: 18px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: normal;
  color: #2a3339;
}
.text-header .text-content .text-box p {
  margin-top: 32px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .text-header .text-content .text-box p {
    max-width: 542px;
  }
}
.text-header .text-content .text-box .learn-more {
  margin-top: 24px;
  display: block;
}
.text-header .text-content .alternate-box {
  max-width: 352px;
  background-color: rgba(42, 51, 57, 0.05);
}
@media only screen and (max-width: 768px) {
  .text-header .text-content .alternate-box {
    max-width: 100%;
    margin-top: 38px;
  }
}
@media only screen and (max-width: 480px) {
  .text-header .text-content .alternate-box {
    margin-top: 45px;
  }
}
.text-header .text-content .alternate-box .highlight-box {
  border: none;
  padding: 17px 20px 31px;
  margin-bottom: 0;
}
.text-header .text-content .alternate-box .highlight-box h3 {
  margin-bottom: 7px;
}
.text-header .text-content .alternate-box .highlight-box p {
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  .text-header .text-content .alternate-box .highlight-box p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .text-header .text-content .alternate-box .highlight-box p {
    margin-bottom: 13px;
  }
}
.text-header .text-content .alternate-box .highlight-box a {
  font-size: 12px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
}
.text-header .text-content .alternate-box .select-box {
  margin-bottom: 0;
}
.text-header .text-content .alternate-box .select-box p {
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid #B7B7B7;
  border-bottom: none;
  padding-top: 12px;
  padding-bottom: 13px;
}
.text-header .text-content .alternate-box .select-box:after {
  width: 12px;
  height: 6px;
  top: 22px;
  right: 18px;
}
.text-header .text-content .alternate-box .select-box .option {
  border: none;
}
.text-header .text-content .alternate-box .select-box .option li {
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  border-bottom: none;
}
.text-header .text-content .alternate-box .select-box .option li a {
  padding: 13px 20px;
  background-color: rgba(42, 51, 57, 0.05);
}
.text-header .text-content .alternate-box .select-box .option li a:hover {
  background-color: #ffffff;
}
.text-header .text-content .alternate-box .select-box .option li a:focus {
  background-color: #ffffff;
}
.text-header .text-header-video {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .text-header .text-header-video {
    margin: 0 18px;
  }
}
.text-header .text-header-video .background-box {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  z-index: -3;
  min-height: 100%;
  min-width: 100%;
  height: auto !important;
  width: auto !important;
}
.text-header .text-header-video .background-box video, .text-header .text-header-video .background-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.text-header .text-header-video .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../images/mask.png);
  background-size: 100% 100%;
  opacity: 0.5;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .text-header .text-header-video .mask {
    display: none;
  }
}
@supports (-ms-ime-align: auto) {
  .text-header .text-header-video .mask {
    display: none;
  }
}
.text-header .text-header-video .text-box {
  position: absolute;
  top: 0;
  max-width: 496px;
}
@media only screen and (max-width: 768px) {
  .text-header .text-header-video .text-box {
    max-width: 620px;
  }
}
.text-header .text-header-video .text-box h2 {
  margin-top: 32px;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .text-header .text-header-video .text-box h2 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.text-header .text-header-video .text-box p {
  color: #ffffff;
  margin-bottom: 11px;
}
@media only screen and (max-width: 480px) {
  .text-header .text-header-video .text-box p {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1.4em;
    max-width: 90%;
  }
}
.text-header .author-box {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .text-header .author-box {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .text-header .author-box {
    margin-top: 40px;
  }
}
.text-header .author-box .author-list li .img-c {
  filter: none;
  -webkit-filter: none;
}
.text-header .author-box .author-list li .img-c.no-img {
  background-position: center;
  background-image: url(../images/scramble-default-tile.jpg);
}
.text-header .author-box .author-list li .mask {
  display: none;
}
.text-header .author-box .text-box p {
  font-size: 14px;
  line-height: 1.5;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #2a3339;
  margin-bottom: -5px;
}
@media only screen and (max-width: 480px) {
  .text-header .author-box .text-box p {
    line-height: 1.43;
    margin-bottom: 7px;
  }
}
.text-header .author-box .text-box .read-time {
  margin-top: 24px;
}
.text-header .author-box .text-box .read-time .read-time-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.text-header .author-box .text-box .read-time .read-time-icon.full {
  background-image: url(../images/read-time-full.svg);
}
.text-header .author-box .text-box .read-time .read-time-icon.quarter {
  background-image: url(../images/read-time-quater.svg);
  height: 24px;
  background-position: right;
}
.text-header .author-box .text-box .read-time .read-time-icon.half {
  background-image: url(../images/read-time-half.svg);
}
.text-header .author-box .text-box .read-time .read-time-icon.three-quarters {
  background-image: url(../images/read-time-three-quater.svg);
}
.text-header .author-box .text-box .read-time strong {
  margin-left: 35px;
}
.text-header .links {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .text-header .links {
    margin-top: 71px;
  }
}
@media only screen and (max-width: 480px) {
  .text-header .links {
    margin-top: 65px;
  }
}

@media only screen and (max-width: 480px) {
  .linkssection {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.links .title-box {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .links .title-box {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .links .title-box {
    margin-bottom: 6px;
  }
}
.links .content .unit-box .text-c {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
}
@media only screen and (max-width: 480px) {
  .links .content .unit-box .text-c h3 {
    margin-bottom: 8px;
  }
}
.links .content .unit-box .text-c p {
  font-size: 14px;
  line-height: 1.57;
}
@media only screen and (max-width: 768px) {
  .links .content .unit-box .text-c p {
    max-width: 294px;
  }
}
@media only screen and (max-width: 480px) {
  .links .content .unit-box .text-c p {
    line-height: 1.43;
    max-width: 100%;
  }
}
.hero {
  overflow: hidden;
  position: relative;
  min-height: 600px;
  color: #ffffff;
}
@keyframes fadeZoom {
  from {
    transform: scale(1.25);
  }
  to {
    transform: scale(1);
  }
}
@keyframes maskOpacity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
.hero .background-box img {
  height: 100%;
  object-fit: cover;
}
.hero .background-box.fade-zoom {
  transform: scale(1.25);
  animation-name: fadeZoom;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.hero .background-box.fade-zoom .mask {
  opacity: 1;
  -webkit-animation: maskOpacity 1.5s forwards;
  animation: maskOpacity 1.5s forwards;
}
.hero .text-box h5 {
  color: #ffffff;
}
.hero .text-box p {
  color: #ffffff;
}
.hero .text-box a {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .hero .text-box a {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .hero .text-box a {
    margin-top: 24px;
  }
}
.hero .text-box .author-box {
  margin-bottom: -82px;
}
.hero .text-box .author-box .text-box p {
  color: #ffffff;
}
.hero .text-box .author-box .text-box .read-time {
  margin-top: 20px;
}
.hero .text-box .author-box .text-box .read-time .read-time-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.hero .text-box .author-box .text-box .read-time .read-time-icon.full {
  background-color: #ffffff;
  mask-image: url(../images/read-time-full.svg);
}
.hero .text-box .author-box .text-box .read-time .read-time-icon.quarter {
  mask-image: url(../images/read-time-quater.svg);
  background-color: #ffffff;
  height: 24px;
  width: 24px;
  background-position: right;
}
.hero .text-box .author-box .text-box .read-time .read-time-icon.half {
  mask-image: url(../images/read-time-half.svg);
  background-color: #ffffff;
}
.hero .text-box .author-box .text-box .read-time .read-time-icon.three-quarters {
  background-image: url(../images/read-time-three-quater.svg);
  background-color: #ffffff;
}
.hero .text-box .author-box .text-box .read-time strong {
  margin-left: 35px;
}
.hero .tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hero .tags li {
  display: inline-block;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  letter-spacing: normal;
  color: #007fac;
  padding: 0;
}
.hero .tags li::before {
  content: none;
}
.hero .tags li a {
  display: inline-block;
}
.hero .tags li a:hover {
  color: #007fac;
}
.hero .tags li i {
  display: inline-block;
  padding: 6px;
  font-size: 18px;
  background-color: #ffffff;
  font-style: normal;
  transition: all 0.2s ease-in-out;
}
.hero .tags li i:hover {
  background-color: rgba(0, 127, 172, 0.3);
  color: #007fac;
}
.hero .tags li.hide {
  display: none;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.hero .text-box.fade-up, .hero-alternate .text-box.fade-up {
  opacity: 0;
  -webkit-animation: fadeUp 1.4s forwards;
  animation: fadeUp 1.4s forwards;
  animation-delay: 0.75s;
}
.hero .text-box p, .hero .text-box h1:not(.hero-header), .hero .text-box h2, .hero .text-box h3, .hero .text-box h4, .hero .text-box h5, .hero .text-box h6, .hero-alternate .text-box p, .hero-alternate .text-box h1:not(.hero-header), .hero-alternate .text-box h2, .hero-alternate .text-box h3, .hero-alternate .text-box h4, .hero-alternate .text-box h5, .hero-alternate .text-box h6 {
  margin-top: 24px;
  margin-bottom: unset;
}
@media only screen and (max-width: 768px) {
  .hero .text-box p, .hero .text-box h1:not(.hero-header), .hero .text-box h2, .hero .text-box h3, .hero .text-box h4, .hero .text-box h5, .hero .text-box h6, .hero-alternate .text-box p, .hero-alternate .text-box h1:not(.hero-header), .hero-alternate .text-box h2, .hero-alternate .text-box h3, .hero-alternate .text-box h4, .hero-alternate .text-box h5, .hero-alternate .text-box h6 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .hero .text-box p, .hero .text-box h1:not(.hero-header), .hero .text-box h2, .hero .text-box h3, .hero .text-box h4, .hero .text-box h5, .hero .text-box h6, .hero-alternate .text-box p, .hero-alternate .text-box h1:not(.hero-header), .hero-alternate .text-box h2, .hero-alternate .text-box h3, .hero-alternate .text-box h4, .hero-alternate .text-box h5, .hero-alternate .text-box h6 {
    margin-top: 6px;
  }
}
.hero .text-box.normal, .hero-alternate .text-box.normal {
  max-width: 596px;
}
.hero .text-box.normal p, .hero .text-box.normal h1:not(.hero-header), .hero .text-box.normal h2, .hero .text-box.normal h3, .hero .text-box.normal h4, .hero .text-box.normal h5, .hero .text-box.normal h6, .hero-alternate .text-box.normal p, .hero-alternate .text-box.normal h1:not(.hero-header), .hero-alternate .text-box.normal h2, .hero-alternate .text-box.normal h3, .hero-alternate .text-box.normal h4, .hero-alternate .text-box.normal h5, .hero-alternate .text-box.normal h6 {
  margin-top: 24px;
  margin-bottom: unset;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .hero .text-box.normal p, .hero .text-box.normal h1:not(.hero-header), .hero .text-box.normal h2, .hero .text-box.normal h3, .hero .text-box.normal h4, .hero .text-box.normal h5, .hero .text-box.normal h6, .hero-alternate .text-box.normal p, .hero-alternate .text-box.normal h1:not(.hero-header), .hero-alternate .text-box.normal h2, .hero-alternate .text-box.normal h3, .hero-alternate .text-box.normal h4, .hero-alternate .text-box.normal h5, .hero-alternate .text-box.normal h6 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .hero .text-box.normal p, .hero .text-box.normal h1:not(.hero-header), .hero .text-box.normal h2, .hero .text-box.normal h3, .hero .text-box.normal h4, .hero .text-box.normal h5, .hero .text-box.normal h6, .hero-alternate .text-box.normal p, .hero-alternate .text-box.normal h1:not(.hero-header), .hero-alternate .text-box.normal h2, .hero-alternate .text-box.normal h3, .hero-alternate .text-box.normal h4, .hero-alternate .text-box.normal h5, .hero-alternate .text-box.normal h6 {
    margin-top: 14px;
  }
}
.hero .text-box.long, .hero-alternate .text-box.long {
  max-width: 100%;
}
.hero .text-box.long p, .hero .text-box.long h1:not(.hero-header), .hero .text-box.long h2, .hero .text-box.long h3, .hero .text-box.long h4, .hero .text-box.long h5, .hero .text-box.long h6, .hero-alternate .text-box.long p, .hero-alternate .text-box.long h1:not(.hero-header), .hero-alternate .text-box.long h2, .hero-alternate .text-box.long h3, .hero-alternate .text-box.long h4, .hero-alternate .text-box.long h5, .hero-alternate .text-box.long h6 {
  margin-top: 24px;
  max-width: 83%;
  margin-bottom: unset;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .hero .text-box.long p, .hero .text-box.long h1:not(.hero-header), .hero .text-box.long h2, .hero .text-box.long h3, .hero .text-box.long h4, .hero .text-box.long h5, .hero .text-box.long h6, .hero-alternate .text-box.long p, .hero-alternate .text-box.long h1:not(.hero-header), .hero-alternate .text-box.long h2, .hero-alternate .text-box.long h3, .hero-alternate .text-box.long h4, .hero-alternate .text-box.long h5, .hero-alternate .text-box.long h6 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .hero .text-box.long p, .hero .text-box.long h1:not(.hero-header), .hero .text-box.long h2, .hero .text-box.long h3, .hero .text-box.long h4, .hero .text-box.long h5, .hero .text-box.long h6, .hero-alternate .text-box.long p, .hero-alternate .text-box.long h1:not(.hero-header), .hero-alternate .text-box.long h2, .hero-alternate .text-box.long h3, .hero-alternate .text-box.long h4, .hero-alternate .text-box.long h5, .hero-alternate .text-box.long h6 {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .hero .text-box, .hero-alternate .text-box {
    max-width: 596px;
  }
}
.hero .text-box h5, .hero-alternate .text-box h5 {
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .hero .text-box h5, .hero-alternate .text-box h5 {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .hero .text-box h5, .hero-alternate .text-box h5 {
    margin-bottom: 8px;
  }
}
.hero .text-box h1, .hero-alternate .text-box h1 {
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  .hero .text-box h1, .hero-alternate .text-box h1 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .hero .text-box h1, .hero-alternate .text-box h1 {
    margin-bottom: 14px;
  }
}
.hero .text-box p, .hero-alternate .text-box p {
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .hero .text-box p, .hero-alternate .text-box p {
    margin-bottom: unset;
    max-width: 471px;
  }
}
@media only screen and (max-width: 480px) {
  .hero .text-box p, .hero-alternate .text-box p {
    margin-bottom: 24px;
  }
}
.hero .text-box .author-box, .hero-alternate .text-box .author-box {
  margin-top: 0;
}
.hero .text-box .author-box .author-list li, .hero-alternate .text-box .author-box .author-list li {
  padding-left: 0;
}
.hero .text-box .author-box .author-list li :before, .hero-alternate .text-box .author-box .author-list li :before {
  background-image: none;
}
.hero .text-box .author-box .author-list li a, .hero-alternate .text-box .author-box .author-list li a {
  display: block;
  border-radius: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.hero .text-box .author-box .author-list li a:hover .img-c, .hero-alternate .text-box .author-box .author-list li a:hover .img-c {
  transform: scale(1.05);
}
.hero .text-box .author-box .author-list li .img-c, .hero-alternate .text-box .author-box .author-list li .img-c {
  display: flex;
  filter: none;
  -webkit-filter: none;
}
.hero .text-box .author-box .author-list li .img-c img, .hero-alternate .text-box .author-box .author-list li .img-c img {
  width: auto;
  align-items: center;
  justify-content: center;
}
.hero .text-box .author-box .author-list li .mask, .hero-alternate .text-box .author-box .author-list li .mask {
  display: none;
}
.hero .text-box .author-box .text-box p, .hero-alternate .text-box .author-box .text-box p {
  font-size: 14px;
  line-height: 1.5;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  margin-bottom: -5px;
}
@media only screen and (max-width: 480px) {
  .hero .text-box .author-box .text-box p, .hero-alternate .text-box .author-box .text-box p {
    line-height: 1.43;
    margin-bottom: 7px;
  }
}

.hero-alternate .image-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 640px) {
  .hero-alternate .image-box {
    order: 1;
    margin-top: 11px;
  }
}
@media only screen and (min-width: 641px) {
  .hero-alternate .image-box img {
    display: none;
  }
}
.hero-alternate .text-box .tags {
  margin-top: -76px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
  .hero-alternate .text-box .tags {
    margin-top: -76px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-alternate .text-box .tags {
    display: none;
  }
}
.hero-alternate .text-box .tags li {
  display: inline-block;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  letter-spacing: normal;
  color: #007fac;
  padding: 0;
}
.hero-alternate .text-box .tags li::before {
  content: none;
}
.hero-alternate .text-box .tags li a {
  display: inline-block;
}
.hero-alternate .text-box .tags li a:hover {
  color: #007fac;
}
.hero-alternate .text-box .tags li i {
  display: inline-block;
  padding: 6px;
  font-size: 18px;
  background-color: rgba(0, 127, 172, 0.15);
  font-style: normal;
  transition: all 0.2s ease-in-out;
}
.hero-alternate .text-box .tags li i:hover {
  background-color: rgba(0, 127, 172, 0.3);
  color: #007fac;
}
.hero-alternate .text-box .tags li.hide {
  display: none;
}
@media only screen and (min-width: 769px) {
  .hero-alternate .text-box {
    padding: 76px 0 82px;
  }
}
.hero-alternate .text-box h5 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .hero-alternate .text-box h5 {
    margin-bottom: 8px;
  }
}
.hero-alternate .text-box h1 {
  margin-bottom: 13px;
}
@media only screen and (max-width: 768px) {
  .hero-alternate .text-box h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: unset;
  }
}
@media only screen and (max-width: 480px) {
  .hero-alternate .text-box h1 {
    font-size: 48px;
    color: #003f6b;
    line-height: 1.4;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .hero-alternate .text-box p {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-alternate .text-box p {
    margin-bottom: 18px;
  }
}
.hero-alternate .text-box a {
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .hero-alternate .text-box a {
    margin-top: 13px;
    margin-bottom: unset;
  }
}
@media only screen and (max-width: 480px) {
  .hero-alternate .text-box a {
    margin-top: 18px;
    margin-bottom: unset;
  }
}
.hero-alternate .text-box .author-box {
  margin-bottom: -82px;
}
@media only screen and (max-width: 480px) {
  .hero-alternate .text-box .author-box {
    display: none;
  }
}
.hero-alternate .text-box .author-box .text-box {
  padding: 10px 0 0;
}
.hero-alternate .text-box .author-box .text-box .read-time {
  margin-top: 20px;
}
.hero-alternate .text-box .author-box .text-box .read-time .read-time-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.hero-alternate .text-box .author-box .text-box .read-time .read-time-icon.full {
  background-image: url(../images/read-time-full.svg);
}
.hero-alternate .text-box .author-box .text-box .read-time .read-time-icon.quarter {
  background-image: url(../images/read-time-quater.svg);
  height: 24px;
  background-position: right;
}
.hero-alternate .text-box .author-box .text-box .read-time .read-time-icon.half {
  background-image: url(../images/read-time-half.svg);
}
.hero-alternate .text-box .author-box .text-box .read-time .read-time-icon.three-quarters {
  background-image: url(../images/read-time-three-quater.svg);
}
.hero-alternate .text-box .author-box .text-box .read-time strong {
  margin-left: 35px;
}
.hero-alternate .text-box .author-box .text-box p {
  color: #2a3339;
}

.quote-text-green blockquote {
  border-top: 2px solid #16B68C;
  color: #16B68C;
}
.quote-text-green blockquote p {
  color: #16B68C;
}

.quote-text-blue blockquote {
  border-top: 2px solid #007fac;
  color: #007fac;
}
.quote-text-blue blockquote p {
  color: #007fac;
}

.traditional-logo-grid .slider-c {
  overflow: hidden;
}
.traditional-logo-grid .title-box {
  margin-bottom: 44px;
}
@media only screen and (max-width: 768px) {
  .traditional-logo-grid .title-box {
    margin-bottom: 31px;
  }
}
.traditional-logo-grid .title-box h2 {
  font-size: 32px;
  line-height: 1.25;
  color: #2a3339;
}
@media only screen and (max-width: 768px) {
  .traditional-logo-grid .title-box h2 {
    color: #007fac;
  }
}
.traditional-logo-grid .logo-grid .logo-c .img {
  text-align: left;
}
.traditional-logo-grid .logo-grid .logo-c h3 {
  margin-top: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .traditional-logo-grid .logo-grid .logo-c h3 {
    margin-top: 9px;
    margin-bottom: 5px;
  }
}
.traditional-logo-grid .logo-grid .logo-c > a {
  font-size: 12px;
  letter-spacing: 1.29px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  color: #0097ce;
}
.traditional-logo-grid .logo-grid .logo-c > a:hover {
  color: #003f6b;
}
.traditional-logo-grid .arrow-slider .slick-arrow, .traditional-logo-grid .links-slider-key .slick-arrow {
  bottom: -40px;
  transform: translateY(100%);
}
.traditional-logo-grid .arrow-slider-2 .slick-arrow, .traditional-logo-grid .arrow-slider-3 .slick-arrow {
  bottom: -40px;
  transform: translateY(100%);
}
.traditional-logo-grid .arrow-slider-2 .slick-dots, .traditional-logo-grid .arrow-slider-3 .slick-dots {
  bottom: -60px;
  transform: translate(-50%, 100%);
}
.traditional-logo-grid .arrow-slider-2 .logo-c .img, .traditional-logo-grid .arrow-slider-3 .logo-c .img {
  text-align: left;
}
.traditional-logo-grid .arrow-slider-2 .logo-c h3, .traditional-logo-grid .arrow-slider-3 .logo-c h3 {
  margin-top: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .traditional-logo-grid .arrow-slider-2 .logo-c h3, .traditional-logo-grid .arrow-slider-3 .logo-c h3 {
    margin-top: 9px;
    margin-bottom: 5px;
  }
}
.traditional-logo-grid .arrow-slider-2 .logo-c > a, .traditional-logo-grid .arrow-slider-3 .logo-c > a {
  font-size: 12px;
  letter-spacing: 1.29px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  color: #0097ce;
}
.traditional-logo-grid .arrow-slider-2 .logo-c > a:hover, .traditional-logo-grid .arrow-slider-3 .logo-c > a:hover {
  color: #003f6b;
}
.traditional-logo-grid.text-center .title-box h2 {
  text-align: center;
}
.traditional-logo-grid.text-center .logo-grid .logo-c .img {
  text-align: center;
}
.traditional-logo-grid.text-center .logo-grid .logo-c .img img {
  margin: 0 auto;
}
.traditional-logo-grid.text-center .arrow-slider-2 .logo-c .img, .traditional-logo-grid.text-center .arrow-slider-3 .logo-c .img {
  text-align: center;
}
.traditional-logo-grid.text-center .arrow-slider-2 .logo-c .img img, .traditional-logo-grid.text-center .arrow-slider-3 .logo-c .img img {
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .traditional-logo-grid.text-center .arrow-slider .slick-arrow, .traditional-logo-grid.text-center .arrow-slider-3 .slick-arrow, .traditional-logo-grid.text-center .links-slider-key .slick-arrow {
    left: 50%;
  }
  .traditional-logo-grid.text-center .arrow-slider .slick-arrow.slick-prev, .traditional-logo-grid.text-center .arrow-slider-3 .slick-arrow.slick-prev, .traditional-logo-grid.text-center .links-slider-key .slick-arrow.slick-prev {
    transform: translate(-100%, 100%);
  }
}

.bio-grid-small .slider-c, .bio-grid .slider-c {
  overflow: hidden;
}
.bio-grid-small .title-box, .bio-grid .title-box {
  margin-bottom: 39px;
}
@media only screen and (max-width: 480px) {
  .bio-grid-small .title-box, .bio-grid .title-box {
    margin-bottom: 26px;
  }
}
.bio-grid-small .bio-grid .bio-c.bio-hover a .img-c, .bio-grid .bio-grid .bio-c.bio-hover a .img-c {
  transform: scale(1.05);
}
.bio-grid-small .bio-grid .bio-c.bio-hover .learn-more, .bio-grid .bio-grid .bio-c.bio-hover .learn-more {
  color: #003f6b;
}
.bio-grid-small .bio-grid .bio-c.bio-hover .learn-more:after, .bio-grid .bio-grid .bio-c.bio-hover .learn-more:after {
  background-color: #003f6b;
  left: 4px;
}
.bio-grid-small .bio-grid .bio-c a:hover .img-c, .bio-grid .bio-grid .bio-c a:hover .img-c {
  transform: scale(1.05);
}
.bio-grid-small .bio-grid .bio-c .learn-more, .bio-grid .bio-grid .bio-c .learn-more {
  margin-right: 20px;
  position: relative;
  top: 0.5px;
}
.bio-grid-small .bio-grid .bio-c .img, .bio-grid .bio-grid .bio-c .img {
  margin: 0 0 16px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.bio-grid-small .bio-grid .bio-c .img .img-c, .bio-grid .bio-grid .bio-c .img .img-c {
  filter: none;
  -webkit-filter: none;
  transition: all 0.2s ease-in-out;
}
.bio-grid-small .bio-grid .bio-c .img .mask, .bio-grid .bio-grid .bio-c .img .mask {
  display: none;
}
.bio-grid-small .bio-grid .bio-c h3, .bio-grid .bio-grid .bio-c h3 {
  font-size: 14px;
  line-height: 1.5;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 3px;
}
.bio-grid-small .bio-grid .bio-c h5, .bio-grid .bio-grid .bio-c h5 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 2px;
  color: #2a3339;
}
.bio-grid-small .bio-grid .bio-c .linkedin, .bio-grid .bio-grid .bio-c .linkedin {
  color: #007fac;
}
.bio-grid-small .bio-grid .bio-c .linkedin:hover, .bio-grid .bio-grid .bio-c .linkedin:hover {
  color: #003f6b;
}
.bio-grid-small .bio-grid .bio-c .linkedin span, .bio-grid .bio-grid .bio-c .linkedin span {
  font-size: 14px;
}
.bio-grid-small .arrow-slider .slick-arrow, .bio-grid-small .links-slider-key .slick-arrow, .bio-grid .arrow-slider .slick-arrow, .bio-grid .links-slider-key .slick-arrow {
  bottom: -45px;
  transform: translateY(100%);
}
.bio-grid-small .arrow-slider-2 .slick-arrow, .bio-grid-small .arrow-slider-3 .slick-arrow, .bio-grid .arrow-slider-2 .slick-arrow, .bio-grid .arrow-slider-3 .slick-arrow {
  bottom: -45px;
  transform: translateY(100%);
}
.bio-grid-small .arrow-slider-2 .slick-dots, .bio-grid-small .arrow-slider-3 .slick-dots, .bio-grid .arrow-slider-2 .slick-dots, .bio-grid .arrow-slider-3 .slick-dots {
  bottom: -65px;
  transform: translate(-50%, 100%);
}
.bio-grid-small .arrow-slider-2 .bio-c.bio-hover a .img-c, .bio-grid-small .arrow-slider-3 .bio-c.bio-hover a .img-c, .bio-grid .arrow-slider-2 .bio-c.bio-hover a .img-c, .bio-grid .arrow-slider-3 .bio-c.bio-hover a .img-c {
  transform: scale(1.05);
}
.bio-grid-small .arrow-slider-2 .bio-c.bio-hover .learn-more, .bio-grid-small .arrow-slider-3 .bio-c.bio-hover .learn-more, .bio-grid .arrow-slider-2 .bio-c.bio-hover .learn-more, .bio-grid .arrow-slider-3 .bio-c.bio-hover .learn-more {
  color: #003f6b;
}
.bio-grid-small .arrow-slider-2 .bio-c.bio-hover .learn-more:after, .bio-grid-small .arrow-slider-3 .bio-c.bio-hover .learn-more:after, .bio-grid .arrow-slider-2 .bio-c.bio-hover .learn-more:after, .bio-grid .arrow-slider-3 .bio-c.bio-hover .learn-more:after {
  background-color: #003f6b;
  left: 4px;
}
.bio-grid-small .arrow-slider-2 .bio-c a:hover .img-c, .bio-grid-small .arrow-slider-3 .bio-c a:hover .img-c, .bio-grid .arrow-slider-2 .bio-c a:hover .img-c, .bio-grid .arrow-slider-3 .bio-c a:hover .img-c {
  transform: scale(1.05);
}
.bio-grid-small .arrow-slider-2 .bio-c .learn-more, .bio-grid-small .arrow-slider-3 .bio-c .learn-more, .bio-grid .arrow-slider-2 .bio-c .learn-more, .bio-grid .arrow-slider-3 .bio-c .learn-more {
  margin-right: 20px;
  position: relative;
  top: 0.5px;
}
.bio-grid-small .arrow-slider-2 .bio-c .img, .bio-grid-small .arrow-slider-3 .bio-c .img, .bio-grid .arrow-slider-2 .bio-c .img, .bio-grid .arrow-slider-3 .bio-c .img {
  margin: 0 0 16px;
}
.bio-grid-small .arrow-slider-2 .bio-c .img .img-c, .bio-grid-small .arrow-slider-3 .bio-c .img .img-c, .bio-grid .arrow-slider-2 .bio-c .img .img-c, .bio-grid .arrow-slider-3 .bio-c .img .img-c {
  filter: none;
  -webkit-filter: none;
  transition: all 0.2s ease-in-out;
}
.bio-grid-small .arrow-slider-2 .bio-c .img .mask, .bio-grid-small .arrow-slider-3 .bio-c .img .mask, .bio-grid .arrow-slider-2 .bio-c .img .mask, .bio-grid .arrow-slider-3 .bio-c .img .mask {
  display: none;
}
.bio-grid-small .arrow-slider-2 .bio-c h3, .bio-grid-small .arrow-slider-3 .bio-c h3, .bio-grid .arrow-slider-2 .bio-c h3, .bio-grid .arrow-slider-3 .bio-c h3 {
  font-size: 14px;
  line-height: 1.5;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 3px;
}
.bio-grid-small .arrow-slider-2 .bio-c h5, .bio-grid-small .arrow-slider-3 .bio-c h5, .bio-grid .arrow-slider-2 .bio-c h5, .bio-grid .arrow-slider-3 .bio-c h5 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 2px;
  color: #2a3339;
}
.bio-grid-small .arrow-slider-2 .bio-c .linkedin, .bio-grid-small .arrow-slider-3 .bio-c .linkedin, .bio-grid .arrow-slider-2 .bio-c .linkedin, .bio-grid .arrow-slider-3 .bio-c .linkedin {
  color: #007fac;
}
.bio-grid-small .arrow-slider-2 .bio-c .linkedin:hover, .bio-grid-small .arrow-slider-3 .bio-c .linkedin:hover, .bio-grid .arrow-slider-2 .bio-c .linkedin:hover, .bio-grid .arrow-slider-3 .bio-c .linkedin:hover {
  color: #003f6b;
}
.bio-grid-small .arrow-slider-2 .bio-c .linkedin span, .bio-grid-small .arrow-slider-3 .bio-c .linkedin span, .bio-grid .arrow-slider-2 .bio-c .linkedin span, .bio-grid .arrow-slider-3 .bio-c .linkedin span {
  font-size: 14px;
}
.bio-grid-small.text-center .bio-grid .bio-c .learn-more, .bio-grid.text-center .bio-grid .bio-c .learn-more {
  margin: 0 10px;
}
.bio-grid-small.text-center .bio-grid .bio-c .linkedin, .bio-grid.text-center .bio-grid .bio-c .linkedin {
  margin: 0 10px;
}
.bio-grid-small.text-center .bio-grid .bio-c .img, .bio-grid.text-center .bio-grid .bio-c .img {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .bio-grid-small.text-center .arrow-slider .slick-arrow, .bio-grid-small.text-center .arrow-slider-3 .slick-arrow, .bio-grid-small.text-center .links-slider-key .slick-arrow, .bio-grid.text-center .arrow-slider .slick-arrow, .bio-grid.text-center .arrow-slider-3 .slick-arrow, .bio-grid.text-center .links-slider-key .slick-arrow {
    left: 50%;
  }
  .bio-grid-small.text-center .arrow-slider .slick-arrow.slick-prev, .bio-grid-small.text-center .arrow-slider-3 .slick-arrow.slick-prev, .bio-grid-small.text-center .links-slider-key .slick-arrow.slick-prev, .bio-grid.text-center .arrow-slider .slick-arrow.slick-prev, .bio-grid.text-center .arrow-slider-3 .slick-arrow.slick-prev, .bio-grid.text-center .links-slider-key .slick-arrow.slick-prev {
    transform: translate(-100%, 100%);
  }
}
.bio-grid-small.text-center .arrow-slider-2 .bio-c .learn-more, .bio-grid-small.text-center .arrow-slider-3 .bio-c .learn-more, .bio-grid.text-center .arrow-slider-2 .bio-c .learn-more, .bio-grid.text-center .arrow-slider-3 .bio-c .learn-more {
  margin: 0 10px;
}
.bio-grid-small.text-center .arrow-slider-2 .bio-c .linkedin, .bio-grid-small.text-center .arrow-slider-3 .bio-c .linkedin, .bio-grid.text-center .arrow-slider-2 .bio-c .linkedin, .bio-grid.text-center .arrow-slider-3 .bio-c .linkedin {
  margin: 0 10px;
}
.bio-grid-small.text-center .arrow-slider-2 .bio-c .img, .bio-grid-small.text-center .arrow-slider-3 .bio-c .img, .bio-grid.text-center .arrow-slider-2 .bio-c .img, .bio-grid.text-center .arrow-slider-3 .bio-c .img {
  margin-left: auto;
  margin-right: auto;
}

.bio-grid .title-box {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .bio-grid .title-box {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid .title-box {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .bio-grid .bio-grid .bio-c {
    width: calc(33.3% - 30px);
    margin: 20px 15px;
  }
}
@media only screen and (max-width: 560px) {
  .bio-grid .bio-grid .bio-c {
    width: calc(50% - 14px);
    margin: 16px 7px;
  }
}
.bio-grid .bio-grid .bio-c .img {
  width: 182px;
  margin: 0 0 25px;
}
@media only screen and (max-width: 560px) {
  .bio-grid .bio-grid .bio-c .img {
    max-width: 80px;
    margin-bottom: 18px;
  }
}
.bio-grid .bio-grid .bio-c h3 {
  font-size: 24px;
  line-height: 1.33;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 9px;
}
@media only screen and (max-width: 480px) {
  .bio-grid .bio-grid .bio-c h3 {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 4px;
  }
}
.bio-grid .bio-grid .bio-c h5 {
  font-size: 16px;
  margin-bottom: 9px;
}
@media only screen and (max-width: 480px) {
  .bio-grid .bio-grid .bio-c h5 {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 4px;
  }
}
.bio-grid.text-center .title-box {
  display: block;
}
.bio-grid.text-center .learn-more-box {
  margin-top: 24px;
}

.large-featured-tile .slider-image-quote .slick-next, .large-featured-tile .links-slider-key .slick-next {
  background-color: transparent;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .large-featured-tile .slider-image-quote .slick-next, .large-featured-tile .links-slider-key .slick-next {
    border: 1px solid #ffffff;
  }
}
.large-featured-tile .slider-image-quote .slick-next:hover, .large-featured-tile .links-slider-key .slick-next:hover {
  background-color: #ffffff;
  color: #007aff;
}
.large-featured-tile .container-c {
  padding-left: 70px;
  padding-right: 70px;
}
@media only screen and (max-width: 768px) {
  .large-featured-tile .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .large-featured-tile .container-c {
    padding: 0;
  }
}
.large-featured-tile .content {
  position: relative;
}
.large-featured-tile .content > a {
  display: block;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 480px) {
  .large-featured-tile .content > a:hover h2 span {
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
  }
}
.large-featured-tile .content > a:hover .image-box {
  transform: scale(1.05);
}
.large-featured-tile .content > a:hover .slick-arrow {
  background-color: #ffffff;
  color: #2a3339;
}
.large-featured-tile .content > a .slick-arrow {
  position: absolute;
  right: 23px;
  bottom: 24px;
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 0;
  background-color: transparent;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .large-featured-tile .content > a .slick-arrow {
    border: 1px solid #ffffff;
  }
}
.large-featured-tile .content > a .slick-arrow:after {
  font-family: "iconfont" !important;
  font-size: 22px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e604";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.large-featured-tile .text-box {
  padding: 35px 35px 30px;
}
@media only screen and (max-width: 768px) {
  .large-featured-tile .text-box {
    padding: 29px 35px 28px;
  }
}
@media only screen and (max-width: 480px) {
  .large-featured-tile .text-box {
    padding: 30px 18px 20px;
  }
}
.large-featured-tile .text-box .text-c {
  max-width: 600px;
}
@media only screen and (max-width: 480px) {
  .large-featured-tile .text-box .text-c {
    min-height: 310px;
  }
}
.large-featured-tile .text-box h5 {
  margin-bottom: 7px;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .large-featured-tile .text-box h5 {
    font-size: 20px;
    line-height: 32px;
  }
}
.large-featured-tile .text-box h5:last-child {
  margin-bottom: 0;
}
.large-featured-tile .text-box .title-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  margin-bottom: 330px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .large-featured-tile .text-box .title-description {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .large-featured-tile .text-box .title-description {
    margin-bottom: 226px;
  }
}
@media only screen and (max-width: 480px) {
  .large-featured-tile .text-box .title-description {
    margin-bottom: 181px;
  }
}
.large-featured-tile .text-box p {
  color: #ffffff;
}
.large-featured-tile .text-box .date {
  line-height: normal;
}
.large-featured-tile .image-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.large-featured-tile .image-box .img-c {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.large-featured-tile .image-box .img-c img {
  height: 100%;
}

.topic-tiles .container-c {
  padding-right: 70px;
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .topic-tiles .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .topic-tiles .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.topic-tiles .slider-image-quote .slick-next, .topic-tiles .links-slider-key .slick-next {
  background-color: transparent;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .topic-tiles .slider-image-quote .slick-next, .topic-tiles .links-slider-key .slick-next {
    right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .topic-tiles .slider-image-quote .slick-next, .topic-tiles .links-slider-key .slick-next {
    border: 1px solid #ffffff;
  }
}
.topic-tiles .slider-image-quote .slick-next:hover, .topic-tiles .links-slider-key .slick-next:hover {
  background-color: #ffffff;
  color: #007aff;
}
.topic-tiles .slider-c.green {
  background-color: #16B68C;
}
.topic-tiles .slider-c.blue {
  background-color: #007fac;
}
.topic-tiles .slider-c > a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media only screen and (min-width: 480px) {
  .topic-tiles .slider-c > a:hover h2 span {
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
  }
}
.topic-tiles .slider-c > a:hover .image-box {
  transform: scale(1.05);
}
.topic-tiles .slider-c > a:hover .slick-arrow {
  background-color: #ffffff;
  color: #2a3339;
}
.topic-tiles .slider-c > a .slick-arrow {
  position: absolute;
  right: 23px;
  bottom: 24px;
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 0;
  background-color: transparent;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .topic-tiles .slider-c > a .slick-arrow {
    right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .topic-tiles .slider-c > a .slick-arrow {
    border: 1px solid #ffffff;
  }
}
.topic-tiles .slider-c > a .slick-arrow:after {
  font-family: "iconfont" !important;
  font-size: 22px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e604";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.topic-tiles .text-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 29px 80px 28px 38px;
  min-height: 360px;
}
@media only screen and (max-width: 991px) {
  .topic-tiles .text-box {
    padding: 29px 60px 28px 38px;
  }
}
@media only screen and (max-width: 768px) {
  .topic-tiles .text-box {
    padding: 13px 0 20px 23px;
  }
}
@media only screen and (max-width: 560px) {
  .topic-tiles .text-box {
    padding: 15px 18px 20px;
  }
}
.topic-tiles .text-box .text-c {
  max-width: 458px;
}
.topic-tiles .text-box h5 {
  color: #ffffff;
  margin-bottom: 226px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .topic-tiles .text-box h5 {
    margin-bottom: 144px;
  }
}
.topic-tiles .text-box h5 span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}
.topic-tiles .text-box h5 strong {
  font-weight: 500;
}
.topic-tiles .text-box p {
  color: #ffffff;
}
.topic-tiles .text-box .date {
  line-height: normal;
}
.topic-tiles .image-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.topic-tiles .image-box .img-c {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.topic-tiles .image-box .img-c img {
  top: 50%;
  left: 50%;
  margin-right: -50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  position: absolute;
  width: auto;
}

.text-header-logo .text-box {
  display: block;
  height: auto;
  padding: 0;
}
.text-header-logo .image-box .img.true-color img {
  filter: none;
}
.text-header-logo .image-box .img img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(92%) saturate(3143%) hue-rotate(172deg) brightness(85%) contrast(102%);
}
.text-header-logo .tags {
  margin-bottom: -5px;
}
.text-header-logo .tags li {
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  color: #2a3339;
  padding: 0;
  text-transform: uppercase;
  margin-right: 6px;
  margin-bottom: 5px;
}
.text-header-logo .tags li:before {
  content: none;
}
.text-header-logo .tags li a {
  display: inline-block;
}
.text-header-logo .tags li a:hover {
  color: #2a3339;
}
.text-header-logo .tags li i {
  display: inline-block;
  padding: 7px 5px 4px 8px;
  background-color: rgba(0, 151, 206, 0.15);
  font-style: normal;
  transition: all 0.2s ease-in-out;
}
.text-header-logo .tags li i:hover {
  background-color: rgba(0, 127, 172, 0.5);
  color: #2a3339;
}

/* Text Intro new styles */
.text-intro.text-info.inset {
  padding: 0;
  margin: 60px 70px;
}
.text-intro.text-info.inset.left .container-c {
  padding-left: 96px;
}
.text-intro.text-info.inset .container-c {
  padding: 60px;
  margin: 0 auto;
  width: 100%;
}
.text-intro.text-info.center {
  text-align: center;
}
.text-intro.text-info.center .container-c .text-box {
  margin: 0 auto;
}
.text-intro.text-info.center .container-c .text-box hr {
  margin: 24px auto;
}
.text-intro.text-info.has-background .container-c .text-box hr {
  border-color: white;
}
.text-intro.text-info.has-background .container-c .text-box h3 {
  color: white;
}
.text-intro.text-info.has-background .container-c .text-box .btns {
  background-color: transparent;
}
.text-intro.text-info.has-background .container-c .text-box .btns:hover {
  background-color: #ffffff;
}
.text-intro.text-info .container-c {
  padding: 60px 70px;
  max-width: 100%;
  width: 100%;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .text-intro.text-info .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .text-intro.text-info .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.text-intro.text-info .container-c .row {
  flex: 1 1 auto;
}
.text-intro.text-info .container-c .btns {
  background-color: transparent;
}
.text-intro.text-info .container-c .btns:hover {
  background-color: #003f6b;
}
.text-intro.text-info .container-c.full {
  max-width: 100%;
  margin: 0;
}
.text-intro.text-info .container-c .background-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}
.text-intro.text-info .container-c .background-gradient.vertical-gradient {
  background: linear-gradient(#2a3339, #fff);
}
.text-intro.text-info .container-c .background-gradient.horizontal-gradient {
  background: linear-gradient(to right, #2a3339, #fff);
}
.text-intro.text-info .container-c .text-box hr {
  border-color: #0097ce;
  max-width: 176px;
  margin: 24px 0;
}
.text-intro.text-info .container-c .text-box h4 {
  letter-spacing: unset;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.text-intro.text-info .container-c .text-box .extra-large p {
  font-family: "SimplonNorm";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  padding: 0;
}
.text-intro.text-info .container-c .text-box .btns {
  margin-top: 24px;
}

@media only screen and (max-width: 1240px) {
  .text-intro.text-info.inset {
    margin: 10px;
  }
  .text-intro.text-info.inset.left .container-c {
    padding-left: 36px;
  }
  .text-intro.text-info.inset .container-c {
    padding: 30px;
  }
}
/*--- Text Intro new styles ---*/
/* Links Description */
.links.description {
  position: relative;
  background: #F3F6F8;
}
.links.description.background-colour .title-box, .links.description.has-background .title-box {
  margin-bottom: 40px;
}
.links.description.background-colour .title-box hr, .links.description.has-background .title-box hr {
  border-color: white;
}
.links.description.background-colour .title-box h4, .links.description.has-background .title-box h4 {
  color: white;
}
.links.description.background-colour .content .unit-box h5, .links.description.background-colour .content .unit-box p, .links.description.background-colour .content .unit-box a, .links.description.has-background .content .unit-box h5, .links.description.has-background .content .unit-box p, .links.description.has-background .content .unit-box a {
  color: white;
}
.links.description.background-colour .content .unit-box a:hover, .links.description.has-background .content .unit-box a:hover {
  color: #0097ce;
}
.links.description.background-colour .content .unit-box a:hover:after, .links.description.has-background .content .unit-box a:hover:after {
  background: url(../images/circle-arrow-right-blue.svg);
}
.links.description.background-colour .content .unit-box:before, .links.description.has-background .content .unit-box:before {
  background: white;
}
.links.description .container-c {
  padding-left: 70px;
  padding-right: 70px;
}
@media only screen and (max-width: 768px) {
  .links.description .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .links.description .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.links.description .title-box {
  margin-bottom: 30px;
}
.links.description .content {
  margin: 0;
}
.links.description .content .row-less-margin {
  margin-left: -8px;
  margin-right: -8px;
}
.links.description .content .col-less-padding {
  padding-left: 8px;
  padding-right: 8px;
}
.links.description .content .row .col-custom:first-child .unit-box:before {
  display: none;
}
.links.description .content .unit-box {
  margin: 0 10px 0 0;
  width: 100%;
}
.links.description .content .unit-box h5 {
  margin-bottom: 8px;
}
.links.description .content .unit-box:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  left: -11px;
  height: 100%;
  background: #2a3339;
  opacity: 0.2;
}
.links.description .content .unit-box p {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  max-width: 100%;
  color: #2a3339;
}
@media only screen and (max-width: 480px) {
  .links.description .content .unit-box p {
    font-size: 14px;
    line-height: 20px;
  }
}
.links.description .content h5 {
  font-size: 24px;
  line-height: 32px;
}

@media only screen and (max-width: 1240px) {
  .links.description .container-c {
    padding-left: 10px;
    padding-right: 10px;
  }
  .links.description .content .unit-box {
    margin: 0 10px 30px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1240px) {
  .links.description .container-c {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .links.description .content .row .col-custom:first-child .unit-box:before {
    display: block;
  }
  .links.description .content .unit-box:before {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -23px;
    left: 0;
  }
}
/*--- Links Description ---*/
/* CTA */
section.cta .text-c hr {
  display: none;
  max-width: 176px;
}
section.cta .text-c p {
  color: #2a3339;
}
section.cta .text-c a.btns {
  border: 1px solid #003f6b;
  color: #003f6b;
}
section.cta .text-c a.btns:hover {
  border-color: #0097ce;
  color: #0097ce;
}
section.cta.has-background .text-c h5 {
  color: white;
}
section.cta.has-background .text-c p {
  color: white;
}
section.cta.has-background .text-c a.btns {
  border: 1px solid white;
  color: white;
}
section.cta.has-background .text-c a.btns:hover {
  border-color: #0097ce;
  color: #0097ce;
}
section.cta.full .container-c {
  max-width: 100%;
  padding: 0;
}
section.cta.full .container-c .text-c {
  padding: 60px 70px 160px 70px;
}
section.cta .container-c {
  padding: 0 70px;
}
section.cta .container-c.center {
  text-align: center;
}
section.cta .container-c.center .text-c {
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 40px;
}
section.cta .container-c.center .text-box {
  display: flex;
  justify-content: center;
  height: 100%;
  min-height: 359px;
}
section.cta .container-c .text-c {
  max-width: 795px;
}
section.cta .container-c .text-c h2, section.cta .container-c .text-c h2.small {
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
}
section.cta .container-c .text-c p, section.cta .container-c .text-c p.extra-large {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 480px) {
  section.cta .container-c .text-c p, section.cta .container-c .text-c p.extra-large {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 1240px) {
  section.cta.full .container-c .text-c {
    padding: 20px 10px 70px 20px;
  }
  section.cta .container-c {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  section.cta .text-c h5, section.cta .text-c p {
    margin-bottom: 20px;
  }
  section.cta.full .container-c .text-c {
    padding: 20px 10px 20px 20px;
  }
  section.cta .container-c {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  section.cta .container-c.center .text-c, section.cta .container-c.left .text-c, section.cta .container-c.full .text-c {
    padding: 48px 18px;
  }
  section.cta .container-c.center .text-c h5, section.cta .container-c.left .text-c h5, section.cta .container-c.full .text-c h5 {
    margin-bottom: 24px;
  }
  section.cta .container-c.center .text-c hr, section.cta .container-c.left .text-c hr, section.cta .container-c.full .text-c hr {
    border-color: #0097ce;
    display: block;
    margin: 24px 0;
  }
  section.cta .container-c.center .text-c hr {
    margin: 24px auto;
  }
}
/*--- CTA ---*/
/* Hero */
section.hero {
  display: flex;
  align-items: center;
  min-height: 600px;
}
section.hero.right {
  justify-content: flex-end;
}
section.hero .container-c {
  padding-right: 70px;
  padding-left: 70px;
}
section.hero .hero-hr {
  max-width: 1165px;
  margin: 0 auto;
}
section.hero .background-box .mask {
  background: #2a3339;
  width: 100%;
  opacity: 0.25;
}
section.hero .background-box .mask.vertical {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #2a3339 74.78%);
  width: 100%;
  opacity: 0.5;
}
section.hero .background-box .mask.horizontal {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 0%, #2a3339 74.78%);
  width: 96%;
  opacity: 0.5;
}
section.hero .background-box .mask.hide-gradient {
  background: none !important;
}
section.hero .container-c {
  width: 100%;
}
section.hero .container-c.left {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  section.hero .container-c.left .text-box p {
    max-width: 472px;
  }
}
section.hero .container-c.center .text-box {
  text-align: center;
  margin: 0 auto;
}
section.hero .container-c.center .text-box p, section.hero .container-c.center .text-box h1:not(.hero-header), section.hero .container-c.center .text-box h2, section.hero .container-c.center .text-box h3, section.hero .container-c.center .text-box h4, section.hero .container-c.center .text-box h5, section.hero .container-c.center .text-box h6 {
  margin-right: auto;
  margin-left: auto;
}
section.hero .container-c.center .text-box .author-box .text-box {
  text-align: left;
}
section.hero .container-c.center .text-box .author-box .text-box p {
  padding: 0;
}
section.hero .container-c.right {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
section.hero .container-c.right h1, section.hero .container-c.right h2, section.hero .container-c.right h3, section.hero .container-c.right h4, section.hero .container-c.right h5, section.hero .container-c.right h6, section.hero .container-c.right p {
  margin-left: auto;
}
section.hero .container-c.right .tags {
  justify-content: flex-end;
}
section.hero .container-c.right .text-box {
  text-align: right;
}
section.hero .container-c.right .text-box .author-box .author-list {
  justify-content: flex-end;
}
section.hero .container-c .text-box h1 {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  section.hero .container-c .text-box h1 {
    line-height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  section.hero .container-c .text-box h1 {
    line-height: 56px;
  }
}
section.hero .container-c .text-box h6 {
  color: #ffffff;
}
section.hero .container-c .text-box p {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  section.hero .container-c .text-box p {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 480px) {
  .hero.bottom_vertically {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 480px) {
  .hero.center_vertically {
    align-items: center;
  }
}
@media only screen and (max-width: 480px) {
  .hero.top_vertically {
    align-items: flex-start;
  }
}
section.hero-alternate .container-c {
  padding-left: 70px;
  padding-right: 70px;
}
section.hero-alternate .container-c .image-box {
  max-height: 560px;
  height: 560px;
  margin: 0;
  margin-right: 45px;
  width: calc(51% - 24px);
  position: relative;
}
@media only screen and (max-width: 480px) {
  section.hero-alternate .container-c .image-box {
    max-height: 280px;
    height: 280px;
  }
}
section.hero-alternate .container-c .image-box .mask {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #2a3339;
  opacity: 0.25;
}
section.hero-alternate .container-c .image-box .mask.vertical {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #2a3339 74.78%);
  opacity: 0.5;
}
section.hero-alternate .container-c .image-box .mask.horizontal {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 0%, #2a3339 74.78%);
  opacity: 0.5;
}
section.hero-alternate .container-c .image-box .mask.hide-gradient {
  background: none;
}
section.hero-alternate .container-c .text-box {
  margin: 0;
  margin-left: 15px;
  width: calc(48% - 24px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.hero-alternate .container-c .text-box.right .btns {
  align-self: flex-end;
}
section.hero-alternate .container-c .text-box.center .btns {
  align-self: center;
}
section.hero-alternate .container-c .text-box .btns {
  display: inline-table;
  align-self: flex-start;
}
section.hero-alternate .container-c .text-box.center {
  text-align: center;
}
section.hero-alternate .container-c .text-box.right {
  text-align: right;
}

@media only screen and (max-width: 1240px) {
  section.hero .container-c {
    padding: 10px 20px;
  }
  section.hero-alternate .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  section.hero-alternate .container-c .content-c {
    margin: 0;
  }
  section.hero-alternate .container-c .image-box {
    margin-right: 8px;
    width: 50%;
  }
  section.hero-alternate .container-c .text-box {
    margin-left: 8px;
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  section.hero-alternate .container-c .image-box {
    margin-right: 0;
    width: 100%;
    order: 2;
    min-height: 280px;
  }
  section.hero-alternate .container-c .text-box {
    margin-left: 0;
    width: 100%;
    order: 1;
  }
}
@media only screen and (max-width: 480px) {
  section.hero-alternate .container-c .text-box {
    margin-bottom: 24px;
  }
}
/*--- Hero ---*/
/* Section Intro */
section.section-intro-single .container-c {
  padding-right: 70px;
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  section.section-intro-single .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  section.section-intro-single .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 480px) {
  section.section-intro-single .container-c .content-c {
    margin: 0;
  }
}
section.section-intro-single.section-intro-slider .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.section-intro-single.right .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 8px 0 12px;
}
section.section-intro-single.right .image-box {
  margin: 0 12px 0 8px;
}
section.section-intro-single.left .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 8px 0 12px;
}
section.section-intro-single .text-box {
  width: calc(50% + 16px);
  position: relative;
}
section.section-intro-single .text-box .text-c {
  max-width: 561px;
}
section.section-intro-single .text-box h4 {
  color: #003f6b;
}
section.section-intro-single .text-box a.btns {
  padding: 0;
  color: #0097ce;
  background: none;
  border: none;
}
section.section-intro-single .text-box a.btns:after {
  font-family: "iconfont" !important;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e604";
  font-size: 12px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0097ce;
  color: #ffffff;
  line-height: 12px;
  text-align: center;
  margin-left: 4px;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
  padding-left: 0.5px;
}
section.section-intro-single .text-box a.btns:hover {
  color: #003f6b;
  background: none;
  border: none;
}
section.section-intro-single .text-box a.btns:hover:after {
  left: 5px;
  background-color: #003f6b;
}
section.section-intro-single .text-box hr {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  border-width: 4px;
  border-color: rgba(42, 51, 57, 0.25);
}
section.section-intro-single .image-box {
  width: calc(50% + 16px);
  overflow: hidden;
}
section.section-intro-single .image-box p {
  display: inline;
}
section.section-intro-single .image-box p iframe {
  width: 100% !important;
  height: 100% !important;
}
section.section-intro-single .image-box iframe {
  width: 100% !important;
  height: 100% !important;
}
section.section-intro-single .image-box.video-box {
  display: flex;
  align-items: center;
}
section.section-intro-single .image-box.video-box p {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  position: relative;
}
section.section-intro-single .image-box.video-box p iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.section-intro-single .slick-arrow.slick-prev, section.section-intro-single .slick-arrow.slick-next {
  font-size: 12px;
  min-width: 80px;
  height: 40px;
  background: rgba(66, 66, 66, 0.05);
  text-transform: uppercase;
  border-radius: 20px;
  color: #2a3339;
  font-weight: 700;
  letter-spacing: 1.75px;
}
section.section-intro-single .slick-arrow.slick-prev:after, section.section-intro-single .slick-arrow.slick-next:after {
  padding: 0;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
}
section.section-intro-single .slick-arrow.slick-prev {
  padding: 10px 5px 10px 20px;
}
section.section-intro-single .slick-arrow.slick-prev:after {
  left: 11px;
}
section.section-intro-single .slick-arrow.slick-next {
  padding: 10px 20px 10px 5px;
}
section.section-intro-single .slick-arrow.slick-next:after {
  right: 11px;
}
section.section-intro-single .slick-arrow.slick-next {
  left: 43%;
}
section.section-intro-single .units-box {
  flex-wrap: nowrap;
}
section.section-intro-single .units-box .unit-box {
  margin: 8px;
  width: 100%;
}
section.section-intro-single .units-box .unit-box:first-child {
  margin-left: 12px;
}
section.section-intro-single .units-box .unit-box:last-child {
  margin-right: 12px;
}
@media only screen and (max-width: 480px) {
  section.section-intro-single .units-box .unit-box {
    display: none;
    margin: 0 12px;
  }
  section.section-intro-single .units-box .unit-box.active {
    display: block;
    margin-top: -104px;
  }
}
section.section-intro-single .units-box .unit-box h5 {
  color: #007fac;
}
section.section-intro-single.half.left .slick-arrow, section.section-intro-single.half.right .slick-arrow, section.section-intro-single.fourth.left .slick-arrow, section.section-intro-single.fourth.right .slick-arrow, section.section-intro-single.center .slick-arrow, section.section-intro-single.full.left .slick-arrow {
  bottom: -80px;
}
section.section-intro-single.half.left .units-box, section.section-intro-single.half.right .units-box, section.section-intro-single.fourth.left .units-box, section.section-intro-single.fourth.right .units-box, section.section-intro-single.center .units-box, section.section-intro-single.full.left .units-box {
  margin-top: 98px;
}
section.section-intro-single.half.left .container-c {
  padding-left: 0;
}
section.section-intro-single.half.right .container-c {
  padding-right: 0;
}
section.section-intro-single.half {
  background: #F3F6F8;
}
section.section-intro-single.half .text-box .btns {
  padding: 0;
  color: #0097ce;
  background: none;
  border: none;
}
section.section-intro-single.half .text-box .btns:after {
  font-family: "iconfont" !important;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e604";
  font-size: 12px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0097ce;
  color: #ffffff;
  line-height: 12px;
  text-align: center;
  margin-left: 4px;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
  padding-left: 0.5px;
}
section.section-intro-single.half .text-box .btns:hover {
  color: #003f6b;
  background: none;
  border: none;
}
section.section-intro-single.half .text-box .btns:hover:after {
  left: 5px;
  background-color: #003f6b;
}
@media only screen and (min-width: 1441px) {
  section.section-intro-single.half.right .container-c {
    padding: 0;
  }
}
section.section-intro-single.half.right .text-box {
  width: calc(56% + 16px);
  padding-bottom: 0;
  margin-right: 62px;
}
section.section-intro-single.half.right .text-box hr {
  max-width: unset;
}
section.section-intro-single.half.right .text-box .text-c {
  max-width: unset;
}
section.section-intro-single.half.right .image-box {
  width: calc(44% + 16px);
}
section.section-intro-single.half.right .units-box {
  padding-right: 70px;
}
@media only screen and (min-width: 1441px) {
  section.section-intro-single.half.image-text.left .container-c {
    padding: 0;
  }
}
section.section-intro-single.half.image-text.left .container-c .content-c {
  justify-content: space-between;
}
section.section-intro-single.half.image-text.left .text-box {
  width: calc(56% + 16px);
  padding-bottom: 0;
  max-width: unset;
  margin-left: 62px;
}
@media only screen and (max-width: 480px) {
  section.section-intro-single.half.image-text.left .text-box {
    margin-left: 0;
  }
}
section.section-intro-single.half.image-text.left .text-box .text-c {
  max-width: unset;
}
section.section-intro-single.half.image-text.left .image-box {
  width: calc(44% + 16px);
}
section.section-intro-single.half.image-text.left .units-box {
  padding-left: 70px;
}
section.section-intro-single.fourth {
  background: #F3F6F8;
}
section.section-intro-single.fourth .text-box .btns {
  padding: 0;
  color: #0097ce;
  background: none;
  border: none;
}
section.section-intro-single.fourth .text-box .btns:after {
  font-family: "iconfont" !important;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e604";
  font-size: 12px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0097ce;
  color: #ffffff;
  line-height: 12px;
  text-align: center;
  margin-left: 4px;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
  padding-left: 0.5px;
}
section.section-intro-single.fourth .text-box .btns:hover {
  color: #003f6b;
  background: none;
  border: none;
}
section.section-intro-single.fourth .text-box .btns:hover:after {
  left: 5px;
  background-color: #003f6b;
}
section.section-intro-single.fourth .image-box {
  height: 400px;
}
section.section-intro-single.fourth.right .container-c .content-c {
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  section.section-intro-single.fourth.right .container-c .content-c {
    margin: 0;
  }
}
section.section-intro-single.fourth.right .text-box {
  width: calc(58% + 16px);
  padding-bottom: 0;
}
section.section-intro-single.fourth.right .text-box .text-c {
  max-width: 754px;
}
section.section-intro-single.fourth.right .image-box {
  width: calc(31% + 16px);
}
section.section-intro-single.fourth.image-text.left .container-c .content-c {
  justify-content: space-between;
}
section.section-intro-single.fourth.image-text.left .text-box {
  width: calc(58% + 16px);
  padding-bottom: 0;
  max-width: 754px;
}
section.section-intro-single.fourth.image-text.left .text-box .text-c {
  max-width: 754px;
}
section.section-intro-single.fourth.image-text.left .image-box {
  width: calc(31% + 16px);
}
section.section-intro-single.center {
  background: #F3F6F8;
}
section.section-intro-single.center .container-c .content-c {
  padding: 96px 80px;
  background-color: white;
}
section.section-intro-single.center .text-box hr {
  display: none;
}
section.section-intro-single.center .text-box .btns {
  padding: 0;
  color: #0097ce;
  background: none;
  border: none;
  letter-spacing: 1;
}
section.section-intro-single.center .text-box .btns:after {
  font-family: "iconfont" !important;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e604";
  font-size: 12px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0097ce;
  color: #ffffff;
  line-height: 12px;
  text-align: center;
  margin-left: 4px;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
  padding-left: 0.5px;
}
section.section-intro-single.center .text-box .btns:hover {
  color: #003f6b;
  background: none;
  border: none;
}
section.section-intro-single.center .text-box .btns:hover:after {
  left: 5px;
  background-color: #003f6b;
}
section.section-intro-single.center .content-c {
  justify-content: center;
}
section.section-intro-single.center .thumbnail-box {
  width: 176px;
}
section.section-intro-single.center .content-box {
  width: 100%;
  max-width: 561px;
}
section.section-intro-single.center .content-box .text-box {
  width: 100%;
}
section.section-intro-single.center .content-box hr {
  margin: 35px 0;
  border-color: rgba(66, 66, 66, 0.5);
}
section.section-intro-single.center .content-box .image-box {
  width: 100%;
}
section.section-intro-single.center .content-box .image-box.image-box-image {
  height: auto;
}
section.section-intro-single.center .content-box .image-box.image-box-image img {
  height: auto;
}

section.section-intro-single.section-intro-slider.fourth, section.section-intro-single.section-intro-slider.half, section.section-intro-single.section-intro-slider.center {
  background: white;
}

@media only screen and (max-width: 992px) {
  section.section-intro-single {
    background-color: white !important;
    padding: 35px 0;
  }
  section.section-intro-single.center .container-c {
    padding-left: 20px;
  }
  section.section-intro-single.center .container-c .content-c {
    padding: 0;
  }
  section.section-intro-single.center .container-c .thumbnail-box {
    width: 233px;
  }
  section.section-intro-single.center .container-c .content-box {
    width: 100%;
    max-width: 100%;
  }
  section.section-intro-single.center .container-c .content-box .text-box {
    order: 1;
  }
  section.section-intro-single.center .container-c .content-box .image-box {
    order: 2;
    margin-top: 0;
  }
  section.section-intro-single .slick-arrow.slick-prev, section.section-intro-single .slick-arrow.slick-next {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: #F2F5F7;
    display: inline-block;
    font-size: 0;
    padding: 12px;
    width: 28px;
    height: 32px;
  }
  section.section-intro-single .slick-arrow.slick-prev:after, section.section-intro-single .slick-arrow.slick-next:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 28px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 8px 11px;
    background-position: center;
    transition: all 0.2s ease-in-out;
    top: 0;
  }
  section.section-intro-single .slick-arrow.slick-prev {
    border-radius: 2px 0 0 2px;
    left: 0px;
  }
  section.section-intro-single .slick-arrow.slick-prev:after {
    left: 0;
  }
  section.section-intro-single .slick-arrow.slick-next {
    right: 0;
    border-radius: 0 2px 2px 0;
    left: 28px;
  }
  section.section-intro-single .slick-arrow.slick-next:after {
    right: 0;
  }
  section.section-intro-single .container-c .image-box {
    height: 241px;
  }
  section.section-intro-single .container-c .text-box h4 {
    margin-bottom: 0;
    color: #003f6b;
    font-family: "Foro";
    font-weight: 200;
    font-style: normal;
  }
  section.section-intro-single .container-c .text-box h2.small {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px !important;
    color: #0097ce;
  }
  section.section-intro-single .container-c .text-box p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  section.section-intro-single .container-c .text-box .btns {
    padding: 0;
    color: #0097ce;
    background: none;
    border: none;
    letter-spacing: 1;
  }
  section.section-intro-single .container-c .text-box .btns:after {
    font-family: "iconfont" !important;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e604";
    font-size: 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0097ce;
    color: #ffffff;
    line-height: 12px;
    text-align: center;
    margin-left: 4px;
    transition: all 0.2s ease-in-out;
    position: relative;
    left: 0;
    padding-left: 0.5px;
  }
  section.section-intro-single .container-c .text-box .btns:hover {
    color: #003f6b;
    background: none;
    border: none;
  }
  section.section-intro-single .container-c .text-box .btns:hover:after {
    left: 5px;
    background-color: #003f6b;
  }
  section.section-intro-single.fourth.right .container-c, section.section-intro-single.fourth.image-text.left .container-c, section.section-intro-single.half.right .container-c, section.section-intro-single.half.image-text.left .container-c, section.section-intro-single.full.right .container-c, section.section-intro-single.full.image-text.left .container-c {
    padding: 0 20px;
  }
  section.section-intro-single.fourth.right .container-c .text-box, section.section-intro-single.fourth.image-text.left .container-c .text-box, section.section-intro-single.half.right .container-c .text-box, section.section-intro-single.half.image-text.left .container-c .text-box, section.section-intro-single.full.right .container-c .text-box, section.section-intro-single.full.image-text.left .container-c .text-box {
    width: 100%;
    order: 1;
  }
  section.section-intro-single.fourth.right .container-c .text-box hr, section.section-intro-single.fourth.image-text.left .container-c .text-box hr, section.section-intro-single.half.right .container-c .text-box hr, section.section-intro-single.half.image-text.left .container-c .text-box hr, section.section-intro-single.full.right .container-c .text-box hr, section.section-intro-single.full.image-text.left .container-c .text-box hr {
    display: none;
  }
  section.section-intro-single.fourth.right .container-c .image-box, section.section-intro-single.fourth.image-text.left .container-c .image-box, section.section-intro-single.half.right .container-c .image-box, section.section-intro-single.half.image-text.left .container-c .image-box, section.section-intro-single.full.right .container-c .image-box, section.section-intro-single.full.image-text.left .container-c .image-box {
    width: 100%;
    order: 2;
  }
}
@media only screen and (max-width: 640px) {
  section.section-intro-single.section-intro-slider .links-slider-key .slider-c .content-c {
    margin: 0;
  }
  section.section-intro-single.section-intro-slider .links-slider-key .slider-c .text-box {
    padding-bottom: 0;
  }
  section.section-intro-single.section-intro-slider .links-slider-key .slider-c .text-box .btns {
    padding: 0;
    color: #0097ce;
    background: none;
    border: none;
    letter-spacing: 1;
  }
  section.section-intro-single.section-intro-slider .links-slider-key .slider-c .text-box .btns:after {
    font-family: "iconfont" !important;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e604";
    font-size: 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0097ce;
    color: #ffffff;
    line-height: 12px;
    text-align: center;
    margin-left: 4px;
    transition: all 0.2s ease-in-out;
    position: relative;
    left: 0;
    padding-left: 0.5px;
  }
  section.section-intro-single.section-intro-slider .links-slider-key .slider-c .text-box .btns:hover {
    color: #003f6b;
    background: none;
    border: none;
  }
  section.section-intro-single.section-intro-slider .links-slider-key .slider-c .text-box .btns:hover:after {
    left: 5px;
    background-color: #003f6b;
  }
  section.section-intro-single.center .container-c {
    padding-left: 20px;
  }
  section.section-intro-single.center .container-c .content-box {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  section.section-intro-single.center .container-c .content-box .text-box {
    order: 0;
    width: 100%;
  }
  section.section-intro-single.center .container-c .content-box .image-box {
    order: 2;
    width: 100%;
  }
  section.section-intro-single .slick-arrow.slick-prev, section.section-intro-single .slick-arrow.slick-next {
    position: absolute;
    bottom: -76px;
    z-index: 10;
    padding: 12px;
    border-radius: 20px;
    background-color: rgba(66, 66, 66, 0.05);
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.75px;
    font-family: "SimplonNorm";
    font-weight: bold;
    font-style: normal;
    color: #2a3339;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: auto;
    min-width: 80px;
    height: 40px;
  }
  section.section-intro-single .slick-arrow.slick-prev:after, section.section-intro-single .slick-arrow.slick-next:after {
    display: none;
  }
  section.section-intro-single.half.left .slick-arrow, section.section-intro-single.half.right .slick-arrow, section.section-intro-single.fourth.left .slick-arrow, section.section-intro-single.fourth.right .slick-arrow, section.section-intro-single.center .slick-arrow, section.section-intro-single.full.left .slick-arrow {
    bottom: -24px;
  }
  section.section-intro-single .container-c .image-box {
    width: 100%;
    height: 359px;
    margin: 0;
    margin-top: 24px;
  }
  section.section-intro-single .container-c .image-box.video-box {
    height: auto;
  }
  section.section-intro-single .container-c .image-box img {
    display: block;
  }
  section.section-intro-single .container-c .text-box {
    margin: 0;
    width: 100%;
  }
  section.section-intro-single .container-c .text-box h4 {
    margin-bottom: 16px;
    font-family: "Foro";
    font-weight: 200;
    font-style: normal;
  }
  section.section-intro-single .container-c .text-box h2.small {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 16px !important;
    color: #0097ce;
  }
  section.section-intro-single .container-c .text-box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  section.section-intro-single.half .units-box, section.section-intro-single.fourth .units-box, section.section-intro-single.full .units-box {
    padding: 0 20px;
  }
  section.section-intro-single.half .units-box .unit-box, section.section-intro-single.fourth .units-box .unit-box, section.section-intro-single.full .units-box .unit-box {
    display: none;
    margin: 0;
  }
  section.section-intro-single.half .units-box .unit-box.active, section.section-intro-single.fourth .units-box .unit-box.active, section.section-intro-single.full .units-box .unit-box.active {
    display: block;
  }
  section.section-intro-single.center .content-box {
    margin: 0;
  }
  section.section-intro-single.center .content-box .image-box {
    margin-top: 24px;
  }
  section.section-intro-single.center .container-c .thumbnail-box {
    width: 96px;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  section.section-intro-single .slick-arrow.slick-next {
    left: auto;
  }
  section.section-intro-single .slick-arrow.slick-prev {
    left: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  section.section-intro-single.center .container-c .content-box .text-box {
    order: 2;
    margin-top: 16px;
  }
  section.section-intro-single.center .container-c .content-box .image-box {
    order: 1;
    margin-top: 0;
  }
  section.section-intro-single.fourth.right .container-c .text-box, section.section-intro-single.fourth.image-text.left .container-c .text-box, section.section-intro-single.half.right .container-c .text-box, section.section-intro-single.half.image-text.left .container-c .text-box, section.section-intro-single.full.right .container-c .text-box, section.section-intro-single.full.image-text.left .container-c .text-box {
    width: 100%;
    order: 2;
    margin-top: 16px;
  }
  section.section-intro-single.fourth.right .container-c .text-box hr, section.section-intro-single.fourth.image-text.left .container-c .text-box hr, section.section-intro-single.half.right .container-c .text-box hr, section.section-intro-single.half.image-text.left .container-c .text-box hr, section.section-intro-single.full.right .container-c .text-box hr, section.section-intro-single.full.image-text.left .container-c .text-box hr {
    display: none;
  }
  section.section-intro-single.fourth.right .container-c .image-box, section.section-intro-single.fourth.image-text.left .container-c .image-box, section.section-intro-single.half.right .container-c .image-box, section.section-intro-single.half.image-text.left .container-c .image-box, section.section-intro-single.full.right .container-c .image-box, section.section-intro-single.full.image-text.left .container-c .image-box {
    width: 100%;
    margin-top: 0;
    order: 1;
  }
}
/*--- Section Intro ---*/
.active-form {
  background-color: #003f6b !important;
  color: #ffffff !important;
}

.text-info-links .container-c {
  padding-right: 70px;
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .text-info-links .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .text-info-links .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.text-info-links .container-c .btns {
  background-color: transparent;
  color: #003f6b;
}
.text-info-links .container-c .btns:hover {
  background-color: #003f6b;
  color: #ffffff;
}
.text-info-links .container-c h4 {
  color: #003f6b;
}

/* Bio Grid*/
@media only screen and (min-width: 769px) {
  .arrow-slider-bio .slick-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: #F2F5F7;
    display: inline-block;
    font-size: 0;
  }
  .arrow-slider-bio .slick-arrow:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 8px 11px;
    background-position: center;
    transition: all 0.2s ease-in-out;
  }
  .arrow-slider-bio .slick-arrow.slick-prev {
    border-radius: 16px 0 0 16px;
  }
  .arrow-slider-bio .slick-arrow.slick-prev:after {
    background-image: url(../images/arr-l.svg);
  }
  .arrow-slider-bio .slick-arrow.slick-next {
    left: 28px;
    border-radius: 0 16px 16px 0;
  }
  .arrow-slider-bio .slick-arrow.slick-next:after {
    background-image: url(../images/arr-r.svg);
  }
  .arrow-slider-bio .slick-arrow:hover {
    background-color: #E7ECF0;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-bio .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 12px;
    border-radius: 20px;
    background-color: rgba(66, 66, 66, 0.05);
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.75px;
    font-family: "SimplonNorm";
    font-weight: bold;
    font-style: normal;
    color: #2a3339;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 992px) {
  .arrow-slider-bio .slick-arrow {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .arrow-slider-bio .slick-arrow {
    padding: 12px 8px;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-bio .slick-arrow:hover {
    background-color: #0097ce;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-bio .slick-arrow:before {
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    background-image: url(../images/page-l.svg);
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-bio .slick-arrow.slick-prev {
    left: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .arrow-slider-bio .slick-arrow.slick-prev {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-bio .slick-arrow.slick-prev:before {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-bio .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .arrow-slider-bio .slick-arrow.slick-next {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-bio .slick-arrow.slick-next:before {
    order: 1;
    background-image: url(../images/page-r.svg);
    margin-left: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-bio .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }
  .arrow-slider-bio .slick-dots li {
    text-align: center;
    font-family: "SimplonNorm";
    font-weight: bold;
    font-style: normal;
    margin-right: 10px;
    font-size: 0;
  }
  .arrow-slider-bio .slick-dots li:last-child {
    margin-right: 0;
  }
  .arrow-slider-bio .slick-dots li.slick-active button {
    color: #ffffff;
    background-color: #0097ce;
    width: 8px;
    height: 8px;
  }
  .arrow-slider-bio .slick-dots li button {
    display: block;
    border-radius: 50%;
    color: #2a3339;
    width: 5px;
    height: 5px;
    background-color: rgba(42, 51, 57, 0.15);
  }
  .arrow-slider-bio .slick-dots li button:hover {
    color: #ffffff;
    background-color: #0097ce;
    width: 8px;
    height: 8px;
  }
}

.bio-grid-small .slider-c {
  overflow: hidden;
}
.bio-grid-small .container-c {
  padding-right: 70px;
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .bio-grid-small .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid-small .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.bio-grid-small .title-box {
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .bio-grid-small .title-box {
    margin-bottom: 39px;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid-small .title-box {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid-small .title-box h4 {
    flex: 0 1 50%;
  }
}
.bio-grid-small .title-box .learn-more-box {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .bio-grid-small .title-box .learn-more-box {
    margin-top: 21px;
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid-small .title-box .learn-more-box {
    display: block;
    margin-top: 0;
  }
}
.bio-grid-small .title-box .learn-more-box a {
  margin: 0;
}
.bio-grid-small .title-box hr {
  margin: 22px auto;
  max-width: 176px;
  border-color: #0097ce;
}
@media only screen and (max-width: 768px) {
  .bio-grid-small .title-box hr {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid-small .title-box hr {
    display: block;
  }
}
.bio-grid-small.text-center .bio-grid .bio-c .learn-more {
  margin: 0 10px;
}
.bio-grid-small.text-center .arrow-slider-bio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -8px -40px -8px;
}
@media only screen and (max-width: 768px) {
  .bio-grid-small.text-center .arrow-slider-bio {
    margin: 0 0 -32px;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid-small.text-center .arrow-slider-bio {
    justify-content: space-between;
    margin: 0 0 -32px;
  }
}
.bio-grid-small.text-center .arrow-slider-bio .slider-c {
  flex: 0 1 16.666%;
  padding: 0 8px 40px 8px;
}
@media only screen and (max-width: 480px) {
  .bio-grid-small.text-center .arrow-slider-bio .slider-c {
    flex: 0 1 50%;
    padding: 0 0 32px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .bio-grid-small.text-center .arrow-slider-bio .slider-c {
    flex: 0 1 25%;
    padding: 0 0 32px;
  }
}
@media only screen and (min-width: 769px) {
  .bio-grid-small.text-center .arrow-slider-bio .slick-arrow {
    left: 50%;
  }
  .bio-grid-small.text-center .arrow-slider-bio .slick-arrow.slick-prev {
    transform: translate(-100%, 100%);
  }
}
.bio-grid-small.text-center .arrow-slider-bio .slick-arrow {
  bottom: -48px;
  transform: translateY(100%);
}
.bio-grid-small.text-center .arrow-slider-bio .slick-dots {
  bottom: -62px;
  transform: translate(-50%, 100%);
}
.bio-grid-small.text-center .arrow-slider-bio .slick-list {
  margin: 0 -40px;
}
@media only screen and (max-width: 768px) {
  .bio-grid-small.text-center .arrow-slider-bio .slick-list {
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid-small.text-center .arrow-slider-bio .slick-list {
    margin: 0 -7px;
  }
}
.bio-grid-small.text-center .arrow-slider-bio .bio-c {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .bio-grid-small.text-center .arrow-slider-bio .bio-c {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid-small.text-center .arrow-slider-bio .bio-c {
    padding: 0 7px;
  }
}
.bio-grid-small.text-center .arrow-slider-bio .bio-c .img {
  height: 80px;
  width: 100%;
  max-width: 80px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  margin: 0 auto 7px;
}
@media only screen and (max-width: 768px) {
  .bio-grid-small.text-center .arrow-slider-bio .bio-c .img {
    margin: 0 auto 10px;
  }
}
.bio-grid-small.text-center .arrow-slider-bio .bio-c .img .img-c {
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: none;
  -webkit-filter: none;
  transition: all 0.2s ease-in-out;
}
.bio-grid-small.text-center .arrow-slider-bio .bio-c .img .img-c.no-img {
  background-position: center;
  background-image: url(../images/scramble-default-tile.jpg);
}
.bio-grid-small.text-center .arrow-slider-bio .bio-c .img .img-c img {
  height: 100%;
}
.bio-grid-small.text-center .arrow-slider-bio .bio-c .img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 122, 255, 0.25);
  mix-blend-mode: multiply;
}
.bio-grid-small.text-center .arrow-slider-bio .bio-c .img a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.bio-grid-small.text-center .arrow-slider-bio .bio-c .img a:hover .img-c {
  transform: scale(1.05);
}
.bio-grid-small.text-center .arrow-slider-bio .bio-c h3 {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 6px;
}
@media only screen and (max-width: 480px) {
  .bio-grid-small.text-center .arrow-slider-bio .bio-c h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .bio-grid-small.text-center .arrow-slider-bio .bio-c h3 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid-small.text-center .arrow-slider-bio .bio-c h3 {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 4px;
  }
}
.bio-grid-small.text-center .arrow-slider-bio .bio-c h5 {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 13px;
}
@media only screen and (max-width: 480px) {
  .bio-grid-small.text-center .arrow-slider-bio .bio-c h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .bio-grid-small.text-center .arrow-slider-bio .bio-c h5 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid-small.text-center .arrow-slider-bio .bio-c h5 {
    font-size: 14px;
    line-height: 1.1;
    margin-left: 0;
    margin-bottom: 4px;
  }
}
.bio-grid-small.text-center .arrow-slider-bio .bio-c h5.title {
  font-style: italic;
  margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  .bio-grid-small.text-center .arrow-slider-bio .bio-c h5.title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid-small.text-center .arrow-slider-bio .bio-c h5.title {
    margin-bottom: 4px;
  }
}
.bio-grid-small.text-center .arrow-slider-bio .bio-c .linkedin {
  margin: 0 10px;
  color: #007fac;
}
@media only screen and (max-width: 480px) {
  .bio-grid-small.text-center .arrow-slider-bio .bio-c .linkedin {
    display: block;
    margin: 0 !important;
  }
}
.bio-grid-small.text-center .arrow-slider-bio .bio-c .linkedin:hover {
  color: #003f6b;
}
.bio-grid-small.text-center .arrow-slider-bio .bio-c .linkedin span {
  font-size: 14px;
}
.bio-grid-small.text-center .arrow-slider-bio .bio-c .learn-more {
  margin: 0 10px;
}

.bio-grid .container-c {
  padding-right: 70px;
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .bio-grid .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.bio-grid .title-box {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .bio-grid .title-box {
    margin-bottom: 29px;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid .title-box {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid .title-box h4 {
    flex: 0 1 50%;
  }
}
.bio-grid .title-box p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #2a3339;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .bio-grid .title-box p {
    display: block;
    font-size: 18px;
    line-height: 24px;
  }
}
.bio-grid .title-box .learn-more-box {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .bio-grid .title-box .learn-more-box {
    margin-top: 21px;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid .title-box .learn-more-box {
    margin-top: 0;
  }
}
.bio-grid .title-box .learn-more-box a {
  margin: 0;
}
.bio-grid .title-box hr {
  margin: 22px auto;
  max-width: 176px;
  border-color: #0097ce;
}
@media only screen and (max-width: 768px) {
  .bio-grid .title-box hr {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid .title-box hr {
    display: block;
  }
}
.bio-grid .bio-grid {
  margin: 0 -52px -48px -52px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .bio-grid .bio-grid {
    margin: 0 -35px -41px -35px;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid .bio-grid {
    flex: 0 1 50%;
    justify-content: space-between;
    margin: 0 0 -32px;
  }
}
.bio-grid .bio-grid .bio-c {
  margin: 0;
  padding: 0 52px 48px 52px;
  flex: 0 1 25%;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .bio-grid .bio-grid .bio-c {
    flex: 0 1 33.333333%;
    padding: 0 35px 41px 35px;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid .bio-grid .bio-c {
    flex: 0 1 50%;
    padding: 0 0 32px;
  }
}
.bio-grid .bio-grid .bio-c .img {
  max-width: 182px;
  height: 182px;
  margin: auto auto 7px;
}
@media only screen and (max-width: 480px) {
  .bio-grid .bio-grid .bio-c .img {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 12px;
  }
}
.bio-grid .bio-grid .bio-c .img .img-c {
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: none;
  -webkit-filter: none;
  transition: all 0.2s ease-in-out;
}
.bio-grid .bio-grid .bio-c .img .img-c.no-img {
  background-position: center;
  background-image: url(../images/scramble-default-tile.jpg);
}
.bio-grid .bio-grid .bio-c .img .img-c img {
  height: 100%;
}
.bio-grid .bio-grid .bio-c .img a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.bio-grid .bio-grid .bio-c h3 {
  font-size: 24px;
  line-height: 1.33;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  .bio-grid .bio-grid .bio-c h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid .bio-grid .bio-c h3 {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 4px;
  }
}
.bio-grid .bio-grid .bio-c h5 {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 13px;
}
@media only screen and (max-width: 480px) {
  .bio-grid .bio-grid .bio-c h5 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .bio-grid .bio-grid .bio-c h5 {
    text-align: center;
    margin: 0 11px;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid .bio-grid .bio-c h5 {
    text-align: center;
    font-size: 14px;
    line-height: 1.43;
    margin-left: 0;
    margin-bottom: 4px;
  }
}
.bio-grid .bio-grid .bio-c h5.title {
  font-style: italic;
  margin-bottom: 6px;
}
@media only screen and (max-width: 480px) {
  .bio-grid .bio-grid .bio-c h5.title {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 480px) {
  .bio-grid .bio-grid .bio-c .linkedin {
    display: block;
    text-align: center;
    margin: 0 !important;
  }
}
.bio-grid.text-center .title-box {
  display: block;
}
/* Bio Grid*/
/* Logo Grid*/
.logo-grid-basic .container-c {
  overflow: hidden;
  padding-right: 70px;
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .logo-grid-basic .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.logo-grid-basic .title-box {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .logo-grid-basic .title-box {
    margin-bottom: 31px;
  }
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic .title-box {
    margin-bottom: 33px;
  }
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic .title-box h4 {
    flex: 0 1 50%;
  }
}
.logo-grid-basic .title-box p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #2a3339;
  margin: 0;
}
.logo-grid-basic .title-box .learn-more-box {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .logo-grid-basic .title-box .learn-more-box {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic .title-box .learn-more-box {
    margin-top: 0;
  }
}
.logo-grid-basic .title-box .learn-more-box a {
  margin: 0;
}
.logo-grid-basic .title-box hr {
  margin: 22px auto;
  max-width: 176px;
  border-color: #0097ce;
}
.logo-grid-basic .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -32px -55px -32px;
}
@media only screen and (max-width: 768px) {
  .logo-grid-basic .logo-grid {
    margin: 0 -43px -40px -43px;
  }
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic .logo-grid {
    flex: 0 1 50%;
    justify-content: space-between;
    margin: 0 -35px -32px -35px;
  }
}
.logo-grid-basic .logo-grid .logo-c {
  flex: 0 1 25%;
  padding: 0 32px 55px 32px;
}
@media only screen and (max-width: 768px) {
  .logo-grid-basic .logo-grid .logo-c {
    padding: 0 43px 40px 43px;
  }
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic .logo-grid .logo-c {
    flex: 0 1 50%;
    justify-content: space-between;
    padding: 0 35px 32px 35px;
  }
}
.logo-grid-basic .logo-grid .logo-c .img {
  text-align: center;
}
.logo-grid-basic .logo-grid .logo-c .img img {
  max-height: 50px;
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic .logo-grid .logo-c .img img {
    max-height: 40px;
  }
}
.logo-grid-basic .logo-grid .logo-c .img svg {
  max-height: 50px;
  height: 50px;
  width: auto;
  max-width: 100%;
}
.logo-grid-basic .logo-grid .logo-c .img svg *:not(polygon) {
  transition: fill 0.2s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic .logo-grid .logo-c .img svg {
    max-height: 40px;
  }
}
.logo-grid-basic .logo-grid .logo-c .img svg:hover *:not(polygon) {
  transition: fill 0.2s ease-in-out;
  fill: #003f6b !important;
}
.logo-grid-basic .logo-grid .logo-c h3 {
  margin-top: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic .logo-grid .logo-c h3 {
    margin-top: 9px;
    margin-bottom: 5px;
  }
}
.logo-grid-basic .logo-grid .logo-c > a {
  font-size: 12px;
  display: block;
  letter-spacing: 1.29px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  color: #0097ce;
}
.logo-grid-basic .logo-grid .logo-c > a:hover {
  color: #003f6b;
}

.logo-grid-basic-interactive .container-c {
  padding-right: 70px;
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .logo-grid-basic-interactive .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic-interactive .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.logo-grid-basic-interactive .title-box {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .logo-grid-basic-interactive .title-box {
    margin-bottom: 31px;
  }
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic-interactive .title-box {
    margin-bottom: 33px;
  }
}
.logo-grid-basic-interactive .title-box h4 {
  color: #003f6b;
  font-family: "Foro";
  font-weight: 200;
  font-style: normal;
}
.logo-grid-basic-interactive .title-box p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #2a3339;
  margin: 0;
}
.logo-grid-basic-interactive .title-box .learn-more-box {
  margin: 30px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .logo-grid-basic-interactive .title-box .learn-more-box {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic-interactive .title-box .learn-more-box {
    margin-top: 0;
  }
}
.logo-grid-basic-interactive .title-box .learn-more-box a {
  margin: 0;
}
.logo-grid-basic-interactive .title-box hr {
  margin: 22px auto;
  max-width: 176px;
  border-color: #0097ce;
}
.logo-grid-basic-interactive .arrow-slider-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic-interactive .arrow-slider-logo {
    margin: 0 0 -55px 0;
    justify-content: space-between;
  }
}
.logo-grid-basic-interactive .arrow-slider-logo .slick-arrow {
  bottom: -20px;
  transform: translateY(100%);
}
.logo-grid-basic-interactive .arrow-slider-logo .slick-dots {
  bottom: -42px;
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic-interactive .arrow-slider-logo .slider-c {
    padding: 0 0 55px 0;
    flex: 0 1 50%;
  }
}
.logo-grid-basic-interactive .arrow-slider-logo .logo-c {
  flex: 0 1 25%;
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic-interactive .arrow-slider-logo .logo-c {
    flex: 0 1 50%;
    justify-content: space-between;
  }
}
.logo-grid-basic-interactive .arrow-slider-logo .logo-c .img {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .logo-grid-basic-interactive .arrow-slider-logo .logo-c .img {
    max-height: 40px;
  }
}
.logo-grid-basic-interactive .arrow-slider-logo .logo-c .img img {
  transition: filter 0.2s ease-in-out;
  filter: invert(45%) sepia(47%) saturate(270%) hue-rotate(167deg) brightness(87%) contrast(83%);
  max-height: 50px;
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .logo-grid-basic-interactive .arrow-slider-logo .logo-c .img img {
    filter: invert(38%) sepia(97%) saturate(2290%) hue-rotate(170deg) brightness(96%) contrast(101%);
    max-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic-interactive .arrow-slider-logo .logo-c .img img {
    max-height: 40px;
  }
}
.logo-grid-basic-interactive .arrow-slider-logo .logo-c .img img:hover {
  transition: filter 0.2s ease-in-out;
  filter: invert(41%) sepia(55%) saturate(3858%) hue-rotate(170deg) brightness(97%) contrast(101%);
}
.logo-grid-basic-interactive .arrow-slider-logo .logo-c .img svg {
  max-height: 50px;
  height: 50px;
  width: auto;
  max-width: 100%;
}
.logo-grid-basic-interactive .arrow-slider-logo .logo-c .img svg path {
  transition: fill 0.2s ease-in-out;
  fill: #717d93;
}
@media only screen and (max-width: 768px) {
  .logo-grid-basic-interactive .arrow-slider-logo .logo-c .img svg {
    max-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic-interactive .arrow-slider-logo .logo-c .img svg {
    max-height: 40px;
  }
}
.logo-grid-basic-interactive .arrow-slider-logo .logo-c .img svg:hover path {
  transition: fill 0.2s ease-in-out;
  fill: #003f6b;
}
.logo-grid-basic-interactive .arrow-slider-logo .logo-c h5 {
  display: none;
  margin-top: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .logo-grid-basic-interactive .arrow-slider-logo .logo-c h5 {
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    display: block;
    margin-top: 14px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic-interactive .arrow-slider-logo .logo-c h5 {
    text-align: left;
    font-size: 20px;
    line-height: 1.6;
    margin-top: 9px;
    margin-bottom: 5px;
  }
}
.logo-grid-basic-interactive .arrow-slider-logo .logo-c > a {
  display: block;
  font-size: 12px;
  letter-spacing: 1.29px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  color: #0097ce;
}
@media only screen and (max-width: 768px) {
  .logo-grid-basic-interactive .arrow-slider-logo .logo-c > a {
    text-align: center;
    display: block;
    margin-top: 9px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .logo-grid-basic-interactive .arrow-slider-logo .logo-c > a {
    text-align: left;
  }
}
.logo-grid-basic-interactive .arrow-slider-logo .logo-c > a:hover {
  color: #003f6b;
}

@media only screen and (min-width: 769px) {
  .arrow-slider-logo .slick-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: #F2F5F7;
    display: inline-block;
    font-size: 0;
  }
  .arrow-slider-logo .slick-arrow:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 8px 11px;
    background-position: center;
    transition: all 0.2s ease-in-out;
  }
  .arrow-slider-logo .slick-arrow.slick-prev {
    left: 50%;
    border-radius: 16px 0 0 16px;
    transform: translate(-100%, 100%);
  }
  .arrow-slider-logo .slick-arrow.slick-prev:after {
    background-image: url(../images/arr-l.svg);
  }
  .arrow-slider-logo .slick-arrow.slick-next {
    left: 50%;
    border-radius: 0 16px 16px 0;
  }
  .arrow-slider-logo .slick-arrow.slick-next:after {
    background-image: url(../images/arr-r.svg);
  }
  .arrow-slider-logo .slick-arrow:hover {
    background-color: #E7ECF0;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-logo .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 12px;
    border-radius: 20px;
    background-color: rgba(66, 66, 66, 0.05);
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.75px;
    font-family: "SimplonNorm";
    font-weight: bold;
    font-style: normal;
    color: #2a3339;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 992px) {
  .arrow-slider-logo .slick-arrow {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .arrow-slider-logo .slick-arrow {
    padding: 12px 8px;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-logo .slick-arrow:hover {
    background-color: #0097ce;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-logo .slick-arrow:before {
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    background-image: url(../images/page-l.svg);
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-logo .slick-arrow.slick-prev {
    left: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .arrow-slider-logo .slick-arrow.slick-prev {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-logo .slick-arrow.slick-prev:before {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-logo .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .arrow-slider-logo .slick-arrow.slick-next {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-logo .slick-arrow.slick-next:before {
    order: 1;
    background-image: url(../images/page-r.svg);
    margin-left: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .arrow-slider-logo .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }
  .arrow-slider-logo .slick-dots li {
    text-align: center;
    font-family: "SimplonNorm";
    font-weight: bold;
    font-style: normal;
    margin-right: 10px;
    font-size: 0;
  }
  .arrow-slider-logo .slick-dots li:last-child {
    margin-right: 0;
  }
  .arrow-slider-logo .slick-dots li.slick-active button {
    color: #ffffff;
    background-color: #0097ce;
    width: 8px;
    height: 8px;
  }
  .arrow-slider-logo .slick-dots li button {
    display: block;
    border-radius: 50%;
    color: #2a3339;
    width: 5px;
    height: 5px;
    background-color: rgba(42, 51, 57, 0.15);
  }
  .arrow-slider-logo .slick-dots li button:hover {
    color: #ffffff;
    background-color: #0097ce;
    width: 8px;
    height: 8px;
  }
}

.logo-podcast .container-c {
  padding-right: 70px;
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .logo-podcast .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .logo-podcast .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.logo-podcast .podcast-grid {
  display: flex;
  justify-content: space-between;
  margin: 0 -8px;
}
.logo-podcast .podcast-grid .podcast-c {
  padding: 12px 8px;
}
.logo-podcast .podcast-grid .podcast-c a {
  display: flex;
  align-items: center;
}
.logo-podcast .podcast-grid .podcast-c a .text-box {
  padding-left: 8px;
}
.logo-podcast .podcast-grid .podcast-c a .text-box span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
.logo-podcast .podcast-grid .podcast-c a .text-box__title {
  color: #2A3339;
  opacity: 0.5;
}
.logo-podcast .podcast-grid .podcast-c a .text-box__description {
  color: #2A3339;
}
.logo-podcast .podcast-grid .podcast-c a .image-box {
  display: flex;
  align-items: center;
  min-height: 40px;
}
.logo-podcast .podcast-grid .podcast-c a .image-box img {
  height: 40px;
  max-height: 40px;
  width: auto;
}

/* Logo Grid*/
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu li .category-tag-widget ul li a {
  color: rgb(0, 127, 172) !important;
}

/*# sourceMappingURL=style.css.map */
