@charset "UTF-8";
@import url(bootstrap.min.css);
@import url(slick.css);
@import url(../fonts/stylesheet.css);
@import url(../fonts/iconfont/iconfont.css);
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 888;
  width: 100%;
  background: transparent;
  padding: 21px 0;
  transition: All 0.3s ease-in-out;
}

@media (max-width: 767.9px) {
  header {
    position: fixed;
  }
}
@media (max-width: 575.9px) {
  header {
    padding: 11px 0;
  }
}
@media (max-width: 767.9px) {
  header.header-hide {
    top: -100%;
  }
}
@media (max-width: 767.9px) {
  header.smaller-white-scroll {
    position: fixed;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    background: #fff !important;
  }
}
@media (max-width: 1199.9px) {
  header.smaller-white-scroll.is-show .header .hamburger {
    transform: translateY(24px) !important;
  }
}
header.smaller-white-scroll .header .logo img {
  display: none;
}

@media (max-width: 767.9px) {
  header.smaller-white-scroll .header .logo img {
    display: block;
    height: 50px;
  }
}
header.smaller-white-scroll .header .logo .circle {
  display: none;
}

@media (max-width: 767.9px) {
  header.smaller-white-scroll .header .logo .circle {
    display: block;
    width: 50px;
    left: 6px;
  }
}
header.smaller-white-scroll .header .logo .partial {
  display: none;
}

@media (max-width: 767.9px) {
  header.smaller-white-scroll .header .logo .partial {
    display: block;
    width: 63px;
  }
}
header.smaller-white-scroll .header .logo .white-logo {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

header.smaller-white-scroll .header .logo .black-logo {
  opacity: 1;
  visibility: visible;
  position: static;
  transition: All 0.3s ease-in-out;
}

header.smaller-white-scroll .header nav .menu-list li a {
  color: #000 !important;
  transition: all 0s;
  display: none;
}

@media (max-width: 767.9px) {
  header.smaller-white-scroll .header nav .menu-list li a {
    display: block;
  }
}
header.smaller-white-scroll .hamburger span {
  background: #000;
  transition: all 0s;
  display: none;
}

@media (max-width: 767.9px) {
  header.smaller-white-scroll .hamburger span {
    display: block;
  }
}
@media (max-width: 767.9px) {
  header.smaller-white-bg {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
  }
}
header.smaller-white-bg.is-show .header .hamburger {
  transform: translateY(44px) !important;
}

@media (max-width: 1199.9px) {
  header.smaller-white-bg.is-show .header .hamburger {
    transform: translateY(24px) !important;
  }
}
@media (max-width: 767.9px) {
  header.smaller-white-bg .header .logo img {
    height: 50px;
  }
}
@media (max-width: 767.9px) {
  header.smaller-white-bg .header .logo .circle {
    width: 50px;
    left: 6px;
  }
}
@media (max-width: 767.9px) {
  header.smaller-white-bg .header .logo .partial {
    width: 63px;
  }
}
header.smaller-white-bg .header .logo .white-logo {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

header.smaller-white-bg .header .logo .black-logo {
  opacity: 1;
  visibility: visible;
  position: static;
  transition: All 0.3s ease-in-out;
}

header.smaller-white-bg .header nav .menu-list li a {
  color: #000 !important;
}

header.smaller-white-bg .hamburger span {
  background: #000;
}

header.is-show .header .megamenu {
  top: 0;
}

.megamenu .content .left-content h2 {
  text-transform: none;
}

header.white-bg {
  background: transparent;
}

header.white-bg .header .logo .white-logo {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

header.white-bg .header .logo .black-logo {
  opacity: 1;
  visibility: visible;
  position: static;
  transition: All 0.3s ease-in-out;
}

header.white-bg .header nav .menu-list li a {
  color: #000 !important;
}

header.white-bg .hamburger span {
  background: #000;
}

header.white-bg + section {
  margin-top: 362px;
}

@media (max-width: 1199.9px) {
  header.white-bg + section {
    margin-top: 300px;
  }
}
@media (max-width: 991.9px) {
  header.white-bg + section {
    margin-top: 240px;
  }
}
@media (max-width: 767.9px) {
  header.white-bg + section {
    margin-top: 180px;
  }
}
@media (max-width: 575.9px) {
  header.white-bg + section {
    margin-top: 162px;
  }
}
header.white-bg + .custom-fullpage-slider {
  margin-top: 0;
}

header.transparent-bg .header .logo .white-logo {
  opacity: 1;
  visibility: visible;
  position: static;
}

header.transparent-bg .header .logo .black-logo {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: All 0.3s ease-in-out;
}

header.transparent-bg .header nav .menu-list li a {
  color: #fff !important;
}

header.transparent-bg .header .hamburger span {
  background: #fff;
}

header .header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

header .header .logo {
  position: relative;
}

header .header .logo h1 {
  margin: 0;
}

header .header .logo h1 a {
  display: flex;
  align-items: center;
}

header .header .logo .circle {
  position: absolute;
  left: 16px;
  width: 139px;
  top: 0;
}

@media (max-width: 1199.9px) {
  header .header .logo .circle {
    width: 100px;
    left: 11px;
  }
}
@media (max-width: 991.9px) {
  header .header .logo .circle {
    width: 75px;
    left: 8px;
  }
}
@media (max-width: 767.9px) {
  header .header .logo .circle {
    width: 73px;
    left: 8px;
  }
}
header .header .logo .partial {
  width: 174px;
}

@media (max-width: 1199.9px) {
  header .header .logo .partial {
    width: 125px;
  }
}
@media (max-width: 991.9px) {
  header .header .logo .partial {
    width: 93px;
  }
}
@media (max-width: 767.9px) {
  header .header .logo .partial {
    width: 91px;
  }
}
header .header .logo img {
  height: 139px;
  transition: All 0.3s ease-in-out;
}

@media (max-width: 1199.9px) {
  header .header .logo img {
    height: 100px;
  }
}
@media (max-width: 991.9px) {
  header .header .logo img {
    height: 75px;
  }
}
@media (max-width: 767.9px) {
  header .header .logo img {
    height: 73px;
  }
}
header .header .logo .white-logo {
  opacity: 1;
  visibility: visible;
  position: static;
  transition: All 0.3s ease-in-out;
}

header .header .logo .black-logo {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

@media screen and (max-width: 991px) {
  header .header .logo .black-logo .partial {
    position: absolute;
    top: 0;
  }
}
header .header .logo:hover .circle {
  animation: spin 1.2s infinite;
}

header .header nav {
  display: flex;
  align-items: center;
}

header .header nav .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 767.9px) {
  header .header nav .menu-list {
    display: none;
  }
}
header .header nav .menu-list li {
  margin: 0 0 0 30px;
}

header .header nav .menu-list li:first-child {
  margin: 0;
}

header .header nav .menu-list li a {
  font-size: 16px;
  line-height: 1;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 1px;
  transition: background-size 0.3s ease;
}

header .header nav .menu-list li a:hover,
header .header nav .menu-list li.submenu-open > a {
  background-size: 100% 2px;
}

header .header .megamenu .container,
header .header .megamenu .content {
  height: 100%;
}

header .header .megamenu .header-menu-mobile > nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

header .header .megamenu .header-menu-mobile > nav ul li {
  margin: 0px;
}

header .header .megamenu .header-menu-mobile > nav ul li a {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
}

header .header .megamenu .header-menu-mobile > nav ul li.menu-item-has-children > a {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

header .header .megamenu .header-menu-mobile > nav ul li.menu-item-has-children {
  position: relative;
}

header .header .megamenu .header-menu-mobile > nav ul li.menu-item-has-children > a {
  display: block;
  padding-right: 40px;
}

header .header .megamenu .header-menu-mobile > nav ul li.menu-item-has-children .submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 25px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

header .header .megamenu .header-menu-mobile > nav ul li.menu-item-has-children .submenu-toggle::before,
header .header .megamenu .header-menu-mobile > nav ul li.menu-item-has-children .submenu-toggle::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.3s ease;
}

header .header .megamenu .header-menu-mobile > nav ul li.menu-item-has-children .submenu-toggle::before {
  width: 15px;
  height: 2px;
}

header .header .megamenu .header-menu-mobile > nav ul li.menu-item-has-children .submenu-toggle::after {
  width: 2px;
  height: 15px;
}

header .header .megamenu .header-menu-mobile > nav ul li.menu-item-has-children.submenu-open .submenu-toggle::after {
  width: 0;
  height: 0;
  opacity: 0;
}

header .header .megamenu .header-menu-mobile > nav ul li .sub-menu {
  display: none;
  padding-left: 15px;
  margin-top: 10px;
}

header .header .megamenu .header-menu-mobile > nav ul li .sub-menu li {
  margin-bottom: 10px;
}

header .header .megamenu .header-menu-mobile > nav ul li .sub-menu li a {
  font-size: 20px;
  color: #FFF;
  text-decoration: none;
}

header .header .megamenu {
  margin-top: 0;
  position: fixed;
  z-index: 999;
  top: -100vh;
  right: 0;
  width: 100%;
  max-width: 550px;
  height: 100vh;
  background-color: #000;
  display: flex;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
  border-left: 1px solid #fff;
}

@media (max-width: 991.9px) {
  header .header .megamenu {
    max-width: 100%;
    border-left: none;
  }
}
header .header .megamenu:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 991.9px) {
  header .header .megamenu:before {
    width: 100%;
  }
}
header .header .megamenu .overflow-auto-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
}

header .header .megamenu .overflow-auto-box.isShow .left-content {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

header .header .megamenu .overflow-auto-box.isShow .right-content {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

header .header .megamenu .overflow-auto-box.isShow .megamenu-hamburder {
  opacity: 1;
  visibility: visible !important;
  transform: translate(0, 0);
}

header .header .megamenu .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

header .header .megamenu .smaller-white-logo {
  position: absolute;
  top: 8px;
  left: 0;
  display: none;
}

@media (max-width: 991.9px) {
  header .header .megamenu .smaller-white-logo {
    top: 21px;
    display: block;
  }
  header .header .megamenu .left-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 767.9px) {
  header .header .megamenu .smaller-white-logo {
    top: 18px;
  }
}
@media (max-width: 575.9px) {
  header .header .megamenu .smaller-white-logo {
    top: 8px;
  }
}
header .header .megamenu .smaller-white-logo img,
header .header .megamenu .smaller-white-logo svg {
  height: 72px;
  width: 93px;
}

header .header .megamenu .megamenu-hamburder {
  position: absolute;
  top: 56px;
  right: 0;
  cursor: pointer;
  z-index: 10;
  width: 30px;
  height: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -30px);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

@media (max-width: 991.9px) {
  header .header .megamenu .megamenu-hamburder {
    top: 49px;
  }
}
@media (max-width: 767.9px) {
  header .header .megamenu .megamenu-hamburder {
    top: 46px;
  }
}
@media (max-width: 575.9px) {
  header .header .megamenu .megamenu-hamburder {
    top: 39px;
  }
}
header .header .megamenu .megamenu-hamburder span {
  position: absolute;
  width: 38px;
  height: 2px;
  display: block;
  transition: all 0.4s ease-in-out;
  background: #fff !important;
}

@media (max-width: 991.9px) {
  header .header .megamenu .megamenu-hamburder span {
    background: #fff !important;
  }
}
header .header .megamenu .megamenu-hamburder span:first-child {
  top: 7px;
  transform: rotate(-45deg);
}

header .header .megamenu .megamenu-hamburder span:nth-child(2) {
  background: transparent !important;
  transform: rotate(45deg);
}

header .header .megamenu .megamenu-hamburder span:last-child {
  top: 7px;
  transform: rotate(45deg);
}

header .header .megamenu .megamenu-hamburder:hover {
  border-bottom: none;
}

header .header .megamenu .megamenu-hamburder:hover span {
  background: #ff3366 !important;
}

header .header .megamenu .left-content {
  width: 100%;
  padding-right: 9.9%;
  padding-top: 43px;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -30px);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

@media (max-width: 1199.9px) {
  header .header .megamenu .left-content {
    padding-right: 4.6%;
  }
}
@media (max-width: 991.9px) {
  header .header .megamenu .left-content {
    width: 100%;
    padding-right: 0;
    margin-top: 131px;
  }
}
header .header .megamenu .left-content a,
header .header .megamenu .left-content h1,
header .header .megamenu .left-content h2,
header .header .megamenu .left-content h3,
header .header .megamenu .left-content h4,
header .header .megamenu .left-content h5,
header .header .megamenu .left-content h6,
header .header .megamenu .left-content li,
header .header .megamenu .left-content ol,
header .header .megamenu .left-content p,
header .header .megamenu .left-content ul {
  color: #fff;
}

header .header .megamenu .left-content h2 {
  font-size: 65px;
  line-height: 1;
  letter-spacing: -0.8px;
  margin-bottom: 51px;
}

@media (max-height: 860px) {
  header .header .megamenu .left-content h2 {
    margin-bottom: 40px;
  }
}
@media (max-height: 740px) {
  header .header .megamenu .left-content h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  header .header .megamenu .left-content h2 {
    font-size: 55px;
    margin-bottom: 41px;
  }
}
@media (max-width: 1440px) and (max-height: 860px) {
  header .header .megamenu .left-content h2 {
    margin-bottom: 31px;
  }
}
@media (max-width: 1440px) and (max-height: 740px) {
  header .header .megamenu .left-content h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.9px) {
  header .header .megamenu .left-content h2 {
    font-size: 45px;
    margin-bottom: 31px;
  }
}
@media (max-width: 991.9px) {
  header .header .megamenu .left-content h2 {
    display: none;
  }
}
header .header .megamenu .left-content h2 i {
  font-family: "RecklessNeue-LightItalic";
}

header .header .megamenu .left-content h3 {
  font-family: "BrownStd-Regular";
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 2px;
  margin-bottom: 29px;
}

@media (max-height: 860px) {
  header .header .megamenu .left-content h3 {
    margin-bottom: 20px;
  }
}
@media (max-height: 740px) {
  header .header .megamenu .left-content h3 {
    margin-bottom: 12px;
  }
}
@media (max-width: 1400px) {
  header .header .megamenu .left-content h3 {
    margin-bottom: 23px;
  }
}
@media (max-width: 1400px) and (max-height: 860px) {
  header .header .megamenu .left-content h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1400px) and (max-height: 740px) {
  header .header .megamenu .left-content h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199.9px) {
  header .header .megamenu .left-content h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.9px) and (max-height: 860px) {
  header .header .megamenu .left-content h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199.9px) and (max-height: 740px) {
  header .header .megamenu .left-content h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.9px) {
  header .header .megamenu .left-content h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.9px) {
  header .header .megamenu .left-content h3 {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.9px) {
  header .header .megamenu .left-content h3 {
    font-size: 11px;
    line-height: 1.46;
    margin-top: 18px;
    margin-bottom: 22px;
  }
}
header .header .megamenu .left-content .header-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 21px;
}

header .header .megamenu .left-content .header-menu .list {
  width: 50%;
  margin-bottom: 80px;
  padding: 0 10px;
}

@media (max-height: 860px) {
  header .header .megamenu .left-content .header-menu .list {
    margin-bottom: 40px;
  }
}
@media (max-height: 740px) {
  header .header .megamenu .left-content .header-menu .list {
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  header .header .megamenu .left-content .header-menu .list {
    margin-bottom: 60px;
  }
}
@media (max-width: 1440px) and (max-height: 860px) {
  header .header .megamenu .left-content .header-menu .list {
    margin-bottom: 30px;
  }
}
@media (max-width: 1440px) and (max-height: 740px) {
  header .header .megamenu .left-content .header-menu .list {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.9px) {
  header .header .megamenu .left-content .header-menu .list {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199.9px) and (max-height: 860px) {
  header .header .megamenu .left-content .header-menu .list {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.9px) and (max-height: 740px) {
  header .header .megamenu .left-content .header-menu .list {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.9px) {
  header .header .megamenu .left-content .header-menu .list {
    margin-bottom: 46px;
    width: 25%;
  }
}
@media (max-width: 767.9px) {
  header .header .megamenu .left-content .header-menu .list {
    width: 50%;
  }
}
header .header .megamenu .left-content .header-menu .list:before {
  content: "";
  width: calc(100% + 12px);
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  display: none;
}

@media (max-width: 991px) {
  header .header .megamenu .left-content .header-menu .list:before {
    display: block;
  }
}
header .header .megamenu .left-content .header-menu .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .header .megamenu .left-content .header-menu .list ul li {
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.21px;
  margin-bottom: 19px;
}

@media (max-height: 860px) {
  header .header .megamenu .left-content .header-menu .list ul li {
    margin-bottom: 8px;
  }
}
@media (max-height: 740px) {
  header .header .megamenu .left-content .header-menu .list ul li {
    margin-bottom: 5px;
  }
}
@media (max-width: 1400px) {
  header .header .megamenu .left-content .header-menu .list ul li {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1400px) and (max-height: 860px) {
  header .header .megamenu .left-content .header-menu .list ul li {
    margin-bottom: 8px;
  }
}
@media (max-width: 1400px) and (max-height: 740px) {
  header .header .megamenu .left-content .header-menu .list ul li {
    margin-bottom: 5px;
  }
}
@media (max-width: 1199.9px) {
  header .header .megamenu .left-content .header-menu .list ul li {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media (max-width: 991.9px) {
  header .header .megamenu .left-content .header-menu .list ul li {
    margin-bottom: 11px;
  }
}
header .header .megamenu .left-content .header-menu .list ul li a {
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.21px;
  display: inline-block;
  transition: All 0.3s ease-in-out;
}

@media (max-width: 1400px) {
  header .header .megamenu .left-content .header-menu .list ul li a {
    font-size: 19px;
  }
}
@media (max-width: 1199.9px) {
  header .header .megamenu .left-content .header-menu .list ul li a {
    font-size: 18px;
  }
}
@media (max-width: 991.9px) {
  header .header .megamenu .left-content .header-menu .list ul li a {
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  header .header .megamenu .left-content .header-menu .list ul li a {
    font-size: 15px;
  }
}
@media (max-width: 575.9px) {
  header .header .megamenu .left-content .header-menu .list ul li a {
    font-size: 14px;
  }
}
header .header .megamenu .left-content .header-menu .list ul li a:hover {
  transform: translateX(6px);
}

header .header .megamenu .left-content .header-menu-contact {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 1px;
  padding-bottom: 60px;
}

header .header .megamenu .left-content .header-menu-contact h3 {
  margin-top: 20px;
}

header .header .megamenu .left-content .header-menu-contact p {
  line-height: 1;
  letter-spacing: -0.21px;
  font-size: 16px;
  display: block;
}

@media (max-width: 767.9px) {
  header .header .megamenu .left-content .header-menu-contact {
    padding-bottom: 20px !important;
  }
  header .header .megamenu .left-content .header-menu-contact p {
    font-size: 15px;
  }
}
@media (max-width: 575.9px) {
  header .header .megamenu .left-content .header-menu-contact p {
    font-size: 14px;
  }
}
header .header .megamenu .left-content .header-menu-contact p .name {
  display: inline-block;
  width: 84px;
}

header .header .megamenu .left-content .header-menu-contact p a {
  color: #fff;
}

header .header .megamenu .left-content .header-menu-contact p a:hover {
  color: #ff3366;
}

header .header .megamenu .left-content .header-menu-contact .mail {
  margin: 32px 0 0 0;
}

header .header .megamenu .left-content .header-menu-contact:before {
  content: "";
  width: calc(100% + 12px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

@media (max-width: 767.9px) {
  header .header .megamenu .left-content .header-menu-contact:before {
    width: 100%;
  }
  header .header .megamenu .left-content .header-menu-contact {
    border-bottom: 1px solid white;
    margin-bottom: 30px;
  }
}
header .header .megamenu .left-content .header-menu-contact .iconlinkedin {
  font-size: 20px;
  color: #fff;
  display: block;
}

header .header .megamenu .left-content .header-menu-contact .iconlinkedin:hover {
  color: #ff3366;
}

header .header .megamenu .right-content {
  width: 50%;
  position: relative;
  z-index: 1;
  padding-left: 3.2%;
  padding-top: 199px !important;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -30px);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

@media (max-height: 860px) {
  header .header .megamenu .right-content {
    padding-top: 188px !important;
  }
}
@media (max-width: 1440.9px) {
  header .header .megamenu .right-content {
    padding-top: 182px !important;
  }
}
@media (max-width: 1440.9px) and (max-height: 860px) {
  header .header .megamenu .right-content {
    padding-top: 172px !important;
  }
}
@media (max-width: 1199.9px) {
  header .header .megamenu .right-content {
    padding-top: 152px !important;
    padding-left: 2.2%;
  }
}
@media (max-width: 991.9px) {
  header .header .megamenu .right-content {
    display: none;
  }
}
header .header .megamenu .right-content h2 {
  font-family: "BrownStd-Regular";
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 18px 0;
}

@media (max-height: 740px) {
  header .header .megamenu .right-content h2 {
    margin: 0 0 8px 0;
  }
}
@media (max-width: 1440px) {
  header .header .megamenu .right-content h2 {
    font-size: 15px;
  }
}
@media (max-width: 1199.9px) {
  header .header .megamenu .right-content h2 {
    font-size: 14px;
  }
}
header .header .megamenu .right-content h3 {
  font-size: 32px;
  line-height: 1.1875;
  letter-spacing: -0.34px;
  margin: 0 0 18px 0;
}

@media (max-height: 740px) {
  header .header .megamenu .right-content h3 {
    margin: 0 0 8px 0;
  }
}
@media (max-width: 1440px) {
  header .header .megamenu .right-content h3 {
    font-size: 28px;
  }
}
@media (max-width: 1440px) and (max-height: 860px) {
  header .header .megamenu .right-content h3 {
    font-size: 27px;
  }
}
@media (max-width: 1199.9px) {
  header .header .megamenu .right-content h3 {
    font-size: 24px;
  }
}
header .header .megamenu .right-content .date {
  font-family: "BrownStd-Regular";
  font-size: 12px;
  line-height: 1.333;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 25px;
}

@media (max-height: 740px) {
  header .header .megamenu .right-content .date {
    margin-bottom: 10px;
  }
}
@media (max-width: 1440px) {
  header .header .megamenu .right-content .date {
    font-size: 11px;
  }
}
@media (max-width: 1199.9px) {
  header .header .megamenu .right-content .date {
    font-size: 10px;
  }
}
header .header .megamenu .right-content p {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.25px;
}

@media (max-height: 740px) {
  header .header .megamenu .right-content p {
    margin-bottom: 15px;
  }
}
@media (max-width: 1440px) {
  header .header .megamenu .right-content p {
    font-size: 15px;
  }
}
@media (max-width: 1199.9px) {
  header .header .megamenu .right-content p {
    font-size: 14px;
  }
}
header .header .megamenu .right-content .button {
  margin-top: -2px;
}

header .header .megamenu .right-content .menu-our-thinking {
  padding-bottom: 55px;
  margin-bottom: 20px;
  position: relative;
}

@media (max-height: 740px) {
  header .header .megamenu .right-content .menu-our-thinking {
    padding-bottom: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1400px) {
  header .header .megamenu .right-content .menu-our-thinking {
    padding-bottom: 50px;
    margin-bottom: 18px;
  }
}
@media (max-width: 1199.9px) {
  header .header .megamenu .right-content .menu-our-thinking {
    padding-bottom: 45px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199.9px) and (max-height: 740px) {
  header .header .megamenu .right-content .menu-our-thinking {
    padding-bottom: 25px;
    margin-bottom: 10px;
  }
}
header .header .megamenu .right-content .menu-our-thinking:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

header .header .megamenu .right-content .menu-our-thinking p {
  max-width: 76%;
}

header .header .megamenu .right-content .menu-our-thinking.is-active h3 {
  color: #ff3366;
}

header .header .megamenu .right-content .menu-our-thinking.is-active .button i:before {
  background: #000;
  color: #fff;
}

header .header .megamenu .right-content .menu-our-news {
  margin-bottom: 20px;
}

header .header .megamenu .right-content .menu-our-news p {
  max-width: 66%;
}

header .header .megamenu .right-content .menu-our-news.is-active h3 {
  color: #ff3366;
}

header .header .megamenu .right-content .menu-our-news.is-active .button i:before {
  background: #000;
  color: #fff;
}

header .header .megamenu .article-img-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

header .header .megamenu .article-img-list .img-list {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: All 0.3s ease-in-out;
}

header .header .megamenu .article-img-list .img-list.is-show {
  opacity: 1;
  visibility: visible;
}

.hamburger {
  position: relative;
  cursor: pointer;
  z-index: 10;
  width: 30px;
  height: 14px;
  visibility: visible !important;
  transition: all 0.3s;
  border-bottom: none;
  margin-left: 72px;
  transform: translateY(0);
  display: none;
}

@media screen and (max-width: 1399px) {
  .hamburger {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    margin-left: 0px;
    top: 10px;
  }
}
header .header nav .menu-list > li > .sub-menu {
  position: absolute;
  padding: 0px;
  margin: 0px;
  background-color: #FFF;
  list-style: none;
  text-align: center;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  z-index: 1000;
  min-width: -moz-max-content;
  min-width: max-content;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

header .header nav .menu-list > li > .sub-menu::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #FFF;
  rotate: 45deg;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

header .header nav .menu-list > li > .sub-menu::after {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
}

.menu-item-has-children {
  position: relative;
}

header .header nav .menu-list > li > .sub-menu li {
  margin: 0px !important;
}

header .header nav .menu-list > li > a {
  padding-bottom: 6px;
}

header .header nav .menu-list > li > .sub-menu li a {
  color: #000 !important;
  text-decoration: none;
  position: relative;
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 1px;
  transition: background-size 0.3s ease;
}

header .header nav .menu-list > li > .sub-menu li a:hover {
  background-size: 100% 2px;
}

header .header nav .menu-list > li > .sub-menu li a:focus {
  outline: none;
}

header .header nav .menu-list > li > a:focus {
  outline: none;
}

.hamburger:hover {
  border-bottom: none;
}

.hamburger:hover span {
  opacity: 0.8 !important;
}

.hamburger span {
  position: absolute;
  width: 30px;
  height: 2px;
  display: block;
  background: #fff;
  transition: all 0.4s ease-in-out;
}

.hamburger span:first-child {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 6px;
}

.hamburger span:last-child {
  top: 12px;
}

.body-hidden {
  overflow: hidden !important;
}

body.dev-mode *,
body.dev-mode *::after,
body.dev-mode *::before {
  border: 0.5px solid red !important;
}

body,
div,
html {
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: "BrownStd-Light";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
}

@media (max-width: 1199.9px) {
  body,
  html {
    font-size: 19px;
  }
}
@media (max-width: 991.9px) {
  body,
  html {
    font-size: 18px;
  }
}
@media (max-width: 767.9px) {
  body,
  html {
    font-size: 17px;
    overflow-x: hidden;
  }
}
@media (max-width: 575.9px) {
  body,
  html {
    font-size: 16px;
    line-height: 1.375;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  cursor: pointer;
  transition: All 0.2s ease-in-out;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  cursor: initial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "RecklessNeue-Light";
  color: #000;
  margin: 20px 0 20px 0;
  letter-spacing: 0;
}

h1 {
  font-size: 54px;
  line-height: 1.195;
}

@media (max-width: 1720px) {
  h1 {
    font-size: 51px;
  }
}
@media (max-width: 1199.9px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 991.9px) {
  h1 {
    font-size: 44px;
  }
}
@media (max-width: 767.9px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 575.9px) {
  h1 {
    font-size: 36px;
    line-height: 1.1667;
  }
}
h2 {
  font-size: 45px;
  line-height: 1.21;
}

@media (max-width: 1199.9px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991.9px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 767.9px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 575.9px) {
  h2 {
    font-size: 25px;
  }
}
h3 {
  font-size: 36px;
  line-height: 1.33;
}

@media (max-width: 1199.9px) {
  h3 {
    font-size: 34px;
  }
}
@media (max-width: 991.9px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 767.9px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 575.9px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-size: 24px;
  line-height: 1.41;
}

@media (max-width: 1199.9px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 991.9px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 767.9px) {
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 575.9px) {
  h4 {
    font-size: 17px;
  }
}
h5 {
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 1199.9px) {
  h5 {
    font-size: 19px;
  }
}
@media (max-width: 991.9px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 767.9px) {
  h5 {
    font-size: 17px;
  }
}
@media (max-width: 575.9px) {
  h5 {
    font-size: 16px;
  }
}
h6 {
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 1199.9px) {
  h6 {
    font-size: 17px;
  }
}
@media (max-width: 991.9px) {
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  h6 {
    font-size: 15px;
  }
}
@media (max-width: 575.9px) {
  h6 {
    font-size: 14px;
  }
}
b,
strong {
  font-style: normal;
}

i {
  font-style: normal !important;
}

p {
  margin-bottom: 20px;
}

@media (max-width: 1199.9px) {
  p {
    margin-bottom: 19px;
  }
}
@media (max-width: 991.9px) {
  p {
    margin-bottom: 18px;
  }
}
@media (max-width: 767.9px) {
  p {
    margin-bottom: 17px;
  }
}
@media (max-width: 575.9px) {
  p {
    margin-bottom: 15px;
  }
}
ol,
ul {
  margin: 20px 0;
  padding-left: 20px;
}

ol li,
ul li {
  margin-bottom: 10px;
}

sub,
sup {
  font-family: "BrownStd-Light";
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  color: #000;
}

cite {
  font-family: "BrownStd-Regular";
  font-size: 12px;
  line-height: 1.334;
  letter-spacing: 2px;
  color: #000;
  font-style: normal;
  text-transform: uppercase;
}

@media (max-width: 575.9px) {
  cite {
    font-size: 9px;
    line-height: 1.222;
    letter-spacing: 1.5px;
  }
}
img {
  height: auto;
  vertical-align: bottom;
}

button,
input,
textarea {
  -webkit-appearance: none;
  outline: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=submit] {
  cursor: pointer;
}

button {
  cursor: pointer;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-input-placeholder {
  color: #000 !important;
}

input:-moz-placeholder {
  color: #000 !important;
}

input::-moz-placeholder {
  color: #000 !important;
}

input:-ms-input-placeholder {
  color: #000 !important;
}

textarea::-webkit-input-placeholder {
  color: #000 !important;
}

textarea:-moz-placeholder {
  color: #000 !important;
}

textarea::-moz-placeholder {
  color: #000 !important;
}

textarea:-ms-input-placeholder {
  color: #000 !important;
}

.container {
  max-width: calc(100% - 86px);
  padding: 0 12px;
}

@media (max-width: 767.9px) {
  .container {
    max-width: calc(100% - 36px);
  }
}
@media (max-width: 575.9px) {
  .container {
    max-width: 100%;
  }
}
#fullpage {
  position: relative;
  transform: none !important;
}

body {
  overflow: hidden;
}

@media (max-width: 767.9px) {
  body {
    overflow: visible;
  }
}
body.all,
body.allow-scrolling {
  overflow-y: visible;
}

body.allow-scrolling .page-section {
  position: static !important;
  opacity: 1 !important;
}

.custom-fullpage-slider {
  width: 100%;
  height: 100%;
}

.margin-top {
  margin-top: 362px;
}

@media (max-width: 1199.9px) {
  .margin-top {
    margin-top: 300px;
  }
}
@media (max-width: 991.9px) {
  .margin-top {
    margin-top: 240px;
  }
}
@media (max-width: 767.9px) {
  .margin-top {
    margin-top: 180px;
  }
}
@media (max-width: 575.9px) {
  .margin-top {
    margin-top: 162px;
  }
}
.page-section {
  height: 100vh;
  width: 100%;
  position: absolute !important;
  opacity: 0;
  background: #fff;
}

@media (max-width: 767.9px) {
  .page-section {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.page-section .left-content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: opacity 0.5s, transform 0.5s ease-in-out;
  transition-delay: 0.5s;
}

@media (max-width: 767.9px) {
  .page-section .left-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.page-section .right-content .text-intro {
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: opacity 0.5s, transform 0.5s ease-in-out;
  transition-delay: 0.5s;
  margin-bottom: 60px;
}

@media (max-width: 767.9px) {
  .page-section .right-content .text-intro {
    margin-bottom: 30px;
  }
}
.page-section .right-content .text-intro h1,
.page-section .right-content .text-intro h2,
.page-section .right-content .text-intro h3,
.page-section .right-content .text-intro h4,
.page-section .right-content .text-intro h5,
.page-section .right-content .text-intro h6 {
  margin-top: 0px !important;
}

@media (max-width: 767.9px) {
  .page-section .right-content .text-intro {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.page-section .right-content .default-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: opacity 0.5s, transform 0.5s ease-in-out;
  transition-delay: 0.7s;
}

@media (max-width: 767.9px) {
  .page-section .right-content .default-animation {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-section.nature-page .left-content img {
  max-width: 100%;
}

@media (max-width: 575.9px) {
  .page-section.nature-page .left-content img {
    display: inline-block;
    margin-bottom: 30px;
    max-width: 170px;
  }
}
@media (max-width: 575.9px) {
  .page-section.nature-page .right-content {
    padding-bottom: 42px;
  }
}
.page-section.nature-page .right-content h1,
.page-section.nature-page .right-content h2 {
  margin-bottom: 83px;
}

@media (max-width: 575.9px) {
  .page-section.nature-page .right-content h1,
  .page-section.nature-page .right-content h2 {
    font-size: 40px;
    margin-bottom: 31px;
  }
}
.page-section.prev {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.page-section:not(.page-section--alt).active {
  animation: move01 0.3s forwards;
  z-index: 2;
}

.page-section:not(.page-section--alt).active .left-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-section:not(.page-section--alt).active .right-content .text-intro {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-section:not(.page-section--alt).active .right-content .default-animation {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@keyframes move01 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(30deg);
  }
}
.section {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.section .fp-tableCell {
  width: 100%;
}

.section-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.white-line .wrapper-content .right-content {
  border-left: 1px solid #fff;
}

@media (max-width: 767.9px) {
  .white-line .wrapper-content .right-content {
    border-left: 0;
  }
}
.white-line .button {
  color: #fff;
}

.white-line .button .iconarrowhead-right:before {
  color: #fff;
  border: 3px solid #fff;
}

.white-line .button:hover .iconarrowhead-right:before {
  color: #000;
  background: #fff;
}

.wrapper-content {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 575.9px) {
  .wrapper-content {
    width: 100%;
  }
}
.wrapper-content .left-content {
  position: relative;
  width: 250px;
}

@media (max-width: 1199.9px) {
  .wrapper-content .left-content {
    width: 170px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-content .left-content {
    width: 140px;
  }
}
@media (max-width: 767.9px) {
  .wrapper-content .left-content {
    width: 100%;
  }
}
.wrapper-content .left-content.width-100 h2 {
  max-width: 100%;
}

.wrapper-content .left-content h2 {
  font-family: "BrownStd-Regular";
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 2px;
  padding-right: 12px;
  text-transform: uppercase;
  max-width: 85px;
}

@media (max-width: 1199.9px) {
  .wrapper-content .left-content h2 {
    font-size: 15px;
    padding-right: 10px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-content .left-content h2 {
    font-size: 14px;
    padding-right: 5px;
  }
}
@media (max-width: 767.9px) {
  .wrapper-content .left-content h2 {
    font-size: 13px;
    max-width: 100%;
  }
}
@media (max-width: 575.9px) {
  .wrapper-content .left-content h2 {
    font-size: 12px;
    line-height: 1.667;
    margin-bottom: 8px;
  }
}
.wrapper-content .right-content {
  position: relative;
  width: calc(100% - 250px);
  border-left: 1px solid #000;
  padding-left: 15px;
}

@media (max-width: 1199.9px) {
  .wrapper-content .right-content {
    width: 100%;
  }
}
@media (max-width: 991.9px) {
  .wrapper-content .right-content {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .wrapper-content .right-content {
    width: 100%;
    border-left: 0;
    padding-left: 0;
  }
}
.animation-line .wrapper-content .left-content {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1), visibility 1.1s cubic-bezier(0.23, 1, 0.32, 1);
}

.animation-line .wrapper-content .right-content {
  position: relative;
  border-left: none;
}

.animation-line .wrapper-content .right-content .animation-content {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1), visibility 1.1s cubic-bezier(0.23, 1, 0.32, 1);
}

.animation-line .wrapper-content .lineSlide {
  width: 1px;
  height: 0px;
  background: unset;
  border-left: 1px solid black;
  position: absolute;
  top: 0;
  left: 0;
  transition: All 0.5s ease-in-out;
}

.animation-line .wrapper-content .lineSlide.line {
  height: 100%;
}

@media (max-width: 767.9px) {
  .animation-line .wrapper-content .lineSlide {
    display: none;
  }
}
.animation-line .wrapper-content.delay-load .left-content {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.animation-line .wrapper-content.delay-load .right-content .animation-content {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.white-bg {
  background: #fff;
}

.black-bg {
  background: #000;
}

.black-bg .wrapper-content .left-content h2 {
  color: #fff;
}

.black-bg .wrapper-content .right-content {
  border-left: 1px solid #fff;
}

@media (max-width: 767.9px) {
  .black-bg .wrapper-content .right-content {
    border-left: 0;
  }
}
.black-bg .wrapper-content .right-content h1,
.black-bg .wrapper-content .right-content h2,
.black-bg .wrapper-content .right-content h3,
.black-bg .wrapper-content .right-content h4,
.black-bg .wrapper-content .right-content h5,
.black-bg .wrapper-content .right-content h6,
.black-bg .wrapper-content .right-content li,
.black-bg .wrapper-content .right-content ol,
.black-bg .wrapper-content .right-content p,
.black-bg .wrapper-content .right-content ul {
  color: #fff;
}

.black-bg .button {
  color: #fff;
}

.black-bg .button .iconarrowhead-right:before {
  color: #fff;
  border: 3px solid #fff;
}

.black-bg .button .iconarrowhead-left:before {
  color: #fff;
  border: 3px solid #fff;
}

.black-bg .button .iconarrowhead-top:before {
  color: #fff;
  border: 3px solid #fff;
}

.black-bg .button .iconarrowhead-bottom:before {
  color: #fff;
  border: 3px solid #fff;
}

.black-bg .button .iconarrowhead-top-rotate:before {
  color: #fff;
  border: 3px solid #fff;
}

@media (max-width: 767.9px) {
  .smaller-white-bg {
    background: #fff !important;
  }
}
.button {
  font-family: "BrownStd-Regular";
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 50px;
  text-decoration: none !important;
}

@media (max-width: 1199.9px) {
  .button {
    font-size: 15px;
  }
}
@media (max-width: 991.9px) {
  .button {
    font-size: 14px;
  }
}
@media (max-width: 767.9px) {
  .button {
    font-size: 13px;
    line-height: 1.54;
    margin-top: 23px;
  }
}
.button .iconarrowhead-right:before {
  color: #000;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 24px;
  padding-left: 2px;
  border: 3px solid #000;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .button .iconarrowhead-right:before {
    font-size: 15px;
    width: 28px;
    height: 28px;
    line-height: 22px;
  }
}
@media (max-width: 991.9px) {
  .button .iconarrowhead-right:before {
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 20px;
  }
}
@media (max-width: 767.9px) {
  .button .iconarrowhead-right:before {
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    margin-right: 8px;
  }
}
.button .iconarrowhead-left:before {
  color: #000;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 24px;
  padding-left: 2px;
  border: 3px solid #000;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .button .iconarrowhead-left:before {
    font-size: 15px;
    width: 28px;
    height: 28px;
    line-height: 22px;
  }
}
@media (max-width: 991.9px) {
  .button .iconarrowhead-left:before {
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 20px;
  }
}
@media (max-width: 767.9px) {
  .button .iconarrowhead-left:before {
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    margin-right: 8px;
  }
}
.button .iconarrowhead-top:before {
  color: #000;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 24px;
  padding-left: 2px;
  border: 3px solid #000;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .button .iconarrowhead-top:before {
    font-size: 15px;
    width: 28px;
    height: 28px;
    line-height: 22px;
  }
}
@media (max-width: 991.9px) {
  .button .iconarrowhead-top:before {
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 20px;
  }
}
@media (max-width: 767.9px) {
  .button .iconarrowhead-top:before {
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    margin-right: 8px;
  }
}
.button .iconarrowhead-bottom:before {
  color: #000;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 24px;
  padding-left: 2px;
  border: 3px solid #000;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .button .iconarrowhead-bottom:before {
    font-size: 15px;
    width: 28px;
    height: 28px;
    line-height: 22px;
  }
}
@media (max-width: 991.9px) {
  .button .iconarrowhead-bottom:before {
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 20px;
  }
}
@media (max-width: 767.9px) {
  .button .iconarrowhead-bottom:before {
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    margin-right: 8px;
  }
}
.button .iconarrowhead-top-rotate:before {
  color: #000;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 24px;
  padding-left: 2px;
  border: 3px solid #000;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .button .iconarrowhead-top-rotate:before {
    font-size: 15px;
    width: 28px;
    height: 28px;
    line-height: 22px;
  }
}
@media (max-width: 991.9px) {
  .button .iconarrowhead-top-rotate:before {
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 20px;
  }
}
@media (max-width: 767.9px) {
  .button .iconarrowhead-top-rotate:before {
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    margin-right: 8px;
  }
}
.button .icon-add {
  position: relative;
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  display: inline-block;
  border-radius: 50%;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .button .icon-add {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 991.9px) {
  .button .icon-add {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 767.9px) {
  .button .icon-add {
    width: 24px;
    height: 24px;
  }
}
.button .icon-add:before {
  content: "";
  width: 14px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 11px;
  left: 5px;
  transition: All 0.2s ease-in-out;
}

.button .icon-add:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #000;
  position: absolute;
  top: 5px;
  left: 11px;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .button .icon-add:before {
    width: 13px;
    top: 10px;
    left: 4px;
  }
}
@media (max-width: 767.9px) {
  .button .icon-add:before {
    width: 14px;
    top: 9px;
    left: 3px;
  }
}
.button .icon-add:after {
  content: "";
  width: 14px;
  height: 1px;
  background: #000;
  transform: rotate(90deg);
  position: absolute;
  top: 11px;
  left: 5px;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .button .icon-add:after {
    width: 13px;
    top: 10px;
    left: 4px;
  }
}
@media (max-width: 767.9px) {
  .button .icon-add:after {
    width: 14px;
    top: 9px;
    left: 3px;
  }
}
.button .icon-add:hover {
  background: #000;
}

.button .icon-add:hover:before {
  background: #fff;
}

.button .icon-add:hover:after {
  background: #fff;
}

.button span {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: translateY(7px);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.button:hover .iconarrowhead-right:before {
  color: #fff;
  background: #000;
}

.button:hover .iconarrowhead-left:before {
  color: #fff;
  background: #000;
}

.button:hover .iconarrowhead-top:before {
  color: #fff;
  background: #000;
}

.button:hover .iconarrowhead-bottom:before {
  color: #fff;
  background: #000;
}

.button:hover .iconarrowhead-top-rotate:before {
  color: #fff;
  background: #000;
}

.button:hover span {
  opacity: 1;
  visibility: visible;
  position: static;
}

.placeholder-image {
  background: #ff3366;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "BrownStd-Regular";
  font-size: 12px;
  line-height: 1.333;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 46px;
  right: -29px;
}

@media (max-width: 1660px) {
  .placeholder-image {
    right: 13px;
  }
}
@media (max-width: 1199.9px) {
  .placeholder-image {
    top: 36px;
  }
}
@media (max-width: 991.9px) {
  .placeholder-image {
    top: 26px;
  }
}
@media (max-width: 767.9px) {
  .placeholder-image {
    top: 20px;
  }
}
@media (max-width: 575.9px) {
  .placeholder-image {
    top: 13px;
  }
}
.img-opacity-zoom-out {
  opacity: 0;
  visibility: visible;
  transform: scale(1.1);
  transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1), visibility 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.img-opacity-zoom-out.opacity-zoom-out {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.global-related-reading {
  overflow: hidden;
}

.global-related-reading .wrapper-content .right-content h3 {
  font-size: 45px;
  line-height: 1;
  max-width: 86%;
  margin: 0 0 98px 0;
  letter-spacing: -0.8px;
}

@media (max-width: 1199.9px) {
  .global-related-reading .wrapper-content .right-content h3 {
    font-size: 40px;
    margin: 0 0 80px 0;
  }
}
@media (max-width: 991.9px) {
  .global-related-reading .wrapper-content .right-content h3 {
    font-size: 35px;
    margin: 0 0 65px 0;
  }
}
@media (max-width: 767.9px) {
  .global-related-reading .wrapper-content .right-content h3 {
    font-size: 30px;
    margin: 0 0 50px 0;
  }
}
@media (max-width: 575.9px) {
  .global-related-reading .wrapper-content .right-content h3 {
    font-size: 28px;
    line-height: 1.125;
    letter-spacing: 0.4px;
    max-width: 100%;
    margin: 14px 0 40px 0;
  }
}
.global-related-reading .wrapper-content .right-content .article-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.global-related-reading .wrapper-content .right-content .article-content .article-list {
  position: relative;
  width: 50%;
  padding: 0 15px 120px;
  margin: 16px 0;
}

.global-perspectives-archive .text-intro h3 {
  font-size: 45px;
  line-height: 1.067;
  margin: 0 0 24px 0;
  max-width: 1199px !important;
  letter-spacing: -1.1px;
}

.global-perspectives-archive .text-intro p {
  max-width: 1199px !important;
}

@media (max-width: 1199.9px) {
  .global-related-reading .wrapper-content .right-content .article-content .article-list {
    padding: 0 15px 100px;
  }
  .global-perspectives-archive .text-intro h3 {
    font-size: 39px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 991.9px) {
  .global-related-reading .wrapper-content .right-content .article-content .article-list {
    padding: 0 15px 80px;
  }
}
@media (max-width: 767.9px) {
  .global-related-reading .wrapper-content .right-content .article-content .article-list {
    padding: 0 15px 48px;
  }
  .global-perspectives-archive .text-intro h3 {
    font-size: 29px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 575.9px) {
  .global-related-reading .wrapper-content .right-content .article-content .article-list {
    width: 100%;
    padding: 0 15px 28px;
  }
}
.global-related-reading .wrapper-content .right-content .article-content .article-list:nth-last-of-type(odd) {
  position: relative;
}

.global-related-reading .wrapper-content .right-content .article-content .article-list:nth-last-of-type(odd):before {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 575.9px) {
  .global-related-reading .wrapper-content .right-content .article-content .article-list:nth-last-of-type(odd):before {
    content: none;
  }
}
@media (max-width: 575.9px) {
  .global-related-reading .wrapper-content .right-content .article-content .article-list:last-child {
    margin-bottom: 0;
    padding-bottom: 3px;
  }
}
.global-related-reading .wrapper-content .right-content .article-content .article-list h3 {
  font-size: 45px;
  line-height: 1.067;
  margin: 0 0 18px 0;
  letter-spacing: -1px;
  max-width: 100%;
}

@media (max-width: 1199.9px) {
  .global-related-reading .wrapper-content .right-content .article-content .article-list h3 {
    font-size: 39px;
    margin: 0 0 17px 0;
  }
}
@media (max-width: 991.9px) {
  .global-related-reading .wrapper-content .right-content .article-content .article-list h3 {
    font-size: 34px;
    margin: 0 0 16px 0;
  }
}
@media (max-width: 767.9px) {
  .global-related-reading .wrapper-content .right-content .article-content .article-list h3 {
    font-size: 29px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 575.9px) {
  .global-related-reading .wrapper-content .right-content .article-content .article-list h3 {
    font-size: 24px;
    line-height: 1.125;
    letter-spacing: -0.3px;
    margin: 8px 0 11px 0;
  }
}
.global-related-reading .wrapper-content .right-content .article-content .article-list cite {
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 575.9px) {
  .global-related-reading .wrapper-content .right-content .article-content .article-list cite {
    font-size: 9px;
    line-height: 1.22;
    margin-bottom: 15px;
  }
}
.global-related-reading .wrapper-content .right-content .article-content .article-list blockquote {
  max-width: 496px;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.25px;
}

@media (max-width: 991.9px) {
  .global-related-reading .wrapper-content .right-content .article-content .article-list blockquote {
    font-size: 15px;
  }
}
@media (max-width: 575.9px) {
  .global-related-reading .wrapper-content .right-content .article-content .article-list blockquote {
    font-size: 14px;
    line-height: 1.358;
    letter-spacing: -0.15px;
    margin-bottom: 22px;
  }
}
.global-related-reading .wrapper-content .right-content .article-content .article-list blockquote p {
  color: #000;
}

.global-related-reading .wrapper-content .right-content .article-content .article-list .button {
  margin-top: 1px;
}

.global-related-reading .wrapper-content .right-content .article-content .article-list:after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -16px;
  left: 15px;
}

@media (max-width: 575px) {
  .global-related-reading .wrapper-content .right-content .article-content .article-list:after {
    bottom: auto;
    top: 0;
  }
}
.article-title {
  max-width: 100% !important;
  letter-spacing: -0.6px !important;
  text-transform: none !important;
}

@media (max-width: 575.9px) {
  .article-title {
    font-size: 10px !important;
    line-height: 1.2 !important;
  }
}
.wrapper-top {
  position: relative;
  overflow: hidden;
}

.wrapper-top .wrapper-top-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wrapper-top .wrapper-top-content .content {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.wrapper-top .wrapper-top-content .content .content-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.wrapper-top .wrapper-top-content .content .content-bottom.delay-load .left-content {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.wrapper-top .wrapper-top-content .content .content-bottom.delay-load .right-content h2 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.wrapper-top .wrapper-top-content .content .content-bottom.delay-load .right-content .iconarrows-bottom {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.wrapper-top .wrapper-top-content .left-content {
  width: 250px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1), visibility 1.1s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-width: 1199.9px) {
  .wrapper-top .wrapper-top-content .left-content {
    width: 170px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-top .wrapper-top-content .left-content {
    width: 100px;
  }
}
@media (max-width: 767.9px) {
  .wrapper-top .wrapper-top-content .left-content {
    width: 100%;
  }
}
.wrapper-top .wrapper-top-content .left-content h2 {
  font-family: "BrownStd-Regular";
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 18px;
  max-width: 160px;
}

@media (max-width: 1199.9px) {
  .wrapper-top .wrapper-top-content .left-content h2 {
    font-size: 15px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-top .wrapper-top-content .left-content h2 {
    font-size: 14px;
  }
}
@media (max-width: 767.9px) {
  .wrapper-top .wrapper-top-content .left-content h2 {
    font-size: 13px;
    max-width: 100%;
  }
}
@media (max-width: 575.9px) {
  .wrapper-top .wrapper-top-content .left-content h2 {
    font-size: 11px;
    line-height: 1.28;
    margin-bottom: 8px;
  }
}
.wrapper-top .wrapper-top-content .right-content {
  position: relative;
  width: calc(100% - 250px);
  padding-left: 15px;
  padding-bottom: 60px;
}

@media (max-width: 1199.9px) {
  .wrapper-top .wrapper-top-content .right-content {
    width: calc(100% - 170px);
    padding-bottom: 50px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-top .wrapper-top-content .right-content {
    width: calc(100% - 100px);
    padding-bottom: 40px;
  }
}
@media (max-width: 767.9px) {
  .wrapper-top .wrapper-top-content .right-content {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }
}
.wrapper-top .wrapper-top-content .right-content h2 {
  font-size: 65px;
  line-height: 1;
  letter-spacing: -0.8px;
  color: #fff;
  margin: -10px 0 28px 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1), visibility 1.1s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-width: 1199.9px) {
  .wrapper-top .wrapper-top-content .right-content h2 {
    font-size: 55px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-top .wrapper-top-content .right-content h2 {
    font-size: 45px;
    margin: -6px 0 23px 0;
  }
}
@media (max-width: 767.9px) {
  .wrapper-top .wrapper-top-content .right-content h2 {
    font-size: 35px;
    margin: 0 0 25px 0;
  }
}
@media (max-width: 575.9px) {
  .wrapper-top .wrapper-top-content .right-content h2 {
    font-size: 24px;
    line-height: 1.125;
    letter-spacing: -0.3px;
    margin: 0 0 30px 0;
  }
}
.wrapper-top .wrapper-top-content .right-content h2 i {
  font-family: "RecklessNeue-LightItalic";
}

.wrapper-top .wrapper-top-content .right-content .button {
  color: #fff;
  margin-top: 0;
}

.wrapper-top .wrapper-top-content .right-content .button .iconarrows-bottom {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1), visibility 1.1s cubic-bezier(0.23, 1, 0.32, 1);
}

.wrapper-top .wrapper-top-content .right-content .button .iconarrows-bottom:before {
  font-size: 13px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 575.9px) {
  .wrapper-top .wrapper-top-content .right-content .button .iconarrows-bottom:before {
    font-size: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 2.4px solid #fff;
  }
}
.wrapper-top .wrapper-top-content .right-content .button .iconarrows-bottom:hover:before {
  background: #fff;
  color: #000;
}

.wrapper-top .wrapper-top-content .lineSlide {
  width: 1px;
  height: 0px;
  background: unset;
  border-left: 1px solid white;
  position: absolute;
  top: 0;
  left: 0;
  transition: All 0.5s ease-in-out;
}

.wrapper-top .wrapper-top-content .lineSlide.line {
  height: 100%;
}

@media (max-width: 767.9px) {
  .wrapper-top .wrapper-top-content .lineSlide {
    display: none;
  }
}
.wrapper-top .wrapper-top-content .img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper-top .wrapper-top-content .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper-top.background-mask:before {
  content: "";
  width: 100%;
  height: 72%;
  opacity: 0.5;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  bottom: 0;
  left: 0;
}

.wrapper-home-top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.wrapper-home-top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}

.wrapper-home-top .img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper-home-top .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper-home-top .content {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.wrapper-home-top .content .content-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.wrapper-home-top .content .content-bottom.delay-load .left-content {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.wrapper-home-top .content .content-bottom.delay-load .right-content .text-content {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.wrapper-home-top .left-content {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1), visibility 1.1s cubic-bezier(0.23, 1, 0.32, 1);
  width: 250px;
}

@media (max-width: 1199.9px) {
  .wrapper-home-top .left-content {
    width: 170px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-home-top .left-content {
    width: 140px;
  }
}
@media (max-width: 767.9px) {
  .wrapper-home-top .left-content {
    width: 100%;
  }
}
.wrapper-home-top .left-content h2 {
  font-family: "BrownStd-Regular";
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 36px;
  max-width: 70px;
}

@media (max-width: 1199.9px) {
  .wrapper-home-top .left-content h2 {
    font-size: 15px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-home-top .left-content h2 {
    font-size: 14px;
  }
}
@media (max-width: 767.9px) {
  .wrapper-home-top .left-content h2 {
    font-size: 13px;
    max-width: 100%;
  }
}
@media (max-width: 575.9px) {
  .wrapper-home-top .left-content h2 {
    font-size: 11px;
    line-height: 1.28;
    margin-bottom: 8px;
  }
}
.wrapper-home-top .right-content {
  position: relative;
  width: calc(87% - 250px);
  padding-left: 15px;
  padding-bottom: 60px;
}

@media (max-width: 1199.9px) {
  .wrapper-home-top .right-content {
    width: calc(90% - 170px);
    padding-bottom: 50px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-home-top .right-content {
    width: calc(90% - 140px);
    padding-bottom: 40px;
  }
}
@media (max-width: 767.9px) {
  .wrapper-home-top .right-content {
    border-left: none;
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
    padding-right: 30px;
  }
}
.wrapper-home-top .right-content h1,
.wrapper-home-top .right-content h2 {
  font-size: 65px;
  line-height: 1;
  letter-spacing: -0.8px;
  color: #fff;
  margin: 0 0 25px 0;
}

@media (max-width: 1199.9px) {
  .wrapper-home-top .right-content h1,
  .wrapper-home-top .right-content h2 {
    font-size: 62px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-home-top .right-content h1,
  .wrapper-home-top .right-content h2 {
    font-size: 52px;
    margin: -10px 0 23px 0;
  }
}
@media (max-width: 767.9px) {
  .wrapper-home-top .right-content h1,
  .wrapper-home-top .right-content h2 {
    font-size: 42px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 575.9px) {
  .wrapper-home-top .right-content h1,
  .wrapper-home-top .right-content h2 {
    font-size: 33px;
    line-height: 1;
    margin: 0 0 21px 0;
  }
}
.wrapper-home-top .right-content h1 i,
.wrapper-home-top .right-content h2 i {
  font-family: "RecklessNeue-LightItalic";
}

.wrapper-home-top .right-content .iconarrows-bottom {
  position: relative;
  display: inline-block;
}

.wrapper-home-top .right-content .iconarrows-bottom:before {
  font-size: 13px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  line-height: 27px;
  border: 3px solid #fff;
  line-height: 27px;
  z-index: 2;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 575.9px) {
  .wrapper-home-top .right-content .iconarrows-bottom:before {
    font-size: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
.wrapper-home-top .right-content .iconarrows-bottom:after {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 1;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 575.9px) {
  .wrapper-home-top .right-content .iconarrows-bottom:after {
    top: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 2.4px solid #fff;
  }
}
.wrapper-home-top .right-content .iconarrows-bottom:hover:before {
  color: #000;
}

.wrapper-home-top .right-content .iconarrows-bottom:hover:after {
  background: #fff;
}

.wrapper-home-top .text-content {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1), visibility 1.1s cubic-bezier(0.23, 1, 0.32, 1);
}

.wrapper-home-top .lineSlide {
  width: 1px;
  height: 0px;
  background: unset;
  border-left: 1px solid white;
  position: absolute;
  top: 16px;
  left: 0;
  transition: All 0.5s ease-in-out;
}

.wrapper-home-top .lineSlide.line {
  height: calc(100% - 16px);
}

@media (max-width: 767.9px) {
  .wrapper-home-top .lineSlide {
    display: none;
  }
}
.wrapper-home-top.nature-page .left-content img {
  max-width: 100%;
}

@media (max-width: 575.9px) {
  .wrapper-home-top.nature-page .left-content img {
    display: inline-block;
    margin-bottom: 30px;
    max-width: 170px;
  }
}
@media (max-width: 575.9px) {
  .wrapper-home-top.nature-page .right-content {
    padding-bottom: 42px;
  }
}
.wrapper-home-top.nature-page .right-content h1,
.wrapper-home-top.nature-page .right-content h2 {
  margin-bottom: 83px;
}

@media (max-width: 575.9px) {
  .wrapper-home-top.nature-page .right-content h1,
  .wrapper-home-top.nature-page .right-content h2 {
    font-size: 40px;
    margin-bottom: 31px;
  }
}
.wrapper-home-our-story {
  overflow: hidden;
}

.wrapper-home-our-story .img-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper-home-our-story .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper-home-our-story .content {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.wrapper-home-our-story .content:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 250px;
}

@media (max-width: 1199.9px) {
  .wrapper-home-our-story .content:before {
    left: 170px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-home-our-story .content:before {
    left: 140px;
  }
}
@media (max-width: 767.9px) {
  .wrapper-home-our-story .content:before {
    content: none;
  }
}
.wrapper-home-our-story .content .content-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 60px;
}

@media (max-width: 1199.9px) {
  .wrapper-home-our-story .content .content-bottom {
    margin-bottom: 50px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-home-our-story .content .content-bottom {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.9px) {
  .wrapper-home-our-story .content .content-bottom {
    margin-bottom: 30px;
  }
}
.wrapper-home-our-story .left-content {
  width: 250px;
}

@media (max-width: 1199.9px) {
  .wrapper-home-our-story .left-content {
    width: 170px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-home-our-story .left-content {
    width: 140px;
  }
}
@media (max-width: 767.9px) {
  .wrapper-home-our-story .left-content {
    width: 100%;
  }
}
.wrapper-home-our-story .left-content h2 {
  font-family: "BrownStd-Regular";
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 12px;
  max-width: 70px;
}

@media (max-width: 1199.9px) {
  .wrapper-home-our-story .left-content h2 {
    font-size: 15px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-home-our-story .left-content h2 {
    font-size: 14px;
  }
}
@media (max-width: 767.9px) {
  .wrapper-home-our-story .left-content h2 {
    font-size: 13px;
    max-width: 100%;
  }
}
@media (max-width: 575.9px) {
  .wrapper-home-our-story .left-content h2 {
    font-size: 11px;
    line-height: 1.28;
    margin-bottom: 8px;
  }
}
.wrapper-home-our-story .right-content {
  width: calc(100% - 250px);
  padding-left: 15px;
  position: relative;
}

@media (max-width: 1199.9px) {
  .wrapper-home-our-story .right-content {
    width: calc(100% - 170px);
  }
}
@media (max-width: 991.9px) {
  .wrapper-home-our-story .right-content {
    width: calc(100% - 140px);
  }
}
@media (max-width: 767.9px) {
  .wrapper-home-our-story .right-content {
    width: 100%;
    padding-left: 0;
  }
}
.wrapper-home-our-story .right-content h3 {
  font-size: 45px;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #fff;
  margin: 0 0 22px 0;
}

@media (max-width: 1199.9px) {
  .wrapper-home-our-story .right-content h3 {
    font-size: 40px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-home-our-story .right-content h3 {
    font-size: 35px;
  }
}
@media (max-width: 767.9px) {
  .wrapper-home-our-story .right-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 575.9px) {
  .wrapper-home-our-story .right-content h3 {
    font-size: 24px;
    letter-spacing: -0.3px;
    margin: 0 0 14px 0;
  }
}
.wrapper-home-our-story .right-content h3 i {
  font-family: "RecklessNeue-LightItalic";
}

.wrapper-home-our-story .right-content p {
  max-width: 630px;
  color: #fff;
}

@media (max-width: 575.9px) {
  .wrapper-home-our-story .right-content p {
    letter-spacing: -0.25px;
  }
}
.wrapper-home-our-story .right-content .button {
  color: #fff;
}

.wrapper-home-our-story .right-content .button .iconarrowhead-right:before {
  color: #fff;
  border: 3px solid #fff;
  transition: All 0.2s ease-in-out;
}

.wrapper-home-our-story .right-content .button:hover .iconarrowhead-right:before {
  background: #fff;
  color: #000;
}

.wrapper-home-our-story .right-content:before {
  content: "";
  width: calc(100vw - 265px);
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 44px;
  left: 15px;
}

@media (max-width: 1199.9px) {
  .wrapper-home-our-story .right-content:before {
    width: calc(100vw - 185px);
  }
}
@media (max-width: 991.9px) {
  .wrapper-home-our-story .right-content:before {
    width: calc(100vw - 115px);
  }
}
@media (max-width: 767.9px) {
  .wrapper-home-our-story .right-content:before {
    left: 0;
    width: calc(100vw - 12px);
    bottom: 40px;
  }
}
.wrapper-home-our-story.background-mask:before {
  content: "";
  width: 100%;
  height: 72%;
  opacity: 0.5;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-our-thinking {
  overflow: hidden;
}

.home-our-thinking .left-content {
  padding-top: 170px;
}

@media (max-width: 575.9px) {
  .home-our-thinking .left-content {
    padding-top: 38px;
  }
}
.home-our-thinking .right-content {
  padding-top: 157px;
  padding-right: 180px;
  position: relative;
}

.home-our-thinking .right-content.right-content--alt {
  padding-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .home-our-thinking .right-content.right-content--alt {
    padding-bottom: 26px;
  }
}
@media (max-width: 1199.9px) {
  .home-our-thinking .right-content {
    padding-right: 60px;
  }
}
@media (max-width: 991.9px) {
  .home-our-thinking .right-content {
    padding-right: 40px;
  }
}
@media (max-width: 767.9px) {
  .home-our-thinking .right-content {
    padding-right: 0;
    padding-top: 0;
  }
}
.home-our-thinking .right-content h3 {
  margin: 0 0 16px 0;
  font-size: 65px;
  line-height: 1;
  letter-spacing: -0.8px;
}

@media (max-width: 1199.9px) {
  .home-our-thinking .right-content h3 {
    font-size: 55px;
  }
}
@media (max-width: 991.9px) {
  .home-our-thinking .right-content h3 {
    font-size: 45px;
  }
}
@media (max-width: 767.9px) {
  .home-our-thinking .right-content h3 {
    font-size: 35px;
  }
}
@media (max-width: 575.9px) {
  .home-our-thinking .right-content h3 {
    font-size: 24px;
    line-height: 1.1667;
    margin-bottom: 10px;
  }
}
.home-our-thinking .right-content p {
  max-width: 770px;
}

.home-our-thinking .right-content blockquote {
  font-size: 20px;
  line-height: 1.3;
}

@media (max-width: 1199.9px) {
  .home-our-thinking .right-content blockquote {
    font-size: 19px;
  }
}
@media (max-width: 991.9px) {
  .home-our-thinking .right-content blockquote {
    font-size: 17px;
  }
}
@media (max-width: 767.9px) {
  .home-our-thinking .right-content blockquote {
    font-size: 15px;
  }
}
@media (max-width: 575.9px) {
  .home-our-thinking .right-content blockquote {
    font-size: 14px;
    line-height: 1.357;
  }
}
.home-our-thinking .right-content .read-more-box {
  position: relative;
  margin-top: 133px;
  margin-bottom: 60px;
}

@media (max-width: 1199.9px) {
  .home-our-thinking .right-content .read-more-box {
    margin-top: 117px;
    margin-bottom: 54px;
  }
}
@media (max-width: 991.9px) {
  .home-our-thinking .right-content .read-more-box {
    margin-top: 97px;
    margin-bottom: 48px;
  }
}
@media (max-width: 767.9px) {
  .home-our-thinking .right-content .read-more-box {
    margin-top: 82px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575.9px) {
  .home-our-thinking .right-content .read-more-box {
    margin-top: 67px;
    margin-bottom: 32px;
  }
}
.home-our-thinking .right-content .read-more-box:before {
  content: "";
  width: calc(100vw - 265px);
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 44px;
  left: 0;
}

@media (max-width: 1199.9px) {
  .home-our-thinking .right-content .read-more-box:before {
    width: calc(100vw - 170px);
    bottom: 40px;
  }
}
@media (max-width: 991.9px) {
  .home-our-thinking .right-content .read-more-box:before {
    width: calc(100vw - 100px);
    bottom: 38px;
  }
}
@media (max-width: 767.9px) {
  .home-our-thinking .right-content .read-more-box:before {
    width: calc(100vw - 12px);
    left: 0;
    bottom: 30px;
  }
}
@media (max-width: 575.9px) {
  .home-our-thinking .right-content .read-more-box:before {
    bottom: 38px;
  }
}
.home-our-thinking .right-content .button {
  margin-top: 2px;
}

@media (max-width: 991.9px) {
  .home-our-thinking .right-content .button {
    margin-top: 4px;
  }
}
@media (max-width: 575.9px) {
  .home-our-thinking .right-content .button {
    margin-top: 8px;
  }
}
.home-our-thinking .right-content .text-intro:nth-child(2) {
  transition-delay: 0.7s;
}

.home-our-thinking .right-content .default-animation {
  transition-delay: 0.9s !important;
}

.home-our-thinking ul {
  list-style: none;
  padding: 0;
}

.home-our-thinking ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
}

@media (max-width: 575.9px) {
  .home-our-thinking ul li {
    margin-bottom: 10px;
  }
}
.home-our-thinking ul li:before {
  content: "—";
  font-family: "BrownStd-Light";
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.home-our-thinking img {
  max-width: 932px;
  margin-left: -42px;
  margin-top: -110px;
}

@media (max-width: 1300px) {
  .home-our-thinking img {
    width: 100%;
  }
}
@media (max-width: 575.9px) {
  .home-our-thinking img {
    margin-left: 0;
    margin-top: 0;
  }
}
.home-our-thinking small {
  font-size: 14px;
}

.home-our-thinking.nature-page .left-content h2 {
  max-width: 100%;
}

.home-our-thinking.nature-page .right-content {
  padding-bottom: 38px;
}

.home-our-thinking.nature-page .right-content:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0px;
  left: 15px;
}

@media (max-width: 767.9px) {
  .home-our-thinking.nature-page .right-content:before {
    left: 0;
  }
}
@media (min-width: 1199.9px) {
  .home-our-thinking.nature-page .right-content {
    padding-right: 29px;
  }
}
@media (min-width: 1199.9px) {
  .home-our-thinking.nature-page .right-content h3 {
    margin-bottom: 42px;
    max-width: 1240px !important;
  }
}
.home-our-thinking.nature-page .right-content h4 {
  font-family: "BrownStd-Regular";
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 57px;
  margin-bottom: 32px;
}

@media (max-width: 575.9px) {
  .home-our-thinking.nature-page .right-content h4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.home-our-thinking.nature-page .right-content p:last-child {
  margin-top: -17px;
}

@media (min-width: 1199.9px) {
  .home-our-thinking + .our-value .left-content,
  .home-our-thinking + .our-value .right-content {
    padding-top: 112px !important;
  }
}
.home-our-people {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.home-our-people .pc-img {
  display: block;
}

@media (max-width: 575.9px) {
  .home-our-people .pc-img {
    display: none;
  }
}
.home-our-people .mobile-img {
  display: none;
}

@media (max-width: 575.9px) {
  .home-our-people .mobile-img {
    display: block;
  }
}
.home-our-people .content-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6727;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-our-people .img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6727;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-our-people .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-our-people .container {
  position: relative;
}

.home-our-people .left-content {
  position: relative;
  padding-top: 528px;
}

@media (max-width: 1199.9px) {
  .home-our-people .left-content {
    padding-top: 455px;
  }
}
@media (max-width: 991.9px) {
  .home-our-people .left-content {
    padding-top: 402px;
  }
}
@media (max-width: 767.9px) {
  .home-our-people .left-content {
    padding-top: 350px;
  }
}
@media (max-width: 575.9px) {
  .home-our-people .left-content {
    padding-top: 290px;
  }
}
.home-our-people .left-content h2 {
  color: #fff;
  margin-top: 5px;
}

@media (max-width: 575.9px) {
  .home-our-people .left-content h2 {
    margin-bottom: 4px;
  }
}
.home-our-people .right-content {
  padding-top: 524px;
  padding-right: 180px;
  position: relative;
  padding-bottom: 60px;
}

@media (max-width: 1199.9px) {
  .home-our-people .right-content {
    padding-top: 450px;
    padding-right: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991.9px) {
  .home-our-people .right-content {
    padding-top: 400px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767.9px) {
  .home-our-people .right-content {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.home-our-people .right-content h3 {
  font-size: 45px;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #fff;
  margin: 0 0 24px 0;
}

@media (max-width: 1199.9px) {
  .home-our-people .right-content h3 {
    font-size: 40px;
  }
}
@media (max-width: 991.9px) {
  .home-our-people .right-content h3 {
    font-size: 35px;
  }
}
@media (max-width: 767.9px) {
  .home-our-people .right-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 575.9px) {
  .home-our-people .right-content h3 {
    font-size: 24px;
    line-height: 1.125;
    letter-spacing: -0.3px;
    margin: 0 0 28px 0;
  }
}
.home-our-people .right-content h3 i {
  font-family: "RecklessNeue-LightItalic";
}

.home-our-people .right-content p {
  max-width: 630px;
  color: #fff;
}

@media (max-width: 575.9px) {
  .home-our-people .right-content p {
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -0.25px;
  }
}
.home-our-people .right-content .button {
  color: #fff;
}

.home-our-people .right-content .button .iconarrowhead-right:before {
  color: #fff;
  border: 3px solid #fff;
}

.home-our-people .right-content .button:hover .iconarrowhead-right:before {
  color: #000;
  background: #fff;
}

.home-our-people .right-content:before {
  content: "";
  width: calc(100vw - 265px);
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 106px;
  left: 15px;
}

@media (max-width: 1199.9px) {
  .home-our-people .right-content:before {
    width: calc(100vw - 185px);
    bottom: 96px;
  }
}
@media (max-width: 991.9px) {
  .home-our-people .right-content:before {
    width: calc(100vw - 115px);
    bottom: 86px;
  }
}
@media (max-width: 767.9px) {
  .home-our-people .right-content:before {
    left: 0;
    width: calc(100vw - 12px);
    bottom: 70px;
  }
}
.home-our-people .right-content:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #8C8C8C;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767.9px) {
  .home-our-people .right-content:after {
    content: none;
  }
}
.home-our-people:before {
  content: "";
  width: 100%;
  height: 53.8%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-our-news {
  overflow: hidden;
}

.home-our-news.black-bg .wrapper-content .left-content {
  padding-top: 95px;
}

@media (max-width: 1199.9px) {
  .home-our-news.black-bg .wrapper-content .left-content {
    padding-top: 85px;
  }
}
@media (max-width: 991.9px) {
  .home-our-news.black-bg .wrapper-content .left-content {
    padding-top: 75px;
  }
}
@media (max-width: 767.9px) {
  .home-our-news.black-bg .wrapper-content .left-content {
    padding-top: 65px;
  }
}
@media (max-width: 575.9px) {
  .home-our-news.black-bg .wrapper-content .left-content {
    padding-top: 98px;
  }
}
.home-our-news.black-bg .wrapper-content .right-content {
  padding-top: 95px;
  padding-bottom: 54px;
}

@media (max-width: 1199.9px) {
  .home-our-news.black-bg .wrapper-content .right-content {
    padding-top: 146px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991.9px) {
  .home-our-news.black-bg .wrapper-content .right-content {
    padding-top: 136px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767.9px) {
  .home-our-news.black-bg .wrapper-content .right-content {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 575.9px) {
  .home-our-news.black-bg .wrapper-content .right-content {
    padding-bottom: 26px;
  }
}
.home-our-news.black-bg .wrapper-content .right-content h2 {
  font-size: 74px;
  line-height: 1;
  margin-bottom: 23px;
}

@media (max-width: 1199.9px) {
  .home-our-news.black-bg .wrapper-content .right-content h2 {
    font-size: 62px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 991.9px) {
  .home-our-news.black-bg .wrapper-content .right-content h2 {
    font-size: 52px;
    margin: 0 0 16px 0;
  }
}
@media (max-width: 767.9px) {
  .home-our-news.black-bg .wrapper-content .right-content h2 {
    font-size: 42px;
    margin: 0 0 12px 0;
  }
}
@media (max-width: 575.9px) {
  .home-our-news.black-bg .wrapper-content .right-content h2 {
    font-size: 30px;
    line-height: 1.07;
    letter-spacing: -0.3px;
    margin: 0 0 11px 0;
  }
}
.home-our-news.black-bg .wrapper-content .right-content h2 i {
  font-family: "RecklessNeue-LightItalic";
}

.home-our-news.black-bg .wrapper-content .right-content:before {
  background: #fff;
}

@media (max-width: 575.9px) {
  .home-our-news.black-bg .wrapper-content .right-content:before {
    bottom: 63px;
  }
}
.home-our-news.black-bg .wrapper-content .button:hover .iconarrowhead-right:before {
  color: #000;
  background: #fff;
}

.home-our-news .wrapper-content .left-content {
  padding-top: 159px;
}

@media (max-width: 1199.9px) {
  .home-our-news .wrapper-content .left-content {
    padding-top: 146px;
  }
}
@media (max-width: 991.9px) {
  .home-our-news .wrapper-content .left-content {
    padding-top: 136px;
  }
}
@media (max-width: 767.9px) {
  .home-our-news .wrapper-content .left-content {
    padding-top: 126px;
  }
}
@media (max-width: 575.9px) {
  .home-our-news .wrapper-content .left-content {
    padding-top: 116px;
  }
}
.home-our-news .wrapper-content .right-content {
  position: relative;
  padding-top: 159px;
  padding-bottom: 62px;
}

@media (max-width: 1199.9px) {
  .home-our-news .wrapper-content .right-content {
    padding-top: 146px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991.9px) {
  .home-our-news .wrapper-content .right-content {
    padding-top: 136px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767.9px) {
  .home-our-news .wrapper-content .right-content {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 575.9px) {
  .home-our-news .wrapper-content .right-content {
    padding-bottom: 30px;
  }
}
.home-our-news .wrapper-content .right-content h2 {
  font-size: 65px;
  line-height: 1;
  margin-bottom: 16px;
}

@media (max-width: 1199.9px) {
  .home-our-news .wrapper-content .right-content h2 {
    font-size: 62px;
    margin: 0 0 14px 0;
  }
}
@media (max-width: 991.9px) {
  .home-our-news .wrapper-content .right-content h2 {
    font-size: 52px;
    margin: 0 0 12px 0;
  }
}
@media (max-width: 767.9px) {
  .home-our-news .wrapper-content .right-content h2 {
    font-size: 42px;
    margin: 0 0 9px 0;
  }
}
@media (max-width: 575.9px) {
  .home-our-news .wrapper-content .right-content h2 {
    font-size: 30px;
    line-height: 1.07;
    letter-spacing: -0.3px;
    margin: 0 0 6px 0;
  }
}
.home-our-news .wrapper-content .right-content h2 i {
  font-family: "RecklessNeue-LightItalic";
}

.home-our-news .wrapper-content .right-content:before {
  content: "";
  width: calc(100vw - 265px);
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 106px;
  left: 15px;
}

@media (max-width: 1199.9px) {
  .home-our-news .wrapper-content .right-content:before {
    width: calc(100vw - 170px);
    bottom: 94px;
  }
}
@media (max-width: 991.9px) {
  .home-our-news .wrapper-content .right-content:before {
    width: calc(100vw - 100px);
    bottom: 86px;
  }
}
@media (max-width: 767.9px) {
  .home-our-news .wrapper-content .right-content:before {
    width: calc(100vw - 12px);
    left: 0;
    bottom: 78px;
  }
}
@media (max-width: 575.9px) {
  .home-our-news .wrapper-content .right-content:before {
    bottom: 71px;
  }
}
.home-number-slider {
  position: relative;
  overflow: hidden;
}

.home-number-slider .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-number-slider .right-content {
  padding: 177px 0 94px 15px;
}

@media (max-width: 767.9px) {
  .home-number-slider .right-content {
    padding: 177px 0 94px;
  }
}
@media (max-width: 767.9px) {
  .home-number-slider .right-content {
    padding: 91px 0 100px;
  }
}
.home-number-slider .right-content .title {
  letter-spacing: 2px;
  font-family: "BrownStd-Regular";
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  text-transform: uppercase;
}

@media (max-width: 1199.9px) {
  .home-number-slider .right-content .title {
    font-size: 15px;
  }
}
@media (max-width: 991.9px) {
  .home-number-slider .right-content .title {
    font-size: 14px;
  }
}
@media (max-width: 767.9px) {
  .home-number-slider .right-content .title {
    font-size: 13px;
  }
}
@media (max-width: 575.9px) {
  .home-number-slider .right-content .title {
    font-size: 12px;
    line-height: 1.67;
  }
}
.home-contact-us {
  background: #000;
  margin-bottom: 160px;
  overflow: hidden;
}

@media (max-width: 1199.9px) {
  .home-contact-us {
    margin-bottom: 140px;
  }
}
@media (max-width: 991.9px) {
  .home-contact-us {
    margin-bottom: 120px;
  }
}
@media (max-width: 767.9px) {
  .home-contact-us {
    margin-bottom: 100px;
  }
}
@media (max-width: 575.9px) {
  .home-contact-us {
    margin-bottom: 60px;
  }
}
.home-contact-us .wrapper-content .left-content {
  padding-top: 135px;
}

@media (max-width: 768.9px) {
  .home-contact-us .wrapper-content .left-content {
    padding-top: 93px;
  }
}
.home-contact-us .wrapper-content .right-content {
  position: relative;
  padding-top: 135px;
  padding-bottom: 95px;
}

@media (max-width: 1199.9px) {
  .home-contact-us .wrapper-content .right-content {
    padding-bottom: 50px;
  }
}
@media (max-width: 991.9px) {
  .home-contact-us .wrapper-content .right-content {
    padding-bottom: 40px;
  }
}
@media (max-width: 767.9px) {
  .home-contact-us .wrapper-content .right-content {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 575.9px) {
  .home-contact-us .wrapper-content .right-content {
    padding-bottom: 26px;
  }
}
.home-contact-us .wrapper-content .right-content h2 {
  font-size: 74px;
  line-height: 1;
  margin-bottom: 19px;
  color: #fff;
}

@media (max-width: 1199.9px) {
  .home-contact-us .wrapper-content .right-content h2 {
    font-size: 70px;
    margin: 0 0 14px 0;
  }
}
@media (max-width: 991.9px) {
  .home-contact-us .wrapper-content .right-content h2 {
    font-size: 59px;
    margin: 0 0 12px 0;
  }
}
@media (max-width: 767.9px) {
  .home-contact-us .wrapper-content .right-content h2 {
    font-size: 48px;
    margin: 0 0 9px 0;
  }
}
@media (max-width: 575.9px) {
  .home-contact-us .wrapper-content .right-content h2 {
    font-size: 37px;
    line-height: 1;
    letter-spacing: -0.3px;
    margin: 0 0 11px 0;
  }
}
.home-contact-us .wrapper-content .right-content h2 i {
  font-family: "RecklessNeue-LightItalic";
}

.home-contact-us .wrapper-content .right-content h2.h3 {
  font-size: 74px !important;
}

@media (max-width: 992px) {
  .home-contact-us .wrapper-content .right-content h2.h3 {
    font-size: 54px !important;
  }
}
@media (max-width: 767.9px) {
  .home-contact-us .wrapper-content .right-content h2.h3 {
    font-size: 28px !important;
    letter-spacing: -0.3px;
    margin-top: -14px !important;
    margin-bottom: 13px !important;
  }
}
.home-contact-us .wrapper-content .right-content h2.h4 {
  font-family: "RecklessNeue-Light";
  font-size: 45px;
  color: #fff;
  line-height: 1.07;
  letter-spacing: -1px;
  max-width: 557px;
  margin-top: 0;
}

@media (max-width: 992px) {
  .home-contact-us .wrapper-content .right-content h2.h4 {
    font-size: 35px;
  }
}
@media (max-width: 767.9px) {
  .home-contact-us .wrapper-content .right-content h2.h4 {
    font-size: 28px;
    letter-spacing: -0.3px;
    margin-bottom: 16px;
    margin-top: -22px;
  }
}
.home-contact-us .wrapper-content .right-content:before {
  content: "";
  width: calc(100vw - 265px);
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 160px;
  left: 15px;
}

@media (max-width: 1199.9px) {
  .home-contact-us .wrapper-content .right-content:before {
    width: calc(100vw - 170px);
    bottom: 94px;
  }
}
@media (max-width: 991.9px) {
  .home-contact-us .wrapper-content .right-content:before {
    width: calc(100vw - 100px);
    bottom: 86px;
  }
}
@media (max-width: 767.9px) {
  .home-contact-us .wrapper-content .right-content:before {
    width: calc(100vw - 12px);
    left: 0;
    bottom: 78px;
  }
}
@media (max-width: 575.9px) {
  .home-contact-us .wrapper-content .right-content:before {
    bottom: 71px;
  }
}
@media (min-width: 1199.9px) {
  .home-contact-us + .home-our-thinking .right-content {
    padding-top: 154px;
    padding-bottom: 100px;
  }
}
.home-contact-us + .home-our-thinking .right-content h3 {
  max-width: 1170px;
}

.home-contact-us + .home-our-thinking .right-content p {
  margin-bottom: 23px;
}

.home-contact-us + .home-our-thinking .right-content blockquote {
  max-width: 637px;
}

.home-contact-us + .home-our-thinking .right-content blockquote p {
  letter-spacing: -0.25px;
}

.download-box {
  background: #000;
  margin-bottom: 160px;
  overflow: hidden;
}

@media (max-width: 1199.9px) {
  .download-box {
    margin-bottom: 140px;
  }
}
@media (max-width: 991.9px) {
  .download-box {
    margin-bottom: 120px;
  }
}
@media (max-width: 767.9px) {
  .download-box {
    margin-bottom: 100px;
  }
}
@media (max-width: 575.9px) {
  .download-box {
    margin-bottom: 60px;
  }
}
.download-box .wrapper-content .left-content {
  padding-top: 90px;
}

@media (max-width: 768.9px) {
  .download-box .wrapper-content .left-content {
    padding-top: 93px;
  }
}
.download-box .wrapper-content .right-content {
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
}

@media (max-width: 1199.9px) {
  .download-box .wrapper-content .right-content {
    padding-bottom: 50px;
  }
}
@media (max-width: 991.9px) {
  .download-box .wrapper-content .right-content {
    padding-bottom: 40px;
  }
}
@media (max-width: 767.9px) {
  .download-box .wrapper-content .right-content {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 575.9px) {
  .download-box .wrapper-content .right-content {
    padding-bottom: 26px;
  }
}
.download-box .wrapper-content .right-content h2 {
  font-size: 65px;
  line-height: 1;
  margin-bottom: 16px;
  color: #fff;
}

@media (max-width: 1199.9px) {
  .download-box .wrapper-content .right-content h2 {
    font-size: 70px;
    margin: 0 0 14px 0;
  }
}
@media (max-width: 991.9px) {
  .download-box .wrapper-content .right-content h2 {
    font-size: 59px;
    margin: 0 0 12px 0;
  }
}
@media (max-width: 767.9px) {
  .download-box .wrapper-content .right-content h2 {
    font-size: 48px;
    margin: 0 0 9px 0;
  }
}
@media (max-width: 575.9px) {
  .download-box .wrapper-content .right-content h2 {
    font-size: 37px;
    line-height: 1;
    letter-spacing: -0.3px;
    margin: 0 0 11px 0;
  }
}
.download-box .wrapper-content .right-content h2 i {
  font-family: "RecklessNeue-LightItalic";
}

.download-box .wrapper-content .right-content h2.h3 {
  font-size: 74px !important;
}

@media (max-width: 992px) {
  .download-box .wrapper-content .right-content h2.h3 {
    font-size: 54px !important;
  }
}
@media (max-width: 767.9px) {
  .download-box .wrapper-content .right-content h2.h3 {
    font-size: 28px !important;
    letter-spacing: -0.3px;
    margin-top: -14px !important;
    margin-bottom: 13px !important;
  }
}
.download-box .wrapper-content .right-content h2.h4 {
  font-family: "RecklessNeue-Light";
  font-size: 45px;
  color: #fff;
  line-height: 1.07;
  letter-spacing: -1px;
  max-width: 557px;
  margin-top: 0;
}

@media (max-width: 992px) {
  .download-box .wrapper-content .right-content h2.h4 {
    font-size: 35px;
  }
}
@media (max-width: 767.9px) {
  .download-box .wrapper-content .right-content h2.h4 {
    font-size: 28px;
    letter-spacing: -0.3px;
    margin-bottom: 16px;
    margin-top: -22px;
  }
}
.download-box .wrapper-content .right-content:before {
  content: "";
  width: calc(100vw - 265px);
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 106px;
  left: 15px;
}

@media (max-width: 1199.9px) {
  .download-box .wrapper-content .right-content:before {
    width: calc(100vw - 170px);
    bottom: 94px;
  }
}
@media (max-width: 991.9px) {
  .download-box .wrapper-content .right-content:before {
    width: calc(100vw - 100px);
    bottom: 86px;
  }
}
@media (max-width: 767.9px) {
  .download-box .wrapper-content .right-content:before {
    width: calc(100vw - 12px);
    left: 0;
    bottom: 78px;
  }
}
@media (max-width: 575.9px) {
  .download-box .wrapper-content .right-content:before {
    bottom: 71px;
  }
}
.our-story {
  overflow: hidden;
}

.our-story .left-content {
  padding: 256px 0 148px;
}

@media (max-width: 1199.9px) {
  .our-story .left-content {
    padding: 227px 0 118px 15px;
  }
}
@media (max-width: 991.9px) {
  .our-story .left-content {
    padding: 195px 0 88px 15px;
  }
}
@media (max-width: 767.9px) {
  .our-story .left-content {
    padding: 129px 0 20px;
  }
}
@media (max-width: 575.9px) {
  .our-story .left-content {
    padding: 39px 0 12px;
  }
}
.our-story .right-content {
  padding: 248px 0 148px 15px;
}

@media (max-width: 1199.9px) {
  .our-story .right-content {
    padding: 218px 0 118px 15px;
  }
}
@media (max-width: 991.9px) {
  .our-story .right-content {
    padding: 188px 0 88px 15px;
  }
}
@media (max-width: 767.9px) {
  .our-story .right-content {
    padding: 0 0 62px;
  }
}
@media (max-width: 575.9px) {
  .our-story .right-content {
    padding: 0 0 42px;
  }
}
.our-story .right-content h3,
.our-value .right-content h3 {
  font-size: 45px;
  line-height: 1.067;
  letter-spacing: -1px;
  margin-bottom: 60px;
}

@media (max-width: 1199.9px) {
  .our-story .right-content h3,
  .our-value .right-content h3 {
    font-size: 40px;
  }
}
@media (max-width: 991.9px) {
  .our-story .right-content h3,
  .our-value .right-content h3 {
    font-size: 35px;
  }
}
@media (max-width: 767.9px) {
  .our-story .right-content h3,
  .our-value .right-content h3 {
    font-size: 30px;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 28px;
  }
}
@media (max-width: 575.9px) {
  .our-story .right-content h3,
  .our-value .right-content h3 {
    font-size: 24px !important;
    line-height: 27px !important;
    letter-spacing: -0.3px;
  }
}
.our-story .right-content .text-content {
  max-width: 620px;
}

@media (max-width: 575.9px) {
  .our-story .right-content .text-content {
    padding-right: 6px;
  }
}
.our-story .right-content p {
  letter-spacing: -0.25px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .our-story .right-content p {
    margin-bottom: 19px;
  }
}
.challenge {
  overflow: hidden;
}

.challenge .wrapper-content .left-content {
  padding: 132px 0 100px;
}

@media (max-width: 767.9px) {
  .challenge .wrapper-content .left-content {
    padding: 38px 0 0;
  }
}
.challenge .wrapper-content .left-content h2 {
  margin-bottom: 18px;
}

.challenge .wrapper-content .right-content {
  padding: 132px 0 100px 15px;
}

@media (max-width: 767.9px) {
  .challenge .wrapper-content .right-content {
    padding: 0 0 47px;
  }
}
.challenge .wrapper-content .right-content .title {
  position: relative;
}

.challenge .wrapper-content .right-content .title img {
  width: 55px;
  margin-bottom: 3px;
}

@media (max-width: 1199.9px) {
  .challenge .wrapper-content .right-content .title img {
    width: 53px;
  }
}
@media (max-width: 991.9px) {
  .challenge .wrapper-content .right-content .title img {
    width: 51px;
  }
}
@media (max-width: 767.9px) {
  .challenge .wrapper-content .right-content .title img {
    width: 49px;
  }
}
@media (max-width: 575.9px) {
  .challenge .wrapper-content .right-content .title img {
    width: 47px;
    margin-bottom: 11px;
  }
}
.challenge .wrapper-content .right-content .title blockquote {
  font-family: "RecklessNeue-LightItalic";
  font-size: 45px;
  line-height: 1.067;
  margin: 20px 0 20px 0;
  margin-bottom: 24px;
  letter-spacing: -1px;
  max-width: 98%;
}

@media (max-width: 1199.9px) {
  .challenge .wrapper-content .right-content .title blockquote {
    font-size: 40px;
  }
}
@media (max-width: 991.9px) {
  .challenge .wrapper-content .right-content .title blockquote {
    font-size: 35px;
  }
}
@media (max-width: 767.9px) {
  .challenge .wrapper-content .right-content .title blockquote {
    font-size: 30px;
  }
}
@media (max-width: 575.9px) {
  .challenge .wrapper-content .right-content .title blockquote {
    font-size: 24px;
    line-height: 1.125;
    letter-spacing: -0.3px;
    margin-bottom: 12px;
  }
}
.challenge .wrapper-content .right-content .title:before {
  content: "";
  width: calc(100vw - 265px);
  height: 1px;
  background: #000;
  position: absolute;
  top: 50px;
  left: 0;
}

@media (max-width: 1199.9px) {
  .challenge .wrapper-content .right-content .title:before {
    width: calc(100vw - 185px);
  }
}
@media (max-width: 991.9px) {
  .challenge .wrapper-content .right-content .title:before {
    width: calc(100vw - 115px);
  }
}
@media (max-width: 767.9px) {
  .challenge .wrapper-content .right-content .title:before {
    left: 0;
    width: calc(100vw - 12px);
  }
}
@media (max-width: 575.9px) {
  .challenge .wrapper-content .right-content .title:before {
    top: 49px;
  }
}
.challenge .wrapper-content .right-content blockquote {
  position: relative;
  font-family: "RecklessNeue-LightItalic";
  font-size: 34px;
  line-height: 1.177;
  letter-spacing: -0.2px;
  padding-top: 50px;
  margin: 40px 0 60px;
}

@media (max-width: 575.9px) {
  .challenge .wrapper-content .right-content blockquote {
    font-size: 24px;
    line-height: 1.125;
    letter-spacing: -0.3px;
    margin: 28px 0 58px;
  }
}
.challenge .wrapper-content .right-content blockquote p {
  margin: 0;
  max-width: 100%;
}

.challenge .wrapper-content .right-content blockquote:after {
  content: "";
  background-image: url("../images/icon-quotes.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 54px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1199.9px) {
  .challenge .wrapper-content .right-content blockquote:after {
    width: 53px;
    height: 34px;
  }
}
@media (max-width: 991.9px) {
  .challenge .wrapper-content .right-content blockquote:after {
    width: 51px;
    height: 33px;
  }
}
@media (max-width: 767.9px) {
  .challenge .wrapper-content .right-content blockquote:after {
    width: 49px;
    height: 32px;
  }
}
@media (max-width: 575.9px) {
  .challenge .wrapper-content .right-content blockquote:after {
    width: 47px;
    height: 31px;
  }
}
.challenge .wrapper-content .right-content blockquote:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  top: 43px;
  left: 0;
}

.challenge .wrapper-content .right-content cite {
  display: block;
  margin-bottom: 52px;
}

@media (max-width: 575.9px) {
  .challenge .wrapper-content .right-content cite {
    margin-bottom: 26px;
  }
}
.challenge .wrapper-content .right-content p {
  max-width: 620px;
}

.challenge .wrapper-content .right-content p {
  letter-spacing: -0.35px;
}

@media (max-width: 575.9px) {
  .challenge .wrapper-content .right-content p {
    letter-spacing: -0.25px;
  }
}
.our-value {
  overflow: hidden;
}

.our-value .wrapper-content .left-content {
  padding: 152px 0 0 0;
}

@media (max-width: 1199.9px) {
  .our-value .wrapper-content .left-content {
    padding: 132px 0 0 15px;
  }
}
@media (max-width: 991.9px) {
  .our-value .wrapper-content .left-content {
    padding: 120px 0 0 15px;
  }
}
@media (max-width: 767.9px) {
  .our-value .wrapper-content .left-content {
    padding: 58px 0 0 0;
  }
}
@media (max-width: 575.9px) {
  .our-value .wrapper-content .left-content {
    padding: 38px 0 0 0;
  }
}
.our-value .wrapper-content .right-content {
  padding: 142px 0 0 15px;
}

@media (max-width: 1199.9px) {
  .our-value .wrapper-content .right-content {
    padding: 122px 0 0 15px;
  }
}
@media (max-width: 991.9px) {
  .our-value .wrapper-content .right-content {
    padding: 112px 0 0 15px;
  }
}
@media (max-width: 767.9px) {
  .our-value .wrapper-content .right-content {
    padding: 0;
  }
}
.our-value .wrapper-content .right-content h3,
.section-text .right-content h3 {
  font-size: 45px;
  line-height: 1;
  letter-spacing: -0.8px;
  margin-bottom: 60px;
}

@media (max-width: 1199.9px) {
  .our-value .wrapper-content .right-content h3,
  .section-text .right-content h3 {
    font-size: 40px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991.9px) {
  .our-value .wrapper-content .right-content h3,
  .section-text .right-content h3 {
    font-size: 35px;
    margin-bottom: 78px;
  }
}
@media (max-width: 767.9px) {
  .our-value .wrapper-content .right-content h3,
  .section-text .right-content h3 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 38px;
    line-height: 32px;
  }
}
@media (max-width: 575.9px) {
  .our-value .wrapper-content .right-content h3,
  .section-text .right-content h3 {
    font-size: 30px;
    line-height: 1.0667;
    letter-spacing: -0.3px;
    margin-top: -3px;
    margin-bottom: 40px;
  }
}
.our-value .wrapper-content .right-content .values-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media (max-width: 1199.9px) {
  .our-value .wrapper-content .right-content .values-list {
    margin: 0 -6px;
  }
}
@media (max-width: 991.9px) {
  .our-value .wrapper-content .right-content .values-list {
    margin: 0;
  }
}
.our-value .wrapper-content .right-content .values-list .list {
  width: 24%;
  position: relative;
  padding: 0 15px 119px;
}

@media (max-width: 1199.9px) {
  .our-value .wrapper-content .right-content .values-list .list {
    padding: 0 6px 90px;
  }
}
@media (max-width: 991.9px) {
  .our-value .wrapper-content .right-content .values-list .list {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 80px 60px 0;
  }
}
@media (max-width: 767.9px) {
  .our-value .wrapper-content .right-content .values-list .list {
    padding: 0 15px 30px 0;
  }
}
@media (max-width: 575.9px) {
  .our-value .wrapper-content .right-content .values-list .list {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 5px 7px 0;
  }
}
.our-value .wrapper-content .right-content .values-list .list:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 2px;
}

@media (max-width: 1199.9px) {
  .our-value .wrapper-content .right-content .values-list .list:before {
    left: 0;
  }
}
@media (max-width: 991.9px) {
  .our-value .wrapper-content .right-content .values-list .list:before {
    width: 100vw;
    height: 1px;
    left: 0;
  }
}
.our-value .wrapper-content .right-content .values-list .list:first-child:before {
  content: none;
}

@media (max-width: 991.9px) {
  .our-value .wrapper-content .right-content .values-list .list:first-child:before {
    content: "";
  }
}
.our-value .wrapper-content .right-content .values-list .list:hover .img img {
  transform: scale(1.3);
}

.our-value .wrapper-content .right-content .values-list .list a {
  display: block;
  color: #000 !important;
}

.our-value .wrapper-content .right-content .values-list.list-four {
  max-width: 1200px;
}

@media (min-width: 1199.9px) {
  .our-value .wrapper-content .right-content .values-list.list-four .list {
    width: 25%;
    padding: 0 15px 119px 15px;
  }
}
@media screen and (min-width: 991px) {
  .our-value .wrapper-content .right-content .values-list.list-four .list .text-intro h4 {
    min-height: 95px;
  }
}
@media screen and (min-width: 991.9px) {
  .our-value .wrapper-content .right-content .values-list.list-more-than-four .list {
    width: 20%;
  }
}
.our-value .wrapper-content .right-content .img {
  height: 140px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 34px;
}

@media (max-width: 991.9px) {
  .our-value .wrapper-content .right-content .img {
    height: auto;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.our-value .wrapper-content .right-content .img img {
  transform-origin: 0 0;
  transition: All 0.2s ease-in-out !important;
}

@media (max-width: 991.9px) {
  .our-value .wrapper-content .right-content .img img {
    height: 45px;
    width: auto;
  }
}
.our-value .wrapper-content .right-content h4 {
  font-size: 56px;
  line-height: 1.072;
  transition: all 0.2s;
  max-width: 150px;
  transform: scale(0.5);
  min-height: 120px;
  height: 120px;
  width: 180%;
  transform-origin: top left;
  max-width: 600px !important;
}

@media (min-width: 1199.9px) {
  .our-value .wrapper-content .right-content h4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1300.9px) {
  .our-value .wrapper-content .right-content h4 {
    font-size: 52px;
  }
}
@media (max-width: 1199.9px) {
  .our-value .wrapper-content .right-content h4 {
    font-size: 48px;
  }
}
@media (max-width: 991.9px) {
  .our-value .wrapper-content .right-content h4 {
    max-width: 100%;
  }
}
@media (max-width: 575.9px) {
  .our-value .wrapper-content .right-content h4 {
    margin: 10px 0 30px;
    letter-spacing: -0.3px;
  }
}
.our-value .wrapper-content .right-content p {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.25px;
  color: #000;
  transition: all 0.2s;
}

@media (max-width: 1199.9px) {
  .our-value .wrapper-content .right-content p {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.2px;
  }
}
.our-clients {
  overflow: hidden;
}

.our-clients .wrapper-content .left-content {
  padding: 166px 0 0 15px;
}

@media (max-width: 1199.9px) {
  .our-clients .wrapper-content .left-content {
    padding: 138px 0 0 15px;
  }
}
@media (max-width: 991.9px) {
  .our-clients .wrapper-content .left-content {
    padding: 118px 0 0 15px;
  }
}
@media (max-width: 767.9px) {
  .our-clients .wrapper-content .left-content {
    padding: 58px 0 0 0;
  }
}
@media (max-width: 575.9px) {
  .our-clients .wrapper-content .left-content {
    padding: 38px 0 0 0;
  }
}
.our-clients .wrapper-content .right-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 160px 0 0 15px;
}

@media (max-width: 1199.9px) {
  .our-clients .wrapper-content .right-content {
    padding: 138px 0 0 15px;
  }
}
@media (max-width: 991.9px) {
  .our-clients .wrapper-content .right-content {
    padding: 118px 0 0 15px;
  }
}
@media (max-width: 767.9px) {
  .our-clients .wrapper-content .right-content {
    padding: 0;
  }
}
.our-clients .wrapper-content .right-content .title {
  margin-bottom: 86px;
  padding-right: 20px;
}

@media (max-width: 1199.9px) {
  .our-clients .wrapper-content .right-content .title {
    margin-bottom: 98px;
  }
}
@media (max-width: 991.9px) {
  .our-clients .wrapper-content .right-content .title {
    margin-bottom: 78px;
  }
}
@media (max-width: 767.9px) {
  .our-clients .wrapper-content .right-content .title {
    margin-bottom: 42px;
  }
}
@media (max-width: 575.9px) {
  .our-clients .wrapper-content .right-content .title {
    margin-bottom: 22px;
  }
}
.our-clients .wrapper-content .right-content .slider-arrows {
  display: flex;
  align-items: center;
  margin-top: 42px;
  position: absolute;
  right: 0;
  bottom: -15px;
}

.our-clients .wrapper-content .right-content .slider-arrows a {
  text-decoration: none;
}

@media (max-width: 1199.9px) {
  .our-clients .wrapper-content .right-content .slider-arrows {
    margin-top: 37px;
  }
}
@media (max-width: 991.9px) {
  .our-clients .wrapper-content .right-content .slider-arrows {
    margin-top: 32px;
  }
}
@media (max-width: 767.9px) {
  .our-clients .wrapper-content .right-content .slider-arrows {
    display: none;
  }
}
.our-clients .wrapper-content .right-content .slider-arrows .slick-next:before,
.our-clients .wrapper-content .right-content .slider-arrows .slick-prev:before {
  font-family: "iconfont" !important;
  color: #000;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 3px solid #000;
  cursor: pointer;
  border-radius: 50%;
  display: block;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .our-clients .wrapper-content .right-content .slider-arrows .slick-next:before,
  .our-clients .wrapper-content .right-content .slider-arrows .slick-prev:before {
    font-size: 15px;
    width: 28px;
    height: 28px;
    line-height: 22px;
  }
}
@media (max-width: 991.9px) {
  .our-clients .wrapper-content .right-content .slider-arrows .slick-next:before,
  .our-clients .wrapper-content .right-content .slider-arrows .slick-prev:before {
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 20px;
  }
}
@media (max-width: 767.9px) {
  .our-clients .wrapper-content .right-content .slider-arrows .slick-next:before,
  .our-clients .wrapper-content .right-content .slider-arrows .slick-prev:before {
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 18px;
  }
}
.our-clients .wrapper-content .right-content .slider-arrows .slick-next:hover:before,
.our-clients .wrapper-content .right-content .slider-arrows .slick-prev:hover:before {
  color: #fff;
  background: #000;
}

.our-clients .wrapper-content .right-content .slider-arrows .slick-next {
  margin-left: 15px;
}

.our-clients .wrapper-content .right-content .slider-arrows .slick-next:before {
  content: "\e62c";
}

.our-clients .wrapper-content .right-content .slider-arrows .slick-prev:before {
  content: "\e62d";
}

.our-clients .wrapper-content .right-content h3 {
  font-size: 45px;
  line-height: 1.0667;
  margin-bottom: 32px;
}

@media (max-width: 1199.9px) {
  .our-clients .wrapper-content .right-content h3 {
    font-size: 40px;
  }
}
@media (max-width: 991.9px) {
  .our-clients .wrapper-content .right-content h3 {
    font-size: 35px;
  }
}
@media (max-width: 767.9px) {
  .our-clients .wrapper-content .right-content h3 {
    font-size: 30px;
    margin-top: 5px;
  }
}
@media (max-width: 575.9px) {
  .our-clients .wrapper-content .right-content h3 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 25px;
  }
}
.our-clients .wrapper-content .right-content h3 i {
  font-family: "RecklessNeue-LightItalic";
}

.our-people-content {
  overflow: hidden;
}

@media (max-width: 575.9px) {
  .our-people-content .wrapper-content .left-content {
    padding-bottom: 18px;
  }
}
.our-people-content .wrapper-content .left-content h2 {
  margin-top: 0;
}

.our-people-content .wrapper-content .right-content {
  display: flex;
  flex-wrap: wrap;
}

.our-people-content .wrapper-content .right-content .people-list {
  width: 50%;
  padding-right: 2%;
  padding-bottom: 115px;
}

.our-people-content .wrapper-content .right-content .people-list:nth-last-of-type(odd) {
  padding-left: 15px;
  border-left: 1px solid #000;
}

@media (max-width: 575.9px) {
  .our-people-content .wrapper-content .right-content .people-list:nth-last-of-type(odd) {
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 575.9px) {
  .our-people-content .wrapper-content .right-content .people-list {
    width: 100%;
    padding-bottom: 55px;
  }
}
.our-people-content .wrapper-content .right-content .title {
  margin-bottom: 113px;
  position: relative;
}

@media (max-width: 1199.9px) {
  .our-people-content .wrapper-content .right-content .title {
    margin-bottom: 95px;
  }
}
@media (max-width: 991.9px) {
  .our-people-content .wrapper-content .right-content .title {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.9px) {
  .our-people-content .wrapper-content .right-content .title {
    margin-bottom: 65px;
  }
}
@media (max-width: 575.9px) {
  .our-people-content .wrapper-content .right-content .title {
    margin-bottom: 54px;
  }
}
@media (max-width: 1199.9px) {
  .our-people-content .wrapper-content .right-content .title img {
    width: 52px;
  }
}
@media (max-width: 991.9px) {
  .our-people-content .wrapper-content .right-content .title img {
    width: 51px;
  }
}
@media (max-width: 767.9px) {
  .our-people-content .wrapper-content .right-content .title img {
    width: 49px;
  }
}
@media (max-width: 575.9px) {
  .our-people-content .wrapper-content .right-content .title img {
    width: 47px;
  }
}
.our-people-content .wrapper-content .right-content .title h3 {
  font-size: 45px;
  line-height: 1.067;
  margin: 16px 0 20px;
  letter-spacing: -1px;
}

@media (max-width: 1199.9px) {
  .our-people-content .wrapper-content .right-content .title h3 {
    font-size: 41px;
  }
}
@media (max-width: 991.9px) {
  .our-people-content .wrapper-content .right-content .title h3 {
    font-size: 38px;
  }
}
@media (max-width: 767.9px) {
  .our-people-content .wrapper-content .right-content .title h3 {
    font-size: 35px;
  }
}
@media (max-width: 575.9px) {
  .our-people-content .wrapper-content .right-content .title h3 {
    font-size: 32px;
    line-height: 1.03125;
    letter-spacing: -0.33px;
    margin: 24px 0 20px;
  }
}
.our-people-content .wrapper-content .right-content .title blockquote {
  font-family: "RecklessNeue-Light";
  color: #000;
  font-size: 45px;
  line-height: 1.067;
  margin: 16px 0 20px;
  letter-spacing: -1px;
}

@media (max-width: 1199.9px) {
  .our-people-content .wrapper-content .right-content .title blockquote {
    font-size: 41px;
  }
}
@media (max-width: 991.9px) {
  .our-people-content .wrapper-content .right-content .title blockquote {
    font-size: 38px;
  }
}
@media (max-width: 767.9px) {
  .our-people-content .wrapper-content .right-content .title blockquote {
    font-size: 35px;
  }
}
@media (max-width: 575.9px) {
  .our-people-content .wrapper-content .right-content .title blockquote {
    font-size: 32px;
    line-height: 1.03125;
    letter-spacing: -0.33px;
    margin: 24px 0 20px;
  }
}
.our-people-content .wrapper-content .right-content .title:before {
  content: "";
  width: calc(100% + 19px);
  height: 1px;
  background: #000;
  position: absolute;
  top: 43px;
  left: 0;
  display: none;
}

@media (max-width: 575.9px) {
  .our-people-content .wrapper-content .right-content .title:before {
    display: block;
  }
}
.our-people-content .wrapper-content .right-content .people-intro {
  max-width: 430px;
  margin-bottom: 78px;
}

@media (max-width: 1199.9px) {
  .our-people-content .wrapper-content .right-content .people-intro {
    margin-bottom: 64px;
  }
}
@media (max-width: 991.9px) {
  .our-people-content .wrapper-content .right-content .people-intro {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.9px) {
  .our-people-content .wrapper-content .right-content .people-intro {
    margin-bottom: 36px;
  }
}
@media (max-width: 575.9px) {
  .our-people-content .wrapper-content .right-content .people-intro {
    margin-bottom: 24px;
  }
}
.our-people-content .wrapper-content .right-content .people-intro img {
  width: 237px;
  border-radius: 50%;
}

@media (max-width: 1199.9px) {
  .our-people-content .wrapper-content .right-content .people-intro img {
    width: 210px;
  }
}
@media (max-width: 991.9px) {
  .our-people-content .wrapper-content .right-content .people-intro img {
    width: 180px;
  }
}
@media (max-width: 767.9px) {
  .our-people-content .wrapper-content .right-content .people-intro img {
    width: 150px;
  }
}
@media (max-width: 575.9px) {
  .our-people-content .wrapper-content .right-content .people-intro img {
    width: 123px;
  }
}
.our-people-content .wrapper-content .right-content .people-intro h3 {
  font-size: 40px;
  line-height: 1.175;
  margin: 47px 0 24px;
  letter-spacing: -0.5px;
}

@media (max-width: 1199.9px) {
  .our-people-content .wrapper-content .right-content .people-intro h3 {
    font-size: 36px;
    margin: 38px 0 24px;
  }
}
@media (max-width: 991.9px) {
  .our-people-content .wrapper-content .right-content .people-intro h3 {
    font-size: 32px;
    margin: 30px 0 24px;
  }
}
@media (max-width: 767.9px) {
  .our-people-content .wrapper-content .right-content .people-intro h3 {
    font-size: 28px;
    margin: 22px 0 24px;
  }
}
@media (max-width: 575.9px) {
  .our-people-content .wrapper-content .right-content .people-intro h3 {
    font-size: 24px;
    line-height: 1.167;
    margin: 14px 0 12px;
  }
}
.our-people-content .wrapper-content .right-content .people-intro h3 i {
  font-family: "RecklessNeue-LightItalic";
  display: block;
}

.our-people-content .wrapper-content .right-content .people-intro .brief {
  font-family: "BrownStd-Regular";
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 2.36px;
  text-transform: uppercase;
  display: block;
}

@media (max-width: 1199.9px) {
  .our-people-content .wrapper-content .right-content .people-intro .brief {
    font-size: 15px;
  }
}
@media (max-width: 991.9px) {
  .our-people-content .wrapper-content .right-content .people-intro .brief {
    font-size: 14px;
  }
}
@media (max-width: 767.9px) {
  .our-people-content .wrapper-content .right-content .people-intro .brief {
    font-size: 13px;
  }
}
@media (max-width: 575.9px) {
  .our-people-content .wrapper-content .right-content .people-intro .brief {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1.77px;
  }
}
.our-people-content .wrapper-content .right-content .text-content {
  padding-right: 5%;
  margin-bottom: 17px;
}

@media (max-width: 575.9px) {
  .our-people-content .wrapper-content .right-content .text-content {
    padding-right: 0;
    margin-bottom: 4px;
  }
}
.our-people-content .wrapper-content .right-content .text-content p {
  line-height: 1.4;
  letter-spacing: -0.21px;
  margin-bottom: 10px;
}

@media (max-width: 575.9px) {
  .our-people-content .wrapper-content .right-content .text-content p {
    line-height: 1.375;
    letter-spacing: 0;
    margin-bottom: 14px;
  }
}
.our-people-content .wrapper-content .right-content .iconlinkedin {
  font-size: 30px;
  color: #000;
}

.our-people-content .wrapper-content .right-content .iconlinkedin:hover {
  color: #ff3366;
}

.our-team-content {
  overflow: hidden;
}

.our-team-content .wrapper-content .left-content {
  padding: 183px 0 58px 15px;
}

@media (max-width: 1199.9px) {
  .our-team-content .wrapper-content .left-content {
    padding: 171px 0 58px 15px;
  }
}
@media (max-width: 991.9px) {
  .our-team-content .wrapper-content .left-content {
    padding: 159px 0 58px 15px;
  }
}
@media (max-width: 767.9px) {
  .our-team-content .wrapper-content .left-content {
    padding: 59px 0 20px;
  }
}
@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .left-content {
    padding: 39px 0 15px;
  }
}
.our-team-content .wrapper-content .left-content h2 {
  margin-top: 17px;
}

@media (max-width: 7679.9px) {
  .our-team-content .wrapper-content .left-content h2 {
    margin-top: 20px;
  }
}
.our-team-content .wrapper-content .right-content {
  padding: 172px 0 58px 15px;
}

@media (max-width: 1199.9px) {
  .our-team-content .wrapper-content .right-content {
    padding: 160px 0 58px 15px;
  }
}
@media (max-width: 991.9px) {
  .our-team-content .wrapper-content .right-content {
    padding: 148px 0 58px 15px;
  }
}
@media (max-width: 767.9px) {
  .our-team-content .wrapper-content .right-content {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 767.9px) {
  .our-team-content .wrapper-content .right-content {
    padding: 0 0 60px 0;
  }
}
.our-team-content .wrapper-content .right-content h3 {
  font-size: 65px;
  line-height: 1;
  max-width: 1137px;
  margin-bottom: 100px;
}

@media (max-width: 1199.9px) {
  .our-team-content .wrapper-content .right-content h3 {
    font-size: 56px;
  }
}
@media (max-width: 991.9px) {
  .our-team-content .wrapper-content .right-content h3 {
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  .our-team-content .wrapper-content .right-content h3 {
    font-size: 40px;
    margin-top: 0;
  }
}
@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content h3 {
    font-size: 32px;
    line-height: 1.03125;
    max-width: 95%;
    margin: 0 0 70px 0;
  }
}
.our-team-content .wrapper-content .right-content .team-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .team-list {
    margin: 0;
  }
}
.our-team-content .wrapper-content .right-content .team-list .list {
  width: 20%;
  padding: 0 10px;
}

.our-team-content .wrapper-content .right-content .team-list .list:nth-child(5n+1) .intro-content {
  margin-left: -321px;
  padding-left: 321px;
  padding-right: 160px;
}

.our-team-content .wrapper-content .right-content .team-list .list:nth-child(5n+2) .intro-content {
  margin-left: calc(-341px - 100%);
  padding-left: 321px;
  padding-right: 160px;
}

.our-team-content .wrapper-content .right-content .team-list .list:nth-child(5n+3) .intro-content {
  margin-left: calc(-361px - 200%);
  padding-left: 321px;
  padding-right: 160px;
}

.our-team-content .wrapper-content .right-content .team-list .list:nth-child(5n+4) .intro-content {
  margin-left: calc(-381px - 300%);
  padding-left: 321px;
  padding-right: 160px;
}

.our-team-content .wrapper-content .right-content .team-list .list:nth-child(5n+5) .intro-content {
  margin-left: calc(-401px - 400%);
  padding-left: 321px;
  padding-right: 160px;
}

@media (max-width: 1199.9px) {
  .our-team-content .wrapper-content .right-content .team-list .list {
    width: 25%;
  }
}
@media (max-width: 1199.9px) and (max-width: 1199.9px) {
  .our-team-content .wrapper-content .right-content .team-list .list:nth-child(4n+1) .intro-content {
    margin-left: -241px;
    padding-left: 241px;
    padding-right: 120px;
  }
}
@media (max-width: 1199.9px) and (max-width: 1199.9px) {
  .our-team-content .wrapper-content .right-content .team-list .list:nth-child(4n+2) .intro-content {
    margin-left: calc(-261px - 100%);
    padding-left: 241px;
    padding-right: 120px;
  }
}
@media (max-width: 1199.9px) and (max-width: 1199.9px) {
  .our-team-content .wrapper-content .right-content .team-list .list:nth-child(4n+3) .intro-content {
    margin-left: calc(-281px - 200%);
    padding-left: 241px;
    padding-right: 120px;
  }
}
@media (max-width: 1199.9px) and (max-width: 1199.9px) {
  .our-team-content .wrapper-content .right-content .team-list .list:nth-child(4n+4) .intro-content {
    margin-left: calc(-301px - 300%);
    padding-left: 241px;
    padding-right: 120px;
  }
}
@media (max-width: 991.9px) {
  .our-team-content .wrapper-content .right-content .team-list .list {
    width: 33.33%;
  }
}
@media (max-width: 991.9px) and (max-width: 991.9px) {
  .our-team-content .wrapper-content .right-content .team-list .list:nth-child(3n+1) .intro-content {
    margin-left: -171px;
    padding-left: 171px;
    padding-right: 80px;
  }
}
@media (max-width: 991.9px) and (max-width: 991.9px) {
  .our-team-content .wrapper-content .right-content .team-list .list:nth-child(3n+2) .intro-content {
    margin-left: calc(-191px - 100%);
    padding-left: 171px;
    padding-right: 80px;
  }
}
@media (max-width: 991.9px) and (max-width: 991.9px) {
  .our-team-content .wrapper-content .right-content .team-list .list:nth-child(3n+3) .intro-content {
    margin-left: calc(-211px - 200%);
    padding-left: 171px;
    padding-right: 80px;
  }
}
@media (max-width: 767.9px) {
  .our-team-content .wrapper-content .right-content .team-list .list {
    width: 50%;
  }
}
@media (max-width: 767.9px) and (max-width: 767.9px) {
  .our-team-content .wrapper-content .right-content .team-list .list:nth-child(odd) .intro-content {
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.9px) and (max-width: 767.9px) {
  .our-team-content .wrapper-content .right-content .team-list .list:nth-child(2n+2) .intro-content {
    margin-left: calc(-50px - 100%);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .team-list .list {
    position: relative;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 575.9px) and (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .team-list .list:nth-child(n+1) .intro-content {
    margin-left: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .team-list .list:before {
    content: "";
    width: calc(100% + 12px);
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .our-team-content .wrapper-content .right-content .team-list .list:first-child:after {
    content: "";
    width: calc(100% + 12px);
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.our-team-content .wrapper-content .right-content .intro-title {
  margin: 60px 0;
  cursor: pointer;
}

@media (max-width: 1199.9px) {
  .our-team-content .wrapper-content .right-content .intro-title {
    margin: 50px 0;
  }
}
@media (max-width: 991.9px) {
  .our-team-content .wrapper-content .right-content .intro-title {
    margin: 40px 0;
  }
}
@media (max-width: 767.9px) {
  .our-team-content .wrapper-content .right-content .intro-title {
    margin: 25px 0;
  }
}
@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-title {
    position: relative;
    margin: 10px 0;
  }
}
.our-team-content .wrapper-content .right-content .intro-title a {
  display: block;
  text-decoration: none !important;
}

@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-title a {
    display: flex;
    align-items: center;
  }
}
.our-team-content .wrapper-content .right-content .intro-title a.is-active .icon-add,
.our-team-content .wrapper-content .right-content .intro-title a:hover .icon-add {
  background: #fff;
}

.our-team-content .wrapper-content .right-content .intro-title a.is-active .icon-add:before,
.our-team-content .wrapper-content .right-content .intro-title a:hover .icon-add:before {
  background: #000;
}

.our-team-content .wrapper-content .right-content .intro-title a.is-active .icon-add:after,
.our-team-content .wrapper-content .right-content .intro-title a:hover .icon-add:after {
  background: #000;
}

.our-team-content .wrapper-content .right-content .intro-title a.is-active.is-active .icon-add:after,
.our-team-content .wrapper-content .right-content .intro-title a:hover.is-active .icon-add:after {
  transform: rotate(0);
}

.our-team-content .wrapper-content .right-content .intro-title a.is-active .read-more span,
.our-team-content .wrapper-content .right-content .intro-title a:hover .read-more span {
  opacity: 1;
  visibility: visible;
}

.our-team-content .wrapper-content .right-content .intro-title img {
  width: 141px;
  border-radius: 50%;
}

@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-title img {
    width: 61px;
    margin-right: 16px;
  }
}
.our-team-content .wrapper-content .right-content .intro-title h4 {
  font-size: 28px;
  line-height: 1.072;
  letter-spacing: -0.3px;
  margin: 19px 0 6px;
}

@media (max-width: 1199.9px) {
  .our-team-content .wrapper-content .right-content .intro-title h4 {
    font-size: 26px;
    margin: 17px 0 56px;
  }
}
@media (max-width: 991.9px) {
  .our-team-content .wrapper-content .right-content .intro-title h4 {
    font-size: 24px;
    margin: 15px 0 4px;
  }
}
@media (max-width: 767.9px) {
  .our-team-content .wrapper-content .right-content .intro-title h4 {
    font-size: 22px;
    margin: 12px 0 2px;
  }
}
@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-title h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 6px 0;
  }
}
.our-team-content .wrapper-content .right-content .intro-title .job-title {
  font-family: "BrownStd-Regular";
  font-size: 12px;
  line-height: 1.334;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  max-width: 236px;
}

@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-title .job-title {
    font-size: 10px;
    line-height: 1;
    display: block;
    line-height: 12px;
  }
}
.our-team-content .wrapper-content .right-content .intro-title p.job-title {
  margin-top: 14px;
  min-height: 32px;
  margin-bottom: 10px;
}

@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-title p.job-title {
    min-height: auto;
  }
}
.our-team-content .wrapper-content .right-content .intro-title .read-more {
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 9px;
  margin-bottom: 0;
}

@media (max-width: 1199.9px) {
  .our-team-content .wrapper-content .right-content .intro-title .read-more {
    margin-top: 9px;
  }
}
@media (max-width: 991.9px) {
  .our-team-content .wrapper-content .right-content .intro-title .read-more {
    margin-top: 7px;
  }
}
@media (max-width: 767.9px) {
  .our-team-content .wrapper-content .right-content .intro-title .read-more {
    margin-top: 5px;
  }
}
@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-title .read-more {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.our-team-content .wrapper-content .right-content .intro-title .read-more .icon-add {
  width: 21px;
  height: 21px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-title .read-more .icon-add {
    width: 26px;
    height: 26px;
  }
}
.our-team-content .wrapper-content .right-content .intro-title .read-more .icon-add:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 7px;
  left: 3px;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-title .read-more .icon-add:before {
    width: 14px;
    top: 9px;
    left: 3px;
  }
}
.our-team-content .wrapper-content .right-content .intro-title .read-more .icon-add:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  transform: rotate(90deg);
  position: absolute;
  top: 7px;
  left: 3px;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-title .read-more .icon-add:after {
    width: 14px;
    top: 9px;
    left: 3px;
  }
}
.our-team-content .wrapper-content .right-content .intro-title .read-more span {
  font-family: "BrownStd-Regular";
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 6px;
  padding-top: 3px;
  letter-spacing: 2px;
  opacity: 0;
  visibility: visible;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-title .read-more span {
    display: none;
  }
}
@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-title .title {
    padding-right: 30px;
  }
}
.our-team-content .wrapper-content .right-content .intro-content {
  background: #fff;
  width: 100vw;
  display: none;
}

@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-content {
    background: #000;
  }
}
.our-team-content .wrapper-content .right-content .intro-content .content-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.our-team-content .wrapper-content .right-content .intro-content .content-box:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  left: -16px;
  top: 0;
}

.content-box iframe,
.right-content-box iframe {
  max-width: 100%;
}

@media (max-width: 767.9px) {
  .our-team-content .wrapper-content .right-content .intro-content .content-box:before {
    display: none;
  }
}
.our-team-content .wrapper-content .right-content .intro-content .text {
  width: calc(100% - 267px);
  padding-right: 14%;
  padding-top: 40px;
  padding-bottom: 80px;
}

@media (max-width: 1199.9px) {
  .our-team-content .wrapper-content .right-content .intro-content .text {
    width: calc(100% - 230px);
  }
}
@media (max-width: 991.9px) {
  .our-team-content .wrapper-content .right-content .intro-content .text {
    width: calc(100% - 195px);
  }
}
@media (max-width: 767.9px) {
  .our-team-content .wrapper-content .right-content .intro-content .text {
    width: calc(100% - 160px);
  }
}
@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-content .text {
    width: 100%;
    padding-right: 0;
    padding-top: 22px;
    padding-bottom: 25px;
  }
}
.our-team-content .wrapper-content .right-content .intro-content .img {
  width: 267px;
}

@media (max-width: 1199.9px) {
  .our-team-content .wrapper-content .right-content .intro-content .img {
    width: 230px;
  }
}
@media (max-width: 991.9px) {
  .our-team-content .wrapper-content .right-content .intro-content .img {
    width: 195px;
  }
}
@media (max-width: 767.9px) {
  .our-team-content .wrapper-content .right-content .intro-content .img {
    width: 160px;
  }
}
@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-content .img {
    display: none;
  }
}
.our-team-content .wrapper-content .right-content .intro-content .img img {
  width: 100%;
}

.our-team-content .wrapper-content .right-content .intro-content h4 {
  font-size: 45px;
  line-height: 1.067;
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 18px;
}

@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-content h4 {
    display: none;
  }
}
.our-team-content .wrapper-content .right-content .intro-content p {
  font-size: 16px;
  line-height: 1.375;
  color: #000;
  letter-spacing: -0.25px;
  max-width: 735px;
}

@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-content p {
    color: #fff;
  }
}
.our-team-content .wrapper-content .right-content .intro-content .job-title {
  font-family: "BrownStd-Regular";
  font-size: 12px;
  line-height: 1.334;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-content .job-title {
    display: none;
  }
}
.our-team-content .wrapper-content .right-content .intro-content .iconlinkedin {
  font-size: 20px;
  color: #000;
  padding-left: 13px;
  margin-top: -4px;
}

@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-content .iconlinkedin {
    color: #fff;
  }
}
.our-team-content .wrapper-content .right-content .intro-content .mobile-contact {
  display: none;
}

@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .intro-content .mobile-contact {
    display: flex;
    align-items: center;
    margin-top: 19px;
  }
}
.our-team-content .wrapper-content .right-content .intro-content .mobile-contact a {
  font-family: "BrownStd-Regular";
  font-size: 11px;
  line-height: 1.64;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.62px;
}

.our-team-content .wrapper-content .right-content .intro-content .mobile-contact .iconlinkedin {
  font-size: 20px;
}

.our-team-content .wrapper-content .right-content .close-team {
  position: absolute;
  top: 30px;
  right: -104px;
  width: 31px;
  height: 31px;
  border: 3px solid #000;
  border-radius: 50%;
  display: inline-block;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .our-team-content .wrapper-content .right-content .close-team {
    right: -72px;
  }
}
@media (max-width: 991.9px) {
  .our-team-content .wrapper-content .right-content .close-team {
    right: -25px;
  }
}
@media (max-width: 767.9px) {
  .our-team-content .wrapper-content .right-content .close-team {
    right: 0;
  }
}
@media (max-width: 575.9px) {
  .our-team-content .wrapper-content .right-content .close-team {
    display: none;
  }
}
.our-team-content .wrapper-content .right-content .close-team:hover {
  background: #000;
}

.our-team-content .wrapper-content .right-content .close-team:hover:before {
  background: #fff;
}

.our-team-content .wrapper-content .right-content .close-team:hover:after {
  background: #fff;
}

.our-team-content .wrapper-content .right-content .close-team:before {
  content: "";
  width: 18px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 12px;
  left: 4px;
  transform: rotate(-45deg);
  transition: All 0.2s ease-in-out;
}

.our-team-content .wrapper-content .right-content .close-team:after {
  content: "";
  width: 18px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 12px;
  left: 4px;
  transform: rotate(45deg);
  transition: All 0.2s ease-in-out;
}

.text-content {
  overflow: hidden;
}

.text-content .wrapper-content .left-content {
  padding-top: 160px;
}

@media (max-width: 1199.9px) {
  .text-content .wrapper-content .left-content {
    padding-top: 146px;
  }
}
@media (max-width: 991.9px) {
  .text-content .wrapper-content .left-content {
    padding-top: 136px;
  }
}
@media (max-width: 767.9px) {
  .text-content .wrapper-content .left-content {
    padding-top: 126px;
  }
}
@media (max-width: 575.9px) {
  .text-content .wrapper-content .left-content {
    padding-top: 100px;
  }
}
.text-content .wrapper-content .right-content {
  position: relative;
  padding-top: 160px;
  padding-bottom: 60px;
}

@media (max-width: 1199.9px) {
  .text-content .wrapper-content .right-content {
    padding-top: 146px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991.9px) {
  .text-content .wrapper-content .right-content {
    padding-top: 136px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767.9px) {
  .text-content .wrapper-content .right-content {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 575.9px) {
  .text-content .wrapper-content .right-content {
    padding-bottom: 30px;
  }
}
.text-content .wrapper-content .right-content h2 {
  font-size: 45px;
  line-height: 1.067;
  margin-bottom: 18px;
  letter-spacing: -1px;
  padding-right: 100px;
}

@media (max-width: 1199.9px) {
  .text-content .wrapper-content .right-content h2 {
    font-size: 41px;
  }
}
@media (max-width: 991.9px) {
  .text-content .wrapper-content .right-content h2 {
    font-size: 38px;
  }
}
@media (max-width: 767.9px) {
  .text-content .wrapper-content .right-content h2 {
    font-size: 35px;
    padding-right: 0;
  }
}
@media (max-width: 575.9px) {
  .text-content .wrapper-content .right-content h2 {
    font-size: 32px;
    line-height: 1.03125;
    letter-spacing: -0.33px;
  }
}
.text-content .wrapper-content .right-content h2 i {
  font-family: "RecklessNeue-LightItalic";
}

.text-content .wrapper-content .right-content:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 104px;
  left: 15px;
}

@media (max-width: 1199.9px) {
  .text-content .wrapper-content .right-content:before {
    width: calc(100vw - 170px);
    bottom: 94px;
  }
}
@media (max-width: 991.9px) {
  .text-content .wrapper-content .right-content:before {
    width: calc(100vw - 100px);
    bottom: 86px;
  }
}
@media (max-width: 767.9px) {
  .text-content .wrapper-content .right-content:before {
    width: calc(100vw - 12px);
    left: 0;
    bottom: 78px;
  }
}
@media (max-width: 575.9px) {
  .text-content .wrapper-content .right-content:before {
    bottom: 71px;
  }
}
.caseStudies {
  overflow: hidden;
}

@media (max-width: 767.9px) {
  .caseStudies {
    margin-top: 100px;
  }
}
@media (max-width: 575.9px) {
  .caseStudies {
    margin-top: 0;
  }
}
.caseStudies .wrapper-content .left-content {
  padding-top: 208px;
}

@media (max-width: 767.9px) {
  .caseStudies .wrapper-content .left-content {
    display: none;
  }
}
.caseStudies .wrapper-content .left-content h2 {
  margin-top: 0;
}

.caseStudies .wrapper-content .right-content {
  padding: 180px 0 0 15px;
}

@media (max-width: 767.9px) {
  .caseStudies .wrapper-content .right-content {
    padding: 55px 0 60px 0;
  }
}
.caseStudies .wrapper-content .right-content .article-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.caseStudies .wrapper-content .right-content .article-content:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  top: 7px;
  left: 15px;
  display: none;
}

@media (max-width: 767.9px) {
  .caseStudies .wrapper-content .right-content .article-content:before {
    display: block;
  }
}
.caseStudies .wrapper-content .right-content .article-content .article-list {
  position: relative;
  width: 50%;
  padding: 0 15px 122px;
  margin: 15px 0;
}

@media (max-width: 1199.9px) {
  .caseStudies .wrapper-content .right-content .article-content .article-list {
    padding: 0 15px 106px;
  }
}
@media (max-width: 991.9px) {
  .caseStudies .wrapper-content .right-content .article-content .article-list {
    padding: 0 15px 86px;
  }
}
@media (max-width: 767.9px) {
  .caseStudies .wrapper-content .right-content .article-content .article-list {
    padding: 0 15px 66px;
  }
}
@media (max-width: 575.9px) {
  .caseStudies .wrapper-content .right-content .article-content .article-list {
    width: 100%;
    padding: 0 15px 38px;
  }
}
.caseStudies .wrapper-content .right-content .article-content .article-list:nth-last-of-type(odd) {
  position: relative;
}

.caseStudies .wrapper-content .right-content .article-content .article-list:nth-last-of-type(odd):before {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 575.9px) {
  .caseStudies .wrapper-content .right-content .article-content .article-list:nth-last-of-type(odd):before {
    content: none;
  }
}
.caseStudies .wrapper-content .right-content .article-content .article-list h3 {
  font-size: 45px;
  line-height: 1.022;
  margin: 26px 0 24px 0;
  max-width: 91%;
  letter-spacing: -0.48px;
}

@media (max-width: 1199.9px) {
  .caseStudies .wrapper-content .right-content .article-content .article-list h3 {
    font-size: 39px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 991.9px) {
  .caseStudies .wrapper-content .right-content .article-content .article-list h3 {
    font-size: 34px;
    margin: 0 0 18px 0;
  }
}
@media (max-width: 767.9px) {
  .caseStudies .wrapper-content .right-content .article-content .article-list h3 {
    font-size: 29px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 575.9px) {
  .caseStudies .wrapper-content .right-content .article-content .article-list h3 {
    max-width: 100%;
    font-size: 24px;
    line-height: 1.125;
    letter-spacing: -0.3px;
    margin: 0 0 13px 0;
  }
}
.caseStudies .wrapper-content .right-content .article-content .article-list cite {
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 991.9px) {
  .caseStudies .wrapper-content .right-content .article-content .article-list cite {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.9px) {
  .caseStudies .wrapper-content .right-content .article-content .article-list cite {
    font-size: 9px;
    line-height: 1.22;
    margin-bottom: 15px;
  }
}
.caseStudies .wrapper-content .right-content .article-content .article-list blockquote {
  max-width: 500px;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.25px;
}

@media (max-width: 991.9px) {
  .caseStudies .wrapper-content .right-content .article-content .article-list blockquote {
    font-size: 15px;
  }
}
@media (max-width: 575.9px) {
  .caseStudies .wrapper-content .right-content .article-content .article-list blockquote {
    font-size: 14px;
    line-height: 1.358;
    letter-spacing: -0.15px;
    margin-bottom: 22px;
  }
}
.caseStudies .wrapper-content .right-content .article-content .article-list .button {
  margin-top: 1px;
}

.caseStudies .wrapper-content .right-content .article-content .article-list:after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -16px;
  left: 15px;
}

@media (max-width: 767.9px) {
  .caseStudies .wrapper-content .right-content .article-content .article-list:after {
    bottom: -23px;
  }
}
.caseStudies .wrapper-content .right-content .load-more-box {
  position: static !important;
}

.caseStudies .wrapper-content .right-content .load-more-box .button {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

@media (max-width: 767.9px) {
  .caseStudies .wrapper-content .right-content .load-more-box .button {
    margin-top: 26px;
  }
}
.caseStudies .wrapper-content .right-content .load-more-box .button .icon-add {
  margin-right: 10px;
  margin-top: -3px;
}

.global-article-content {
  overflow: hidden;
}

.global-article-content .wrapper-content .left-content {
  padding-top: 104px;
}

.infographics-detail-content .wrapper-content .left-content {
  padding-top: 204px;
}

.infographics-detail-content .wrapper-content .right-content {
  padding: 204px 0 0 15px;
}

.infographics-detail-content .wrapper-content .right-content .text-intro {
  max-width: 767px;
}

.infographics-detail-content .wrapper-content .right-content .outro-text {
  max-width: 767px;
  margin-top: 55px;
}

.desktop-lottie {
  display: block;
}

.mobile-lottie {
  display: none;
}

.infographic-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.infographic-row {
  display: flex;
  flex-wrap: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.infographic-item {
  padding: 14px 20px 13px;
  background: #EAF9FB;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 359px;
  position: relative;
}

.infographic-item {
  transition: background 0.3s ease;
}

.infographic-item svg > circle:first-child {
  transition: fill 0.3s ease;
}

.infographic-item-left svg > circle:first-child {
  fill: #EAF9FB;
}

.infographic-item-right svg > circle:first-child {
  fill: #8FE7F3;
}

.infographic-row:hover .infographic-item-left svg > circle:first-child,
.infographic-row:hover .infographic-item-right svg > circle:first-child {
  fill: white;
}

.infographic-item .dropdown-trigger {
  display: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.infographic-item .dropdown-trigger span {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.infographic-item .dropdown-trigger span:first-child {
  transform: translateY(-50%) rotate(0deg);
}

.infographic-item .dropdown-trigger span:last-child {
  transform: translateY(-50%) rotate(-90deg);
}

.infographic-item .infographic-text {
  font-size: 13px;
}

.infographic-item-right {
  background: #8FE7F3;
  width: 495px;
  padding-right: 55px;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 1.6s ease, transform 1.6s ease;
  position: relative;
  z-index: -1;
}

.infographic-item-right.animated {
  opacity: 1;
  transform: translateX(0);
}

.infographic-accordion-container {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 72px;
}

.infographic-accordion-container.option-4-infographic {
  grid-template-columns: 415px 1fr;
}

.infographic-accordion-container .infographic-accordion {
  max-width: 550px;
}

.infographic-accordion-item {
  margin-bottom: 12px;
}

.infographic-accordion-item-header {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-color: transparent;
  border: none;
  outline: none !important;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.infographic-accordion-item-header h3 {
  font-size: 14px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 2px solid;
  font-family: "BrownStd-Regular";
  border-bottom-color: var(--item-color);
}

.infographic-accordion-item[data-color] {
  --item-color: attr(data-color);
}

.infographic-accordion-item[data-color="#FF74B9"] {
  --item-color: #FF74B9;
}

.infographic-accordion-item[data-color="#FBC6E3"] {
  --item-color: #FBC6E3;
}

.infographic-accordion-item[data-color="#FD89D5"] {
  --item-color: #FD89D5;
}

.infographic-accordion-item[data-color="#29C6DA"] {
  --item-color: #29C6DA;
}

.infographic-accordion-item[data-color="#8FE7F3"] {
  --item-color: #8FE7F3;
}

.infographic-accordion-item[data-color="#FFC000"] {
  --item-color: #FFC000;
}

.infographic-accordion-item[data-color="#000000"] {
  --item-color: #000000;
}

.infographic-accordion-item-content {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (min-width: 767.9px) {
  .intrographic-item-content svg path,
  .intrographic-item-content svg circle,
  .intrographic-item-content svg g {
    transform-origin: center;
    transform-box: fill-box;
    transition: transform 0.3s ease, fill 0.3s ease;
  }
}
.infographic-accordion-item-content p {
  margin: 0;
}

#option-3-infographic,
#option-4-infographic {
  overflow: visible !important;
}

#option-3-infographic g,
#option-4-infographic g {
  cursor: pointer;
  transform-origin: center;
  transform-box: fill-box;
  transition: transform 0.3s ease;
}

#option-3-infographic g.active,
#option-4-infographic g.active {
  transform: scale(1.1);
}

#option-3-infographic g[data-item] circle,
#option-4-infographic g[data-item] circle {
  transition: fill 0.3s ease;
}

#option-4-infographic path[data-item=pollination-foundation] {
  cursor: pointer;
}

.dotted-ring {
  transform-origin: center;
  transform-box: fill-box;
}

@keyframes rotateDottedRing {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.dotted-ring {
  animation: rotateDottedRing 80s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}

@media (max-width: 767.9px) {
  .infographic-accordion-container,
  .infographic-accordion-container.option-4-infographic {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .infographic-accordion-container .infographic-image {
    order: 1;
    padding: 20px 20px 0;
  }
  .infographic-accordion-container .infographic-image svg {
    width: 100%;
    height: auto;
  }
  .infographic-accordion-container .infographic-accordion {
    order: 2;
  }
  .infographic-accordion-item {
    display: none;
    margin-bottom: 0;
  }
  .infographic-accordion-item.mobile-active {
    display: block;
  }
  .infographic-accordion-item.mobile-active .infographic-accordion-item-content {
    display: block !important;
    padding: 10px 0 15px;
    border-bottom: 2px solid;
    border-bottom-color: var(--item-color);
  }
  .infographic-accordion-item-header {
    pointer-events: none;
  }
}
@media (max-width: 1199.9px) {
  .desktop-lottie {
    display: none;
  }
  .infographic-item .dropdown-trigger {
    display: block;
  }
  .infographic-grid {
    gap: 10px;
  }
  .mobile-lottie {
    display: block;
  }
  .infographics-detail-content .wrapper-content .right-content {
    padding: 0 0 60px 0;
  }
  .infographics-detail-content .wrapper-content .right-content .outro-text {
    margin-top: 30px;
  }
  .infographic-row {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0px;
  }
  .infographic-item-left {
    width: 100%;
    position: relative;
    padding-right: 55px;
    cursor: pointer;
  }
  .infographic-item-right,
  .infographic-arrow {
    display: none;
    width: 100%;
  }
  .infographic-item-right {
    margin-top: 10px;
    opacity: 1;
    transform: translateX(0);
    z-index: auto;
  }
  .infographic-item-left.active .dropdown-trigger span:last-child {
    transform: translateY(-50%) rotate(0deg);
  }
}
@media (max-width: 767.9px) {
  .global-article-content .wrapper-content .left-content {
    padding-top: 66px;
  }
  .infographics-detail-content .wrapper-content .left-content {
    padding-top: 66px;
  }
}
.global-article-content .wrapper-content .right-content .article-category {
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 1199.9px) {
  .global-article-content .wrapper-content .right-content .article-category {
    margin-bottom: 128px;
  }
}
@media (max-width: 991.9px) {
  .global-article-content .wrapper-content .right-content .article-category {
    margin-bottom: 98px;
  }
}
@media (max-width: 767.9px) {
  .global-article-content .wrapper-content .right-content .article-category {
    padding-top: 15px;
    padding-bottom: 16px;
    margin-bottom: 7px;
  }
}
.global-article-content .wrapper-content .right-content .article-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 575.9px) {
  .global-article-content .wrapper-content .right-content .article-category ul {
    margin: 0 -7.5px;
  }
}
.global-article-content .wrapper-content .right-content .article-category ul li {
  margin: 0 20px 0 0;
}

@media (max-width: 575.9px) {
  .global-article-content .wrapper-content .right-content .article-category ul li {
    width: 50%;
    padding: 0 7.5px;
    margin: 0;
  }
}
.global-article-content .wrapper-content .right-content .article-category ul li.active a {
  color: #fff;
  background: #000;
}

.global-article-content .wrapper-content .right-content .article-category ul li:hover a {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.global-article-content .wrapper-content .right-content .article-category ul li a {
  font-family: "BrownStd-Regular";
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
  min-width: 181px;
  padding: 12px 20px 11px;
  border: 1px solid transparent;
  background: #f2f2f2;
  display: block;
  text-align: center;
  color: #000;
}

@media (max-width: 1199.9px) {
  .global-article-content .wrapper-content .right-content .article-category ul li a {
    font-size: 15px;
  }
}
@media (max-width: 991.9px) {
  .global-article-content .wrapper-content .right-content .article-category ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767.9px) {
  .global-article-content .wrapper-content .right-content .article-category ul li a {
    font-size: 13px;
  }
}
@media (max-width: 575.9px) {
  .global-article-content .wrapper-content .right-content .article-category ul li a {
    font-size: 12px;
    line-height: 1.167;
    min-width: 100%;
    width: 100%;
    padding: 11px 10px 9px;
  }
}
.global-article-content .wrapper-content .right-content .article-category:before {
  content: "";
  width: calc(100% + 12px);
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

@media (max-width: 767.9px) {
  .global-article-content .wrapper-content .right-content .article-category:before {
    display: block;
  }
}
.global-article-content .wrapper-content .right-content .article-category:after {
  content: "";
  width: calc(100% + 12px);
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}

@media (max-width: 767.9px) {
  .global-article-content .wrapper-content .right-content .article-category:after {
    display: block;
  }
}
.global-article-content .wrapper-content .right-content .content {
  position: relative;
}

.global-article-content .wrapper-content .right-content .article-first .article-list:first-child,
.global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child {
  width: 100%;
  padding-bottom: 103px;
  margin: 0;
}

@media (max-width: 1199.9px) {
  .global-article-content .wrapper-content .right-content .article-first .article-list:first-child,
  .global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child {
    padding-bottom: 90px;
  }
}
@media (max-width: 991.9px) {
  .global-article-content .wrapper-content .right-content .article-first .article-list:first-child,
  .global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child {
    padding-bottom: 75px;
  }
}
@media (max-width: 767.9px) {
  .global-article-content .wrapper-content .right-content .article-first .article-list:first-child,
  .global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child {
    padding-bottom: 60px;
  }
}
@media (max-width: 575.9px) {
  .global-article-content .wrapper-content .right-content .article-first .article-list:first-child,
  .global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child {
    padding-bottom: 45px;
    margin-bottom: 8px;
  }
}
.global-article-content .wrapper-content .right-content .article-first .article-list:first-child h3,
.global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child h3 {
  font-size: 65px;
  line-height: 1;
  max-width: 86%;
  margin: 0 0 24px 0;
  letter-spacing: -0.8px;
}

@media (max-width: 1199.9px) {
  .global-article-content .wrapper-content .right-content .article-first .article-list:first-child h3,
  .global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child h3 {
    font-size: 54px;
    margin: 0 0 22px 0;
  }
}
@media (max-width: 991.9px) {
  .global-article-content .wrapper-content .right-content .article-first .article-list:first-child h3,
  .global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child h3 {
    font-size: 44px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767.9px) {
  .global-article-content .wrapper-content .right-content .article-first .article-list:first-child h3,
  .global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child h3 {
    font-size: 34px;
    margin: 0 0 18px 0;
  }
}
@media (max-width: 575.9px) {
  .global-article-content .wrapper-content .right-content .article-first .article-list:first-child h3,
  .global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child h3 {
    font-size: 24px;
    line-height: 1.125;
    letter-spacing: -0.3px;
    max-width: 100%;
    margin: 0 0 16px 0;
  }
}
.global-article-content .wrapper-content .right-content .article-first .article-list:first-child cite,
.global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child cite {
  display: block;
  margin-bottom: 28px;
}

@media (max-width: 575.9px) {
  .global-article-content .wrapper-content .right-content .article-first .article-list:first-child cite,
  .global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child cite {
    margin-bottom: 15px;
  }
}
.global-article-content .wrapper-content .right-content .article-first .article-list:first-child blockquote,
.global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child blockquote {
  max-width: 645px;
  font-size: 20px;
  line-height: 1.3;
}

@media (max-width: 1199.9px) {
  .global-article-content .wrapper-content .right-content .article-first .article-list:first-child blockquote,
  .global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child blockquote {
    font-size: 19px;
  }
}
@media (max-width: 991.9px) {
  .global-article-content .wrapper-content .right-content .article-first .article-list:first-child blockquote,
  .global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child blockquote {
    font-size: 18px;
  }
}
@media (max-width: 767.9px) {
  .global-article-content .wrapper-content .right-content .article-first .article-list:first-child blockquote,
  .global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child blockquote {
    font-size: 17px;
  }
}
@media (max-width: 575.9px) {
  .global-article-content .wrapper-content .right-content .article-first .article-list:first-child blockquote,
  .global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child blockquote {
    font-size: 14px;
    line-height: 1.358;
    margin-bottom: 21px;
  }
}
.global-article-content .wrapper-content .right-content .article-first .article-list:first-child .button,
.global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child .button {
  margin-top: 2px;
}

.global-article-content .wrapper-content .right-content .article-first .article-list:first-child:before,
.global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child:before {
  content: none !important;
}

.global-article-content .wrapper-content .right-content .article-first .article-list:first-child:after,
.global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child:after {
  content: none !important;
}

@media (max-width: 575.9px) {
  .global-article-content .wrapper-content .right-content .article-first .article-list:first-child:after,
  .global-article-content .wrapper-content .right-content .article-first.inactive + .article-content .article-list:first-child:after {
    content: "" !important;
  }
}
.global-article-content .wrapper-content .right-content .article-content {
  opacity: 0;
  visibility: hidden;
  display: none;
  flex-wrap: wrap;
  margin: 0 -15px;
  transform: translateY(20px);
}

.global-article-content .wrapper-content .right-content .article-content.is-show {
  display: flex !important;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.5s;
}

.global-article-content .wrapper-content .right-content .article-content .article-list {
  position: relative;
  width: 50%;
  padding: 0 15px 126px;
  margin: 15px 0;
}

@media (max-width: 1199.9px) {
  .global-article-content .wrapper-content .right-content .article-content .article-list {
    padding: 0 15px 106px;
  }
}
@media (max-width: 991.9px) {
  .global-article-content .wrapper-content .right-content .article-content .article-list {
    padding: 0 15px 86px;
  }
}
@media (max-width: 767.9px) {
  .global-article-content .wrapper-content .right-content .article-content .article-list {
    padding: 0 15px 66px;
  }
}
@media (max-width: 575.9px) {
  .global-article-content .wrapper-content .right-content .article-content .article-list {
    width: 100%;
    padding: 0 15px 46px;
  }
}
.global-article-content .wrapper-content .right-content .article-content .article-list h3 {
  transition: all 0.2s;
}

.global-article-content .wrapper-content .right-content .article-content .article-list h3 {
  font-size: 45px;
  line-height: 1.067;
  margin: 0 0 24px 0;
  max-width: 89.5%;
  letter-spacing: -1.1px;
}

@media (max-width: 1199.9px) {
  .global-article-content .wrapper-content .right-content .article-content .article-list h3 {
    font-size: 39px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 991.9px) {
  .global-article-content .wrapper-content .right-content .article-content .article-list h3 {
    font-size: 34px;
    margin: 0 0 18px 0;
  }
}
@media (max-width: 767.9px) {
  .global-article-content .wrapper-content .right-content .article-content .article-list h3 {
    font-size: 29px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 575.9px) {
  .global-article-content .wrapper-content .right-content .article-content .article-list h3 {
    max-width: 100%;
    font-size: 24px;
    line-height: 1.125;
    letter-spacing: -0.3px;
    margin: 0 0 13px 0;
  }
}
.global-article-content .wrapper-content .right-content .article-content .article-list .published-by,
.global-article-content .wrapper-content .right-content .article-content .article-list .published-date {
  font-family: "BrownStd-Regular";
  font-size: 12px !important;
  color: #000;
  line-height: 1.33;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
}

@media (max-width: 767.9px) {
  .global-article-content .wrapper-content .right-content .article-content .article-list .published-by,
  .global-article-content .wrapper-content .right-content .article-content .article-list .published-date {
    font-size: 10px !important;
  }
}
@media (max-width: 575.9px) {
  .global-article-content .wrapper-content .right-content .article-content .article-list .published-by,
  .global-article-content .wrapper-content .right-content .article-content .article-list .published-date {
    font-size: 9px !important;
    line-height: 1.22;
    letter-spacing: 1.5px;
  }
}
.global-article-content .wrapper-content .right-content .article-content .article-list .published-date {
  margin-right: 4px;
}

.global-article-content .wrapper-content .right-content .article-content .article-list blockquote {
  max-width: 496px;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.25px;
}

@media (max-width: 991.9px) {
  .global-article-content .wrapper-content .right-content .article-content .article-list blockquote {
    font-size: 15px;
  }
}
@media (max-width: 575.9px) {
  .global-article-content .wrapper-content .right-content .article-content .article-list blockquote {
    font-size: 14px;
    line-height: 1.358;
    letter-spacing: -0.15px;
    margin-bottom: 22px;
  }
}
.global-article-content .wrapper-content .right-content .article-content .article-list .button {
  margin-top: 1px;
}

.global-article-content .wrapper-content .right-content .article-content .article-list:nth-last-of-type(2n) {
  position: relative;
}

.global-article-content .wrapper-content .right-content .article-content .article-list:nth-last-of-type(2n):before {
  content: "";
  width: 1px;
  height: 100%;
  background: unset;
  border-left: 1px solid black;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 575.9px) {
  .global-article-content .wrapper-content .right-content .article-content .article-list:nth-last-of-type(2n):before {
    content: none;
  }
}
.global-article-content .wrapper-content .right-content .article-content .article-list:after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -16px;
  left: 15px;
}

@media (max-width: 767.9px) {
  .global-article-content .wrapper-content .right-content .article-content .article-list:after {
    width: 100%;
  }
}
.global-article-content .wrapper-content .right-content .article-content .article-list.is-active h3 {
  color: #ff3366;
}

.global-article-content .wrapper-content .right-content .article-content .article-list.is-active .button i:before {
  background: #000;
  color: #fff;
}

.global-article-content .wrapper-content .right-content .article-content .load-more-box-two {
  margin: 0;
  width: 100%;
  padding-left: 15px;
  padding-bottom: 100px;
}

@media (max-width: 767.9px) {
  .global-article-content .wrapper-content .right-content .article-content .load-more-box-two {
    margin-left: 0;
  }
}
.global-article-content .wrapper-content .right-content .article-content .add-our-bottom-block {
  position: relative;
  padding-top: 59px;
  padding-left: 15px;
  padding-bottom: 62px;
}

@media (max-width: 1199.9px) {
  .global-article-content .wrapper-content .right-content .article-content .add-our-bottom-block {
    padding-top: 46px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991.9px) {
  .global-article-content .wrapper-content .right-content .article-content .add-our-bottom-block {
    padding-top: 36px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767.9px) {
  .global-article-content .wrapper-content .right-content .article-content .add-our-bottom-block {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 575.9px) {
  .global-article-content .wrapper-content .right-content .article-content .add-our-bottom-block {
    padding-bottom: 30px;
  }
}
.global-article-content .wrapper-content .right-content .article-content .add-our-bottom-block h2 {
  font-size: 65px;
  line-height: 1;
  margin-bottom: 16px;
}

@media (max-width: 1199.9px) {
  .global-article-content .wrapper-content .right-content .article-content .add-our-bottom-block h2 {
    font-size: 62px;
    margin: 0 0 14px 0;
  }
}
@media (max-width: 991.9px) {
  .global-article-content .wrapper-content .right-content .article-content .add-our-bottom-block h2 {
    font-size: 52px;
    margin: 0 0 12px 0;
  }
}
@media (max-width: 767.9px) {
  .global-article-content .wrapper-content .right-content .article-content .add-our-bottom-block h2 {
    font-size: 42px;
    margin: 0 0 9px 0;
  }
}
@media (max-width: 575.9px) {
  .global-article-content .wrapper-content .right-content .article-content .add-our-bottom-block h2 {
    font-size: 30px;
    line-height: 1.07;
    letter-spacing: -0.3px;
    margin: 0 0 6px 0;
  }
}
.global-article-content .wrapper-content .right-content .article-content .add-our-bottom-block h2 i {
  font-family: "RecklessNeue-LightItalic";
}

.global-article-content .wrapper-content .right-content .article-content .add-our-bottom-block:before {
  content: "";
  width: calc(100vw - 265px);
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 106px;
  left: 15px;
}

@media (max-width: 1199.9px) {
  .global-article-content .wrapper-content .right-content .article-content .add-our-bottom-block:before {
    width: calc(100vw - 170px);
    bottom: 94px;
  }
}
@media (max-width: 991.9px) {
  .global-article-content .wrapper-content .right-content .article-content .add-our-bottom-block:before {
    width: calc(100vw - 100px);
    bottom: 86px;
  }
}
@media (max-width: 767.9px) {
  .global-article-content .wrapper-content .right-content .article-content .add-our-bottom-block:before {
    width: calc(100vw - 12px);
    left: 0;
    bottom: 78px;
  }
}
@media (max-width: 575.9px) {
  .global-article-content .wrapper-content .right-content .article-content .add-our-bottom-block:before {
    bottom: 71px;
  }
}
.global-article-content .wrapper-content .right-content .load-more-box {
  position: relative !important;
  width: 100%;
  padding-bottom: 2.5rem;
}

.global-article-content .wrapper-content .right-content .load-more-box .button {
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
}

@media (max-width: 767.9px) {
  .global-article-content .wrapper-content .right-content .load-more-box .button {
    margin-top: 20px;
  }
  .global-article-content .wrapper-content .right-content .load-more-box {
    padding-bottom: 2rem;
  }
}
.global-article-content .wrapper-content .right-content .load-more-box .button .icon-add {
  margin-right: 10px;
  margin-top: -3px;
}

.global-article-content .wrapper-content .right-content .load-more-box .button:hover i {
  background: #000;
  color: #fff;
}

.global-article-content .wrapper-content .right-content .load-more-box .button:hover i:after,
.global-article-content .wrapper-content .right-content .load-more-box .button:hover i:before {
  background: #fff;
}

.global-article-detail-content {
  overflow: hidden;
}

.global-article-detail-content.padding-bottom .wrapper-content .right-content {
  padding-bottom: 100px;
}

@media (max-width: 767.9px) {
  .global-article-detail-content.padding-bottom .wrapper-content .right-content {
    padding-bottom: 65px;
  }
}
@media (max-width: 575.9px) {
  .global-article-detail-content.padding-bottom .wrapper-content .right-content {
    padding-bottom: 42px;
  }
}
.global-article-detail-content .wrapper-content .left-content {
  position: relative;
}

.global-article-detail-content .wrapper-content .left-content .article-title {
  position: absolute;
  bottom: -18px;
  left: 0;
}

@media (max-width: 767.9px) {
  .global-article-detail-content .wrapper-content .left-content .article-title {
    position: static;
    margin: 0 0 61px 0;
    max-width: 220px !important;
  }
}
@media (max-width: 767.9px) {
  .global-article-detail-content .wrapper-content .left-content.order-reversal {
    order: 2;
  }
}
.global-article-detail-content .wrapper-content .left-content h2 {
  margin-top: 10px;
}

@media (max-width: 767.9px) {
  .global-article-detail-content .wrapper-content .right-content.order-reversal {
    order: 1;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content .title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 72px;
}

@media (max-width: 575.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .title {
    padding-bottom: 41px;
    margin-bottom: 16px;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content .title h3 {
  font-size: 65px;
  line-height: 1;
  max-width: 86%;
  margin: 0 0 22px 0;
  letter-spacing: -0.8px;
}

@media (max-width: 1199.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .title h3 {
    font-size: 54px;
    margin: 0 0 22px 0;
  }
}
@media (max-width: 991.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .title h3 {
    font-size: 44px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .title h3 {
    font-size: 34px;
    margin: 0 0 18px 0;
  }
}
@media (max-width: 575.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .title h3 {
    font-size: 24px;
    line-height: 1.125;
    letter-spacing: -0.3px;
    max-width: 100%;
    margin: 14px 0 16px 0;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content .title cite {
  display: block;
}

.global-article-detail-content .wrapper-content .right-content .article-detail-content .title:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.global-article-detail-content .wrapper-content .right-content .article-detail-content .title:after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  top: -13px;
  left: 0;
  display: none;
}

@media (max-width: 575.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .title:after {
    display: block;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content .text-img {
  width: 92%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -9px;
  margin-bottom: 97px;
}

@media (max-width: 1199.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .text-img {
    width: 95%;
    margin-bottom: 85px;
  }
}
@media (max-width: 991.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .text-img {
    width: 98%;
    margin-bottom: 75px;
  }
}
@media (max-width: 767.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .text-img {
    width: 100%;
    margin-bottom: 65px;
  }
}
@media (max-width: 575.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .text-img {
    margin-top: -1px;
    width: 100%;
    margin-bottom: 55px;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .text {
  width: calc(95% - 267px);
}

@media (max-width: 1199.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .text {
    width: calc(95% - 227px);
  }
}
@media (max-width: 991.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .text {
    width: calc(95% - 187px);
  }
}
@media (max-width: 767.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .text {
    width: calc(95% - 147px);
  }
}
@media (max-width: 575.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .text {
    width: 100%;
    margin-bottom: 45px;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .img {
  width: 267px;
}

@media (max-width: 1199.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .img {
    width: 227px;
  }
}
@media (max-width: 991.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .img {
    width: 187px;
  }
}
@media (max-width: 767.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .img {
    width: 147px;
  }
}
@media (max-width: 575.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .img {
    width: 100%;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .img img {
  width: 100%;
}

.global-article-detail-content .wrapper-content .right-content .article-detail-content .initial-letter {
  font-family: "RecklessNeue-LightItalic";
  font-weight: normal;
  font-size: 129px;
  line-height: 0.74;
  float: left;
  margin: 0;
  padding-right: 32px;
  padding-left: 27px;
}

@media (max-width: 575.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .initial-letter {
    font-size: 110px;
    line-height: 0.7;
    padding-right: 28px;
    padding-left: 18px;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content strong {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 2.36px;
}

@media (max-width: 1199.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content strong {
    font-size: 15px;
    line-height: 1.167;
  }
}
@media (max-width: 991.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content strong {
    font-size: 14px;
    line-height: 1.167;
  }
}
@media (max-width: 767.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content strong {
    font-size: 13px;
    line-height: 1.167;
  }
}
@media (max-width: 575.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content strong {
    font-size: 12px;
    line-height: 1.167;
    margin: 27px 0 22px;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line {
  list-style: none;
  margin: -9px 0 9px 0;
  padding: 0;
}

@media (max-width: 575.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line {
    margin: -9px 0 0 0;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line li {
  position: relative;
  padding-left: 33px;
  margin-bottom: 3px;
}

@media (max-width: 1199.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line li {
    padding-left: 30px;
  }
}
@media (max-width: 991.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line li {
    padding-left: 26px;
  }
}
@media (max-width: 767.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line li {
    padding-left: 23px;
    margin-bottom: 0;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line li:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 13px;
  left: 2px;
}

@media (max-width: 1199.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line li:before {
    top: 11px;
    width: 14px;
  }
}
@media (max-width: 991.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line li:before {
    top: 10px;
    width: 13px;
  }
}
@media (max-width: 767.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line li:before {
    top: 11px;
    width: 12px;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content p {
  max-width: 766px;
  letter-spacing: -0.25px;
}

.global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-title {
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
}

@media (max-width: 575.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-title {
    margin-top: 28px;
    margin-bottom: 58px;
  }
}
@media (max-width: 1199.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-title img {
    width: 53px;
  }
}
@media (max-width: 991.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-title img {
    width: 51px;
  }
}
@media (max-width: 767.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-title img {
    width: 49px;
  }
}
@media (max-width: 575.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-title img {
    width: 47px;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-title h3 {
  font-family: "RecklessNeue-LightItalic";
  font-size: 34px;
  line-height: 1.177;
  letter-spacing: -0.2px;
  margin: 16px 0 20px;
}

@media (max-width: 575.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-title h3 {
    font-size: 24px;
    line-height: 1.125;
    letter-spacing: -0.3px;
    margin: 25px 0 20px;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-title:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  top: 43px;
  left: 0;
}

.global-article-detail-content .wrapper-content .right-content .article-detail-content blockquote {
  position: relative;
  font-family: "RecklessNeue-LightItalic";
  font-size: 34px;
  line-height: 1.177;
  letter-spacing: -0.2px;
  padding-top: 50px;
  margin: 40px 0 60px;
}

@media (max-width: 575.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content blockquote {
    font-size: 24px;
    line-height: 1.125;
    letter-spacing: -0.3px;
    margin: 28px 0 58px;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content blockquote p {
  margin: 0;
  max-width: 100%;
}

.global-article-detail-content .wrapper-content .right-content .article-detail-content blockquote:after {
  content: "";
  background-image: url("../images/icon-quotes.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 54px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1199.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content blockquote:after {
    width: 53px;
    height: 34px;
  }
}
@media (max-width: 991.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content blockquote:after {
    width: 51px;
    height: 33px;
  }
}
@media (max-width: 767.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content blockquote:after {
    width: 49px;
    height: 32px;
  }
}
@media (max-width: 575.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content blockquote:after {
    width: 47px;
    height: 31px;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content blockquote:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  top: 43px;
  left: 0;
}

.global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 72px 0 18px;
  padding-bottom: 14px;
}

@media (max-width: 575.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share {
    padding-bottom: 10px;
    margin: 51px 0 15px;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share p {
  font-family: "BrownStd-Regular";
  font-size: 12px;
  line-height: 1.333;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 15px 0 0;
}

@media (max-width: 575.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share p {
    font-size: 9px;
    line-height: 1.222;
    letter-spacing: 1.5px;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share ul li {
  margin: 0 15px 0 0;
}

.global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share ul li i {
  background: #000 !important;
  transition: All 0.2s ease-in-out;
}

.global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share ul li i:hover {
  background: #ff3366 !important;
}

.global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share ul li a {
  font-size: 20px;
  color: #000;
}

.global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share ul li a:hover {
  color: #ff3366;
}

.global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 2px;
  left: 0;
}

@media (max-width: 767.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share:before {
    display: block;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content .article-from {
  font-family: "BrownStd-Regular";
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 176px;
}

@media (max-width: 1199.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .article-from {
    margin-bottom: 162px;
  }
}
@media (max-width: 991.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .article-from {
    margin-bottom: 142px;
  }
}
@media (max-width: 767.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .article-from {
    margin-bottom: 122px;
  }
}
@media (max-width: 575.9px) {
  .global-article-detail-content .wrapper-content .right-content .article-detail-content .article-from {
    max-width: 90%;
    font-size: 9px;
    line-height: 1.44;
    margin-bottom: 102px;
  }
}
.global-article-detail-content .wrapper-content .right-content .article-detail-content .article-from a {
  color: #000;
  text-decoration: underline;
}

.global-article-detail-content .wrapper-content .right-content .article-detail-content .article-from a:hover {
  color: #ff3366;
}

.casestudies-article-detail-content {
  overflow: hidden;
}

.casestudies-article-detail-content .wrapper-content .left-content {
  position: relative;
}

.casestudies-article-detail-content .wrapper-content .left-content .article-title {
  position: absolute;
  bottom: 65px;
  left: 0;
}

@media (max-width: 1199.9px) {
  .casestudies-article-detail-content .wrapper-content .left-content .article-title {
    bottom: 50px;
  }
}
@media (max-width: 991.9px) {
  .casestudies-article-detail-content .wrapper-content .left-content .article-title {
    bottom: 35px;
  }
}
@media (max-width: 767.9px) {
  .casestudies-article-detail-content .wrapper-content .left-content .article-title {
    position: static;
    margin: 0 0 61px 0;
    max-width: 220px !important;
  }
}
@media (max-width: 767.9px) {
  .casestudies-article-detail-content .wrapper-content .left-content.order-reversal {
    order: 2;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content {
  padding: 120px 0 0 15px;
}

@media (max-width: 767.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content {
    padding: 80px 0 73px 0;
  }
}
@media (max-width: 575.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content {
    padding: 60px 0 73px 0;
  }
}
@media (max-width: 767.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content.order-reversal {
    order: 1;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 72px;
}

@media (max-width: 575.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .title {
    padding-bottom: 41px;
    margin-bottom: 16px;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .title h3 {
  font-size: 65px;
  line-height: 1;
  max-width: 86%;
  margin: 0 0 22px 0;
  letter-spacing: -0.8px;
}

@media (max-width: 1199.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .title h3 {
    font-size: 54px;
    margin: 0 0 22px 0;
  }
}
@media (max-width: 991.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .title h3 {
    font-size: 44px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .title h3 {
    font-size: 34px;
    margin: 0 0 18px 0;
  }
}
@media (max-width: 575.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .title h3 {
    font-size: 24px;
    line-height: 1.125;
    letter-spacing: -0.3px;
    max-width: 100%;
    margin: 14px 0 16px 0;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .title cite {
  display: block;
}

.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .title:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .title:after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  top: -13px;
  left: 0;
  display: none;
}

@media (max-width: 575.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .title:after {
    display: block;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .text-img {
  width: 92%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -9px;
  margin-bottom: 97px;
}

@media (max-width: 1199.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .text-img {
    width: 95%;
    margin-bottom: 85px;
  }
}
@media (max-width: 991.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .text-img {
    width: 98%;
    margin-bottom: 75px;
  }
}
@media (max-width: 767.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .text-img {
    width: 100%;
    margin-bottom: 65px;
  }
}
@media (max-width: 575.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .text-img {
    margin-top: -1px;
    width: 100%;
    margin-bottom: 55px;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .text {
  width: calc(95% - 267px);
}

@media (max-width: 1199.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .text {
    width: calc(95% - 227px);
  }
}
@media (max-width: 991.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .text {
    width: calc(95% - 187px);
  }
}
@media (max-width: 767.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .text {
    width: calc(95% - 147px);
  }
}
@media (max-width: 575.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .text {
    width: 100%;
    margin-bottom: 45px;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .img {
  width: 267px;
}

@media (max-width: 1199.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .img {
    width: 227px;
  }
}
@media (max-width: 991.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .img {
    width: 187px;
  }
}
@media (max-width: 767.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .img {
    width: 147px;
  }
}
@media (max-width: 575.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .img {
    width: 100%;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .text-img .img img {
  width: 100%;
}

.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .initial-letter {
  font-family: "RecklessNeue-LightItalic";
  font-weight: normal;
  font-size: 129px;
  line-height: 0.74;
  float: left;
  margin: 0 0 0 -8px;
  padding-right: 24px;
}

.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line {
  list-style: none;
  margin: -9px 0 9px 0;
  padding: 0;
}

@media (max-width: 575.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line {
    margin: -9px 0 0 0;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line li {
  position: relative;
  padding-left: 33px;
  margin-bottom: 3px;
}

@media (max-width: 1199.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line li {
    padding-left: 30px;
  }
}
@media (max-width: 991.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line li {
    padding-left: 26px;
  }
}
@media (max-width: 767.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line li {
    padding-left: 23px;
    margin-bottom: 0;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line li:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 13px;
  left: 2px;
}

@media (max-width: 1199.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line li:before {
    top: 11px;
    width: 14px;
  }
}
@media (max-width: 991.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line li:before {
    top: 10px;
    width: 13px;
  }
}
@media (max-width: 767.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-line li:before {
    top: 11px;
    width: 12px;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content p {
  max-width: 766px;
  letter-spacing: -0.25px;
}

.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-title {
  position: relative;
  margin-top: 31px;
  margin-bottom: 55px;
}

@media (max-width: 575.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-title {
    margin-top: 21px;
    margin-bottom: 58px;
  }
}
@media (max-width: 1199.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-title img {
    width: 53px;
  }
}
@media (max-width: 991.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-title img {
    width: 51px;
  }
}
@media (max-width: 767.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-title img {
    width: 49px;
  }
}
@media (max-width: 575.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-title img {
    width: 47px;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-title h3 {
  font-family: "RecklessNeue-LightItalic";
  font-size: 34px;
  line-height: 1.177;
  letter-spacing: -0.2px;
  margin: 16px 0 20px;
}

@media (max-width: 575.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-title h3 {
    font-size: 24px;
    line-height: 1.125;
    letter-spacing: -0.3px;
    margin: 25px 0 20px;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-title:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  top: 43px;
  left: 0;
}

.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content blockquote {
  position: relative;
  font-family: "RecklessNeue-LightItalic";
  font-size: 45px;
  line-height: 48px;
  letter-spacing: -1px;
  padding-top: 50px;
  margin: 40px 0 60px;
}

@media (max-width: 575.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content blockquote {
    font-size: 25px;
    line-height: 28px;
    letter-spacing: -0.3px;
    margin: 28px 0 58px;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content blockquote p {
  margin: 0;
  max-width: 1168px;
}

.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content blockquote:after {
  content: "";
  background-image: url("../images/icon-quotes.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 54px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1199.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content blockquote:after {
    width: 53px;
    height: 34px;
  }
}
@media (max-width: 991.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content blockquote:after {
    width: 51px;
    height: 33px;
  }
}
@media (max-width: 767.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content blockquote:after {
    width: 49px;
    height: 32px;
  }
}
@media (max-width: 575.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content blockquote:after {
    width: 47px;
    height: 31px;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content blockquote:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  top: 43px;
  left: 0;
}

.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 114px 0 115px;
  padding-bottom: 14px;
}

@media (max-width: 575.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share {
    padding-bottom: 10px;
    margin: 59px 0 15px;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share p {
  font-family: "BrownStd-Regular";
  font-size: 12px;
  line-height: 1.333;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 15px 0 0;
}

@media (max-width: 575.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share p {
    font-size: 9px;
    line-height: 1.222;
    letter-spacing: 1.5px;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share ul li {
  margin: 0 15px 0 0;
}

.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share ul li i {
  background: #000 !important;
  transition: All 0.2s ease-in-out;
}

.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share ul li i:hover {
  background: #ff3366 !important;
}

.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share ul li a {
  font-size: 20px;
  color: #000;
}

.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 2px;
  left: 0;
}

@media (max-width: 767.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .icon-share:before {
    display: block;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .article-from {
  font-family: "BrownStd-Regular";
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 176px;
}

@media (max-width: 1199.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .article-from {
    margin-bottom: 162px;
  }
}
@media (max-width: 991.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .article-from {
    margin-bottom: 142px;
  }
}
@media (max-width: 767.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .article-from {
    margin-bottom: 122px;
  }
}
@media (max-width: 575.9px) {
  .casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .article-from {
    max-width: 90%;
    font-size: 9px;
    line-height: 1.44;
    margin-bottom: 102px;
  }
}
.casestudies-article-detail-content .wrapper-content .right-content .article-detail-content .article-from a {
  color: #000;
  text-decoration: underline;
}

.content-img-bg {
  overflow: hidden;
  position: relative;
}

.content-img-bg .img-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.content-img-bg .wrapper-content {
  position: relative;
  z-index: 1;
}

.content-img-bg .wrapper-content .left-content {
  padding-top: 112px;
}

@media (max-width: 767.9px) {
  .content-img-bg .wrapper-content .left-content {
    padding-top: 260px;
  }
}
@media (max-width: 575.9px) {
  .content-img-bg .wrapper-content .left-content {
    padding-top: 232px;
  }
}
.content-img-bg .wrapper-content .left-content h2 {
  color: #fff;
  max-width: 180px;
}

@media (max-width: 767.9px) {
  .content-img-bg .wrapper-content .left-content h2 {
    max-width: 100%;
  }
}
.content-img-bg .wrapper-content .right-content {
  position: relative;
  padding: 112px 0 64px 15px;
}

@media (max-width: 767.9px) {
  .content-img-bg .wrapper-content .right-content {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 575.9px) {
  .content-img-bg .wrapper-content .right-content {
    padding: 0 0 30px 0;
  }
}
.content-img-bg .wrapper-content .right-content h2 {
  font-size: 65px;
  line-height: 1;
  letter-spacing: -0.8px;
  color: #fff;
  margin: 0 0 25px 0;
}

@media (max-width: 1199.9px) {
  .content-img-bg .wrapper-content .right-content h2 {
    font-size: 55px;
  }
}
@media (max-width: 991.9px) {
  .content-img-bg .wrapper-content .right-content h2 {
    font-size: 45px;
    margin: 0 0 23px 0;
  }
}
@media (max-width: 767.9px) {
  .content-img-bg .wrapper-content .right-content h2 {
    font-size: 35px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 575.9px) {
  .content-img-bg .wrapper-content .right-content h2 {
    font-size: 24px;
    line-height: 1.125;
    letter-spacing: -0.3px;
    margin: 0 0 18px 0;
  }
}
.content-img-bg .wrapper-content .right-content h2 i {
  font-family: "RecklessNeue-LightItalic";
}

.content-img-bg .wrapper-content .right-content .button {
  color: #fff;
  margin-top: 40px;
}

@media (max-width: 575.9px) {
  .content-img-bg .wrapper-content .right-content .button {
    margin-top: 11px;
  }
}
.content-img-bg .wrapper-content .right-content .button .iconarrowhead-right:before {
  color: #fff;
  border: 3px solid #fff;
}

.content-img-bg .wrapper-content .right-content .button:hover .iconarrowhead-right:before {
  color: #000;
  background: #fff;
}

.content-img-bg .wrapper-content .right-content:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 106px;
  left: 15px;
}

@media (max-width: 767.9px) {
  .content-img-bg .wrapper-content .right-content:before {
    display: none;
  }
}
.content-img-bg:before {
  content: "";
  width: 100%;
  height: 75%;
  opacity: 0.5;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.article-content .load-more-box {
  margin-top: 145px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 50px;
  position: relative;
}

@media (max-width: 767.9px) {
  .article-content .load-more-box {
    margin-left: 15px;
  }
}
@media (max-width: 575.9px) {
  .article-content .load-more-box {
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 30px;
  }
}
.article-content .load-more-box .button {
  margin-top: 0 !important;
}

.article-content .load-more-box:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 1px;
  background: #000;
}

.for-media-content {
  padding: 0 15px;
  width: 100%;
  max-width: 100%;
}

.for-media-content .for-media-content-box--image {
  width: 100%;
  max-width: 600px;
  display: block;
  margin-bottom: 10px;
}

.for-media-content .for-media-content-box--image img {
  width: 100%;
  display: block;
}

@media (max-width: 575.9px) {
  .for-media-content {
    margin-top: -9px;
  }
}
.for-media-content .for-media-content-box {
  padding: 19px 0 61px 0;
  position: relative;
}

@media (max-width: 575.9px) {
  .for-media-content .for-media-content-box {
    padding: 10px 0 59px 0 !important;
  }
}
.for-media-content .for-media-content-box:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 1px;
  background: #000;
}

.for-media-content .for-media-content-box h3 {
  font-family: "RecklessNeue-Light";
  font-size: 35px;
  line-height: 1.14;
  letter-spacing: -0.5px;
  color: #000;
  margin-bottom: 30px;
  margin-top: 0;
  transition: all 0.2s;
}

@media (max-width: 1199.9px) {
  .for-media-content .for-media-content-box h3 {
    font-size: 32px;
  }
}
@media (max-width: 991.9px) {
  .for-media-content .for-media-content-box h3 {
    font-size: 30px;
  }
}
@media (max-width: 767.9px) {
  .for-media-content .for-media-content-box h3 {
    font-size: 26px;
  }
}
@media (max-width: 575.9px) {
  .for-media-content .for-media-content-box h3 {
    font-size: 24px;
    line-height: 1.13;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
  }
}
.for-media-content .for-media-content-box p {
  font-family: "BrownStd-Light";
  font-size: 16px;
  color: #000;
  line-height: 1.38;
  letter-spacing: -0.25px;
  margin-bottom: 20px;
  max-width: 634px;
}

@media (max-width: 575.9px) {
  .for-media-content .for-media-content-box p {
    font-size: 14px;
    list-style-position: -0.15px;
    margin-bottom: 24px;
  }
}
.for-media-content .for-media-content-box p .published-by,
.for-media-content .for-media-content-box p .published-date {
  font-family: "BrownStd-Regular";
  font-size: 12px !important;
  color: #000;
  line-height: 1.33;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
}

@media (max-width: 767.9px) {
  .for-media-content .for-media-content-box p .published-by,
  .for-media-content .for-media-content-box p .published-date {
    font-size: 10px !important;
  }
}
@media (max-width: 575.9px) {
  .for-media-content .for-media-content-box p .published-by,
  .for-media-content .for-media-content-box p .published-date {
    font-size: 9px !important;
    line-height: 1.22;
    letter-spacing: 1.5px;
  }
}
.for-media-content .for-media-content-box p .published-date {
  margin-right: 4px;
}

.for-media-content .for-media-content-box .button {
  margin-top: 0;
}

.for-media-content .for-media-content-box .button i.iconarrowhead-right-top:before {
  transform: rotate(-45deg);
}

@media (max-width: 575.9px) {
  .for-media-content .for-media-content-box .button i.iconarrowhead-right-top:before {
    margin-right: 4px;
  }
}
.for-media-content .for-media-content-box .button i.download {
  margin-left: 0px;
}

.for-media-content .for-media-content-box .button i.download:before {
  transform: rotate(90deg);
}

.for-media-content .for-media-content-box:first-child {
  padding: 0px 0 102px 0;
}

.for-media-content .for-media-content-box:first-child:before {
  display: none;
}

.for-media-content .for-media-content-box:first-child h3 {
  font-size: 65px;
  line-height: 1;
  letter-spacing: -0.8px;
  margin-bottom: 34px;
}

@media (max-width: 991.9px) {
  .for-media-content .for-media-content-box:first-child h3 {
    font-size: 30px;
  }
}
@media (max-width: 767.9px) {
  .for-media-content .for-media-content-box:first-child h3 {
    font-size: 26px;
  }
}
@media (max-width: 575.9px) {
  .for-media-content .for-media-content-box:first-child h3 {
    font-size: 24px;
    line-height: 1.13;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
  }
}
.for-media-content .for-media-content-box:first-child p {
  font-size: 20px;
  line-height: 1.3;
}

@media (max-width: 991.9px) {
  .for-media-content .for-media-content-box:first-child p {
    font-size: 16px;
  }
}
@media (max-width: 575.9px) {
  .for-media-content .for-media-content-box:first-child p {
    font-size: 14px;
    list-style-position: -0.15px;
  }
}
@media (max-width: 767.9px) {
  .for-media-content .for-media-content-box:first-child p.published-by,
  .for-media-content .for-media-content-box:first-child p.published-date {
    font-size: 10px;
  }
}
@media (max-width: 575.9px) {
  .for-media-content .for-media-content-box:first-child p.published-by,
  .for-media-content .for-media-content-box:first-child p.published-date {
    font-size: 9px;
    line-height: 1.22;
    letter-spacing: 1.5px;
  }
}
.for-media-content .for-media-content-box.is-active h3 {
  color: #ff3366;
}

.for-media-content .for-media-content-box.is-active .view-hover .button i:before {
  background: #000;
  color: #fff;
}

.for-media-content .for-media-content-box.is-active .view-hover span {
  color: #000;
}

.for-media-content .for-media-content-box.is-active .button-hover-text-block .button-hover-text-block-box .icon-add {
  background: #000;
}

.for-media-content .for-media-content-box.is-active .button-hover-text-block .button-hover-text-block-box .icon-add:before {
  background: #fff;
}

.for-media-content .for-media-content-box.is-active .button-hover-text-block .button-hover-text-block-box .icon-add:after {
  background: #fff;
}

.for-media-content .for-media-content-box.is-active .button-hover-text-block .button-hover-text-block-box span {
  color: #000;
}

.for-media-content .for-media-content-box.is-show-hidden .button-hover-text-block .button-hover-text-block-box .button .icon-add:after {
  transform: rotate(0deg) !important;
}

.for-media-content .for-media-content-box.is-show-hidden .button-hover-text-block .button-hover-text-block-box span {
  display: none !important;
}

.for-media-content .for-media-content-box.is-show-hidden .button-hover-text-block .button-hover-text-block-box span.less {
  display: block !important;
}

.for-media-journalists-detail-content {
  overflow: hidden;
  padding-top: 135px;
}

@media (max-width: 767.9px) {
  .for-media-journalists-detail-content {
    padding-top: 54px;
  }
}
@media (max-width: 575.9px) {
  .for-media-journalists-detail-content {
    padding-top: 4px;
  }
}
.for-media-journalists-detail-content .container .wrapper-content .left-content {
  padding-top: 16px;
}

@media (max-width: 767.9px) {
  .for-media-journalists-detail-content .container .wrapper-content .left-content {
    padding-top: 66px;
  }
}
.for-media-journalists-detail-content .container .wrapper-content .left-content h2 {
  margin-top: 0;
}

.for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box h1 {
  font-family: "RecklessNeue-Light";
  font-size: 65px;
  color: #000;
  line-height: 1;
  letter-spacing: -0.8px;
  max-width: 1165px;
  margin-bottom: 84px;
  margin-top: 0;
  position: relative;
}

@media (max-width: 1199.9px) {
  .for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box h1 {
    font-size: 55px;
  }
}
@media (max-width: 991.9px) {
  .for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box h1 {
    font-size: 45px;
  }
}
@media (max-width: 767.9px) {
  .for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box h1 {
    font-size: 35px;
    padding: 13px 0 53px 0;
    margin-bottom: 2px;
  }
}
@media (max-width: 575.9px) {
  .for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box h1 {
    font-size: 24px;
    line-height: 1.13;
    letter-spacing: -0.3px;
  }
}
.for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box h1:before {
  content: "";
  width: 100vw;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -24px;
}

@media (max-width: 767.9px) {
  .for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box h1:before {
    bottom: 0;
  }
}
.for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box h1:after {
  content: "";
  width: 100vw;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 0px;
  display: none;
}

@media (max-width: 767.9px) {
  .for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box h1:after {
    display: block;
  }
}
.for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box p {
  max-width: 765px;
}

.for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box p {
  font-family: "BrownStd-Light";
  font-size: 20px;
  color: #000;
  line-height: 1.3;
  letter-spacing: -0.25px;
  margin-bottom: 19px;
}

@media (max-width: 575.9px) {
  .for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box p {
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 13px;
  }
}
.for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box h3 {
  font-family: "BrownStd-Regular";
  font-size: 16px;
  color: #000;
  line-height: 1.34;
  letter-spacing: 2.36px;
  margin-bottom: 0;
}

@media (max-width: 575.9px) {
  .for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box h3 {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box .start-line {
  list-style: none;
  padding: 0;
  margin-top: 11px;
  margin-bottom: 52px;
}

@media (max-width: 767.9px) {
  .for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box .start-line {
    margin-bottom: 60px;
  }
}
.for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box .start-line li {
  font-family: "BrownStd-Light";
  font-size: 20px;
  color: #000;
  line-height: 1.45;
  letter-spacing: 0.05px;
  margin-bottom: 0px;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 767.9px) {
  .for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box .start-line li {
    padding-left: 24px;
  }
}
@media (max-width: 575.9px) {
  .for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box .start-line li {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: -0.25px;
  }
}
.for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box .start-line li:after {
  display: none;
}

.for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box .start-line li:before {
  content: "—";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
}

.for-media-journalists-detail-content .container .wrapper-content .right-content .right-content-box .button {
  margin-top: 38px;
}

.for-media-journalists-detail-content .container .wrapper-content .right-content .button-hover-text-block {
  margin-top: 57px;
}

@media (max-width: 767.9px) {
  .for-media-journalists-detail-content .container .wrapper-content .right-content .button-hover-text-block {
    margin-top: 27px;
  }
}
.for-media-journalists-detail-content .container .wrapper-content .right-content .button-hover-text-block a {
  margin: 0 !important;
}

.for-media-journalists-detail-content .container .wrapper-content .right-content .icon-share-z {
  margin: 124px 0 129px 0;
}

@media (max-width: 767.9px) {
  .for-media-journalists-detail-content .container .wrapper-content .right-content .icon-share-z {
    margin: 70px 0 58px 0;
  }
}
.what-we-do {
  margin-top: 0 !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.what-we-do a {
  cursor: pointer !important;
}

.what-we-do .content {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.what-we-do .content .content-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.what-we-do .content .content-bottom.delay-load .left-content {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.what-we-do .content .content-bottom.delay-load .right-content h1,
.what-we-do .content .content-bottom.delay-load .right-content p {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.what-we-do .content .content-bottom.delay-load .right-content .iconarrows-bottom {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.what-we-do .left-content {
  width: 250px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1), visibility 1.1s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-width: 1199.9px) {
  .what-we-do .left-content {
    width: 170px;
  }
}
@media (max-width: 991.9px) {
  .what-we-do .left-content {
    width: 140px;
  }
}
@media (max-width: 767.9px) {
  .what-we-do .left-content {
    width: 100%;
  }
}
.what-we-do .left-content h2 {
  margin-top: 3px;
  font-family: "BrownStd-Regular";
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  letter-spacing: 2px;
  margin-bottom: 0px;
  max-width: 83px;
  margin-left: 12px;
}

@media screen and (max-width: 991px) {
  .what-we-do .left-content h2 {
    margin-left: -2px;
  }
}
@media (max-width: 767.9px) {
  .what-we-do .left-content h2 {
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 14px;
  }
}
.what-we-do .right-content {
  position: relative;
  width: calc(100% - 250px);
  padding-left: 15px;
  padding-bottom: 60px;
}

@media (max-width: 1199.9px) {
  .what-we-do .right-content {
    width: calc(100% - 170px);
    padding-bottom: 50px;
  }
}
@media (max-width: 991.9px) {
  .what-we-do .right-content {
    width: calc(100% - 140px);
    padding-bottom: 40px;
  }
}
@media (max-width: 767.9px) {
  .what-we-do .right-content {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }
}
.what-we-do .right-content h1 {
  font-size: 65px;
  line-height: 1;
  letter-spacing: -0.8px;
  color: #fff;
  margin: -12px 0 25px 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1), visibility 1.1s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-width: 1199.9px) {
  .what-we-do .right-content h1 {
    font-size: 62px;
  }
}
@media (max-width: 991.9px) {
  .what-we-do .right-content h1 {
    font-size: 52px;
    margin: -7px 0 23px 0;
  }
}
@media (max-width: 767.9px) {
  .what-we-do .right-content h1 {
    font-size: 42px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 575.9px) {
  .what-we-do .right-content h1 {
    font-size: 30px;
    line-height: 1.07;
    letter-spacing: -0.3px;
    margin: 0 0 31px 0;
  }
}
.what-we-do .right-content h1.h2 {
  font-size: 65px;
  padding: 0 !important;
}

@media (max-width: 1199.9px) {
  .what-we-do .right-content h1.h2 {
    font-size: 55px;
  }
}
@media (max-width: 991.9px) {
  .what-we-do .right-content h1.h2 {
    font-size: 45px;
  }
}
@media (max-width: 767.9px) {
  .what-we-do .right-content h1.h2 {
    font-size: 30px;
    letter-spacing: -0.3px;
    padding: 0 12px;
    margin-bottom: 31px;
  }
}
.what-we-do .right-content p {
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1), visibility 1.1s cubic-bezier(0.23, 1, 0.32, 1);
}

.what-we-do .right-content .iconarrows-bottom {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  position: relative;
  transform: translate(0, 20px);
  transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1), visibility 1.1s cubic-bezier(0.23, 1, 0.32, 1);
}

.what-we-do .right-content .iconarrows-bottom:before {
  font-size: 13px;
  color: #fff;
  width: 30px;
  border: 3px solid #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  line-height: 27px;
  z-index: 2;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 575.9px) {
  .what-we-do .right-content .iconarrows-bottom:before {
    font-size: 10px;
    width: 24px;
    height: 24px;
    line-height: 20px !important;
  }
}
.what-we-do .right-content .iconarrows-bottom:after {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 1;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 575.9px) {
  .what-we-do .right-content .iconarrows-bottom:after {
    top: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 2.4px solid #fff;
  }
}
.what-we-do .right-content .iconarrows-bottom:hover:before {
  color: #000;
}

.what-we-do .right-content .iconarrows-bottom:hover:after {
  background: #fff;
}

.what-we-do .lineSlide {
  width: 1px;
  height: 0px;
  background: unset;
  border-left: 1px solid white;
  position: absolute;
  top: 0;
  left: 0;
  transition: All 0.5s ease-in-out;
}

.what-we-do .lineSlide.line {
  height: 100%;
}

@media (max-width: 767.9px) {
  .what-we-do .lineSlide {
    display: none;
  }
}
.what-we-do .img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.what-we-do .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.what-we-do.background-mask:before {
  content: "";
  width: 100%;
  height: 72%;
  opacity: 0.5;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  bottom: 0;
  left: 0;
}

.what-we-do-content .button-hover-text-block-box {
  display: flex;
  align-items: center;
}

.what-we-do-content .button-hover-text-block-box span {
  margin-left: 9px;
  display: block;
}

.what-we-do-content .right-content {
  padding: 192px 0 100px 15px;
}

@media (max-width: 767.9px) {
  .what-we-do-content .right-content {
    padding: 2px 15px 27px 15px;
  }
}
.what-we-do-content .right-content h3 {
  font-size: 65px;
  line-height: 1;
  letter-spacing: -0.8px;
  margin-bottom: 34px;
}

@media (max-width: 991.9px) {
  .what-we-do-content .right-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 767.9px) {
  .what-we-do-content .right-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 575.9px) {
  .what-we-do-content .right-content h3 {
    font-size: 24px;
    line-height: 1.13;
    letter-spacing: -0.3px;
    margin-bottom: 21px !important;
  }
}
.what-we-do-content .right-content p {
  font-size: 20px;
  line-height: 1.3;
  max-width: 767px;
}

@media (max-width: 991.9px) {
  .what-we-do-content .right-content p {
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  .what-we-do-content .right-content p {
    font-size: 16px !important;
  }
}
@media (max-width: 575.9px) {
  .what-we-do-content .right-content p {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.9px) {
  .what-we-do-content .right-content p.date {
    font-size: 10px;
  }
}
@media (max-width: 575.9px) {
  .what-we-do-content .right-content p.date {
    font-size: 9px;
    line-height: 1.22;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 767.9px) {
  .what-we-do-content .right-content .for-media-content {
    padding: 0;
  }
}
.what-we-do-content .right-content .for-media-content-box {
  padding: 17px 0 80px 0;
}

.what-we-do-content .right-content .for-media-content-box a {
  cursor: pointer !important;
}

@media (max-width: 767.9px) {
  .what-we-do-content .right-content .for-media-content-box h3 {
    letter-spacing: -0.3px;
    line-height: 1.07;
    font-size: 30px !important;
    padding-right: 20px;
  }
}
@media (max-width: 767.9px) {
  .what-we-do-content .right-content .for-media-content-box a {
    line-height: 1;
  }
}
.what-we-do-content .right-content .for-media-content-box h4 {
  font-family: "BrownStd-Regular";
  font-size: 16px;
  color: #000;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 21px;
  margin-top: 44px;
}

@media (max-width: 767.9px) {
  .what-we-do-content .right-content .for-media-content-box h4 {
    margin-bottom: 13px;
    margin-top: 39px;
  }
}
@media (max-width: 575.9px) {
  .what-we-do-content .right-content .for-media-content-box h4 {
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: 1.63px;
  }
}
.what-we-do-content .right-content .for-media-content-box .start-line {
  margin-bottom: 44px;
}

@media (max-width: 767.9px) {
  .what-we-do-content .right-content .for-media-content-box .start-line {
    margin-bottom: 37px;
  }
}
.what-we-do-content .right-content .for-media-content-box .start-line li {
  margin-bottom: 17px;
}

@media (max-width: 767.9px) {
  .what-we-do-content .right-content .for-media-content-box .start-line li {
    margin-bottom: 14px;
  }
}
.what-we-do-content .right-content .for-media-content-box .read-more-content {
  margin-bottom: 27px;
  display: none;
}

@media (max-width: 767.9px) {
  .what-we-do-content .right-content .for-media-content-box .button-hover-text-block .button-hover-text-block-box a .icon-add:after,
  .what-we-do-content .right-content .for-media-content-box .button-hover-text-block .button-hover-text-block-box a .icon-add:before {
    width: 11px;
    top: 8px;
    left: 4px;
  }
}
.what-we-do-content .right-content .for-media-content-box .button-hover-text-block .button-hover-text-block-box span.less {
  display: none;
}

.what-we-do-content .right-content .for-media-content-box .button-hover-text-block .button-hover-text-block-box.is-active a .icon-add:after {
  transform: rotate(0deg);
}

.what-we-do-content .right-content .for-media-content-box .button-hover-text-block .button-hover-text-block-box.is-active span {
  display: none;
}

.what-we-do-content .right-content .for-media-content-box .button-hover-text-block .button-hover-text-block-box.is-active span.less {
  display: block;
}

@media (max-width: 767.9px) {
  .what-we-do-content .right-content .for-media-content-box:first-child:before {
    display: block;
  }
}
.button-hover-text-block {
  display: flex;
}

.button-hover-text-block .button-hover-text-block-box {
  margin-right: 45px;
}

@media (max-width: 767.9px) {
  .button-hover-text-block .button-hover-text-block-box {
    margin-right: 22px;
  }
}
.button-hover-text-block .button-hover-text-block-box:last-child {
  margin-right: 0;
}

.button-hover-text-block .button-hover-text-block-box a i.download {
  margin-left: 0px;
}

.button-hover-text-block .button-hover-text-block-box a i.download:before {
  transform: rotate(90deg);
}

.button-hover-text-block .button-hover-text-block-box a:hover + span {
  color: #000;
}

.button-hover-text-block .button-hover-text-block-box span {
  font-family: "BrownStd-Regular";
  font-size: 16px;
  line-height: 1.25;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .button-hover-text-block .button-hover-text-block-box span {
    font-size: 15px;
  }
}
@media (max-width: 991.9px) {
  .button-hover-text-block .button-hover-text-block-box span {
    font-size: 14px;
  }
}
@media (max-width: 767.9px) {
  .button-hover-text-block .button-hover-text-block-box span {
    font-size: 13px;
    line-height: 1.54;
    color: #000 !important;
  }
}
.button-hover-text-block .button-hover-text-block-box.active span {
  color: #000 !important;
}

.icon-share-z {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 72px 0 18px;
  padding-bottom: 12px;
}

@media (max-width: 575.9px) {
  .icon-share-z {
    padding-bottom: 10px;
    margin: 51px 0 15px;
  }
}
.icon-share-z p {
  font-family: "BrownStd-Regular";
  font-size: 12px;
  line-height: 1.333;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 15px 0 0;
}

@media (max-width: 575.9px) {
  .icon-share-z p {
    font-size: 9px;
    line-height: 1.222;
    letter-spacing: 1.5px;
  }
}
.icon-share-z ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.icon-share-z ul li {
  margin: 0 15px 0 0;
}

.icon-share-z ul li i {
  background: #000 !important;
  transition: All 0.2s ease-in-out;
}

.icon-share-z ul li i:hover {
  background: #ff3366 !important;
}

.icon-share-z ul li a {
  font-size: 20px;
  color: #000;
}

.icon-share-z ul li a:hover {
  color: #ff3366;
}

.icon-share-z:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 2px;
  left: 0;
}

@media (max-width: 767.9px) {
  .icon-share-z:before {
    display: block;
  }
}
.editor .start-line {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 20px;
}

.editor .start-line li {
  font-family: "BrownStd-Light";
  font-size: 20px;
  color: #000;
  line-height: 1.45;
  letter-spacing: 0.05px;
  margin-bottom: 0px;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 575.9px) {
  .editor .start-line li {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: -0.25px;
  }
}
.editor .start-line li:after {
  display: none;
}

.editor .start-line li:before {
  content: "—";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
}

.editor ul {
  padding-left: 0;
  padding-top: 19px;
  margin-bottom: 30px;
  max-width: 766px;
  list-style: none;
}

@media (max-width: 767.9px) {
  .editor ul {
    margin-bottom: 29px;
    padding-top: 4px;
  }
}
.editor ul li {
  font-family: "BrownStd-Light";
  font-size: 20px;
  color: #000;
  line-height: 1.3;
  letter-spacing: -0.25px;
  margin-bottom: 17px;
  padding-left: 0px;
  position: relative;
  padding-left: 25px;
}

@media (max-width: 767.9px) {
  .editor ul li {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: -0.25px;
    margin-bottom: 15px;
  }
}
.editor ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  top: 10px;
  left: 2px;
}

@media (max-width: 767.9px) {
  .editor ul li:after {
    width: 5px;
    height: 5px;
  }
}
.editor ul .start-line {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 0px;
}

.editor ul .start-line li {
  font-family: "BrownStd-Light";
  font-size: 20px;
  color: #000;
  line-height: 1.45;
  letter-spacing: 0.05px;
  margin-bottom: 0px;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 767.9px) {
  .editor ul .start-line li {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: -0.25px;
  }
}
.editor ul .start-line li:after {
  display: none !important;
}

.editor ul .start-line li:before {
  content: "—";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
}

.editor h3 {
  font-family: "BrownStd-Regular";
  font-size: 16px;
  color: #000;
  line-height: 1.34;
  letter-spacing: 2.36px;
  margin-bottom: 0;
}

@media (max-width: 767.9px) {
  .editor h3 {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.editor p {
  font-family: "BrownStd-Light";
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.25px;
}

@media (max-width: 767.9px) {
  .editor p {
    font-size: 16px !important;
    margin-bottom: 16px;
    line-height: 1.38;
  }
}
.editor a {
  color: #000;
  text-decoration: underline;
}

.editor a:hover {
  color: #ff3366;
}

.editor b,
.editor blockquote,
.editor cite,
.editor em,
.editor i,
.editor span,
.editor strong {
  font-family: "BrownStd-Light";
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.25px;
}

@media (max-width: 767.9px) {
  .editor b,
  .editor blockquote,
  .editor cite,
  .editor em,
  .editor i,
  .editor span,
  .editor strong {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.38;
  }
}
.editor cite {
  text-transform: none;
}

.editor ol li {
  font-family: "BrownStd-Light";
  font-size: 20px;
  color: #000;
  line-height: 1.3;
  letter-spacing: -0.25px;
  margin-bottom: 17px;
  padding-left: 0px;
  position: relative;
  padding-left: 35px;
}

@media (max-width: 767.9px) {
  .editor ol li {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: -0.25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.9px) {
  .foundation-content {
    overflow-x: hidden;
    margin-top: 100px;
  }
}
@media (max-width: 575.9px) {
  .foundation-content {
    overflow-x: hidden;
    margin-top: 2px;
  }
}
@media (max-width: 767.9px) {
  .foundation-content .right-content {
    margin-top: -7px;
  }
}
.foundation-content .right-content .content {
  max-width: 767px;
  padding-top: 174px;
  padding-bottom: 96px;
  position: relative;
}

@media (max-width: 767.9px) {
  .foundation-content .right-content .content {
    padding-top: 0;
  }
}
.foundation-content .right-content .content:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  top: -12px;
  left: 0;
  display: none;
}

@media (max-width: 767.9px) {
  .foundation-content .right-content .content:before {
    display: block;
  }
}
.foundation-content .right-content .content h2 {
  font-family: "RecklessNeue-Light";
  font-size: 65px;
  color: #000;
  margin-top: 0;
  letter-spacing: -0.8px;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .foundation-content .right-content .content h2 {
    font-size: 54px;
  }
}
@media (max-width: 767.9px) {
  .foundation-content .right-content .content h2 {
    font-size: 30px;
    letter-spacing: -0.3px;
  }
}
.foundation-line h2 {
  font-size: 74px !important;
}

@media (max-width: 992px) {
  .foundation-line h2 {
    font-size: 54px !important;
  }
}
@media (max-width: 767.9px) {
  .foundation-line h2 {
    font-size: 28px !important;
    letter-spacing: -0.3px;
    margin-bottom: 16px;
    margin-top: -14px !important;
    margin-bottom: 13px !important;
  }
}
@media (max-width: 992px) {
  .contact-page {
    overflow-x: hidden;
  }
}
.contact-page .left-content {
  padding-top: 0px !important;
}

.contact-page .left-content h2 {
  margin-top: 4px;
  max-width: 100%;
}

@media (max-width: 767.9px) {
  .contact-page .left-content h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .contact-page .content {
    padding-bottom: 94px;
  }
}
@media (max-width: 767.9px) {
  .contact-page .content {
    padding-bottom: 20px;
  }
}
.contact-page .content h1 {
  font-family: "RecklessNeue-Light";
  font-size: 65px;
  color: #000;
  letter-spacing: -0.8px;
  margin-top: -15px;
  margin-bottom: 40px;
}

@media (max-width: 991.9px) {
  .contact-page .content h1 {
    font-size: 52px;
  }
}
@media (max-width: 767.9px) {
  .contact-page .content h1 {
    font-size: 42px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575.9px) {
  .contact-page .content h1 {
    font-size: 30px;
    line-height: 1.07;
    letter-spacing: -0.3px;
  }
}
.contact-page .content .box-block ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.contact-page .content .box-block ul li {
  width: 33.3%;
  padding-left: 14px;
  position: relative;
  border-right: 1px solid #000;
}

@media (min-width: 993px) {
  .contact-page .content .box-block ul li {
    padding-bottom: 104px;
    margin-bottom: 0;
  }
}
.contact-page .content .box-block ul li:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

@media (max-width: 992px) {
  .contact-page .content .box-block ul li:before {
    display: block;
  }
}
@media (max-width: 992px) {
  .contact-page .content .box-block ul li {
    width: 100%;
    border: none;
    padding-left: 0;
  }
}
@media (max-width: 767.9px) {
  .contact-page .content .box-block ul li {
    padding-top: 3px;
    padding-bottom: 52px;
    margin-bottom: 0;
  }
}
.contact-page .content .box-block ul li:last-child {
  border: none;
}

.contact-page .content .box-block ul li:first-child {
  padding-left: 0;
}

.contact-page .content .box-block ul li h3 {
  font-family: "RecklessNeue-Light";
  font-size: 28px;
  color: #000;
  letter-spacing: -0.3px;
  margin-top: 0;
  min-height: 70px;
}

@media (max-width: 767.9px) {
  .contact-page .content .box-block ul li h3 {
    min-height: auto;
    margin-bottom: 23px;
  }
}
.contact-page .content .box-block ul li p {
  margin-bottom: 20px;
}

@media (max-width: 767.9px) {
  .contact-page .content .box-block ul li p {
    margin-bottom: 14px;
  }
}
.contact-page .content .box-block ul li a {
  font-family: "BrownStd-Light";
  font-size: 20px;
  color: #000;
  letter-spacing: -0.25px;
  position: relative;
}

@media (max-width: 1200px) {
  .contact-page .content .box-block ul li a {
    font-size: 16px;
    letter-spacing: -0.25px;
  }
}
.contact-page .content .box-block ul li a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -3px;
  opacity: 0;
  transition: all 0.2s;
}

.contact-page .content .box-block ul li a:hover:after {
  opacity: 1;
}

.contact-page .content .box-block ul li .phones {
  margin-bottom: 31px;
}

@media (max-width: 767.9px) {
  .contact-page .content .box-block ul li .phones {
    margin-bottom: 21px;
  }
}
.contact-page .content .box-block ul li .phones span {
  font-family: "BrownStd-Light";
  font-size: 20px;
  color: #000;
  letter-spacing: -0.25px;
  min-width: 113px;
  display: inline-block;
}

@media (max-width: 1200px) {
  .contact-page .content .box-block ul li .phones span {
    font-size: 16px;
    min-width: 80px;
  }
}
.locations-page {
  background: #000;
  margin-bottom: 160px;
}

@media (max-width: 767.9px) {
  .locations-page {
    margin-bottom: 59px;
  }
}
@media (max-width: 767.9px) {
  .locations-page .container {
    padding: 0;
  }
}
.locations-page .left-content {
  padding-top: 82px !important;
}

@media (max-width: 767.9px) {
  .locations-page .left-content {
    padding-top: 35px !important;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.locations-page .left-content h2 {
  color: #fff !important;
}

.locations-page .right-content {
  border-color: #fff;
  padding-top: 92px;
  padding-bottom: 81px;
}

@media (max-width: 767.9px) {
  .locations-page .right-content {
    padding-top: 0;
    padding-bottom: 28px;
  }
}
.locations-page .content h3 {
  font-family: "RecklessNeue-Light";
  font-size: 45px;
  line-height: 1.07;
  letter-spacing: -1px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 63px;
  max-width: 850px;
}

@media (max-width: 767.9px) {
  .locations-page .content h3 {
    font-size: 30px;
    letter-spacing: -0.3px;
    padding: 0 12px;
    margin-bottom: 26px;
  }
}
@media (max-width: 767.9px) {
  .locations-page .content .locations-img {
    height: 495px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
.locations-page .content .locations-img .locations-img-box {
  position: relative;
  right: 0;
}

@media (max-width: 767.9px) {
  .locations-page .content .locations-img .locations-img-box {
    height: 100%;
    min-height: 513px;
    overflow-Y: hidden;
    overflow-X: scroll;
  }
}
@media (max-width: 767.9px) {
  .locations-page .content .locations-img img {
    position: relative;
    height: 100%;
    width: auto;
  }
}
.locations-page .content .left-right-button {
  display: none;
  margin-bottom: 33px;
}

@media (max-width: 767.9px) {
  .locations-page .content .left-right-button {
    display: block;
    padding: 0 12px;
  }
}
.locations-page .content .icon {
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
}

@media (max-width: 767.9px) {
  .locations-page .content .icon {
    margin-right: 7px;
  }
}
.locations-page .content .icon:hover {
  color: #fff !important;
}

.locations-page .content .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}

.locations-page .content img {
  width: 100%;
}

.privacy-policy-banner {
  overflow: hidden;
}

.privacy-policy-banner h1 {
  font-family: "RecklessNeue-Light";
  font-size: 65px;
  color: #000;
  margin-top: -9px;
  margin-bottom: 0px;
  padding-bottom: 17px;
}

@media (max-width: 991.9px) {
  .privacy-policy-banner h1 {
    font-size: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767.9px) {
  .privacy-policy-banner h1 {
    font-size: 26px;
    padding-top: 13px;
  }
}
@media (max-width: 575.9px) {
  .privacy-policy-banner h1 {
    font-size: 24px;
    line-height: 1.13;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
  }
}
.privacy-policy-banner .right-content {
  position: relative;
}

.privacy-policy-banner .right-content h1 {
  position: relative;
}

.privacy-policy-banner .right-content h1:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 767.9px) {
  .privacy-policy-banner .right-content h1:before {
    bottom: initial;
    top: 0px;
  }
}
.privacy-policy-pink .right-content {
  position: relative;
}

.privacy-policy-pink .right-content .placeholder-content {
  position: absolute;
  bottom: -54px;
  right: 0px;
  background: #ff3366;
  text-align: center;
  width: 142px;
  z-index: 1;
  height: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media (max-width: 991.9px) {
  .privacy-policy-pink .right-content .placeholder-content {
    width: 110px;
    height: 110px;
    bottom: -40px;
  }
}
@media (max-width: 767.9px) {
  .privacy-policy-pink .right-content .placeholder-content {
    width: 85px;
    height: 85px;
    bottom: 11px;
  }
}
.privacy-policy-pink .right-content .placeholder-content p {
  font-family: "BrownStd-Regular";
  font-size: 12px !important;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.33;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 991.9px) {
  .privacy-policy-pink .right-content .placeholder-content p {
    font-size: 10px !important;
    padding-top: 5px;
  }
}
@media (max-width: 767.9px) {
  .privacy-policy-pink .right-content .placeholder-content p {
    font-size: 7.2px !important;
  }
}
.privacy-policy-content {
  overflow: hidden;
}

.privacy-policy-content .right-content {
  padding-bottom: 120px;
}

@media (max-width: 767.9px) {
  .privacy-policy-content .right-content {
    padding-bottom: 60px;
  }
}
.privacy-policy-content .right-content .content {
  max-width: 765px;
}

.privacy-policy-content .right-content .content h1 {
  font-family: "RecklessNeue-Light";
  font-size: 65px;
  color: #000;
  margin-top: -9px;
  margin-bottom: 0px;
  padding-bottom: 17px;
  position: relative;
}

@media (max-width: 991.9px) {
  .privacy-policy-content .right-content .content h1 {
    font-size: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767.9px) {
  .privacy-policy-content .right-content .content h1 {
    font-size: 26px;
    padding-top: 13px;
  }
}
@media (max-width: 575.9px) {
  .privacy-policy-content .right-content .content h1 {
    font-size: 24px;
    line-height: 1.13;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
  }
}
.privacy-policy-content .right-content .content h1:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 767.9px) {
  .privacy-policy-content .right-content .content h1:before {
    bottom: initial;
    top: 0px;
  }
}
.privacy-policy-content .right-content .content h2 {
  font-family: "RecklessNeue-Light";
  font-size: 45px;
  color: #000;
  letter-spacing: -1px;
  margin-bottom: 55px;
  margin-top: 54px;
  position: relative;
}

@media (max-width: 991.9px) {
  .privacy-policy-content .right-content .content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.9px) {
  .privacy-policy-content .right-content .content h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.9px) {
  .privacy-policy-content .right-content .content h2 {
    font-size: 24px;
    line-height: 1.13;
    letter-spacing: -0.3px;
    margin-bottom: 30px;
    padding-top: 12px;
  }
}
.privacy-policy-content .right-content .content h2:after {
  content: "";
  display: none;
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (max-width: 767.9px) {
  .privacy-policy-content .right-content .content h2:after {
    display: block;
  }
}
.privacy-policy-content .right-content .content h3 {
  font-family: "BrownStd-Regular";
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.25px;
  margin-bottom: 20px;
  margin-top: 65px;
}

@media (max-width: 767.9px) {
  .privacy-policy-content .right-content .content h3 {
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 1.38;
    margin-top: 50px;
  }
}
@media (max-width: 575.9px) {
  .privacy-policy-content .right-content .content p {
    margin-bottom: 14px;
  }
}
.privacy-policy-content .right-content .content .text-pdf {
  margin-top: 65px;
}

@media (max-width: 767.9px) {
  .privacy-policy-content .right-content .content .text-pdf {
    margin-top: 50px;
  }
}
.privacy-policy-content .right-content .content .button-hover-text-block .button-hover-text-block-box .button {
  margin-top: 0;
}

.privacy-policy-content .right-content .content .button-hover-text-block .button-hover-text-block-box span {
  color: #000 !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  top: -6px;
}

.error {
  overflow: hidden;
}

.error .left-content {
  padding-top: 20px;
}

@media (max-width: 767.9px) {
  .error .left-content {
    padding-top: 0;
  }
}
.error .left-content h2 {
  max-width: 100%;
}

.error .right-content {
  padding-bottom: 120px;
}

@media (max-width: 767.9px) {
  .error .right-content {
    padding-bottom: 60px;
  }
}
.error .right-content .content {
  max-width: 765px;
}

.error .right-content h1 {
  max-width: 1181px;
  font-size: 65px;
  line-height: 1;
  letter-spacing: -0.8px;
  margin-top: -13px;
  padding-bottom: 24px;
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 1199.9px) {
  .error .right-content h1 {
    font-size: 62px;
  }
}
@media (max-width: 991.9px) {
  .error .right-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 767.9px) {
  .error .right-content h1 {
    font-size: 30px;
    margin-top: 2px;
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 575.9px) {
  .error .right-content h1 {
    font-size: 24px;
    line-height: 1.03;
    letter-spacing: -0.3px;
  }
}
.error .right-content h1:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 767.9px) {
  .error .right-content h1:before {
    bottom: initial;
    top: 0;
  }
}
.error .right-content .button {
  margin-top: 34px;
}

.error .right-content .button-hover-text-block-box span {
  color: #000 !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  top: -6px;
}

.impact-banner {
  height: 100vh;
  margin-top: 0 !important;
  overflow-x: hidden;
  display: flex;
  align-items: flex-end;
}

.impact-banner .container {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.impact-banner .left-content h2 {
  margin-top: 0;
}

@media (max-width: 767.9px) {
  .impact-banner .left-content h2 {
    margin-bottom: 15px;
  }
}
.impact-banner .right-content .content {
  padding-bottom: 39px;
  position: relative;
}

@media (max-width: 767.9px) {
  .impact-banner .right-content .content {
    padding-bottom: 0;
  }
}
.impact-banner .right-content .content:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 1;
}

@media (max-width: 767.9px) {
  .impact-banner .right-content .content:before {
    display: none;
  }
}
.impact-banner .right-content .content h1 {
  max-width: 1067px;
  font-size: 65px;
  color: #000;
  font-family: "RecklessNeue-Light";
  line-height: 1;
  letter-spacing: -0.8px;
  margin-top: -10px;
  margin-bottom: 26px;
}

@media (max-width: 1199.9px) {
  .impact-banner .right-content .content h1 {
    font-size: 55px;
  }
}
@media (max-width: 991.9px) {
  .impact-banner .right-content .content h1 {
    font-size: 45px;
  }
}
@media (max-width: 767.9px) {
  .impact-banner .right-content .content h1 {
    font-size: 35px;
  }
}
@media (max-width: 575.9px) {
  .impact-banner .right-content .content h1 {
    font-size: 30px;
    line-height: 1.07;
    letter-spacing: -0.3px;
  }
}
.impact-banner .right-content .content p {
  max-width: 637px;
}

.impact-banner .right-content .impact-down {
  margin-top: 14px;
  margin-bottom: 60px;
}

@media (max-width: 767.9px) {
  .impact-banner .right-content .impact-down {
    margin-bottom: 30px;
    margin-top: 27px;
  }
}
.impact-banner .right-content .impact-down a {
  cursor: pointer;
}

.impact-banner .right-content .impact-down a:hover:before {
  color: #fff;
  background: #000;
}

.impact-banner .right-content .iconarrows-bottom:before {
  font-size: 13px;
  color: #000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 3px solid #000;
  border-radius: 50%;
  display: inline-block;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 575.9px) {
  .impact-banner .right-content .iconarrows-bottom:before {
    font-size: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 2.4px solid #000;
  }
}
.impact-global {
  background: #000;
}

@media (max-width: 767.9px) {
  .impact-global {
    overflow-x: hidden;
    margin-top: 70px;
    height: auto;
  }
}
@media (max-width: 575.9px) {
  .impact-global {
    margin-top: 0;
  }
}
.impact-global .container {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.impact-global .wrapper-content {
  width: 100%;
}

@media (max-width: 767.9px) {
  .impact-global .wrapper-content {
    width: auto;
  }
}
.impact-global .left-content {
  padding-top: 169px;
}

.impact-global:first-of-type .left-content {
  padding-top: 259px;
}

@media (max-width: 767.9px) {
  .impact-global .left-content {
    padding-top: 54px !important;
  }
}
.impact-global .left-content h2 {
  color: #fff !important;
}

.impact-global .right-content {
  border-color: #fff;
  padding-left: 0;
}

.impact-global .right-content .content {
  padding-top: 179px;
}

.impact-global:first-of-type .right-content .content {
  padding-top: 269px;
}

@media (max-width: 767.9px) {
  .impact-global .right-content .content {
    padding-top: 0 !important;
  }
}
.impact-global .right-content .content ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.impact-global .right-content .content ul li {
  margin: 0;
  width: 33.3% !important;
  padding: 0 14px 248px 14px;
  position: relative;
  border-right: 1px solid #fff;
}

@media (max-height: 850px) {
  .impact-global .right-content .content ul li {
    padding: 0 14px 168px 14px;
  }
}
@media (max-height: 750px) {
  .impact-global .right-content .content ul li {
    padding: 0 14px 110px 14px;
  }
}
@media (max-width: 767.9px) {
  .impact-global .right-content .content ul li {
    width: 100% !important;
    padding: 0px 0 60px 0;
    border-right: none;
  }
  .impact-global .right-content .content ul li:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 0;
  }
}
.impact-global .right-content .content ul li:last-child {
  border-right: none;
}

.impact-global .right-content .content ul li h3 {
  font-family: "RecklessNeue-Light";
  font-size: 45px;
  color: #fff;
  line-height: 1;
  letter-spacing: -1px;
  margin: 0;
  transition: all 0.2s;
  margin-bottom: 30px;
  transition: All 666ms cubic-bezier(0.237, 1, 0.237, 1);
}

@media (max-width: 1200px) {
  .impact-global .right-content .content ul li h3 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .impact-global .right-content .content ul li h3 {
    font-size: 35px;
  }
}
@media (max-width: 767.9px) {
  .impact-global .right-content .content ul li h3 {
    font-size: 30px;
    letter-spacing: -0.3px;
    margin-top: 13px;
    min-height: auto;
    margin-bottom: 28px;
  }
}
.impact-global .right-content .content ul li .img {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  padding-bottom: 68.25%;
  display: block;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 767.9px) {
  .impact-global .right-content .content ul li .img {
    margin-bottom: 32px;
  }
}
.impact-global .right-content .content ul li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: All 666ms cubic-bezier(0.237, 1, 0.237, 1);
}

.impact-global .right-content .content ul li p {
  font-family: "BrownStd-Light";
  font-size: 20px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.25px;
}

@media (max-width: 992px) {
  .impact-global .right-content .content ul li p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .impact-global .right-content .content ul li p {
    font-size: 16px;
    margin-bottom: 23px;
  }
}
.impact-global .right-content .content ul li .button-hover-text-block {
  position: absolute;
  bottom: 178px;
}

@media (max-height: 850px) {
  .impact-global .right-content .content ul li .button-hover-text-block {
    bottom: 98px;
  }
}
@media (max-height: 750px) {
  .impact-global .right-content .content ul li .button-hover-text-block {
    bottom: 45px;
  }
}
@media (max-width: 767.9px) {
  .impact-global .right-content .content ul li .button-hover-text-block {
    position: static;
  }
}
.impact-global .right-content .content ul li .button-hover-text-block .button-hover-text-block-box .button {
  margin: 0 !important;
}

.impact-global .right-content .content ul li .button-hover-text-block .button-hover-text-block-box .button .iconarrowhead-right:before {
  color: #fff;
  border-color: #fff;
}

.impact-global .right-content .content ul li .button-hover-text-block .button-hover-text-block-box .button:hover i:before {
  color: #000;
  background: #fff;
}

.impact-global .right-content .content ul li .button-hover-text-block .button-hover-text-block-box .button:hover + span {
  color: #fff !important;
}

@media (max-width: 767.9px) {
  .impact-global:not(.light-bg) .right-content .content ul li .button-hover-text-block .button-hover-text-block-box span {
    color: #fff !important;
  }
}
.impact-global .right-content .content ul li.is-active a h3 {
  color: #ff3366;
}

.impact-global .right-content .content ul li.is-active a img {
  transform: scale(1.025);
}

.impact-global .right-content .content ul li.is-active .button-hover-text-block .button-hover-text-block-box i:before {
  color: #000 !important;
  background: #fff;
}

.impact-global .right-content .content ul li.is-active .button-hover-text-block .button-hover-text-block-box span {
  color: #fff;
}

@media (max-width: 767.9px) {
  .impact-media {
    overflow-x: hidden;
  }
}
.impact-media .container {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.impact-media .left-content {
  padding-top: 169px;
}

@media (max-width: 767.9px) {
  .impact-media .left-content {
    padding-top: 54px;
  }
}
.impact-media .right-content {
  border-color: #000;
  padding-left: 0;
}

.impact-media .right-content .content {
  padding-top: 179px;
}

@media (max-width: 767.9px) {
  .impact-media .right-content .content {
    padding-top: 0;
  }
}
.impact-media .right-content .content ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.impact-media .right-content .content ul li {
  margin: 0;
  width: 50%;
  padding: 0 14px 248px 14px;
  position: relative;
  border-right: 1px solid #000;
}

@media (max-width: 767.9px) {
  .impact-media .right-content .content ul li {
    width: 100%;
    padding: 0px 0 60px 0;
    border-right: none;
  }
  .impact-media .right-content .content ul li:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
    top: 0;
  }
}
.impact-media .right-content .content ul li:last-child {
  border-right: none;
}

.impact-media .right-content .content ul li h3 {
  font-family: "RecklessNeue-Light";
  font-size: 45px;
  color: #000;
  line-height: 1;
  letter-spacing: -1px;
  margin: 0;
  min-height: 103px;
  transition: All 666ms cubic-bezier(0.237, 1, 0.237, 1);
}

@media (max-width: 1200px) {
  .impact-media .right-content .content ul li h3 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .impact-media .right-content .content ul li h3 {
    font-size: 35px;
  }
}
@media (max-width: 767.9px) {
  .impact-media .right-content .content ul li h3 {
    font-size: 30px;
    letter-spacing: -0.3px;
    margin-top: 13px;
    min-height: auto;
    margin-bottom: 28px;
  }
}
.impact-media .right-content .content ul li .img {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 767.9px) {
  .impact-media .right-content .content ul li .img {
    margin-bottom: 32px;
  }
}
.impact-media .right-content .content ul li .img img {
  width: 100%;
  transition: All 666ms cubic-bezier(0.237, 1, 0.237, 1);
}

.impact-media .right-content .content ul li p {
  font-family: "BrownStd-Light";
  font-size: 20px;
  color: #000;
  line-height: 1.3;
  letter-spacing: -0.25px;
  max-width: 542px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .impact-media .right-content .content ul li p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .impact-media .right-content .content ul li p {
    font-size: 16px;
    margin-bottom: 23px;
  }
}
.impact-media .right-content .content ul li .button-hover-text-block {
  position: absolute;
  bottom: 209px;
  left: 15px;
}

@media (max-width: 767.9px) {
  .impact-media .right-content .content ul li .button-hover-text-block {
    position: static;
  }
}
.impact-media .right-content .content ul li .button-hover-text-block .button-hover-text-block-box .button {
  margin: 0 !important;
}

.impact-media .right-content .content ul li.is-active a img {
  transform: scale(1.025);
}

.impact-media .right-content .content ul li.is-active .button-hover-text-block .button-hover-text-block-box i:before {
  color: #fff !important;
  background: #000;
}

.impact-media .right-content .content ul li.is-active .button-hover-text-block .button-hover-text-block-box span {
  color: #000 !important;
}

.contact-us-pop-up.overflow-h .content {
  height: 100%;
}

.contact-us-pop-up.overflow-h .content .box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.contact-us-pop-up.up .masker-layer {
  opacity: 1;
  visibility: visible;
}

.contact-us-pop-up.up .content {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 575.9px) {
  .contact-us-pop-up.up .content {
    top: 50px;
    transform: translate(-50%, 0);
  }
}
.contact-us-pop-up .masker-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.78);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, top 0.4s ease-in-out;
}

.contact-us-pop-up .content {
  position: fixed;
  top: calc(50% + 100px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  background: #fff;
  max-width: 1038px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: All 0.4s ease-in-out;
}

@media (max-width: 1199.9px) {
  .contact-us-pop-up .content {
    max-width: 900px;
  }
}
@media (max-width: 991.9px) {
  .contact-us-pop-up .content {
    max-width: 700px;
  }
}
@media (max-width: 767.9px) {
  .contact-us-pop-up .content {
    max-width: 550px;
  }
}
@media (max-width: 575.9px) {
  .contact-us-pop-up .content {
    max-width: 100%;
    width: calc(100% - 24px);
    top: 80px;
    transform: translate(-50%, 0);
  }
}
.contact-us-pop-up .content .close {
  width: 29px;
  height: 29px;
  position: absolute;
  top: 60px;
  right: 60px;
  opacity: 1;
}

@media (max-width: 1199.9px) {
  .contact-us-pop-up .content .close {
    width: 26px;
    height: 26px;
    top: 40px;
    right: 40px;
  }
}
@media (max-width: 991.9px) {
  .contact-us-pop-up .content .close {
    width: 25px;
    height: 25px;
    top: 35px;
    right: 35px;
  }
}
@media (max-width: 767.9px) {
  .contact-us-pop-up .content .close {
    width: 22px;
    height: 22px;
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 575.9px) {
  .contact-us-pop-up .content .close {
    width: 21px;
    height: 21px;
    top: 14px;
    right: 14px;
  }
}
.contact-us-pop-up .content .close:before {
  content: "";
  width: 38px;
  height: 2px;
  border-radius: 25px;
  background: #022744;
  position: absolute;
  top: 14px;
  right: -5px;
  transform: rotate(45deg);
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .contact-us-pop-up .content .close:before {
    width: 35px;
    top: 12px;
  }
}
@media (max-width: 991.9px) {
  .contact-us-pop-up .content .close:before {
    top: 12px;
    right: -4px;
    width: 33px;
  }
}
@media (max-width: 767.9px) {
  .contact-us-pop-up .content .close:before {
    top: 10px;
    right: -4px;
    width: 30px;
  }
}
@media (max-width: 575.9px) {
  .contact-us-pop-up .content .close:before {
    top: 10px;
    right: -3px;
    width: 28px;
  }
}
.contact-us-pop-up .content .close:after {
  content: "";
  width: 38px;
  height: 2px;
  border-radius: 25px;
  background: #022744;
  position: absolute;
  top: 14px;
  right: -5px;
  transform: rotate(-45deg);
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .contact-us-pop-up .content .close:after {
    top: 12px;
    width: 35px;
  }
}
@media (max-width: 991.9px) {
  .contact-us-pop-up .content .close:after {
    top: 12px;
    right: -4px;
    width: 33px;
  }
}
@media (max-width: 767.9px) {
  .contact-us-pop-up .content .close:after {
    top: 10px;
    right: -4px;
    width: 30px;
  }
}
@media (max-width: 575.9px) {
  .contact-us-pop-up .content .close:after {
    top: 10px;
    right: -3px;
    width: 28px;
  }
}
.contact-us-pop-up .content .close:hover:before {
  background: #ff3366;
}

.contact-us-pop-up .content .close:hover:after {
  background: #ff3366;
}

.contact-us-pop-up .content .box {
  padding: 30px 56px 32px 62px;
  width: 100%;
}

@media (max-width: 1199.9px) {
  .contact-us-pop-up .content .box {
    padding: 30px 40px;
  }
}
@media (max-width: 991.9px) {
  .contact-us-pop-up .content .box {
    padding: 30px 35px;
  }
}
@media (max-width: 767.9px) {
  .contact-us-pop-up .content .box {
    padding: 30px 30px;
  }
}
@media (max-width: 575.9px) {
  .contact-us-pop-up .content .box {
    padding: 32px 14px 43px;
  }
}
.contact-us-pop-up .content .success-box {
  padding: 30px 56px 32px 62px;
  width: 100%;
  display: none;
}

@media (max-width: 1199.9px) {
  .contact-us-pop-up .content .success-box {
    padding: 30px 40px;
  }
}
@media (max-width: 991.9px) {
  .contact-us-pop-up .content .success-box {
    padding: 30px 35px;
  }
}
@media (max-width: 767.9px) {
  .contact-us-pop-up .content .success-box {
    padding: 30px 30px;
  }
}
@media (max-width: 575.9px) {
  .contact-us-pop-up .content .success-box {
    padding: 32px 14px 43px;
  }
}
.contact-us-pop-up .content .title {
  margin-bottom: 98px;
}

@media (max-width: 575.9px) {
  .contact-us-pop-up .content .title {
    margin-bottom: 52px;
    max-width: 90%;
  }
}
.contact-us-pop-up .content h3 {
  font-size: 45px;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 27px;
}

@media (max-width: 1199.5px) {
  .contact-us-pop-up .content h3 {
    font-size: 41px;
    letter-spacing: -0.31px;
  }
}
@media (max-width: 991.5px) {
  .contact-us-pop-up .content h3 {
    font-size: 37px;
    letter-spacing: -0.31px;
  }
}
@media (max-width: 767.5px) {
  .contact-us-pop-up .content h3 {
    font-size: 33px;
    letter-spacing: -0.31px;
  }
}
@media (max-width: 575.5px) {
  .contact-us-pop-up .content h3 {
    font-size: 30px;
    letter-spacing: -0.31px;
    margin-bottom: 15px;
  }
}
.contact-us-pop-up .content p {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.25px;
}

@media (max-width: 991.9px) {
  .contact-us-pop-up .content p {
    font-size: 15px;
  }
}
@media (max-width: 575.9px) {
  .contact-us-pop-up .content p {
    font-size: 14px;
    line-height: 1.214;
  }
}
.contact-us-pop-up .content .small {
  font-size: 14px;
  line-height: 1.357;
  letter-spacing: -0.15px;
}

.contact-us-pop-up .content .small a {
  color: #000;
  text-decoration: underline;
}

.contact-us-pop-up .content .small a:hover {
  color: #ff3366;
}

.contact-us-pop-up .content .form {
  margin-bottom: 111px;
}

@media (max-width: 575.5px) {
  .contact-us-pop-up .content .form {
    margin-bottom: 61px;
  }
}
.contact-us-pop-up .content .form .row:before {
  display: block;
}

.contact-us-pop-up .content .form .row:after {
  display: block;
}

.contact-us-pop-up .content .form .form-list {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 32px;
  position: relative;
}

@media (max-width: 767.9px) {
  .contact-us-pop-up .content .form .form-list {
    width: 100%;
  }
}
@media (max-width: 575.9px) {
  .contact-us-pop-up .content .form .form-list {
    margin-bottom: 40px;
  }
}
.contact-us-pop-up .content .form .form-submit {
  margin-top: -18px;
  padding: 0 15px;
}

@media (max-width: 767.9px) {
  .contact-us-pop-up .content .form .form-submit {
    margin-top: -11px;
  }
}
.contact-us-pop-up .content .form label {
  font-family: "BrownStd-Regular";
  font-size: 12px;
  line-height: 1.333;
  letter-spacing: 2px;
  position: absolute;
  top: 23px;
  left: 15px;
  z-index: 1;
  transition: All 0.3s ease-in-out;
}

@media (max-width: 1199.9px) {
  .contact-us-pop-up .content .form label {
    font-size: 11px;
    top: 20px;
  }
}
@media (max-width: 991.9px) {
  .contact-us-pop-up .content .form label {
    font-size: 10px;
    top: 15px;
  }
}
@media (max-width: 767.9px) {
  .contact-us-pop-up .content .form label {
    font-size: 9px;
    top: 10px;
  }
}
@media (max-width: 575.9px) {
  .contact-us-pop-up .content .form label {
    font-size: 8px;
    top: 5px;
  }
}
.contact-us-pop-up .content .form label.focus {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 1.67px;
  top: -14px;
}

@media (max-width: 575.9px) {
  .contact-us-pop-up .content .form label.focus {
    top: -17px;
  }
}
.contact-us-pop-up .content .form input:not([type=submit]) {
  font-family: "BrownStd-Light";
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.25;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .contact-us-pop-up .content .form input {
    font-size: 19px;
    padding: 8px 0;
  }
}
@media (max-width: 991.9px) {
  .contact-us-pop-up .content .form input {
    font-size: 18px;
    padding: 6px 0;
  }
}
@media (max-width: 767.9px) {
  .contact-us-pop-up .content .form input {
    font-size: 17px;
    padding: 4px 0;
  }
}
@media (max-width: 575.9px) {
  .contact-us-pop-up .content .form input {
    font-size: 16px;
    line-height: 1.375;
    padding: 2px 0;
  }
}
.contact-us-pop-up .content .form button {
  font-family: "BrownStd-Regular";
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #fff;
  border: none;
  outline: none;
  padding: 0;
}

.contact-us-pop-up .content .form button .iconarrowhead-right:before {
  color: #000;
  font-size: 16px;
  width: 28px;
  height: 28px;
  line-height: 22px;
  padding-left: 2px;
  border: 3px solid #000;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .contact-us-pop-up .content .form button .iconarrowhead-right:before {
    font-size: 15px;
    width: 28px;
    height: 28px;
    line-height: 22px;
  }
}
@media (max-width: 991.9px) {
  .contact-us-pop-up .content .form button .iconarrowhead-right:before {
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 20px;
  }
}
@media (max-width: 767.9px) {
  .contact-us-pop-up .content .form button .iconarrowhead-right:before {
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    margin-right: 8px;
  }
}
.contact-us-pop-up .content .form button:hover .iconarrowhead-right:before {
  color: #fff;
  background: #000;
}

.contact-us-pop-up .content .form span.wpcf7-not-valid-tip {
  font-family: "BrownStd-Regular";
  font-size: 15px;
  margin-top: 10px;
  display: none;
}

.contact-us-pop-up .content .form div.wpcf7-acceptance-missing,
.contact-us-pop-up .content .form div.wpcf7-validation-errors {
  font-family: "BrownStd-Regular";
  font-size: 18px;
  margin-top: 45px;
  border: none;
  padding: 0;
  color: #ff3366;
}

.contact-us-pop-up .content .form .wpcf7-mail-sent-ok {
  font-family: "BrownStd-Regular";
  font-size: 18px;
  margin-top: 45px;
  border: none;
  padding: 0;
}

.contact-us-pop-up .content .form .wpcf7-not-valid {
  border-bottom: 1px solid #ff3366;
}

.contact-us-pop-up .content .form-success {
  max-width: 80%;
  padding: 43px 0 59px;
}

@media (max-width: 1199.9px) {
  .contact-us-pop-up .content .form-success {
    max-width: 95%;
  }
}
@media (max-width: 991.9px) {
  .contact-us-pop-up .content .form-success {
    padding: 20px 0 40px;
  }
}
@media (max-width: 767.9px) {
  .contact-us-pop-up .content .form-success {
    padding: 10px 0 30px;
  }
}
@media (max-width: 575.9px) {
  .contact-us-pop-up .content .form-success {
    padding: 1px 0 20px;
  }
}
.contact-us-pop-up .content .form-success h3 {
  font-size: 45px;
  line-height: 1.067;
  margin-bottom: 58px;
}

@media (max-width: 1199.5px) {
  .contact-us-pop-up .content .form-success h3 {
    font-size: 41px;
    letter-spacing: -0.31px;
    margin-bottom: 51px;
  }
}
@media (max-width: 991.5px) {
  .contact-us-pop-up .content .form-success h3 {
    font-size: 37px;
    letter-spacing: -0.31px;
    margin-bottom: 42px;
  }
}
@media (max-width: 767.5px) {
  .contact-us-pop-up .content .form-success h3 {
    font-size: 33px;
    letter-spacing: -0.31px;
    margin-bottom: 37px;
  }
}
@media (max-width: 575.5px) {
  .contact-us-pop-up .content .form-success h3 {
    font-size: 30px;
    line-height: 1.067;
    letter-spacing: -0.31px;
    margin-bottom: 30px;
  }
}
.contact-us-pop-up .content .form-success .close-btn {
  position: relative;
  padding-left: 40px;
  font-family: "BrownStd-Regular";
  font-size: 16px;
  line-height: 1.25px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
}

.contact-us-pop-up .content .form-success .close-btn i {
  width: 30px;
  height: 30px;
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  top: -8px;
  left: 0;
  opacity: 1;
}

@media (max-width: 1199.9px) {
  .contact-us-pop-up .content .form-success .close-btn i {
    width: 28px;
    height: 28px;
    top: -6px;
  }
}
@media (max-width: 991.9px) {
  .contact-us-pop-up .content .form-success .close-btn i {
    width: 26px;
    height: 26px;
    top: -5px;
  }
}
@media (max-width: 767.9px) {
  .contact-us-pop-up .content .form-success .close-btn i {
    width: 25px;
    height: 25px;
    top: -5px;
  }
}
@media (max-width: 575.9px) {
  .contact-us-pop-up .content .form-success .close-btn i {
    width: 24px;
    height: 24px;
    top: -5px;
  }
}
.contact-us-pop-up .content .form-success .close-btn i:before {
  content: "";
  width: 15px;
  height: 1px;
  border-radius: 25px;
  background: #022744;
  position: absolute;
  top: 12px;
  left: 5px;
  transform: rotate(45deg);
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .contact-us-pop-up .content .form-success .close-btn i:before {
    top: 11px;
    width: 13px;
  }
}
@media (max-width: 991.9px) {
  .contact-us-pop-up .content .form-success .close-btn i:before {
    top: 10px;
    left: 5px;
    width: 12px;
  }
}
@media (max-width: 767.9px) {
  .contact-us-pop-up .content .form-success .close-btn i:before {
    top: 9px;
    left: 4px;
    width: 11px;
  }
}
@media (max-width: 575.9px) {
  .contact-us-pop-up .content .form-success .close-btn i:before {
    top: 9px;
    left: 5px;
    width: 10px;
  }
}
.contact-us-pop-up .content .form-success .close-btn i:after {
  content: "";
  width: 15px;
  height: 1px;
  border-radius: 25px;
  background: #022744;
  position: absolute;
  top: 12px;
  left: 5px;
  transform: rotate(-45deg);
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .contact-us-pop-up .content .form-success .close-btn i:after {
    top: 11px;
    width: 13px;
  }
}
@media (max-width: 991.9px) {
  .contact-us-pop-up .content .form-success .close-btn i:after {
    top: 10px;
    left: 5px;
    width: 12px;
  }
}
@media (max-width: 767.9px) {
  .contact-us-pop-up .content .form-success .close-btn i:after {
    top: 9px;
    left: 4px;
    width: 11px;
  }
}
@media (max-width: 575.9px) {
  .contact-us-pop-up .content .form-success .close-btn i:after {
    top: 9px;
    left: 5px;
    width: 10px;
  }
}
.contact-us-pop-up.success .box {
  display: none !important;
}

.contact-us-pop-up.success .success-box {
  display: block !important;
}

.download-pop-up.overflow-h .content {
  height: 100%;
}

.download-pop-up.overflow-h .content .box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.download-pop-up.up .masker-layer {
  opacity: 1;
  visibility: visible;
}

.download-pop-up.up .content {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 575.9px) {
  .download-pop-up.up .content {
    top: 50px;
    transform: translate(-50%, 0);
  }
}
.download-pop-up .masker-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.78);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, top 0.4s ease-in-out;
}

.download-pop-up .content {
  position: fixed;
  top: calc(50% + 100px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  background: #fff;
  max-width: 1038px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: All 0.4s ease-in-out;
}

@media (max-width: 1199.9px) {
  .download-pop-up .content {
    max-width: 900px;
  }
}
@media (max-width: 991.9px) {
  .download-pop-up .content {
    max-width: 700px;
  }
}
@media (max-width: 767.9px) {
  .download-pop-up .content {
    max-width: 550px;
  }
}
@media (max-width: 575.9px) {
  .download-pop-up .content {
    max-width: 100%;
    width: calc(100% - 24px);
    top: 80px;
    transform: translate(-50%, 0);
  }
}
.download-pop-up .content .close {
  width: 29px;
  height: 29px;
  position: absolute;
  top: 60px;
  right: 60px;
  opacity: 1;
}

@media (max-width: 1199.9px) {
  .download-pop-up .content .close {
    width: 26px;
    height: 26px;
    top: 40px;
    right: 40px;
  }
}
@media (max-width: 991.9px) {
  .download-pop-up .content .close {
    width: 25px;
    height: 25px;
    top: 35px;
    right: 35px;
  }
}
@media (max-width: 767.9px) {
  .download-pop-up .content .close {
    width: 22px;
    height: 22px;
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 575.9px) {
  .download-pop-up .content .close {
    width: 21px;
    height: 21px;
    top: 14px;
    right: 14px;
  }
}
.download-pop-up .content .close:before {
  content: "";
  width: 38px;
  height: 2px;
  border-radius: 25px;
  background: #022744;
  position: absolute;
  top: 14px;
  right: -5px;
  transform: rotate(45deg);
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .download-pop-up .content .close:before {
    width: 35px;
    top: 12px;
  }
}
@media (max-width: 991.9px) {
  .download-pop-up .content .close:before {
    top: 12px;
    right: -4px;
    width: 33px;
  }
}
@media (max-width: 767.9px) {
  .download-pop-up .content .close:before {
    top: 10px;
    right: -4px;
    width: 30px;
  }
}
@media (max-width: 575.9px) {
  .download-pop-up .content .close:before {
    top: 10px;
    right: -3px;
    width: 28px;
  }
}
.download-pop-up .content .close:after {
  content: "";
  width: 38px;
  height: 2px;
  border-radius: 25px;
  background: #022744;
  position: absolute;
  top: 14px;
  right: -5px;
  transform: rotate(-45deg);
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .download-pop-up .content .close:after {
    top: 12px;
    width: 35px;
  }
}
@media (max-width: 991.9px) {
  .download-pop-up .content .close:after {
    top: 12px;
    right: -4px;
    width: 33px;
  }
}
@media (max-width: 767.9px) {
  .download-pop-up .content .close:after {
    top: 10px;
    right: -4px;
    width: 30px;
  }
}
@media (max-width: 575.9px) {
  .download-pop-up .content .close:after {
    top: 10px;
    right: -3px;
    width: 28px;
  }
}
.download-pop-up .content .close:hover:before {
  background: #ff3366;
}

.download-pop-up .content .close:hover:after {
  background: #ff3366;
}

.download-pop-up .content .box {
  padding: 30px 56px 32px 62px;
  width: 100%;
}

@media (max-width: 1199.9px) {
  .download-pop-up .content .box {
    padding: 30px 40px;
  }
}
@media (max-width: 991.9px) {
  .download-pop-up .content .box {
    padding: 30px 35px;
  }
}
@media (max-width: 767.9px) {
  .download-pop-up .content .box {
    padding: 30px 30px;
  }
}
@media (max-width: 575.9px) {
  .download-pop-up .content .box {
    padding: 32px 14px 27px;
  }
}
.download-pop-up .content .title {
  margin-bottom: 98px;
  max-width: 640px;
}

@media (max-width: 575.9px) {
  .download-pop-up .content .title {
    margin-bottom: 52px;
    max-width: 90%;
  }
}
.download-pop-up .content h3 {
  font-size: 45px;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 27px;
}

@media (max-width: 1199.5px) {
  .download-pop-up .content h3 {
    font-size: 41px;
    letter-spacing: -0.31px;
  }
}
@media (max-width: 991.5px) {
  .download-pop-up .content h3 {
    font-size: 37px;
    letter-spacing: -0.31px;
  }
}
@media (max-width: 767.5px) {
  .download-pop-up .content h3 {
    font-size: 33px;
    letter-spacing: -0.31px;
  }
}
@media (max-width: 575.5px) {
  .download-pop-up .content h3 {
    font-size: 30px;
    letter-spacing: -0.31px;
    margin-bottom: 15px;
  }
}
.download-pop-up .content p {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.25px;
}

@media (max-width: 991.9px) {
  .download-pop-up .content p {
    font-size: 15px;
  }
}
@media (max-width: 575.9px) {
  .download-pop-up .content p {
    font-size: 14px;
    line-height: 1.214;
  }
}
.download-pop-up .content .small {
  font-size: 14px;
  line-height: 1.357;
  letter-spacing: -0.15px;
}

.download-pop-up .content .small a {
  color: #000;
  text-decoration: underline;
}

.download-pop-up .content .small a:hover {
  color: #ff3366;
}

.download-pop-up .content .form {
  margin-bottom: 111px;
}

@media (max-width: 575.5px) {
  .download-pop-up .content .form {
    margin-bottom: 61px;
  }
}
.download-pop-up .content .form .form-list {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 32px;
  position: relative;
}

@media (max-width: 767.9px) {
  .download-pop-up .content .form .form-list {
    width: 100%;
  }
}
@media (max-width: 575.9px) {
  .download-pop-up .content .form .form-list {
    margin-bottom: 40px;
  }
}
.download-pop-up .content .form .form-radio {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 32px;
  position: relative;
}

@media (max-width: 767.9px) {
  .download-pop-up .content .form .form-radio {
    width: 100%;
    margin-bottom: 120px;
    margin-top: -36px;
  }
}
.download-pop-up .content .form .form-radio .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1.357;
  letter-spacing: -0.15px;
  padding-left: 30px;
  display: block;
}

@media (max-width: 1199.9px) {
  .download-pop-up .content .form .form-radio .wpcf7-list-item-label {
    top: -10px;
    position: relative;
  }
}
.download-pop-up .content .form .form-radio .wpcf7-not-valid {
  border-bottom: none;
}

.download-pop-up .content .form .form-radio label {
  top: 26px !important;
}

@media (max-width: 1199.9px) {
  .download-pop-up .content .form .form-radio label {
    top: 23px !important;
  }
}
@media (max-width: 991.9px) {
  .download-pop-up .content .form .form-radio label {
    top: 18px !important;
  }
}
@media (max-width: 767.9px) {
  .download-pop-up .content .form .form-radio label {
    top: 26px !important;
  }
}
.download-pop-up .content .form .form-radio label.checked:after {
  opacity: 1;
}

.download-pop-up .content .form .form-radio label:before {
  content: "";
  width: 28px;
  height: 28px;
  border: 2px solid #000;
  position: absolute;
  top: -9px;
  left: 0;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .download-pop-up .content .form .form-radio label:before {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 991.9px) {
  .download-pop-up .content .form .form-radio label:before {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767.9px) {
  .download-pop-up .content .form .form-radio label:before {
    width: 22px;
    height: 22px;
  }
}
.download-pop-up .content .form .form-radio label:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: -3px;
  left: 6px;
  background: #000;
  transition: All 0.2s ease-in-out;
  opacity: 0;
}

@media (max-width: 1199.9px) {
  .download-pop-up .content .form .form-radio label:after {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 991.9px) {
  .download-pop-up .content .form .form-radio label:after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767.9px) {
  .download-pop-up .content .form .form-radio label:after {
    width: 10px;
    height: 10px;
  }
}
.download-pop-up .content .form .form-submit {
  margin-top: -18px;
  padding: 0 15px;
}

@media (max-width: 767.9px) {
  .download-pop-up .content .form .form-submit {
    margin-top: -11px;
  }
}
.download-pop-up .content .form .country:before {
  content: "";
  background: url(../images/arrowhrad-down.svg) no-repeat !important;
  background-position: 98% center !important;
  background-size: 14px !important;
  position: absolute;
  top: 20px;
  right: 17px;
  width: 20px;
  height: 20px;
  z-index: 1;
}

@media (max-width: 1199.9px) {
  .download-pop-up .content .form .country:before {
    top: 18px;
  }
}
@media (max-width: 991.9px) {
  .download-pop-up .content .form .country:before {
    top: 12px;
  }
}
@media (max-width: 767.9px) {
  .download-pop-up .content .form .country:before {
    top: 8px;
  }
}
@media (max-width: 575.9px) {
  .download-pop-up .content .form .country:before {
    top: 5px;
  }
}
.download-pop-up .content .form label {
  font-family: "BrownStd-Regular";
  font-size: 12px;
  line-height: 1.333;
  letter-spacing: 2px;
  position: absolute;
  top: 23px;
  left: 15px;
  z-index: 1;
  transition: All 0.3s ease-in-out;
}

@media (max-width: 1199.9px) {
  .download-pop-up .content .form label {
    font-size: 11px;
    top: 20px;
  }
}
@media (max-width: 991.9px) {
  .download-pop-up .content .form label {
    font-size: 10px;
    top: 15px;
  }
}
@media (max-width: 767.9px) {
  .download-pop-up .content .form label {
    font-size: 9px;
    top: 10px;
  }
}
@media (max-width: 575.9px) {
  .download-pop-up .content .form label {
    font-size: 8px;
    top: 5px;
  }
}
.download-pop-up .content .form label.focus {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 1.67px;
  top: -14px;
}

@media (max-width: 575.9px) {
  .download-pop-up .content .form label.focus {
    top: -17px;
  }
}
.download-pop-up .content .form input {
  font-family: "BrownStd-Light";
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.25;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .download-pop-up .content .form input {
    font-size: 19px;
    padding: 8px 0;
  }
}
@media (max-width: 991.9px) {
  .download-pop-up .content .form input {
    font-size: 18px;
    padding: 6px 0;
  }
}
@media (max-width: 767.9px) {
  .download-pop-up .content .form input {
    font-size: 17px;
    padding: 4px 0;
  }
}
@media (max-width: 575.9px) {
  .download-pop-up .content .form input {
    font-size: 16px;
    line-height: 1.375;
    padding: 2px 0;
  }
}
.download-pop-up .content .form input[type=checkbox] {
  position: absolute;
  left: -30px;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 2;
}

.download-pop-up .content .form button {
  font-family: "BrownStd-Regular";
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #fff;
  border: none;
  outline: none;
  padding: 0;
}

.download-pop-up .content .form button .iconarrowhead-right:before {
  color: #000;
  font-size: 16px;
  width: 28px;
  height: 28px;
  line-height: 22px;
  padding-left: 2px;
  border: 3px solid #000;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .download-pop-up .content .form button .iconarrowhead-right:before {
    font-size: 15px;
    width: 28px;
    height: 28px;
    line-height: 22px;
  }
}
@media (max-width: 991.9px) {
  .download-pop-up .content .form button .iconarrowhead-right:before {
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 20px;
  }
}
@media (max-width: 767.9px) {
  .download-pop-up .content .form button .iconarrowhead-right:before {
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    margin-right: 8px;
  }
}
.download-pop-up .content .form button:hover .iconarrowhead-right:before {
  color: #fff;
  background: #000;
}

.download-pop-up .content .form span.wpcf7-not-valid-tip {
  font-family: "BrownStd-Regular";
  font-size: 15px;
  margin-top: 10px;
  display: none !important;
}

.download-pop-up .content .form div.wpcf7-acceptance-missing,
.download-pop-up .content .form div.wpcf7-validation-errors {
  font-family: "BrownStd-Regular";
  font-size: 18px;
  margin: 45px 0 18px 0;
  border: none;
  padding: 0;
  color: #ff3366;
}

.download-pop-up .content .form .wpcf7-not-valid {
  border-bottom: 1px solid #ff3366;
}

.download-pop-up .content .form .wpcf7-mail-sent-ok {
  font-family: "BrownStd-Regular";
  font-size: 18px;
  margin-top: 45px;
  border: none;
  padding: 0;
}

.download-pop-up .content .form-success {
  max-width: 80%;
  padding: 43px 0 59px;
}

@media (max-width: 1199.9px) {
  .download-pop-up .content .form-success {
    max-width: 95%;
  }
}
@media (max-width: 991.9px) {
  .download-pop-up .content .form-success {
    padding: 20px 0 40px;
  }
}
@media (max-width: 767.9px) {
  .download-pop-up .content .form-success {
    padding: 10px 0 30px;
  }
}
@media (max-width: 575.9px) {
  .download-pop-up .content .form-success {
    padding: 1px 0 20px;
  }
}
.download-pop-up .content .form-success h3 {
  font-size: 45px;
  line-height: 1.067;
  margin-bottom: 58px;
}

@media (max-width: 1199.5px) {
  .download-pop-up .content .form-success h3 {
    font-size: 41px;
    letter-spacing: -0.31px;
    margin-bottom: 51px;
  }
}
@media (max-width: 991.5px) {
  .download-pop-up .content .form-success h3 {
    font-size: 37px;
    letter-spacing: -0.31px;
    margin-bottom: 42px;
  }
}
@media (max-width: 767.5px) {
  .download-pop-up .content .form-success h3 {
    font-size: 33px;
    letter-spacing: -0.31px;
    margin-bottom: 37px;
  }
}
@media (max-width: 575.5px) {
  .download-pop-up .content .form-success h3 {
    font-size: 30px;
    line-height: 1.067;
    letter-spacing: -0.31px;
    margin-bottom: 30px;
  }
}
.download-pop-up .content .form-success .close-btn {
  position: relative;
  padding-left: 40px;
  font-family: "BrownStd-Regular";
  font-size: 16px;
  line-height: 1.25px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
}

.download-pop-up .content .form-success .close-btn i {
  width: 30px;
  height: 30px;
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  top: -8px;
  left: 0;
  opacity: 1;
}

@media (max-width: 1199.9px) {
  .download-pop-up .content .form-success .close-btn i {
    width: 28px;
    height: 28px;
    top: -6px;
  }
}
@media (max-width: 991.9px) {
  .download-pop-up .content .form-success .close-btn i {
    width: 26px;
    height: 26px;
    top: -5px;
  }
}
@media (max-width: 767.9px) {
  .download-pop-up .content .form-success .close-btn i {
    width: 25px;
    height: 25px;
    top: -5px;
  }
}
@media (max-width: 575.9px) {
  .download-pop-up .content .form-success .close-btn i {
    width: 24px;
    height: 24px;
    top: -5px;
  }
}
.download-pop-up .content .form-success .close-btn i:before {
  content: "";
  width: 15px;
  height: 1px;
  border-radius: 25px;
  background: #022744;
  position: absolute;
  top: 12px;
  left: 5px;
  transform: rotate(45deg);
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .download-pop-up .content .form-success .close-btn i:before {
    top: 11px;
    width: 13px;
  }
}
@media (max-width: 991.9px) {
  .download-pop-up .content .form-success .close-btn i:before {
    top: 10px;
    left: 5px;
    width: 12px;
  }
}
@media (max-width: 767.9px) {
  .download-pop-up .content .form-success .close-btn i:before {
    top: 9px;
    left: 4px;
    width: 11px;
  }
}
@media (max-width: 575.9px) {
  .download-pop-up .content .form-success .close-btn i:before {
    top: 9px;
    left: 5px;
    width: 10px;
  }
}
.download-pop-up .content .form-success .close-btn i:after {
  content: "";
  width: 15px;
  height: 1px;
  border-radius: 25px;
  background: #022744;
  position: absolute;
  top: 12px;
  left: 5px;
  transform: rotate(-45deg);
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .download-pop-up .content .form-success .close-btn i:after {
    top: 11px;
    width: 13px;
  }
}
@media (max-width: 991.9px) {
  .download-pop-up .content .form-success .close-btn i:after {
    top: 10px;
    left: 5px;
    width: 12px;
  }
}
@media (max-width: 767.9px) {
  .download-pop-up .content .form-success .close-btn i:after {
    top: 9px;
    left: 4px;
    width: 11px;
  }
}
@media (max-width: 575.9px) {
  .download-pop-up .content .form-success .close-btn i:after {
    top: 9px;
    left: 5px;
    width: 10px;
  }
}
.cli-modal {
  font-family: "BrownStd-Light";
}

.cli-modal h1,
.cli-modal h2,
.cli-modal h3,
.cli-modal h4,
.cli-modal h5,
.cli-modal h6 {
  font-family: "RecklessNeue-Light";
}

.cli-modal .cli-modal-dialog {
  max-width: 1038px;
}

@media (max-width: 1199.9px) {
  .cli-modal .cli-modal-dialog {
    max-width: 900px;
  }
}
@media (max-width: 991.9px) {
  .cli-modal .cli-modal-dialog {
    max-width: 700px;
  }
}
@media (max-width: 767.9px) {
  .cli-modal .cli-modal-dialog {
    max-width: 550px;
  }
}
@media (max-width: 575.9px) {
  .cli-modal .cli-modal-dialog {
    max-width: 100%;
    margin: 12.5px;
  }
}
.cli-modal .cli-modal-close {
  right: 48px;
  top: 26px;
  width: 50px;
  height: 50px;
}

@media (max-width: 1199.9px) {
  .cli-modal .cli-modal-close {
    right: 38px;
    top: 20px;
  }
}
@media (max-width: 991.9px) {
  .cli-modal .cli-modal-close {
    right: 28px;
    top: 14px;
  }
}
@media (max-width: 767.9px) {
  .cli-modal .cli-modal-close {
    right: 18px;
    top: 8px;
  }
}
@media (max-width: 575.9px) {
  .cli-modal .cli-modal-close {
    right: 0;
    top: 0;
  }
}
.cli-modal .cli-privacy-overview {
  max-width: 834px;
  margin-bottom: 36px;
}

@media (max-width: 1199.9px) {
  .cli-modal .cli-privacy-overview {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.9px) {
  .cli-modal .cli-privacy-overview {
    margin-bottom: 22px;
  }
}
@media (max-width: 767.9px) {
  .cli-modal .cli-privacy-overview {
    margin-bottom: 14px;
  }
}
@media (max-width: 575.9px) {
  .cli-modal .cli-privacy-overview {
    margin-bottom: 6px;
  }
}
.cli-modal .cli-modal-content {
  border-radius: 0;
  padding: 40px 59px 32px 64px;
  width: 100%;
}

@media (max-width: 1199.9px) {
  .cli-modal .cli-modal-content {
    padding: 30px 40px;
  }
}
@media (max-width: 991.9px) {
  .cli-modal .cli-modal-content {
    padding: 30px 35px;
  }
}
@media (max-width: 767.9px) {
  .cli-modal .cli-modal-content {
    padding: 30px 30px;
  }
}
@media (max-width: 575.9px) {
  .cli-modal .cli-modal-content {
    padding: 32px 14px 43px;
  }
}
.cli-modal .cli-modal-content .cli-tab-container h4 {
  font-size: 45px;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 26px;
}

@media (max-width: 1199.5px) {
  .cli-modal .cli-modal-content .cli-tab-container h4 {
    font-size: 41px;
    letter-spacing: -0.31px;
  }
}
@media (max-width: 991.5px) {
  .cli-modal .cli-modal-content .cli-tab-container h4 {
    font-size: 37px;
    letter-spacing: -0.31px;
  }
}
@media (max-width: 767.5px) {
  .cli-modal .cli-modal-content .cli-tab-container h4 {
    font-size: 33px;
    letter-spacing: -0.31px;
  }
}
@media (max-width: 575.5px) {
  .cli-modal .cli-modal-content .cli-tab-container h4 {
    font-size: 30px;
    letter-spacing: -0.31px;
    margin-bottom: 15px;
  }
}
.cli-modal .cli-modal-content .cli-tab-container p {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.25px;
}

@media (max-width: 991.9px) {
  .cli-modal .cli-modal-content .cli-tab-container p {
    font-size: 15px;
  }
}
@media (max-width: 575.9px) {
  .cli-modal .cli-modal-content .cli-tab-container p {
    font-size: 14px;
    line-height: 1.214;
  }
}
.cli-modal .cli-modal-content .cli-tab-container .cli-privacy-content-text {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.25px;
}

@media (max-width: 991.9px) {
  .cli-modal .cli-modal-content .cli-tab-container .cli-privacy-content-text {
    font-size: 15px;
  }
}
@media (max-width: 575.9px) {
  .cli-modal .cli-modal-content .cli-tab-container .cli-privacy-content-text {
    font-size: 14px;
    line-height: 1.214;
  }
}
.cli-modal .cli-modal-content .cli-tab-content {
  background: #f2f2f2;
  padding: 35px 56px;
}

@media (max-width: 1199.9px) {
  .cli-modal .cli-modal-content .cli-tab-content {
    padding: 30px 40px;
  }
}
@media (max-width: 991.9px) {
  .cli-modal .cli-modal-content .cli-tab-content {
    padding: 25px 30px;
  }
}
@media (max-width: 767.9px) {
  .cli-modal .cli-modal-content .cli-tab-content {
    padding: 20px 20px;
  }
}
@media (max-width: 575.9px) {
  .cli-modal .cli-modal-content .cli-tab-content {
    padding: 15px 10px;
  }
}
.cli-modal .cli-modal-content .cli-tab-header {
  border-radius: 0;
  padding: 13px 20px;
}

@media (max-width: 1199.9px) {
  .cli-modal .cli-modal-content .cli-tab-header {
    padding: 12px 18px;
  }
}
@media (max-width: 991.9px) {
  .cli-modal .cli-modal-content .cli-tab-header {
    padding: 11px 15px;
  }
}
@media (max-width: 767.9px) {
  .cli-modal .cli-modal-content .cli-tab-header {
    padding: 10px 13px;
  }
}
@media (max-width: 575.9px) {
  .cli-modal .cli-modal-content .cli-tab-header {
    padding: 9px 10px;
  }
}
.cli-modal .cli-modal-content .cli-privacy-readmore {
  text-decoration: underline !important;
}

.cli-modal .cli-modal-content a.cli-privacy-readmore {
  font-size: 16px;
}

@media (max-width: 1199.9px) {
  .cli-modal .cli-modal-content a.cli-privacy-readmore {
    font-size: 15px;
  }
}
@media (max-width: 767.9px) {
  .cli-modal .cli-modal-content a.cli-privacy-readmore {
    font-size: 14px;
  }
}
.cli-modal .cli-modal-content .cli-tab-header a.cli-nav-link {
  font-size: 20px;
}

@media (max-width: 1199.9px) {
  .cli-modal .cli-modal-content .cli-tab-header a.cli-nav-link {
    font-size: 19px;
  }
}
@media (max-width: 991.9px) {
  .cli-modal .cli-modal-content .cli-tab-header a.cli-nav-link {
    font-size: 18px;
  }
}
@media (max-width: 767.9px) {
  .cli-modal .cli-modal-content .cli-tab-header a.cli-nav-link {
    font-size: 16px;
  }
}
@media (max-width: 575.9px) {
  .cli-modal .cli-modal-content .cli-tab-header a.cli-nav-link {
    font-size: 14px;
  }
}
.cli-modal .cli-modal-content span.cli-necessary-caption {
  font-size: 16px;
}

@media (max-width: 1199.9px) {
  .cli-modal .cli-modal-content span.cli-necessary-caption {
    font-size: 15px;
  }
}
@media (max-width: 991.9px) {
  .cli-modal .cli-modal-content span.cli-necessary-caption {
    font-size: 14px;
  }
}
@media (max-width: 767.9px) {
  .cli-modal .cli-modal-content span.cli-necessary-caption {
    font-size: 13px;
  }
}
@media (max-width: 575.9px) {
  .cli-modal .cli-modal-content span.cli-necessary-caption {
    font-size: 12px;
  }
}
.cli-modal .cli-modal-content .cli-switch .cli-slider:after {
  font-size: 16px;
}

@media (max-width: 1199.9px) {
  .cli-modal .cli-modal-content .cli-switch .cli-slider:after {
    font-size: 15px;
  }
}
@media (max-width: 991.9px) {
  .cli-modal .cli-modal-content .cli-switch .cli-slider:after {
    font-size: 14px;
  }
}
@media (max-width: 767.9px) {
  .cli-modal .cli-modal-content .cli-switch .cli-slider:after {
    font-size: 13px;
  }
}
@media (max-width: 575.9px) {
  .cli-modal .cli-modal-content .cli-switch .cli-slider:after {
    font-size: 12px;
  }
}
.cli-modal .cli-modal-content .cli-switch input:checked + .cli-slider {
  background: #000;
}

.cli-modal .cli-modal-content .cli-switch .cli-slider {
  background: #b5b5b5;
}

#cookie-law-info-bar {
  box-shadow: none !important;
}

#cookie-law-info-bar span {
  max-width: calc(100% - 86px);
  padding: 0 12px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#cookie-law-info-bar .left {
  display: flex;
  align-items: center;
  width: calc(100% - 262px);
}

@media (max-width: 767.9px) {
  #cookie-law-info-bar .left {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}
#cookie-law-info-bar .right {
  width: 262px;
}

@media (max-width: 767.9px) {
  #cookie-law-info-bar .right {
    width: 100%;
  }
}
#cookie-law-info-bar .cookie-title {
  font-family: "BrownStd-Regular";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #000;
  padding-right: 52px;
}

@media (max-width: 1199.9px) {
  #cookie-law-info-bar .cookie-title {
    font-size: 15px;
    padding-right: 30px;
  }
}
@media (max-width: 991.9px) {
  #cookie-law-info-bar .cookie-title {
    font-size: 14px;
    padding-right: 20px;
  }
}
@media (max-width: 767.9px) {
  #cookie-law-info-bar .cookie-title {
    font-size: 13px;
  }
}
@media (max-width: 575.9px) {
  #cookie-law-info-bar .cookie-title {
    font-size: 12px;
  }
}
#cookie-law-info-bar .cookie-paragraph {
  font-family: "BrownStd-Light";
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.15px;
  color: #000;
}

@media (max-width: 991.9px) {
  #cookie-law-info-bar .cookie-paragraph {
    font-size: 13px;
  }
}
@media (max-width: 767.9px) {
  #cookie-law-info-bar .cookie-paragraph {
    font-size: 12px;
  }
}
#cookie-law-info-bar .medium {
  cursor: pointer !important;
}

@media (max-width: 767.9px) {
  #cookie-law-info-bar .medium {
    margin-left: 0 !important;
  }
}
@media (max-width: 767.9px) {
  body #cookie-law-info-again {
    right: 50% !important;
    transform: translateX(50%);
    bottom: -100% !important;
  }
  body #cookie-law-info-again.is-show {
    bottom: 0 !important;
  }
}
.no-margin {
  margin-bottom: 0;
}

.foundation-content.asset_management_content .right-content .content {
  max-width: 1211px;
}

.foundation-content.asset_management_content .right-content .content > * {
  max-width: 767px;
}

.foundation-content.asset_management_content .right-content .content h2 {
  max-width: 1211px;
  margin-bottom: 43px;
}

.foundation-content.asset_management_content .right-content .content p strong {
  font-family: "BrownStd-Regular";
  font-weight: normal;
}

.foundation-content.asset_management_content .right-content .content h5 {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 2px;
  font-family: "BrownStd-Regular";
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  margin: 63px 0 37px;
}

@media (max-width: 575.9px) {
  .foundation-content.asset_management_content .right-content .content h5 {
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: 1.63px;
    margin: 51px 0 17px;
  }
}
.foundation-content.asset_management_content .right-content .content h6 {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.18px;
  font-family: "BrownStd-Light";
  color: #000;
  margin-top: 68px;
}

@media (max-width: 575.9px) {
  .foundation-content.asset_management_content .right-content .content h6 {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: -0.19px;
    margin-top: 55px;
  }
}
@media (max-width: 575.9px) {
  .foundation-content.asset_management_content .right-content .content h6 sup {
    display: inline-block;
    transform: scale(0.8);
  }
}
.foundation-content.asset_management_content .right-content .content ul {
  padding-top: 0;
}

.foundation-content.asset_management_content .right-content .content ul li {
  padding-left: 29px;
  margin-bottom: 19px;
}

.foundation-content.asset_management_content .right-content .content ul li:after {
  width: 15px;
  height: 1px;
  border-radius: 0;
  left: 0;
}

.foundation-content.asset_management_content .right-content .content ol {
  padding-left: 0;
  counter-reset: li 0;
}

.foundation-content.asset_management_content .right-content .content ol li {
  padding-left: 29px;
  margin-bottom: 19px;
  position: relative;
  list-style: none;
}

.foundation-content.asset_management_content .right-content .content ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  font-family: "BrownStd-Regular";
  font-size: 20px;
  color: #000;
  line-height: 1.3;
  letter-spacing: -0.25px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767.9px) {
  .foundation-content.asset_management_content .right-content .content ol li:before {
    font-size: 16px;
    line-height: 1.38;
  }
}
.asset-management-banner .iconarrows-bottom {
  display: inline-block;
}

.asset-management-banner .iconarrows-bottom:before {
  font-size: 13px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 575.9px) {
  .asset-management-banner .iconarrows-bottom:before {
    font-size: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 2.4px solid #fff;
  }
}
.asset-management-banner .iconarrows-bottom:hover:before {
  background: #fff;
  color: #000;
}

.asset-management-banner .wrapper-top-slider .slider-list .slider-bg {
  opacity: 1;
}

@media (max-width: 767.9px) {
  .asset-management-banner .wrapper-top-slider .slider-list .slider-bg.m-hide {
    display: none;
  }
}
@media (min-width: 768px) {
  .asset-management-banner .wrapper-top-slider .slider-list .slider-bg.m-show {
    display: none;
  }
}
.asset-management-banner .wrapper-top-slider .slider-list:before {
  content: none;
}

.asset-management-banner .wrapper-top-slider .slider-list .content-bottom {
  width: 100%;
}

.asset-management-banner .wrapper-top-slider .slider-list .left-content img {
  width: calc(100% - 20px);
  max-width: 227px;
}

@media (max-width: 575.9px) {
  .asset-management-banner .wrapper-top-slider .slider-list .left-content img {
    max-width: 170px;
  }
}
@media (min-width: 1200px) {
  .asset-management-banner .wrapper-top-slider .slider-list .right-content h2 {
    font-size: 65px;
    line-height: 1;
    letter-spacing: -0.76px;
  }
}
@media (min-width: 992px) {
  .asset-management-banner .wrapper-top-slider .slider-list .right-content h2 {
    margin-top: -18px;
    margin-bottom: 81px;
  }
}
@media (max-width: 767.9px) {
  .asset-management-banner .wrapper-top-slider .slider-list .right-content h2 {
    margin-top: 28px;
    margin-bottom: 34px;
  }
}
@media (max-width: 575.9px) {
  .asset-management-banner .wrapper-top-slider .slider-list .right-content h2 {
    font-size: 40px;
    line-height: 0.8;
    letter-spacing: -0.4px;
  }
}
.asset-management-banner .wrapper-top-slider .slider-list .content .content-bottom.delay-load .left-content {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.asset-management-banner .wrapper-top-slider .slider-list .content .content-bottom.delay-load .right-content h2 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.asset-management-banner .wrapper-top-slider .slider-list .content .content-bottom.delay-load .right-content .button {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.home-our-thinking.asset-management-thinking .right-content .read-more-box {
  margin-bottom: 160px;
}

@media (max-width: 767.9px) {
  .home-our-thinking.asset-management-thinking .right-content .read-more-box {
    margin-bottom: 60px;
  }
}
.title-banner-slider .slider-list {
  overflow: hidden;
}

.title-banner-slider .slider-list h2 {
  padding-right: 30px;
}

.number-slider .slider-list {
  overflow: hidden;
}

.number-slider .slider-list h3 {
  font-size: 142px;
  line-height: 1;
  letter-spacing: -1.39px;
  color: #000;
  margin: 2px 0 9px;
}

@media (max-width: 1199.9px) {
  .number-slider .slider-list h3 {
    font-size: 122px;
  }
}
@media (max-width: 991.9px) {
  .number-slider .slider-list h3 {
    font-size: 102px;
  }
}
@media (max-width: 767.9px) {
  .number-slider .slider-list h3 {
    font-size: 82px;
  }
}
@media (max-width: 575.9px) {
  .number-slider .slider-list h3 {
    font-size: 65px;
    margin: 9px 0 9px;
  }
}
.number-slider .slider-list p {
  color: #000;
  letter-spacing: -0.25px;
}

.number-slider .slick-next:before,
.number-slider .slick-prev:before {
  font-family: "iconfont" !important;
  color: #000;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 3px solid #000;
  position: absolute;
  bottom: -34px;
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  .number-slider .slick-next:before,
  .number-slider .slick-prev:before {
    font-size: 15px;
    width: 28px;
    height: 28px;
    line-height: 22px;
  }
}
@media (max-width: 991.9px) {
  .number-slider .slick-next:before,
  .number-slider .slick-prev:before {
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 20px;
  }
}
@media (max-width: 767.9px) {
  .number-slider .slick-next:before,
  .number-slider .slick-prev:before {
    font-size: 13px;
    bottom: -31px;
    width: 24px;
    height: 24px;
    line-height: 18px;
  }
}
@media (hover: hover) {
  .number-slider .slick-next:hover:before,
  .number-slider .slick-prev:hover:before {
    color: #fff;
    background: #000;
  }
}
.number-slider .slick-next:before {
  content: "\e62c";
  left: 55px;
}

@media (max-width: 767.9px) {
  .number-slider .slick-next:before {
    left: 36px;
  }
}
.number-slider .slick-prev:before {
  content: "\e62d";
  left: 0;
}

.our-clients-slider {
  margin-left: 305px;
  border-left: 1px solid #000;
  padding-left: 15px;
  padding-bottom: 126px;
}

@media (max-width: 1199.9px) {
  .our-clients-slider {
    margin-left: 225px;
  }
}
@media (max-width: 991.9px) {
  .our-clients-slider {
    margin-left: 195px;
  }
}
@media (max-width: 767.9px) {
  .our-clients-slider {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    padding-bottom: 138px;
  }
}
.our-clients-slider .slider-list {
  display: flex;
  align-items: center;
  margin: 0 43px;
}

@media (max-width: 1199.9px) {
  .our-clients-slider .slider-list {
    margin: 0 39px;
  }
}
@media (max-width: 991.9px) {
  .our-clients-slider .slider-list {
    margin: 0 34px;
  }
}
@media (max-width: 767.9px) {
  .our-clients-slider .slider-list {
    margin: 0 29px;
  }
}
@media (max-width: 575.9px) {
  .our-clients-slider .slider-list {
    margin: 0 24px;
  }
}
@media (max-width: 1199.9px) {
  .our-clients-slider .slider-list img {
    height: 116px;
  }
}
@media (max-width: 991.9px) {
  .our-clients-slider .slider-list img {
    height: 106px;
  }
}
@media (max-width: 767.9px) {
  .our-clients-slider .slider-list img {
    height: 96px;
    padding-left: 30px;
  }
}
@media (max-width: 575.9px) {
  .our-clients-slider .slider-list img {
    height: 86px;
  }
}
.our-clients-slider .slick-next:before,
.our-clients-slider .slick-prev:before {
  font-family: "iconfont" !important;
  color: #000;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 3px solid #000;
  position: absolute;
  bottom: 63px;
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
  transition: All 0.2s ease-in-out;
  display: none;
}

@media (max-width: 767.9px) {
  .our-clients-slider .slick-next:before,
  .our-clients-slider .slick-prev:before {
    font-size: 13px;
    bottom: 63px;
    width: 24px;
    height: 24px;
    line-height: 18px;
    display: block;
  }
}
@media (hover: hover) {
  .our-clients-slider .slick-next:hover:before,
  .our-clients-slider .slick-prev:hover:before {
    color: #fff;
    background: #000;
  }
}
.our-clients-slider .slick-next:before {
  content: "\e62c";
  left: 68px;
}

.our-clients-slider .slick-prev:before {
  content: "\e62d";
  left: 32px;
}

.article-img-slider,
.download-report-slider {
  position: relative;
  width: calc(100% + (100vw - 1570px) / 2);
  padding: 20px 0 96px;
  margin-top: 82px;
  margin-bottom: 65px;
}

@media (max-width: 1600px) {
  .article-img-slider,
  .download-report-slider {
    width: calc(100% + 12px);
    padding: 20px 0 50px;
  }
}
@media (max-width: 1199.9px) {
  .article-img-slider,
  .download-report-slider {
    margin-bottom: 50px;
    padding: 20px 0 40px;
  }
}
@media (max-width: 991.9px) {
  .article-img-slider,
  .download-report-slider {
    margin-bottom: 35px;
    padding: 20px 0 30px;
  }
}
@media (max-width: 767.9px) {
  .article-img-slider,
  .download-report-slider {
    margin-bottom: 0px;
  }
}
@media (max-width: 575.9px) {
  .article-img-slider,
  .download-report-slider {
    padding: 16px 0 10px;
    margin-top: 47px;
  }
}
.article-img-slider:after,
.download-report-slider:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.article-img-slider .slick-list,
.download-report-slider .slick-list {
  padding-right: 448px;
}

@media (max-width: 1600px) {
  .article-img-slider .slick-list,
  .download-report-slider .slick-list {
    padding-right: 348px;
  }
}
@media (max-width: 1199.9px) {
  .article-img-slider .slick-list,
  .download-report-slider .slick-list {
    padding-right: 248px;
  }
}
@media (max-width: 991.9px) {
  .article-img-slider .slick-list,
  .download-report-slider .slick-list {
    padding-right: 160px;
  }
}
@media (max-width: 767.9px) {
  .article-img-slider .slick-list,
  .download-report-slider .slick-list {
    padding-right: 100px;
  }
}
@media (max-width: 575.9px) {
  .article-img-slider .slick-list,
  .download-report-slider .slick-list {
    padding-right: 70px;
  }
}
.article-img-slider .slider-list,
.download-report-slider .slider-list {
  margin-right: 14px;
}

@media (max-width: 1199.9px) {
  .article-img-slider .slider-list,
  .download-report-slider .slider-list {
    margin-right: 12px;
  }
}
@media (max-width: 991.9px) {
  .article-img-slider .slider-list,
  .download-report-slider .slider-list {
    margin-right: 10px;
  }
}
@media (max-width: 767.9px) {
  .article-img-slider .slider-list,
  .download-report-slider .slider-list {
    margin-right: 8px;
  }
}
.article-img-slider .slider-list img,
.download-report-slider .slider-list img {
  width: 100%;
  height: 450px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .article-img-slider .slider-list img,
  .download-report-slider .slider-list img {
    height: 225px !important;
    max-width: 100vw;
  }
}
.article-img-slider .slick-next:before,
.article-img-slider .slick-prev:before,
.download-report-slider .slick-next:before,
.download-report-slider .slick-prev:before {
  font-family: "iconfont" !important;
  color: #000;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 3px solid #000;
  position: absolute;
  top: -44px;
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 767.9px) {
  .article-img-slider .slick-next:before,
  .article-img-slider .slick-prev:before,
  .download-report-slider .slick-next:before,
  .download-report-slider .slick-prev:before {
    font-size: 13px;
    bottom: 63px;
    width: 24px;
    height: 24px;
    line-height: 18px;
    top: -38px;
  }
}
@media (hover: hover) {
  .download-report-slider .slick-next:hover:before,
  .download-report-slider .slick-prev:hover:before,
  .article-img-slider .slick-next:hover:before,
  .article-img-slider .slick-prev:hover:before {
    color: #fff;
    background: #000;
  }
}
.article-img-slider .slick-next:before,
.download-report-slider .slick-next:before {
  content: "\e62c";
  left: 43px;
}

@media (max-width: 767.9px) {
  .article-img-slider .slick-next:before,
  .download-report-slider .slick-next:before {
    left: 35px;
  }
}
.article-img-slider .slick-prev:before,
.download-report-slider .slick-prev:before {
  content: "\e62d";
  left: 0;
}

.wrapper-top-slider .slider-list {
  position: relative;
  background: #000;
}

.wrapper-top-slider .slider-list .slider-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.wrapper-top-slider .slider-list.move .content .content-bottom.delay-load .left-content {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.wrapper-top-slider .slider-list.move .content .content-bottom.delay-load .right-content h2 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.wrapper-top-slider .slider-list.move .content .content-bottom.delay-load .right-content .button {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.wrapper-top-slider .slider-list .content {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.wrapper-top-slider .slider-list .content .content-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.wrapper-top-slider .slider-list .left-content {
  width: 250px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1), visibility 1.1s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-width: 1199.9px) {
  .wrapper-top-slider .slider-list .left-content {
    width: 170px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-top-slider .slider-list .left-content {
    width: 100px;
  }
}
@media (max-width: 767.9px) {
  .wrapper-top-slider .slider-list .left-content {
    width: 100%;
  }
}
.wrapper-top-slider .slider-list .left-content h2 {
  font-family: "BrownStd-Regular";
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
  max-width: 120px;
}

@media (max-width: 1199.9px) {
  .wrapper-top-slider .slider-list .left-content h2 {
    font-size: 15px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-top-slider .slider-list .left-content h2 {
    font-size: 14px;
  }
}
@media (max-width: 767.9px) {
  .wrapper-top-slider .slider-list .left-content h2 {
    font-size: 13px;
    max-width: 100%;
  }
}
@media (max-width: 575.9px) {
  .wrapper-top-slider .slider-list .left-content h2 {
    font-size: 11px;
    line-height: 1.28;
    margin-bottom: 8px;
  }
}
.wrapper-top-slider .slider-list .right-content {
  position: relative;
  width: calc(100% - 250px);
  padding-left: 15px;
  padding-bottom: 60px;
}

@media (max-width: 1199.9px) {
  .wrapper-top-slider .slider-list .right-content {
    width: calc(100% - 170px);
    padding-bottom: 50px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-top-slider .slider-list .right-content {
    width: calc(100% - 100px);
    padding-bottom: 40px;
  }
}
@media (max-width: 767.9px) {
  .wrapper-top-slider .slider-list .right-content {
    border-left: none;
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }
}
.wrapper-top-slider .slider-list .right-content h2 {
  font-size: 65px;
  line-height: 1;
  letter-spacing: -0.8px;
  color: #fff;
  margin: -10px 0 25px 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1), visibility 1.1s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-width: 1199.9px) {
  .wrapper-top-slider .slider-list .right-content h2 {
    font-size: 55px;
  }
}
@media (max-width: 991.9px) {
  .wrapper-top-slider .slider-list .right-content h2 {
    font-size: 45px;
    margin: -6px 0 23px 0;
  }
}
@media (max-width: 767.9px) {
  .wrapper-top-slider .slider-list .right-content h2 {
    font-size: 35px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 575.9px) {
  .wrapper-top-slider .slider-list .right-content h2 {
    font-size: 24px;
    line-height: 1.125;
    letter-spacing: -0.3px;
    margin: 0 0 10px 0;
  }
}
.wrapper-top-slider .slider-list .right-content h2 i {
  font-family: "RecklessNeue-LightItalic";
}

.wrapper-top-slider .slider-list .right-content .button {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1), visibility 1.1s cubic-bezier(0.23, 1, 0.32, 1);
}

.wrapper-top-slider .slider-list .right-content .button .iconarrowhead-right:before {
  color: #fff;
  border: 3px solid #fff;
}

.wrapper-top-slider .slider-list .lineSlide {
  width: 1px;
  height: 0px;
  background: unset;
  border-left: 1px solid white;
  position: absolute;
  top: 0;
  left: 0;
  transition: All 0.5s ease-in-out;
}

.wrapper-top-slider .slider-list .lineSlide.line {
  height: 100%;
}

@media (max-width: 767.9px) {
  .wrapper-top-slider .slider-list .lineSlide {
    display: none;
  }
}
.wrapper-top-slider .slider-list:before {
  content: "";
  width: 100%;
  height: 400px;
  opacity: 0.5;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

footer {
  overflow: hidden;
  margin-top: 160px;
}
@media (max-width: 1199.9px) {
  footer {
    margin-top: 140px;
  }
}
@media (max-width: 991.9px) {
  footer {
    margin-top: 120px;
  }
}
@media (max-width: 767.9px) {
  footer {
    margin-top: 100px;
  }
}
@media (max-width: 575.9px) {
  footer {
    margin-top: 60px;
  }
}

footer.pos-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}

footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 250px;
}

@media (max-width: 1199.9px) {
  footer .footer-menu {
    padding-left: 0px;
  }
}
footer .footer-menu .menu-left {
  width: 170px;
}

@media (max-width: 1199.9px) {
  footer .footer-menu .menu-left {
    width: 170px;
  }
}
@media (max-width: 991.9px) {
  footer .footer-menu .menu-left {
    width: 170px;
  }
}
@media (max-width: 767.9px) {
  footer .footer-menu .menu-left {
    width: 100%;
    display: none;
  }
}
footer .footer-menu .menu-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1199.9px) {
  footer .footer-menu .menu-right {
    width: 100%;
  }
}
@media (max-width: 991.9px) {
  footer .footer-menu .menu-right {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  footer .footer-menu .menu-right {
    width: 100%;
  }
}
footer .footer-menu .menu-right .list {
  padding: 0 12px 87px 15px;
  border-left: 1px solid #000;
  position: relative;
  box-sizing: border-box;
  width: 25%;
}

@media (max-width: 1440px) {
  footer .footer-menu .menu-right .list {
    padding: 0 12px 0 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.9px) {
  footer .footer-menu .menu-right .list {
    width: 33.33% !important;
  }
}
@media (max-width: 767.9px) {
  footer .footer-menu .menu-right .list {
    width: 100% !important;
    border-left: none;
    padding: 0 15px 0 0;
    margin-bottom: 15px;
  }
}
footer .footer-menu .menu-right .list:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

@media (max-width: 767.9px) {
  footer .footer-menu .menu-right .list:before {
    display: block;
  }
}
footer .footer-menu .menu-right .list:nth-of-type(2n):before {
  width: calc(100% + 12px);
}

@media (max-width: 575.9px) {
  footer .footer-menu .menu-right .list:nth-of-type(2n) {
    padding-left: 0px;
  }
}
@media (max-width: 991.9px) {
  footer .footer-menu .menu-right .list.footer-contact {
    width: 50%;
  }
}
@media (max-width: 767.9px) {
  footer .footer-menu .menu-right .list.footer-contact {
    width: 100%;
    margin-bottom: 11px;
  }
}
footer .footer-menu .menu-right .list.footer-contact:before {
  width: calc(100% + 12px);
}

footer .footer-menu h3 {
  font-family: "BrownStd-Regular";
  font-size: 13px;
  line-height: 1.231;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin: 4px 0 25px;
}

@media (max-width: 1199.9px) {
  footer .footer-menu h3 {
    letter-spacing: 1px;
  }
}
@media (max-width: 991.9px) {
  footer .footer-menu h3 {
    letter-spacing: 0.5px;
  }
}
@media (max-width: 767.9px) {
  footer .footer-menu h3 {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 17px 0 24px;
  }
}
@media (max-width: 575.9px) {
  footer .footer-menu h3 {
    font-size: 11px;
    line-height: 1.456;
    letter-spacing: 1.63px;
  }
}
footer .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-menu ul li {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 12px;
}

@media (max-width: 575.9px) {
  footer .footer-menu ul li {
    margin-bottom: 12px;
    line-height: 1.1;
  }
}
footer .footer-menu ul li a {
  font-size: 16px;
  line-height: 1.25;
  color: #000;
}

@media (max-width: 575.9px) {
  footer .footer-menu ul li a {
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.15px;
  }
}
footer .footer-menu ul li a:hover {
  color: #ff3366;
}

footer .footer-menu p {
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  margin-bottom: 12px;
  word-wrap: break-word;
}

@media (max-width: 767.9px) {
  footer .footer-menu p {
    font-size: 14px;
  }
}
footer .footer-menu p .name {
  display: inline-block;
  width: 84px;
}

footer .footer-menu p a {
  color: #000;
}

footer .footer-menu p a:hover {
  color: #ff3366;
}

footer .footer-menu p:last-child {
  margin-top: 30px;
}

@media (max-width: 767.9px) {
  footer .footer-menu .footer-contact {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media (max-width: 767.9px) {
  footer .footer-menu .footer-contact .icon-link {
    margin-right: -15px;
  }
}
footer .footer-menu .iconlinkedin {
  font-size: 20px;
  color: #000;
}

@media (max-width: 767.9px) {
  footer .footer-menu .iconlinkedin {
    display: inline-block;
    margin-bottom: 12px;
  }
}
footer .footer-menu .iconlinkedin:hover {
  color: #ff3366;
}

footer .footer-bottom {
  background: #000;
  padding: 14px 0;
}

@media (max-width: 767.9px) {
  footer .footer-bottom {
    padding: 11px 0 40px;
  }
}
footer .footer-bottom .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767.9px) {
  footer .footer-bottom .content {
    justify-content: space-between;
  }
}
footer .footer-bottom .content p {
  font-size: 12px;
  line-height: 1.417;
  color: #fff;
  margin: 0 34px 0 0;
}

@media (max-width: 767.9px) {
  footer .footer-bottom .content p {
    margin: 0;
  }
}
footer .footer-bottom .content p a {
  color: #fff;
}

footer .footer-bottom .content p a:hover {
  color: #ff3366;
}

footer .footer-bottom .content .bottom-link {
  display: flex;
}

footer .footer-bottom .content .bottom-link p {
  margin: 0 32px 0 0;
}

@media (max-width: 767.9px) {
  footer .footer-bottom .content .bottom-link p {
    margin: 0 14px 0 0;
  }
}
@media (max-width: 370px) {
  footer .footer-bottom .content .bottom-link p {
    margin: 0 5px 0 0;
  }
}
footer .footer-bottom .content .bottom-link p:last-child {
  margin: 0;
}

footer .footer-bottom .back-to-top {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 767.9px) {
  footer .footer-bottom .back-to-top {
    display: none;
  }
}
footer .footer-bottom .back-to-top a {
  font-size: 12px;
  line-height: 1.417;
  color: #fff;
  display: flex;
  align-items: center;
}

footer .footer-bottom .back-to-top a .iconarrowhrad-top-smaller {
  width: 12px;
  height: 12px;
  position: relative;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 50%;
  margin-left: 12px;
}

footer .footer-bottom .back-to-top a .iconarrowhrad-top-smaller:before {
  position: absolute;
  top: -7px;
  left: -3px;
}

footer .footer-bottom .back-to-top a.button {
  margin: 0;
  cursor: pointer !important;
  text-transform: none;
}

footer .footer-bottom .back-to-top a:hover {
  color: #ff3366;
}

html.hidden-c .wowo {
  opacity: 0;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInBigUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    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(20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
.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;
}

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

.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;
}

.delay-in-5 {
  animation-delay: 0.5s;
}

.delay-in-6 {
  animation-delay: 0.6s;
}

@media screen and (max-width: 767px) {
  .logo {
    height: 50px;
  }
  .logo .black-logo h1 a img:last-child {
    position: absolute;
    top: 0;
  }
}
.white-logo,
.black-logo {
  display: flex;
}

.right-content iframe {
  max-width: 100% !important;
}

.white-logo .logo-foundation,
.white-logo > svg,
.black-logo .logo-foundation,
.black-logo > svg {
  width: 266px !important;
  height: 158px !important;
  margin-left: 3.75rem;
  position: relative;
  top: -1rem;
  color: #fff;
}

.black-logo .logo-foundation,
.black-logo > svg {
  color: #000;
}

@media screen and (max-width: 1199px) {
  .white-logo .logo-foundation,
  .white-logo > svg,
  .black-logo .logo-foundation,
  .black-logo > svg {
    width: 198px !important;
    height: 158px !important;
    position: relative;
    margin-left: 2.4rem;
    top: -2.15rem;
  }
  .black-logo .logo-foundation,
  .black-logo > svg {
    position: absolute !important;
    left: 6.2rem !important;
  }
}
@media screen and (max-width: 991px) {
  .white-logo .logo-foundation,
  .white-logo > svg,
  .black-logo .logo-foundation,
  .black-logo > svg {
    width: 180px !important;
    height: 98px !important;
    margin-left: 1.2rem;
    position: relative;
    top: -1.2rem;
    transition: transform 0.4s ease;
  }
  .smaller-white-scroll .black-logo svg,
  .smaller-white-scroll .white-logo svg {
    width: 146px !important;
    height: 70px !important;
    transform: translateX(-3.4rem) translateY(4px);
  }
}
@media screen and (max-width: 350px) {
  .white-logo .logo-foundation,
  .white-logo > svg,
  .black-logo .logo-foundation,
  .black-logo > svg {
    width: 135px !important;
    height: 90px !important;
    margin-left: 1.2rem;
    position: relative;
    top: -1.2rem;
  }
}
@media screen and (max-width: 991px) {
  .white-logo {
    position: relative !important;
    left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .white-logo {
    position: relative !important;
    left: 0px;
  }
}
.credit {
  font-family: "BrownStd-Light";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.25px;
  text-align: left;
  color: #fff;
  margin: 30px 0;
  max-width: 560px !important;
}

@media screen and (max-width: 767px) {
  .credit {
    font-size: 10px;
    line-height: 12.1px;
    letter-spacing: -0.1px;
  }
}
.section-fw-bg {
  width: 100%;
  position: relative;
  padding-top: 455px;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-fw-bg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #000;
  left: 305px;
  top: 0;
}

@media screen and (max-width: 1199px) {
  .section-fw-bg::before {
    left: 225px;
  }
}
@media screen and (max-width: 991px) {
  .section-fw-bg::before {
    left: 195px;
  }
}
@media screen and (max-width: 768px) {
  .section-fw-bg::before {
    content: none;
  }
}
.section-fw-bg .image-credit {
  position: absolute;
  right: 2.25em;
  bottom: 3.75em;
  font-family: "BrownStd-Light";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.25px;
  text-align: right;
  color: #000;
  margin-bottom: 0 !important;
}

.section-fw-bg.white .image-credit {
  color: #fff;
}

.section-fw-bg.white::before {
  background: #fff;
}

.section-fw-bg.black-line::before {
  background: #000;
}

.section-fw-bg.white-line::before {
  background: #fff;
}

.cta-section h2,
.cta-section h3 {
  color: #ffffff;
  margin-top: 0 !important;
}

.cta-section.no-margin {
  margin-bottom: 0 !important;
}

.cta-section.white-bg {
  background-color: #fff;
}

.cta-section.white-bg h3,
.cta-section.white-bg h2,
.cta-section.white-bg a {
  color: #000;
}

.cta-section.white-bg h3::after {
  background: #000 !important;
}

.cta-section .right-content::before {
  content: unset !important;
}

.cta-section .right-content h3 {
  position: relative;
  top: -5px;
  font-size: 45px;
  line-height: 48px;
}

@media screen and (max-width: 767px) {
  .cta-section .right-content h3 {
    font-size: 24px;
    line-height: 27px;
  }
}
.cta-section .right-content h3::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: calc(100% + 1000px);
  height: 1px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .cta-section .right-content h3::after {
    bottom: -24px;
  }
}
@media screen and (max-width: 767px) {
  .cta-section .left-content {
    padding-top: 54px !important;
  }
}
.impact-global.light-bg {
  background: #fff;
}

.impact-global.light-bg .left-content h2 {
  color: #000 !important;
}

.impact-global.light-bg .right-content {
  border-color: #000 !important;
}

.impact-global.light-bg .right-content .content ul li {
  color: #000 !important;
  border-color: #000 !important;
}

.impact-global.light-bg .right-content .content ul li.is-active span {
  color: #000 !important;
}

.impact-global.light-bg .right-content .content ul li.is-active .button-hover-text-block .button-hover-text-block-box i:before {
  color: #fff !important;
  background: #000 !important;
}

.impact-global.light-bg .right-content .content ul li .button-hover-text-block .button-hover-text-block-box .button:hover + span {
  color: #000 !important;
}

.impact-global.light-bg .right-content .content .button .iconarrowhead-right::before {
  background: #fff;
  color: #000 !important;
}

.impact-global.light-bg .right-content h3,
.impact-global.light-bg .right-content span {
  color: #000 !important;
}

.impact-global.light-bg .right-content i {
  color: #000;
}

.impact-global.light-bg .right-content .button .iconarrowhead-right::before {
  border-color: #000 !important;
  color: #000 !important;
}

.no-padding-top {
  padding-top: 0px !important;
}

@media screen and (max-width: 991px) {
  .list-single-image {
    display: none;
  }
}
.list-single-image img,
.list-single-image svg {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 5rem;
}

.list-single-image img g,
.list-single-image svg g {
  transform-origin: 34.2% 70%;
  transition: all 0.4s ease;
  transform-box: fill-box;
}

.list-single-image img g.active,
.list-single-image svg g.active {
  transform: scale(1.24);
}

.list-single-image img g.active path:nth-child(1),
.list-single-image svg g.active path:nth-child(1) {
  fill: #FFBF00;
  transition: all 0.4s ease;
}

.values-list.single-image h4 {
  margin-top: 0 !important;
}

.values-list.single-image .list {
  position: relative !important;
}

@media screen and (min-width: 991px) {
  .values-list.single-image .list::after {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 100%;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .values-list .text-intro {
    margin-top: 8px;
  }
}
.values-list .list {
  transition: all 0.4s ease;
  position: relative;
}

.values-list .list.faded {
  opacity: 0.25;
}

.values-list .list .img-container {
  height: 140px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.values-list .list .img-container img,
.values-list .list .img-container svg {
  transition: all 0.4s ease-out !important;
  -webkit-backface-visibility: hidden;
  max-width: 77px;
}

@media screen and (min-width: 992px) {
  .values-list .list .img-container.single-image-used {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .values-list .list .img-container {
    height: 50px;
    margin-bottom: 0px !important;
    margin: 1rem 0;
  }
  .values-list .list .img-container img,
  .values-list .list .img-container svg {
    transform-origin: left center !important;
    width: 35px;
    height: 35px;
  }
}
.values-list .list:hover .img-container img,
.values-list .list:hover .img-container svg {
  transform-origin: 0 0;
  transform: scale(1.3);
  transition: all 0.4s ease-out !important;
  -webkit-backface-visibility: hidden;
}

.values-list .list h4 {
  transition: all 0.4s ease;
  max-width: unset !important;
}

.values-list .list:hover h4 {
  transform: scale(0.55);
  transform-origin: top left;
  backface-visibility: hidden;
  transition: all 0.4s ease-out;
}

.section-text .left-content {
  padding: 152px 0 0 0;
}

@media screen and (max-width: 767px) {
  .section-text .left-content {
    padding: 53px 0 0 0;
  }
}
.section-text .right-content {
  padding: 142px 0 80px 15px;
}

@media screen and (max-width: 767px) {
  .section-text .right-content {
    padding: 0px 0 40px 0px;
  }
}
.section-text .right-content .section-text-container .text-content {
  width: calc(100% + 55px);
  position: relative;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .section-text .right-content .section-text-container .text-content {
    padding-top: 30px;
    width: 100% !important;
  }
}
.section-text .right-content .section-text-container .text-content h2 {
  font-size: 65px;
  max-width: 620px;
  line-height: 65px;
  letter-spacing: -1px;
}

@media screen and (max-width: 1199px) {
  .section-text .right-content .section-text-container .text-content h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .section-text .right-content .section-text-container .text-content h2 {
    padding-right: 55px;
  }
}
.section-text .right-content .section-text-container .text-content p {
  max-width: 620px;
}

.section-text .right-content .section-text-container .text-content p:last-of-type {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .section-text .right-content .section-text-container .text-content p {
    padding-right: 0px;
  }
}
.section-text .right-content .section-text-container .text-content::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
}

.article-detail-content blockquote {
  margin-bottom: 0 !important;
}

.article-detail-content blockquote + h5 {
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-family: "BrownStd-Regular" !important;
  margin-top: 10px;
  line-height: 16px;
  letter-spacing: 2px;
}

.smaller-white-scroll nav > a {
  top: 0;
}

.global-article-detail-content .article-img-slider {
  margin-bottom: 0;
}

.global-article-detail-content + .casestudies-article-detail-content .right-content {
  padding-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .our-team-content .wrapper-content.teams-alt .left-content {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.our-team-content .wrapper-content.teams-alt .left-content,
.our-team-content .wrapper-content.teams-alt .right-content {
  padding-top: 158px;
  padding-bottom: 138px;
}

@media screen and (max-width: 1199px) {
  .our-team-content .wrapper-content.teams-alt .left-content,
  .our-team-content .wrapper-content.teams-alt .right-content {
    padding-top: 120px;
    padding-bottom: 108px;
  }
}
@media screen and (max-width: 767px) {
  .our-team-content .wrapper-content.teams-alt .left-content,
  .our-team-content .wrapper-content.teams-alt .right-content {
    padding-top: 0px;
    padding-bottom: 48px;
  }
}
.our-team-content .wrapper-content.teams-alt .left-content .intro-title,
.our-team-content .wrapper-content.teams-alt .right-content .intro-title {
  margin: 0 0 60px 0;
}

@media screen and (max-width: 576px) {
  .our-team-content .wrapper-content.teams-alt .left-content .intro-title,
  .our-team-content .wrapper-content.teams-alt .right-content .intro-title {
    margin: 20px 0 60px 0;
  }
}
.our-team-content .wrapper-content.teams-alt .left-content .intro-title a:hover,
.our-team-content .wrapper-content.teams-alt .left-content .intro-title a.is-active,
.our-team-content .wrapper-content.teams-alt .right-content .intro-title a:hover,
.our-team-content .wrapper-content.teams-alt .right-content .intro-title a.is-active {
  text-decoration: none !important;
}

.our-team-content.white-bg .right-content .intro-title a:hover .read-more .icon-add {
  background: #000;
}

.our-team-content.white-bg .right-content .intro-title a:hover .read-more .icon-add::after,
.our-team-content.white-bg .right-content .intro-title a:hover .read-more .icon-add::before {
  background: #fff !important;
}

.our-team-content.white-bg .right-content .intro-content {
  background: #000;
}

.our-team-content.white-bg .right-content .intro-content .content-box::before {
  background: #fff;
}

.our-team-content.white-bg .right-content .intro-content .content-box .close-team {
  border-color: #fff;
}

.our-team-content.white-bg .right-content .intro-content .content-box .close-team::before,
.our-team-content.white-bg .right-content .intro-content .content-box .close-team::after {
  background: #fff;
}

.our-team-content.white-bg .right-content .intro-content .content-box .close-team:hover {
  background: #fff;
}

.our-team-content.white-bg .right-content .intro-content .content-box .close-team:hover::before,
.our-team-content.white-bg .right-content .intro-content .content-box .close-team:hover::after {
  background: #000;
}

.our-team-content.white-bg .right-content .intro-content .content-box .text p,
.our-team-content.white-bg .right-content .intro-content .content-box .text h4,
.our-team-content.white-bg .right-content .intro-content .content-box .text span,
.our-team-content.white-bg .right-content .intro-content .content-box .text .job-title {
  color: #fff !important;
}

.our-team-content.white-bg .right-content .intro-content .content-box .text .job-title .icon {
  color: #fff;
}

.our-team-content.white-bg .right-content .job-title {
  color: #000 !important;
}

.our-team-content.white-bg .right-content .read-more .icon-add {
  border-color: #000 !important;
}

.our-team-content.white-bg .right-content .read-more .icon-add::before,
.our-team-content.white-bg .right-content .read-more .icon-add::after {
  background: #000 !important;
}

.our-team-content.white-bg .right-content .read-more span {
  color: #000 !important;
}

.our-team-content.white-bg .right-content .read-more:hover .icon-add {
  background: #000 !important;
}

.our-team-content.white-bg .right-content .read-more:hover .icon-add::before,
.our-team-content.white-bg .right-content .read-more:hover .icon-add::after {
  background: #fff !important;
}

.our-clients-slider {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .our-clients-slider {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .icon-share {
    margin-top: 0 !important;
  }
}
.teams-list + .teams-list .right-content {
  padding-top: 20px;
}

.our-value.black-bg .right-content .text-intro p,
.our-value.black-bg .right-content .text-intro h2,
.our-value.black-bg .right-content .text-intro h3,
.our-value.black-bg .right-content .text-intro h4,
.our-value.black-bg .right-content .text-intro h5,
.our-value.black-bg .right-content .text-intro h6,
.our-value.black-bg .right-content .text-intro a {
  color: #fff !important;
}

.our-value.black-bg .right-content .values-list .list:before {
  background: #fff !important;
}

.left-content h2 {
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .left-content h2 {
    min-width: calc(100% - 20px) !important;
  }
}
.iconarrowhead-right::after {
  content: "";
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .impact-global {
    overflow-x: hidden;
    padding-top: 70px;
    margin-top: 0 !important;
    height: auto;
  }
}
.header-button a {
  margin-top: 0;
}

.header-button a i::before {
  color: #fff !important;
  border-color: #fff !important;
}

.header-button a:hover i::before {
  background-color: #fff !important;
  color: #000 !important;
}

.header-button span {
  color: #fff !important;
  text-transform: uppercase;
  font-family: "BrownStd-Regular", sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
}

.only-foundation {
  display: none;
}

.foundation-lists .only-foundation {
  display: block;
}

.right-content {
  transition: all 0.4s ease;
}

.right-content h1,
.right-content h2,
.right-content h3 {
  max-width: 1300px !important;
}

.right-content h1 em,
.right-content h2 em,
.right-content h3 em {
  font-family: "RecklessNeue-LightItalic", serif;
  font-weight: 200;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .right-content h1 em,
  .right-content h2 em,
  .right-content h3 em {
    margin-left: unset;
  }
}
.right-content h4 {
  font-size: 28px;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .right-content h4 {
    font-size: 20px;
    line-height: 23px;
  }
}
.right-content.large-heading h3 {
  font-size: 65px;
  line-height: 65px;
  letter-spacing: -0.8px;
}

@media screen and (max-width: 1024px) {
  .right-content.large-heading h3 {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.3px;
  }
}
.impact-global li {
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 1024px) {
  .button-hover-text-block {
    margin-top: 20px;
  }
}
.hide-bottom-padding {
  padding-bottom: 0px !important;
  transition: all 0.4s ease;
}

.hide-bottom-padding .right-content {
  padding-bottom: 0px !important;
  transition: all 0.4s ease;
}

.hide-bottom-padding .left-content {
  padding-bottom: 0px !important;
  transition: all 0.4s ease;
}

.global-article-detail-content + .casestudies-article-detail-content .article-detail-content {
  padding-top: 67px;
}

.slider-arrows.show-laptop {
  display: none !important;
}

@media screen and (max-width: 1439px) {
  .slider-arrows.show-laptop {
    display: block !important;
  }
}
@media screen and (max-width: 1399px) {
  .header nav .menu-list {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .header nav {
    position: relative;
    top: -30px;
  }
}
@media screen and (max-width: 991px) {
  .header nav {
    top: -12px;
  }
}
@media screen and (max-width: 768px) {
  .header nav {
    top: 0px;
  }
}
.slick-slider:not(.slick-vertical) .slick-track {
  display: flex;
  align-items: center;
}

.false-slide {
  opacity: 0;
}

.for-media-content .button i::after {
  content: unset;
}

@media screen and (max-width: 991px) and (min-width: 321px) {
  .right-content > .text-content {
    padding-bottom: 55px;
  }
  .android .what-we-do .content .right-content,
  .ipad .what-we-do .content .right-content,
  .iphone .what-we-do .content .right-content {
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 767px) and (max-height: 800px) {
  .page-section.what-we-do {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    min-height: 800px;
  }
  .page-section.what-we-do .content,
  .page-section.what-we-do .container,
  .page-section.what-we-do .img-bg {
    min-height: 800px;
    align-items: flex-end;
    display: flex;
  }
}
/* Section Image Text Section */
.section-image-text-section .section-image-text-container {
  display: flex;
  gap: 1.75rem;
  padding: 1rem 0 1.5rem;
  max-width: 1600px;
}

.section-image-text-section .section-image-text-container.section-image-text-container-layout--text_image {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .section-image-text-section .section-image-text-container {
    flex-direction: column !important;
    padding: 45px 0 50px;
    gap: 2rem;
  }
}
.section-image-text-section .section-image-text-container .section-image {
  flex: 1;
}

.section-image-text-section .section-image-text-container .section-image img {
  width: 100%;
}

.section-image-text-section .section-image-text-container .section-text {
  flex: 1;
}

.section-image-text-section .section-image-text-container .section-text p {
  font-size: 16px;
}

@media screen and (min-width: 1199px) {
  .section-image-text-section .section-image-text-container .section-text p {
    font-size: 18px;
  }
}
/* Top Section Styling */
.top-spacing .left-content,
.top-spacing .right-content {
  padding-top: 248px;
}

/* Seciton CTA Download Report */
.cta-section-download .wrapper-content .left-content {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .cta-section-download .wrapper-content .left-content {
    display: none;
  }
}
.cta-section-download .wrapper-content .right-content {
  padding-top: 45px;
  padding-bottom: 55px;
}

.cta-section-download-slider .wrapper-content .right-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

.cta-section-download-slider .section-text {
  padding-right: 2rem !important;
}

.cta-section-download-slider .section-cta-download-container .section-text h3 {
  font-size: clamp(1.375rem, 3vw, 2rem) !important;
  line-height: 1em !important;
  max-width: 31rem !important;
  max-width: clamp(20rem, 40vw, 31rem) !important;
}

@media screen and (max-width: 767px) {
  .cta-section-download-slider .section-image img {
    width: auto !important;
  }
  .cta-section-download-slider .section-cta-download-container .section-text h3 {
    max-width: 90vw !important;
  }
  .left-content--empty {
    display: none;
  }
}
.cta-section-download .section-cta-download-container {
  display: flex;
  gap: 1.2rem;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .cta-section-download .section-cta-download-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.cta-section-download .section-cta-download-container .section-image img {
  max-height: 400px;
}

@media screen and (max-width: 767px) {
  .cta-section-download .section-cta-download-container .section-image img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.cta-section-download .section-cta-download-container .section-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  .cta-section-download .section-cta-download-container .section-text {
    justify-content: flex-start;
  }
}
.cta-section-download .section-cta-download-container .section-text h3 {
  max-width: 31rem;
}

@media screen and (min-width: 1023px) {
  .cta-section-download .section-cta-download-container .section-text h3 {
    font-size: 55px;
    line-height: 58px;
  }
}
.cta-section-download .section-cta-download-container .section-text h3::after {
  content: none;
}

/* Popup Modal */
.popup-modal {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.popup-modal.open {
  opacity: 1;
  pointer-events: initial;
}

.popup-modal .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.popup-modal .popup-modal-body {
  background: white;
  padding: 15px;
  width: 100%;
  max-width: 600px;
  margin: 0 1rem;
}

.popup-modal .popup-modal-body iframe {
  height: 600px;
}

#selected-region {
  border: none;
  width: 100%;
  outline: none;
}

.selected-region-container {
  position: relative;
  border-bottom: 1px solid #000;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
}

.selected-region-container::after {
  content: "";
  position: absolute;
  width: 12.5px;
  height: 12.5px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform-origin: center center;
  transform: rotate(-45deg) translateY(-50%);
  top: calc(50% - 0.5rem);
  right: 0;
}

.js-disclaimer-next.inactive {
  pointer-events: none;
  opacity: 0.4;
  transition: opacity 0.4s ease;
}

.investments-disclaimer-pop-up .content {
  max-width: 500px;
}

.investments-disclaimer-pop-up .content .box {
  padding: 10px 30px 30px;
}

.investments-disclaimer-pop-up .content h3 {
  font-size: 32px;
}

.investments-disclaimer-pop-up .content select {
  font-size: 16px;
}

.post-password-form {
  padding: 15rem 4rem 8rem;
  margin-bottom: 2.5rem;
  background-color: black;
}

.post-password-form p,
.post-password-form label {
  color: white;
}

.post-password-form input,
.post-password-form button {
  color: black;
}

.contact-us-pop-up iframe {
  width: 100%;
}

.section-animated-video {
  background-color: var(--bg-colour, #FCFBFC);
  overflow: hidden;
}

.section-animated-video .section-animated-video-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 2.75rem 0;
}

@media screen and (min-width: 767px) {
  .section-animated-video.text_video .section-animated-video-container {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .section-animated-video .section-animated-video-container.section-animated-video-container--alt {
    height: 100vh;
    height: 100svh;
    min-height: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .section-animated-video .section-animated-video-container {
    flex-direction: column;
    padding: 3rem 0;
  }
}
.section-animated-video .section-animated-video-container > div {
  width: 100%;
}

.section-animated-video .section-animated-video-container .video-container {
  transform: scale(1.15);
}

@media screen and (min-width: 768px) {
  .section-animated-video .section-animated-video-container .video-container {
    transition: transform 1.2s ease;
    transform: translateX(50%) scale(1.1);
  }
  .section-animated-video.text_video .section-animated-video-container .video-container {
    transform: translateX(-50%) scale(1.1);
  }
}
.section-animated-video .section-animated-video-container .video-container video {
  width: 100%;
}

.section-animated-video .section-animated-video-container .content-container {
  max-width: 550px;
}

@media screen and (min-width: 768px) {
  .section-animated-video .section-animated-video-container .content-container {
    opacity: 0;
    transition: opacity 1.2s ease;
    transition-delay: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .section-animated-video .section-animated-video-container .content-container {
    margin-top: 1.5rem;
  }
}
.section-animated-video.section-animated-video--no-animate .video-container {
  transform: scale(1);
}

@media screen and (min-width: 768px) {
  .section-animated-video.animated:not(.section-animated-video--no-animate) .video-container {
    transform: translateX(0%) scale(1);
  }
  .section-animated-video.animated:not(.section-animated-video--no-animate) .content-container {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .section-animated-video.section-animated-video--alt .section-animated-video-container {
    padding-top: 5.5rem;
  }
}
footer .footer-bottom .content {
  align-items: center;
}

@media screen and (max-width: 767px) {
  footer .footer-bottom .content {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
footer .footer-bottom .back-to-top {
  right: 4.5rem;
}

footer .footer-bottom .b-corp-logo {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  footer .footer-bottom .b-corp-logo {
    margin-left: unset;
  }
}
footer .footer-bottom .b-corp-logo img {
  height: 72px;
}

@media screen and (max-width: 767px) {
  footer .footer-bottom {
    padding: 30px 0 40px;
  }
}
/* Form module */
.form-detail-content .left-content h2 {
  margin-top: 0;
}
.form-detail-content .right-content {
  padding-bottom: 160px;
  max-width: 43rem;
}
@media (max-width: 1199.9px) {
  .form-detail-content .right-content {
    padding-bottom: 140px;
  }
}
@media (max-width: 991.9px) {
  .form-detail-content .right-content {
    padding-bottom: 120px;
  }
}
@media (max-width: 767.9px) {
  .form-detail-content .right-content {
    padding-bottom: 100px;
  }
}
@media (max-width: 575.9px) {
  .form-detail-content .right-content {
    padding-bottom: 60px;
  }
}

/* Text module */
.text-detail-content .wrapper-content .left-content {
  padding-top: 120px;
}

.text-detail-content.text-detail-content--bottom-padding .left-content,
.text-detail-content.text-detail-content--bottom-padding .right-content {
  padding-bottom: 120px;
}

.text-detail-content .wrapper-content .right-content {
  padding-top: 120px;
  padding-left: 15px;
}

@media (max-width: 767.9px) {
  .text-detail-content .wrapper-content .right-content,
  .text-detail-content .wrapper-content .left-content {
    padding: 80px 0 73px 0;
  }
}
@media (max-width: 575.9px) {
  .text-detail-content .wrapper-content .right-content,
  .text-detail-content .wrapper-content .left-content {
    padding: 60px 0 73px 0;
  }
}
.text-detail-content .wrapper-content .right-content .article-detail-content {
  max-width: 766px;
}

.text-detail-content .wrapper-content .right-content .article-detail-content h2 {
  margin-top: 10px;
}

.text-detail-content .wrapper-content .right-content .article-detail-content .initial-letter {
  font-family: "RecklessNeue-LightItalic";
  font-weight: normal;
  font-size: 129px;
  line-height: 0.74;
  float: left;
  margin: 0 0 0 -8px;
  padding-right: 24px;
}

.text-detail-content .wrapper-content .right-content .article-detail-content p {
  letter-spacing: -0.25px;
}

/* Subnav module */
.subnav-detail-content {
  position: sticky;
  top: 0;
  box-shadow: 0 0 6px #b5b5b5;
  z-index: 1;
  background: #ffffff;
  transition: top 0.3s ease-in-out;
  overflow: auto;
}
.subnav-detail-content .container {
  max-width: 1443px;
  padding: 0 21px;
}
.subnav-detail-content .subnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .subnav-detail-content .subnav {
    margin: 0 -21px;
  }
}
.subnav-detail-content .subnav__nav-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .subnav-detail-content .subnav__nav-wrap {
    width: 100%;
  }
}
.subnav-detail-content .subnav__nav-wrap:after {
  content: "";
  position: absolute;
  background-color: #000000;
  right: 100%;
  bottom: 0;
  height: 6px;
  width: 100vw;
}
@media (max-width: 767px) {
  .subnav-detail-content .subnav__nav-wrap:after {
    display: none;
  }
}
.subnav-detail-content .subnav__nav-wrap__inner {
  overflow: auto;
}
.subnav-detail-content .subnav__nav-wrap__inner ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.subnav-detail-content .subnav__nav-wrap__inner ul li {
  margin: 0;
}
.subnav-detail-content .subnav__nav-wrap__inner ul li a {
  font-family: "BrownStd-Regular";
  color: #000000;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 1.1rem 1.4rem 1.3rem;
  display: block;
  white-space: nowrap;
  transition: opacity 0.3s;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767px) {
  .subnav-detail-content .subnav__nav-wrap__inner ul li a {
    font-size: 0.86rem;
    padding: 1.1rem 1.4rem 1.7rem;
  }
}
.subnav-detail-content .subnav__nav-wrap__inner ul li a:hover {
  text-decoration: underline;
}
.subnav-detail-content .subnav__nav-wrap__inner ul li a:after {
  content: "";
  position: absolute;
  background-color: #000000;
  left: 0;
  bottom: 0;
  height: 6px;
  width: var(--scroll-progress, 0%);
}
@media (max-width: 767px) {
  .subnav-detail-content .subnav .subnav__btn-wrap {
    display: none;
  }
}
.subnav-detail-content .subnav .subnav__btn-wrap .btn {
  font-family: "BrownStd-Regular";
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  padding: 0.5rem 1.5rem;
  font-size: 0.8rem;
  transition: opacity 0.3s;
}
.subnav-detail-content .subnav .subnav__btn-wrap .btn:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  header.smaller-white-scroll + .custom-fullpage-slider .subnav-detail-content {
    top: 70px;
  }
  header.smaller-white-scroll.header-hide + .custom-fullpage-slider .subnav-detail-content {
    top: 0;
  }
}
.breadcrumbs-detail-content p {
  font-family: "BrownStd-Regular";
  margin: 0;
  font-size: 0.61rem;
  padding: 1.8rem 0;
}
@media (max-width: 767px) {
  .breadcrumbs-detail-content p {
    padding: 1.6rem 0;
  }
}

.complex-text-detail-content {
  background-color: #ffffff;
  color: #000000;
}
.complex-text-detail-content--black {
  background-color: #000000;
  color: #ffffff;
}
.complex-text-detail-content--black .right-content {
  border-color: #ffffff;
}
.complex-text-detail-content .left-content,
.complex-text-detail-content .right-content {
  padding-top: 5.7rem;
  padding-bottom: 5.7rem;
}
@media (max-width: 767px) {
  .complex-text-detail-content .left-content,
  .complex-text-detail-content .right-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.complex-text-detail-content .left-content.no-padding,
.complex-text-detail-content .right-content.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .complex-text-detail-content .left-content {
    padding-bottom: 0;
  }
}
.complex-text-detail-content .left-content img {
  max-width: 100%;
  width: auto;
}
.complex-text-detail-content h1, .complex-text-detail-content h2, .complex-text-detail-content h3, .complex-text-detail-content h4, .complex-text-detail-content h5, .complex-text-detail-content h6, .complex-text-detail-content p, .complex-text-detail-content li, .complex-text-detail-content a {
  color: inherit;
}
.complex-text-detail-content__inner {
  max-width: 770px;
}
.complex-text-detail-content__inner h2 {
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 1.3rem;
}
.complex-text-detail-content__inner p {
  font-size: 1.05rem;
  line-height: 1.2;
  margin-bottom: 1.05rem;
}
.complex-text-detail-content__inner p:last-child {
  margin-bottom: 0;
}
.complex-text-detail-content__inner p img {
  margin-top: 1.6rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .complex-text-detail-content__inner p img {
    margin-top: 0;
  }
}
.complex-text-detail-content__inner a {
  text-decoration: underline;
}
.complex-text-detail-content__inner a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .complex-text-detail-content__inner .row > div + div {
    margin-top: 2rem;
  }
}
.complex-text-detail-content__inner .row + .row {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .complex-text-detail-content__inner .row + .row {
    margin-top: 2rem;
  }
}

.accordion-detail-content .right-content {
  padding-top: 3.7rem;
  padding-bottom: 3.7rem;
}
@media (max-width: 767px) {
  .accordion-detail-content .right-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.accordion-detail-content__inner h2 {
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 2.2rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .accordion-detail-content__inner h2 {
    font-size: 2.2rem;
    margin-bottom: 2.9rem;
  }
}
.accordion-detail-content__inner .accordion {
  --offset: 15px;
  max-width: calc(41rem + var(--offset));
  margin-left: calc(var(--offset) * -1);
}
@media (max-width: 767px) {
  .accordion-detail-content__inner .accordion {
    --offset: 0px;
  }
}
.accordion-detail-content__inner .accordion__row {
  border-top: 1px solid #000000;
}
.accordion-detail-content__inner .accordion__row:last-child {
  border-bottom: 1px solid #000000;
}
.accordion-detail-content__inner .accordion__row__button {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 1.3rem 2rem 1.3rem var(--offset);
  margin: 0;
  font-family: "BrownStd-Regular";
  text-align: left;
  font-size: 0.75rem;
  text-transform: uppercase;
  outline: none;
  position: relative;
}
@media (max-width: 767px) {
  .accordion-detail-content__inner .accordion__row__button {
    font-size: 0.9rem;
    padding: 1.6rem 2rem 1.6rem 0;
  }
}
.accordion-detail-content__inner .accordion__row__button:focus-visible {
  outline: auto;
}
.accordion-detail-content__inner .accordion__row__button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 0;
  width: 1.1rem;
  height: 0.6rem;
  background-image: url("../images/ico-arrow-up.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}
.accordion-detail-content__inner .accordion__row__button[aria-expanded=true]:after {
  transform: translateY(-50%);
}
.accordion-detail-content__inner .accordion__row__content {
  padding-left: var(--offset);
  padding-bottom: 1.1rem;
}
.accordion-detail-content__inner .accordion__row__content p, .accordion-detail-content__inner .accordion__row__content li {
  font-size: 0.75rem;
  max-width: 31rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .accordion-detail-content__inner .accordion__row__content p, .accordion-detail-content__inner .accordion__row__content li {
    font-size: 0.95rem;
  }
}

.tabs-detail-content .right-content {
  padding-top: 2rem;
  padding-bottom: 0rem;
}
.tabs-detail-content__inner__header {
  max-width: 38rem;
  margin-bottom: 2.8rem;
}
.tabs-detail-content__inner h2 {
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 2.2rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .tabs-detail-content__inner h2 {
    font-size: 2.2rem;
    margin-bottom: 2.9rem;
  }
}
.tabs-detail-content__inner p {
  line-height: 1.2;
  margin-bottom: 1.05rem;
}
.tabs-detail-content__inner p:last-child {
  margin-bottom: 0;
}
.tabs-detail-content__inner p + ul,
.tabs-detail-content__inner p + ol {
  margin-top: -1.05rem;
}
.tabs-detail-content__inner ul, .tabs-detail-content__inner ol {
  padding-left: 1.2rem;
  margin-bottom: 1.05rem;
}
.tabs-detail-content__inner ul:last-child, .tabs-detail-content__inner ol:last-child {
  margin-bottom: 0;
}
.tabs-detail-content__inner ul li, .tabs-detail-content__inner ol li {
  margin: 0;
  line-height: 1.2;
}
.tabs-detail-content__inner .tabs__header {
  display: flex;
}
.tabs-detail-content__inner .tabs__header > span {
  flex-basis: 50%;
  cursor: pointer;
  position: relative;
  padding-bottom: 2.4rem;
  padding-left: 0.8rem;
}
@media (max-width: 767px) {
  .tabs-detail-content__inner .tabs__header > span {
    padding-bottom: 2.1rem;
  }
}
.tabs-detail-content__inner .tabs__header > span[aria-selected=true]:after {
  opacity: 1;
}
.tabs-detail-content__inner .tabs__header > span:after {
  content: "";
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  left: 5.8rem;
  transform: translateY(-50%) rotate(45deg);
  top: 100%;
  background-color: #000000;
  opacity: 0;
}
@media (max-width: 767px) {
  .tabs-detail-content__inner .tabs__header > span:after {
    left: 4rem;
    width: 1.1rem;
    height: 1.1rem;
  }
}
.tabs-detail-content__inner .tabs__header > span img {
  width: auto;
  max-width: 100%;
  display: block;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .tabs-detail-content__inner .tabs__header > span img {
    max-width: 3rem;
    margin-bottom: 0.8rem;
  }
}
.tabs-detail-content__inner .tabs__header > span span {
  font-size: 1rem;
  font-family: "BrownStd-Regular";
  text-transform: uppercase;
  max-width: 17rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .tabs-detail-content__inner .tabs__header > span span {
    font-size: 0.95rem;
    max-width: 9rem;
    line-height: 1.2;
  }
}
.tabs-detail-content__inner .tabs__tab {
  background-color: #000000;
  color: #ffffff;
  margin-left: -15px;
  margin-right: -55px;
  padding: 5rem 55px 4.7rem 1.9rem;
}
@media (max-width: 767px) {
  .tabs-detail-content__inner .tabs__tab {
    padding: 3.1rem 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.tabs-detail-content__inner .tabs__tab h1, .tabs-detail-content__inner .tabs__tab h2, .tabs-detail-content__inner .tabs__tab h3, .tabs-detail-content__inner .tabs__tab h4, .tabs-detail-content__inner .tabs__tab h5, .tabs-detail-content__inner .tabs__tab h6, .tabs-detail-content__inner .tabs__tab p, .tabs-detail-content__inner .tabs__tab li {
  color: inherit;
}
.tabs-detail-content__inner .tabs__tab .tab_content,
.tabs-detail-content__inner .tabs__tab .tab_content_hidden {
  max-width: 40rem;
}
.tabs-detail-content__inner .tabs__tab .tab_content_hidden {
  margin-top: 2.1rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .tabs-detail-content__inner .tabs__tab .tab_content_hidden {
    margin-bottom: 0;
  }
}
.tabs-detail-content__inner .tabs__tab .tab_content_hidden .row {
  margin-top: 2rem;
  display: flex;
  margin-left: -26px;
  margin-right: -26px;
}
@media (max-width: 767px) {
  .tabs-detail-content__inner .tabs__tab .tab_content_hidden .row {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.tabs-detail-content__inner .tabs__tab .tab_content_hidden .row > div {
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 4.6rem;
}
@media (max-width: 767px) {
  .tabs-detail-content__inner .tabs__tab .tab_content_hidden .row > div {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 5.4rem;
    min-width: 81vw;
  }
}
.tabs-detail-content__inner .tabs__tab .tab_content_hidden .row > div + div {
  border-left: 1px solid #ffffff;
}
.tabs-detail-content__inner .tabs__tab .tab_content_hidden .row > div h4 {
  font-size: 1.25rem;
  min-height: 3rem;
  margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .tabs-detail-content__inner .tabs__tab .tab_content_hidden .row > div h4 {
    min-height: 0;
    font-size: 1.6rem;
    margin-bottom: 3.3rem;
  }
}
.tabs-detail-content__inner .tabs__tab .tab_content_hidden .row > div p {
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .tabs-detail-content__inner .tabs__tab .tab_content_hidden .row > div p {
    font-size: 0.95rem;
  }
}
.tabs-detail-content__inner .tabs__tab .tab_content_btn {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 1.3rem 0 0 0.5rem;
  outline: none;
}
@media (max-width: 767px) {
  .tabs-detail-content__inner .tabs__tab .tab_content_btn {
    margin: 2rem 0 0;
  }
}
.tabs-detail-content__inner .tabs__tab .tab_content_btn:focus-visible {
  outline: auto;
}
.tabs-detail-content__inner .tabs__tab .tab_content_btn__open {
  display: none;
}
.tabs-detail-content__inner .tabs__tab .tab_content_btn[aria-expanded=true] .tab_content_btn__close {
  display: none;
}
.tabs-detail-content__inner .tabs__tab .tab_content_btn[aria-expanded=true] .tab_content_btn__open {
  display: inline;
}
.tabs-detail-content__inner .tabs__tab .tab_content_btn svg {
  margin-right: 0.6rem;
}
.tabs-detail-content__inner .tabs__tab .tab_content_btn span {
  font-family: "BrownStd-Regular";
  font-size: 0.75rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .tabs-detail-content__inner .tabs__tab .tab_content_btn span {
    font-size: 0.95rem;
  }
}

.checklist-timeline-detail-content .right-content {
  padding-top: 5.3rem;
  padding-bottom: 5.8rem;
}
@media (max-width: 767px) {
  .checklist-timeline-detail-content .right-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.checklist-timeline-detail-content__inner__header {
  max-width: 38rem;
  margin-bottom: 2.8rem;
}
.checklist-timeline-detail-content__inner__header h2 {
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .checklist-timeline-detail-content__inner__header h2 {
    font-size: 2.2rem;
    margin-bottom: 2.2rem;
  }
}
.checklist-timeline-detail-content__inner__header p {
  line-height: 1.2;
  margin-bottom: 1.1rem;
}
.checklist-timeline-detail-content__inner__header p:last-child {
  margin-bottom: 0;
}
.checklist-timeline-detail-content__inner__header p a {
  color: inherit;
  text-decoration: underline;
}
.checklist-timeline-detail-content__inner__header p a:hover, .checklist-timeline-detail-content__inner__header p a:focus-visible {
  text-decoration: none;
}
.checklist-timeline-detail-content__inner__header p + ul,
.checklist-timeline-detail-content__inner__header p + ol {
  margin-top: -1.1rem;
}
.checklist-timeline-detail-content__inner__header ul, .checklist-timeline-detail-content__inner__header ol {
  padding-left: 1.2rem;
  margin-bottom: 1.1rem;
}
.checklist-timeline-detail-content__inner__header ul:last-child, .checklist-timeline-detail-content__inner__header ol:last-child {
  margin-bottom: 0;
}
.checklist-timeline-detail-content__inner__header ul li, .checklist-timeline-detail-content__inner__header ol li {
  margin: 0;
  line-height: 1.2;
}
.checklist-timeline-detail-content__inner__header .button {
  font-size: 0.75rem;
  margin: 0.2rem 0 1.3rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .checklist-timeline-detail-content__inner__header .button {
    display: flex;
  }
}
.checklist-timeline-detail-content__inner__header .button i:before {
  width: 33px;
  height: 33px;
  margin-right: 17px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .checklist-timeline-detail-content__inner__header .button i:before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    line-height: 18px;
  }
}
.checklist-timeline-detail-content__inner__header .disclaimer {
  margin: 3.6rem 0;
}
@media (max-width: 767px) {
  .checklist-timeline-detail-content__inner__header .disclaimer {
    margin: 2rem 0;
  }
}
.checklist-timeline-detail-content__inner__header .disclaimer p {
  font-family: "BrownStd-Regular";
}
@media (max-width: 767px) {
  .checklist-timeline-detail-content__inner .timeline {
    margin-top: 3rem;
  }
}
.checklist-timeline-detail-content__inner .timeline .timeline__row {
  color: #000000;
  position: relative;
  padding-left: 0.9rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .checklist-timeline-detail-content__inner .timeline .timeline__row {
    margin-left: 1.3rem;
    padding-left: 2.2rem;
    padding-bottom: 3.1rem;
  }
  .checklist-timeline-detail-content__inner .timeline .timeline__row:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: currentColor;
  }
}
.checklist-timeline-detail-content__inner .timeline .timeline__row:last-child {
  padding-bottom: 0;
}
.checklist-timeline-detail-content__inner .timeline .timeline__row:last-child:before {
  display: none;
}
.checklist-timeline-detail-content__inner .timeline .timeline__row:after {
  content: "";
  position: absolute;
  left: -15px;
  top: -0.05rem;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: currentColor;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .checklist-timeline-detail-content__inner .timeline .timeline__row:after {
    left: 0;
    top: -0.2rem;
  }
}
.checklist-timeline-detail-content__inner .timeline .timeline__row h4 {
  font-size: 1rem;
  font-family: "BrownStd-Regular";
  margin: 0 0 0.4rem;
  color: inherit;
}
.checklist-timeline-detail-content__inner .timeline .timeline__row h4:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .checklist-timeline-detail-content__inner .timeline .timeline__row h4 {
    margin: 0 0 0.5rem;
  }
}
.checklist-timeline-detail-content__inner .timeline .timeline__row > p {
  font-size: 0.75rem;
  color: inherit;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .checklist-timeline-detail-content__inner .timeline .timeline__row > p {
    font-size: 1rem;
  }
}
.checklist-timeline-detail-content__inner .timeline .timeline__row__text {
  max-width: 38rem;
}
.checklist-timeline-detail-content__inner .timeline .timeline__row__text p {
  margin-bottom: 0.6rem;
}
.checklist-timeline-detail-content__inner .timeline .timeline__row__text p:last-child {
  margin-bottom: 0;
}
.checklist-timeline-detail-content__inner .timeline .timeline__row__text .button {
  margin-top: 0;
  font-size: 0.75rem;
  letter-spacing: 0;
}
.checklist-timeline-detail-content__inner .timeline .timeline__row__text .button i:before {
  width: 33px;
  height: 33px;
  margin-right: 17px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .checklist-timeline-detail-content__inner .timeline .timeline__row__text .button i:before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    line-height: 18px;
  }
}

.article-list .article-list--image {
  position: relative;
  height: 0;
  padding-bottom: 46.42%;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
  display: block;
}
.article-list .article-list--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.wrapper-content .article-detail-content ul {
  padding-left: 0;
  padding-top: 19px;
  margin-bottom: 53px;
  max-width: 766px;
  list-style: none;
}
@media (max-width: 767.9px) {
  .wrapper-content .article-detail-content ul {
    margin-bottom: 29px;
    padding-top: 4px;
  }
}
.wrapper-content .article-detail-content ul li {
  font-family: "BrownStd-Light";
  font-size: 20px;
  color: #000;
  line-height: 1.3;
  letter-spacing: -0.25px;
  margin-bottom: 17px;
  padding-left: 0px;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 767.9px) {
  .wrapper-content .article-detail-content ul li {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: -0.25px;
    margin-bottom: 15px;
  }
}
.wrapper-content .article-detail-content ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  top: 10px;
  left: 0px;
}
@media (max-width: 767.9px) {
  .wrapper-content .article-detail-content ul li:after {
    width: 5px;
    height: 5px;
  }
}

.component--media .media-image--desktop,
.component--media [id*=video-desktop-],
.component--media .plyr--desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .component--media .media-image--desktop,
  .component--media [id*=video-desktop-],
  .component--media .plyr--desktop {
    display: none;
  }
}
.component--media .media-image--mobile,
.component--media [id*=video-mobile-],
.component--media .plyr--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .component--media .media-image--mobile,
  .component--media [id*=video-mobile-],
  .component--media .plyr--mobile {
    display: block;
  }
}
.component--media .plyr__poster {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section--video-media .section__media {
  padding-top: 12px;
}
@media screen and (max-width: 767.9px) {
  .section--video-media .section__media {
    padding: 0rem;
  }
}
.section--video-media .left-content,
.section--video-media .right-content {
  padding: 160px 0 0 15px;
}
@media screen and (max-width: 767.9px) {
  .section--video-media .left-content {
    padding: 38px 0 0 0;
  }
}
@media screen and (max-width: 767.9px) {
  .section--video-media .right-content {
    padding: 0rem;
  }
}
.section--video-media.black-bg .left-content,
.section--video-media.black-bg .right-content {
  padding-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .section--video-media.black-bg .left-content {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767.9px) {
  .section--video-media.black-bg .right-content {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767.9px) {
  .stay-infomed {
    padding-top: 55px;
    padding-bottom: 20px;
  }
}
.no-top-padding {
  padding-top: 0 !important;
}/*# sourceMappingURL=style.css.map */