@import "css-style/bootstrap.min.css";
@import "css-style/slick.css";
@import "../fonts/icon/iconfont.css";
@font-face {
  font-family: "ATCArquette";
  src: url("../fonts/ATCArquette/ATCArquette-Light.woff2") format("woff2"), url("../fonts/ATCArquette/ATCArquette-Light.woff") format("woff"), url("../fonts/ATCArquette/ATCArquette-Light.ttf") format("truetype"), url("../fonts/ATCArquette/ATCArquette-Light.eot") format("embedded-opentype"), url("../fonts/ATCArquette/ATCArquette-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ATCArquette";
  src: url("../fonts/ATCArquette/ATCArquette-Regular.woff2") format("woff2"), url("../fonts/ATCArquette/ATCArquette-Regular.woff") format("woff"), url("../fonts/ATCArquette/ATCArquette-Regular.ttf") format("truetype"), url("../fonts/ATCArquette/ATCArquette-Regular.eot") format("embedded-opentype"), url("../fonts/ATCArquette/ATCArquette-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ATCArquette";
  src: url("../fonts/ATCArquette/ATCArquette-Medium.woff2") format("woff2"), url("../fonts/ATCArquette/ATCArquette-Medium.woff") format("woff"), url("../fonts/ATCArquette/ATCArquette-Medium.ttf") format("truetype"), url("../fonts/ATCArquette/ATCArquette-Medium.eot") format("embedded-opentype"), url("../fonts/ATCArquette/ATCArquette-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ATCArquette";
  src: url("../fonts/ATCArquette/ATCArquette-Semibold.woff2") format("woff2"), url("../fonts/ATCArquette/ATCArquette-Semibold.woff") format("woff"), url("../fonts/ATCArquette/ATCArquette-Semibold.ttf") format("truetype"), url("../fonts/ATCArquette/ATCArquette-Semibold.eot") format("embedded-opentype"), url("../fonts/ATCArquette/ATCArquette-Semibold.svg") format("svg");
  font-weight: 600;
  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;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

iframe {
  display: block;
}

embed,
iframe,
object {
  max-width: 100%;
}

html {
  overflow-x: hidden;
  font-size: 18px;
  line-height: normal;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  height: 100%;
}

body {
  font-size: 18px;
  line-height: normal;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  overflow: initial !important;
}

.container-c {
  max-width: 1440px;
  padding-left: 70px;
  padding-right: 70px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .container-c {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content-c {
  display: flex;
  margin: 0 -12px;
}
@media only screen and (max-width: 768px) {
  .content-c {
    flex-direction: column;
    margin: -20px 0;
  }
}
.content-c > div {
  width: calc(50% - 24px);
  margin: 0 12px;
}
@media only screen and (max-width: 768px) {
  .content-c > div {
    width: 100%;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .content-c > div.image-box {
    order: -1;
  }
}
.content-c ul:not(.highcharts-menu) {
  margin-bottom: 20px;
}
.content-c ul:not(.highcharts-menu) li {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.11px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  padding-left: 25px;
  position: relative;
}
.content-c ul:not(.highcharts-menu) li:before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  background-image: url(../images/StradaBulletPoint.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 18px;
  height: 8px;
  top: 9px;
}
.content-c ul:not(.highcharts-menu) ul, .content-c ul:not(.highcharts-menu) ol {
  padding-left: 20px;
  padding-top: 10px;
}

.content-not-margin {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .content-not-margin {
    flex-direction: column;
  }
}
.content-not-margin > div {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .content-not-margin > div {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .content-not-margin > div.image-box {
    order: -1;
  }
}

@media only screen and (max-width: 480px) {
  .iframe-class {
    width: 100% !important;
  }
}

.btns {
  display: inline-block;
  font-size: 16px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  background-color: #007aff;
  border: 1px solid #007aff;
  padding: 13px 18px;
}
.btns:hover {
  background-color: #ffffff;
  color: #007aff;
}
.btns:focus {
  background-color: #ffffff;
  color: #007aff;
}

.iconfont {
  font-weight: normal;
}

ul, ul li {
  list-style: none;
  margin: 0;
}

h1, h2, h3, .bio-grid .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline p, h4, h5 {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  margin: 0;
  line-height: normal;
}

p {
  font-size: 18px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  margin-bottom: 24px;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: #0097ce;
}
p a:hover {
  color: #007fac;
  border-bottom: 1px solid #007fac;
}
p a:focus {
  border: 1px solid #007fac;
}

li a {
  color: inherit;
  border: 1px solid transparent;
}
li a:focus {
  border: 1px solid #007aff;
}
li a:hover {
  color: #007aff;
}

a {
  color: #424242;
}
a:hover {
  color: #007aff;
}

h1 {
  font-size: 64px;
  line-height: 1.25;
  color: #003f6b;
  font-family: Foro, serif;
  font-weight: 300;
  font-style: normal;
}
@media only screen and (max-width: 860px) {
  h1 {
    font-size: 48px;
    line-height: 1.33;
  }
}
@media only screen and (max-width: 440px) {
  h1 {
    line-height: 1.17;
  }
}

h2 {
  font-size: 44px;
  line-height: 1.2;
  color: #003f6b;
  font-family: Foro, serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 40px;
    line-height: 1.3;
  }
}
h2.blue {
  color: #007aff;
}
h2.small {
  font-size: 12px;
  line-height: 1.5;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  color: #6f6f6f;
  margin-bottom: 9px !important;
}

h3, .bio-grid .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline p {
  font-size: 38px;
  line-height: 1.2;
  color: #003f6b;
  font-family: Foro, serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  h3, .bio-grid .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline p {
    font-size: 32px;
    line-height: 1.25;
  }
}

h4 {
  font-size: 30px;
  line-height: 1.2;
  color: #003f6b;
  font-family: Foro, serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  h4 {
    font-size: 28px;
    line-height: 1.4;
  }
}

.h-gray {
  font-size: 18px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  color: rgba(66, 66, 66, 0.5);
}

.h-white {
  color: #ffffff;
}

h5 {
  font-size: 26px;
  line-height: 1.2;
  color: #2A3339;
  font-family: "SimplonNorm", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  h5 {
    font-size: 24px;
    line-height: 1.3;
  }
}

h6 {
  font-size: 24px;
  line-height: 1.3333;
  font-family: "SimplonNorm", serif;
  font-weight: 600;
  font-style: normal;
  color: #2A3339;
}
@media only screen and (max-width: 480px) {
  h6 {
    font-size: 20px;
    line-height: 1.6;
  }
}

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

.learn-more {
  font-size: 14px;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
}
.learn-more:hover:after {
  background-color: #007aff;
  left: 5px;
}
.learn-more:focus {
  border: 1px solid transparent !important;
}
.learn-more:focus:after {
  background-color: #007aff;
  left: 5px;
}
.learn-more:after {
  font-family: "iconfont" !important;
  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: #424242;
  color: #ffffff;
  line-height: 12px;
  text-align: center;
  margin-left: 10px;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
}
.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:after {
  content: "\e604";
  transform: rotate(0deg);
}

.text-max-content {
  max-width: 808px;
}

img {
  width: 100%;
  height: auto;
  border-style: none;
}

i {
  font-style: normal;
}

a {
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:focus {
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:visited {
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

button {
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border: none;
  background-color: transparent;
}
button:hover {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
button:focus {
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
button:visited {
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

button,
input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
}

button,
input[type=checkbox],
input[type=radio],
input[type=submit] {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color: transparent;
}

input, textarea {
  outline: none;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}

select,
textarea {
  border-radius: 0;
  outline: none;
  border: none;
  resize: none;
  overflow: auto;
}

.modal-open {
  padding: 0 !important;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

sup {
  font-size: 80%;
  position: relative;
  top: -0.6em;
}

sub {
  font-size: 80%;
}

.iconfont {
  font-weight: normal;
}

.text-box ul:not(.highcharts-menu) {
  margin-bottom: 20px;
}
.text-box ul:not(.highcharts-menu) li {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  padding-left: 25px;
  position: relative;
  padding-bottom: 24px;
}
@media only screen and (max-width: 480px) {
  .text-box ul:not(.highcharts-menu) li {
    font-size: 16px;
    line-height: 1.5;
  }
}
.text-box ul:not(.highcharts-menu) li:before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  background-image: url(../images/StradaBulletPoint.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 18px;
  height: 8px;
  top: 9px;
}
.text-box ul:not(.highcharts-menu) li:last-child {
  padding-bottom: 0;
}
.text-box ul:not(.highcharts-menu) ul, .text-box ul:not(.highcharts-menu) ol {
  padding-left: 20px;
  padding-top: 10px;
}
.text-box ul.tags li a {
  border-bottom: none;
}
.text-box blockquote {
  font-size: 30px;
  line-height: 1.33;
  font-family: "SimplonNorm";
  font-weight: 600;
  font-style: normal;
  border-top: 2px solid #424242;
  padding-top: 25px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 480px) {
  .text-box blockquote {
    font-size: 24px;
  }
}
.text-box ol {
  margin-bottom: 20px;
  list-style-type: decimal;
  list-style-position: inside;
}
.text-box ol li {
  font-size: 17px;
  line-height: 26px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
}
.text-box ol ul, .text-box ol ol {
  padding-left: 20px;
  padding-top: 10px;
}

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

.quoted-by h3, .quoted-by .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline .quoted-by p, .quoted-by .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline .quoted-by p {
  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: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  color: #6f6f6f;
}

.text-box.white-text {
  color: #ffffff;
}
.text-box.white-text a:not(.btns):not(.learn-more) {
  color: inherit;
}
.text-box.white-text ul li {
  color: #ffffff;
}
.text-box.white-text ul li:before {
  background-color: #ffffff;
}
.text-box.white-text h1 {
  color: #ffffff;
}
.text-box.white-text h2 {
  color: #ffffff;
}
.text-box.white-text h3, .text-box.white-text .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline .text-box.white-text p, .text-box.white-text .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline .text-box.white-text p, .text-box.white-text h4 {
  color: #ffffff;
}
.text-box.white-text h4 {
  color: #ffffff;
}
.text-box.white-text h5 {
  color: #ffffff;
}
.text-box.white-text blockquote {
  color: #ffffff;
  border-top: 2px solid #ffffff;
}
.text-box.white-text ol li {
  color: #ffffff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 10.2s linear;
  transition: background-color 0.2s linear;
  border-bottom: 1px solid #EDEDED;
}
.header > .container-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header > .container-c .title-box {
  padding-top: 22px;
  padding-bottom: 22px;
  margin-right: 20px;
}
@media only screen and (max-width: 440px) {
  .header > .container-c .title-box {
    margin-right: 10px;
  }
}
.header > .container-c .title-box a {
  display: block;
  height: 80px;
  width: 220px;
}
@media only screen and (max-width: 768px) {
  .header > .container-c .title-box a {
    width: 147px;
    height: 64px;
  }
}
.header > .container-c .title-box h1 a {
  color: #424242;
  border: 1px solid transparent;
}
.header > .container-c .title-box h1 a:focus {
  border: 1px solid #007aff;
}
.header > .container-c .nav-box .header-nav {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .header > .container-c .nav-box .header-nav {
    display: none;
  }
}
.header > .container-c .nav-box .header-nav .menu-box {
  display: flex;
  align-items: center;
}
.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: #424242;
  padding-right: 50px;
  padding-top: 28px;
  padding-bottom: 27px;
  position: relative;
}
@media only screen and (max-width: 860px) {
  .header > .container-c .nav-box .header-nav .menu-box > li {
    padding-right: 20px;
  }
}
.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: #474747;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.2s ease-in-out;
}
.header > .container-c .nav-box .header-nav .search-box {
  margin-left: 50px;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 860px) {
  .header > .container-c .nav-box .header-nav .search-box {
    margin-left: 20px;
  }
}
.header > .container-c .nav-box .header-nav .search-box a:hover {
  opacity: 0.7;
}
.header > .container-c .nav-box .header-nav .search-box img {
  width: 22px;
}
.header > .container-c .nav-box .header-nav .search-box .search-form {
  position: absolute;
  top: 50%;
  right: -10px;
  z-index: 1;
  transform: translateY(-50%);
  width: 300px;
  transition: all 0.2s ease-in-out;
  display: none;
}
.header > .container-c .nav-box .header-nav .search-box .search-form.active {
  display: block;
}
.header > .container-c .nav-box .header-nav .search-box .search-form form input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
}
.header > .container-c .nav-box .header-nav .search-box .search-form form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
}
.header > .container-c .nav-box .header-nav .search-box .search-form 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: #424242;
  opacity: 1;
}
.header > .container-c .nav-box .header-nav .search-box .search-form 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: #424242;
  opacity: 1;
}
.header > .container-c .nav-box .header-nav .search-box .search-form form .input-box {
  position: relative;
}
.header > .container-c .nav-box .header-nav .search-box .search-form form .input-box input[type=text] {
  width: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  padding: 11px 0;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.header > .container-c .nav-box .header-nav .search-box .search-form form .input-box input[type=text].active {
  width: 100%;
  opacity: 1;
  padding: 11px 10px;
  padding-right: 30px;
  border: 1px solid #BCC7CD;
}
.header > .container-c .nav-box .header-nav .search-box .search-form form .input-box input[type=text].active:focus {
  border: 1px solid #007aff;
}
.header > .container-c .nav-box .header-nav .search-box .search-form form .input-box button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.header .header-sub-nav {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  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);
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  background-color: #ffffff;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
.header .header-sub-nav.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 .header-sub-nav .sub-nav {
  display: none;
}
.header .header-sub-nav .sub-nav .sub-nav-c {
  display: flex;
  padding-top: 28px;
  padding-bottom: 50px;
  min-height: 270px;
}
.header .header-sub-nav .sub-nav .title {
  max-width: 451px;
  margin-right: 60px;
}
@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: 11px;
}
.header .header-sub-nav .sub-nav .sub-menu-box {
  display: flex;
  padding-top: 15px;
}
.header .header-sub-nav .sub-nav .sub-menu-box .sub-menu {
  margin-right: 28px;
}
.header .header-sub-nav .sub-nav .sub-menu-box .sub-menu:last-child {
  margin-right: 0;
}
.header .header-sub-nav .sub-nav .sub-menu-box .sub-menu li {
  font-size: 14px;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  color: #6f6f6f;
  margin-bottom: 7px;
}
.header .header-sub-nav .sub-nav .sub-menu-box .sub-menu li:last-child {
  margin-bottom: 0;
}
.header .header-sub-nav .sub-nav .sub-menu-box .sub-menu li h3, .header .header-sub-nav .sub-nav .sub-menu-box .sub-menu li .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline .header .header-sub-nav .sub-nav .sub-menu-box .sub-menu li p, .header .header-sub-nav .sub-nav .sub-menu-box .sub-menu li .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline .header .header-sub-nav .sub-nav .sub-menu-box .sub-menu li p {
  font-size: 14px;
  font-family: "SimplonNorm";
  font-weight: 600;
  font-style: normal;
  color: #424242;
}
.header .nav-mobile {
  transition: all 0.2s;
  z-index: 10;
  height: 16px;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .header .nav-mobile {
    display: none;
  }
}
.header .nav-mobile span {
  display: block;
  margin-top: 5px;
  background: #000000;
  border-radius: 1px;
  transition: all 0.4s ease-in-out;
  width: 34px;
  height: 2px;
}
@media only screen and (max-width: 440px) {
  .header .nav-mobile span {
    width: 26px;
  }
}
.header .nav-mobile span:first-child {
  margin-top: 0;
}
.header .nav-mobile.nav-active span:first-child {
  transform: rotate(45deg);
  margin-top: 20px;
}
.header .nav-mobile.nav-active span:nth-child(2) {
  opacity: 0;
}
.header .nav-mobile.nav-active span:last-child {
  transform: rotate(-45deg);
  margin-top: -9px !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: 100px 15px 50px;
  overflow: auto;
}
@media only screen and (min-width: 769px) {
  .header .header-nav-mobile {
    display: none;
  }
}
.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);
}
.header .header-nav-mobile .menu-box > li {
  font-size: 20px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 440px) {
  .header .header-nav-mobile .menu-box > li {
    font-size: 16px;
  }
}
.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 {
  font-family: "iconfont" !important;
  font-size: 26px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e604";
  position: absolute;
  top: 3px;
  right: 0;
  transform: rotate(90deg);
  transition: all 0.2s;
}
.header .header-nav-mobile .menu-box > li .sub-nav-c {
  display: none;
  padding: 20px 15px;
}
@media only screen and (max-width: 440px) {
  .header .header-nav-mobile .menu-box > li .sub-nav-c {
    padding: 20px 10px;
  }
}
.header .header-nav-mobile .menu-box > li .sub-nav-c .title {
  margin-bottom: 20px;
}
.header .header-nav-mobile .menu-box > li .sub-nav-c .sub-menu-box .sub-menu {
  margin-bottom: 25px;
}
.header .header-nav-mobile .menu-box > li .sub-nav-c .sub-menu-box .sub-menu:last-child {
  margin-bottom: 0;
}
.header .header-nav-mobile .menu-box > li .sub-nav-c .sub-menu-box .sub-menu li {
  font-size: 14px;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  color: #6f6f6f;
  margin-bottom: 7px;
}
.header .header-nav-mobile .menu-box > li .sub-nav-c .sub-menu-box .sub-menu li:last-child {
  margin-bottom: 0;
}
.header .header-nav-mobile .menu-box > li .sub-nav-c .sub-menu-box .sub-menu li h3, .header .header-nav-mobile .menu-box > li .sub-nav-c .sub-menu-box .sub-menu li .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline .header .header-nav-mobile .menu-box > li .sub-nav-c .sub-menu-box .sub-menu li p, .header .header-nav-mobile .menu-box > li .sub-nav-c .sub-menu-box .sub-menu li .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline .header .header-nav-mobile .menu-box > li .sub-nav-c .sub-menu-box .sub-menu li p {
  font-size: 14px;
  font-family: "SimplonNorm";
  font-weight: 600;
  font-style: normal;
  color: #424242;
}
.header .header-nav-mobile .search-box {
  margin-top: 20px;
  position: absolute;
  left: 15px;
  bottom: 50px;
  width: calc(100% - 30px);
}
.header .header-nav-mobile .search-box a:hover {
  opacity: 0.7;
}
.header .header-nav-mobile .search-box img {
  width: 22px;
}
.header .header-nav-mobile .search-box .search-form {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  width: 100%;
  display: none;
}
.header .header-nav-mobile .search-box .search-form form input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
}
.header .header-nav-mobile .search-box .search-form form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
}
.header .header-nav-mobile .search-box .search-form 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: #424242;
  opacity: 1;
}
.header .header-nav-mobile .search-box .search-form 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: #424242;
  opacity: 1;
}
.header .header-nav-mobile .search-box .search-form form .input-box {
  position: relative;
}
.header .header-nav-mobile .search-box .search-form form .input-box input[type=text] {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  background-color: #ffffff;
  width: 100%;
  padding: 11px 10px;
  padding-right: 30px;
  border: 1px solid #BCC7CD;
}
.header .header-nav-mobile .search-box .search-form form .input-box input[type=text]:focus {
  border: 1px solid #007aff;
}
.header .header-nav-mobile .search-box .search-form form .input-box button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.header + section {
  margin-top: 81px;
}

.logo-print-only {
  display: none;
}

section {
  padding: 75px 0;
}

@media only screen and (min-width: 768px) {
  section.no-top-padding {
    padding-top: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  section.no-bottom-padding {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  section.no-top-padding-mobile {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  section.no-bottom-padding-mobile {
    padding-bottom: 0 !important;
  }
}

.text-info .text-box {
  max-width: 912px;
}

.cta .text-box {
  background-color: #f3f3f3;
  padding: 35px 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cta .text-box .text-c {
  max-width: 487px;
  margin-bottom: 148px;
}
@media only screen and (max-width: 768px) {
  .cta .text-box .text-c {
    margin-bottom: 50px;
  }
}
.background-image {
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .background-image {
    background: none;
    order: -1;
  }
}
@media only screen and (min-width: 769px) {
  .background-image img {
    display: none;
  }
}

.arrow-slider .slick-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: #f3f3f3;
  display: inline-block;
  font-size: 0;
}
.arrow-slider .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 .slick-arrow.slick-prev {
  border-radius: 16px 0 0 16px;
}
.arrow-slider .slick-arrow.slick-prev:after {
  background-image: url(../images/arr-l.svg);
}
.arrow-slider .slick-arrow.slick-next {
  left: 28px;
  border-radius: 0 16px 16px 0;
}
.arrow-slider .slick-arrow.slick-next:after {
  background-image: url(../images/arr-r.svg);
}
.arrow-slider .slick-arrow:hover:after {
  opacity: 0.5;
}
.arrow-slider .slick-arrow:focus:after {
  opacity: 0.5;
}

.arrow-btn-box {
  width: 55px;
  height: 32px;
  border-radius: 16px;
  background-color: #f3f3f3;
  display: flex;
  margin-top: 25px;
  padding: 0 1px;
}
.arrow-btn-box a {
  display: inline-block;
  width: 50%;
  background-image: url(../images/arr-r.svg);
  background-repeat: no-repeat;
  background-size: 8px 11px;
  background-position: center;
}
.arrow-btn-box a.left {
  background-image: url(../images/arr-l.svg);
}
.arrow-btn-box a:hover {
  opacity: 0.5;
}
.arrow-btn-box a:focus {
  opacity: 0.5;
}

@media only screen and (min-width: 769px) {
  .form .container-c {
    display: flex;
    justify-content: space-between;
  }
}
.form .container-c .title-box {
  max-width: 386px;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .form .container-c .title-box {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.form .container-c .title-box h2 {
  line-height: 1.07;
  margin-bottom: 24px;
}
.form .container-c .title-box p {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  max-width: 284px;
}
.form .container-c .form-box {
  max-width: 808px;
}
.form .container-c .form-box form {
  margin: -12px;
}
.form .container-c .form-box form input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
}
.form .container-c .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: #424242;
  opacity: 1;
}
.form .container-c .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: #424242;
  opacity: 1;
}
.form .container-c .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: #424242;
  opacity: 1;
}
@media only screen and (min-width: 481px) {
  .form .container-c .form-box form {
    display: flex;
    flex-wrap: wrap;
  }
}
.form .container-c .form-box form .form-group {
  width: calc(50% - 24px);
  margin: 12px;
}
@media only screen and (max-width: 480px) {
  .form .container-c .form-box form .form-group {
    width: calc(100% - 24px);
  }
}
.form .container-c .form-box form .form-group.full-width {
  width: calc(100% - 24px);
}
.form .container-c .form-box form .form-group input:not([type=submit]) {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  border: solid 1px #424242;
  padding: 11px 10px;
  background-color: #ffffff;
}
.form .container-c .form-box form .form-group input:not([type=submit]):focus {
  border: 1px solid #007aff;
}
.form .container-c .form-box form .form-group input[type=submit] {
  font-size: 16px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  background-color: #007aff;
  border: 1px solid #007aff;
  color: #ffffff;
  padding: 13px 38px;
}
.form .container-c .form-box form .form-group input[type=submit]:hover {
  background-color: #ffffff;
  color: #007aff;
}
.form .container-c .form-box form .form-group input[type=submit]:focus {
  background-color: #ffffff;
  color: #007aff;
}
.form .container-c .form-box form .form-group.select-box {
  position: relative;
}
.form .container-c .form-box form .form-group.select-box input {
  cursor: pointer;
  padding-right: 30px;
}
.form .container-c .form-box form .form-group.select-box.active:after {
  transform: rotate(180deg) translateY(calc(50% - 2px));
}
.form .container-c .form-box form .form-group.select-box:after {
  content: " ";
  width: 19px;
  height: 20px;
  background-image: url(../images/select.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.form .container-c .form-box form .form-group.select-box .option {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  max-height: 300px;
  background-color: #fff;
  border: 1px solid #424242;
  border-top: 0;
  overflow: auto;
}
.form .container-c .form-box form .form-group.select-box .option li {
  font-size: 14px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px solid #424242;
}
.form .container-c .form-box form .form-group.select-box .option li:last-child {
  border-bottom: none;
}
.form .container-c .form-box form .form-group.select-box .option li a {
  display: block;
  padding: 13px 10px;
  text-decoration: none;
  color: #424242;
  background-color: #ffffff;
}
.form .container-c .form-box form .form-group.select-box .option li a:hover {
  background-color: #f3f3f3;
}
.form .container-c .form-box form .form-group.select-box .option li a:focus {
  background-color: #f3f3f3;
}

.section-intro-single .text-box .text-c {
  max-width: 500px;
}
.section-intro-single .text-box .large {
  line-height: 1.33;
  margin-bottom: 12px;
}
.section-intro-single.image-text .image-box {
  order: -1;
}

.slider-c:focus {
  outline: none;
}

.arrow-slider .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 .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 .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 .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 .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 {
  padding-bottom: 60px;
}
.section-intro-slider .units-box {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -12px -12px;
}
.section-intro-slider .units-box .unit-box {
  width: calc(25% - 24px);
  margin: 12px;
  border-top: 1px solid #A1A1A1;
  padding-top: 10px;
}
@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);
  }
}
.section-intro-slider .units-box .unit-box p {
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  max-width: 257px;
}

.background-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero {
  position: relative;
}
.hero .background-box .video-box {
  position: relative;
  padding-bottom: 56.25vw;
  overflow: hidden;
  z-index: -2;
  min-height: 100%;
  min-width: 100%;
  height: auto !important;
  width: auto !important;
}
.hero .background-box .video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

@media only screen and (min-width: 769px) {
  .hero-alternate .content-c {
    align-items: center;
  }
}
.hero-alternate .video-box {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .hero-alternate .video-box {
    order: 2;
  }
}
.hero-alternate .video-box p {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  position: relative;
}
.hero-alternate .video-box p iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.hero .text-box, .hero-alternate .text-box {
  max-width: 600px;
}
.hero .text-box h5, .hero-alternate .text-box h5 {
  margin-bottom: 4px;
}
.hero .text-box p, .hero-alternate .text-box p {
  max-width: 500px;
  margin-bottom: 20px;
}
.hero .author-box, .hero-alternate .author-box {
  margin-top: 128px;
}
@media only screen and (max-width: 768px) {
  .hero .author-box, .hero-alternate .author-box {
    margin-top: 50px;
  }
}
.hero .author-box .author-list, .hero-alternate .author-box .author-list {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.hero .author-box .author-list li, .hero-alternate .author-box .author-list li {
  width: 80px;
  height: 80px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-left: -20px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.hero .author-box .author-list li:first-child, .hero-alternate .author-box .author-list li:first-child {
  margin-left: 0;
}
.hero .author-box .author-list li .img-c, .hero-alternate .author-box .author-list li .img-c {
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: saturate(0%);
  -webkit-filter: saturate(0%);
}
.hero .author-box .author-list li .mask, .hero-alternate .author-box .author-list li .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 122, 255, 0.25);
  mix-blend-mode: multiply;
}
.hero .author-box .text-box p, .hero-alternate .author-box .text-box p {
  font-size: 14px;
  line-height: 18px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #000000;
  margin-bottom: 0;
}
.hero .author-box .text-box p strong, .hero-alternate .author-box .text-box p strong {
  font-weight: 500;
}

.post-header-with-filter .title-box {
  margin-bottom: 119px;
}
@media only screen and (max-width: 768px) {
  .post-header-with-filter .title-box {
    margin-bottom: 50px;
  }
}
.post-header-with-filter .title-box h1 {
  margin-bottom: 10px;
}
.post-header-with-filter .title-box p {
  margin-bottom: 16px;
}
.post-header-with-filter .filter-box .filter-with-additional {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.post-header-with-filter .filter-box .filter-with-additional .filter-gradient {
  display: flex;
  align-items: center;
  overflow: auto;
  position: relative;
}
.post-header-with-filter .filter-box .filter-with-additional .filter-gradient .nav-box {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .post-header-with-filter .filter-box .filter-with-additional .filter-gradient:after {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
    width: 18%;
    height: 100%;
    position: absolute;
    right: 0;
  }
}
.post-header-with-filter .filter-box .filter-with-additional .filter-search-btn {
  min-width: 175px;
  padding-left: 20px;
}
.post-header-with-filter .filter-box .nav-box {
  width: 75%;
  display: flex;
  align-items: center;
  overflow: auto;
}
.post-header-with-filter .filter-box .nav-box li {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  margin-right: 34px;
  padding-bottom: 3px;
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .post-header-with-filter .filter-box .nav-box li {
    margin-right: 20px;
  }
}
.post-header-with-filter .filter-box .nav-box li:last-child {
  margin-right: 0;
}
.post-header-with-filter .filter-box .nav-box li.active {
  font-weight: 500;
}
.post-header-with-filter .filter-box .nav-box li.active:after {
  width: 100%;
}
.post-header-with-filter .filter-box .nav-box li a {
  position: relative;
}
.post-header-with-filter .filter-box .nav-box li a:focus {
  border: 1px solid transparent;
}
.post-header-with-filter .filter-box .nav-box li:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #424242;
  position: absolute;
  left: 0;
  bottom: 0;
}
.post-header-with-filter .filter-box .filter-c {
  display: flex;
}
.post-header-with-filter .filter-box .filter-c .filter-c-search {
  display: flex;
  width: 100%;
}
.post-header-with-filter .filter-box .filter-c .list-box {
  flex-grow: 1;
  background-color: #f3f3f3;
  padding: 13px 18px;
  border-top: 2px solid #D2D2D2;
}
.post-header-with-filter .filter-box .filter-c .list-box ul {
  display: flex;
  align-items: center;
}
.post-header-with-filter .filter-box .filter-c .list-box ul li {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  margin-right: 15px;
}
.post-header-with-filter .filter-box .filter-c .list-box ul li:last-child {
  margin-right: 0;
}
.post-header-with-filter .filter-box .filter-c .list-box ul li a:hover span {
  background-color: #007aff;
}
.post-header-with-filter .filter-box .filter-c .list-box ul li span {
  font-size: 12px;
  line-height: normal;
  font-weight: 500;
  background-color: #6f6f6f;
  border-radius: 8px;
  color: #ffffff;
  padding: 0 8px;
  text-align: center;
  margin-left: 10px;
  transition: all 0.2s ease-in-out;
}
.post-header-with-filter .filter-box .filter-c .list-box input.search {
  width: 100%;
  background-color: transparent;
}
@media only screen and (max-width: 480px) {
  .post-header-with-filter .filter-box .filter-c .list-box input.search {
    font-size: 20px;
    line-height: 28px;
    font-family: "SimplonNorm";
    font-weight: normal;
    font-style: normal;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .post-header-with-filter .filter-box .filter-c .list-box input.search {
    font-size: 16px;
    line-height: 1.5;
  }
}
.post-header-with-filter .filter-box .filter-c .btn-box .btns {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 481px) {
  .post-header-with-filter .filter-box .filter-c .btn-box .btns {
    padding-left: 32px;
    padding-right: 26px;
  }
}
.post-header-with-filter .filter-box .filter-c .btn-box .btns:after {
  font-family: "iconfont" !important;
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e65d";
  margin-left: 12px;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  width: 90%;
  height: 100vh;
  max-width: 420px;
  padding: 200px 40px;
  border-left: 1px solid #EDEDED;
  background-color: #ffffff;
  overflow: auto;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (max-width: 480px) {
  .post-header-with-filter .filter-box .filter-c .filter-search-box {
    padding: 100px 20px;
  }
}
.post-header-with-filter .filter-box .filter-c .filter-search-box.active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .close-btn {
  position: absolute;
  top: 27px;
  right: 28px;
}
@media only screen and (max-width: 480px) {
  .post-header-with-filter .filter-box .filter-c .filter-search-box .close-btn {
    right: 18px;
  }
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .close-btn span {
  font-size: 22px;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box {
  margin-bottom: 37px;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 54px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 16px;
  line-height: 54px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 16px;
  line-height: 54px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px;
  line-height: 54px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group {
  position: relative;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group input {
  font-size: 16px;
  line-height: 54px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
  width: 100%;
  height: 56px;
  border: 1px solid #B7B7B7;
  padding-left: 20px;
  padding-right: 50px;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 21px;
}
@media only screen and (max-width: 480px) {
  .post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group button {
    right: 10px;
  }
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group button img {
  height: 21px;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box ul li {
  font-size: 18px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  font-weight: 500;
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 10px;
  margin-bottom: 13px;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box ul li:last-child {
  margin-bottom: 0;
}

.text-header .tag-box {
  margin-bottom: 10px;
}
.text-header .tag-box ul {
  display: flex;
  align-items: center;
}
.text-header .tag-box ul li {
  font-size: 14px;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  background-color: rgba(0, 122, 255, 0.1);
  margin-right: 10px;
}
.text-header .tag-box ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 769px) {
  .text-header .text-content {
    display: flex;
    justify-content: space-between;
  }
}
.text-header .text-content .text-box h1 {
  margin-bottom: 10px;
}
.text-header .text-content .text-box p {
  margin-bottom: 16px;
}
.text-header .text-content .alternate-box {
  flex-grow: 1;
  max-width: 339px;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .text-header .text-content .alternate-box {
    margin-left: 0;
    margin-top: 30px;
  }
}
.text-header .text-content .alternate-box .highlight-box {
  border: 1px solid #B7B7B7;
  padding: 20px 20px 14px;
  margin-bottom: 17px;
}
.text-header .text-content .alternate-box .highlight-box p {
  font-weight: 500;
}
.text-header .text-content .alternate-box .highlight-box a {
  font-size: 14px;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
}
.text-header .text-content .alternate-box .select-box {
  position: relative;
  margin-bottom: 13px;
}
.text-header .text-content .alternate-box .select-box p {
  cursor: pointer;
  padding-right: 20px;
  font-size: 17px;
  line-height: 24px;
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.text-header .text-content .alternate-box .select-box:after {
  content: " ";
  width: 11px;
  height: 8px;
  background-image: url(../images/arr-b.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  position: absolute;
  top: 9px;
  right: 5px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.text-header .text-content .alternate-box .select-box .option {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  max-height: 300px;
  background-color: #fff;
  border: 1px solid #B7B7B7;
  border-top: 0;
  overflow: auto;
}
.text-header .text-content .alternate-box .select-box .option li {
  font-size: 14px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px solid #B7B7B7;
}
.text-header .text-content .alternate-box .select-box .option li:last-child {
  border-bottom: none;
}
.text-header .text-content .alternate-box .select-box .option li a {
  display: block;
  padding: 13px 10px;
  text-decoration: none;
  color: #424242;
  background-color: #ffffff;
}
.text-header .text-content .alternate-box .select-box .option li a:hover {
  background-color: #f3f3f3;
}
.text-header .text-content .alternate-box .select-box .option li a:focus {
  background-color: #f3f3f3;
}
.text-header .text-header-video {
  position: relative;
  margin-top: 42px;
  padding-top: 101px;
  padding-bottom: 246px;
  overflow: hidden;
}
.text-header .text-header-video .background-box {
  background-color: #f3f3f3;
  height: auto;
  object-fit: cover;
}
.text-header .text-header-video .text-box h2 {
  font-size: 36px;
  line-height: 1.22;
  margin-bottom: 10px;
  margin-top: 30px;
}
.text-header .text-header-video .text-box p {
  margin-bottom: 6px;
}
.text-header .text-header-video .video-full-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
}
.text-header .text-header-video .video-full-box .content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 270px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 961px) {
  .text-header .text-header-video .video-full-box .content {
    padding: 135px 270px;
  }
}
@media only screen and (max-width: 960px) {
  .text-header .text-header-video .video-full-box .content {
    padding: 100px 320px;
  }
}
@media only screen and (max-width: 375px) {
  .text-header .text-header-video .video-full-box .content {
    padding: 300px 20px;
  }
}
.text-header .text-header-video .video-full-box .content .video-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.text-header .text-header-video .video-full-box .content .video-box video, .text-header .text-header-video .video-full-box .content .video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 95% !important;
  height: 100% !important;
  object-fit: cover;
}
@media only screen and (min-width: 961px) {
  .text-header .text-header-video .video-full-box .content .video-box video, .text-header .text-header-video .video-full-box .content .video-box iframe {
    width: 97% !important;
  }
}
@media only screen and (max-width: 960px) {
  .text-header .text-header-video .video-full-box .content .video-box video, .text-header .text-header-video .video-full-box .content .video-box iframe {
    width: 100% !important;
  }
}
@media only screen and (max-width: 375px) {
  .text-header .text-header-video .video-full-box .content .video-box video, .text-header .text-header-video .video-full-box .content .video-box iframe {
    width: 100% !important;
  }
}
.text-header .text-header-video .video-full-box .content .close-btn {
  position: absolute;
  top: 30px;
  right: 0;
  transform: translateY(-100%);
}
.text-header .text-header-video .video-full-box .content .close-btn a {
  color: #ffffff;
}
.text-header .text-header-video .video-full-box .content .close-btn a:hover {
  color: #007aff;
}
.text-header .text-header-video .video-full-box .content .close-btn span {
  font-size: 28px;
}
.text-header .author-box {
  margin-top: 128px;
}
@media only screen and (max-width: 768px) {
  .text-header .author-box {
    margin-top: 50px;
  }
}
.text-header .author-box .author-list {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.text-header .author-box .author-list li {
  width: 80px;
  height: 80px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-left: -20px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.text-header .author-box .author-list li:first-child {
  margin-left: 0;
}
.text-header .author-box .author-list li .img-c {
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: saturate(0%);
  -webkit-filter: saturate(0%);
}
.text-header .author-box .author-list li .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 122, 255, 0.25);
  mix-blend-mode: multiply;
}
.text-header .author-box .text-box p {
  font-size: 14px;
  line-height: 18px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #000000;
  margin-bottom: 0;
}
.text-header .author-box .text-box p strong {
  font-weight: 500;
}
.text-header .links {
  margin-top: 77px;
}

.image-header-large, .image-header-small {
  padding: 0;
  margin: 70px 0;
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1280px) {
  .image-header-large, .image-header-small {
    height: 0;
    padding-top: 50.78%;
  }
}

.image-header-small {
  height: 325px;
}
@media only screen and (max-width: 1280px) {
  .image-header-small {
    height: 0;
    padding-top: 25.39%;
  }
}

.traditional-logo-grid .title-box {
  margin-bottom: 50px;
}
.traditional-logo-grid .title-box h2 {
  color: #6f6f6f;
}
.traditional-logo-grid .logo-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -40px;
}
@media only screen and (max-width: 768px) {
  .traditional-logo-grid .logo-grid {
    margin: -32px -15px;
  }
}
.traditional-logo-grid .logo-grid .logo-c {
  width: calc(25% - 80px);
  margin: 32px 40px;
}
@media only screen and (max-width: 768px) {
  .traditional-logo-grid .logo-grid .logo-c {
    width: calc(50% - 30px);
    margin: 32px 15px;
  }
}
.traditional-logo-grid .logo-grid .logo-c .img {
  text-align: center;
}
@media only screen and (min-width: 961px) {
  .traditional-logo-grid .logo-grid .logo-c .img img {
    width: auto;
    max-height: 50px;
  }
}
@media only screen and (max-width: 960px) {
  .traditional-logo-grid .logo-grid .logo-c .img img {
    max-width: 130px;
  }
}
@media only screen and (max-width: 375px) {
  .traditional-logo-grid .logo-grid .logo-c .img img {
    max-width: 100px;
  }
}
.traditional-logo-grid .logo-grid .logo-c .h-gray {
  margin-top: 45px;
  margin-bottom: 6px;
}
.traditional-logo-grid .logo-grid .logo-c > a {
  font-size: 12px;
  height: 18px;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  color: #6f6f6f;
}
.traditional-logo-grid .logo-grid .logo-c > a:hover {
  color: #007aff;
}
.traditional-logo-grid .arrow-slider .slick-arrow {
  bottom: -40px;
  transform: translateY(100%);
}

.bio-grid-small .title-box, .bio-grid .title-box {
  margin-bottom: 36px;
}
.bio-grid-small .bio-grid, .bio-grid .bio-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -40px;
}
@media only screen and (max-width: 768px) {
  .bio-grid-small .bio-grid, .bio-grid .bio-grid {
    margin: -32px -15px;
  }
}
.bio-grid-small .bio-grid .bio-c, .bio-grid .bio-grid .bio-c {
  width: calc(25% - 80px);
  margin: 32px 40px;
}
@media only screen and (max-width: 768px) {
  .bio-grid-small .bio-grid .bio-c, .bio-grid .bio-grid .bio-c {
    width: calc(50% - 30px);
    margin: 32px 15px;
  }
}
.bio-grid-small .bio-grid .bio-c .img, .bio-grid .bio-grid .bio-c .img {
  width: 100%;
  max-width: 80px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 0 auto 7px;
}
.bio-grid-small .bio-grid .bio-c .img .img-c, .bio-grid .bio-grid .bio-c .img .img-c {
  width: 100%;
  background-size: cover;
  filter: saturate(0%);
  -webkit-filter: saturate(0%);
}
.bio-grid-small .bio-grid .bio-c .img .mask, .bio-grid .bio-grid .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 .bio-grid .bio-c h3, .bio-grid-small .bio-grid .bio-c .title-box .bio-box-headline p, .bio-grid-small .bio-grid .title-box .bio-box-headline .bio-c p, .bio-grid-small .title-box .bio-box-headline .bio-grid .bio-c p, .bio-grid .bio-grid .bio-c h3, .bio-grid .bio-grid .bio-c .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline .bio-grid .bio-c p {
  margin-bottom: 6px;
}
.bio-grid-small .bio-grid .bio-c h5, .bio-grid .bio-grid .bio-c h5 {
  margin-bottom: 10px;
}
.bio-grid-small .bio-grid .bio-c .linkedin, .bio-grid .bio-grid .bio-c .linkedin {
  color: rgba(66, 66, 66, 0.5);
}
.bio-grid-small .bio-grid .bio-c .linkedin:hover, .bio-grid .bio-grid .bio-c .linkedin:hover {
  color: #007aff;
}
.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 .arrow-slider .slick-arrow {
  bottom: -27px;
  transform: translateY(100%);
}
.bio-grid-small .arrow-btn-box, .bio-grid .arrow-btn-box {
  margin-top: 27px;
}

.bio-grid .title-box {
  margin-bottom: 60px;
}
@media only screen and (min-width: 441px) {
  .bio-grid .title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 441px) {
  .bio-grid .title-box .learn-more {
    margin-left: 20px;
  }
}
.bio-grid .bio-grid .bio-c .img {
  max-width: 192px;
  margin: 0 auto 19px;
}
.bio-grid .bio-grid .bio-c h3, .bio-grid .bio-grid .bio-c .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline .bio-grid .bio-c p, .bio-grid-small .title-box .bio-box-headline .bio-grid .bio-grid .bio-c p {
  font-size: 24px;
  line-height: 1.33;
  font-family: "SimplonNorm";
  font-weight: 600;
  font-style: normal;
}
.bio-grid .bio-grid .bio-c h5 {
  margin-bottom: 21px;
}
.bio-grid .bio-grid .bio-c.green .img .mask {
  background-color: rgba(22, 182, 140, 0.25);
}
.bio-grid .bio-grid .bio-c.gray .img .mask {
  background-color: rgba(91, 117, 138, 0.25);
}
.bio-grid .bio-grid .bio-c.white .img .mask {
  background-color: rgba(255, 255, 255, 0.25);
}

.slider-image-quote .slick-prev, .slider-map .slick-prev {
  display: none !important;
}
.slider-image-quote .slick-next, .slider-map .slick-next {
  position: absolute;
  right: 23px;
  bottom: 24px;
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 0;
  color: rgba(66, 66, 66, 0.5);
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .slider-image-quote .slick-next, .slider-map .slick-next {
    border: 1px solid #007aff;
    background-color: #007aff;
    color: #ffffff;
  }
}
.slider-image-quote .slick-next:hover, .slider-map .slick-next:hover {
  background-color: #ffffff;
  color: #007aff;
}
.slider-image-quote .slick-next:after, .slider-map .slick-next: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%);
}

.image-and-quote .quote-box h5 {
  margin-bottom: 7px;
}
.image-and-quote .quote-box h5:last-child {
  margin-bottom: 0;
}
.image-and-quote .image-box .img-c {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 769px) {
  .image-and-quote.large-image-and-quote .slider-image-quote .slick-next {
    background-color: transparent;
    color: #ffffff;
  }
}
.image-and-quote.large-image-and-quote .slider-image-quote .slick-next:hover {
  background-color: #ffffff;
  color: #007aff;
}
.image-and-quote.large-image-and-quote .slider-c {
  background-color: rgba(0, 122, 255, 0.1);
}
.image-and-quote.large-image-and-quote .slider-c .quote-box .text-c {
  max-width: 460px;
}
.image-and-quote.large-image-and-quote .slider-c .quote-box blockquote {
  margin-bottom: 116px;
}
.image-and-quote.large-image-and-quote .slider-c .image-box {
  position: relative;
}
.image-and-quote.large-image-and-quote .slider-c .image-box .img-c {
  filter: saturate(0%);
  -webkit-filter: saturate(0%);
}

.full-image-and-quote .slider-image-quote .slick-next {
  background-color: transparent;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .full-image-and-quote .slider-image-quote .slick-next {
    border: 1px solid #ffffff;
  }
}
.full-image-and-quote .slider-image-quote .slick-next:hover {
  background-color: #ffffff;
  color: #007aff;
}
.full-image-and-quote .quote-box h5 {
  margin-bottom: 7px;
  color: #ffffff;
}
.full-image-and-quote .quote-box h5:last-child {
  margin-bottom: 0;
}

.maps .slider-c {
  background-color: rgba(0, 122, 255, 0.1);
}
@media only screen and (max-width: 768px) {
  .maps .image-box {
    height: 400px;
  }
}
.maps .slider-map .slick-next {
  background-color: transparent;
  color: #424242;
  border: 1px solid #424242;
}
.maps .slider-map .slick-next:hover {
  border: 1px solid #007aff;
  color: #007aff;
}

.hero-hr {
  color: #424242;
  height: 0.5px;
  margin-top: 50px;
}
@media only screen and (max-width: 480px) {
  .hero-hr {
    display: none;
  }
}

.text-header-logo .container-c .text-box {
  width: 70%;
  display: block;
  height: auto;
  padding: 0;
}
.text-header-logo .container-c .text-box ul:not(.highcharts-menu) {
  margin-bottom: 0;
  padding: 0;
}
.text-header-logo .container-c .text-box ul:not(.highcharts-menu) li:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .text-header-logo .container-c .text-box {
    width: 60%;
  }
  .text-header-logo .container-c .text-box h1 {
    margin-bottom: 10px;
  }
  .text-header-logo .container-c .text-box .learn-more {
    font-size: 14px;
  }
  .text-header-logo .container-c .text-box .learn-more:after {
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .text-header-logo .container-c .text-box {
    width: 60%;
  }
  .text-header-logo .container-c .text-box h1 {
    margin-bottom: 10px;
  }
  .text-header-logo .container-c .text-box .learn-more {
    font-size: 14px;
  }
  .text-header-logo .container-c .text-box .learn-more:after {
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .text-header-logo .container-c .text-box {
    width: 100%;
  }
  .text-header-logo .container-c .text-box h1 {
    margin-top: 10px;
    font-size: 52px;
  }
}
.text-header-logo .container-c .image-box {
  width: 30%;
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 768px) {
  .text-header-logo .container-c .image-box {
    width: 40%;
    order: 1;
  }
}
@media only screen and (max-width: 480px) {
  .text-header-logo .container-c .image-box {
    width: 100%;
    order: -1;
  }
}
.text-header-logo .container-c .image-box .img {
  width: 100%;
  padding: 100px 0;
  display: flex;
  justify-content: center;
}
.text-header-logo .container-c .image-box .img img {
  max-width: 80%;
  max-height: 100px;
}
.text-header-logo .container-c .tags {
  margin-bottom: -5px;
  display: flex;
}
.text-header-logo .container-c .tags li {
  display: inline-block;
  font-family: SimplonNorm, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  border: none;
  color: #424242;
  padding: 0;
  text-transform: none;
  margin-right: 2px;
  margin-bottom: 5px;
}
.text-header-logo .container-c .tags li a {
  display: inline-block;
  border: none;
}
.text-header-logo .container-c .tags li a:hover {
  border-style: none !important;
}
.text-header-logo .container-c .tags li a i {
  display: inline-block;
  padding: 6px;
  color: #007fac;
  background-color: rgba(0, 127, 172, 0.15);
  font-style: normal;
  transition: all 0.2s ease-in-out;
  border: none;
}
.text-header-logo .container-c .tags li a i:hover {
  background-color: rgba(0, 127, 172, 0.3);
  color: #007fac;
}

.g-mask--menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 20;
  transition: opacity 0.19s linear 0.2s, visibility 0ms 0.4s, max-height 0ms 0.4s;
}

@media only screen and (min-width: 769px) {
  .header.over-mega-menu ~ .g-mask--menu {
    max-height: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.19s linear 0.2s;
    pointer-events: auto;
  }
}

section.reports-cta {
  margin-top: 60px;
  padding: 60px 70px 0;
  position: relative;
}
section.reports-cta .text-c {
  background-color: white;
  display: inline-block;
  width: 100%;
  padding: 44px 96px 0 96px;
}
section.reports-cta .text-c h4 {
  margin: 0;
}
section.reports-cta .text-c hr {
  margin: 22px auto 40px;
  border-color: #0097ce;
  max-width: 176px;
}
section.reports-cta .text-box {
  height: 480px;
  text-align: center;
  display: flex;
  align-items: flex-end;
}
section.reports-cta .text-box .row {
  flex: 1 0 100%;
}
section.reports-cta .container-c {
  max-width: 100%;
  padding: 0;
}
section.reports-cta .container-c.center {
  text-align: center;
}

footer {
  background-color: #f3f3f3;
}
footer .footer-form {
  padding-top: 42px;
  padding-bottom: 50px;
}
footer .footer-form .container-c {
  max-width: none;
  padding-left: 70px;
  padding-right: 70px;
}
@media only screen and (min-width: 641px) {
  footer .footer-form .container-c {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-form .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer-form .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
footer .footer-form .container-c .text-box {
  margin-right: 40px;
}
@media only screen and (max-width: 640px) {
  footer .footer-form .container-c .text-box {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
footer .footer-form .container-c .text-box h2 {
  margin-bottom: 0;
}
footer .footer-form .container-c .form-box {
  flex-grow: 1;
  max-width: 659px;
}
footer .footer-form .container-c .form-box form input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 54px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
}
footer .footer-form .container-c .form-box form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 14px;
  line-height: 54px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
}
footer .footer-form .container-c .form-box form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  line-height: 54px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
}
footer .footer-form .container-c .form-box form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 14px;
  line-height: 54px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
}
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 {
  display: flex;
  height: 56px;
}
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]) {
  flex-grow: 1;
  font-size: 14px;
  line-height: 54px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  padding: 0 20px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
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 #007aff;
}
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: 14px;
  line-height: 54px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  background-color: #007aff;
  border: 1px solid #007aff;
  color: #ffffff;
  padding-left: 19px;
  padding-right: 19px;
}
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 {
  background-color: #ffffff;
  color: #007aff;
}
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 {
  background-color: #ffffff;
  color: #007aff;
}
footer .footer-nav {
  padding-top: 34px;
  padding-bottom: 40px;
}
footer .footer-nav .container-c {
  max-width: none;
  padding-left: 70px;
  padding-right: 70px;
}
@media only screen and (min-width: 641px) {
  footer .footer-nav .container-c {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer-nav .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-nav .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
footer .footer-nav .container-c .text-box {
  max-width: 450px;
  margin-right: 134px;
}
@media only screen and (max-width: 480px) {
  footer .footer-nav .container-c .text-box {
    margin-right: 0;
  }
}
footer .footer-nav .container-c .text-box .logo .image-box {
  width: 252px;
  height: 72px;
  background-size: 100% 100%;
}
footer .footer-nav .container-c .text-box .text-c {
  margin-bottom: 36px;
}
footer .footer-nav .container-c .text-box h5 {
  font-size: 14px;
  font-family: "SimplonNorm";
  font-weight: 600;
  font-style: normal;
  color: #6f6f6f;
  margin-bottom: 8px;
}
footer .footer-nav .container-c .text-box h2 {
  margin-bottom: 0;
}
footer .footer-nav .container-c .nav-box {
  flex-grow: 1;
  max-width: none;
  display: flex;
}
footer .footer-nav .container-c .nav-box ul {
  margin-bottom: 39px;
}
footer .footer-nav .container-c .nav-box ul:last-child {
  margin-bottom: 0;
}
footer .footer-nav .container-c .nav-box ul li {
  font-size: 14px;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  color: #424242;
  margin-bottom: 7px;
}
footer .footer-nav .container-c .nav-box > div {
  margin-right: 98px;
}
footer .footer-nav .container-c .nav-box > div:last-child {
  margin-right: 0;
}
footer .copyright {
  padding-top: 37px;
  padding-bottom: 20px;
}
footer .copyright p {
  font-size: 14px;
  font-family: "SimplonNorm";
  font-weight: 600;
  font-style: normal;
  color: #6f6f6f;
}
@media only screen and (max-width: 375px) {
  footer .copyright p {
    font-size: 12px;
  }
}
footer .copyright p span {
  margin-left: 22px;
}
@media only screen and (max-width: 440px) {
  footer .copyright p span {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  footer .copyright .decstop {
    display: none;
  }
}
footer .footer-blank {
  width: 100%;
  height: 53px;
  position: relative;
}
footer .footer-blank .blank {
  opacity: 0.6;
  width: 100%;
  height: 100%;
}
footer .footer-blank .text-box {
  display: none;
}
@media only screen and (max-width: 480px) {
  footer .footer-blank {
    height: 40px;
  }
  footer .footer-blank .text-box {
    position: absolute;
    top: 0;
    height: 100%;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  footer .footer-blank .text-box p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-family: "SimplonNorm";
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    line-height: 14px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  footer .footer-blank .text-box p {
    font-size: 14px;
    line-height: 20px;
  }
}

.return-to-top {
  position: fixed;
  right: 36px;
  bottom: 25px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .return-to-top {
    right: 3px;
  }
}
.return-to-top p {
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  font-size: 16px;
  line-height: 1.5;
  color: #007aff;
  display: inline-block;
  margin: 0 auto 130px;
}
@media only screen and (max-width: 768px) {
  .return-to-top p {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.return-to-top .return-btn {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(111, 111, 111, 0.1);
  background-image: url(../images/arr-t.svg);
  background-repeat: no-repeat;
  background-size: 20px 21px;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .return-to-top .return-btn {
    width: 25px;
    height: 25px;
    background-size: 15px 16px;
  }
}
.return-to-top .return-btn:hover {
  background-color: #ffffff;
}

.validation_error {
  display: none;
}

.gfield_description.validation_message {
  font-size: 14px !important;
}

.gfield_error {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border: 0px !important;
  background-color: #fff !important;
}

.form-box .gform_wrapper li.gfield_error {
  padding-right: 16px !important;
}
.form-box .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .form-box .gform_wrapper li.gfield_error .gform_wrapper li.gfield_error textarea {
  box-shadow: #ff0000 0 0 0 0.5px;
  border-color: #ff0000;
}
.form-box .gform_footer {
  margin-top: 0 !important;
  padding: 0 !important;
}
.form-box .gform_footer span {
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin-left: 5px;
}

.validation_message {
  color: #2A3339 !important;
  font-weight: 400 !important;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select select {
  display: none;
}

select.hs-input {
  display: none;
}

.select-selected {
  padding: 12px 28px 12px 12px;
  width: 100%;
  border: solid 0.5px #424242;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  cursor: pointer;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
.select-selected:after {
  position: absolute;
  content: " ";
  width: 12px;
  height: 6px;
  background-image: url(../images/select-02.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  top: 55%;
  right: 13px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  transform: rotate(180deg) translateY(50%);
}

/* style the items (options), including the selected item: */
.select-items div {
  padding: 12px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #ffffff;
  border: solid 0.5px #6f6f6f;
  border-top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .select-items {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .select-items {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .select-items {
    margin-right: 0;
  }
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
  margin-right: 16px;
}

.select-items div:hover:hover, .same-as-selected:hover {
  background-color: rgba(171, 188, 199, 0.1);
}

html.hidden-c .wowo {
  opacity: 0;
}
html.hidden-c .wowo.animated {
  animation-duration: 0.6s;
  visibility: visible;
  animation-fill-mode: both;
}

.leftshow.animated {
  animation-name: leftshow;
}

.leftshowtwo.animated {
  animation-name: leftshowtwo;
}

.leftor.animated {
  animation-name: leftors;
}

@-webkit-keyframes leftors {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes leftshow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-900px, 0, 0);
    transform: translate3d(-900px, 0, 0);
  }
  100% {
    opacity: 0.61;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes leftshowtwo {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-900px, 0, 0);
    transform: translate3d(-900px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft.animated {
  animation-name: fadeInLeft;
}

.fadeInRight.animated {
  animation-name: fadeInRight;
}

.fadeIn.animated {
  animation-name: fadeIn;
}

.fadeInUp.animated {
  animation-name: fadeInUp;
}

.fadeInBigUp.animated {
  animation-name: fadeInBigUp;
}

.fadeInDown.animated {
  animation-name: fadeInDown;
}

.delay-in-1 {
  animation-delay: 0.1s;
}

.delay-in-2 {
  animation-delay: 0.2s;
}

.delay-in-3 {
  animation-delay: 0.3s;
}

.delay-in-4 {
  animation-delay: 0.4s;
}

@keyframes myleft {
  50% {
    -o-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes myleft {
  50% {
    -o-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes myleft {
  50% {
    -o-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes myleft {
  50% {
    -o-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes myright {
  50% {
    -o-transform: rotate(180deg) translate(8px, 0);
    -moz-transform: rotate(180deg) translate(8px, 0);
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0);
  }
  100% {
    -o-transform: rotate(180deg) translate(0, 0);
    -moz-transform: rotate(180deg) translate(0, 0);
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@-o-keyframes myright {
  50% {
    -o-transform: rotate(180deg) translate(8px, 0);
    -moz-transform: rotate(180deg) translate(8px, 0);
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0);
  }
  100% {
    -o-transform: rotate(180deg) translate(0, 0);
    -moz-transform: rotate(180deg) translate(0, 0);
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@-moz-keyframes myright {
  50% {
    -o-transform: rotate(180deg) translate(8px, 0);
    -moz-transform: rotate(180deg) translate(8px, 0);
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0);
  }
  100% {
    -o-transform: rotate(180deg) translate(0, 0);
    -moz-transform: rotate(180deg) translate(0, 0);
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@-webkit-keyframes myright {
  50% {
    -o-transform: rotate(180deg) translate(8px, 0);
    -moz-transform: rotate(180deg) translate(8px, 0);
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0);
  }
  100% {
    -o-transform: rotate(180deg) translate(0, 0);
    -moz-transform: rotate(180deg) translate(0, 0);
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@keyframes bgmyleft {
  50% {
    background-position: 60% center;
  }
  100% {
    background-position: center center;
  }
}
@-moz-keyframes bgmyleft {
  50% {
    background-position: 60% center;
  }
  100% {
    background-position: center center;
  }
}
@-o-keyframes bgmyleft {
  50% {
    background-position: 60% center;
  }
  100% {
    background-position: center center;
  }
}
@-webkit-keyframes bgmyleft {
  50% {
    background-position: 60% center;
  }
  100% {
    background-position: center center;
  }
}
.anchor-bar {
  position: sticky;
  top: 80px;
  z-index: 20;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .anchor-bar {
    top: 64px;
  }
}
@media only screen and (max-width: 480px) {
  .anchor-bar {
    top: 64px;
  }
}
.anchor-bar hr {
  margin: 0;
  padding: 0;
  border-color: rgba(0, 35, 102, 0.5);
  bottom: 0;
  width: 100%;
  z-index: 2;
  position: absolute;
}
.anchor-bar .container-c {
  max-width: 1280px;
  padding-left: 28px;
  padding-right: 28px;
  margin: 0 auto;
}
.anchor-bar .content {
  display: flex;
  justify-content: space-between;
  align-items: left;
  background-color: #F3F6F8;
  padding: 0 70px;
}
@media only screen and (max-width: 1240px) {
  .anchor-bar .content {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .anchor-bar .content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .anchor-bar .content .filter-box {
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .anchor-bar .content .filter-box::-webkit-scrollbar {
    display: none;
  }
}
.anchor-bar .content .filter-box.center {
  margin: 0 auto;
}
.anchor-bar .content .nav-box {
  display: flex;
  align-items: center;
  overflow: auto;
  height: 100%;
  flex-wrap: wrap;
  padding: 22px;
  column-gap: 40px;
  row-gap: 15px;
}
@media only screen and (max-width: 768px) {
  .anchor-bar .content .nav-box {
    overflow: visible;
  }
}
.anchor-bar .content .nav-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;
  margin: 0;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.anchor-bar .content .nav-box li.active:after, .anchor-bar .content .nav-box li:hover:after {
  width: 100%;
}
.anchor-bar .content .nav-box li:hover a {
  color: inherit;
}
.anchor-bar .content .nav-box li:after {
  height: 2px;
  background-color: #003f6b;
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  width: 0;
  position: relative;
  top: 20px;
  z-index: 3;
}
.anchor-bar .content .nav-box li a {
  border: 0px;
}
.anchor-bar .content .nav-box li a:focus {
  border: 0px;
}

.reports.anchor-bar {
  background-color: #F3F6F8;
  padding: 0;
}
.reports.anchor-bar hr {
  z-index: -1111;
  bottom: 1px;
}
.reports.anchor-bar .content {
  background-color: unset;
  padding-right: 0;
}
.reports.anchor-bar .content .nav-box li {
  padding-bottom: 15px;
}
.reports.anchor-bar .content .nav-box li:after {
  top: 17px;
}
.reports.anchor-bar .content .anchor-select {
  display: flex;
  flex-direction: column;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
.reports.anchor-bar .content .anchor-select .select-box {
  position: relative;
}
.reports.anchor-bar .content .anchor-select .select-box p {
  cursor: pointer;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.75px;
  color: #003f6b;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  padding-right: 24px;
}
.reports.anchor-bar .content .anchor-select .select-box:after {
  content: " ";
  width: 11px;
  height: 11px;
  position: absolute;
  top: -2px;
  right: 5px;
  cursor: pointer;
  border-style: solid;
  border-color: #003f6b;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}
.reports.anchor-bar .content .anchor-select .select-box .option {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  max-height: 300px;
  background-color: #fff;
  border: 0.5px solid #B7B7B7;
  border-top: 0;
  overflow: auto;
  margin-top: 13px;
}
.reports.anchor-bar .content .anchor-select .select-box .option li {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
}
.reports.anchor-bar .content .anchor-select .select-box .option li a {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  color: #003f6b;
  background-color: #ffffff;
  text-transform: uppercase;
}
.reports.anchor-bar .content .anchor-select .select-box .option li a:hover {
  background-color: #f3f3f3;
}
.reports.anchor-bar .content .anchor-select .select-box .option li a:focus {
  background-color: #f3f3f3;
}
.reports.anchor-bar .content .anchor-select label {
  line-height: 24px;
  letter-spacing: 1.97px;
  color: #003f6b;
  mix-blend-mode: normal;
  opacity: 0.5;
  margin-top: 8px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.reports.anchor-bar .content .right-content {
  display: flex;
}
.reports.anchor-bar .content .action-box {
  margin-left: 11px;
}
.reports.anchor-bar .content .action-box .download-report {
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.71px;
  background-color: #0097ce;
  border: none;
  border-left: 1px solid #0097ce;
  text-transform: uppercase;
  padding: 22px 20px 20px 20px;
  transition: all 0.3s ease-in-out;
  display: block;
  color: #ffffff;
}
.reports.anchor-bar .content .action-box .download-report:hover {
  background-color: #003f6b;
  border-left: 1px solid #003f6b;
}
.reports.anchor-bar .content .link-box ul {
  display: flex;
}
.reports.anchor-bar .content .link-box ul li {
  padding: 12px 8px;
}
.reports.anchor-bar .content .link-box ul li a {
  display: block;
}
.reports.anchor-bar .content .link-box ul li a:hover {
  color: #0097ce;
}
.reports.anchor-bar .content .link-box ul li a:hover svg * {
  transition: all 0.2s ease-in-out;
}
.reports.anchor-bar .content .link-box ul li a:hover svg circle {
  stroke: #0097ce;
}
.reports.anchor-bar .content .link-box ul li a:hover svg path {
  fill: #0097ce;
}
.reports.anchor-bar .content .link-box ul li a.print-page-btn {
  border: none;
}
.reports.anchor-bar .content .link-box ul li a.print-page-btn svg {
  width: 32px;
  height: 32px;
}
.reports.anchor-bar .content .link-box ul li a.print-page-btn:hover {
  color: #0097ce;
}
.reports.anchor-bar .content .link-box ul li a.print-page-btn:hover svg * {
  transition: all 0.2s ease-in-out;
}
.reports.anchor-bar .content .link-box ul li a.print-page-btn:hover svg circle {
  stroke: #0097ce;
}
.reports.anchor-bar .content .link-box ul li a.print-page-btn:hover svg path {
  fill: white;
  stroke: #0097ce;
}
.reports.anchor-bar .content .link-box ul svg {
  height: 32px;
  width: 32px;
}
.reports.anchor-bar .content .link-box ul svg circle {
  stroke: #003f6b;
}

header li a:focus {
  border: 1px solid transparent;
}
header.header-c .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu div.wpmm-strees-row-and-content-container {
  top: calc(100% + 1px);
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
  padding: 0;
  color: inherit;
  width: auto;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  header .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
    text-align: left;
  }
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a:hover {
  color: #0097ce;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu .mega-menu-open .wpmm-strees-row-and-content-container {
  z-index: -1;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu div.wpmm-strees-row-and-content-container {
  top: 100%;
  background-color: #ffffff;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu div.wpmm-strees-row-and-content-container ul {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
  position: absolute;
  top: 100%;
  left: 50% !important;
  transform: translateX(-50%);
  max-width: 340px;
  width: max-content;
  min-width: 240px;
  text-align: center;
  background-color: #ffffff;
  padding: 20px 15px;
  border-bottom: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  margin-bottom: 24px;
  z-index: -1;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
    max-width: unset;
  }
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu .menu-subheading a {
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  color: #003f6b !important;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu .menu-subheading a {
    font-size: 16px !important;
    font-weight: 700 !important;
    font-style: normal !important;
  }
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu .menu-subheading:hover a {
  color: #003f6b !important;
}
@media only screen and (max-width: 768px) {
  header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu .menu-subheading:after {
    display: none;
  }
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  text-transform: capitalize;
  margin-bottom: 10px;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.bold a {
  font-weight: bold;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li a {
  padding: 0;
  word-break: unset;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li a:hover {
  color: #0097ce !important;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu:hover > ul.wp-megamenu-sub-menu {
  top: 100%;
  border-top: 1px solid rgba(42, 51, 57, 0.25);
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li.wpmm-type-widget > a {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  margin-bottom: 3px;
  letter-spacing: normal;
  text-transform: none;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container.has-category-tag > ul.wp-megamenu-sub-menu li.wpmm-row > ul.wp-megamenu-sub-menu {
  column-gap: 120px;
  justify-content: unset;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container.has-category-tag > ul.wp-megamenu-sub-menu li.wpmm-row > ul.wp-megamenu-sub-menu > li {
  max-width: unset;
}
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 > ul.wp-megamenu-sub-menu {
  flex-wrap: nowrap !important;
}
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 > ul.wp-megamenu-sub-menu > li {
  padding: 15px 0;
  width: fit-content;
  width: -moz-fit-content;
  min-width: 172px;
  max-width: 230px;
  margin-right: 30px;
}
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 {
  position: relative;
  margin: 0 auto;
  padding: 23px 28px;
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  border-top: 0.5px solid #EDEDED;
}
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 {
  font-size: 14px;
  line-height: 1.5;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  margin-bottom: 10px;
  letter-spacing: normal;
  text-transform: none;
}
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.wpmm-type-widget > ul {
  margin-top: 10px;
}
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.wpmm-row {
  padding-left: 24px;
  padding-right: 28px;
  padding-top: 15px;
}
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 h3, 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 .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline 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 p, 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 .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline 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 p {
  margin-bottom: 6px;
  text-align: left;
  color: #474747;
}
@media only screen and (max-width: 768px) {
  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 h3, 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 .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline 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 p, 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 .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline 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 p {
    text-align: left;
  }
}
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 h3:hover, 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 .bio-grid .title-box .bio-box-headline p:hover, .bio-grid .title-box .bio-box-headline 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 p:hover, 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 .bio-grid-small .title-box .bio-box-headline p:hover, .bio-grid-small .title-box .bio-box-headline 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 p:hover {
  color: #0097ce;
}
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 {
  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: 2px;
}
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 {
  display: inline-block;
  background-color: rgba(0, 127, 172, 0.15);
  padding: 6px;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  color: inherit !important;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  overflow: inherit;
}
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:hover {
  background-color: rgba(0, 127, 172, 0.3);
}
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 .wpmm-item-title {
  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: 2px;
  border: 1px solid transparent;
  margin-top: -1px;
}
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 .textwidget {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
}
@media only screen and (max-width: 480px) {
  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 .textwidget {
    font-size: 14px;
    line-height: 20px;
  }
}
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 .textwidget p {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  line-height: 14px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 480px) {
  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 .textwidget p {
    font-size: 14px;
    line-height: 20px;
  }
}
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 .textwidget p a {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #003f6b;
  display: block;
  margin-top: -1px;
}
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 .textwidget p strong {
  font-weight: 500;
  line-height: 24px;
  display: block;
  border: 1px solid transparent;
  margin-top: -7px;
}
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 .title h2 {
  margin-bottom: 18px;
}
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.bold a:not(.btns) {
  font-weight: bold;
}
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 a.btns:hover {
  color: #ffffff;
}
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 a:not(.btns) {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: inherit;
  padding: 0;
  margin: 0;
  display: unset;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media only screen and (max-width: 480px) {
  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 a:not(.btns) {
    font-size: 14px;
    line-height: 20px;
  }
}
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 a:not(.btns):hover {
  color: #0097ce;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.single-menu .wpmm-strees-row-and-content-container {
  width: 216px !important;
  left: calc(0px - (216px - 100%) / 2) !important;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.single-menu .wpmm-strees-row-and-content-container .wp-megamenu-sub-menu {
  display: flex;
  flex-direction: column;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.single-menu .wpmm-strees-row-and-content-container .wp-megamenu-sub-menu .wpmm-col {
  width: 100%;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.single-menu .category-tag-widget .category-tag-wrapper {
  display: block;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.single-menu .category-tag-widget ul {
  column-gap: 2px;
  display: flex;
  flex-wrap: wrap;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.single-menu .category-tag-widget ul li {
  width: auto;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.single-menu .cta-widget {
  width: auto;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu .cta-widget {
  margin-bottom: 20px;
  max-width: 381px;
}
@media only screen and (max-width: 479px) {
  header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu .cta-widget {
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu .cta-widget {
    max-width: 273px;
  }
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu .cta-widget .cta-title {
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  line-height: 32px;
  font-size: 24px;
  margin-bottom: 18px;
  color: #003f6b;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu .cta-widget .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;
  width: 166px !important;
  font-weight: 600 !important;
}
header .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu .cta-widget .btns:hover {
  background-color: #003f6b;
  color: #ffffff !important;
}
header .header-nav-mobile .wpmm-hide-mobile-menu {
  display: block;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu {
  background-color: #ffffff;
  padding: 0;
  margin-top: 16px;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu .cta-widget .cta-title,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu .cta-widget .cta-title {
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  line-height: 32px;
  font-size: 24px;
  margin-bottom: 18px;
  color: #003f6b;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu .cta-widget .btns,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu .cta-widget .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;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu .cta-widget .btns:hover,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu .cta-widget .btns:hover {
  background-color: #003f6b;
  color: #ffffff !important;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu .category-tag-widget h3, header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu .category-tag-widget .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu .category-tag-widget p, header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu .category-tag-widget .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu .category-tag-widget p,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu .category-tag-widget h3,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu .category-tag-widget .bio-grid .title-box .bio-box-headline p,
.bio-grid .title-box .bio-box-headline header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu .category-tag-widget p,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu .category-tag-widget .bio-grid-small .title-box .bio-box-headline p,
.bio-grid-small .title-box .bio-box-headline header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu .category-tag-widget p {
  font-size: 16px !important;
  line-height: normal !important;
  font-family: "SimplonNorm" !important;
  font-weight: 400 !important;
  font-style: normal;
  text-transform: unset !important;
  color: #2A3339 !important;
  margin-bottom: 6px !important;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu h2,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu h2 {
  font-family: "SimplonNorm" !important;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu h3, header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu p, header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu p,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu h3,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu .bio-grid .title-box .bio-box-headline p,
.bio-grid .title-box .bio-box-headline header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu p,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu .bio-grid-small .title-box .bio-box-headline p,
.bio-grid-small .title-box .bio-box-headline header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu p {
  letter-spacing: unset;
  font-family: "SimplonNorm" !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #2A3339 !important;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu h4,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu h4 {
  letter-spacing: unset;
  font-family: "SimplonNorm" !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #2A3339 !important;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li {
  font-family: "SimplonNorm";
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
  color: #003f6b;
  padding: 10px 0 10px;
  position: relative;
  display: list-item;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li:not(.menu-item-has-children) a,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li:not(.menu-item-has-children) a {
  font-size: 16px !important;
  font-family: "SimplonNorm" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #2A3339 !important;
  padding: 0 !important;
  line-height: 24px !important;
  text-align: left;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul > li > ul > li > ul > li > a:after, header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.menu-item-has-children > .wpmm-strees-row-and-content-container > ul > li > ul > li > ul > li > a:after,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul > li > ul > li > ul > li > a:after,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.menu-item-has-children > .wpmm-strees-row-and-content-container > ul > li > ul > li > ul > li > a:after {
  display: block !important;
  content: "" !important;
  width: 20px !important;
  height: 17px !important;
  background-image: url(../images/has-child.svg) !important;
  background-size: 100% 100% !important;
  position: absolute !important;
  top: 2px !important;
  right: 0 !important;
  transform: rotate(0) !important;
  opacity: 1 !important;
  transition: all 0.2s !important;
  z-index: 99 !important;
  pointer-events: none;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul > li > ul > li > ul > li > ul, header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.menu-item-has-children > .wpmm-strees-row-and-content-container > ul > li > ul > li > ul > li > ul,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul > li > ul > li > ul > li > ul,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.menu-item-has-children > .wpmm-strees-row-and-content-container > ul > li > ul > li > ul > li > ul {
  margin-top: 16px;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul > li > ul > li > ul > li > ul li > a, header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.menu-item-has-children > .wpmm-strees-row-and-content-container > ul > li > ul > li > ul > li > ul li > a,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul > li > ul > li > ul > li > ul li > a,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.menu-item-has-children > .wpmm-strees-row-and-content-container > ul > li > ul > li > ul > li > ul li > a {
  width: 85% !important;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul > li > ul > li > ul > li > ul li > a:after, header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.menu-item-has-children > .wpmm-strees-row-and-content-container > ul > li > ul > li > ul > li > ul li > a:after,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul > li > ul > li > ul > li > ul li > a:after,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.menu-item-has-children > .wpmm-strees-row-and-content-container > ul > li > ul > li > ul > li > ul li > a:after {
  display: block !important;
  content: "" !important;
  width: 20px !important;
  height: 17px !important;
  background-image: url(../images/has-child.svg) !important;
  background-size: 100% 100% !important;
  position: absolute !important;
  top: 2px !important;
  right: 0 !important;
  transform: rotate(0) !important;
  opacity: 1 !important;
  transition: all 0.2s !important;
  z-index: 99 !important;
  pointer-events: none;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:not(.wpmm-strees-row-and-content-container) > ul > li:after, header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.menu-item-has-children:not(.wpmm-strees-row-and-content-container) > ul > li:after,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:not(.wpmm-strees-row-and-content-container) > ul > li:after,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.menu-item-has-children:not(.wpmm-strees-row-and-content-container) > ul > li:after {
  content: "" !important;
  width: 20px !important;
  height: 17px !important;
  background-image: url(../images/has-child.svg) !important;
  background-size: 100% 100% !important;
  position: absolute !important;
  top: 2px !important;
  right: 0 !important;
  transform: rotate(0) !important;
  opacity: 1 !important;
  transition: all 0.2s !important;
  z-index: 99 !important;
  pointer-events: none;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:before, header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.menu-item-has-children:before,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:before,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.menu-item-has-children:before {
  content: "";
  width: 20px;
  height: 17px;
  background-image: url(../images/has-child.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 16px;
  left: 0;
  opacity: 0;
  transition: all 0.2s;
  z-index: 99;
  transform: rotate(180deg);
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:after, header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.menu-item-has-children:after,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:after,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.menu-item-has-children:after {
  content: "";
  width: 20px;
  height: 17px;
  background-image: url(../images/has-child.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 16px;
  right: 0;
  transform: rotate(0);
  opacity: 1;
  transition: all 0.2s;
  z-index: 99;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > a, header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.menu-item-has-children > a,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > a,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.menu-item-has-children > a {
  text-transform: unset;
  border: none;
  display: block;
  font-family: "SimplonNorm" !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  color: #003f6b !important;
  margin-left: 0;
  width: 100%;
  text-align: left;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.open > a,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.open > a {
  display: block;
  width: 150px;
  margin-left: calc(50% - 75px);
  margin-right: auto;
  text-align: center;
  font-family: "SimplonNorm";
  font-size: 16px !important;
  font-weight: 500;
  line-height: 24px;
  color: #003f6b;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.open > a:after,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.open > a:after {
  display: block !important;
  content: "" !important;
  border-bottom: #D8D8D8 solid 0.5px !important;
  margin-left: calc(-50vw + 50%) !important;
  width: 100vw !important;
  padding-top: 10px;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.open:after,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.open:after {
  opacity: 0;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.open:before,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.open:before {
  top: 15px;
  opacity: 1;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li a,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: unset;
  border: none;
  display: block;
  font-family: "SimplonNorm";
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #003f6b;
  margin-left: 0;
  width: 100%;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li a:not(.wpmm-strees-row-and-content-container) > ul > li:after,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li a:not(.wpmm-strees-row-and-content-container) > ul > li:after {
  content: "";
  width: 20px;
  height: 17px;
  background-image: url(../images/has-child.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 16px;
  right: 0;
  transform: rotate(0);
  opacity: 1;
  transition: all 0.2s;
  z-index: 99;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu {
  width: 100%;
  padding: 29px 0 0;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu {
  width: 100%;
  display: none;
  opacity: 1;
  visibility: inherit;
  position: relative;
  top: unset;
  left: unset;
  border: none;
  padding: 0;
  margin: 0;
  transition: none;
  box-shadow: none;
  text-align: unset;
  background-color: #fff;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu .wpmm-col .wp-megamenu-sub-menu,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu .wpmm-col .wp-megamenu-sub-menu {
  margin-bottom: 34px;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu li,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu li {
  margin-bottom: 16px;
  padding: 0;
  width: auto;
  max-width: unset;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu li h4,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu li h4 {
  font-size: 16px !important;
  font-family: "SimplonNorm" !important;
  font-weight: 700 !important;
  font-style: normal !important;
  color: #003f6b !important;
  padding: 0;
  margin: 0;
  border: unset;
  letter-spacing: 1.75px;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu li.menu-item > a,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu li.menu-item > a {
  padding-right: 10% !important;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu li a,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu li a {
  font-size: 16px !important;
  font-family: "SimplonNorm" !important;
  font-weight: 400;
  font-style: normal !important;
  color: #2A3339;
  padding: 0 !important;
  line-height: 24px !important;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu li a:hover,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu li a:hover {
  color: #0097ce !important;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu li.menu-subheading a:hover,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu li.menu-subheading a:hover {
  color: #003f6b !important;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu .category-tag-widget ul,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu .category-tag-widget ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: unset;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu .category-tag-widget ul li,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu .category-tag-widget 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: 0 8px 8px 0;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu .category-tag-widget ul li a,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu .category-tag-widget ul li a {
  display: inline-block;
  background-color: rgba(0, 127, 172, 0.15);
  padding: 7px 5px 4px 8px !important;
  font-family: "SimplonNorm";
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: normal;
  color: #007fac !important;
  text-transform: none;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu .category-tag-widget ul.column-2,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu .category-tag-widget ul.column-2 {
  column-count: 2;
  -webkit-column-count: 2;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu .category-tag-widget ul.column-3,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li .wp-megamenu-sub-menu .category-tag-widget ul.column-3 {
  column-count: 3;
  -webkit-column-count: 3;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container {
  width: 100% !important;
  position: relative !important;
  left: unset !important;
  z-index: 99;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu {
  padding: 29px 16px 0;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container .wp-megamenu-sub-menu,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container .wp-megamenu-sub-menu {
  display: none;
  opacity: 1;
  visibility: inherit;
  position: relative;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container .wp-megamenu-sub-menu > li:last-child > ul,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container .wp-megamenu-sub-menu > li:last-child > ul {
  margin-bottom: 0;
}
header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeindown:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu, header .header-nav-mobile #wp-megamenu-header-main-navigation .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-fadeindown:hover > ul.wp-megamenu-sub-menu,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeindown:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
header .header-nav-mobile #wp-megamenu-primary_mobile_menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-fadeindown:hover > ul.wp-megamenu-sub-menu {
  animation: unset;
}

.category-tag-widget h3, .category-tag-widget .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline .category-tag-widget p, .category-tag-widget .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline .category-tag-widget p {
  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;
}
.category-tag-widget .category-tag-wrapper {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 16px;
}
.category-tag-widget 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;
  max-width: 130px;
}
.category-tag-widget ul li a {
  display: inline-block;
  background-color: rgba(0, 151, 206, 0.15);
  padding: 6px 7px 5px;
}
.category-tag-widget ul li a:hover {
  background-color: #0097ce;
  color: #ffffff;
}
.category-tag-widget ul.column-2 {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}
.category-tag-widget ul.column-3 {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
}
.category-tag-widget ul.column-4 {
  column-count: 4;
  -moz-column-count: 4;
  -webkit-column-count: 4;
}
.category-tag-widget ul.column-5 {
  column-count: 5;
  -moz-column-count: 5;
  -webkit-column-count: 5;
}

.highcharts-title {
  fill: #424242 !important;
  color: #424242 !important;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  font-size: 14px !important;
  font-weight: bold !important;
  font-style: normal !important;
  line-height: 14px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.highcharts-subtitle {
  color: #2A3339 !important;
  fill: #2A3339 !important;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: normal !important;
  font-style: normal !important;
}
@media only screen and (max-width: 480px) {
  .highcharts-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

.highcharts-axis-title {
  color: #2A3339 !important;
  fill: #2A3339 !important;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  font-size: 14px !important;
  line-height: 15px !important;
  font-weight: normal !important;
  font-style: normal !important;
}

.highcharts-axis-labels text {
  color: #2A3339 !important;
  fill: #2A3339 !important;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  font-size: 14px !important;
  line-height: 15px !important;
  font-weight: normal !important;
  font-style: normal !important;
}

.highcharts-legend .highcharts-legend-item text {
  color: #2A3339 !important;
  fill: #2A3339 !important;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 14px !important;
}

.highcharts-tooltip text {
  color: #2A3339 !important;
  fill: #2A3339 !important;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  font-size: 10px !important;
  line-height: 11px !important;
  font-weight: normal !important;
  font-style: normal !important;
  opacity: 0.5;
}
.highcharts-tooltip text tspan:first-child {
  opacity: 0.5;
}

.highcharts-credits {
  color: #2A3339 !important;
  fill: #2A3339 !important;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 13px !important;
  opacity: 0.5;
}

.highcharts-exporting-group .highcharts-button text {
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  font-weight: bold !important;
  font-style: normal !important;
  font-size: 12px !important;
  color: #0097ce !important;
  fill: #0097ce !important;
  letter-spacing: 1.29px !important;
}

.pagination .container-c {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.pagination .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .arrow-btn {
  position: relative;
  padding: 12px;
  border-radius: 20px;
  background-color: rgba(71, 71, 71, 0.05);
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  color: #424242;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .pagination .arrow-btn {
    font-size: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .pagination .arrow-btn {
    padding: 12px 8px;
  }
}
.pagination .arrow-btn:hover {
  background-color: rgba(42, 51, 57, 0.15);
}
.pagination .arrow-btn:before {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  background-image: url(../images/page-l.svg);
  background-size: 100% 100%;
}
.pagination .arrow-btn.prev {
  left: 0;
}
@media only screen and (min-width: 993px) {
  .pagination .arrow-btn.prev {
    left: 25%;
  }
}
@media only screen and (max-width: 480px) {
  .pagination .arrow-btn.prev {
    margin-right: 10px;
    padding-right: 22px;
  }
}
.pagination .arrow-btn.prev:before {
  margin-right: 7px;
}
.pagination .arrow-btn.next {
  right: 0;
}
@media only screen and (min-width: 993px) {
  .pagination .arrow-btn.next {
    right: 25%;
  }
}
@media only screen and (max-width: 480px) {
  .pagination .arrow-btn.next {
    margin-left: 10px;
    padding-left: 22px;
  }
}
.pagination .arrow-btn.next:before {
  order: 1;
  background-image: url(../images/page-r.svg);
  margin-left: 7px;
}
.pagination ul {
  display: flex;
  align-items: center;
}
.pagination ul li {
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  margin-right: 10px;
}
@media only screen and (max-width: 992px) {
  .pagination ul li {
    font-size: 0;
  }
}
@media only screen and (max-width: 480px) {
  .pagination ul li {
    font-size: 10px;
    line-height: 24px;
  }
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li.active a {
  background-color: #0097ce;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .pagination ul li.active a {
    width: 8px;
    height: 8px;
    background-color: #0097ce;
    font-size: 0;
  }
}
.pagination ul li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #424242;
}
@media only screen and (max-width: 992px) {
  .pagination ul li a {
    width: 5px;
    height: 5px;
    background-color: rgba(42, 51, 57, 0.15);
    font-size: 0;
  }
}
.pagination ul li a:hover {
  background-color: rgba(42, 51, 57, 0.15);
}
@media only screen and (max-width: 992px) {
  .pagination ul li a:hover {
    width: 8px;
    height: 8px;
  }
}
.pagination ul li i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #424242;
}
@media only screen and (max-width: 992px) {
  .pagination ul li i {
    width: 5px;
    height: 5px;
    background-color: rgba(42, 51, 57, 0.15);
  }
}
@media only screen and (max-width: 992px) {
  .pagination ul li.more-items {
    display: none;
  }
}

.form-dafault {
  background-color: #F3F6F8;
}
@media only screen and (min-width: 641px) {
  .form-dafault .container-c {
    display: flex;
    justify-content: space-between;
  }
}
.form-dafault .container-c .title-box {
  max-width: 430px;
  margin-right: 24px;
  min-width: 200px;
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .title-box {
    max-width: 230px;
    margin-right: 14px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .form-dafault .container-c .title-box {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .form-dafault .container-c .title-box {
    margin-bottom: 16px;
    width: 100%;
  }
}
.form-dafault .container-c .title-box h2 {
  line-height: 1.33;
  margin-bottom: 25px;
}
.form-dafault .container-c .title-box h2 span {
  line-height: 1.33;
  margin-bottom: 25px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .title-box h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .form-dafault .container-c .title-box h2 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 6px;
  }
}
.form-dafault .container-c .title-box h5 {
  line-height: 1.07;
  margin-bottom: 24px;
}
@media only screen and (max-width: 480px) {
  .form-dafault .container-c .title-box h5 {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .title-box p {
    line-height: 1.71;
  }
}
@media only screen and (max-width: 480px) {
  .form-dafault .container-c .title-box p {
    font-size: 16px;
    line-height: 24px;
    font-family: "SimplonNorm";
    font-weight: normal;
    font-style: normal;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .form-dafault .container-c .title-box p {
    font-size: 14px;
    line-height: 20px;
  }
}
.form-dafault .container-c .form-box {
  width: 100%;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .form-dafault .container-c .form-box {
    max-width: 808px;
    width: 65%;
  }
}
.form-dafault .container-c .form-box .gform_wrapper {
  margin-top: 0;
}
.form-dafault .container-c .form-box .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}
@media only screen and (max-width: 769px) {
  .form-dafault .container-c .form-box .gform_wrapper ul.gform_fields li.gfield.gfield_error {
    margin-bottom: 18px !important;
  }
}
@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
  .form-dafault .container-c .form-box .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 0;
  }
}
.form-dafault .container-c .form-box .gform_wrapper li.hidden_label input {
  margin-top: 0;
}
.form-dafault .container-c .form-box .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.form-dafault .container-c .form-box .gform_wrapper .gfield:nth-of-type(1) {
  margin-top: 0;
}
@media only screen and (min-width: 481px) {
  .form-dafault .container-c .form-box .gform_wrapper .gfield:nth-of-type(2) {
    margin-top: 0;
  }
}
.form-dafault .container-c .form-box .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
.form-dafault .container-c .form-box .gform_wrapper .gform_footer input.button, .form-dafault .container-c .form-box .gform_wrapper .gform_footer input[type=submit] {
  width: auto;
}
.form-dafault .container-c .form-box .hs-form-field {
  margin-top: 0;
}
.form-dafault .container-c .form-box .hs-form-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.form-dafault .container-c .form-box form input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
}
.form-dafault .container-c .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: #424242;
  opacity: 1;
}
.form-dafault .container-c .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: #424242;
  opacity: 1;
}
.form-dafault .container-c .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: #424242;
  opacity: 1;
}
.form-dafault .container-c .form-box form .form-group {
  width: calc(50% - 24px);
  margin: 12px;
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .form-box form .form-group {
    margin: 12px 7px;
    width: calc(50% - 14px);
  }
}
@media only screen and (max-width: 480px) {
  .form-dafault .container-c .form-box form .form-group {
    width: calc(100% - 14px);
  }
}
.form-dafault .container-c .form-box form .form-group.full-width {
  width: calc(100% - 24px);
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .form-box form .form-group.full-width {
    width: calc(100% - 14px);
  }
}
.form-dafault .container-c .form-box form .form-group input:not([type=submit]) {
  border: solid 0.5px #424242;
  color: #003f6b;
}
.form-dafault .container-c .form-box form .form-group input:not([type=submit]):focus {
  border: 1.5px solid #424242;
}
.form-dafault .container-c .form-box form .form-group input:not([type=submit]).error {
  border: 1.5px solid #ff0000;
}
.form-dafault .container-c .form-box form .form-group input[type=submit] {
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  border-radius: 3px;
  background-color: #0097ce;
  border: none;
  padding: 16px 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .form-box form .form-group input[type=submit] {
    color: #003f6b;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1.5px solid #003f6b;
    padding: 16px 25px 14px;
  }
}
.form-dafault .container-c .form-box form .form-group input[type=submit]:hover, .form-dafault .container-c .form-box form .form-group input[type=submit]:focus {
  background-color: #003f6b;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .form-box form .form-group input[type=submit]:hover, .form-dafault .container-c .form-box form .form-group input[type=submit]:focus {
    background-color: #003f6b;
    color: #ffffff;
  }
}
.form-dafault .container-c .form-box form .form-group input[type=submit].disabled {
  background-color: #abbcc7;
  cursor: not-allowed;
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .form-box form .form-group input[type=submit].disabled {
    border: none;
    color: #ffffff;
  }
}
.form-dafault .container-c .form-box form .form-group.submit-box {
  display: flex;
  align-items: center;
}
.form-dafault .container-c .form-box form .form-group.submit-box p {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  margin-left: 24px;
}
.form-dafault .container-c .form-box form .form-group.select-box {
  position: relative;
}
.form-dafault .container-c .form-box form .form-group.select-box input {
  cursor: pointer;
  padding-right: 30px;
}
.form-dafault .container-c .form-box form .form-group.select-box.active input {
  border: 0.5px solid #424242;
}
.form-dafault .container-c .form-box form .form-group.select-box.active:after {
  transform: rotate(180deg) translateY(50%);
}
.form-dafault .container-c .form-box form .form-group.select-box:after {
  content: " ";
  width: 19px;
  height: 20px;
  background-image: url(../images/select.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.form-dafault .container-c .form-box form .form-group.select-box:after {
  content: " ";
  background-image: url(../images/select.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 12px;
  height: 6px;
  right: 14px;
}
.form-dafault .container-c .form-box form .form-group.select-box .option {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  max-height: 300px;
  background-color: #fff;
  overflow: auto;
  border: 0.5px solid #424242;
  border-top: 0;
}
.form-dafault .container-c .form-box form .form-group.select-box .option li {
  font-size: 14px;
  line-height: 1.5;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  border: none;
}
.form-dafault .container-c .form-box form .form-group.select-box .option li a {
  display: block;
  padding: 13px 10px;
  text-decoration: none;
  color: #424242;
  background-color: #ffffff;
}
.form-dafault .container-c .form-box form .form-group.select-box .option li a:hover {
  background-color: rgba(171, 188, 199, 0.1);
}
.form-dafault .container-c .form-box form .form-group.select-box .option li a:focus {
  background-color: rgba(171, 188, 199, 0.1);
}
.form-dafault .container-c .form-box form .gform_fields {
  margin: -12px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .form-box form .gform_fields {
    margin: -12px -7px;
  }
}
.form-dafault .container-c .form-box form .gform_fields .gfield {
  width: calc(50% - 24px);
  margin: 12px 24px;
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .form-box form .gform_fields .gfield {
    margin: 12px 7px;
    width: calc(50% - 14px);
  }
}
@media only screen and (max-width: 480px) {
  .form-dafault .container-c .form-box form .gform_fields .gfield {
    width: 100%;
    margin-right: 0;
  }
}
.form-dafault .container-c .form-box form .gform_fields .gfield.full-width {
  width: calc(100% - 24px);
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .form-box form .gform_fields .gfield.full-width {
    width: calc(100% - 14px);
  }
}
.form-dafault .container-c .form-box form .gform_fields .gfield label {
  display: none;
}
.form-dafault .container-c .form-box form .gform_fields .gfield textarea, .form-dafault .container-c .form-box form .gform_fields .gfield input:not([type=submit]) {
  display: flex;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  line-height: 16px;
  padding: 11px 10px;
  background-color: #ffffff;
  border: solid 0.5px #424242;
}
.form-dafault .container-c .form-box form .gform_fields .gfield textarea:focus, .form-dafault .container-c .form-box form .gform_fields .gfield input:not([type=submit]):focus {
  box-shadow: #424242 0 0 0 0.5px;
}
.form-dafault .container-c .form-box form .gform_fields .gfield textarea.error, .form-dafault .container-c .form-box form .gform_fields .gfield input:not([type=submit]).error {
  border: 1.5px solid #ff0000;
}
.form-dafault .container-c .form-box form .gform_fields .gfield input[type=submit] {
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  border-radius: 3px;
  background-color: #0097ce;
  border: none;
  padding: 16px 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .form-box form .gform_fields .gfield input[type=submit] {
    color: #003f6b;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1.5px solid #003f6b;
    padding: 16px 25px 14px;
  }
}
.form-dafault .container-c .form-box form .gform_fields .gfield input[type=submit]:hover {
  background-color: #003f6b;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .form-box form .gform_fields .gfield input[type=submit]:hover {
    background-color: #003f6b;
    color: #ffffff;
  }
}
.form-dafault .container-c .form-box form .gform_fields .gfield input[type=submit]:focus {
  background-color: #003f6b;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .form-box form .gform_fields .gfield input[type=submit]:focus {
    background-color: #003f6b;
    color: #ffffff;
  }
}
.form-dafault .container-c .form-box form .gform_fields .gfield input[type=submit].disabled {
  background-color: #abbcc7;
  cursor: not-allowed;
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .form-box form .gform_fields .gfield input[type=submit].disabled {
    border: none;
    color: #ffffff;
  }
}
.form-dafault .container-c .form-box form .gform_fields .gfield.submit-box {
  display: flex;
  align-items: center;
}
.form-dafault .container-c .form-box form .gform_fields .gfield.submit-box p {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  margin-left: 24px;
}
.form-dafault .container-c .form-box form .gform_fields .gfield.select-box {
  position: relative;
}
.form-dafault .container-c .form-box form .gform_fields .gfield.select-box input {
  cursor: pointer;
  padding-right: 30px;
}
.form-dafault .container-c .form-box form .gform_fields .gfield.select-box.active input {
  border: 0.5px solid #424242;
}
.form-dafault .container-c .form-box form .gform_fields .gfield.select-box.active:after {
  transform: rotate(180deg) translateY(50%);
}
.form-dafault .container-c .form-box form .gform_fields .gfield.select-box:after {
  content: " ";
  width: 12px;
  height: 6px;
  background-image: url(../images/select.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.form-dafault .container-c .form-box form .gform_fields .gfield.select-box .option {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  max-height: 300px;
  background-color: #fff;
  border: 0.5px solid #424242;
  border-top: 0;
  overflow: auto;
}
.form-dafault .container-c .form-box form .gform_fields .gfield.select-box .option li {
  font-size: 14px;
  line-height: 1.5;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  border: none;
}
.form-dafault .container-c .form-box form .gform_fields .gfield.select-box .option li:last-child {
  border-bottom: none;
}
.form-dafault .container-c .form-box form .gform_fields .gfield.select-box .option li a {
  display: block;
  padding: 13px 10px;
  text-decoration: none;
  color: #424242;
  background-color: #ffffff;
  border: none;
}
.form-dafault .container-c .form-box form .gform_fields .gfield.select-box .option li a:hover {
  background-color: rgba(171, 188, 199, 0.1);
}
.form-dafault .container-c .form-box form .gform_fields .gfield.select-box .option li a:focus {
  background-color: rgba(171, 188, 199, 0.1);
}
.form-dafault .container-c .form-box form input[type=submit] {
  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: transparent;
  padding: 16px 50px 14px;
  text-transform: uppercase;
  border: 1.5px solid #003f6b;
  margin-top: 12px;
}
.form-dafault .container-c .form-box form input[type=submit]:hover {
  background-color: #003f6b;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .form-box form input[type=submit]:hover {
    background-color: #003f6b;
    color: #ffffff;
  }
}
.form-dafault .container-c .form-box form input[type=submit]:focus {
  background-color: #003f6b;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .form-box form input[type=submit]:focus {
    background-color: #003f6b;
    color: #ffffff;
  }
}
.form-dafault .container-c .form-box form input[type=submit].disabled {
  background-color: #abbcc7;
  cursor: not-allowed;
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .form-box form input[type=submit].disabled {
    border: none;
    color: #ffffff;
  }
}
.form-dafault .container-c .form-box form .gform_body .gfield_error {
  background-color: transparent !important;
}
@media only screen and (max-width: 480px) {
  .form-dafault .container-c .form-box form.hs-form p {
    font-size: 16px;
    line-height: 24px;
    font-family: "SimplonNorm";
    font-weight: normal;
    font-style: normal;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .form-dafault .container-c .form-box form.hs-form p {
    font-size: 14px;
    line-height: 20px;
  }
}
.form-dafault .container-c .form-box form.hs-form fieldset {
  max-width: none;
}
.form-dafault .container-c .form-box form.hs-form .hs_error_rollup {
  margin-top: 16px;
}
@media only screen and (max-width: 480px) {
  .form-dafault .container-c .form-box form.hs-form .hs_error_rollup {
    font-size: 16px;
    line-height: 24px;
    font-family: "SimplonNorm";
    font-weight: normal;
    font-style: normal;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .form-dafault .container-c .form-box form.hs-form .hs_error_rollup {
    font-size: 14px;
    line-height: 20px;
  }
}
.form-dafault .container-c .form-box form .hs-form-field {
  width: calc(50% - 24px);
  margin: 12px 16px 12px 0;
}
@media only screen and (max-width: 768px) {
  .form-dafault .container-c .form-box form .hs-form-field {
    width: calc(50% - 14px);
  }
}
@media only screen and (max-width: 480px) {
  .form-dafault .container-c .form-box form .hs-form-field {
    width: 100%;
    margin-right: 0;
  }
}
.form-dafault .container-c .form-box form .hs-form-field label {
  display: none;
}
.form-dafault .container-c .form-box form .hs-form-field input .error {
  box-shadow: #ff0000 0 0 0 0.5px;
}
.form-dafault .container-c .form-box form .hs-form-field textarea, .form-dafault .container-c .form-box form .hs-form-field input:not([type=submit]) {
  display: flex;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  line-height: 16px;
  padding: 11px 10px;
  background-color: #ffffff;
  border: solid 0.5px #424242;
}
.form-dafault .container-c .form-box form .hs-form-field textarea:focus, .form-dafault .container-c .form-box form .hs-form-field input:not([type=submit]):focus {
  box-shadow: #424242 0 0 0 0.5px;
}
.form-dafault .container-c .form-box form .hs-form-field textarea.error, .form-dafault .container-c .form-box form .hs-form-field input:not([type=submit]).error {
  border: 1.5px solid #ff0000;
}
@media only screen and (max-width: 480px) {
  .form-dafault .hbspt-form p {
    font-size: 16px;
    line-height: 24px;
    font-family: "SimplonNorm";
    font-weight: normal;
    font-style: normal;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .form-dafault .hbspt-form p {
    font-size: 14px;
    line-height: 20px;
  }
}
.form-dafault.form-success .container-c .title-box h2 {
  margin-bottom: 33px;
}
@media only screen and (max-width: 768px) {
  .form-dafault.form-success .container-c .title-box h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .form-dafault.form-success .container-c .title-box h2 {
    margin-bottom: 6px;
  }
}
.form-dafault.form-success .container-c .title-box p {
  margin-top: 46px;
}
@media only screen and (max-width: 768px) {
  .form-dafault.form-success .container-c .title-box p {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .form-dafault.form-success .container-c .title-box p {
    margin-top: 0;
  }
}

.scramble .container-c {
  padding: 0 70px;
}
@media only screen and (max-width: 768px) {
  .scramble .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .scramble .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 680px) {
  .scramble.left .title-box {
    flex-direction: column;
    margin-bottom: 17px;
    text-align: start;
  }
  .scramble.left .line-center {
    display: flex;
  }
  .scramble.left .line {
    display: none;
  }
}
.scramble.right .title-box {
  flex-direction: row-reverse;
}
.scramble.right .line {
  margin-left: auto;
}
@media only screen and (max-width: 680px) {
  .scramble.right .title-box {
    flex-direction: column;
    margin-bottom: 17px;
    align-items: flex-end;
    text-align: end;
  }
  .scramble.right .line-center {
    display: flex;
  }
  .scramble.right .line {
    display: none;
  }
}
.scramble.center .title-box {
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  text-align: center;
}
.scramble.center .title-box .line-center {
  display: flex;
}
.scramble.center .learn-more {
  margin-top: 12px;
}
.scramble.center .line {
  display: none;
}
@media only screen and (max-width: 680px) {
  .scramble.center .title-box {
    flex-direction: column;
    margin-bottom: 17px;
    align-items: center;
  }
  .scramble.center .line-center {
    display: flex;
  }
  .scramble.center .line {
    display: none;
  }
}
.scramble .line-center {
  display: none;
  height: 1px;
  background-color: #0097ce;
  margin-top: 13px;
  width: 100%;
}
.scramble .title-box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  color: #003f6b;
  margin-bottom: 17px;
}
@media only screen and (max-width: 480px) {
  .scramble .title-box {
    margin-bottom: 4px;
  }
}
.scramble .line {
  display: flex;
  height: 1px;
  background-color: #0097ce;
  margin-bottom: 24px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .scramble .line {
    margin-bottom: 16px;
    width: calc(50% - 8px);
  }
}
.scramble .line_center {
  display: none;
}
.scramble .scramble-wrapper {
  display: flex;
}
.scramble .scramble-wrapper .scramble-future {
  width: 50%;
}
.scramble .scramble-wrapper .scramble-future .slider-image-quote .slick-next, .scramble .scramble-wrapper .scramble-future .links-slider-key .slick-next {
  background-color: transparent;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .scramble .scramble-wrapper .scramble-future .slider-image-quote .slick-next, .scramble .scramble-wrapper .scramble-future .links-slider-key .slick-next {
    border: 1px solid #ffffff;
  }
}
.scramble .scramble-wrapper .scramble-future .slider-image-quote .slick-next:hover, .scramble .scramble-wrapper .scramble-future .links-slider-key .slick-next:hover {
  background-color: #ffffff;
  color: #007aff;
}
.scramble .scramble-wrapper .scramble-future .container-c {
  padding-left: 0;
}
@media only screen and (max-width: 480px) {
  .scramble .scramble-wrapper .scramble-future .container-c {
    padding: 0;
  }
}
.scramble .scramble-wrapper .scramble-future .content {
  position: relative;
  margin: 0;
}
.scramble .scramble-wrapper .scramble-future .content > a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .scramble .scramble-wrapper .scramble-future .content > a:hover h2 span {
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
  }
}
.scramble .scramble-wrapper .scramble-future .content > a:hover .image-box {
  transform: scale(1.05);
}
.scramble .scramble-wrapper .scramble-future .content > a:hover .slick-arrow {
  background-color: #ffffff;
  color: #424242;
}
.scramble .scramble-wrapper .scramble-future .content > a .slick-arrow {
  position: absolute;
  right: 5px;
  bottom: 32px;
  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) {
  .scramble .scramble-wrapper .scramble-future .content > a .slick-arrow {
    border: 1px solid #ffffff;
  }
}
.scramble .scramble-wrapper .scramble-future .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%);
}
.scramble .scramble-wrapper .scramble-future .text-box {
  position: relative;
  z-index: 1;
  padding: 35px 40px 30px;
}
@media only screen and (max-width: 768px) {
  .scramble .scramble-wrapper .scramble-future .text-box {
    padding: 29px 35px 28px;
  }
}
@media only screen and (max-width: 480px) {
  .scramble .scramble-wrapper .scramble-future .text-box {
    padding: 30px 18px 20px;
  }
}
.scramble .scramble-wrapper .scramble-future .text-box .text-c {
  max-width: 400px;
}
.scramble .scramble-wrapper .scramble-future .text-box h5 {
  margin-bottom: 19px;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .scramble .scramble-wrapper .scramble-future .text-box h5 {
    margin-bottom: 11px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .scramble .scramble-wrapper .scramble-future .text-box h5 {
    letter-spacing: 2.33px;
  }
}
.scramble .scramble-wrapper .scramble-future .text-box h5:last-child {
  margin-bottom: 0;
}
.scramble .scramble-wrapper .scramble-future .text-box h2 {
  font-size: 30px;
  line-height: normal;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  margin-top: 226px;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .scramble .scramble-wrapper .scramble-future .text-box h2 {
    margin-top: 178px;
  }
}
@media only screen and (max-width: 480px) {
  .scramble .scramble-wrapper .scramble-future .text-box h2 {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 178px;
  }
}
.scramble .scramble-wrapper .scramble-future .text-box p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #ffffff;
}
.scramble .scramble-wrapper .scramble-future .text-box .date {
  line-height: normal;
}
.scramble .scramble-wrapper .scramble-future .image-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.scramble .scramble-wrapper .scramble-future .image-box .img-c {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.scramble .scramble-wrapper .scramble-future .image-box .img-c img {
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scramble .scramble-wrapper .featured-post-mod .slick-prev {
  left: 0 !important;
}
.scramble .scramble-wrapper .featured-post-mod .slick-next {
  right: 0 !important;
}
.scramble .scramble-wrapper .featured-post-mod .slick-dots li {
  margin-right: 3px;
}
@media only screen and (max-width: 990px) {
  .scramble .scramble-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .scramble .scramble-wrapper .scramble-future {
    width: 100%;
  }
  .scramble .scramble-wrapper .container-c {
    padding-right: 0;
  }
  .scramble .scramble-wrapper .slick-slider {
    width: 100%;
  }
}
.scramble .content {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -12.5px;
}
@media only screen and (max-width: 992px) {
  .scramble .content {
    margin: -20px -7px;
  }
}
.scramble .content.half .unit-box {
  width: calc(50% - 25px);
}
.scramble .content .unit-box {
  width: calc(25% - 25px);
  position: relative;
  min-height: 0;
  background: none;
  margin: 20px 12.5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .scramble .content .unit-box {
    width: calc(33.3% - 14px);
    margin: 20px 7px;
  }
}
@media only screen and (max-width: 640px) {
  .scramble .content .unit-box {
    width: calc(50% - 14px);
  }
}
@media only screen and (max-width: 560px) {
  .scramble .content .unit-box {
    width: calc(100% - 25px);
    min-height: 260px;
  }
}
@media only screen and (max-width: 480px) {
  .scramble .content .unit-box {
    width: calc(100% - 14px);
  }
}
.scramble .content .unit-box.webinar .text-box {
  height: auto;
  background-color: #f3f3f3;
}
.scramble .content .unit-box > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.scramble .content .unit-box > a:hover .img .img-show {
  transform: scale(1.05);
}
@media only screen and (min-width: 480px) {
  .scramble .content .unit-box > a:hover .tile-title span {
    color: #007fac;
  }
}
.scramble .content .unit-box .text-box {
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
  display: block;
  height: auto;
  padding: 0;
}
.scramble .content .unit-box .text-c {
  margin-bottom: 18px;
}
.scramble .content .unit-box .text-c .date {
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  height: 18px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  color: #424242;
  display: block;
  margin-bottom: 8px;
}
.scramble .content .unit-box .tile-title {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  margin-bottom: 7px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .scramble .content .unit-box .tile-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.scramble .content .unit-box p {
  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: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .scramble .content .unit-box p {
    font-size: 14px;
    line-height: 20px;
  }
}
.scramble .content .unit-box .date {
  font-size: 12px;
  line-height: 1.5;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  color: #6f6f6f;
}
.scramble .content .unit-box .img {
  margin-bottom: 17px;
  overflow: hidden;
}
.scramble .content .unit-box .img .img-show {
  width: 100%;
  height: 200px;
  transition: all 0.2s ease-in-out;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 480px) {
  .scramble .content .unit-box .img .img-show {
    width: 100%;
    height: 240px;
  }
}
.scramble .content .unit-box .img .no-img {
  background-image: url(../images/scramble-default-tile.jpg);
}
.scramble .content .unit-box .tags {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .scramble .content .unit-box .tags {
    margin-bottom: 10px;
  }
}
.scramble .content .unit-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;
}
.scramble .content .unit-box .tags li::before {
  content: none;
}
.scramble .content .unit-box .tags li a {
  display: inline-block;
}
.scramble .content .unit-box .tags li a:hover {
  color: #007fac;
}
.scramble .content .unit-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;
}
.scramble .content .unit-box .tags li i:hover {
  background-color: rgba(0, 127, 172, 0.3);
  color: #007fac;
}
.scramble .content .unit-box .tags li.hide {
  display: none;
}
.scramble .half {
  width: 50%;
}
.scramble .arrow-slider .slick-arrow {
  bottom: -25px;
  transform: translateY(100%);
}
.scramble .arrow-slider-2 .slick-list {
  margin: 0 -12.5px;
}
@media only screen and (max-width: 992px) {
  .scramble .arrow-slider-2 .slick-list {
    margin: 0 -7px;
  }
}
.scramble .arrow-slider-2 .unit-box {
  padding: 0 12.5px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .scramble .arrow-slider-2 .unit-box {
    padding: 0 7px;
  }
}
.scramble .arrow-slider-2 .unit-box > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.scramble .arrow-slider-2 .unit-box > a .date {
  height: 18px;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  color: #424242;
  display: block;
  margin-bottom: 8px;
}
@media only screen and (max-width: 480px) {
  .scramble .arrow-slider-2 .unit-box > a .date {
    margin-bottom: 0;
  }
}
.scramble .arrow-slider-2 .unit-box > a:hover .img .img-show {
  transform: scale(1.05);
}
@media only screen and (min-width: 480px) {
  .scramble .arrow-slider-2 .unit-box > a:hover .tile-title span {
    color: #007fac;
  }
}
.scramble .arrow-slider-2 .unit-box .img {
  margin-bottom: 17px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .scramble .arrow-slider-2 .unit-box .img {
    margin-bottom: 14px;
  }
}
.scramble .arrow-slider-2 .unit-box .img .img-show {
  width: 100%;
  height: 200px;
  transition: all 0.2s ease-in-out;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 480px) {
  .scramble .arrow-slider-2 .unit-box .img .img-show {
    width: 100%;
    height: 240px;
  }
}
.scramble .arrow-slider-2 .unit-box .img .no-img {
  background-image: url(../images/scramble-default-tile.jpg);
}
.scramble .arrow-slider-2 .unit-box .text-c {
  margin-bottom: 18px;
}
@media only screen and (max-width: 480px) {
  .scramble .arrow-slider-2 .unit-box .text-c {
    margin-bottom: 15px;
  }
}
.scramble .arrow-slider-2 .unit-box .tile-title {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  margin-bottom: 7px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .scramble .arrow-slider-2 .unit-box .tile-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 480px) {
  .scramble .arrow-slider-2 .unit-box .tile-title {
    margin-bottom: 4px;
  }
}
.scramble .arrow-slider-2 .unit-box p {
  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: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .scramble .arrow-slider-2 .unit-box p {
    font-size: 14px;
    line-height: 20px;
  }
}
.scramble .arrow-slider-2 .unit-box .tags {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .scramble .arrow-slider-2 .unit-box .tags {
    margin-bottom: 10px;
  }
}
.scramble .arrow-slider-2 .unit-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;
}
.scramble .arrow-slider-2 .unit-box .tags li::before {
  content: none;
}
.scramble .arrow-slider-2 .unit-box .tags li a {
  display: inline-block;
}
.scramble .arrow-slider-2 .unit-box .tags li a:hover {
  color: #007fac;
}
.scramble .arrow-slider-2 .unit-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;
}
.scramble .arrow-slider-2 .unit-box .tags li i:hover {
  background-color: rgba(0, 127, 172, 0.3);
  color: #007fac;
}
.scramble .arrow-slider-2 .unit-box .tags li.hide {
  display: none;
}
.scramble .arrow-slider-2 .unit-box .date {
  height: 18px;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  color: #424242;
  display: block;
  margin-bottom: 8px;
}
@media only screen and (max-width: 480px) {
  .scramble .arrow-slider-2 .unit-box .date {
    margin-bottom: 0;
  }
}

.content-zone .container-c {
  padding-right: 70px;
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .content-zone .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .content-zone .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.content-zone img {
  width: unset;
  max-width: 100%;
}
.content-zone img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content-zone img.alignright {
  float: right;
}
.content-zone img.alignleft {
  float: left;
}
.content-zone .wp-caption {
  width: 100%;
}
.content-zone .wp-caption.alignright {
  text-align: right;
}
.content-zone .wp-caption.alignleft {
  text-align: left;
}
.content-zone .wp-caption.aligncenter {
  text-align: center;
}
.content-zone .title-box {
  margin-bottom: 24px;
  display: flex;
}
@media screen and (max-width: 480px) {
  .content-zone .title-box.left .right {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .content-zone .title-box.right .left {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .content-zone .title-box.right .right {
    margin-left: 0;
  }
}
.content-zone .title-box .left {
  width: calc(50% - 64px);
}
@media only screen and (max-width: 480px) {
  .content-zone .title-box .left {
    width: 100%;
  }
}
.content-zone .title-box .right {
  width: calc(50% - 24px);
  margin-left: 34px;
}
@media screen and (min-width: 768px) {
  .content-zone .content-c > div {
    width: calc(50% - 76px);
    margin-right: 64px;
  }
}
@media screen and (max-width: 1240px) {
  .content-zone .content-c {
    display: flex;
    flex-flow: wrap;
  }
}
@media screen and (max-width: 480px) {
  .content-zone .content-c {
    margin: 0;
  }
}
.content-zone .large {
  max-width: 540px;
}
.content-zone .left-box h6 {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .content-zone .left-box {
    margin: 0 0 24px 0;
    order: 1;
  }
}
.content-zone .center-box {
  margin: 0 auto;
  width: 100%;
}
.content-zone .center-box .learn-more {
  display: block;
  margin-top: 24px;
}
@media only screen and (max-width: 480px) {
  .content-zone .center-box .learn-more {
    margin-top: 14px;
  }
}
.content-zone .center-box h6 {
  margin-bottom: 32px;
}
@media only screen and (max-width: 480px) {
  .content-zone .center-box h6 {
    margin-bottom: 24px;
  }
}
.content-zone .center-box .text {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
}
@media only screen and (max-width: 480px) {
  .content-zone .center-box .text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 480px) {
  .content-zone .center-box {
    padding-top: 0;
    margin-top: 0;
  }
}
.content-zone .right-box {
  padding-top: 6px;
}
.content-zone .right-box .learn-more {
  display: block;
  margin-top: 24px;
}
@media only screen and (max-width: 480px) {
  .content-zone .right-box .learn-more {
    margin-top: 14px;
  }
}
@media screen and (max-width: 480px) {
  .content-zone .right-box {
    order: 2;
  }
}
.content-zone .right-box .text {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
}
@media only screen and (max-width: 480px) {
  .content-zone .right-box .text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 480px) {
  .content-zone .right-box {
    padding-top: 0;
    order: 2;
    margin: 0;
  }
}
.content-zone hr {
  opacity: 0.25;
  margin: 60px 0 0 0;
  border: 1px solid #2A3339;
}
@media only screen and (max-width: 768px) {
  .content-zone hr {
    margin: 60px auto 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .content-zone hr {
    margin: 0 auto;
    width: 100%;
    margin-top: 48px;
  }
}

.content-zone-bullets .container-c {
  padding-right: 70px;
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .content-zone-bullets .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .content-zone-bullets .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.content-zone-bullets img {
  width: unset;
  max-width: 100%;
}
.content-zone-bullets img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content-zone-bullets img.alignright {
  float: right;
}
.content-zone-bullets img.alignleft {
  float: left;
}
.content-zone-bullets .wp-caption {
  width: 100%;
}
.content-zone-bullets .wp-caption.alignright {
  text-align: right;
}
.content-zone-bullets .wp-caption.alignleft {
  text-align: left;
}
.content-zone-bullets .wp-caption.aligncenter {
  text-align: center;
}
.content-zone-bullets .title-box {
  margin-bottom: 24px;
  display: flex;
}
@media screen and (max-width: 480px) {
  .content-zone-bullets .title-box.left .right {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .content-zone-bullets .title-box.right .left {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .content-zone-bullets .title-box.right .right {
    margin-left: 0;
  }
}
.content-zone-bullets .title-box .left {
  width: calc(50% - 64px);
}
@media only screen and (max-width: 480px) {
  .content-zone-bullets .title-box .left {
    width: 100%;
  }
}
.content-zone-bullets .title-box .right {
  width: calc(50% - 24px);
  margin-left: 34px;
}
@media screen and (min-width: 768px) {
  .content-zone-bullets .content-c > div {
    width: calc(50% - 76px);
    margin-right: 64px;
  }
}
@media screen and (max-width: 1240px) {
  .content-zone-bullets .content-c {
    display: flex;
    flex-flow: wrap;
  }
}
@media screen and (max-width: 480px) {
  .content-zone-bullets .content-c {
    margin: 0;
  }
}
.content-zone-bullets .large {
  max-width: 540px;
}
.content-zone-bullets .left-box h6 {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .content-zone-bullets .left-box {
    margin: 0 0 24px 0;
    order: 1;
  }
}
.content-zone-bullets .center-box {
  margin: 0 auto;
  width: 100%;
}
.content-zone-bullets .center-box .learn-more {
  display: block;
  margin-top: 24px;
}
@media only screen and (max-width: 480px) {
  .content-zone-bullets .center-box .learn-more {
    margin-top: 14px;
  }
}
.content-zone-bullets .center-box h6 {
  margin-bottom: 32px;
}
@media only screen and (max-width: 480px) {
  .content-zone-bullets .center-box h6 {
    margin-bottom: 24px;
  }
}
.content-zone-bullets .center-box .text {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
}
@media only screen and (max-width: 480px) {
  .content-zone-bullets .center-box .text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 480px) {
  .content-zone-bullets .center-box {
    padding-top: 0;
    margin-top: 0;
  }
}
.content-zone-bullets .right-box {
  padding-top: 6px;
}
.content-zone-bullets .right-box .learn-more {
  display: block;
  margin-top: 24px;
}
@media only screen and (max-width: 480px) {
  .content-zone-bullets .right-box .learn-more {
    margin-top: 14px;
  }
}
@media screen and (max-width: 480px) {
  .content-zone-bullets .right-box {
    order: 2;
  }
}
.content-zone-bullets .right-box .text {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
}
@media only screen and (max-width: 480px) {
  .content-zone-bullets .right-box .text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 480px) {
  .content-zone-bullets .right-box {
    padding-top: 0;
    order: 2;
    margin: 0;
  }
}
.content-zone-bullets .bullets-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.content-zone-bullets .bullets-box .unit {
  width: calc(25% - 20px);
  margin: 24px 10px 10px 10px;
}
@media only screen and (max-width: 991px) and (min-width: 641px) {
  .content-zone-bullets .bullets-box .unit {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 560px) {
  .content-zone-bullets .bullets-box .unit {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 480px) {
  .content-zone-bullets .bullets-box .unit {
    width: calc(50% - 20px);
    margin-top: 21px;
    margin-bottom: 0;
  }
}
.content-zone-bullets .bullets-box .unit h3, .content-zone-bullets .bullets-box .unit .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline .content-zone-bullets .bullets-box .unit p, .content-zone-bullets .bullets-box .unit .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline .content-zone-bullets .bullets-box .unit p {
  font-size: 14px;
  color: #003f6b;
  margin-bottom: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
}
@media only screen and (max-width: 480px) {
  .content-zone-bullets .bullets-box .unit h3, .content-zone-bullets .bullets-box .unit .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline .content-zone-bullets .bullets-box .unit p, .content-zone-bullets .bullets-box .unit .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline .content-zone-bullets .bullets-box .unit p {
    line-height: 1.43;
    margin-bottom: 13px;
  }
}
.content-zone-bullets .bullets-box .unit p {
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #003f6b;
  margin-bottom: 8px;
  line-height: 18px;
}
@media only screen and (max-width: 480px) {
  .content-zone-bullets .bullets-box .unit p {
    line-height: 20px;
    margin-bottom: 0;
  }
}
.content-zone-bullets hr {
  opacity: 0.25;
  margin: 60px 0 0 0;
  border: 1px solid #2A3339;
}
@media only screen and (max-width: 768px) {
  .content-zone-bullets hr {
    margin: 60px auto 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .content-zone-bullets hr {
    margin: 0 auto;
    width: 100%;
    margin-top: 48px;
  }
}

.content-zone .highcharts-title {
  fill: #2A3339 !important;
  color: #2A3339 !important;
  text-transform: uppercase !important;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 14px !important;
  letter-spacing: 2px !important;
}
.content-zone .highcharts-axis-title {
  color: #2A3339 !important;
  fill: #2A3339 !important;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 15px !important;
}
.content-zone .highcharts-axis-labels text {
  color: #2A3339 !important;
  fill: #2A3339 !important;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 15px !important;
}
.content-zone .highcharts-legend .highcharts-legend-item text {
  color: #2A3339 !important;
  fill: #2A3339 !important;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 14px !important;
}
.content-zone .highcharts-tooltip text {
  color: #2A3339 !important;
  fill: #2A3339 !important;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  font-size: 10px !important;
  line-height: 11px !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.content-zone .highcharts-tooltip text tspan:first-child {
  opacity: 0.5;
}
.content-zone .highcharts-credits {
  color: #2A3339 !important;
  fill: #2A3339 !important;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 13px !important;
  opacity: 0.5;
}

.content-zone-highcharts .text-box .text-c {
  max-width: 550px;
}
.content-zone-highcharts .text-box h2.small {
  margin-bottom: 14px !important;
}
.content-zone-highcharts .text-box .extra-large {
  margin-bottom: 21px;
}
@media only screen and (max-width: 768px) {
  .content-zone-highcharts .text-box .extra-large {
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 14px;
  }
}
.content-zone-highcharts .text-box h3, .content-zone-highcharts .text-box .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline .content-zone-highcharts .text-box p, .content-zone-highcharts .text-box .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline .content-zone-highcharts .text-box p {
  font-size: 32px;
  line-height: 1.25;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 21px;
}
@media only screen and (max-width: 768px) {
  .content-zone-highcharts .text-box h3, .content-zone-highcharts .text-box .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline .content-zone-highcharts .text-box p, .content-zone-highcharts .text-box .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline .content-zone-highcharts .text-box p {
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 14px;
  }
}
.content-zone-highcharts .text-box h4 {
  color: #003f6b;
  margin-bottom: 12px;
}
.content-zone-highcharts .text-box p {
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  .content-zone-highcharts .text-box p {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .content-zone-highcharts .content-c > .image-box {
    order: 0;
  }
}

podcast {
  display: block;
}
podcast .header-image {
  margin-top: -83px;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  podcast .header-image {
    margin-top: -64px;
  }
}
podcast .header-image .background-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
podcast .header-image .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2A3339;
  opacity: 0.25;
}
podcast .header-image .text-box {
  max-width: 808px;
  padding-left: 70px;
  z-index: 0;
}
@media only screen and (max-width: 480px) {
  podcast .header-image .text-box {
    padding-left: 16px;
  }
}
podcast .header-image .text-box h5 {
  color: #ffffff;
}
podcast .header-image .text-box h1 {
  color: #ffffff;
  margin-bottom: 24px;
}
podcast .header-image .text-box span {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  podcast .header-image .text-box span {
    font-size: 16px;
    line-height: 1.5;
  }
}
podcast .main-content {
  padding: 0 70px;
}
@media only screen and (max-width: 768px) {
  podcast .main-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  podcast .main-content {
    padding: 0 18px;
  }
}
podcast .main-content__widget-area {
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  podcast .main-content__widget-area {
    padding-top: 32px;
  }
}
podcast .main-content__widget-area span.date {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 8px;
}
podcast .main-content__widget-area .author-list {
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 1.5;
}
podcast .main-content__widget-area .author-list .author-link {
  color: #0097ce;
  text-decoration: underline;
}
podcast .main-content__widget-area .author-list .author-link:hover {
  color: #003f6b;
}
podcast .main-content__widget-area .read-time {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 1.5;
}
podcast .main-content__widget-area .tags {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  podcast .main-content__widget-area .tags {
    padding-bottom: 24px;
  }
}
podcast .main-content__widget-area .tags li {
  display: inline-block;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  letter-spacing: normal;
  color: #007fac;
  padding: 0;
}
podcast .main-content__widget-area .tags li::before {
  content: none;
}
podcast .main-content__widget-area .tags li a {
  display: inline-block;
}
podcast .main-content__widget-area .tags li a:hover {
  color: #007fac;
}
podcast .main-content__widget-area .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;
}
podcast .main-content__widget-area .tags li i:hover {
  background-color: rgba(0, 127, 172, 0.3);
  color: #007fac;
}
podcast .main-content__widget-area .tags li.hide {
  display: none;
}
podcast .main-content__widget-area .audio-box audio {
  width: 100%;
  border: none;
}
podcast .main-content__widget-area .audio-box audio:focus {
  outline: unset;
}
podcast .main-content__widget-area .share-box ul {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  podcast .main-content__widget-area .share-box ul {
    padding: 32px 0 40px 0;
    justify-content: flex-start;
  }
}
podcast .main-content__widget-area .share-box ul li {
  margin-right: 16px;
}
podcast .main-content__widget-area .share-box ul li a {
  border: none;
}
podcast .main-content__widget-area .share-box ul li a svg {
  width: 32px;
  height: 32px;
}
podcast .main-content__widget-area .share-box ul li a:hover {
  color: #0097ce;
}
podcast .main-content__widget-area .share-box ul li a:hover svg * {
  transition: all 0.2s ease-in-out;
}
podcast .main-content__widget-area .share-box ul li a:hover svg circle {
  stroke: #0097ce;
}
podcast .main-content__widget-area .share-box ul li a:hover svg path {
  fill: #0097ce;
}
podcast .main-content__widget-area .share-box ul li a.print-page-btn {
  border: none;
}
podcast .main-content__widget-area .share-box ul li a.print-page-btn svg {
  width: 32px;
  height: 32px;
}
podcast .main-content__widget-area .share-box ul li a.print-page-btn:hover {
  color: #0097ce;
}
podcast .main-content__widget-area .share-box ul li a.print-page-btn:hover svg * {
  transition: all 0.2s ease-in-out;
}
podcast .main-content__widget-area .share-box ul li a.print-page-btn:hover svg circle {
  stroke: #0097ce;
}
podcast .main-content__widget-area .share-box ul li a.print-page-btn:hover svg path {
  fill: white;
  stroke: #0097ce;
}
podcast .main-content__podcast-area {
  padding-top: 8px;
}
podcast .main-content__podcast-area .podcast-grid {
  display: flex;
  justify-content: space-between;
  margin: 0 -8px;
}
@media only screen and (max-width: 480px) {
  podcast .main-content__podcast-area .podcast-grid {
    flex-wrap: wrap;
  }
}
podcast .main-content__podcast-area .podcast-grid .podcast-c {
  padding: 12px 8px;
}
podcast .main-content__podcast-area .podcast-grid .podcast-c a {
  display: flex;
  align-items: center;
}
podcast .main-content__podcast-area .podcast-grid .podcast-c a .text-box {
  padding-left: 8px;
}
podcast .main-content__podcast-area .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;
}
podcast .main-content__podcast-area .podcast-grid .podcast-c a .text-box__title {
  color: #2A3339;
  opacity: 0.5;
}
podcast .main-content__podcast-area .podcast-grid .podcast-c a .text-box__description {
  color: #2A3339;
}
podcast .main-content__podcast-area .podcast-grid .podcast-c a .image-box {
  display: flex;
  align-items: center;
  min-height: 40px;
}
podcast .main-content__podcast-area .podcast-grid .podcast-c a .image-box img {
  height: 40px;
  max-height: 40px;
  width: auto;
}
podcast .main-content__text-area {
  padding-top: 40px;
}
podcast .main-content__text-area .text-box img {
  width: 100%;
  max-width: 100%;
}
podcast .main-content__text-area .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) {
  podcast .main-content__text-area .text-box p {
    font-size: 16px;
    line-height: 1.5;
  }
}
podcast .main-content__text-area .text-box img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
podcast .main-content__text-area .text-box img.alignright {
  float: right;
}
podcast .main-content__text-area .text-box img.alignleft {
  float: left;
}
podcast .main-content__text-area .text-box .wp-caption-text {
  padding-top: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  podcast .main-content__text-area .text-box .wp-caption-text {
    font-size: 14px;
    line-height: 20px;
  }
}
podcast .main-content__text-area .text-box .wp-caption {
  margin: 24px 0;
  width: 100%;
}
podcast .main-content__text-area .text-box .wp-caption.alignright {
  text-align: right;
}
podcast .main-content__text-area .text-box .wp-caption.alignleft {
  text-align: left;
}
podcast .main-content__text-area .text-box .wp-caption.aligncenter {
  text-align: center;
}
podcast .main-content__text-area .text-box__title {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  podcast .main-content__text-area .text-box__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
podcast .main-content__text-area .text-box__description {
  font-size: 14px;
  line-height: 20px;
}
podcast .main-content__text-area .video-box {
  margin-top: 24px;
  position: relative;
  padding-top: 56.25%;
}
podcast .main-content__text-area .video-box video, podcast .main-content__text-area .video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
podcast .main-content__authors-area {
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  podcast .main-content__authors-area {
    padding-top: 80px;
  }
}
podcast .main-content__authors-area .bio-grid .title-box {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
podcast .main-content__authors-area .bio-grid .title-box h4 {
  color: #003f6b;
  font-family: "Foro";
  font-weight: 200;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  podcast .main-content__authors-area .bio-grid .title-box h4 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 480px) {
  podcast .main-content__authors-area .bio-grid .title-box h4 {
    flex: 0 1 50%;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.333;
  }
}
podcast .main-content__authors-area .bio-grid .title-box hr {
  margin: 22px auto;
  max-width: 176px;
  border-color: #0097ce;
}
@media only screen and (max-width: 768px) {
  podcast .main-content__authors-area .bio-grid .title-box hr {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  podcast .main-content__authors-area .bio-grid .title-box hr {
    display: block;
  }
}
podcast .main-content__authors-area .bio-grid__content {
  margin: 0 -52px -48px -52px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  podcast .main-content__authors-area .bio-grid__content {
    margin: 0 -35px -41px -35px;
  }
}
@media only screen and (max-width: 480px) {
  podcast .main-content__authors-area .bio-grid__content {
    flex: 0 1 50%;
    justify-content: space-between;
    margin: 0 0 -32px;
  }
}
podcast .main-content__authors-area .bio-grid__content .bio-c {
  margin: 0;
  padding: 0 52px 48px 52px;
  flex: 0 1 25%;
  width: auto;
  text-align: center;
}
podcast .main-content__authors-area .bio-grid__content .bio-c.bio-hover a .img-c {
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  podcast .main-content__authors-area .bio-grid__content .bio-c {
    flex: 0 1 33.333333%;
    padding: 0 35px 41px 35px;
  }
}
@media only screen and (max-width: 480px) {
  podcast .main-content__authors-area .bio-grid__content .bio-c {
    flex: 0 1 50%;
    padding: 0 0 32px;
  }
}
podcast .main-content__authors-area .bio-grid__content .bio-c .img {
  max-width: 182px;
  height: 182px;
  margin: auto auto 7px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media only screen and (max-width: 480px) {
  podcast .main-content__authors-area .bio-grid__content .bio-c .img {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 12px;
  }
}
podcast .main-content__authors-area .bio-grid__content .bio-c .img .img-c {
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: none;
  -webkit-filter: none;
  transition: all 0.2s ease-in-out;
}
podcast .main-content__authors-area .bio-grid__content .bio-c .img .img-c.no-img {
  background-position: center;
  background-image: url(../images/scramble-default-tile.jpg);
}
podcast .main-content__authors-area .bio-grid__content .bio-c .img .img-c img {
  height: 100%;
}
podcast .main-content__authors-area .bio-grid__content .bio-c .img a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
podcast .main-content__authors-area .bio-grid__content .bio-c h3, podcast .main-content__authors-area .bio-grid__content .bio-c .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline podcast .main-content__authors-area .bio-grid__content .bio-c p, podcast .main-content__authors-area .bio-grid__content .bio-c .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline podcast .main-content__authors-area .bio-grid__content .bio-c p {
  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) {
  podcast .main-content__authors-area .bio-grid__content .bio-c h3, podcast .main-content__authors-area .bio-grid__content .bio-c .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline podcast .main-content__authors-area .bio-grid__content .bio-c p, podcast .main-content__authors-area .bio-grid__content .bio-c .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline podcast .main-content__authors-area .bio-grid__content .bio-c p {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  podcast .main-content__authors-area .bio-grid__content .bio-c h3, podcast .main-content__authors-area .bio-grid__content .bio-c .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline podcast .main-content__authors-area .bio-grid__content .bio-c p, podcast .main-content__authors-area .bio-grid__content .bio-c .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline podcast .main-content__authors-area .bio-grid__content .bio-c p {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 4px;
  }
}
podcast .main-content__authors-area .bio-grid__content .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) {
  podcast .main-content__authors-area .bio-grid__content .bio-c h5 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  podcast .main-content__authors-area .bio-grid__content .bio-c h5 {
    text-align: center;
    margin: 0 11px;
  }
}
@media only screen and (max-width: 480px) {
  podcast .main-content__authors-area .bio-grid__content .bio-c h5 {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 4px;
  }
}
podcast .main-content__authors-area .bio-grid__content .bio-c h5.title {
  font-style: italic;
  margin-bottom: 6px;
}
@media only screen and (max-width: 480px) {
  podcast .main-content__authors-area .bio-grid__content .bio-c h5.title {
    margin-bottom: 4px;
  }
}
podcast .main-content__authors-area .bio-grid__content .bio-c .linkedin {
  margin: 0 10px;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #0097ce;
}
podcast .main-content__authors-area .bio-grid__content .bio-c .linkedin :hover {
  color: #003f6b;
}
@media only screen and (max-width: 480px) {
  podcast .main-content__authors-area .bio-grid__content .bio-c .linkedin {
    text-align: left;
    margin: 0 !important;
  }
}
podcast .main-content__scramble-area {
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  podcast .main-content__scramble-area {
    padding-top: 20px;
  }
}
podcast .main-content__scramble-area .container-c {
  padding: 0;
}

videos {
  display: block;
}
videos .header-video {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}
videos .header-video__text-box {
  max-width: 808px;
  padding: 24px 0 24px 70px;
}
@media only screen and (max-width: 480px) {
  videos .header-video__text-box {
    padding-left: 18px;
  }
}
videos .header-video__text-box h1 {
  margin: 24px 0;
}
videos .header-video__text-box span {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  videos .header-video__text-box span {
    font-size: 16px;
    line-height: 1.5;
  }
}
videos .header-video__video-box {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  min-height: 100%;
  min-width: 100%;
  height: auto !important;
  width: auto !important;
}
videos .header-video__video-box video, videos .header-video__video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
videos .header-video__image-box {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 480px;
  z-index: -3;
}
videos .header-video__image-box__play {
  background-image: url(../images/play.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
videos .main-content {
  padding: 0 70px;
}
@media only screen and (max-width: 768px) {
  videos .main-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  videos .main-content {
    padding: 0 18px;
  }
}
videos .main-content__text-area {
  padding-top: 60px;
}
videos .main-content__text-area span.date {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 8px;
}
@media only screen and (max-width: 480px) {
  videos .main-content__text-area .mobile-third {
    order: 3;
  }
}
videos .main-content__text-area .author-list {
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 1.5;
}
videos .main-content__text-area .author-list .author-link {
  color: #0097ce;
  text-decoration: underline;
}
videos .main-content__text-area .author-list .author-link:hover {
  color: #003f6b;
}
videos .main-content__text-area .tags {
  display: flex;
  flex-wrap: wrap;
}
videos .main-content__text-area .tags li {
  display: inline-block;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  letter-spacing: normal;
  color: #007fac;
  padding: 0;
}
videos .main-content__text-area .tags li::before {
  content: none;
}
videos .main-content__text-area .tags li a {
  display: inline-block;
}
videos .main-content__text-area .tags li a:hover {
  color: #007fac;
}
videos .main-content__text-area .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;
}
videos .main-content__text-area .tags li i:hover {
  background-color: rgba(0, 127, 172, 0.3);
  color: #007fac;
}
videos .main-content__text-area .tags li.hide {
  display: none;
}
videos .main-content__text-area .text-box img {
  width: 100%;
  max-width: 100%;
}
videos .main-content__text-area .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) {
  videos .main-content__text-area .text-box p {
    font-size: 16px;
    line-height: 1.5;
  }
}
videos .main-content__text-area .text-box img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
videos .main-content__text-area .text-box img.alignright {
  float: right;
}
videos .main-content__text-area .text-box img.alignleft {
  float: left;
}
videos .main-content__text-area .text-box .wp-caption-text {
  padding-top: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  videos .main-content__text-area .text-box .wp-caption-text {
    font-size: 14px;
    line-height: 20px;
  }
}
videos .main-content__text-area .text-box .wp-caption {
  margin: 24px 0;
  width: 100%;
}
videos .main-content__text-area .text-box .wp-caption.alignright {
  text-align: right;
}
videos .main-content__text-area .text-box .wp-caption.alignleft {
  text-align: left;
}
videos .main-content__text-area .text-box .wp-caption.aligncenter {
  text-align: center;
}
videos .main-content__text-area .text-box__title {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  videos .main-content__text-area .text-box__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
videos .main-content__text-area .text-box__description {
  font-size: 14px;
  line-height: 20px;
}
videos .main-content__text-area .video-box {
  margin-top: 24px;
  position: relative;
  padding-top: 56.25%;
}
videos .main-content__text-area .video-box video, videos .main-content__text-area .video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
videos .main-content__text-area .share-box ul {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  videos .main-content__text-area .share-box ul {
    padding: 32px 0 40px 0;
    justify-content: flex-start;
  }
}
videos .main-content__text-area .share-box ul li {
  margin-right: 16px;
}
videos .main-content__text-area .share-box ul li a {
  border: none;
}
videos .main-content__text-area .share-box ul li a svg {
  width: 32px;
  height: 32px;
}
videos .main-content__text-area .share-box ul li a:hover {
  color: #0097ce;
}
videos .main-content__text-area .share-box ul li a:hover svg * {
  transition: all 0.2s ease-in-out;
}
videos .main-content__text-area .share-box ul li a:hover svg circle {
  stroke: #0097ce;
}
videos .main-content__text-area .share-box ul li a:hover svg path {
  fill: #0097ce;
}
videos .main-content__text-area .share-box ul li a.print-page-btn {
  border: none;
}
videos .main-content__text-area .share-box ul li a.print-page-btn svg {
  width: 32px;
  height: 32px;
}
videos .main-content__text-area .share-box ul li a.print-page-btn:hover {
  color: #0097ce;
}
videos .main-content__text-area .share-box ul li a.print-page-btn:hover svg * {
  transition: all 0.2s ease-in-out;
}
videos .main-content__text-area .share-box ul li a.print-page-btn:hover svg circle {
  stroke: #0097ce;
}
videos .main-content__text-area .share-box ul li a.print-page-btn:hover svg path {
  fill: white;
  stroke: #0097ce;
}
videos .main-content__authors-area {
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  videos .main-content__authors-area {
    padding-top: 80px;
  }
}
videos .main-content__authors-area .bio-grid .title-box {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
videos .main-content__authors-area .bio-grid .title-box h4 {
  color: #003f6b;
  font-family: "Foro";
  font-weight: 200;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  videos .main-content__authors-area .bio-grid .title-box h4 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 480px) {
  videos .main-content__authors-area .bio-grid .title-box h4 {
    flex: 0 1 50%;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.333;
  }
}
videos .main-content__authors-area .bio-grid .title-box hr {
  margin: 22px auto;
  max-width: 176px;
  border-color: #0097ce;
}
@media only screen and (max-width: 768px) {
  videos .main-content__authors-area .bio-grid .title-box hr {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  videos .main-content__authors-area .bio-grid .title-box hr {
    display: block;
  }
}
videos .main-content__authors-area .bio-grid__content {
  margin: 0 -52px -48px -52px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  videos .main-content__authors-area .bio-grid__content {
    margin: 0 -35px -41px -35px;
  }
}
@media only screen and (max-width: 480px) {
  videos .main-content__authors-area .bio-grid__content {
    flex: 0 1 50%;
    justify-content: space-between;
    margin: 0 0 -32px;
  }
}
videos .main-content__authors-area .bio-grid__content .bio-c {
  margin: 0;
  padding: 0 52px 48px 52px;
  flex: 0 1 25%;
  width: auto;
  text-align: center;
}
videos .main-content__authors-area .bio-grid__content .bio-c.bio-hover a .img-c {
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  videos .main-content__authors-area .bio-grid__content .bio-c {
    flex: 0 1 33.333333%;
    padding: 0 35px 41px 35px;
  }
}
@media only screen and (max-width: 480px) {
  videos .main-content__authors-area .bio-grid__content .bio-c {
    flex: 0 1 50%;
    padding: 0 0 32px;
  }
}
videos .main-content__authors-area .bio-grid__content .bio-c .img {
  max-width: 182px;
  height: 182px;
  margin: auto auto 7px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media only screen and (max-width: 480px) {
  videos .main-content__authors-area .bio-grid__content .bio-c .img {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 12px;
  }
}
videos .main-content__authors-area .bio-grid__content .bio-c .img .img-c {
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: none;
  -webkit-filter: none;
  transition: all 0.2s ease-in-out;
}
videos .main-content__authors-area .bio-grid__content .bio-c .img .img-c.no-img {
  background-position: center;
  background-image: url(../images/scramble-default-tile.jpg);
}
videos .main-content__authors-area .bio-grid__content .bio-c .img .img-c img {
  height: 100%;
}
videos .main-content__authors-area .bio-grid__content .bio-c .img a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
videos .main-content__authors-area .bio-grid__content .bio-c h3, videos .main-content__authors-area .bio-grid__content .bio-c .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline videos .main-content__authors-area .bio-grid__content .bio-c p, videos .main-content__authors-area .bio-grid__content .bio-c .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline videos .main-content__authors-area .bio-grid__content .bio-c p {
  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) {
  videos .main-content__authors-area .bio-grid__content .bio-c h3, videos .main-content__authors-area .bio-grid__content .bio-c .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline videos .main-content__authors-area .bio-grid__content .bio-c p, videos .main-content__authors-area .bio-grid__content .bio-c .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline videos .main-content__authors-area .bio-grid__content .bio-c p {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  videos .main-content__authors-area .bio-grid__content .bio-c h3, videos .main-content__authors-area .bio-grid__content .bio-c .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline videos .main-content__authors-area .bio-grid__content .bio-c p, videos .main-content__authors-area .bio-grid__content .bio-c .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline videos .main-content__authors-area .bio-grid__content .bio-c p {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 4px;
  }
}
videos .main-content__authors-area .bio-grid__content .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) {
  videos .main-content__authors-area .bio-grid__content .bio-c h5 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  videos .main-content__authors-area .bio-grid__content .bio-c h5 {
    text-align: center;
    margin: 0 11px;
  }
}
@media only screen and (max-width: 480px) {
  videos .main-content__authors-area .bio-grid__content .bio-c h5 {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 4px;
  }
}
videos .main-content__authors-area .bio-grid__content .bio-c h5.title {
  font-style: italic;
  margin-bottom: 6px;
}
@media only screen and (max-width: 480px) {
  videos .main-content__authors-area .bio-grid__content .bio-c h5.title {
    margin-bottom: 4px;
  }
}
videos .main-content__authors-area .bio-grid__content .bio-c .linkedin {
  margin: 0 10px;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #0097ce;
}
videos .main-content__authors-area .bio-grid__content .bio-c .linkedin :hover {
  color: #003f6b;
}
@media only screen and (max-width: 480px) {
  videos .main-content__authors-area .bio-grid__content .bio-c .linkedin {
    text-align: left;
    margin: 0 !important;
  }
}
videos .main-content__scramble-area {
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  videos .main-content__scramble-area {
    padding-top: 20px;
  }
}
videos .main-content__scramble-area .container-c {
  padding: 0;
}

news {
  display: block;
}
news .header-image {
  margin-top: -83px;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  news .header-image {
    margin-top: -64px;
  }
}
news .header-image .background-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
news .header-image .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2A3339;
  opacity: 0.25;
}
news .header-image .text-box {
  max-width: 808px;
  padding-left: 70px;
  z-index: 0;
}
@media only screen and (max-width: 480px) {
  news .header-image .text-box {
    padding-left: 16px;
  }
}
news .header-image .text-box h1 {
  color: #ffffff;
  margin-bottom: 24px;
}
news .header-image .text-box span {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  news .header-image .text-box span {
    font-size: 16px;
    line-height: 1.5;
  }
}
news .main-content {
  padding: 0 70px;
}
@media only screen and (max-width: 768px) {
  news .main-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  news .main-content {
    padding: 0 18px;
  }
}
news .main-content__header-area .header-image {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
news .main-content__header-area .header-image .text-box {
  max-width: 808px;
  z-index: 0;
}
news .main-content__header-area .header-image .text-box h1 {
  margin-bottom: 24px;
}
news .main-content__header-area hr {
  border: 1px solid #424242;
  opacity: 0.25;
  margin: 40px 0 0;
}
news .main-content__widget-area {
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  news .main-content__widget-area {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 480px) {
  news .main-content__widget-area .mobile-third {
    order: 3;
  }
}
news .main-content__widget-area span.date {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 8px;
}
news .main-content__widget-area .text-box__main-text img {
  width: 100%;
  max-width: 100%;
}
news .main-content__widget-area .text-box__main-text p {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  news .main-content__widget-area .text-box__main-text p {
    font-size: 16px;
    line-height: 1.5;
  }
}
news .main-content__widget-area .text-box__main-text img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
news .main-content__widget-area .text-box__main-text img.alignright {
  float: right;
}
news .main-content__widget-area .text-box__main-text img.alignleft {
  float: left;
}
news .main-content__widget-area .text-box__main-text .wp-caption-text {
  padding-top: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  news .main-content__widget-area .text-box__main-text .wp-caption-text {
    font-size: 14px;
    line-height: 20px;
  }
}
news .main-content__widget-area .text-box__main-text .wp-caption {
  margin: 24px 0;
  width: 100%;
}
news .main-content__widget-area .text-box__main-text .wp-caption.alignright {
  text-align: right;
}
news .main-content__widget-area .text-box__main-text .wp-caption.alignleft {
  text-align: left;
}
news .main-content__widget-area .text-box__main-text .wp-caption.aligncenter {
  text-align: center;
}
news .main-content__widget-area .text-box__title {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  news .main-content__widget-area .text-box__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
news .main-content__widget-area .text-box__description {
  font-size: 14px;
  line-height: 20px;
}
news .main-content__widget-area .video-box {
  margin-top: 24px;
  position: relative;
  padding-top: 56.25%;
}
news .main-content__widget-area .video-box video, news .main-content__widget-area .video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
news .main-content__widget-area .author-list {
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 1.5;
}
news .main-content__widget-area .author-list .author-link {
  color: #0097ce;
  text-decoration: underline;
}
news .main-content__widget-area .author-list .author-link:hover {
  color: #003f6b;
}
news .main-content__widget-area .read-time {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 1.5;
}
news .main-content__widget-area .tags {
  display: flex;
  flex-wrap: wrap;
}
news .main-content__widget-area .tags li {
  display: inline-block;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  letter-spacing: normal;
  color: #007fac;
  padding: 0;
}
news .main-content__widget-area .tags li::before {
  content: none;
}
news .main-content__widget-area .tags li a {
  display: inline-block;
}
news .main-content__widget-area .tags li a:hover {
  color: #007fac;
}
news .main-content__widget-area .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;
}
news .main-content__widget-area .tags li i:hover {
  background-color: rgba(0, 127, 172, 0.3);
  color: #007fac;
}
news .main-content__widget-area .tags li.hide {
  display: none;
}
news .main-content__widget-area .header_subheadline {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  news .main-content__widget-area .header_subheadline {
    font-size: 16px;
    line-height: 1.5;
  }
}
news .main-content__widget-area .share-box ul {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  news .main-content__widget-area .share-box ul {
    padding: 32px 0 40px 0;
    justify-content: flex-start;
  }
}
news .main-content__widget-area .share-box ul li {
  margin-right: 16px;
}
news .main-content__widget-area .share-box ul li a {
  border: none;
}
news .main-content__widget-area .share-box ul li a svg {
  width: 32px;
  height: 32px;
}
news .main-content__widget-area .share-box ul li a:hover {
  color: #0097ce;
}
news .main-content__widget-area .share-box ul li a:hover svg * {
  transition: all 0.2s ease-in-out;
}
news .main-content__widget-area .share-box ul li a:hover svg circle {
  stroke: #0097ce;
}
news .main-content__widget-area .share-box ul li a:hover svg path {
  fill: #0097ce;
}
news .main-content__widget-area .share-box ul li a.print-page-btn {
  border: none;
}
news .main-content__widget-area .share-box ul li a.print-page-btn svg {
  width: 32px;
  height: 32px;
}
news .main-content__widget-area .share-box ul li a.print-page-btn:hover {
  color: #0097ce;
}
news .main-content__widget-area .share-box ul li a.print-page-btn:hover svg * {
  transition: all 0.2s ease-in-out;
}
news .main-content__widget-area .share-box ul li a.print-page-btn:hover svg circle {
  stroke: #0097ce;
}
news .main-content__widget-area .share-box ul li a.print-page-btn:hover svg path {
  fill: white;
  stroke: #0097ce;
}
news .main-content__authors-area {
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  news .main-content__authors-area {
    padding-top: 80px;
  }
}
news .main-content__authors-area .bio-grid .title-box {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
news .main-content__authors-area .bio-grid .title-box h4 {
  color: #003f6b;
  font-family: "Foro";
  font-weight: 200;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  news .main-content__authors-area .bio-grid .title-box h4 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 480px) {
  news .main-content__authors-area .bio-grid .title-box h4 {
    flex: 0 1 50%;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.333;
  }
}
news .main-content__authors-area .bio-grid .title-box hr {
  margin: 22px auto;
  max-width: 176px;
  border-color: #0097ce;
}
@media only screen and (max-width: 768px) {
  news .main-content__authors-area .bio-grid .title-box hr {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  news .main-content__authors-area .bio-grid .title-box hr {
    display: block;
  }
}
news .main-content__authors-area .bio-grid__content {
  margin: 0 -52px -48px -52px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  news .main-content__authors-area .bio-grid__content {
    margin: 0 -35px -41px -35px;
  }
}
@media only screen and (max-width: 480px) {
  news .main-content__authors-area .bio-grid__content {
    flex: 0 1 50%;
    justify-content: space-between;
    margin: 0 0 -32px;
  }
}
news .main-content__authors-area .bio-grid__content .bio-c {
  margin: 0;
  padding: 0 52px 48px 52px;
  flex: 0 1 25%;
  width: auto;
  text-align: center;
}
news .main-content__authors-area .bio-grid__content .bio-c.bio-hover a .img-c {
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  news .main-content__authors-area .bio-grid__content .bio-c {
    flex: 0 1 33.333333%;
    padding: 0 35px 41px 35px;
  }
}
@media only screen and (max-width: 480px) {
  news .main-content__authors-area .bio-grid__content .bio-c {
    flex: 0 1 50%;
    padding: 0 0 32px;
  }
}
news .main-content__authors-area .bio-grid__content .bio-c .img {
  max-width: 182px;
  height: 182px;
  margin: auto auto 7px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media only screen and (max-width: 480px) {
  news .main-content__authors-area .bio-grid__content .bio-c .img {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 12px;
  }
}
news .main-content__authors-area .bio-grid__content .bio-c .img .img-c {
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: none;
  -webkit-filter: none;
  transition: all 0.2s ease-in-out;
}
news .main-content__authors-area .bio-grid__content .bio-c .img .img-c.no-img {
  background-position: center;
  background-image: url(../images/scramble-default-tile.jpg);
}
news .main-content__authors-area .bio-grid__content .bio-c .img .img-c img {
  height: 100%;
}
news .main-content__authors-area .bio-grid__content .bio-c .img a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
news .main-content__authors-area .bio-grid__content .bio-c h3, news .main-content__authors-area .bio-grid__content .bio-c .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline news .main-content__authors-area .bio-grid__content .bio-c p, news .main-content__authors-area .bio-grid__content .bio-c .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline news .main-content__authors-area .bio-grid__content .bio-c p {
  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) {
  news .main-content__authors-area .bio-grid__content .bio-c h3, news .main-content__authors-area .bio-grid__content .bio-c .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline news .main-content__authors-area .bio-grid__content .bio-c p, news .main-content__authors-area .bio-grid__content .bio-c .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline news .main-content__authors-area .bio-grid__content .bio-c p {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  news .main-content__authors-area .bio-grid__content .bio-c h3, news .main-content__authors-area .bio-grid__content .bio-c .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline news .main-content__authors-area .bio-grid__content .bio-c p, news .main-content__authors-area .bio-grid__content .bio-c .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline news .main-content__authors-area .bio-grid__content .bio-c p {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 4px;
  }
}
news .main-content__authors-area .bio-grid__content .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) {
  news .main-content__authors-area .bio-grid__content .bio-c h5 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  news .main-content__authors-area .bio-grid__content .bio-c h5 {
    text-align: center;
    margin: 0 11px;
  }
}
@media only screen and (max-width: 480px) {
  news .main-content__authors-area .bio-grid__content .bio-c h5 {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 4px;
  }
}
news .main-content__authors-area .bio-grid__content .bio-c h5.title {
  font-style: italic;
  margin-bottom: 6px;
}
@media only screen and (max-width: 480px) {
  news .main-content__authors-area .bio-grid__content .bio-c h5.title {
    margin-bottom: 4px;
  }
}
news .main-content__authors-area .bio-grid__content .bio-c .linkedin {
  margin: 0 10px;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #0097ce;
}
news .main-content__authors-area .bio-grid__content .bio-c .linkedin :hover {
  color: #003f6b;
}
@media only screen and (max-width: 480px) {
  news .main-content__authors-area .bio-grid__content .bio-c .linkedin {
    text-align: left;
    margin: 0 !important;
  }
}
news .main-content__scramble-area {
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  news .main-content__scramble-area {
    padding-top: 20px;
  }
}
news .main-content__scramble-area .container-c {
  padding: 0;
}

article {
  display: block;
}
article .header-image {
  margin-top: -83px;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  article .header-image {
    margin-top: -64px;
  }
}
article .header-image .background-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
article .header-image .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2A3339;
  opacity: 0.25;
}
article .header-image .text-box {
  max-width: 808px;
  padding-left: 70px;
  z-index: 0;
}
@media only screen and (max-width: 480px) {
  article .header-image .text-box {
    padding-left: 16px;
  }
}
article .header-image .text-box h1 {
  color: #ffffff;
  margin-bottom: 24px;
}
article .header-image .text-box span {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  article .header-image .text-box span {
    font-size: 16px;
    line-height: 1.5;
  }
}
article .main-content {
  padding: 0 70px;
}
@media only screen and (max-width: 768px) {
  article .main-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  article .main-content {
    padding: 0 18px;
  }
}
article .main-content__widget-area {
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  article .main-content__widget-area {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 480px) {
  article .main-content__widget-area .mobile-third {
    order: 3;
  }
}
article .main-content__widget-area span.date {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 8px;
}
article .main-content__widget-area .text-box__main-text img {
  width: unset;
  max-width: 100%;
}
article .main-content__widget-area .text-box__main-text p {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  article .main-content__widget-area .text-box__main-text p {
    font-size: 16px;
    line-height: 1.5;
  }
}
article .main-content__widget-area .text-box__main-text ol li {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 24px;
}
article .main-content__widget-area .text-box__main-text img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
article .main-content__widget-area .text-box__main-text img.alignright {
  float: right;
}
article .main-content__widget-area .text-box__main-text img.alignleft {
  float: left;
}
article .main-content__widget-area .text-box__main-text .wp-caption-text {
  padding-top: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  article .main-content__widget-area .text-box__main-text .wp-caption-text {
    font-size: 14px;
    line-height: 20px;
  }
}
article .main-content__widget-area .text-box__main-text .wp-caption {
  margin: 24px 0;
  width: 100%;
}
article .main-content__widget-area .text-box__main-text .wp-caption.alignright {
  text-align: right;
}
article .main-content__widget-area .text-box__main-text .wp-caption.alignleft {
  text-align: left;
}
article .main-content__widget-area .text-box__main-text .wp-caption.aligncenter {
  text-align: center;
}
article .main-content__widget-area .text-box__title {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  article .main-content__widget-area .text-box__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
article .main-content__widget-area .text-box__description {
  font-size: 14px;
  line-height: 20px;
}
article .main-content__widget-area .video-box {
  margin-top: 24px;
  position: relative;
  padding-top: 56.25%;
}
article .main-content__widget-area .video-box video, article .main-content__widget-area .video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
article .main-content__widget-area .author-list {
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 1.5;
}
article .main-content__widget-area .author-list .author-link {
  color: #0097ce;
  text-decoration: underline;
}
article .main-content__widget-area .author-list .author-link:hover {
  color: #003f6b;
}
article .main-content__widget-area .read-time {
  margin-top: 0;
  padding-bottom: 24px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}
article .main-content__widget-area .tags {
  display: flex;
  flex-wrap: wrap;
}
article .main-content__widget-area .tags li {
  display: inline-block;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  letter-spacing: normal;
  color: #007fac;
  padding: 0;
}
article .main-content__widget-area .tags li::before {
  content: none;
}
article .main-content__widget-area .tags li a {
  display: inline-block;
}
article .main-content__widget-area .tags li a:hover {
  color: #007fac;
}
article .main-content__widget-area .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;
}
article .main-content__widget-area .tags li i:hover {
  background-color: rgba(0, 127, 172, 0.3);
  color: #007fac;
}
article .main-content__widget-area .tags li.hide {
  display: none;
}
article .main-content__widget-area .share-box ul {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
  flex-wrap: wrap;
  row-gap: 16px;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 480px) {
  article .main-content__widget-area .share-box ul {
    padding: 32px 0 40px 0;
    justify-content: flex-start;
  }
}
article .main-content__widget-area .share-box ul li {
  margin-right: 16px;
}
article .main-content__widget-area .share-box ul li a {
  border: none;
}
article .main-content__widget-area .share-box ul li a svg {
  width: 32px;
  height: 32px;
}
article .main-content__widget-area .share-box ul li a:hover {
  color: #0097ce;
}
article .main-content__widget-area .share-box ul li a:hover svg * {
  transition: all 0.2s ease-in-out;
}
article .main-content__widget-area .share-box ul li a:hover svg circle {
  stroke: #0097ce;
}
article .main-content__widget-area .share-box ul li a:hover svg path {
  fill: #0097ce;
}
article .main-content__widget-area .share-box ul li a.print-page-btn {
  border: none;
}
article .main-content__widget-area .share-box ul li a.print-page-btn svg {
  width: 32px;
  height: 32px;
}
article .main-content__widget-area .share-box ul li a.print-page-btn:hover {
  color: #0097ce;
}
article .main-content__widget-area .share-box ul li a.print-page-btn:hover svg * {
  transition: all 0.2s ease-in-out;
}
article .main-content__widget-area .share-box ul li a.print-page-btn:hover svg circle {
  stroke: #0097ce;
}
article .main-content__widget-area .share-box ul li a.print-page-btn:hover svg path {
  fill: white;
  stroke: #0097ce;
}
article .main-content__widget-area .header_subheadline {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  article .main-content__widget-area .header_subheadline {
    font-size: 16px;
    line-height: 1.5;
  }
}
article .main-content__authors-area {
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  article .main-content__authors-area {
    padding-top: 80px;
  }
}
article .main-content__authors-area .bio-grid .title-box {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
article .main-content__authors-area .bio-grid .title-box h4 {
  color: #003f6b;
  font-family: "Foro";
  font-weight: 200;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  article .main-content__authors-area .bio-grid .title-box h4 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 480px) {
  article .main-content__authors-area .bio-grid .title-box h4 {
    flex: 0 1 50%;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.333;
  }
}
article .main-content__authors-area .bio-grid .title-box hr {
  margin: 22px auto;
  max-width: 176px;
  border-color: #0097ce;
}
@media only screen and (max-width: 768px) {
  article .main-content__authors-area .bio-grid .title-box hr {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  article .main-content__authors-area .bio-grid .title-box hr {
    display: block;
  }
}
article .main-content__authors-area .bio-grid__content {
  margin: 0 -52px -48px -52px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  article .main-content__authors-area .bio-grid__content {
    margin: 0 -35px -41px -35px;
  }
}
@media only screen and (max-width: 480px) {
  article .main-content__authors-area .bio-grid__content {
    flex: 0 1 50%;
    justify-content: space-between;
    margin: 0 0 -32px;
  }
}
article .main-content__authors-area .bio-grid__content .bio-c {
  margin: 0;
  padding: 0 52px 48px 52px;
  flex: 0 1 25%;
  width: auto;
  text-align: center;
}
article .main-content__authors-area .bio-grid__content .bio-c.bio-hover a .img-c {
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  article .main-content__authors-area .bio-grid__content .bio-c {
    flex: 0 1 33.333333%;
    padding: 0 35px 41px 35px;
  }
}
@media only screen and (max-width: 480px) {
  article .main-content__authors-area .bio-grid__content .bio-c {
    flex: 0 1 50%;
    padding: 0 0 32px;
  }
}
article .main-content__authors-area .bio-grid__content .bio-c .img {
  max-width: 182px;
  height: 182px;
  margin: auto auto 7px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media only screen and (max-width: 480px) {
  article .main-content__authors-area .bio-grid__content .bio-c .img {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 12px;
  }
}
article .main-content__authors-area .bio-grid__content .bio-c .img .img-c {
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: none;
  -webkit-filter: none;
  transition: all 0.2s ease-in-out;
}
article .main-content__authors-area .bio-grid__content .bio-c .img .img-c.no-img {
  background-position: center;
  background-image: url(../images/scramble-default-tile.jpg);
}
article .main-content__authors-area .bio-grid__content .bio-c .img .img-c img {
  height: 100%;
}
article .main-content__authors-area .bio-grid__content .bio-c .img a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
article .main-content__authors-area .bio-grid__content .bio-c h3, article .main-content__authors-area .bio-grid__content .bio-c .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline article .main-content__authors-area .bio-grid__content .bio-c p, article .main-content__authors-area .bio-grid__content .bio-c .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline article .main-content__authors-area .bio-grid__content .bio-c p {
  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) {
  article .main-content__authors-area .bio-grid__content .bio-c h3, article .main-content__authors-area .bio-grid__content .bio-c .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline article .main-content__authors-area .bio-grid__content .bio-c p, article .main-content__authors-area .bio-grid__content .bio-c .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline article .main-content__authors-area .bio-grid__content .bio-c p {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  article .main-content__authors-area .bio-grid__content .bio-c h3, article .main-content__authors-area .bio-grid__content .bio-c .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline article .main-content__authors-area .bio-grid__content .bio-c p, article .main-content__authors-area .bio-grid__content .bio-c .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline article .main-content__authors-area .bio-grid__content .bio-c p {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 4px;
  }
}
article .main-content__authors-area .bio-grid__content .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) {
  article .main-content__authors-area .bio-grid__content .bio-c h5 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  article .main-content__authors-area .bio-grid__content .bio-c h5 {
    text-align: center;
    margin: 0 11px;
  }
}
@media only screen and (max-width: 480px) {
  article .main-content__authors-area .bio-grid__content .bio-c h5 {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 4px;
  }
}
article .main-content__authors-area .bio-grid__content .bio-c h5.title {
  font-style: italic;
  margin-bottom: 6px;
}
@media only screen and (max-width: 480px) {
  article .main-content__authors-area .bio-grid__content .bio-c h5.title {
    margin-bottom: 4px;
  }
}
article .main-content__authors-area .bio-grid__content .bio-c .linkedin {
  margin: 0 10px;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #0097ce;
}
article .main-content__authors-area .bio-grid__content .bio-c .linkedin :hover {
  color: #003f6b;
}
@media only screen and (max-width: 480px) {
  article .main-content__authors-area .bio-grid__content .bio-c .linkedin {
    text-align: left;
    margin: 0 !important;
  }
}
article .main-content__scramble-area {
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  article .main-content__scramble-area {
    padding-top: 20px;
  }
}
article .main-content__scramble-area .container-c {
  padding: 0;
}

press-release {
  display: block;
}
press-release .main-content {
  padding: 0 70px;
}
@media only screen and (max-width: 768px) {
  press-release .main-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  press-release .main-content {
    padding: 0 18px;
  }
}
press-release .main-content__header-area {
  padding: 60px 0;
  border-bottom: 1px solid rgba(66, 66, 66, 0.25);
}
press-release .main-content__header-area .header-image {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
press-release .main-content__header-area .header-image .text-box {
  max-width: 738px;
  z-index: 0;
}
press-release .main-content__header-area .header-image .text-box h1 {
  margin-bottom: 24px;
}
press-release .main-content__header-area .header-image .text-box .header_subheadline {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  press-release .main-content__header-area .header-image .text-box .header_subheadline {
    font-size: 16px;
    line-height: 1.5;
  }
}
press-release .main-content__widget-area {
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  press-release .main-content__widget-area {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 480px) {
  press-release .main-content__widget-area .mobile-third {
    order: 3;
  }
}
press-release .main-content__widget-area span.date {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 8px;
}
press-release .main-content__widget-area .text-box__main-text img {
  width: 100%;
  max-width: 100%;
}
press-release .main-content__widget-area .text-box__main-text p {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  press-release .main-content__widget-area .text-box__main-text p {
    font-size: 16px;
    line-height: 1.5;
  }
}
press-release .main-content__widget-area .text-box__main-text img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
press-release .main-content__widget-area .text-box__main-text img.alignright {
  float: right;
}
press-release .main-content__widget-area .text-box__main-text img.alignleft {
  float: left;
}
press-release .main-content__widget-area .text-box__main-text .wp-caption-text {
  padding-top: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  press-release .main-content__widget-area .text-box__main-text .wp-caption-text {
    font-size: 14px;
    line-height: 20px;
  }
}
press-release .main-content__widget-area .text-box__main-text .wp-caption {
  margin: 24px 0;
  width: 100%;
}
press-release .main-content__widget-area .text-box__main-text .wp-caption.alignright {
  text-align: right;
}
press-release .main-content__widget-area .text-box__main-text .wp-caption.alignleft {
  text-align: left;
}
press-release .main-content__widget-area .text-box__main-text .wp-caption.aligncenter {
  text-align: center;
}
press-release .main-content__widget-area .text-box__title {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  press-release .main-content__widget-area .text-box__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
press-release .main-content__widget-area .text-box__description {
  font-size: 14px;
  line-height: 20px;
}
press-release .main-content__widget-area .video-box {
  margin-top: 24px;
  position: relative;
  padding-top: 56.25%;
}
press-release .main-content__widget-area .video-box video, press-release .main-content__widget-area .video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
press-release .main-content__widget-area .author-list {
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 1.5;
}
press-release .main-content__widget-area .author-list .author-link {
  color: #0097ce;
  text-decoration: underline;
}
press-release .main-content__widget-area .author-list .author-link:hover {
  color: #003f6b;
}
press-release .main-content__widget-area .read-time {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 1.5;
}
press-release .main-content__widget-area .tags {
  display: flex;
  flex-wrap: wrap;
}
press-release .main-content__widget-area .tags li {
  display: inline-block;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  letter-spacing: normal;
  color: #007fac;
  padding: 0;
}
press-release .main-content__widget-area .tags li::before {
  content: none;
}
press-release .main-content__widget-area .tags li a {
  display: inline-block;
}
press-release .main-content__widget-area .tags li a:hover {
  color: #007fac;
}
press-release .main-content__widget-area .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;
}
press-release .main-content__widget-area .tags li i:hover {
  background-color: rgba(0, 127, 172, 0.3);
  color: #007fac;
}
press-release .main-content__widget-area .tags li.hide {
  display: none;
}
press-release .main-content__widget-area .share-box ul {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  press-release .main-content__widget-area .share-box ul {
    padding: 32px 0 40px 0;
    justify-content: flex-start;
  }
}
press-release .main-content__widget-area .share-box ul li {
  margin-right: 16px;
}
press-release .main-content__widget-area .share-box ul li a {
  border: none;
}
press-release .main-content__widget-area .share-box ul li a svg {
  width: 32px;
  height: 32px;
}
press-release .main-content__widget-area .share-box ul li a:hover {
  color: #0097ce;
}
press-release .main-content__widget-area .share-box ul li a:hover svg * {
  transition: all 0.2s ease-in-out;
}
press-release .main-content__widget-area .share-box ul li a:hover svg circle {
  stroke: #0097ce;
}
press-release .main-content__widget-area .share-box ul li a:hover svg path {
  fill: #0097ce;
}
press-release .main-content__widget-area .share-box ul li a.print-page-btn {
  border: none;
}
press-release .main-content__widget-area .share-box ul li a.print-page-btn svg {
  width: 32px;
  height: 32px;
}
press-release .main-content__widget-area .share-box ul li a.print-page-btn:hover {
  color: #0097ce;
}
press-release .main-content__widget-area .share-box ul li a.print-page-btn:hover svg * {
  transition: all 0.2s ease-in-out;
}
press-release .main-content__widget-area .share-box ul li a.print-page-btn:hover svg circle {
  stroke: #0097ce;
}
press-release .main-content__widget-area .share-box ul li a.print-page-btn:hover svg path {
  fill: white;
  stroke: #0097ce;
}
press-release .main-content__authors-area {
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  press-release .main-content__authors-area {
    padding-top: 80px;
  }
}
press-release .main-content__authors-area .bio-grid .title-box {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
press-release .main-content__authors-area .bio-grid .title-box h4 {
  color: #003f6b;
  font-family: "Foro";
  font-weight: 200;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  press-release .main-content__authors-area .bio-grid .title-box h4 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 480px) {
  press-release .main-content__authors-area .bio-grid .title-box h4 {
    flex: 0 1 50%;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.333;
  }
}
press-release .main-content__authors-area .bio-grid .title-box hr {
  margin: 22px auto;
  max-width: 176px;
  border-color: #0097ce;
}
@media only screen and (max-width: 768px) {
  press-release .main-content__authors-area .bio-grid .title-box hr {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  press-release .main-content__authors-area .bio-grid .title-box hr {
    display: block;
  }
}
press-release .main-content__authors-area .bio-grid__content {
  margin: 0 -52px -48px -52px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  press-release .main-content__authors-area .bio-grid__content {
    margin: 0 -35px -41px -35px;
  }
}
@media only screen and (max-width: 480px) {
  press-release .main-content__authors-area .bio-grid__content {
    flex: 0 1 50%;
    justify-content: space-between;
    margin: 0 0 -32px;
  }
}
press-release .main-content__authors-area .bio-grid__content .bio-c {
  margin: 0;
  padding: 0 52px 48px 52px;
  flex: 0 1 25%;
  width: auto;
  text-align: center;
}
press-release .main-content__authors-area .bio-grid__content .bio-c.bio-hover a .img-c {
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  press-release .main-content__authors-area .bio-grid__content .bio-c {
    flex: 0 1 33.333333%;
    padding: 0 35px 41px 35px;
  }
}
@media only screen and (max-width: 480px) {
  press-release .main-content__authors-area .bio-grid__content .bio-c {
    flex: 0 1 50%;
    padding: 0 0 32px;
  }
}
press-release .main-content__authors-area .bio-grid__content .bio-c .img {
  max-width: 182px;
  height: 182px;
  margin: auto auto 7px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media only screen and (max-width: 480px) {
  press-release .main-content__authors-area .bio-grid__content .bio-c .img {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 12px;
  }
}
press-release .main-content__authors-area .bio-grid__content .bio-c .img .img-c {
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: none;
  -webkit-filter: none;
  transition: all 0.2s ease-in-out;
}
press-release .main-content__authors-area .bio-grid__content .bio-c .img .img-c.no-img {
  background-position: center;
  background-image: url(../images/scramble-default-tile.jpg);
}
press-release .main-content__authors-area .bio-grid__content .bio-c .img .img-c img {
  height: 100%;
}
press-release .main-content__authors-area .bio-grid__content .bio-c .img a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
press-release .main-content__authors-area .bio-grid__content .bio-c h3, press-release .main-content__authors-area .bio-grid__content .bio-c .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline press-release .main-content__authors-area .bio-grid__content .bio-c p, press-release .main-content__authors-area .bio-grid__content .bio-c .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline press-release .main-content__authors-area .bio-grid__content .bio-c p {
  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) {
  press-release .main-content__authors-area .bio-grid__content .bio-c h3, press-release .main-content__authors-area .bio-grid__content .bio-c .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline press-release .main-content__authors-area .bio-grid__content .bio-c p, press-release .main-content__authors-area .bio-grid__content .bio-c .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline press-release .main-content__authors-area .bio-grid__content .bio-c p {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  press-release .main-content__authors-area .bio-grid__content .bio-c h3, press-release .main-content__authors-area .bio-grid__content .bio-c .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline press-release .main-content__authors-area .bio-grid__content .bio-c p, press-release .main-content__authors-area .bio-grid__content .bio-c .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline press-release .main-content__authors-area .bio-grid__content .bio-c p {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 4px;
  }
}
press-release .main-content__authors-area .bio-grid__content .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) {
  press-release .main-content__authors-area .bio-grid__content .bio-c h5 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  press-release .main-content__authors-area .bio-grid__content .bio-c h5 {
    text-align: center;
    margin: 0 11px;
  }
}
@media only screen and (max-width: 480px) {
  press-release .main-content__authors-area .bio-grid__content .bio-c h5 {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 4px;
  }
}
press-release .main-content__authors-area .bio-grid__content .bio-c h5.title {
  font-style: italic;
  margin-bottom: 6px;
}
@media only screen and (max-width: 480px) {
  press-release .main-content__authors-area .bio-grid__content .bio-c h5.title {
    margin-bottom: 4px;
  }
}
press-release .main-content__authors-area .bio-grid__content .bio-c .linkedin {
  margin: 0 10px;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #0097ce;
}
press-release .main-content__authors-area .bio-grid__content .bio-c .linkedin :hover {
  color: #003f6b;
}
@media only screen and (max-width: 480px) {
  press-release .main-content__authors-area .bio-grid__content .bio-c .linkedin {
    text-align: left;
    margin: 0 !important;
  }
}
press-release .main-content__scramble-area {
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  press-release .main-content__scramble-area {
    padding-top: 20px;
  }
}
press-release .main-content__scramble-area .container-c {
  padding: 0;
}

.image-module {
  position: relative;
}
.image-module .attachment_title {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  .image-module .attachment_title {
    font-size: 14px;
    line-height: 20px;
  }
}
.image-module .text-description {
  padding-top: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  .image-module .text-description {
    font-size: 14px;
    line-height: 20px;
  }
}
.image-module .text-description.center {
  text-align: center;
}
.image-module .text-description.right {
  text-align: right;
}
.image-module .background-box {
  max-height: 480px;
  z-index: 0;
  background-size: cover;
  position: relative;
}
.image-module .background-box.video-box {
  position: relative;
  padding-top: 56.25%;
}
.image-module .background-box.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.image-module .background-box iframe {
  width: 100%;
  height: 100%;
}
.image-module .container-c {
  padding-right: 70px;
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .image-module .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .image-module .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.image-module .image-box {
  position: relative;
  max-height: 480px;
  height: 480px;
}
@media only screen and (max-width: 768px) {
  .image-module .image-box {
    max-height: 312px;
  }
}
@media only screen and (max-width: 480px) {
  .image-module .image-box {
    max-height: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .image-module .image-box.full {
    max-height: 360px;
  }
}
@media only screen and (max-width: 480px) {
  .image-module .image-box.full {
    max-height: 440px;
  }
}
.image-module .image-box.video-box {
  height: auto;
  max-height: unset;
}
.image-module .image-box.video-box .background-box {
  position: relative;
  padding-top: 56.25%;
}
.image-module .image-box.video-box .background-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 480px) {
  .image-module .image-box .background-box {
    background-size: cover;
  }
}

report {
  display: block;
  position: relative;
}
report .close {
  color: #2A3339;
}
report .close:hover {
  color: #0097ce;
}
report .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
report .overlay.active {
  display: block;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1001;
}
report section.section-intro-single {
  margin: 60px 0;
}
report section.text-info-links {
  margin: 60px 0;
}
report section.form-dafault {
  margin: 60px 0;
}
report section.reports-media-content {
  position: relative;
  padding: 60px 70px;
}
report section.reports-media-content img {
  width: unset;
  max-width: 100%;
}
report section.reports-media-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
report section.reports-media-content img.alignright {
  float: right;
}
report section.reports-media-content img.alignleft {
  float: left;
}
report section.reports-media-content .wp-caption {
  width: 100%;
}
report section.reports-media-content .wp-caption.alignright {
  text-align: right;
}
report section.reports-media-content .wp-caption.alignleft {
  text-align: left;
}
report section.reports-media-content .wp-caption.aligncenter {
  text-align: center;
}
report section.reports-media-content .wp-caption-text {
  padding-top: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  report section.reports-media-content .wp-caption-text {
    font-size: 14px;
    line-height: 20px;
  }
}
report section.reports-media-content .content-box {
  display: flow-root;
}
report section.reports-media-content .text-box__title {
  padding-top: 8px;
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  report section.reports-media-content .text-box__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
report section.reports-media-content .text-box__description {
  padding-top: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  report section.reports-media-content .text-box__description {
    font-size: 14px;
    line-height: 20px;
  }
}
report section.reports-media-content .share-box {
  padding-top: 8px;
}
report section.reports-media-content .share-box__text {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 2px;
  color: #abbcc7;
}
report section.reports-media-content .share-box ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
report section.reports-media-content .share-box ul li {
  margin-right: 40px;
}
report section.reports-media-content .share-box ul li a {
  border: none;
}
report section.reports-media-content .share-box ul li a svg {
  width: 17px;
  height: 17px;
}
report section.reports-media-content .share-box ul li a:hover {
  color: #0097ce;
}
report section.reports-media-content .share-box ul li a:hover svg * {
  transition: all 0.2s ease-in-out;
}
report section.reports-media-content .share-box ul li a:hover svg circle {
  stroke: #0097ce;
}
report section.reports-media-content .share-box ul li a:hover svg path, report section.reports-media-content .share-box ul li a:hover svg polyline, report section.reports-media-content .share-box ul li a:hover svg polygon {
  fill: #0097ce;
}
report section.reports-media-content .share-box ul li a.print-page-btn {
  border: none;
}
report section.reports-media-content .share-box ul li a.print-page-btn svg {
  width: 32px;
  height: 32px;
}
report section.reports-media-content .share-box ul li a.print-page-btn:hover {
  color: #0097ce;
}
report section.reports-media-content .share-box ul li a.print-page-btn:hover svg * {
  transition: all 0.2s ease-in-out;
}
report section.reports-media-content .share-box ul li a.print-page-btn:hover svg circle {
  stroke: #0097ce;
}
report section.reports-media-content .share-box ul li a.print-page-btn:hover svg path {
  fill: white;
  stroke: #0097ce;
}
report section.reports-media-content .container .modal {
  top: 60%;
}
report section.reports-media-content .container .modal-dialog {
  margin: 0;
}
report section.reports-media-content .container .modal-content {
  border: none;
}
report section.reports-media-content .container .modal-content .modal-body {
  padding: 0;
}
report section.reports-media-content .container .modal-content .modal-body button.close {
  z-index: 1006;
}
report section.reports-text-content {
  padding: 60px 70px;
}
report section.reports-text-content .right-box {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
report section.reports-text-content .right-box > :first-child {
  padding-top: 0;
}
report section.reports-text-content .right-box.space {
  justify-content: space-between;
}
report section.reports-text-content .right-box.center {
  justify-content: center;
}
report section.reports-text-content .right-box.bottom {
  justify-content: flex-end;
}
report section.reports-text-content .right-box .media-box {
  margin-right: -70px;
}
report section.reports-text-content .left-box {
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
report section.reports-text-content .left-box > :first-child {
  padding-top: 0;
}
report section.reports-text-content .left-box.space {
  justify-content: space-between;
}
report section.reports-text-content .left-box.center {
  justify-content: center;
}
report section.reports-text-content .left-box.bottom {
  justify-content: flex-end;
}
report section.reports-text-content .left-box .media-box {
  margin-left: -70px;
}
report section.reports-text-content .fact-box {
  padding: 60px 0 0;
}
report section.reports-text-content .fact-box__title {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #16B68C;
}
@media only screen and (max-width: 480px) {
  report section.reports-text-content .fact-box__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
report section.reports-text-content .fact-box__description {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #2A3339;
}
@media only screen and (max-width: 480px) {
  report section.reports-text-content .fact-box__description {
    font-size: 14px;
    line-height: 20px;
  }
}
report section.reports-text-content .quote-box {
  padding: 60px 0 0;
}
report section.reports-text-content .quote-box__description {
  position: relative;
}
report section.reports-text-content .quote-box__description h6 {
  padding-left: 16px;
  margin: 0;
  color: #16B68C;
}
report section.reports-text-content .quote-box__description::before {
  content: "";
  position: absolute;
  background-color: #0097ce;
  height: calc(100% - 12px);
  width: 2px;
  top: 6px;
}
report section.reports-text-content .main-box__title {
  text-align: center;
}
report section.reports-text-content .main-box__title hr {
  border-color: #0097ce;
  max-width: 176px;
  margin: 24px auto;
}
report section.reports-text-content .main-box__description {
  color: #2A3339;
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  report section.reports-text-content .main-box__description {
    font-size: 16px;
    line-height: 1.5;
  }
}
report section.reports-text-content .main-box__description p {
  color: inherit;
}
report section.reports-text-content .main-box__description img {
  width: unset;
  max-width: 100%;
}
report section.reports-text-content .main-box__description img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
report section.reports-text-content .main-box__description img.alignright {
  float: right;
}
report section.reports-text-content .main-box__description img.alignleft {
  float: left;
}
report section.reports-text-content .main-box__description .wp-caption {
  width: 100%;
}
report section.reports-text-content .main-box__description .wp-caption.alignright {
  text-align: right;
}
report section.reports-text-content .main-box__description .wp-caption.alignleft {
  text-align: left;
}
report section.reports-text-content .main-box__description .wp-caption.aligncenter {
  text-align: center;
}
report section.reports-text-content .main-box__description .wp-caption-text {
  padding-top: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  report section.reports-text-content .main-box__description .wp-caption-text {
    font-size: 14px;
    line-height: 20px;
  }
}
report section.reports-text-content .main-box__description ol li {
  list-style-position: inside;
  line-height: 28px;
}
report section.reports-text-content .main-box__description ul li {
  list-style: none;
  padding-left: 25px;
  position: relative;
  line-height: 28px;
  padding-bottom: 24px;
}
report section.reports-text-content .main-box__description ul li:before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  background-image: url(../images/StradaBulletPoint.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 18px;
  height: 8px;
  top: 9px;
}
report section.reports-text-content .media-box {
  position: relative;
  padding: 60px 0 0;
}
report section.reports-text-content .media-box .image-box {
  position: relative;
  padding-top: 56.25%;
}
report section.reports-text-content .media-box .image-box .background-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
report section.reports-text-content .media-box .text-box__title {
  padding-top: 8px;
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  report section.reports-text-content .media-box .text-box__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
report section.reports-text-content .media-box .text-box__description {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  report section.reports-text-content .media-box .text-box__description {
    font-size: 14px;
    line-height: 20px;
  }
}
report section.reports-text-content .media-box .video-box {
  position: relative;
  padding-top: 56.25%;
}
report section.reports-text-content .media-box .video-box video, report section.reports-text-content .media-box .video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
report section.reports-text-content .media-box .video-box .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 999;
}
report section.reports-text-content .media-box .share-box {
  padding-top: 8px;
}
report section.reports-text-content .media-box .share-box__text {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 2px;
  color: #abbcc7;
}
report section.reports-text-content .media-box .share-box ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
report section.reports-text-content .media-box .share-box ul li {
  margin-right: 40px;
}
report section.reports-text-content .media-box .share-box ul li a {
  border: none;
}
report section.reports-text-content .media-box .share-box ul li a svg {
  width: 17px;
  height: 17px;
}
report section.reports-text-content .media-box .share-box ul li a:hover {
  color: #0097ce;
}
report section.reports-text-content .media-box .share-box ul li a:hover svg * {
  transition: all 0.2s ease-in-out;
}
report section.reports-text-content .media-box .share-box ul li a:hover svg circle {
  stroke: #0097ce;
}
report section.reports-text-content .media-box .share-box ul li a:hover svg path {
  fill: #0097ce;
}
report section.reports-text-content .media-box .share-box ul li a.print-page-btn {
  border: none;
}
report section.reports-text-content .media-box .share-box ul li a.print-page-btn svg {
  width: 32px;
  height: 32px;
}
report section.reports-text-content .media-box .share-box ul li a.print-page-btn:hover {
  color: #0097ce;
}
report section.reports-text-content .media-box .share-box ul li a.print-page-btn:hover svg * {
  transition: all 0.2s ease-in-out;
}
report section.reports-text-content .media-box .share-box ul li a.print-page-btn:hover svg circle {
  stroke: #0097ce;
}
report section.reports-text-content .media-box .share-box ul li a.print-page-btn:hover svg path {
  fill: white;
  stroke: #0097ce;
}
report section.reports-text-content .sidebar-box {
  position: relative;
  background-color: #16B68C;
  margin-left: -70px;
}
report section.reports-text-content .sidebar-box__inner {
  padding: 70px 60px;
}
report section.reports-text-content .sidebar-box__info-box {
  padding-bottom: 32px;
}
report section.reports-text-content .sidebar-box__collaboration-box {
  padding-bottom: 32px;
}
report section.reports-text-content .sidebar-box__content-box > p, report section.reports-text-content .sidebar-box__content-box h1, report section.reports-text-content .sidebar-box__content-box h2, report section.reports-text-content .sidebar-box__content-box h3, report section.reports-text-content .sidebar-box__content-box .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline report section.reports-text-content .sidebar-box__content-box p, report section.reports-text-content .sidebar-box__content-box .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline report section.reports-text-content .sidebar-box__content-box p, report section.reports-text-content .sidebar-box__content-box h4, report section.reports-text-content .sidebar-box__content-box h5, report section.reports-text-content .sidebar-box__content-box h6 {
  color: inherit;
}
report section.reports-text-content .sidebar-box__downloads-box {
  padding-top: 24px;
}
report section.reports-text-content .sidebar-box__downloads-box .btns {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
report section.reports-text-content .sidebar-box__downloads-box .btns:hover {
  color: #16B68C;
  background-color: #ffffff;
}
report section.reports-text-content .sidebar-box .info-box__headline {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  padding-bottom: 16px;
  letter-spacing: 1.71429px;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  report section.reports-text-content .sidebar-box .info-box__headline {
    font-size: 14px;
    line-height: 20px;
  }
}
report section.reports-text-content .sidebar-box .info-box__date {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding-bottom: 16px;
}
report section.reports-text-content .sidebar-box .info-box__description {
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}
report section.reports-text-content .sidebar-box .collaboration-box__headline {
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 16px;
}
report section.reports-text-content .sidebar-box .collaboration-box__logo {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  width: 109px;
  height: 24px;
}
report section.reports-text-content .sidebar-box .collaboration-box__logo .background-img {
  width: 100%;
  display: flex;
  align-items: center;
}
report section.reports-text-content .sidebar-box .collaboration-box__logo .background-img svg path, report section.reports-text-content .sidebar-box .collaboration-box__logo .background-img svg polygon, report section.reports-text-content .sidebar-box .collaboration-box__logo .background-img svg polyline {
  fill: #ffffff;
}
report section.reports-text-content .sidebar-box .collaboration-box__link {
  padding-top: 16px;
}
report section.reports-text-content .sidebar-box .collaboration-box__link .learn-more {
  color: #ffffff;
}
report section.reports-text-content .sidebar-box .collaboration-box__link .learn-more::after {
  background-color: #ffffff;
  color: #16B68C;
}
report section.reports-text-content .sidebar-box .collaboration-box__link .learn-more:hover {
  color: #0097ce;
}
report section.reports-text-content .sidebar-box .collaboration-box__link .learn-more:hover:after {
  background-color: #0097ce;
  color: #ffffff;
}
report section.reports-text-content .sidebar-box .links-box__headline {
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 16px;
}
report section.reports-text-content .sidebar-box .links-box__links .learn-more-box {
  padding-bottom: 16px;
}
report section.reports-text-content .sidebar-box .links-box__links .learn-more-box .learn-more {
  color: #ffffff;
}
report section.reports-text-content .sidebar-box .links-box__links .learn-more-box .learn-more::after {
  background-color: #ffffff;
  color: #16B68C;
}
report section.reports-text-content .sidebar-box .links-box__links .learn-more-box .learn-more:hover {
  color: #0097ce;
}
report section.reports-text-content .sidebar-box .links-box__links .learn-more-box .learn-more:hover:after {
  background-color: #0097ce;
  color: #ffffff;
}
report section.reports-text-content .sidebar-box .links-box__links .learn-more-box:last-child {
  padding: 0;
}
report section.reports-text-content .first {
  order: 1;
}
report section.reports-text-content .second {
  order: 2;
}
report section.reports-text-content .third {
  order: 3;
}
report section.reports-text-content .fourth {
  order: 4;
}
report section.reports-text-content .sidebar-box-outer {
  padding-top: 60px;
}
report section.reports-text-content .container-modal .modal {
  background: rgba(0, 0, 0, 0.9);
  padding: 0 !important;
}
report section.reports-text-content .container-modal .modal-dialog {
  max-width: 83%;
  vertical-align: middle;
}
report section.reports-text-content .container-modal .modal-content {
  border: none;
  background-color: unset;
}
report section.reports-text-content .container-modal .modal-content .modal-body {
  padding: 0;
}
report section.reports-text-content .container-modal .modal-content .modal-body button.close {
  z-index: 1006;
}
report .main-content {
  padding: 0 70px;
}
report .main-content__scramble-area {
  padding-bottom: 60px;
}
report .main-content__scramble-area .container-c {
  padding: 0;
}

.reports-findings {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.reports-findings .default-color {
  background-color: #F3F6F8;
}
.reports-findings .info-block {
  max-width: 900px;
  margin: 0 auto;
}
.reports-findings .info-block .title {
  position: relative;
  padding-bottom: 12px;
}
.reports-findings .info-block .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  height: 2px;
  margin-left: -10%;
  background: #0097ce;
}
.reports-findings .info-block .description {
  margin-top: 32px;
  margin-bottom: 0;
}
.reports-findings .info-block .btns {
  margin-top: 24px;
  background: transparent;
}
.reports-findings .keys {
  margin-top: 40px;
}
.reports-findings .keys .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.reports-findings .keys .row .key {
  padding: 0 28px;
  margin: 17px 0;
  position: relative;
}
.reports-findings .keys .row .key:after {
  content: "";
  position: absolute;
  background-color: #424242;
  height: calc(100% - 8px);
  width: 0.5px;
  top: 4px;
  right: 0;
  opacity: 0.25;
}
@media only screen and (min-width: 992px) {
  .reports-findings .keys .row .key:last-child:after, .reports-findings .keys .row .key:nth-child(4n+4):after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .reports-findings .keys .row .key:last-child:after, .reports-findings .keys .row .key:nth-child(2n+2):after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .reports-findings .keys .row .key:after {
    display: none;
  }
}
.reports-findings .keys .row .key .key-title {
  font-size: 24px;
}
.reports-findings .keys .row .key .key-description {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  display: block;
  color: #2A3339;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 480px) {
  .reports-findings .keys .row .key .key-description {
    font-size: 14px;
    line-height: 20px;
  }
}

.reports.hero {
  align-items: flex-end;
  padding-bottom: 0;
}
.reports.hero .left .text-box {
  text-align: left;
}
.reports.hero .text-box {
  text-align: center;
  max-width: unset;
}
.reports.hero .text-box h5 {
  text-transform: unset;
  margin-top: 8px;
  margin-bottom: 32px;
}
.reports.hero .text-box span.top-headline {
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1.71px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.reports.hero .text-box .read-time {
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 40px;
  margin-top: 32px;
}
.reports.hero .text-box .read-time strong {
  font-weight: normal;
}

.logo-description .title-box {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .logo-description .title-box {
    margin-bottom: 31px;
  }
}
@media only screen and (max-width: 480px) {
  .logo-description .title-box {
    margin-bottom: 0;
  }
}
.logo-description .title-box h4 {
  color: #003f6b;
  font-family: "Foro";
  font-weight: 200;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  .logo-description .title-box h4 {
    flex: 0 1 50%;
  }
}
.logo-description .title-box hr {
  margin: 32px auto;
  max-width: 176px;
  border-color: #0097ce;
}
@media only screen and (max-width: 480px) {
  .logo-description .title-box hr {
    margin: 6px auto 16px auto;
  }
}
@media only screen and (min-width: 1280px) {
  .logo-description .grid-description {
    padding: 0 97px;
  }
}
@media only screen and (max-width: 480px) {
  .logo-description .grid-description {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 -18px 0 -18px;
  }
}
@media only screen and (max-width: 480px) {
  .logo-description .grid-description .grid-c {
    flex: 0 1 100%;
    padding: 0 18px 0 18px;
  }
}
.logo-description .grid-description .grid-c__body {
  height: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .logo-description .grid-description .grid-c__body {
    height: auto;
    flex-direction: column;
  }
}
.logo-description .grid-description .grid-c__body .col-box {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .logo-description .grid-description .grid-c__body .col-box.first {
    order: -1;
    padding-bottom: 16px;
  }
}
.logo-description .grid-description .grid-c__body .col-box .img {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
}
.logo-description .grid-description .grid-c__body .col-box .img .background-img {
  height: 200px;
  width: 100%;
  background-color: #F3F6F8;
  display: flex;
  align-items: center;
  padding: 60px 40px;
}
.logo-description .grid-description .grid-c__body .col-box .img .background-img img {
  max-height: 200px;
}
.logo-description .grid-description .grid-c__footer {
  margin: 24px auto;
}
.logo-description .grid-description .grid-c .col-box {
  flex: 0 1 40%;
  flex-direction: column;
}
@media only screen and (max-width: 480px) {
  .logo-description .grid-description .grid-c .col-box {
    flex: 0 1 100%;
  }
}
.logo-description .grid-description .grid-c .col-box .learn-more {
  margin-top: 32px;
}
@media only screen and (max-width: 480px) {
  .logo-description .grid-description .grid-c .col-box .learn-more {
    margin-top: 24px;
  }
}
.logo-description .grid-description .grid-c .vertical-line {
  margin: 0 auto;
  max-width: 200px;
}
@media only screen and (max-width: 480px) {
  .logo-description .grid-description .grid-c .vertical-line {
    display: none;
  }
}
.logo-description .grid-description .grid-c .vertical-line hr {
  height: 100%;
  border-left: 1px solid #0097ce;
  margin: 0;
  padding: 0;
}
.logo-description .grid-description .grid-c .col-dots {
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .logo-description .grid-description .grid-c .col-dots {
    position: relative;
  }
}
.logo-description .grid-description .grid-c .col-dots img {
  width: 64px;
}
.logo-description .grid-description .grid-c .col-dots hr {
  display: none;
  position: absolute;
  width: 100%;
  border-top: 1px solid #0097ce;
  margin: 0;
  padding: 0;
  top: 16px;
}
@media only screen and (max-width: 480px) {
  .logo-description .grid-description .grid-c .col-dots hr {
    display: block;
    z-index: -1;
  }
}

section.quote .container-c {
  padding-left: 70px;
  padding-right: 70px;
  margin: 0 auto;
}
section.quote.fullwidth .content blockquote {
  padding-right: 20%;
}
section.quote .content blockquote {
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
}
section.quote .content .quoted-by p {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  section.quote .content .quoted-by p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 768px) {
  section.quote .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.quote .content blockquote {
    font-size: 24px;
    line-height: 32px;
  }
  section.quote.fullwidth .content blockquote {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  section.quote .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
  section.quote .content blockquote {
    font-size: 24px;
    line-height: 32px;
  }
  section.quote.fullwidth .content blockquote {
    padding-right: 0;
  }
}
.links.quick {
  position: relative;
  padding: 60px 70px;
  background: #F3F6F8;
}
.links.quick.background-colour .title-box hr, .links.quick.has-background .title-box hr {
  border-color: white;
}
.links.quick.background-colour .title-box h4, .links.quick.has-background .title-box h4 {
  color: white;
}
.links.quick.background-colour .content .quick-link, .links.quick.has-background .content .quick-link {
  color: white;
}
.links.quick.background-colour .content .quick-link:after, .links.quick.has-background .content .quick-link:after {
  background: white;
}
.links.quick.background-colour .content .quick-link:hover, .links.quick.has-background .content .quick-link:hover {
  color: #0097ce;
}
.links.quick .container-c {
  padding-top: 48px;
  padding-bottom: 60px;
  background: white;
}
.links.quick .title-box {
  text-align: center;
}
.links.quick .title-box hr {
  max-width: 178px;
  margin: 24px auto 40px auto;
  border-color: #0097ce;
}
.links.quick .content {
  margin: 0 auto;
  display: block;
  max-width: 631px;
  text-align: center;
}
.links.quick .content .quick-link {
  color: #0097ce;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  margin-bottom: 40px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 500;
}
.links.quick .content .quick-link:first-child {
  padding-left: 0;
}
.links.quick .content .quick-link:last-child {
  padding-right: 0;
}
.links.quick .content .quick-link.prev-down {
  padding-right: 0;
}
.links.quick .content .quick-link.down {
  padding-left: 0;
}
.links.quick .content .quick-link:hover {
  color: #003f6b;
}
.links.quick .content .quick-link:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #0097ce;
}
.links.quick .content .quick-link:last-child:after, .links.quick .content .quick-link.prev-down:after {
  background: none;
}

@media only screen and (max-width: 768px) {
  .links.quick {
    padding: 20px 32px;
  }
  .links.quick .container-c {
    padding-top: 48px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .links.quick {
    padding: 18px 16px;
  }
  .links.quick .container-c {
    padding-top: 32px;
    padding-bottom: 0;
  }
}
.maps .leaflet-pane {
  z-index: 1;
}
.maps .leaflet-top, .maps .leaflet-bottom {
  z-index: 1;
}
.maps .map-right .text-box {
  text-align: right;
}
@media only screen and (min-width: 641px) {
  .maps.text-on-the-right .text-box {
    order: 1;
  }
}
@media only screen and (min-width: 641px) {
  .maps.text-on-the-right .slider-map .slick-next {
    color: #ffffff;
    border: 1px solid #ffffff;
  }
}
.maps .slider-c {
  background-color: #003f6b;
}
.maps .text-box {
  padding: 20px 24px 23px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .maps .text-box {
    padding: 45px 20px 54px 48px;
  }
}
@media only screen and (max-width: 480px) {
  .maps .text-box {
    padding: 30px 24px 23px;
  }
}
.maps .text-box a {
  color: #ffffff !important;
  border: none !important;
}
.maps .text-box a:hover {
  color: #007aff;
}
.maps .text-box h5 {
  color: #ffffff;
  margin-bottom: 13px;
}
.maps .text-box h5 a {
  color: inherit;
}
.maps .text-box h5 a:hover {
  color: #007aff;
}
.maps .text-box h2 {
  margin-bottom: 13px;
}
.maps .text-box p {
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .maps .text-box p {
    font-size: 14px;
    line-height: 16px;
  }
}
.maps .text-box p a:hover {
  color: #80BFD6;
}
.maps .text-box .bottom-box {
  margin-top: 200px;
}
@media only screen and (max-width: 768px) {
  .maps .text-box .bottom-box {
    margin-top: 44px;
  }
}
@media only screen and (max-width: 480px) {
  .maps .text-box .bottom-box {
    margin-top: 75px;
  }
}
.maps .text-box .bottom-box a:hover {
  color: #0097ce;
}
.maps .text-box .bottom-box a:hover:after {
  background-color: #0097ce;
}
@media only screen and (max-width: 768px) {
  .maps .image-box {
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .maps .image-box {
    height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .maps .image-box {
    height: 280px;
  }
}
.maps .slider-map .slick-next {
  background-color: transparent;
  color: #424242;
  border: 1px solid #424242;
}
.maps .slider-map .slick-next:hover {
  border: 1px solid #007aff;
  color: #007aff;
}
@media only screen and (max-width: 768px) {
  .maps .content-not-margin {
    flex-direction: row;
  }
  .maps .content-not-margin > div {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .maps .content-not-margin {
    flex-direction: column;
  }
  .maps .content-not-margin > div {
    width: 100%;
  }
  .maps .map-left, .maps .map-right {
    justify-content: space-between;
    height: 610px;
  }
  .maps .map-left .text-box, .maps .map-right .text-box {
    flex: 1 1 50%;
  }
  .maps .map-left .text-box .bottom-box, .maps .map-right .text-box .bottom-box {
    margin-top: 105px;
  }
  .maps .map-left .acf-map, .maps .map-right .acf-map {
    height: 100%;
    flex: 1 1 50%;
  }
}

section.image-and-quote {
  padding: 60px 70px 60px 70px;
  margin: 0 auto;
}
section.image-and-quote .container-c {
  padding: 0;
  position: relative;
}
section.image-and-quote .container-c .content-c {
  margin: 0;
  align-items: center;
  justify-content: space-between;
}
section.image-and-quote .container-c .footer-line {
  height: 4px;
  width: 47%;
  position: absolute;
  bottom: 0;
  background: #424242;
  opacity: 0.25;
}
section.image-and-quote .image-box {
  margin: 0 0 0 70px;
  position: relative;
}
section.image-and-quote .image-box.background-image {
  height: 448px;
}
section.image-and-quote .image-box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/mask-02.png);
  background-size: 100% 100%;
  opacity: 0.25;
}
section.image-and-quote .image-box img {
  display: block;
}
section.image-and-quote .quote-box {
  margin: 0;
  padding: 0;
}
section.image-and-quote .quote-box blockquote {
  border: none;
  margin-bottom: 23px;
}
section.image-and-quote .quote-box .fade-obj {
  padding-top: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}
section.image-and-quote .quoted-by.fade-obj {
  padding-top: 0;
  padding-bottom: 20px;
}
section.image-and-quote .quoted-by.fade-obj p {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  section.image-and-quote .quoted-by.fade-obj p {
    font-size: 14px;
    line-height: 20px;
  }
}
section.image-and-quote .center .quote-box {
  text-align: center;
}

section.full-image-and-quote {
  padding: 60px 0;
}
section.full-image-and-quote .container-c {
  padding: 0 70px;
}
section.full-image-and-quote .content {
  position: relative;
}
section.full-image-and-quote .quote-box {
  padding: 51px 50px 133px;
}
section.full-image-and-quote .quote-box blockquote {
  margin-bottom: 25px;
  border: none;
  padding-top: 0;
  color: #ffffff;
}
section.full-image-and-quote .quote-box .text-c {
  max-width: 600px;
}
section.full-image-and-quote .quote-box .quoted-by.fade-obj p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}
section.full-image-and-quote .image-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
section.full-image-and-quote .image-box .img-c {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: none;
  -webkit-filter: none;
}
@media only screen and (max-width: 480px) {
  section.full-image-and-quote .image-box .img-pc {
    display: none;
  }
}
@media only screen and (min-width: 481px) {
  section.full-image-and-quote .image-box .img-m {
    display: none;
  }
}
section.full-image-and-quote .image-box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 122, 255, 0.15);
  background-image: url(../images/mask.png);
  background-size: 100% 100%;
  opacity: 0.5;
}
section.full-image-and-quote .center .quote-box {
  padding: 0;
}
section.full-image-and-quote .center .content {
  min-height: 392px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.full-image-and-quote .center .content .text-c {
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 1240px) {
  section.image-and-quote {
    padding: 20px;
  }
  section.image-and-quote .image-box {
    margin: 0;
  }
  section.full-image-and-quote {
    padding: 10px 0;
  }
  section.full-image-and-quote .container-c {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  section.image-and-quote {
    padding: 20px;
  }
  section.image-and-quote .footer-line {
    display: none;
  }
  section.image-and-quote .container-c .content-c {
    align-items: flex-start;
  }
  section.image-and-quote .quote-box {
    order: 1;
  }
  section.image-and-quote .quote-box .fade-obj {
    padding-top: 0;
    margin-bottom: 28px;
  }
  section.image-and-quote .quoted-by.fade-obj {
    padding-top: 0;
    padding-bottom: 0;
  }
  section.image-and-quote .quoted-by .mobile-quoter {
    display: none;
  }
  section.image-and-quote .quoted-by .mobile-company {
    display: block;
  }
  section.image-and-quote .image-box {
    margin: 0;
    order: 2;
  }
  section.image-and-quote .image-box.background-image {
    height: 241px;
  }
  section.full-image-and-quote {
    padding: 10px 0;
  }
  section.full-image-and-quote .quote-box {
    padding: 23px 25px 68px;
  }
  section.full-image-and-quote .quote-box blockquote {
    margin-bottom: 13px;
  }
  section.full-image-and-quote .quote-box .text-c {
    max-width: 517px;
  }
  section.full-image-and-quote .quote-box .quoted-by .mobile-quoter {
    display: none;
  }
  section.full-image-and-quote .quote-box .quoted-by .mobile-company {
    display: block;
  }
  section.full-image-and-quote .container-c {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  section.image-and-quote .quote-box .fade-obj {
    padding-top: 24px;
    margin-bottom: 16px;
  }
  section.image-and-quote .image-box.background-image {
    height: 280px;
  }
  section.full-image-and-quote .slider-image-quote .slick-next {
    bottom: 33px;
  }
  section.full-image-and-quote .container-c {
    padding: 0;
  }
  section.full-image-and-quote .quote-box {
    min-height: 560px;
    padding: 50px 18px;
    display: flex;
    align-items: flex-end;
  }
  section.full-image-and-quote .quote-box blockquote {
    margin-bottom: 23px;
  }
  section.full-image-and-quote .quote-box .quoted-by {
    padding-right: 40px;
    max-width: 400px;
  }
}
.links .title-box {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .links .title-box {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .links .title-box {
    padding-left: 0;
    padding-bottom: 0;
    border-color: #D0D0D0 !important;
  }
}
.links .content {
  display: flex;
  flex-wrap: wrap;
  margin: -24px -12px;
}
@media only screen and (max-width: 768px) {
  .links .content {
    margin-top: -24px;
    margin-bottom: -24px;
    margin-left: -60px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .links .content {
    margin: -24px -12px;
  }
}
.links .content .unit-box {
  position: relative;
  margin: 24px 12px;
  width: calc(25% - 24px);
}
@media only screen and (max-width: 768px) {
  .links .content .unit-box.center:nth-child(2n+1) hr {
    margin: 0 auto 24px auto;
  }
}
@media only screen and (max-width: 768px) {
  .links .content .unit-box {
    margin: 0 60px 24px 60px;
    width: calc(50% - 120px);
  }
}
@media only screen and (max-width: 480px) {
  .links .content .unit-box {
    margin: 24px 12px;
    width: calc(100% - 24px);
  }
}
.links .content .unit-box hr {
  display: none;
}
@media only screen and (max-width: 768px) {
  .links .content .unit-box hr {
    display: block;
    border-color: #D0D0D0;
    max-width: 136px;
    margin: 0 0 24px 0;
  }
}
@media only screen and (max-width: 480px) {
  .links .content .unit-box hr {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .links .content .unit-box:first-child hr {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .links .content .unit-box:first-child:before {
    content: "";
  }
}
@media only screen and (max-width: 768px) {
  .links .content .unit-box:nth-child(2) hr {
    display: none;
  }
}
.links .content .unit-box:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #D0D0D0;
  position: absolute;
  top: 0;
  left: -11px;
}
@media only screen and (max-width: 768px) {
  .links .content .unit-box:before {
    height: calc(100% - 24px);
    left: -60px;
    top: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .links .content .unit-box:before {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -23px;
    left: 0;
  }
}
.links .content .unit-box:nth-child(4n+1):before {
  content: none;
}
@media only screen and (max-width: 480px) {
  .links .content .unit-box:nth-child(4n+1):before {
    content: "";
  }
}
@media only screen and (max-width: 768px) {
  .links .content .unit-box:nth-child(2n+1) hr {
    margin: 0 0 24px 0;
  }
}
@media only screen and (max-width: 768px) {
  .links .content .unit-box:nth-child(2n+1):before {
    content: none;
  }
}
@media only screen and (max-width: 480px) {
  .links .content .unit-box:nth-child(2n+1):before {
    content: "";
  }
}
.links .content .unit-box p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #000000;
}
.links .content .unit-box .text-c {
  margin-bottom: 19px;
}
.links .content .unit-box .text-c h6 {
  margin-bottom: 10px;
  color: #424242;
}
.links.white-links {
  color: #ffffff;
}
.links.white-links .title-box h2 {
  color: #ffffff;
}
.links.white-links .content .unit-box h3, .links.white-links .content .unit-box .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline .links.white-links .content .unit-box p, .links.white-links .content .unit-box .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline .links.white-links .content .unit-box p {
  color: #ffffff;
}
.links.white-links .content .unit-box p {
  color: #ffffff;
}

.modern-footnotes-footnote__note a {
  white-space: unset !important;
  display: unset !important;
}

.events .container-c .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .events .container-c .title-box {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .events .container-c .title-box {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 480px) {
  .events .container-c .title-box h4 {
    padding-bottom: 7px;
    border-bottom: #0097ce solid 1px;
  }
}
.events .container-c .title-box .learn-more {
  color: #0097ce;
}
.events .container-c .title-box .learn-more:after {
  background-color: #0097ce;
}
.events .container-c .content {
  display: flex;
  flex-wrap: wrap;
  margin: -24px -12px;
}
@media only screen and (max-width: 768px) {
  .events .container-c .content {
    margin: -24px -5px;
  }
}
@media only screen and (max-width: 480px) {
  .events .container-c .content {
    margin: -24px -12px;
  }
}
.events .container-c .content .unit-box {
  position: relative;
  margin: 24px 12px;
  width: calc(25% - 24px);
}
@media only screen and (max-width: 768px) {
  .events .container-c .content .unit-box {
    margin-right: 5px;
    margin-left: 5px;
    width: 232px;
  }
}
@media only screen and (max-width: 480px) {
  .events .container-c .content .unit-box {
    margin: 23.5px 12px 20.5px;
    width: calc(100% - 24px);
  }
}
@media only screen and (max-width: 768px) {
  .events .container-c .content .unit-box.center:nth-child(2n+1) hr {
    margin: 0 auto 24px auto;
  }
}
.events .container-c .content .unit-box hr {
  display: none;
}
@media only screen and (max-width: 768px) {
  .events .container-c .content .unit-box hr {
    display: block;
    border-color: #D0D0D0;
    max-width: 136px;
    margin: 0 0 24px 0;
  }
}
@media only screen and (max-width: 480px) {
  .events .container-c .content .unit-box hr {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .events .container-c .content .unit-box:first-child hr {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .events .container-c .content .unit-box:first-child:before {
    content: "";
  }
}
@media only screen and (max-width: 768px) {
  .events .container-c .content .unit-box:nth-child(2) hr {
    display: none;
  }
}
.events .container-c .content .unit-box:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #D0D0D0;
  position: absolute;
  top: 0;
  left: -11px;
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .events .container-c .content .unit-box:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .events .container-c .content .unit-box:before {
    height: calc(100% - 24px);
    left: -60px;
    top: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .events .container-c .content .unit-box:before {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -23px;
    left: 0;
  }
}
.events .container-c .content .unit-box:nth-child(4n+1):before {
  content: none;
}
@media only screen and (max-width: 480px) {
  .events .container-c .content .unit-box:nth-child(4n+1):before {
    content: "";
  }
}
@media only screen and (max-width: 768px) {
  .events .container-c .content .unit-box:nth-child(2n+1) hr {
    margin: 0 0 24px 0;
  }
}
@media only screen and (max-width: 768px) {
  .events .container-c .content .unit-box:nth-child(2n+1):before {
    content: none;
  }
}
@media only screen and (max-width: 480px) {
  .events .container-c .content .unit-box:nth-child(2n+1):before {
    content: "";
  }
}
.events .container-c .content .unit-box .text-c {
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .events .container-c .content .unit-box .text-c {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .events .container-c .content .unit-box .text-c {
    margin-bottom: 14px;
  }
}
.events .container-c .content .unit-box .text-c p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 9px;
  font-weight: 300;
  color: #2A3339;
}
@media only screen and (max-width: 480px) {
  .events .container-c .content .unit-box .text-c p {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .events .container-c .content .unit-box .text-c p {
    margin-top: 10px;
  }
}
.events .container-c .content .unit-box .text-c h5.tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  font-family: "Simplon Norm", sans-serif;
  line-height: normal;
  color: #007fac;
  text-transform: uppercase;
  background-color: rgba(0, 151, 206, 0.15);
  padding: 7px 5px 4px 8px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .events .container-c .content .unit-box .text-c h5.tag {
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 480px) {
  .events .container-c .content .unit-box .text-c h5.tag {
    margin-bottom: 8px;
  }
}
.events .container-c .content .unit-box .text-c h5:not(.tag) {
  font-size: 24px;
  line-height: 32px;
}

.basic-text-module .title-box {
  text-align: center;
}
.basic-text-module .title-box__sub_headline {
  padding-bottom: 16px;
}
.basic-text-module .title-box__sub_headline > * {
  margin: 0;
}
.basic-text-module .title-box__sub_headline p {
  margin-bottom: 24px;
}
.basic-text-module .title-box__headline > * {
  margin: 0;
}
.basic-text-module .title-box__headline p {
  color: #003f6b;
  margin-bottom: 10px;
}
.basic-text-module .title-box hr {
  border-color: #0097ce;
  border-width: 1px;
  margin: 23px auto;
}
.basic-text-module .title-box hr.wide {
  border-width: 4px;
}
.basic-text-module .title-box .sub-headline {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.3px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.basic-text-module .title-box .links-box .linkedin {
  color: #0097ce;
}
.basic-text-module .title-box .links-box .linkedin:hover {
  color: #003f6b;
}
.basic-text-module .title-box .links-box-wrapper {
  display: -webkit-flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.basic-text-module .title-box .learn-more {
  color: var(--c-button);
}
.basic-text-module .title-box .learn-more:hover {
  color: var(--c-button-hover);
}
.basic-text-module .title-box .learn-more:hover:after {
  background-color: var(--c-background-button-hover);
}
.basic-text-module .title-box .learn-more:after {
  background-color: var(--c-background-button);
}

event {
  display: block;
}
event .header-image {
  margin-top: -83px;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  event .header-image {
    margin-top: -64px;
  }
}
event .header-image .background-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
event .header-image .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2A3339;
  opacity: 0.25;
}
event .header-image .text-box {
  max-width: 808px;
  padding-left: 70px;
  z-index: 0;
}
@media only screen and (max-width: 480px) {
  event .header-image .text-box {
    padding-left: 16px;
  }
}
event .header-image .text-box h1 {
  color: #ffffff;
  margin-bottom: 24px;
}
event .header-image .text-box span {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  event .header-image .text-box span {
    font-size: 16px;
    line-height: 1.5;
  }
}
event .header-image .text-box .link-box {
  padding-top: 24px;
}
event .header-image .text-box .link-box .btns {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
event .header-image .text-box .link-box .btns:hover {
  color: #0097ce;
  background-color: #ffffff;
}
event .main-content {
  padding: 0 70px;
}
@media only screen and (max-width: 768px) {
  event .main-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  event .main-content {
    padding: 0 18px;
  }
}
event .main-content__widget-area {
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  event .main-content__widget-area {
    padding-top: 32px;
  }
}
event .main-content__widget-area span.date {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 8px;
}
event .main-content__widget-area .text-box__main-text img {
  width: 100%;
  max-width: 100%;
}
event .main-content__widget-area .text-box__main-text p {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  event .main-content__widget-area .text-box__main-text p {
    font-size: 16px;
    line-height: 1.5;
  }
}
event .main-content__widget-area .text-box__main-text img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
event .main-content__widget-area .text-box__main-text img.alignright {
  float: right;
}
event .main-content__widget-area .text-box__main-text img.alignleft {
  float: left;
}
event .main-content__widget-area .text-box__main-text .wp-caption-text {
  padding-top: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  event .main-content__widget-area .text-box__main-text .wp-caption-text {
    font-size: 14px;
    line-height: 20px;
  }
}
event .main-content__widget-area .text-box__main-text .wp-caption {
  margin: 24px 0;
  width: 100%;
}
event .main-content__widget-area .text-box__main-text .wp-caption.alignright {
  text-align: right;
}
event .main-content__widget-area .text-box__main-text .wp-caption.alignleft {
  text-align: left;
}
event .main-content__widget-area .text-box__main-text .wp-caption.aligncenter {
  text-align: center;
}
event .main-content__widget-area .text-box__title {
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  event .main-content__widget-area .text-box__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
event .main-content__widget-area .text-box__description {
  font-size: 14px;
  line-height: 20px;
}
event .main-content__widget-area .video-box {
  margin-top: 24px;
  position: relative;
  padding-top: 56.25%;
}
event .main-content__widget-area .video-box video, event .main-content__widget-area .video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
event .main-content__widget-area .agenda-box {
  padding-top: 24px;
}
event .main-content__widget-area .agenda-box .btns {
  background-color: #ffffff;
  color: #003f6b;
  border-color: #003f6b;
}
event .main-content__widget-area .agenda-box .btns:hover {
  color: #ffffff;
  background-color: #003f6b;
}
event .main-content__widget-area .widget-box {
  padding-top: 24px;
}
event .main-content__widget-area .widget-box .btns {
  background-color: #ffffff;
  color: #003f6b;
  border-color: #003f6b;
}
event .main-content__widget-area .widget-box .btns:hover {
  color: #ffffff;
  background-color: #003f6b;
}
event .main-content__widget-area .tags {
  display: flex;
  flex-wrap: wrap;
}
event .main-content__widget-area .tags li {
  display: inline-block;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  letter-spacing: normal;
  color: #007fac;
  padding: 0;
}
event .main-content__widget-area .tags li::before {
  content: none;
}
event .main-content__widget-area .tags li a {
  display: inline-block;
}
event .main-content__widget-area .tags li a:hover {
  color: #007fac;
}
event .main-content__widget-area .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;
}
event .main-content__widget-area .tags li i:hover {
  background-color: rgba(0, 127, 172, 0.3);
  color: #007fac;
}
event .main-content__widget-area .tags li.hide {
  display: none;
}
event .main-content__widget-area .share-box ul {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  event .main-content__widget-area .share-box ul {
    padding: 32px 0 40px 0;
    justify-content: flex-start;
  }
}
event .main-content__widget-area .share-box ul li {
  margin-right: 16px;
}
event .main-content__widget-area .share-box ul li a {
  border: none;
}
event .main-content__widget-area .share-box ul li a svg {
  width: 32px;
  height: 32px;
}
event .main-content__widget-area .share-box ul li a:hover {
  color: #0097ce;
}
event .main-content__widget-area .share-box ul li a:hover svg * {
  transition: all 0.2s ease-in-out;
}
event .main-content__widget-area .share-box ul li a:hover svg circle {
  stroke: #0097ce;
}
event .main-content__widget-area .share-box ul li a:hover svg path {
  fill: #0097ce;
}
event .main-content__widget-area .share-box ul li a.print-page-btn {
  border: none;
}
event .main-content__widget-area .share-box ul li a.print-page-btn svg {
  width: 32px;
  height: 32px;
}
event .main-content__widget-area .share-box ul li a.print-page-btn:hover {
  color: #0097ce;
}
event .main-content__widget-area .share-box ul li a.print-page-btn:hover svg * {
  transition: all 0.2s ease-in-out;
}
event .main-content__widget-area .share-box ul li a.print-page-btn:hover svg circle {
  stroke: #0097ce;
}
event .main-content__widget-area .share-box ul li a.print-page-btn:hover svg path {
  fill: white;
  stroke: #0097ce;
}
event .main-content__widget-area .header_subheadline {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  event .main-content__widget-area .header_subheadline {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 480px) {
  event .main-content__widget-area .mobile-third {
    order: 3;
  }
}
event .main-content__widget-area .event-details {
  padding-bottom: 32px;
}
event .main-content__widget-area .event-details__where {
  display: flex;
}
event .main-content__widget-area .event-details__when {
  padding-top: 16px;
  display: flex;
}
event .main-content__widget-area .event-details__venue {
  padding-top: 8px;
  display: flex;
}
event .main-content__widget-area .event-details__time {
  padding-top: 8px;
  display: flex;
}
event .main-content__widget-area .event-details__title {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  event .main-content__widget-area .event-details__title {
    font-size: 14px;
    line-height: 20px;
  }
}
event .main-content__widget-area .event-details__description {
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  event .main-content__widget-area .event-details__description {
    font-size: 14px;
    line-height: 20px;
  }
}
event .main-content__authors-area {
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  event .main-content__authors-area {
    padding-top: 80px;
  }
}
event .main-content__authors-area .bio-grid .title-box {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
event .main-content__authors-area .bio-grid .title-box h4 {
  color: #003f6b;
  font-family: "Foro";
  font-weight: 200;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  event .main-content__authors-area .bio-grid .title-box h4 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 480px) {
  event .main-content__authors-area .bio-grid .title-box h4 {
    flex: 0 1 50%;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.333;
  }
}
event .main-content__authors-area .bio-grid .title-box hr {
  margin: 22px auto;
  max-width: 176px;
  border-color: #0097ce;
}
@media only screen and (max-width: 768px) {
  event .main-content__authors-area .bio-grid .title-box hr {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  event .main-content__authors-area .bio-grid .title-box hr {
    display: block;
    margin: 22px auto;
  }
}
event .main-content__authors-area .bio-grid__content {
  margin: 0 -52px -48px -52px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  event .main-content__authors-area .bio-grid__content {
    margin: 0 -35px -41px -35px;
  }
}
@media only screen and (max-width: 480px) {
  event .main-content__authors-area .bio-grid__content {
    flex: 0 1 50%;
    justify-content: space-between;
    margin: 0 0 -32px;
  }
}
event .main-content__authors-area .bio-grid__content .bio-c {
  margin: 0;
  padding: 0 52px 48px 52px;
  flex: 0 1 25%;
  width: auto;
  text-align: center;
}
event .main-content__authors-area .bio-grid__content .bio-c.bio-hover a .img-c {
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  event .main-content__authors-area .bio-grid__content .bio-c {
    flex: 0 1 33.333333%;
    padding: 0 35px 41px 35px;
  }
}
@media only screen and (max-width: 480px) {
  event .main-content__authors-area .bio-grid__content .bio-c {
    flex: 0 1 50%;
    padding: 0 0 32px;
  }
}
event .main-content__authors-area .bio-grid__content .bio-c .img {
  max-width: 182px;
  height: 182px;
  margin: auto auto 7px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media only screen and (max-width: 480px) {
  event .main-content__authors-area .bio-grid__content .bio-c .img {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 12px;
  }
}
event .main-content__authors-area .bio-grid__content .bio-c .img .img-c {
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: none;
  -webkit-filter: none;
  transition: all 0.2s ease-in-out;
}
event .main-content__authors-area .bio-grid__content .bio-c .img .img-c.no-img {
  background-position: center;
  background-image: url(../images/scramble-default-tile.jpg);
}
event .main-content__authors-area .bio-grid__content .bio-c .img .img-c img {
  height: 100%;
}
event .main-content__authors-area .bio-grid__content .bio-c .img a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
event .main-content__authors-area .bio-grid__content .bio-c h3, event .main-content__authors-area .bio-grid__content .bio-c .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline event .main-content__authors-area .bio-grid__content .bio-c p, event .main-content__authors-area .bio-grid__content .bio-c .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline event .main-content__authors-area .bio-grid__content .bio-c p {
  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) {
  event .main-content__authors-area .bio-grid__content .bio-c h3, event .main-content__authors-area .bio-grid__content .bio-c .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline event .main-content__authors-area .bio-grid__content .bio-c p, event .main-content__authors-area .bio-grid__content .bio-c .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline event .main-content__authors-area .bio-grid__content .bio-c p {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  event .main-content__authors-area .bio-grid__content .bio-c h3, event .main-content__authors-area .bio-grid__content .bio-c .bio-grid .title-box .bio-box-headline p, .bio-grid .title-box .bio-box-headline event .main-content__authors-area .bio-grid__content .bio-c p, event .main-content__authors-area .bio-grid__content .bio-c .bio-grid-small .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline event .main-content__authors-area .bio-grid__content .bio-c p {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 4px;
  }
}
event .main-content__authors-area .bio-grid__content .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) {
  event .main-content__authors-area .bio-grid__content .bio-c h5 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  event .main-content__authors-area .bio-grid__content .bio-c h5 {
    text-align: center;
    margin: 0 11px;
  }
}
@media only screen and (max-width: 480px) {
  event .main-content__authors-area .bio-grid__content .bio-c h5 {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 4px;
  }
}
event .main-content__authors-area .bio-grid__content .bio-c h5.title {
  font-style: italic;
  margin-bottom: 6px;
}
@media only screen and (max-width: 480px) {
  event .main-content__authors-area .bio-grid__content .bio-c h5.title {
    margin-bottom: 4px;
  }
}
event .main-content__authors-area .bio-grid__content .bio-c .linkedin {
  margin: 0 10px;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #0097ce;
}
event .main-content__authors-area .bio-grid__content .bio-c .linkedin :hover {
  color: #003f6b;
}
@media only screen and (max-width: 480px) {
  event .main-content__authors-area .bio-grid__content .bio-c .linkedin {
    text-align: left;
    margin: 0 !important;
  }
}
event .main-content__form-area {
  padding-top: 60px;
  margin: 0 -70px;
}
@media only screen and (max-width: 768px) {
  event .main-content__form-area {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 480px) {
  event .main-content__form-area {
    margin: 0 -18px;
  }
}
event .main-content__scramble-area {
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  event .main-content__scramble-area {
    padding-top: 20px;
  }
}
event .main-content__scramble-area .container-c {
  padding: 0;
}

.simple-section .center-box {
  margin: 0 auto;
  width: 100%;
}
.simple-section .center-box img {
  width: unset;
  max-width: 100%;
}
.simple-section .center-box img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.simple-section .center-box img.alignright {
  float: right;
}
.simple-section .center-box img.alignleft {
  float: left;
}
.simple-section .center-box .wp-caption-text {
  padding-top: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  .simple-section .center-box .wp-caption-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.simple-section .center-box .wp-caption {
  width: 100%;
}
.simple-section .center-box .wp-caption.alignright {
  text-align: right;
}
.simple-section .center-box .wp-caption.alignleft {
  text-align: left;
}
.simple-section .center-box .wp-caption.aligncenter {
  text-align: center;
}

author {
  display: block;
}
author .main-content {
  padding: 0 70px;
}
@media only screen and (max-width: 768px) {
  author .main-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  author .main-content {
    padding: 0 18px;
  }
}
author .main-content__header-area {
  padding-top: 60px;
}
author .main-content__header-area .image-box {
  width: 280px;
  height: 280px;
  margin: 0 auto;
}
author .main-content__header-area .image-box.no-img {
  background-position: center;
  background-image: url(../images/scramble-default-tile.jpg);
}
author .main-content__title-area {
  padding-top: 60px;
}
author .main-content__title-area .title-box {
  text-align: center;
}
author .main-content__title-area .title-box__sub_headline {
  padding-bottom: 16px;
}
author .main-content__title-area .title-box__sub_headline > * {
  margin: 0;
}
author .main-content__title-area .title-box__headline > * {
  margin: 0;
}
author .main-content__title-area .title-box hr {
  border-color: #0097ce;
  border-width: 1px;
  max-width: 176px;
  margin: 24px auto;
}
author .main-content__title-area .title-box hr.wide {
  border-width: 4px;
}
author .main-content__title-area .title-box .sub-headline {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.3px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
author .main-content__title-area .title-box .links-box .linkedin {
  color: #0097ce;
}
author .main-content__title-area .title-box .links-box .linkedin:hover {
  color: #003f6b;
}
author .main-content__hr-area {
  padding-top: 60px;
}
author .main-content__hr-area hr {
  border: 1px solid #424242;
  opacity: 0.25;
  margin: 0;
}
author .main-content__text-area {
  padding-top: 40px;
}
author .main-content__text-area .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) {
  author .main-content__text-area .text-box p {
    font-size: 16px;
    line-height: 1.5;
  }
}
author .main-content__scramble-area {
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  author .main-content__scramble-area {
    padding-top: 20px;
  }
}
author .main-content__scramble-area .container-c {
  padding: 0;
}

.horizontal-rule .container-c {
  padding-right: 70px;
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .horizontal-rule .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .horizontal-rule .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.horizontal-rule hr {
  border: 1px solid #424242;
  opacity: 0.25;
  margin: 0;
}
.horizontal-rule hr.wide {
  border-width: 4px;
}

.anchor-bar-images {
  z-index: 20;
  background: #F3F6F8;
  padding: 60px 70px 44px 70px;
}
.anchor-bar-images .content .filter-box .nav-box {
  max-width: 1440px;
}
.anchor-bar-images .content .filter-box .nav-box li.custom-col-padding {
  padding-left: 8px;
  padding-right: 8px;
}
.anchor-bar-images .content .filter-box .nav-box li.custom-col-padding:first-child {
  padding-left: 0;
}
.anchor-bar-images .content .filter-box .nav-box li.custom-col-padding:last-child {
  padding-right: 0;
}
.anchor-bar-images .content .filter-box .nav-box li {
  margin-bottom: 16px;
}
.anchor-bar-images .content .filter-box .nav-box .anchor-link-wrapper {
  overflow: hidden;
  height: 100%;
}
.anchor-bar-images .content .filter-box .nav-box .anchor-background {
  height: 100%;
  min-height: 272px;
  transition: all 0.2s ease-in-out;
}
.anchor-bar-images .content .filter-box .nav-box .anchor-background:hover {
  transform: scale(1.05);
}
.anchor-bar-images .content .filter-box .nav-box .anchor-background a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SimplonNorm";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: white;
  height: 100%;
  width: 218px;
  margin: 0 auto;
  padding: 0 17px;
}
@media only screen and (min-width: 1280px) {
  .anchor-bar-images .content .filter-box .nav-box.row-less-margin {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 992px) {
  .anchor-bar-images {
    padding: 10px;
    position: relative;
  }
  .anchor-bar-images .content .filter-box .nav-box li.custom-col-padding:first-child {
    padding-left: 8px;
  }
  .anchor-bar-images .content .filter-box .nav-box li.custom-col-padding:last-child {
    padding-right: 8px;
  }
  .anchor-bar-images .content .filter-box .nav-box.row-less-margin {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.post-header-with-filter .results-box .scramble .container-c {
  padding: 0;
}
.post-header-with-filter .title-box {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .post-header-with-filter .title-box {
    margin-bottom: 76px;
  }
}
@media only screen and (max-width: 480px) {
  .post-header-with-filter .title-box {
    margin-bottom: 68px;
  }
}
.post-header-with-filter .title-box h1 {
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .post-header-with-filter .title-box h1 {
    margin-bottom: 16px;
  }
}
.post-header-with-filter .title-box .h1-large {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .post-header-with-filter .title-box .h1-large {
    margin-bottom: 14px;
  }
}
.post-header-with-filter .title-box h5 {
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 2px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  color: #424242;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.post-header-with-filter .title-box p {
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .post-header-with-filter .title-box p {
    margin-bottom: 14px;
  }
}
.post-header-with-filter .filter-box .nav-box li {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  color: #abbcc7;
  text-transform: uppercase;
  margin-right: 32px;
  padding-bottom: 4px;
}
@media only screen and (max-width: 480px) {
  .post-header-with-filter .filter-box .nav-box li {
    margin-right: 9px;
  }
}
.post-header-with-filter .filter-box .nav-box li.active {
  font-weight: bold;
  color: #003f6b;
}
.post-header-with-filter .filter-box .nav-box li:hover a {
  color: inherit;
}
.post-header-with-filter .filter-box .nav-box li:hover:after {
  width: 100%;
}
.post-header-with-filter .filter-box .nav-box li:after {
  height: 2px;
  background-color: #003f6b;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .post-header-with-filter .filter-box .filter-c {
    width: calc(100% + 36px);
    margin-left: -18px;
    background-color: rgba(171, 188, 199, 0.1);
  }
}
.post-header-with-filter .filter-box .filter-c .list-box {
  background-color: rgba(171, 188, 199, 0.1);
  padding: 16px 17px;
  border-top: none;
}
@media only screen and (max-width: 480px) {
  .post-header-with-filter .filter-box .filter-c .list-box {
    background: none;
  }
}
.post-header-with-filter .filter-box .filter-c .list-box ul li {
  font-size: 16px;
}
.post-header-with-filter .filter-box .filter-c .list-box ul li a:hover span {
  background-color: #007aff;
}
.post-header-with-filter .filter-box .filter-c .list-box ul li a:focus {
  border: 1px solid transparent;
}
.post-header-with-filter .filter-box .filter-c .list-box ul li span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  background-color: #474747;
  margin-left: 4px;
  padding: 1px 6px 0 7px;
}
@media only screen and (max-width: 480px) {
  .post-header-with-filter .filter-box .filter-c .btn-box {
    margin: 8px 18px;
  }
}
.post-header-with-filter .filter-box .filter-c .btn-box .btns {
  background-color: #0097ce;
  border: 1px solid #0097ce;
  color: #ffffff;
  border-radius: 0;
}
@media only screen and (min-width: 481px) {
  .post-header-with-filter .filter-box .filter-c .btn-box .btns {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .post-header-with-filter .filter-box .filter-c .btn-box .btns {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .post-header-with-filter .filter-box .filter-c .btn-box .btns {
    padding: 12px 14px 13px;
    font-size: 10px;
  }
}
.post-header-with-filter .filter-box .filter-c .btn-box .btns:hover {
  background-color: #003f6b;
  border: 1px solid #003f6b;
}
.post-header-with-filter .filter-box .filter-c .btn-box .btns:after {
  margin-left: 15px;
  content: "";
  display: block;
  width: 33px;
  height: 20px;
  background-image: url(../images/search-white.svg);
  background-size: 100% 100%;
}
@media only screen and (max-width: 480px) {
  .post-header-with-filter .filter-box .filter-c .btn-box .btns:after {
    margin-left: 8px;
    width: 17px;
    height: 15px;
  }
}
.post-header-with-filter .filter-box .filter-c .filter-search-box {
  padding: 141px 40px 50px;
  border-left: none;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .post-header-with-filter .filter-box .filter-c .filter-search-box {
    padding: 136px 18px 208px;
  }
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box {
  margin-bottom: 37px;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 54px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 16px;
  line-height: 54px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 16px;
  line-height: 54px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px;
  line-height: 54px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  color: #424242;
  opacity: 1;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group {
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group {
    margin-bottom: 24px;
  }
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group input {
  font-size: 14px;
  line-height: 46px;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  height: 48px;
  border: 1px solid #94999C;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group button {
  color: #424242;
  font-weight: bold;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group.select-box {
  position: relative;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group.select-box input {
  cursor: pointer;
  padding-right: 30px;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group.select-box.active:after {
  transform: rotate(180deg) translateY(50%);
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group.select-box:after {
  content: " ";
  width: 12px;
  height: 6px;
  background-image: url(../images/select-02.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group.select-box:after {
    right: 10px;
  }
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group.select-box .option {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  max-height: 300px;
  background-color: #fff;
  border: 1px solid #94999C;
  border-top: 0;
  overflow: auto;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group.select-box .option li {
  font-size: 14px;
  line-height: 1.5;
  font-family: "SimplonNorm";
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group.select-box .option li a {
  display: block;
  padding: 13px 20px;
  text-decoration: none;
  color: #424242;
  background-color: #ffffff;
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group.select-box .option li a:hover {
  background-color: rgba(171, 188, 199, 0.1);
}
.post-header-with-filter .filter-box .filter-c .filter-search-box .search-box form .form-group.select-box .option li a:focus {
  background-color: rgba(171, 188, 199, 0.1);
}
.post-header-with-filter .filter-box .filter-with-additional .filter-search-btn {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #0097ce;
}
.post-header-with-filter .results-box {
  opacity: 1;
  transition: opacity 0.2s linear;
  margin-top: 24px;
}
.post-header-with-filter .results-box > div {
  margin-bottom: 32px;
}
.post-header-with-filter .results-box > div:last-child {
  margin-bottom: 0;
}
.post-header-with-filter .results-box .pagination {
  margin-top: 64px;
}
.post-header-with-filter .results-box .links .content {
  margin-top: -62px;
  margin-bottom: -62px;
}
@media only screen and (max-width: 767px) {
  .post-header-with-filter .results-box .links .content {
    margin-top: -24px;
    margin-bottom: -24px;
  }
}
.post-header-with-filter .results-box .links .content .unit-box {
  margin-top: 62px;
  margin-bottom: 62px;
}
@media only screen and (max-width: 767px) {
  .post-header-with-filter .results-box .links .content .unit-box {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.post-header-with-filter .results-box.loader {
  opacity: 0;
}
.post-header-with-filter .results-box .scramble .unit-box .text-box .date {
  height: 18px;
  font-family: "SimplonNorm";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  color: #424242;
}

::selection {
  background: rgba(0, 151, 206, 0.15); /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: rgba(0, 151, 206, 0.15); /* Gecko Browsers */
}

.highlight-and-share-wrapper::after {
  border-top: 10px solid #003f6b !important;
}
.highlight-and-share-wrapper .has_facebook {
  background: #003f6b !important;
}
.highlight-and-share-wrapper .has_twitter {
  background: #003f6b !important;
}
.highlight-and-share-wrapper .has_linkedin {
  background: #003f6b !important;
}
.highlight-and-share-wrapper div:first-child {
  border-radius: 2px 0 0 2px !important;
}
.highlight-and-share-wrapper div:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.login-form {
  padding: 110px 0 120px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .login-form {
    padding: 20px 0 80px;
  }
}
.login-form .container-c {
  padding-left: 360px;
  padding-right: 360px;
}
@media only screen and (max-width: 768px) {
  .login-form .container-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .login-form .container-c {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.login-form .container-c .login-form-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-form .container-c .login-form-block__text {
  text-align: center;
  padding-bottom: 64px;
}
.login-form .container-c .login-form-block__text .subheadline {
  padding-top: 24px;
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 480px) {
  .login-form .container-c .login-form-block__text .subheadline {
    padding-top: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .login-form .container-c .login-form-block__text .subheadline {
    font-size: 16px;
    line-height: 24px;
  }
}
.login-form .container-c .login-form-block__text .subheadline a {
  text-decoration: underline;
}
.login-form .container-c .login-form-block #login-error {
  padding-bottom: 24px;
}
.login-form .container-c .login-form-block #login-error p {
  color: #ff0000;
}
.login-form .container-c .login-form-block #loginform {
  max-width: 368px;
}
@media only screen and (max-width: 480px) {
  .login-form .container-c .login-form-block #loginform {
    max-width: 324px;
  }
}
.login-form .container-c .login-form-block #loginform .login-username {
  display: inline-block;
}
.login-form .container-c .login-form-block #loginform .login-username label {
  display: none;
}
.login-form .container-c .login-form-block #loginform .login-username label br {
  display: none;
}
.login-form .container-c .login-form-block #loginform .login-username input {
  padding: 13px 10px;
  border: 0.5px solid #2A3339;
  width: 368px;
  height: 48px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2A3339;
}
@media only screen and (max-width: 480px) {
  .login-form .container-c .login-form-block #loginform .login-username input {
    width: 324px;
    font-size: 14px;
    line-height: 20px;
  }
}
.login-form .container-c .login-form-block #loginform .login-password {
  display: inline-block;
}
.login-form .container-c .login-form-block #loginform .login-password label {
  display: none;
}
.login-form .container-c .login-form-block #loginform .login-password label br {
  display: none;
}
.login-form .container-c .login-form-block #loginform .login-password input {
  padding: 13px 10px;
  border: 0.5px solid #2A3339;
  width: 368px;
  height: 48px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2A3339;
}
@media only screen and (max-width: 480px) {
  .login-form .container-c .login-form-block #loginform .login-password input {
    width: 324px;
    font-size: 14px;
    line-height: 20px;
  }
}
.login-form .container-c .login-form-block #loginform .login-remember {
  display: none;
}
.login-form .container-c .login-form-block #loginform .login-submit input {
  padding: 16px 24px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.75px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  border-radius: 4px;
  border: 1px solid #003f6b;
  color: #003f6b;
}
.login-form .container-c .login-form-block #loginform .login-submit input:hover {
  color: #ffffff;
  background: #003f6b;
}

@media print {
  section.scramble {
    display: none;
  }
  section.reports.hero {
    min-height: unset;
  }
  section.reports.hero .background-box {
    display: none;
  }
  section.reports.hero .text-box * {
    color: #000000 !important;
  }
  section.reports.hero .text-box .read-time, section.reports.hero .text-box .top-headline {
    display: none;
  }
  section.bio-grid {
    display: none;
  }
  section.reports-media-content {
    padding-bottom: 0 !important;
  }
  section.reports-media-content .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.reports-media-content .col-lg-3 {
    display: none;
  }
  section.reports-text-content {
    padding-top: 0 !important;
  }
  section.reports-text-content .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.reports-text-content .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  section.reports-text-content .col-lg-3 .media-box {
    display: none;
  }
  section.reports-text-content .main-box * {
    color: #000000 !important;
  }
  section.reports-text-content .left-box {
    padding-right: 0;
  }
  section.reports-text-content .left-box * {
    color: #000000 !important;
  }
  section.reports-text-content .left-box .sidebar-box-outer {
    display: none;
  }
  section.reports-text-content .right-box {
    padding-left: 0;
  }
  section.reports-text-content .right-box * {
    color: #000 !important;
  }
  section.reports-text-content .quote-box {
    padding-top: 0;
  }
  section.reports-text-content .quote-box__description:before {
    display: none;
  }
  section.reports-text-content .quote-box__description h6 {
    padding-left: 0;
  }
  .return-to-top {
    display: none !important;
  }
  .anchor-bar {
    display: none;
  }
  .form-dafault {
    display: none;
  }
  iframe {
    display: none;
  }
}
@media print {
  article .header-image {
    min-height: unset;
    margin-top: 0;
  }
  article .header-image .background-box {
    display: none !important;
  }
  article .header-image .text-box {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    padding-left: 0;
    text-align: center;
  }
  article .header-image .text-box * {
    color: #000000 !important;
  }
  article .header-image .mask {
    display: none;
  }
  article .main-content {
    padding: 0;
  }
  article .main-content__scramble-area {
    display: none !important;
  }
  article .main-content__authors-area {
    display: none !important;
  }
  article .main-content__widget-area .video-box {
    display: none;
  }
  article .main-content__widget-area .text-box li {
    padding-left: 0;
  }
  article .main-content__widget-area .text-box li:before {
    display: none;
  }
  article .main-content__widget-area * {
    color: #000000 !important;
  }
  article .main-content__widget-area .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  article .main-content__widget-area .col-lg-3 {
    display: none;
  }
}
@media print {
  event .header-image {
    min-height: unset;
    margin-top: 0;
  }
  event .header-image .background-box {
    display: none !important;
  }
  event .header-image .text-box {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    padding-left: 0;
  }
  event .header-image .text-box .link-box {
    display: none;
  }
  event .header-image .text-box * {
    color: #000000 !important;
  }
  event .header-image .mask {
    display: none;
  }
  event .main-content {
    padding: 0;
  }
  event .main-content__scramble-area {
    display: none !important;
  }
  event .main-content__authors-area {
    display: none !important;
  }
  event .main-content__widget-area .video-box {
    display: none;
  }
  event .main-content__widget-area .text-box li {
    padding-left: 0;
  }
  event .main-content__widget-area .text-box li:before {
    display: none;
  }
  event .main-content__widget-area * {
    color: #000000 !important;
  }
  event .main-content__widget-area .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  event .main-content__widget-area .col-lg-3 {
    display: none;
  }
}
@media print {
  news .header-image {
    min-height: unset;
    margin-top: 0;
  }
  news .header-image .background-box {
    display: none !important;
  }
  news .header-image .text-box {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    padding-left: 0;
  }
  news .header-image .text-box .link-box {
    display: none;
  }
  news .header-image .text-box * {
    color: #000000 !important;
  }
  news .header-image .mask {
    display: none;
  }
  news .main-content {
    padding: 0;
  }
  news .main-content__scramble-area {
    display: none !important;
  }
  news .main-content__authors-area {
    display: none !important;
  }
  news .main-content__widget-area .video-box {
    display: none;
  }
  news .main-content__widget-area .text-box li {
    padding-left: 0;
  }
  news .main-content__widget-area .text-box li:before {
    display: none;
  }
  news .main-content__widget-area * {
    color: #000000 !important;
  }
  news .main-content__widget-area .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  news .main-content__widget-area .col-lg-3 {
    display: none;
  }
}
@media print {
  press-release .main-content {
    padding: 0;
  }
  press-release .main-content__scramble-area {
    display: none !important;
  }
  press-release .main-content__header-area {
    padding: 0;
  }
  press-release .main-content__header-area .header-image .text-box {
    max-width: unset;
    text-align: center;
  }
  press-release .main-content__header-area .header-image .text-box * {
    color: #000000 !important;
  }
  press-release .main-content__authors-area {
    display: none !important;
  }
  press-release .main-content__widget-area .video-box {
    display: none;
  }
  press-release .main-content__widget-area .text-box li {
    padding-left: 0;
  }
  press-release .main-content__widget-area .text-box li:before {
    display: none;
  }
  press-release .main-content__widget-area * {
    color: #000000 !important;
  }
  press-release .main-content__widget-area .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  press-release .main-content__widget-area .col-lg-3 {
    display: none;
  }
}
@media print {
  header {
    display: none;
  }
  .btns {
    display: none !important;
  }
  .strada-print {
    display: none !important;
  }
  section {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  section .container-c {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .learn-more {
    display: none !important;
  }
  .logo-print-only {
    display: block;
    padding-bottom: 60px;
  }
  .logo-print-only .background-box {
    margin: 0;
    height: 80px;
    width: 220px;
    background-size: cover;
    background-color: #0097ce;
    z-index: 1;
  }
  section.empty-container {
    display: none;
  }
  footer {
    display: none;
  }
  div.cookie {
    display: none;
  }
  section.text-alert {
    display: none;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3, .bio-grid .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline p {
    orphans: 3;
    widows: 3;
  }
  h2, h3, .bio-grid .title-box .bio-box-headline p, .bio-grid-small .title-box .bio-box-headline p {
    page-break-after: avoid;
  }
}
@media print {
  podcast .header-image {
    min-height: unset;
    margin-top: 0;
  }
  podcast .header-image .background-box {
    display: none !important;
  }
  podcast .header-image .text-box {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    padding-left: 0;
  }
  podcast .header-image .text-box .link-box {
    display: none;
  }
  podcast .header-image .text-box * {
    color: #000000 !important;
  }
  podcast .header-image .mask {
    display: none;
  }
  podcast .main-content {
    padding: 0;
  }
  podcast .main-content__scramble-area {
    display: none !important;
  }
  podcast .main-content__authors-area {
    display: none !important;
  }
  podcast .main-content__podcast-area {
    display: none;
  }
  podcast .main-content__widget-area {
    display: none;
  }
  podcast .main-content__text-area .video-box {
    display: none;
  }
  podcast .main-content__text-area .text-box li {
    padding-left: 0;
  }
  podcast .main-content__text-area .text-box li:before {
    display: none;
  }
  podcast .main-content__text-area * {
    color: #000000 !important;
  }
  podcast .main-content__text-area .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  podcast .main-content__text-area .col-lg-3 {
    display: none;
  }
}
@media print {
  videos .header-video {
    min-height: unset;
    margin-top: 0;
  }
  videos .header-video .background-box {
    display: none !important;
  }
  videos .header-video__text-box {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    padding-left: 0;
  }
  videos .header-video__text-box .link-box {
    display: none;
  }
  videos .header-video__text-box * {
    color: #000000 !important;
  }
  videos .header-video__image-box {
    display: none !important;
  }
  videos .header-video .mask {
    display: none;
  }
  videos .main-content {
    padding: 0;
  }
  videos .main-content__scramble-area {
    display: none !important;
  }
  videos .main-content__authors-area {
    display: none !important;
  }
  videos .main-content__podcast-area {
    display: none;
  }
  videos .main-content__widget-area {
    display: none;
  }
  videos .main-content__text-area .video-box {
    display: none;
  }
  videos .main-content__text-area .text-box li {
    padding-left: 0;
  }
  videos .main-content__text-area .text-box li:before {
    display: none;
  }
  videos .main-content__text-area * {
    color: #000000 !important;
  }
  videos .main-content__text-area .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  videos .main-content__text-area .col-lg-3 {
    display: none;
  }
}
@media print {
  section.text-intro .container-c {
    text-align: left !important;
    background: none !important;
  }
  section.text-intro .text-box * {
    color: #000000 !important;
  }
  section.text-intro hr {
    border-color: white !important;
  }
  section.text-intro .text-box {
    max-width: unset !important;
  }
  section.text-intro .text-box .btns {
    display: none;
  }
  section.text-intro .background-box {
    display: none;
  }
  section.text-intro .background-overlay {
    display: none;
  }
  section.text-intro .col-lg-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  /**
  Section Hero
   */
  section.hero {
    min-height: unset !important;
  }
  section.hero .background-box {
    display: none;
  }
  section.hero .text-box * {
    color: #000000 !important;
  }
  section.hero .text-box {
    max-width: unset !important;
  }
  section.hero .text-box .btns {
    display: none !important;
  }
  section.hero .text-box .read-time, section.hero .text-box .top-headline {
    display: none;
  }
  /**
  Section Image And Quote
   */
  section.image-and-quote div {
    break-inside: avoid;
  }
  /**
  Section Findings
   */
  .reports-findings {
    display: none;
  }
  /**
  Section Text Header
   */
  section.text-header .text-box {
    max-width: unset !important;
  }
  section.text-header .text-box .learn-more {
    display: none !important;
  }
  section.text-header .text-box * {
    color: #000000 !important;
  }
  section.text-header .alternate-box {
    display: none !important;
  }
  section.text-header .text-header-video {
    display: none !important;
  }
  section.text-header .author-box {
    display: none !important;
  }
  section.text-header .links .content {
    flex-direction: column;
  }
  section.text-header .links .content .unit-box {
    width: 100%;
  }
  section.text-header .links .content .unit-box:before {
    height: 0 !important;
  }
  section.text-header .links .content .unit-box .learn-more {
    display: none !important;
  }
  /**
  Section Intro Slider
   */
  section.section-intro-slider {
    display: none !important;
  }
  /**
  Section Intro Single
   */
  section.section-intro-single {
    background: white !important;
  }
  section.section-intro-single .content-c {
    flex-direction: column;
  }
  section.section-intro-single .slick-arrow {
    display: none !important;
  }
  section.section-intro-single .text-box * {
    color: #000000 !important;
  }
  section.section-intro-single .text-box {
    width: 100% !important;
    break-inside: avoid;
  }
  section.section-intro-single .text-box .text-c {
    max-width: unset !important;
    break-inside: avoid;
  }
  section.section-intro-single .text-box hr {
    display: none !important;
  }
  section.section-intro-single .text-box .btns {
    display: none !important;
  }
  section.section-intro-single .video-box {
    display: none !important;
  }
  section.section-intro-single .image-box {
    display: none !important;
  }
  section.section-intro-single.left {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  section.section-intro-single.left .container-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section.section-intro-single.left .container-c .content-c {
    margin: 0 !important;
  }
  section.section-intro-single.left .container-c .content-c .text-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /**
  Section Content Zone
   */
  section.content-zone {
    background: white !important;
  }
  section.content-zone .large {
    max-width: unset !important;
  }
  section.content-zone .container-c * {
    color: #000000 !important;
  }
  section.content-zone .container-c hr {
    display: none !important;
  }
  section.content-zone .content-c {
    flex-direction: column !important;
  }
  section.content-zone .content-c .learn-more {
    display: none !important;
  }
  section.content-zone .content-c .left-box {
    width: 100% !important;
  }
  section.content-zone .content-c .right-box {
    width: 100% !important;
  }
  section.content-zone .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.content-zone .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.content-zone .title-box h4 {
    max-width: unset !important;
  }
  section.content-zone .text-box * {
    color: #000000 !important;
  }
  section.content-zone .text-box {
    break-inside: avoid;
  }
  section.content-zone .text-box .text {
    break-inside: avoid;
  }
  section.content-zone .text-box .text hr {
    border-color: white !important;
  }
  /**
  Section Header with logo
   */
  section.text-header-logo .text-box {
    width: 100% !important;
  }
  section.text-header-logo .text-box .learn-more {
    display: none;
  }
  section.text-header-logo .text-box * {
    color: #000000 !important;
  }
  section.text-header-logo .image-box {
    display: none !important;
  }
  /**
  Section HERO-alternate
   */
  section.hero-alternate .hero-hr {
    display: none !important;
  }
  section.hero-alternate .text-box * {
    color: #000000 !important;
  }
  section.hero-alternate .image-box {
    display: none !important;
  }
  section.hero-alternate .text-box {
    width: 100% !important;
    max-width: unset !important;
  }
  section.hero-alternate .text-box .btns {
    display: none !important;
  }
  /**
  Section CTA
   */
  section.cta .container-c {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  section.cta .text-box * {
    color: #000000 !important;
  }
  section.cta .text-box {
    min-height: unset !important;
  }
  section.cta .text-box .text-c {
    margin: 0 !important;
    text-align: left !important;
    break-inside: avoid;
    max-width: unset !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  section.cta .btns {
    display: none !important;
  }
  section.cta .background-box {
    display: none !important;
  }
  /**
  Section Links
   */
  section.links .title-box .learn-more {
    display: none !important;
  }
  section.links .title-box * {
    color: #000000 !important;
  }
  section.links .content * {
    color: #000000 !important;
  }
  section.links .content {
    flex-direction: column !important;
  }
  section.links .content .unit-box {
    width: 100% !important;
  }
  section.links .content .unit-box:before {
    height: 0 !important;
  }
  section.links .content .unit-box .learn-more {
    display: none !important;
  }
  /**
  Section Bio-grid-small
   */
  section.bio-grid-small {
    display: none;
  }
  /**
  Section Large Featured Tile
   */
  section.large-featured-tile .container-c * {
    text-decoration: none !important;
  }
  section.large-featured-tile .text-box * {
    color: #000000 !important;
  }
  section.large-featured-tile .text-box {
    padding: 0 !important;
  }
  section.large-featured-tile .text-box .date {
    display: none;
  }
  section.large-featured-tile .text-box .title-description {
    margin-bottom: 0 !important;
  }
  section.large-featured-tile .image-box {
    display: none;
  }
  section.large-featured-tile .slick-arrow {
    display: none;
  }
  /**
  Section Content Zone Highcharts
   */
  section.content-zone-highcharts-large .text-box * {
    color: #000000 !important;
  }
  section.content-zone-highcharts-large .text-box .learn-more {
    display: none !important;
  }
  /**
  Section Topic Tiles
   */
  section.topic-tiles {
    display: none !important;
  }
  /**
  Section Post Header With Filter
   */
  section.post-header-with-filter {
    display: none !important;
  }
  /**
  Section Content Zone Bullets
   */
  section.content-zone-bullets .col-lg-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  section.content-zone-bullets .container-c * {
    color: #000000 !important;
  }
  section.content-zone-bullets .container-c hr {
    display: none !important;
  }
  section.content-zone-bullets .content-c {
    flex-direction: column !important;
  }
  section.content-zone-bullets .content-c .learn-more {
    display: none !important;
  }
  section.content-zone-bullets .content-c .left-box {
    width: 100% !important;
  }
  section.content-zone-bullets .content-c .right-box {
    width: 100% !important;
  }
  section.content-zone-bullets .bullets-box {
    flex-direction: column;
  }
  section.content-zone-bullets .bullets-box .unit {
    width: 100% !important;
  }
  section.content-zone-bullets .bullets-box .unit .learn-more {
    display: none !important;
  }
  /**
  Section Quote
   */
  section.quote .container-c * {
    color: #000000 !important;
  }
  section.quote blockquote {
    border: none !important;
  }
  section.quote .col-md-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  /**
  Section Image And Quote
   */
  section.image-and-quote .container-c * {
    color: #000000 !important;
  }
  section.image-and-quote .quote-box {
    width: 100% !important;
  }
  section.image-and-quote .footer-line {
    display: none !important;
  }
  /**
  Section Full Image and Quote
   */
  section.full-image-and-quote {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  section.full-image-and-quote .container-c * {
    color: #000000 !important;
  }
  section.full-image-and-quote .text-c {
    max-width: unset !important;
  }
  section.full-image-and-quote .quote-box {
    padding: 0 !important;
  }
  section.full-image-and-quote .image-box {
    display: none !important;
  }
  .text-intro.text-info .container-c {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /**
  Section Info Links
   */
  section.text-info-links {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: white !important;
  }
  section.text-info-links .viewpoints {
    display: none;
  }
  section.text-info-links .container-c * {
    text-align: left !important;
    color: #000000 !important;
  }
  section.text-info-links .col-lg-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  section.text-info-links .text-box {
    max-width: unset !important;
  }
  section.text-info-links .text-box hr {
    border-color: white !important;
  }
  section.text-info-links .text-box .btns {
    display: none !important;
  }
  section.text-info-links .links {
    display: block !important;
  }
  section.text-info-links .links .title-box {
    border-top: none !important;
  }
  section.text-info-links .links .content {
    flex-direction: column !important;
  }
  section.text-info-links .links .content .unit-box {
    width: 100% !important;
  }
  section.text-info-links .links .content .unit-box:before {
    height: 0 !important;
  }
  section.text-info-links .links .content .unit-box .learn-more {
    display: none !important;
  }
  /**
  Section Logo Grid Basic
   */
  section.logo-grid-basic .container-c * {
    text-align: left !important;
    color: #000000 !important;
  }
  section.logo-grid-basic .background-box {
    display: none;
  }
  section.logo-grid-basic .title-box {
    text-align: left;
  }
  section.logo-grid-basic .title-box hr {
    border-color: white !important;
  }
  /**
  Section Maps
   */
  section.maps {
    display: none !important;
  }
  section.links.quick {
    display: none;
  }
  section.links.description {
    background: white !important;
  }
  section.links.description .content .row {
    flex-direction: column !important;
  }
  section.links.description .content .row .col-custom {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  section.links.description .content .unit-box:before {
    height: 0 !important;
  }
  section.anchor-bar-images {
    display: none;
  }
  section.logo-description .container-c * {
    color: #000000 !important;
  }
  section.logo-description .title-box {
    text-align: left;
  }
  section.logo-description .title-box hr {
    border-color: white !important;
  }
  section.logo-description .grid-description .grid-c__body {
    flex-direction: column !important;
  }
  section.logo-description .grid-description .grid-c__body .col-box .img {
    display: none;
  }
  section.logo-description .grid-description .grid-c__body .vertical-line {
    display: none;
  }
  section.logo-description .grid-description .grid-c__body .learn-more {
    display: none !important;
  }
  section.logo-description .grid-description .grid-c__footer {
    display: none !important;
  }
  section.section-intro-single.center .content-c {
    padding: 0 !important;
  }
  section.section-intro-single.center .content-c .content-box {
    max-width: unset !important;
  }
  section.image-module {
    display: none;
  }
  section.horizontal-rule {
    display: none;
  }
  section.content-zone-highcharts .content-c {
    flex-direction: column !important;
  }
  section.content-zone-highcharts .content-c .text-box {
    width: 100% !important;
  }
  section.content-zone-highcharts .content-c .text-box * {
    color: #000000 !important;
  }
  section.content-zone-highcharts .content-c .image-box {
    width: 100% !important;
  }
  section.content-zone-highcharts-large .text-box * {
    color: #000000 !important;
  }
  section.basic-text-module hr {
    border-color: white !important;
  }
  section.basic-text-module .container-c * {
    text-align: left !important;
    color: #000000 !important;
  }
  section.basic-text-module .links-box {
    display: none !important;
  }
  section.text-intro.text-info.inset .container-c {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.strada-print {
  display: none;
  position: fixed;
  text-align: center;
  z-index: 21;
  bottom: 84px;
  right: 11px;
}
@media only screen and (max-width: 768px) {
  .strada-print {
    right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .strada-print {
    right: 18px;
  }
}
.strada-print .print-btn {
  display: block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
  background-color: #0097ce;
  background-image: url(../images/printer_main.svg);
}
.strada-print .print-btn:hover {
  background-color: #007fac;
}

@media screen and (min-width: 1024px) {
  .download-pdf-btn:hover {
    position: relative;
  }
  .download-pdf-btn:hover .print-hint-modal {
    display: flex;
  }
}
.print-hint-modal {
  display: none;
  position: absolute;
  top: 150%;
  right: 50%;
  width: 450px;
  z-index: 9999;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 20px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  flex-direction: column;
}
.print-hint-modal .phm__button {
  display: none;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .print-hint-modal .phm__button {
    display: block;
  }
}

.print-hint-modal--mobile {
  display: flex;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  max-width: 95%;
}
@media screen and (max-width: 1024px) {
  .print-hint-modal--mobile {
    right: 0;
    width: 100%;
    transform: unset;
    max-width: unset;
  }
}

.phm__title {
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 20px;
}

.phm__text {
  color: #2A3339;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

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

.btns-shortcode-section {
  margin-top: 24px;
}

.log-out {
  background: #003f6b;
}
.log-out .container {
  max-width: none;
  padding-right: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 479px) {
  .log-out .container {
    padding-right: 18px;
  }
}
.log-out .container .text-box {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.3px;
  font-family: "SimplonNorm";
  font-weight: bold;
  font-style: normal;
  text-align: right;
}
.log-out .container .text-box a {
  color: #ffffff;
}
.log-out .container .text-box a:hover {
  color: #0097ce;
}

.single-event .header-image .text-box, .single-news .header-image .text-box, .single-post .header-image .text-box {
  text-align: center;
  margin: 0 70px;
  max-width: unset !important;
  width: 100% !important;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .single-event .header-image .text-box, .single-news .header-image .text-box, .single-post .header-image .text-box {
    margin: 0 16px;
  }
}
.single-event .header-image .text-box.left, .single-news .header-image .text-box.left, .single-post .header-image .text-box.left {
  text-align: start;
  margin-left: 70px;
}
@media only screen and (max-width: 768px) {
  .single-event .header-image .text-box.left, .single-news .header-image .text-box.left, .single-post .header-image .text-box.left {
    margin-left: 16px;
  }
}
.single-event .header-image .text-box.full, .single-news .header-image .text-box.full, .single-post .header-image .text-box.full {
  max-width: unset !important;
}
.single-event .header-image .text-box.half, .single-news .header-image .text-box.half, .single-post .header-image .text-box.half {
  max-width: 808px !important;
}

.single-press-release .header-image .text-box {
  text-align: center;
  padding-left: 0;
  max-width: unset !important;
  width: 100% !important;
}
.single-press-release .header-image .text-box.left {
  text-align: start;
}
.single-press-release .header-image .text-box.full {
  max-width: unset !important;
}
.single-press-release .header-image .text-box.half {
  max-width: 808px !important;
}

.single-video .header-video .header-video__text-box {
  text-align: center;
  max-width: unset;
  width: 100%;
  padding: 24px 70px;
}
@media only screen and (max-width: 768px) {
  .single-video .header-video .header-video__text-box {
    padding: 0 16px;
  }
}
.single-video .header-video .header-video__text-box.left {
  text-align: start;
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .single-video .header-video .header-video__text-box.left {
    padding-left: 16px;
  }
}
.single-video .header-video .header-video__text-box.full {
  max-width: unset !important;
}
.single-video .header-video .header-video__text-box.half {
  max-width: 948px !important;
}

.bio-grid .bio-grid-hr, .bio-grid-small .bio-grid-hr {
  margin: 23px 0;
}
.bio-grid .bio-grid-hr hr, .bio-grid-small .bio-grid-hr hr {
  width: 100%;
}
.bio-grid .bio-c h4, .bio-grid-small .bio-c h4 {
  font-family: "SimplonNorm";
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 680px) {
  .bio-grid .bio-c h4, .bio-grid-small .bio-c h4 {
    font-size: 16px;
  }
}

/**
 * Swiper 5.3.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 10, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero-swiper {
  position: relative;
}
.hero-swiper .video-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.hero-swiper .author-list {
  margin-top: 24px;
}

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