@import "_bootstrap.min.css";
@import "_owl.carousel.min.css";
@import "_slick.css";
/*
------------------------------------------------------------------------------
Title 1 - 65/76 - GothamNarrow-Black
Title 2 - 48/60 - Gotham-Medium
Title 3 - 28/34 - Gotham-Medium
Title 4 - 22/30 - Gotham-Medium
Eyebrow - 22/28 - LibreBaskerville-Italic
Body    - 18/27 - Gotham-Book
Caption - 16/22 - Gotham-Book
------------------------------------------------------------------------------
Tablet:
Title 1 - 55/66
Eyebrow - 18/24
Body    - 16/22
------------------------------------------------------------------------------
Mobile:
Title 1 - 36/45
Title 2 - 24/27
Title 3 - 16/20
Title 4 - 16/20
Eyebrow - 16/20
Body    - 16/22
Caption - 14/16
------------------------------------------------------------------------------
 */
@font-face {
  font-family: "Gotham Narrow";
  src: url("../fonts/GothamNarrow/GothamNarrow-Black.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Narrow";
  src: url("../fonts/GothamNarrow/GothamNarrow-Ultra.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Book.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("../fonts/LibreBaskerville/LibreBaskerville-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  header *:not(.sub-menu) {
    height: 100%;
  }
}
@media (max-width: 991px) {
  header {
    padding: 12px 0;
  }
}
header.fixed {
  position: fixed;
}
header .container {
  position: relative;
  max-width: 100%;
  padding: 0 80px;
  margin: 0;
}
@media (max-width: 991px) {
  header .container {
    padding: 0 20px;
  }
}
header .header_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  header .header_logo a {
    display: flex;
    align-items: center;
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  header .header_logo a img {
    max-height: 48px;
  }
}
@media (min-width: 992px) {
  header .header_logo a img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  header .header_menu {
    display: block;
  }
}
@media (max-width: 991px) {
  header .header_menu {
    display: none;
    width: 100%;
    min-width: 100%;
    position: absolute;
    top: -12px;
    left: 0;
    padding-top: 100px;
    padding-bottom: 120px;
    height: 100vh;
    overflow: auto;
  }
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  transition: 300ms;
}
@media (max-width: 991px) {
  header ul {
    display: block;
  }
}
@media (max-width: 991px) {
  header ul li {
    border-bottom: unset;
    padding: 22px 0 22px 65px;
  }
}
header ul li.current-menu-item, header ul li.current-menu-parent, header ul li:hover {
  transition: 300ms;
}
header ul li a {
  color: #ffffff;
  display: flex;
  text-decoration: none;
  padding: 36px calc(15px + 1.569vw);
  white-space: nowrap;
}
@media (max-width: 1200px) {
  header ul li a {
    padding: 36px calc(0px + 1.569vw);
  }
}
@media (max-width: 991px) {
  header ul li a {
    /* Mobile/Title 1 */
    font-family: "Gotham Narrow";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 45px; /* 128.571% */
    text-transform: uppercase;
    text-align: start;
    padding: 0;
  }
}
header ul li.menu-item-has-children {
  position: relative;
}
@media (max-width: 991px) {
  header ul li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
  }
}
header ul li.menu-item-has-children > a:after {
  margin-left: 10px;
}
@media (max-width: 991px) {
  header ul li.menu-item-has-children > a:after {
    content: "";
  }
}
header ul li.menu-item-has-children ul.sub-menu {
  display: block;
  position: absolute;
  left: 0;
  min-width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
  padding: 40px 38px 40.776px calc(15px + 1.569vw);
}
@media (max-width: 1200px) {
  header ul li.menu-item-has-children ul.sub-menu {
    padding: 40px 38px 40.776px calc(0px + 1.569vw);
  }
}
@media (max-width: 991px) {
  header ul li.menu-item-has-children ul.sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    display: none;
    padding: 22px 0 0 0;
  }
}
@media (max-width: 991px) {
  header ul li.menu-item-has-children ul.sub-menu.show {
    display: block;
  }
}
header ul li.menu-item-has-children ul.sub-menu li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  header ul li.menu-item-has-children ul.sub-menu li {
    padding-bottom: 16px;
  }
}
header ul li.menu-item-has-children ul.sub-menu li.current-menu-item a {
  text-decoration: underline;
  font-weight: 500;
}
header ul li.menu-item-has-children ul.sub-menu li a {
  padding: 10px 0px;
}
@media (max-width: 991px) {
  header ul li.menu-item-has-children ul.sub-menu li a {
    /* Mobile/Title 2 */
    font-family: "Gotham";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: unset;
    /* 130% */
  }
}
header ul li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
header ul li.menu-item-has-children .caretbox {
  cursor: pointer;
  font-size: 48px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  header ul li.menu-item-has-children .caretbox {
    display: none;
  }
}
@media (max-width: 991px) {
  header ul li.menu-item-has-children .caretbox {
    margin-left: 10px;
    margin-bottom: 4px;
  }
}
header ul li.menu-item-has-children .caretbox.active {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  header ul li.menu-item-has-children .caretbox i:before {
    font-size: 42px;
  }
}
header .search_btn {
  color: #000;
  cursor: pointer;
  padding: 33px 30px;
  position: relative;
  z-index: 2;
}
header .search_btn:hover {
  color: #000;
  background: #f2f2f2;
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 10px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
@media (max-width: 991px) {
  .hamburger {
    z-index: 9999;
    padding: 0;
  }
}
.hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger .hamburger-box .hamburger-inner,
.hamburger .hamburger-box .hamburger-inner:after,
.hamburger .hamburger-box .hamburger-inner:before {
  background-color: #ba9765;
  position: absolute;
  width: 40px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hamburger .hamburger-box .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger .hamburger-box .hamburger-inner:before {
  content: "";
  display: block;
  top: -10px;
}
.hamburger .hamburger-box .hamburger-inner:after {
  content: "";
  display: block;
  bottom: -10px;
}
.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  opacity: 0;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.3s;
}
.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

header.site-header--scheme-dark {
  background: #000000;
  color: #ffffff;
  border-color: #ffffff;
}
header.site-header--scheme-dark a, header.site-header--scheme-dark p, header.site-header--scheme-dark span, header.site-header--scheme-dark h1, header.site-header--scheme-dark h2, header.site-header--scheme-dark h3, header.site-header--scheme-dark h4, header.site-header--scheme-dark h5, header.site-header--scheme-dark h6, header.site-header--scheme-dark div {
  color: #ffffff;
}
header.site-header--scheme-dark {
  border-bottom-color: #212129;
}
header.site-header--scheme-dark ul li.current-menu-item, header.site-header--scheme-dark ul li.current-menu-parent, header.site-header--scheme-dark ul li:hover {
  background: #212129;
}
@media (min-width: 992px) {
  header.site-header--scheme-dark ul li.menu-item-has-children > a:after {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.7885 0.705025C13.0705 0.978392 13.0705 1.42161 12.7885 1.69497L7.01069 7.29498C6.72864 7.56834 6.27136 7.56834 5.98931 7.29497L0.211534 1.69497C-0.0705109 1.42161 -0.0705109 0.978392 0.211534 0.705025C0.493579 0.431658 0.950865 0.431658 1.23291 0.705025L6.5 5.81005L11.7671 0.705025C12.0491 0.431658 12.5064 0.431658 12.7885 0.705025Z" fill="%23ffffff" /></svg>');
  }
}
header.site-header--scheme-dark ul li.menu-item-has-children ul.sub-menu {
  background: #212129;
}
header.site-header--scheme-dark ul li.menu-item-has-children .caretbox path {
  fill: #ffffff;
}
@media (max-width: 991px) {
  header.site-header--scheme-dark .header_menu {
    background: #212129;
  }
}
header.site-header--scheme-light {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
}
header.site-header--scheme-light a, header.site-header--scheme-light p, header.site-header--scheme-light span, header.site-header--scheme-light h1, header.site-header--scheme-light h2, header.site-header--scheme-light h3, header.site-header--scheme-light h4, header.site-header--scheme-light h5, header.site-header--scheme-light h6, header.site-header--scheme-light div {
  color: #000000;
}
header.site-header--scheme-light {
  border-bottom-color: #ffffff;
}
header.site-header--scheme-light ul li.current-menu-item, header.site-header--scheme-light ul li.current-menu-parent, header.site-header--scheme-light ul li:hover {
  background: #ffffff;
}
@media (min-width: 992px) {
  header.site-header--scheme-light ul li.menu-item-has-children > a:after {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.7885 0.705025C13.0705 0.978392 13.0705 1.42161 12.7885 1.69497L7.01069 7.29498C6.72864 7.56834 6.27136 7.56834 5.98931 7.29497L0.211534 1.69497C-0.0705109 1.42161 -0.0705109 0.978392 0.211534 0.705025C0.493579 0.431658 0.950865 0.431658 1.23291 0.705025L6.5 5.81005L11.7671 0.705025C12.0491 0.431658 12.5064 0.431658 12.7885 0.705025Z" fill="%23000000" /></svg>');
  }
}
header.site-header--scheme-light ul li.menu-item-has-children ul.sub-menu {
  background: #ffffff;
}
header.site-header--scheme-light ul li.menu-item-has-children .caretbox path {
  fill: #000000;
}
@media (max-width: 991px) {
  header.site-header--scheme-light .header_menu {
    background: #ffffff;
  }
}

footer {
  position: relative;
  z-index: 2;
  padding: 108px 80px;
}
@media (max-width: 1199px) {
  footer {
    padding: 108px 30px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 60px 20px 60px;
  }
}
footer h4 {
  margin: 0 0 6px;
}
footer p.caption {
  overflow-wrap: anywhere;
}
footer .footer-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  footer .footer-container {
    gap: 52px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  footer .footer-container {
    gap: 60px;
  }
}
footer .footer-container .footer-row-one {
  display: flex;
  gap: 48px;
}
@media (max-width: 767px) {
  footer .footer-container .footer-row-one {
    flex-wrap: wrap;
  }
}
footer .footer-container .footer-row-two {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  footer .footer-container .footer-row-two {
    flex-wrap: wrap;
  }
}

.offices-box {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 88px;
}
@media (max-width: 1199px) {
  .offices-box {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .offices-box {
    flex-direction: column;
    flex-basis: 100%;
    gap: 20px;
  }
}
.offices-box .item h4 {
  margin: 0 0 6px;
}
.offices-box .item p {
  margin: 0;
}

.footer-menu-box ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.footer-menu-box ul li {
  margin: 0;
}
.footer-menu-box ul li a {
  transition: 300ms;
  text-decoration: none;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.footer-logo-box {
  margin: 40px 0 -40px;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .footer-logo-box {
    margin: 40px 0;
  }
}
.footer-logo-box img {
  width: 56px;
}
@media (max-width: 1199px) {
  .footer-logo-box img {
    width: 36px;
  }
}

.socials-box ul.social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.socials-box ul.social li a {
  display: flex;
}
.socials-box ul.social li .socialicon {
  fill: #fff;
  transition: 300ms;
}
.socials-box ul.social li .socialicon:hover {
  fill: #fff;
}

.copyright-box p {
  margin: 0;
  font-weight: 500;
}

.footer-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  height: 100%;
}
@media (max-width: 767px) {
  .footer-col {
    height: auto;
    margin: 0 0 40px;
  }
}

footer.site-footer--scheme-dark {
  background: #000000;
  color: #ffffff;
  border-color: #ffffff;
}
footer.site-footer--scheme-dark a, footer.site-footer--scheme-dark p, footer.site-footer--scheme-dark span, footer.site-footer--scheme-dark h1, footer.site-footer--scheme-dark h2, footer.site-footer--scheme-dark h3, footer.site-footer--scheme-dark h4, footer.site-footer--scheme-dark h5, footer.site-footer--scheme-dark h6, footer.site-footer--scheme-dark div {
  color: #ffffff;
}
footer.site-footer--scheme-dark svg path {
  fill: #ffffff;
}
footer.site-footer--scheme-light {
  background: #ffffff;
  color: #212129;
  border-color: #212129;
}
footer.site-footer--scheme-light a, footer.site-footer--scheme-light p, footer.site-footer--scheme-light span, footer.site-footer--scheme-light h1, footer.site-footer--scheme-light h2, footer.site-footer--scheme-light h3, footer.site-footer--scheme-light h4, footer.site-footer--scheme-light h5, footer.site-footer--scheme-light h6, footer.site-footer--scheme-light div {
  color: #212129;
}
footer.site-footer--scheme-light svg path {
  fill: #212129;
}

.section--404 {
  text-align: center;
}

.section--404 .box-404 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-bottom: 220px;
}

.section {
  padding: 2px 0;
  margin: -2px 0;
}
.section--scheme-dark {
  background: #000000;
  color: #ffffff;
  border-color: #ffffff;
}
.section--scheme-dark a, .section--scheme-dark p, .section--scheme-dark span, .section--scheme-dark h1, .section--scheme-dark h2, .section--scheme-dark h3, .section--scheme-dark h4, .section--scheme-dark h5, .section--scheme-dark h6, .section--scheme-dark div {
  color: #ffffff;
}
.section--scheme-dark .container-wrapper {
  background: #000000;
  color: #ffffff;
  border-color: #ffffff;
}
.section--scheme-dark .container-wrapper a, .section--scheme-dark .container-wrapper p, .section--scheme-dark .container-wrapper span, .section--scheme-dark .container-wrapper h1, .section--scheme-dark .container-wrapper h2, .section--scheme-dark .container-wrapper h3, .section--scheme-dark .container-wrapper h4, .section--scheme-dark .container-wrapper h5, .section--scheme-dark .container-wrapper h6, .section--scheme-dark .container-wrapper div {
  color: #ffffff;
}
.section--scheme-dark .card_container {
  background: #ffffff;
  color: #212129;
  border-color: #212129;
}
.section--scheme-dark .card_container a, .section--scheme-dark .card_container p, .section--scheme-dark .card_container span, .section--scheme-dark .card_container h1, .section--scheme-dark .card_container h2, .section--scheme-dark .card_container h3, .section--scheme-dark .card_container h4, .section--scheme-dark .card_container h5, .section--scheme-dark .card_container h6, .section--scheme-dark .card_container div {
  color: #212129;
}
.section--scheme-light {
  background: #ffffff;
  color: #212129;
  border-color: #212129;
}
.section--scheme-light a, .section--scheme-light p, .section--scheme-light span, .section--scheme-light h1, .section--scheme-light h2, .section--scheme-light h3, .section--scheme-light h4, .section--scheme-light h5, .section--scheme-light h6, .section--scheme-light div {
  color: #212129;
}
.section--scheme-light .container-wrapper {
  background: #ffffff;
  color: #212129;
  border-color: #212129;
}
.section--scheme-light .container-wrapper a, .section--scheme-light .container-wrapper p, .section--scheme-light .container-wrapper span, .section--scheme-light .container-wrapper h1, .section--scheme-light .container-wrapper h2, .section--scheme-light .container-wrapper h3, .section--scheme-light .container-wrapper h4, .section--scheme-light .container-wrapper h5, .section--scheme-light .container-wrapper h6, .section--scheme-light .container-wrapper div {
  color: #212129;
}
.section--scheme-light .card_container {
  background: #000000;
  color: #ffffff;
  border-color: #ffffff;
}
.section--scheme-light .card_container a, .section--scheme-light .card_container p, .section--scheme-light .card_container span, .section--scheme-light .card_container h1, .section--scheme-light .card_container h2, .section--scheme-light .card_container h3, .section--scheme-light .card_container h4, .section--scheme-light .card_container h5, .section--scheme-light .card_container h6, .section--scheme-light .card_container div {
  color: #ffffff;
}

.home-hero {
  position: relative;
  padding: 80px 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 1199px) {
  .home-hero {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .home-hero {
    padding: 40px 0;
  }
}
.home-hero--scheme-dark {
  background-color: #000000;
  color: #ffffff;
}
.home-hero--scheme-dark .home-hero__title {
  color: #ffffff;
}
.home-hero--scheme-dark .home-hero__text {
  color: #ffffff;
}
.home-hero--scheme-dark .home-hero__video-placeholder {
  background-color: #333;
  color: #ffffff;
}
.home-hero--scheme-light {
  background-color: #ffffff;
  color: #212129;
}
.home-hero--scheme-light .home-hero__title {
  color: #212129;
}
.home-hero--scheme-light .home-hero__text {
  color: #212129;
}
.home-hero--scheme-light .home-hero__video-placeholder {
  background-color: #e0e0e0;
  color: #212129;
}
.home-hero__container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 1199px) {
  .home-hero__container {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .home-hero__container {
    padding: 0 20px;
  }
}
.home-hero__title {
  font-family: "Gotham";
  font-size: 100px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 60px;
}
@media (max-width: 1199px) {
  .home-hero__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home-hero__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.home-hero__video {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 60px;
  overflow: hidden;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .home-hero__video {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home-hero__video {
    margin-bottom: 30px;
  }
}
.home-hero__video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero__video-embed {
  width: 100%;
  height: 100%;
}
.home-hero__video-embed iframe {
  width: 100%;
  height: 100%;
}
.home-hero__video-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .home-hero__video-placeholder {
    font-size: 24px;
  }
}
.home-hero__video-poster {
  width: 100%;
  height: 100%;
}
.home-hero__video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991px) {
  .home-hero__bottom {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .home-hero__bottom {
    gap: 30px;
  }
}
.home-hero__text {
  flex: 0 1 950px;
  font-size: 22px;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .home-hero__text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .home-hero__text {
    flex: auto;
  }
}
.home-hero__text p {
  margin: 0 0 20px;
}
.home-hero__text p:last-child {
  margin-bottom: 0;
}
.home-hero__dots {
  display: flex;
  gap: 33px;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  align-self: stretch;
}
.home-hero__dot {
  width: 111px;
  height: 111px;
  border-radius: 50%;
  display: block;
  transition: transform 0.3s ease;
  aspect-ratio: 1/1;
}
@media (max-width: 991px) {
  .home-hero__dot {
    max-width: 111px;
    max-height: 111px;
    width: 100%;
    height: 100%;
  }
}
.home-hero__dot--pink {
  background-color: #D93D7A;
}
.home-hero__dot--green {
  background-color: #00B0A3;
}
.home-hero__dot--blue {
  background-color: #16ABE0;
}

.container-wrapper {
  padding: 80px 70px;
}
@media (max-width: 1199px) {
  .container-wrapper {
    padding: 60px 20px;
  }
}
@media (max-width: 767px) {
  .container-wrapper {
    padding: 40px 10px;
  }
}
.container-wrapper .text-box {
  max-width: 648px;
  font-size: 18px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .container-wrapper .text-box {
    font-size: 16px;
  }
}
.container-wrapper .headline-box {
  max-width: 1150px;
  font-size: 18px;
}

.news-row {
  border-bottom: 1px solid;
  padding: 56px 0;
}
@media (max-width: 1199px) {
  .news-row {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .news-row {
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .news-row .read-more {
    font-size: 0;
  }
}

.news-featured {
  border-bottom: 1px solid;
}
@media (max-width: 991px) {
  .news-featured .row {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.news-featured .news-featured-content {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-featured .news-featured-content .title {
  font-size: 48px;
  line-height: 1.2;
  max-width: 648px;
}
@media (max-width: 767px) {
  .news-featured .news-featured-content .title {
    font-size: 30px;
    line-height: 1.1;
  }
}
.news-featured .news-featured-content .read-more {
  align-self: flex-end;
}
.news-featured .news-featured-image {
  overflow: hidden;
}
@media (max-width: 991px) {
  .news-featured .news-featured-image {
    margin-bottom: 0;
  }
}
.news-featured .news-featured-image img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: block;
  object-fit: cover;
}
@media (max-width: 991px) {
  .news-featured .news-featured-image img {
    min-height: 300px;
  }
}
.news-featured__dots {
  display: flex;
  gap: 18px;
}
.news-featured__dot {
  max-width: 62px;
  max-height: 62px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.news-featured__dot--pink {
  background-color: #D93D7A;
}
.news-featured__dot--green {
  background-color: #00B0A3;
}
.news-featured__dot--blue {
  background-color: #16ABE0;
}

.agency-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  height: calc(100% - 20px);
  min-height: 380px;
  padding: 20px;
  margin: 0 0 20px;
  background: #212129;
}
.agency-box img {
  width: auto;
  height: 60px;
}
.agency-box h4 {
  margin: 0 0 6px;
}
.agency-box p {
  margin: 0 0 20px;
}

.agency-box--circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  min-height: unset;
  padding: 20px;
  margin: 0;
  background: #212129;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.agency-box--circle_wrapper {
  margin: 30px 15px;
}
.circle .item-circle:nth-child(3n+1) .agency-box--circle {
  background: #D93D7A;
}
.circle .item-circle:nth-child(3n+2) .agency-box--circle {
  background: #00B0A3;
}
.circle .item-circle:nth-child(3n+3) .agency-box--circle {
  background: #16ABE0;
}
.agency-box--circle img {
  margin: 0 0 20px;
}
.agency-box--circle .text-wrapper {
  max-width: 306px;
  margin: 0 auto;
}

.circle-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
  flex: 1;
}
.circle-content .circle-box:nth-child(1) {
  background: #D93D7A;
}
.circle-content .circle-box:nth-child(2) {
  background: #00B0A3;
}
.circle-content .circle-box:nth-child(3) {
  background: #16ABE0;
}
.circle-content .circle-box {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  max-width: 111px;
  max-height: 111px;
  flex: 1 1 auto;
}

.postnews-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 0 35px;
}
@media (max-width: 767px) {
  .postnews-box {
    padding: 0 0 20px;
  }
}
.postnews-box picture {
  margin: 0 0 20px;
  position: relative;
  display: block;
  background: #212129;
  padding-bottom: calc(100% / (509 / 563));
}
.postnews-box picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postnews-box .tags, .postnews-box .item_objects {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}
.postnews-box h3 {
  margin: 10px 0;
}
.postnews-box p {
  margin: 0 0 20px;
}
.postnews-box .button-ext {
  margin-top: auto;
}

.full-img-text {
  position: relative;
  background: #f6f4ee;
  color: #000000;
}
.full-img-text.bg-deep-teal {
  background: #005852;
  color: #ffffff;
}
.full-img-text h2 {
  color: inherit;
}
.full-img-text .image-box {
  background: #212129;
  min-height: 740px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .full-img-text .image-box.none-image {
    min-height: 440px;
  }
}
.full-img-text .image-box img {
  object-fit: cover;
}
.full-img-text .text-box {
  max-width: 568px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1199px) {
  .full-img-text .text-box {
    padding: 120px 20px;
  }
}
@media (max-width: 767px) {
  .full-img-text .text-box {
    padding: 60px 20px;
  }
}
.full-img-text .text-box > * {
  margin: 0;
}
.full-img-text .img-text-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 50px;
}
@media (max-width: 1199px) {
  .full-img-text .img-text-logo {
    margin: 20px;
  }
}
.full-img-text .img-text-logo img {
  max-width: 154px;
}
@media (max-width: 1199px) {
  .full-img-text .img-text-logo img {
    max-width: 112px;
  }
}
@media (max-width: 767px) {
  .full-img-text .img-text-logo img {
    max-width: 84px;
  }
}

.collage-1 .image-box picture {
  margin: 0 0 20px;
  position: relative;
  display: block;
  background: #212129;
  padding-bottom: calc(100% / (1568 / 777));
}
.collage-1 .image-box picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collage-1 .image-box-2 picture {
  margin: 0 0 20px;
  position: relative;
  display: block;
  background: #212129;
  padding-bottom: calc(100% / (774 / 874));
}
.collage-1 .image-box-2 picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collage-1 .image-box > div,
.collage-1 .image-box video {
  margin: 0 0 20px;
}

.member-box {
  margin: 0 0 60px;
  -ms-word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.member-box img {
  width: 100%;
  margin: 0 0 20px;
  filter: grayscale(100%);
}
.member-box picture {
  margin: 0 0 20px;
  position: relative;
  display: block;
  background: #212129;
  padding-bottom: calc(100% / (509 / 563));
}
.member-box picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member-box h4 {
  margin: 0 0 6px;
}

.office-box picture {
  margin: 0 0 20px;
  position: relative;
  display: block;
  background: #212129;
  padding-bottom: calc(100% / (509 / 586));
}
.office-box picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.office-box a {
  color: #FFF;
  text-decoration-line: underline;
}
.office-box a:hover, .office-box a:focus {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.case-content .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 991px) {
  .case-content .content-wrapper {
    gap: 20px;
  }
}
.case-content .content-box {
  flex: 0 0 43%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 30px;
}
@media (max-width: 1199px) {
  .case-content .content-box {
    flex: 0 0 calc(50% - 30px);
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .case-content .content-box {
    flex: 0 0 100%;
  }
}
.case-content .content-box picture {
  width: 100%;
}
.case-content .content-box picture picture {
  margin: 0 0 0;
  position: relative;
  display: block;
  background: #212129;
  padding-bottom: calc(100% / (662 / 827));
}
.case-content .content-box picture picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .case-content .content-box picture {
    text-align: start;
  }
}
.case-content .content-box picture img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center center;
}
.case-content .content-box.quote-box {
  gap: 12px;
}
.case-content .content-box .text-box, .case-content .content-box h2, .case-content .content-box h3 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .case-content .content-box .text-box, .case-content .content-box h2, .case-content .content-box h3 {
    max-width: 90%;
  }
}
.case-content .content-box .circle {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  max-width: 455px;
  max-height: 455px;
  padding: 60px;
  background: #16ABE0;
}

.register-popup {
  opacity: 0;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  z-index: 10002;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease-out;
  align-items: flex-start;
}
.register-popup.show {
  opacity: 1;
  display: flex;
}
.register-popup.show + .overlay-popup {
  display: block;
}
.register-popup.show .popup-wrapper {
  transform: translate(0, 0);
}
.register-popup + .overlay-popup {
  display: none;
  z-index: 10001;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.register-popup .popup-wrapper {
  position: relative;
  z-index: 9;
  margin: 24px auto;
  max-width: 538px;
  width: 100%;
  min-height: calc(100% - 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
@media (max-width: 575px) {
  .register-popup .popup-wrapper {
    margin: 14px;
  }
}
.register-popup .popup-box {
  position: relative;
  padding: 44px 22px;
  margin: 14px;
  background: #212129;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .register-popup .popup-box {
    padding: 36px 20px;
    margin: 12px 6px;
  }
}
.register-popup .popup-box h4 {
  margin: 0 0 6px;
}
.register-popup .close-popup-button {
  display: flex;
  position: absolute;
  top: -14px;
  right: -14px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .register-popup .close-popup-button {
    top: -12px;
    right: -6px;
  }
}
.register-popup form {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 40px 0 0;
}
@media (max-width: 575px) {
  .register-popup form {
    gap: 20px;
    margin: 34px 0 0;
  }
}
.register-popup form > div {
  display: flex;
  flex-direction: row;
  gap: 22px;
  width: 100%;
}
@media (max-width: 575px) {
  .register-popup form > div {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.register-popup form > div > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.register-popup form label {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.register-popup form input {
  transition: all 0.3s ease-out;
}
.register-popup form input[type=text],
.register-popup form input[type=email] {
  width: 100%;
  border-radius: 6px;
  border: none;
  background: #48484C;
  outline: none;
  padding: 8px 10px;
  color: #FFF;
  font-weight: 300;
}
.register-popup form input[type=text]:focus,
.register-popup form input[type=email]:focus {
  box-shadow: 0 0 0 0.5px #DCD2B1;
}
.register-popup form .policy-row {
  flex-wrap: nowrap;
  align-items: center;
}
.register-popup form .policy-row input {
  display: none;
}
.register-popup form .policy-row input ~ .policy-checkbox {
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: #48484C;
  width: 24px;
  height: 24px;
  margin: 0 -8px 0 0;
}
.register-popup form .policy-row input:checked ~ .policy-checkbox:after {
  content: "";
  background: #ffffff;
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 4px;
}
.register-popup form .policy-row input ~ label {
  font-weight: 300;
  margin: 0;
}
.register-popup form .policy-row input ~ label a {
  font-weight: 500;
}
.register-popup form [type=submit] {
  align-self: flex-end;
  margin: 0 1px 1px 0;
}
@media (max-width: 575px) {
  .register-popup form [type=submit] {
    align-self: center;
  }
}
.register-popup form .error-message {
  color: #FE414D;
  margin: 4px 0 0;
}
.register-popup form .input-box .error-message {
  display: none;
}
.register-popup form .input-box.show-error input[type=text],
.register-popup form .input-box.show-error input[type=email] {
  box-shadow: 0 0 0 1px #FE414D;
}
.register-popup form .input-box.show-error .policy-checkbox {
  border: 1px solid #FE414D;
}
.register-popup form .input-box.show-error .error-message {
  display: block;
}
.register-popup .form-box.form-loading {
  opacity: 0.6;
  pointer-events: none;
}
.register-popup .thank-box {
  display: none;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}
.register-popup .thank-box h4 {
  margin: 0 0 44px;
}
.register-popup .thank-box p {
  margin: 0 0 26px;
}

.button-ext {
  display: inline-flex;
  gap: 6px;
  font-family: "Gotham";
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .button-ext {
    gap: 4px;
    font-size: 16px;
    line-height: 19px;
  }
}
.button-ext:hover {
  color: inherit;
  text-decoration: underline;
}
.button-ext-black {
  color: #000000;
}
.button-ext-black:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='18' viewBox='0 0 23 18' fill='none'%3E%3Cpath d='M22.75 9.03906C22.75 9.33203 22.6328 9.60156 22.3984 9.82422L14.6055 17.5938C14.3711 17.8164 14.125 17.9219 13.8438 17.9219C13.2695 17.9219 12.8242 17.5 12.8242 16.9141C12.8242 16.6328 12.918 16.3516 13.1055 16.1758L15.7305 13.5039L19.6797 9.90625L16.8438 10.082H2.01953C1.41016 10.082 0.988281 9.64844 0.988281 9.03906C0.988281 8.42969 1.41016 7.99609 2.01953 7.99609H16.8438L19.668 8.17188L15.7305 4.57422L13.1055 1.90234C12.918 1.71484 12.8242 1.44531 12.8242 1.16406C12.8242 0.578125 13.2695 0.15625 13.8438 0.15625C14.125 0.15625 14.3711 0.25 14.6289 0.507812L22.3984 8.25391C22.6328 8.47656 22.75 8.74609 22.75 9.03906Z' fill='black' /%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .button-ext-black:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13' viewBox='0 0 15 13' fill='none'%3E%3Cpath d='M14.5 6.35938C14.5 6.55469 14.4219 6.73438 14.2656 6.88281L9.07031 12.0625C8.91406 12.2109 8.75 12.2812 8.5625 12.2812C8.17969 12.2812 7.88281 12 7.88281 11.6094C7.88281 11.4219 7.94531 11.2344 8.07031 11.1172L9.82031 9.33594L12.4531 6.9375L10.5625 7.05469H0.679688C0.273438 7.05469 -0.0078125 6.76562 -0.0078125 6.35938C-0.0078125 5.95312 0.273438 5.66406 0.679688 5.66406H10.5625L12.4453 5.78125L9.82031 3.38281L8.07031 1.60156C7.94531 1.47656 7.88281 1.29688 7.88281 1.10938C7.88281 0.71875 8.17969 0.4375 8.5625 0.4375C8.75 0.4375 8.91406 0.5 9.08594 0.671875L14.2656 5.83594C14.4219 5.98438 14.5 6.16406 14.5 6.35938Z' fill='black'/%3E%3C/svg%3E");
  }
}
.button-ext-small {
  gap: 4px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
}
.button-ext-small:hover {
  text-decoration: none;
}

.button {
  display: inline-flex;
  font-family: "Gotham";
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 29px;
  padding: 8px 22px;
}
@media (max-width: 767px) {
  .button {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 16px;
    border-width: 0;
    box-shadow: 0 0 0 0.5px;
  }
}
.button:focus {
  outline: none;
}
.button-small {
  font-size: 16px;
  line-height: 20px;
  padding: 6px 16px;
  border-width: 0;
  box-shadow: 0 0 0 0.5px;
}

.section--scheme-dark .button-ext, .page--scheme-dark .button-ext {
  color: #ffffff;
}
.section--scheme-dark .button-ext:after, .page--scheme-dark .button-ext:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='18' viewBox='0 0 23 18' fill='none'%3E%3Cpath d='M22.75 9.03906C22.75 9.33203 22.6328 9.60156 22.3984 9.82422L14.6055 17.5938C14.3711 17.8164 14.125 17.9219 13.8438 17.9219C13.2695 17.9219 12.8242 17.5 12.8242 16.9141C12.8242 16.6328 12.918 16.3516 13.1055 16.1758L15.7305 13.5039L19.6797 9.90625L16.8438 10.082H2.01953C1.41016 10.082 0.988281 9.64844 0.988281 9.03906C0.988281 8.42969 1.41016 7.99609 2.01953 7.99609H16.8438L19.668 8.17188L15.7305 4.57422L13.1055 1.90234C12.918 1.71484 12.8242 1.44531 12.8242 1.16406C12.8242 0.578125 13.2695 0.15625 13.8438 0.15625C14.125 0.15625 14.3711 0.25 14.6289 0.507812L22.3984 8.25391C22.6328 8.47656 22.75 8.74609 22.75 9.03906Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .section--scheme-dark .button-ext:after, .page--scheme-dark .button-ext:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13' viewBox='0 0 15 13' fill='none'%3E%3Cpath d='M14.5 6.35938C14.5 6.55469 14.4219 6.73438 14.2656 6.88281L9.07031 12.0625C8.91406 12.2109 8.75 12.2812 8.5625 12.2812C8.17969 12.2812 7.88281 12 7.88281 11.6094C7.88281 11.4219 7.94531 11.2344 8.07031 11.1172L9.82031 9.33594L12.4531 6.9375L10.5625 7.05469H0.679688C0.273438 7.05469 -0.0078125 6.76562 -0.0078125 6.35938C-0.0078125 5.95312 0.273438 5.66406 0.679688 5.66406H10.5625L12.4453 5.78125L9.82031 3.38281L8.07031 1.60156C7.94531 1.47656 7.88281 1.29688 7.88281 1.10938C7.88281 0.71875 8.17969 0.4375 8.5625 0.4375C8.75 0.4375 8.91406 0.5 9.08594 0.671875L14.2656 5.83594C14.4219 5.98438 14.5 6.16406 14.5 6.35938Z' fill='%23ffffff'/%3E%3C/svg%3E");
  }
}
.section--scheme-dark .button-ext-black, .page--scheme-dark .button-ext-black {
  color: #000000;
}
.section--scheme-dark .button-ext-black:after, .page--scheme-dark .button-ext-black:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='18' viewBox='0 0 23 18' fill='none'%3E%3Cpath d='M22.75 9.03906C22.75 9.33203 22.6328 9.60156 22.3984 9.82422L14.6055 17.5938C14.3711 17.8164 14.125 17.9219 13.8438 17.9219C13.2695 17.9219 12.8242 17.5 12.8242 16.9141C12.8242 16.6328 12.918 16.3516 13.1055 16.1758L15.7305 13.5039L19.6797 9.90625L16.8438 10.082H2.01953C1.41016 10.082 0.988281 9.64844 0.988281 9.03906C0.988281 8.42969 1.41016 7.99609 2.01953 7.99609H16.8438L19.668 8.17188L15.7305 4.57422L13.1055 1.90234C12.918 1.71484 12.8242 1.44531 12.8242 1.16406C12.8242 0.578125 13.2695 0.15625 13.8438 0.15625C14.125 0.15625 14.3711 0.25 14.6289 0.507812L22.3984 8.25391C22.6328 8.47656 22.75 8.74609 22.75 9.03906Z' fill='%23000000' /%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .section--scheme-dark .button-ext-black:after, .page--scheme-dark .button-ext-black:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13' viewBox='0 0 15 13' fill='none'%3E%3Cpath d='M14.5 6.35938C14.5 6.55469 14.4219 6.73438 14.2656 6.88281L9.07031 12.0625C8.91406 12.2109 8.75 12.2812 8.5625 12.2812C8.17969 12.2812 7.88281 12 7.88281 11.6094C7.88281 11.4219 7.94531 11.2344 8.07031 11.1172L9.82031 9.33594L12.4531 6.9375L10.5625 7.05469H0.679688C0.273438 7.05469 -0.0078125 6.76562 -0.0078125 6.35938C-0.0078125 5.95312 0.273438 5.66406 0.679688 5.66406H10.5625L12.4453 5.78125L9.82031 3.38281L8.07031 1.60156C7.94531 1.47656 7.88281 1.29688 7.88281 1.10938C7.88281 0.71875 8.17969 0.4375 8.5625 0.4375C8.75 0.4375 8.91406 0.5 9.08594 0.671875L14.2656 5.83594C14.4219 5.98438 14.5 6.16406 14.5 6.35938Z' fill='%23000000'/%3E%3C/svg%3E");
  }
}
.section--scheme-dark .button-ext-small:after, .page--scheme-dark .button-ext-small:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13' viewBox='0 0 15 13' fill='none'%3E%3Cpath d='M14.5 6.85938C14.5 7.05469 14.4219 7.23438 14.2656 7.38281L9.07031 12.5625C8.91406 12.7109 8.75 12.7812 8.5625 12.7812C8.17969 12.7812 7.88281 12.5 7.88281 12.1094C7.88281 11.9219 7.94531 11.7344 8.07031 11.6172L9.82031 9.83594L12.4531 7.4375L10.5625 7.55469H0.679688C0.273438 7.55469 -0.0078125 7.26562 -0.0078125 6.85938C-0.0078125 6.45312 0.273438 6.16406 0.679688 6.16406H10.5625L12.4453 6.28125L9.82031 3.88281L8.07031 2.10156C7.94531 1.97656 7.88281 1.79688 7.88281 1.60938C7.88281 1.21875 8.17969 0.9375 8.5625 0.9375C8.75 0.9375 8.91406 1 9.08594 1.17188L14.2656 6.33594C14.4219 6.48438 14.5 6.66406 14.5 6.85938Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.section--scheme-dark .button, .page--scheme-dark .button {
  background: transperent;
  color: #ffffff;
  border-color: #ffffff;
}
.section--scheme-dark .button:hover, .page--scheme-dark .button:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.section--scheme-dark .button-small, .page--scheme-dark .button-small {
  box-shadow: 0 0 0 0.5px #ffffff;
}
.section--scheme-light .button-ext, .page--scheme-light .button-ext {
  color: #212129;
}
.section--scheme-light .button-ext:after, .page--scheme-light .button-ext:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='18' viewBox='0 0 23 18' fill='none'%3E%3Cpath d='M22.75 9.03906C22.75 9.33203 22.6328 9.60156 22.3984 9.82422L14.6055 17.5938C14.3711 17.8164 14.125 17.9219 13.8438 17.9219C13.2695 17.9219 12.8242 17.5 12.8242 16.9141C12.8242 16.6328 12.918 16.3516 13.1055 16.1758L15.7305 13.5039L19.6797 9.90625L16.8438 10.082H2.01953C1.41016 10.082 0.988281 9.64844 0.988281 9.03906C0.988281 8.42969 1.41016 7.99609 2.01953 7.99609H16.8438L19.668 8.17188L15.7305 4.57422L13.1055 1.90234C12.918 1.71484 12.8242 1.44531 12.8242 1.16406C12.8242 0.578125 13.2695 0.15625 13.8438 0.15625C14.125 0.15625 14.3711 0.25 14.6289 0.507812L22.3984 8.25391C22.6328 8.47656 22.75 8.74609 22.75 9.03906Z' fill='%23212129'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .section--scheme-light .button-ext:after, .page--scheme-light .button-ext:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13' viewBox='0 0 15 13' fill='none'%3E%3Cpath d='M14.5 6.35938C14.5 6.55469 14.4219 6.73438 14.2656 6.88281L9.07031 12.0625C8.91406 12.2109 8.75 12.2812 8.5625 12.2812C8.17969 12.2812 7.88281 12 7.88281 11.6094C7.88281 11.4219 7.94531 11.2344 8.07031 11.1172L9.82031 9.33594L12.4531 6.9375L10.5625 7.05469H0.679688C0.273438 7.05469 -0.0078125 6.76562 -0.0078125 6.35938C-0.0078125 5.95312 0.273438 5.66406 0.679688 5.66406H10.5625L12.4453 5.78125L9.82031 3.38281L8.07031 1.60156C7.94531 1.47656 7.88281 1.29688 7.88281 1.10938C7.88281 0.71875 8.17969 0.4375 8.5625 0.4375C8.75 0.4375 8.91406 0.5 9.08594 0.671875L14.2656 5.83594C14.4219 5.98438 14.5 6.16406 14.5 6.35938Z' fill='%23212129'/%3E%3C/svg%3E");
  }
}
.section--scheme-light .button-ext-black, .page--scheme-light .button-ext-black {
  color: #ffffff;
}
.section--scheme-light .button-ext-black:after, .page--scheme-light .button-ext-black:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='18' viewBox='0 0 23 18' fill='none'%3E%3Cpath d='M22.75 9.03906C22.75 9.33203 22.6328 9.60156 22.3984 9.82422L14.6055 17.5938C14.3711 17.8164 14.125 17.9219 13.8438 17.9219C13.2695 17.9219 12.8242 17.5 12.8242 16.9141C12.8242 16.6328 12.918 16.3516 13.1055 16.1758L15.7305 13.5039L19.6797 9.90625L16.8438 10.082H2.01953C1.41016 10.082 0.988281 9.64844 0.988281 9.03906C0.988281 8.42969 1.41016 7.99609 2.01953 7.99609H16.8438L19.668 8.17188L15.7305 4.57422L13.1055 1.90234C12.918 1.71484 12.8242 1.44531 12.8242 1.16406C12.8242 0.578125 13.2695 0.15625 13.8438 0.15625C14.125 0.15625 14.3711 0.25 14.6289 0.507812L22.3984 8.25391C22.6328 8.47656 22.75 8.74609 22.75 9.03906Z' fill='%23ffffff' /%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .section--scheme-light .button-ext-black:after, .page--scheme-light .button-ext-black:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13' viewBox='0 0 15 13' fill='none'%3E%3Cpath d='M14.5 6.35938C14.5 6.55469 14.4219 6.73438 14.2656 6.88281L9.07031 12.0625C8.91406 12.2109 8.75 12.2812 8.5625 12.2812C8.17969 12.2812 7.88281 12 7.88281 11.6094C7.88281 11.4219 7.94531 11.2344 8.07031 11.1172L9.82031 9.33594L12.4531 6.9375L10.5625 7.05469H0.679688C0.273438 7.05469 -0.0078125 6.76562 -0.0078125 6.35938C-0.0078125 5.95312 0.273438 5.66406 0.679688 5.66406H10.5625L12.4453 5.78125L9.82031 3.38281L8.07031 1.60156C7.94531 1.47656 7.88281 1.29688 7.88281 1.10938C7.88281 0.71875 8.17969 0.4375 8.5625 0.4375C8.75 0.4375 8.91406 0.5 9.08594 0.671875L14.2656 5.83594C14.4219 5.98438 14.5 6.16406 14.5 6.35938Z' fill='%23ffffff'/%3E%3C/svg%3E");
  }
}
.section--scheme-light .button-ext-small:after, .page--scheme-light .button-ext-small:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13' viewBox='0 0 15 13' fill='none'%3E%3Cpath d='M14.5 6.85938C14.5 7.05469 14.4219 7.23438 14.2656 7.38281L9.07031 12.5625C8.91406 12.7109 8.75 12.7812 8.5625 12.7812C8.17969 12.7812 7.88281 12.5 7.88281 12.1094C7.88281 11.9219 7.94531 11.7344 8.07031 11.6172L9.82031 9.83594L12.4531 7.4375L10.5625 7.55469H0.679688C0.273438 7.55469 -0.0078125 7.26562 -0.0078125 6.85938C-0.0078125 6.45312 0.273438 6.16406 0.679688 6.16406H10.5625L12.4453 6.28125L9.82031 3.88281L8.07031 2.10156C7.94531 1.97656 7.88281 1.79688 7.88281 1.60938C7.88281 1.21875 8.17969 0.9375 8.5625 0.9375C8.75 0.9375 8.91406 1 9.08594 1.17188L14.2656 6.33594C14.4219 6.48438 14.5 6.66406 14.5 6.85938Z' fill='%23212129'/%3E%3C/svg%3E");
}
.section--scheme-light .button, .page--scheme-light .button {
  background: transperent;
  color: #212129;
  border-color: #212129;
}
.section--scheme-light .button:hover, .page--scheme-light .button:hover {
  background: #212129;
  color: #ffffff;
  border-color: #212129;
}
.section--scheme-light .button-small, .page--scheme-light .button-small {
  box-shadow: 0 0 0 0.5px #212129;
}

:root {
  color-scheme: light dark;
}

html {
  padding-top: var(--wp-admin--admin-bar--height);
  margin-top: 0 !important;
}
@media (max-width: 600px) {
  html {
    padding-top: 0;
  }
}
html.stable-scrollbar-gutter {
  scrollbar-gutter: stable;
}

html, body {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Gotham";
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  background: #000;
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}
body.disable-scroll {
  overflow: hidden;
}

strong {
  font-weight: 500;
}

a {
  color: #FFF;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 2px;
  text-decoration-thickness: 0.5px;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 20px;
}
p:last-child {
  margin: 0;
}

.split-line {
  overflow: hidden;
}

.caption,
.caption p,
p.caption {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .caption,
  .caption p,
  p.caption {
    font-size: 14px;
    line-height: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  color: #FFF;
  font-family: "Gotham Narrow";
  font-size: 65px;
  font-weight: 800;
  line-height: 76px;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 991px) {
  h1 {
    font-size: 55px;
    line-height: 66px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 45px;
  }
}

h2 {
  color: #FFF;
  font-family: "Gotham Narrow";
  font-size: 65px;
  font-weight: 800;
  line-height: 76px;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 991px) {
  h2 {
    font-size: 55px;
    line-height: 66px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
h2.title-2 {
  font-family: "Gotham";
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-transform: initial;
}
@media (max-width: 767px) {
  h2.title-2 {
    font-size: 24px;
    line-height: 27px;
  }
}

h3 {
  font-family: "Gotham";
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

h4 {
  color: #FFF;
  font-family: "Gotham";
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
h4.eyebrow {
  font-weight: 300;
  margin-bottom: 6px;
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .mb-30 {
    margin-bottom: 10px;
  }
}

main {
  overflow: hidden;
}

.playcircle {
  fill: #fff;
  transition: 300ms;
}
.playcircle:hover {
  fill: #ffa600;
}

.video_section.diff + .our_agencies.diff {
  padding-top: 50px;
}

.video_section {
  min-height: 770px;
  padding-top: 125px;
  background: #000;
  color: #fff;
  font-family: "Gotham";
  position: relative;
  z-index: 2;
}
.video_section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.video_section .container {
  position: relative;
  z-index: 2;
}
.video_section.home:before {
  display: none;
}
.video_section.diff {
  min-height: 1px;
  padding-bottom: 130px;
  position: relative;
  margin-bottom: 85px;
}
.video_section.diff:before {
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.video_section.down {
  margin-bottom: 20px;
}
.video_section.res {
  min-height: 1px;
  padding-bottom: 220px;
  position: relative;
  margin-bottom: 85px;
}
.video_section.res:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+60&0+0,0.85+55 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.75) 60%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.75) 60%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.75) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}
.video_section.agencies {
  padding-bottom: 155px;
  display: flex;
  align-items: flex-end;
}
.video_section.agencies:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+60&0+0,0.85+55 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.75) 60%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.75) 60%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.75) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
  opacity: 0.5;
  z-index: 2;
}
.video_section.agencies:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  z-index: 1;
}
.video_section h1.video_title {
  font-family: "Gotham";
  font-size: 100px;
  line-height: 95px;
}
.video_section .video_title + .video_btn_row {
  padding-top: 45px;
}
.video_section .video_btn_row {
  padding-top: 80px;
}
.video_section .video_btn_row img {
  margin-left: 17px;
  margin-right: 35px;
}
.video_section .video_btn_row .video_btn_row_txt {
  padding-left: 45px;
}
.video_section .video_btn_row .video_btn_row_txt.pl0 {
  padding-left: 0;
}
.video_section .video_btn_row .video_btn_row_txt .button {
  margin-top: 40px;
}
.video_section .video_btn_row .big_play_link {
  font-family: "Gotham";
  text-decoration: underline;
  font-size: 26px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #fff;
}
.video_section .video_btn_row .big_play_link:hover {
  color: #fff;
  text-decoration: none;
}
.video_section .video_btn {
  margin-bottom: 12px;
  display: block;
}
.video_section .video_socials {
  margin-bottom: 12px;
  float: right;
  max-width: 235px;
}
.video_section .video_socials .socialicon {
  fill: #fff;
  margin-left: 17px;
  margin-right: 35px;
  transition: 300ms;
}
.video_section .video_socials .socialicon:hover {
  fill: #ffa600;
}

.optional_sec {
  padding-top: 60px;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.optional_sec h3 {
  font-family: "Gotham";
  margin-bottom: 18px;
  color: #000;
  font-size: 26px;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1px;
}
.optional_sec .optional_box {
  margin-bottom: 50px;
  font-size: 16px;
  color: #000;
  font-family: "Gotham";
  max-width: 340px;
}
.optional_sec hr {
  border-top: 3px solid #000;
  margin-top: 25px;
}

.blue_blur_sec {
  color: #fff;
  background: #000057;
  position: relative;
  z-index: 2;
}
.blue_blur_sec h2 {
  font-family: "Gotham";
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 40px;
  color: #54d1c7;
}
.blue_blur_sec p {
  margin-bottom: 30px;
}
.blue_blur_sec p:last-child {
  margin-bottom: 0;
}
.blue_blur_sec .blue_blur_txt {
  padding: 135px;
  font-size: 16px;
  font-family: "Gotham";
  max-width: 780px;
}
.blue_blur_sec .blue_blur_slider .owl-stage-outer .owl-stage .owl-item .slideowl {
  position: relative;
  min-height: 730px;
}
.blue_blur_sec .blue_blur_slider .owl-dots {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.blue_blur_sec .blue_blur_slider .owl-dots .owl-dot {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
  margin: 0 6px;
}
.blue_blur_sec .blue_blur_slider .owl-dots .owl-dot.active {
  opacity: 1;
}
.blue_blur_sec .blue_blur_slider .owl-dots .owl-dot:focus {
  outline: none;
}

.our_agencies + .our_agencies {
  padding-top: 20px;
}

.our_agencies {
  padding-top: 115px;
  padding-bottom: 64px;
  position: relative;
  z-index: 2;
}
.our_agencies .our_agencies_title {
  border-bottom: 3px solid #000;
  color: #000;
  margin-bottom: 83px;
}
.our_agencies .our_agencies_title .button {
  margin-top: 10px;
  margin-bottom: 15px;
}
.our_agencies .our_agencies_logos {
  text-align: center;
}
.our_agencies .our_agencies_logos .row > div {
  margin-bottom: 24px;
}
.our_agencies.diff {
  padding-top: 140px;
  padding-bottom: 90px;
}
.our_agencies.diff .our_agencies_title {
  margin-bottom: 70px;
}
.our_agencies.diff .diff_row {
  justify-content: space-between;
}
.our_agencies.diff .diff_row .diff_box {
  color: #000;
  max-width: 430px;
  margin-bottom: 34px;
  font-size: 16px;
  font-family: "Gotham";
}
.our_agencies.diff .diff_row .diff_box .label {
  color: #000;
  font-family: "Gotham";
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 30px;
}
.our_agencies.diff .diff_row .diff_box h3 {
  font-family: "Gotham";
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 30px;
}
.our_agencies.diff .diff_row .diff_box h3 a {
  color: #000;
}
.our_agencies.diff .diff_row .diff_box .diff_box_btn {
  padding-top: 35px;
}
.our_agencies.diff .diff_row .diff_box p {
  margin-bottom: 30px;
}
.our_agencies.diff .diff_row .diff_box.has_after_h3 h3 {
  margin-bottom: 12px;
}
.our_agencies.diff .diff_row .diff_box .after_h3 {
  margin-bottom: 30px;
}
.our_agencies .our_people {
  margin-top: -40px;
  justify-content: center;
}
.our_agencies .our_people .our_people_txt {
  max-width: 610px;
  margin-bottom: 50px;
}
.our_agencies .our_people .our_people_man {
  text-align: center;
  margin-bottom: 60px;
}
.our_agencies .our_people .our_people_man img {
  cursor: pointer;
  transition: 300ms;
}
.our_agencies .our_people .our_people_man img:hover {
  transform: scale(1.1);
}
.our_agencies.values {
  padding-top: 30px;
}
.our_agencies.values .our_agencies_title {
  margin-bottom: 40px;
}
.our_agencies.values .value_box {
  margin-bottom: 50px;
}
.our_agencies.values .value_box h3 {
  font-size: 26px;
  font-family: "Gotham";
  margin-bottom: 20px;
}

.latest_work {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  background: #d42e2e;
  color: #fff;
}
.latest_work .latest_work_top {
  padding: 95px 110px 63px;
}
.latest_work .latest_work_top .label {
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "Gotham";
}
.latest_work .latest_work_top h2 {
  font-size: 54px;
  line-height: 60px;
  margin-bottom: 0px;
  font-family: "Gotham";
}
.latest_work .latest_work_top .button {
  float: right;
  margin-bottom: 17px;
}
.latest_work:last-child {
  margin-bottom: 115px;
}

.latest_work_bottom {
  padding: 59px 110px 12px;
  background: #d42e2e;
  color: #fff;
}
.latest_work_bottom h2 {
  font-size: 18px;
  font-family: "Gotham";
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.latest_work_bottom .client_row {
  text-align: center;
}
.latest_work_bottom .client_row > div {
  margin-bottom: 50px;
  min-height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom_part {
  position: relative;
}
.bottom_part.diff:before {
  top: 0;
  height: 100%;
}
.bottom_part.diff .bottom_latest_news {
  padding-top: 115px;
}
.bottom_part .bottom_latest_news {
  padding-top: 65px;
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.bottom_part .bottom_latest_news .label {
  color: #00D3C7;
  text-transform: uppercase;
  font-family: "Gotham";
  font-size: 18px;
  margin-bottom: 15px;
}
.bottom_part .bottom_latest_news h2 {
  font-size: 54px;
  line-height: 60px;
  font-family: "Gotham";
  color: #fff;
  margin-bottom: 0;
}
.bottom_part .bottom_latest_news h3 {
  font-size: 26px;
  font-family: "Gotham";
  margin-bottom: 0px;
  color: #fff;
  max-width: 500px;
}
.bottom_part .bottom_latest_news .latest_news_row {
  padding-top: 40px;
}
.bottom_part .bottom_latest_news .latest_news_row .news_box img {
  width: 100%;
}
.bottom_part .bottom_latest_news .latest_news_row .news_box .news_box_content {
  padding: 25px 40px;
  background: #00D3C7;
}
.bottom_part .bottom_latest_news .latest_news_row .news_box .news_box_content h3 {
  font-size: 26px;
  font-family: "Gotham";
  margin-bottom: 25px;
}
.bottom_part .bottom_latest_news .latest_news_row .news_box .news_box_content h3 a {
  color: #00005a;
}
.bottom_part .bottom_latest_news .latest_news_row .news_box .news_box_content p {
  color: #00005A;
  font-size: 14px;
  margin-bottom: 25px;
  font-family: "Gotham";
}
.bottom_part .bottom_latest_news .latest_news_row .news_box .news_box_content.red {
  background: #d42e2e;
  color: #fff;
}
.bottom_part .bottom_latest_news .latest_news_row .news_box .news_box_content.red p {
  color: #fff;
}
.bottom_part .bottom_latest_news .latest_news_row .news_box .news_box_content.transparent {
  background: transparent;
  color: #fff;
}
.bottom_part .bottom_latest_news .latest_news_row .news_box .news_box_content.transparent p {
  color: #fff;
}
.bottom_part .bottom_latest_news .latest_news_row .news_box .news_box_content.small h3 {
  margin-bottom: 15px;
}
.bottom_part .bottom_latest_news .latest_news_row .news_box .news_box_content.small h3 a {
  color: #fff;
}
.bottom_part .bottom_latest_news .latest_news_row .news_side .news_box {
  height: 50%;
  min-height: 50%;
}
.bottom_part .bottom_latest_news .latest_news_row .news_side .news_box .news_box_content {
  height: 100%;
  min-height: 50%;
}
.bottom_part.type2:before {
  top: 0;
  height: 100%;
}
.bottom_part.type3 .work_withus {
  margin-bottom: 90px;
}

.work_withus {
  max-width: 1362px;
  margin: 0 auto 0;
  background: #00D3C7;
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #00005A;
}
.work_withus:before {
  content: "";
  width: 636px;
  height: 996px;
  position: absolute;
  top: 50%;
  right: -1px;
  z-index: 1;
  background: url(../img/lion2.svg) no-repeat top right;
  background-size: cover;
  transform: scaleX(-1) translateY(-54%);
}
.work_withus .work_withus_content {
  padding: 71px 0 71px 155px;
  position: relative;
  z-index: 2;
  max-width: 650px;
  font-family: "Gotham";
}
.work_withus .work_withus_content .label {
  font-family: "Gotham";
  text-transform: uppercase;
  font-size: 18px;
  color: #00005A;
  margin-bottom: 20px;
}
.work_withus .work_withus_content h3 {
  font-size: 54px;
  line-height: 60px;
  letter-spacing: -1px;
  font-family: "Gotham";
  margin-bottom: 30px;
  color: #fff;
}
.work_withus .work_withus_content .button {
  margin-top: 35px;
}
.work_withus .work_withus_img {
  overflow: hidden;
  position: relative;
}
.work_withus .work_withus_img:after {
  content: "";
  background: #00D3C7;
  width: 160px;
  height: 124%;
  position: absolute;
  top: -70px;
  left: -100px;
  transform: rotate(14deg);
}
.work_withus .work_withus_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.platform_mobile {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #00D3C7;
  overflow: hidden;
  position: relative;
}
.platform_mobile .platform_title {
  max-width: 550px;
  margin-bottom: 45px;
}
.platform_mobile .label {
  font-family: "Gotham";
  text-transform: uppercase;
  color: #00005A;
  font-size: 18px;
  margin-bottom: 20px;
}
.platform_mobile h2 {
  font-size: 38px;
  line-height: 46px;
  font-family: "Gotham";
  color: #00005A;
  margin-bottom: 50px;
}
.platform_mobile .container > .row {
  position: relative;
  z-index: 2;
}
.platform_mobile .container .platform_box {
  padding: 20px;
  background: #fff;
  transition: 500ms;
  z-index: 2;
  margin-bottom: 20px;
  height: calc(100% - 20px);
  min-height: calc(100% - 20px);
  color: #000;
}
.platform_mobile .container .platform_box .platform_box_title {
  margin-bottom: 25px;
}
.platform_mobile .container .platform_box h3 {
  font-family: "Gotham";
  color: #000;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 9px;
}
.platform_mobile .container .platform_box p {
  font-size: 14px;
  color: #000;
  line-height: 26px;
  font-family: "Gotham";
}
.platform_mobile .container .platform_box .platform_box_inside {
  margin-bottom: 35px;
}

.platform {
  background: #00D3C7;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.platform .slide_dec {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -200px;
  width: 1600px;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: 300ms;
}
.platform .slide_dec.active {
  opacity: 1;
}
.platform .container {
  position: relative;
  max-width: 1152px;
  z-index: 2;
  height: 100%;
  min-height: 100%;
}
.platform .platform_title {
  max-width: 550px;
  margin-bottom: 45px;
}
.platform .label {
  font-family: "Gotham";
  text-transform: uppercase;
  color: #00005A;
  font-size: 18px;
  margin-bottom: 40px;
}
.platform h2 {
  font-size: 36px;
  line-height: 42px;
  font-family: "Gotham";
  color: #00005A;
  letter-spacing: -1px;
  margin-bottom: 55px;
}
.platform ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.platform ul li {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 18px;
  position: relative;
  font-family: "Gotham";
  transition: 300ms;
  color: #00005A;
  text-transform: uppercase;
}
.platform ul li a {
  color: #00005A;
}
.platform ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/arrow_white.svg) no-repeat;
  background-size: 100%;
  transition: 300ms;
  opacity: 0;
  pointer-events: none;
}
.platform ul li.active {
  padding-left: 35px;
}
.platform ul li.active a {
  color: #fff;
}
.platform ul li.active:before {
  opacity: 1;
}
.platform ul li:last-child {
  margin-bottom: 0;
}
.platform .platform_holder {
  position: relative;
}
.platform .platform_holder .platform_slide {
  position: absolute;
  top: 0;
  left: 0;
}
.platform .platform_holder .platform_slide:nth-child(0) {
  z-index: 30;
}
.platform .platform_holder .platform_slide:nth-child(1) {
  z-index: 29;
}
.platform .platform_holder .platform_slide:nth-child(2) {
  z-index: 28;
}
.platform .platform_holder .platform_slide:nth-child(3) {
  z-index: 27;
}
.platform .platform_holder .platform_slide:nth-child(4) {
  z-index: 26;
}
.platform .platform_holder .platform_slide:nth-child(5) {
  z-index: 25;
}
.platform .platform_holder .platform_slide:nth-child(6) {
  z-index: 24;
}
.platform .platform_holder .platform_slide:nth-child(7) {
  z-index: 23;
}
.platform .platform_holder .platform_slide:nth-child(8) {
  z-index: 22;
}
.platform .platform_holder .platform_slide:nth-child(9) {
  z-index: 21;
}
.platform .platform_holder .platform_slide:nth-child(10) {
  z-index: 20;
}
.platform .platform_holder .platform_slide:nth-child(11) {
  z-index: 19;
}
.platform .platform_holder .platform_slide:nth-child(12) {
  z-index: 18;
}
.platform .platform_holder .platform_slide:nth-child(13) {
  z-index: 17;
}
.platform .platform_holder .platform_slide:nth-child(14) {
  z-index: 16;
}
.platform .platform_holder .platform_slide:nth-child(15) {
  z-index: 15;
}
.platform .platform_holder .platform_slide:nth-child(16) {
  z-index: 14;
}
.platform .platform_holder .platform_slide:nth-child(17) {
  z-index: 13;
}
.platform .platform_holder .platform_slide:nth-child(18) {
  z-index: 12;
}
.platform .platform_holder .platform_slide:nth-child(19) {
  z-index: 11;
}
.platform .platform_holder .platform_slide:nth-child(20) {
  z-index: 10;
}
.platform .platform_holder .platform_slide:nth-child(21) {
  z-index: 9;
}
.platform .platform_holder .platform_slide:nth-child(22) {
  z-index: 8;
}
.platform .platform_holder .platform_slide:nth-child(23) {
  z-index: 7;
}
.platform .platform_holder .platform_slide:nth-child(24) {
  z-index: 6;
}
.platform .platform_holder .platform_slide:nth-child(25) {
  z-index: 5;
}
.platform .platform_holder .platform_slide:nth-child(26) {
  z-index: 4;
}
.platform .platform_holder .platform_slide:nth-child(27) {
  z-index: 3;
}
.platform .platform_holder .platform_slide:nth-child(28) {
  z-index: 2;
}
.platform .platform_holder .platform_slide:nth-child(29) {
  z-index: 1;
}
.platform .platform_holder .platform_slide {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.platform .platform_holder .platform_slide:nth-child(1) {
  display: block;
}
.platform .platform_holder .platform_slide .platform_slide_inside {
  position: relative;
  height: 100%;
  min-height: 100%;
}
.platform .platform_holder .platform_slide .platform_box {
  width: 446px;
  padding: 45px 50px 50px;
  background: #fff;
  transition: 500ms;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 195px;
  color: #000;
}
.platform .platform_holder .platform_slide .platform_box .platform_box_title {
  margin-bottom: 25px;
}
.platform .platform_holder .platform_slide .platform_box h3 {
  font-family: "Gotham";
  color: #000;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 30px;
}
.platform .platform_holder .platform_slide .platform_box p {
  font-size: 14px;
  color: #000;
  line-height: 26px;
  font-family: "Gotham";
  margin-bottom: 35px;
}

.relative {
  position: relative;
}

.loading-gif {
  background: #000 url(../img/spinner.gif) no-repeat center center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.loading-wrap {
  min-height: 360px;
}

.header_search.is-active + .search_btn {
  background: transparent;
}

.header_search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: 1px solid #000;
  width: 288px;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 15px;
  background: #fff;
  transition: 300ms;
  opacity: 0;
  visibility: hidden;
}
.header_search input {
  border: 0;
  background: transparent;
  width: 88%;
}
.header_search input:focus {
  outline: none;
}
.header_search.is-active {
  opacity: 1;
  visibility: visible;
}

.mobile_search {
  position: relative;
  padding: 5px;
  margin: 15px;
  border: 1px solid #00005a;
}
.mobile_search input {
  width: 100%;
  height: 36px;
  border: 0;
  padding-left: 10px;
}
.mobile_search input:focus {
  outline: none;
}
.mobile_search button {
  background: transparent;
  border: 0;
  color: #00005a;
}

.full_row {
  position: relative;
  margin-bottom: 125px;
}
.full_row .full_row_text {
  padding-top: 80px;
  padding-left: 18px;
  padding-right: 45px;
  padding-bottom: 36px;
  font-family: "Gotham";
  font-size: 16px;
}
.full_row .full_row_text h2 {
  font-size: 54px;
  line-height: 60px;
  font-family: "Gotham";
  letter-spacing: -4px;
  margin-bottom: 45px;
}
.full_row .full_row_text h3 {
  font-size: 38px;
  margin-bottom: 40px;
}
.full_row .full_row_text h1, .full_row .full_row_text h3, .full_row .full_row_text h5 {
  font-family: "Gotham";
}
.full_row .full_row_text h4 {
  font-family: "Gotham";
  margin-bottom: 4px;
  font-size: 26px;
}
.full_row .full_row_text p + h4 {
  margin-top: 50px;
}
.full_row.forcareer {
  margin-top: 130px;
}

.scroll-section {
  position: relative;
}
.scroll-section.nofullheight .slides-container {
  height: auto;
}
.scroll-section.nofullheight .pin-wrapper,
.scroll-section.nofullheight .scrollmagic-pin-spacer {
  height: auto !important;
  min-height: 1px !important;
}
.scroll-section .slides-container {
  position: absolute;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 10;
}
.scroll-section .slides-container .container {
  display: flex;
  align-items: center;
}
.scroll-section .slides-container .container > .row {
  width: 100%;
}
.scroll-section .slides-container .container,
.scroll-section .slides-container .scrollmagic-pin-spacer {
  height: 100% !important;
  min-height: 100% !important;
}
.scroll-section .slides-container .image-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.scroll-section .slides-container .pin-wrapper {
  height: 100%;
  min-height: 100%;
}
.scroll-section .slides-container .pin-wrapper .slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.scroll-section .slides-container .pin-wrapper .slide.active {
  visibility: visible;
  opacity: 1;
}
.scroll-section .slides-container .pin-wrapper .scroll_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.scroll-section .slide-trigger {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.scroll-section .slide-trigger .pin-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0);
}

.brand_book_list {
  padding-top: 70px;
}
.brand_book_list .brand_book_list_title {
  margin-bottom: 70px;
}
.brand_book_list .brand_book_list_title h2 {
  margin-bottom: 0;
  color: #000;
  font-size: 54px;
  font-family: "Gotham";
}
.brand_book_list.leadership {
  padding-top: 10px;
  padding-bottom: 60px;
}
.brand_book_list.leadership .brand_box {
  margin-bottom: 80px;
}

.brand_box .brand_box_image {
  position: relative;
  margin-bottom: 45px;
}
.brand_box .brand_box_image > a > img {
  width: 100%;
}
.brand_box .brand_box_image .brand_box_logo {
  position: absolute;
  bottom: -25px;
  left: 30px;
  width: 100px;
  height: 100px;
  border: 1px solid #8a8798;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand_box .brand_box_image .playcircle {
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: 58px;
  height: 58px;
}
.brand_box .brand_box_man + h3 {
  margin-bottom: 15px;
}
.brand_box .brand_box_man {
  margin-bottom: 25px;
}
.brand_box .brand_box_man img {
  border-radius: 100%;
}
.brand_box h3 {
  font-size: 26px;
  font-family: "Gotham";
  margin-bottom: 20px;
}
.brand_box h3 a {
  color: #000;
}
.brand_box p {
  margin-bottom: 35px;
}
.brand_box p:last-child {
  margin-bottom: 0;
}
.brand_box p.lead {
  text-transform: uppercase;
  font-family: "Gotham";
  font-size: 18px;
  margin-bottom: 25px;
}
.brand_box .brand_box_inside_height {
  margin-bottom: 35px;
}
.brand_box .tags {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.brand_box .tags li {
  list-style: none;
  margin: 0 10px 15px 0;
}
.brand_box .tags li a {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #000;
  padding: 2px 7px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Gotham";
  letter-spacing: 1px;
  color: #000;
}
.brand_box .tags li:nth-child(even) a {
  background: #000;
  color: #fff;
}
.brand_box.res .brand_box_image {
  margin-bottom: 30px;
}
.brand_box.res h3 {
  margin-bottom: 35px;
}

.brand_book_select {
  background: #d42e2e;
  color: #fff;
  display: inline-block;
  padding: 35px 50px;
  margin-top: -85px;
}
.brand_book_select .label {
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "Gotham";
}
.brand_book_select .label.small {
  font-size: 14px;
  font-family: "Gotham";
}
.brand_book_select.fullw {
  display: block;
}
.brand_book_select.fullw .select2-container {
  max-width: 100% !important;
  width: 100% !important;
}
.brand_book_select .search {
  position: relative;
}
.brand_book_select .search:after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/search-white.svg) no-repeat center right;
  background-size: contain;
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  right: 0;
}
.brand_book_select .search input {
  color: #fff;
  width: 100%;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  height: 60px;
  padding-right: 20px;
  padding-top: 10px;
}
.brand_book_select .search input:focus {
  outline: none;
}
.brand_book_select ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #fff;
  font-family: "Gotham";
}
.brand_book_select :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-family: "Gotham";
}
.brand_book_select ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
  font-family: "Gotham";
}
.brand_book_select :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-family: "Gotham";
}

.wide_content {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}
.wide_content .container {
  max-width: 1354px;
}
.wide_content.works {
  padding-left: 0;
  padding-right: 0;
}
.wide_content.works .container {
  max-width: 1460px;
  padding-left: 0;
  padding-right: 0;
}
.wide_content.works .brand_book_select {
  padding-left: 150px;
  padding-right: 150px;
}
.wide_content .brand_book_select {
  padding-top: 35px;
  padding-bottom: 60px;
  margin-top: -221px;
}
.wide_content.mb0 {
  margin-bottom: 0;
}

.select2-container {
  max-width: 250px;
  border: 0;
}
.select2-container .select2-selection {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
  padding-right: 55px !important;
  color: #000;
  border: 0;
}
.select2-container .select2-selection .select2-selection__rendered {
  display: flex !important;
  align-items: center;
  color: #000;
  font-family: "Gotham";
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.select2-container .select2-selection span.select2-selection__rendered {
  padding-left: 20px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 565px;
}

.select2-results__option {
  position: relative;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Gotham";
  font-size: 12px;
  letter-spacing: 1px;
}
.select2-results__option:before {
  content: "";
  width: 16px;
  min-width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
}
.select2-results__option:hover {
  background: transparent;
}

.select2-results__option[aria-selected=true]:after {
  content: "";
  position: absolute;
  left: 19px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 8px;
  height: 5px;
  top: 47%;
  transform: translateY(-50%) rotate(-45deg);
}

.select2-results__option[aria-selected=true]:before {
  content: "";
  border-color: #d42e2e;
  background: #d42e2e;
}

.select2-results {
  padding: 50px 10px 10px;
}

.select2-dropdown {
  border-radius: 0;
  border: 0;
  margin-top: -2px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  position: relative;
}
.select2-container--default .select2-selection--single:after,
.select2-container--default .select2-selection--multiple:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 60px;
  background: #ffa600;
  border-radius: 0 4px 4px 0;
  z-index: 1;
}
.select2-container--default .select2-selection--single:before,
.select2-container--default .select2-selection--multiple:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 26px;
  right: 18px;
  z-index: 2;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: none;
  border: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #000;
  background: transparent;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border: 0;
  border-radius: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: transparent;
  border: 0;
  font-family: "Gotham";
  padding-left: 20px;
}

.select2-container--default .select2-results__option[aria-disabled=true] .select2-selection__choice__remove,
.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
}

.select2-results__option {
  margin-top: 3px;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.last_option_button .select2-results__option[aria-selected=true]:last-child,
.last_option_button .select2-results__option:last-child {
  background-color: #d42e2e !important;
  color: #fff !important;
  padding: 15px !important;
  width: 100%;
  text-align: center;
  font-family: "Gotham";
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 10px;
}
.last_option_button .select2-results__option[aria-selected=true]:last-child:hover,
.last_option_button .select2-results__option:last-child:hover {
  background: #d42e2e !important;
  color: #fff !important;
}
.last_option_button .select2-results__option[aria-selected=true]:last-child:after, .last_option_button .select2-results__option[aria-selected=true]:last-child:before,
.last_option_button .select2-results__option:last-child:after,
.last_option_button .select2-results__option:last-child:before {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ededed;
}

.select2-container--open .select2-dropdown:before {
  content: "";
  position: absolute;
  top: -57px;
  left: 0;
  width: 100%;
  height: 57px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  pointer-events: none;
}
.select2-container--open .select2-dropdown.select2-dropdown--above:before {
  display: none;
}
.select2-container--open .select2-dropdown.select2-dropdown--above .select2-results {
  padding-top: 15px;
}

.select2-container--above .select2-selection--multiple:after {
  border-radius: 0 0px 4px 0;
}

.select2-container--default .select2-search--inline ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #000;
  font-family: "Gotham";
}
.select2-container--default .select2-search--inline :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000;
  font-family: "Gotham";
}
.select2-container--default .select2-search--inline ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000;
  font-family: "Gotham";
}
.select2-container--default .select2-search--inline :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  font-family: "Gotham";
}

.select2-search__field {
  padding-right: 55px !important;
  padding-left: 20px !important;
  color: #000;
}

.select2-selection__rendered li + li .select2-search__field {
  display: none !important;
}

.z3 {
  position: relative;
  z-index: 3;
}

.remodal-is-locked main,
.remodal-is-locked .bottom_part {
  filter: blur(15px);
}

.remodal {
  background: #d42e2e;
  border-radius: 0;
  color: #fff;
  text-align: left;
  padding: 50px;
  margin-top: 150px;
}
.remodal .remodal_logo {
  width: 180px;
  height: 180px;
  background: #fff;
  margin-top: -100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remodal .remodal_top {
  padding-top: 45px;
  font-family: "Gotham";
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.remodal .remodal_top h1 {
  color: #ffa600;
  font-family: "Gotham";
  font-size: 38px;
}
.remodal p {
  margin-bottom: 50px;
}
.remodal p:last-child {
  margin-bottom: 0;
}
.remodal h3 {
  text-transform: uppercase;
  font-family: "Gotham";
  font-size: 18px;
  letter-spacing: 1px;
}
.remodal h2 {
  font-family: "Gotham";
  font-size: 26px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.remodal h2.yelclr {
  margin-top: 20px;
}
.remodal .modal_sidebar {
  padding-left: 60px;
  border-left: 3px solid #fff;
  font-family: "Gotham";
  font-size: 18px;
  letter-spacing: 1px;
}
.remodal .socials {
  padding-top: 25px;
}
.remodal .socials a {
  color: #fff;
}
.remodal .socials a .fa-linkedin {
  font-size: 24px;
}
.remodal .socials a .fa-envelope {
  font-size: 21px;
}
.remodal .button {
  margin-bottom: 15px;
}
.remodal.team {
  max-width: 930px;
}
.remodal.team p {
  margin-bottom: 30px;
}
.remodal.team .remodal_logo {
  border-radius: 100%;
  margin-top: -140px;
  width: 175px;
  height: 175px;
}
.remodal.team .remodal_top {
  border-bottom: 2px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.remodal.team .team_social a {
  color: #fff;
  font-size: 26px;
}

.remodal-close {
  font-family: "Gotham";
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.remodal-close:hover {
  color: #fff;
}
.remodal-close:focus {
  outline: none;
}
.remodal-close:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  background: url(../img/close_pop.svg) no-repeat;
  margin-left: 20px;
}

.yelclr {
  color: #ffa600;
}

.clear {
  color: #fff;
  text-decoration: underline;
  font-size: 13px;
  font-family: "Gotham";
  cursor: pointer;
}
.clear:hover {
  text-decoration: none;
}

.paginate {
  font-family: "Gotham";
  font-size: 30px;
  padding-bottom: 110px;
}
.paginate .prev {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 14px 12.5px 0;
  border-color: transparent #000000 transparent transparent;
  margin: 0 15px 0 30px;
}
.paginate .next {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 14px;
  border-color: transparent transparent transparent #000000;
  margin: 0 15px;
}

.res_top {
  height: 570px;
  position: relative;
}
.res_top > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.res_top .res_top_content {
  padding-top: 90px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.res_top .res_top_content .tags {
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.res_top .res_top_content .tags li {
  list-style: none;
  margin: 0 10px 15px 0;
}
.res_top .res_top_content .tags li a {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #00005a;
  padding: 2px 7px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Gotham";
  letter-spacing: 1px;
  color: #00005a;
}
.res_top .res_top_content .tags li:nth-child(even) a {
  background: #00005a;
  color: #fff;
}
.res_top .res_top_content h1 {
  color: #fff;
  font-family: "Gotham";
  font-size: 54px;
  margin-bottom: 40px;
}
.res_top .res_top_content .res_info {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: "Gotham";
  color: #00005a;
}
.res_top .res_top_content .res_info li {
  padding-right: 40px;
  position: relative;
}
.res_top .res_top_content .res_info li:after {
  content: "";
  width: 1px;
  height: 17px;
  background: #00005a;
  position: absolute;
  top: 3px;
  right: 20px;
}
.res_top .res_top_content .res_info li:last-child:after {
  display: none;
}
.res_top .res_top_content .res_info li i {
  transform: scaleX(-1);
  margin-right: 7px;
}

.res_top_image {
  max-width: 1348px;
  margin: -130px auto 0;
  text-align: center;
  position: relative;
}
.res_top_image .res_top_image_capt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 100px;
  color: #fff;
  font-family: "Gotham";
  text-transform: uppercase;
}

.blog_content {
  padding-top: 100px;
  padding-bottom: 135px;
}
.blog_content .blog_content_txt {
  padding-left: 18px;
}

blockquote {
  background: url(../img/res_single_quote.svg) no-repeat 43px 3px;
  font-family: "Gotham";
  font-size: 26px;
  line-height: 36px;
  padding: 78px 46px 40px;
  margin-bottom: 0;
}
blockquote .quote_info {
  padding-top: 55px;
  font-size: 11px;
  line-height: 19px;
  color: #424242;
}
blockquote .quote_info img {
  border-radius: 100%;
}

.video_incontent {
  position: relative;
  min-height: 430px;
  margin-bottom: 95px;
}
.video_incontent .video_incontent_inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 66px 56px;
  z-index: 2;
}
.video_incontent .video_incontent_inside h3 {
  color: #fff;
  font-family: "Gotham";
  font-size: 54px;
  letter-spacing: -1px;
}
.video_incontent .video_incontent_inside .video_incontent_play {
  width: 80px;
  height: 80px;
  margin-top: 58px;
  display: block;
}
.video_incontent .video_incontent_inside .video_incontent_play .playcircle {
  max-width: 100%;
}
.video_incontent .video_incontent_inside:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  opacity: 0.2;
}
.video_incontent .video_incontent_inside > * {
  position: relative;
  z-index: 2;
}
.video_incontent img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.text_style h1, .text_style h2, .text_style h3, .text_style h4 {
  font-family: "Gotham";
}
.text_style h2 {
  font-size: 38px;
  margin-bottom: 30px;
}
.text_style h3 {
  font-size: 26px;
  margin-bottom: 12px;
}
.text_style ol {
  padding: 5px 15px;
  margin: 0;
}
.text_style ol li {
  margin-bottom: 20px;
}
.text_style ul {
  padding: 17px 67px;
  margin: 0;
  list-style: none;
}
.text_style ul li {
  margin-bottom: 20px;
  position: relative;
}
.text_style ul li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: -21px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #000;
}
.text_style p {
  margin-bottom: 20px;
}
.text_style p + h2 {
  padding-top: 40px;
}
.text_style hr {
  border-top: 3px solid #000;
  margin-top: 65px;
  margin-bottom: 65px;
}
.text_style > img {
  margin-top: 50px;
  margin-bottom: 50px;
}

.case_study_content {
  padding-top: 70px;
}
.case_study_content .video_incontent {
  margin-top: 70px;
}
.case_study_content .text_style ul {
  margin: 0 0 20px;
  padding: 0 0 0 25px;
}
.case_study_content .text_style ul li {
  margin-bottom: 5px;
}
.case_study_content .text_style p + ul {
  margin-top: -15px;
}

p + .content_image {
  margin-top: 80px;
}

.content_image {
  position: relative;
  margin-bottom: 80px;
}
.content_image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  opacity: 0.1;
  z-index: 2;
}
.content_image .content_image_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 50px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Gotham";
  font-size: 14px;
  z-index: 3;
}
.content_image img {
  width: 100%;
  z-index: 1;
}

.blog_sidebar {
  float: right;
  max-width: 247px;
  padding-top: 3px;
}
.blog_sidebar h3 {
  font-family: "Gotham";
  line-height: 26px;
  font-size: 26px;
  margin-bottom: 10px;
}
.blog_sidebar .share {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.blog_sidebar .share li {
  margin-right: 15px;
}
.blog_sidebar .share li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 35px;
  height: 35px;
  background: #54d1c7;
  border-radius: 100%;
}
.blog_sidebar .blog_sidebar_box {
  border-bottom: 3px solid #171717;
  padding-bottom: 52px;
  margin-bottom: 52px;
}
.blog_sidebar .blog_sidebar_box:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.blog_sidebar .related_links {
  padding: 0;
  margin: 35px 0 0;
  list-style: none;
}
.blog_sidebar .related_links .label {
  font-size: 14px;
  margin-bottom: 13px;
}
.blog_sidebar .related_links h4 {
  font-family: "Gotham";
  font-size: 20px;
}
.blog_sidebar .related_links h4 a {
  color: #000;
  text-decoration: underline;
}
.blog_sidebar .related_links h4 a:hover {
  text-decoration: none;
}
.blog_sidebar .related_links li {
  margin-bottom: 35px;
}
.blog_sidebar .related_links li:last-child {
  margin-bottom: 0;
}
.blog_sidebar .button {
  margin-top: 20px;
}

.red_lion {
  background: #d42e2e;
  color: #fff;
  position: relative;
}
.red_lion h2 {
  color: #ffa600;
  font-family: "Gotham";
  font-size: 54px;
  line-height: 64px;
  margin-bottom: 50px;
}
.red_lion h1, .red_lion h3 {
  color: #ffa600;
  font-family: "Gotham";
}
.red_lion p {
  margin-bottom: 30px;
}
.red_lion .container {
  position: relative;
  padding-top: 90px;
  padding-bottom: 75px;
}
.red_lion .red_lion_img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(58%);
  height: 100%;
  width: 1260px;
}
.red_lion .red_lion_img.left {
  right: auto;
  left: 0;
  transform: none;
  width: 50%;
}
.red_lion .red_lion_img.right {
  left: auto;
  right: 0;
  transform: none;
  width: 50%;
}

.red_lion + .tbc_headline {
  margin-top: 100px;
}

.our_history {
  background: #00d3c7;
  position: relative;
  padding-bottom: 130px;
}
.our_history .our_history_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.our_history h2 {
  color: #00005a;
  font-family: "Gotham";
  font-size: 54px;
}
.our_history .container {
  padding-top: 120px;
  max-width: 100%;
  margin: 0 17%;
  padding-left: 55px;
  padding-right: 55px;
}
.our_history .our_history_title {
  margin-bottom: 45px;
}

.history_slider {
  position: relative;
  z-index: 2;
}
.history_slider .slick-track {
  display: flex;
}
.history_slider .slick-track:after {
  content: "";
  width: 100%;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.history_slider .his_box {
  background: #00005a;
  color: #fff;
  padding: 35px;
  width: 100%;
}
.history_slider .his_box h3 {
  font-family: "Gotham";
  margin-bottom: 25px;
  font-size: 26px;
}
.history_slider .his_box .date {
  color: #00d3c7;
  font-size: 18px;
  font-family: "Gotham";
  margin-bottom: 25px;
}
.history_slider .his_box .his_arrows {
  padding-top: 100px;
}
.history_slider .his_box_wrap {
  padding: 0 50px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
.history_slider .his_box_wrap:after {
  content: "";
  height: 62px;
  width: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.his_slide_next {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 14px;
  border-color: transparent transparent transparent #fff;
  margin: 0 50px 0 0;
  cursor: pointer;
}

.his_slide_prev {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 14px 12.5px 0;
  border-color: transparent #fff transparent;
  margin: 0 50px 0 0;
  cursor: pointer;
}

.contact_form {
  max-width: 1170px;
  margin: 0 auto;
  background: #000057;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact_form .contact_form_place {
  padding-top: 30px;
}
.contact_form .container {
  max-width: 1000px;
}
.contact_form .label {
  font-family: "Gotham";
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.contact_form .select2-container {
  width: 100% !important;
  max-width: 100% !important;
}
.contact_form .form_line {
  margin-bottom: 30px;
}
.contact_form .form_line input {
  width: 100%;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #fff;
  height: 50px;
  background: transparent;
  color: #fff;
  font-family: "Gotham";
}
.contact_form .form_line input:focus {
  outline: none;
}
.contact_form .form_line textarea {
  background: #262670;
  width: 100%;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #fff;
  height: 140px;
  color: #fff;
  font-family: "Gotham";
  padding: 35px;
}
.contact_form .form_line textarea:focus {
  outline: none;
}
.contact_form .form_line ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #9e9ebf;
  font-family: "Gotham";
}
.contact_form .form_line :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #9e9ebf;
  font-family: "Gotham";
}
.contact_form .form_line ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #9e9ebf;
  font-family: "Gotham";
}
.contact_form .form_line :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9e9ebf;
  font-family: "Gotham";
}
.contact_form .select2-container--default .select2-selection--multiple:after,
.contact_form .select2-container--default .select2-selection--single:after {
  background: #54d1c7;
}

.green .select2-results__option:before {
  border-color: #54d1c7;
  background-color: #54d1c7;
}

.green .select2-results__option[aria-selected=true]:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.green.select2-container .select2-selection .select2-selection__rendered {
  color: #8282ad;
}

.select2-container--default.blue .select2-selection--multiple:after,
.select2-container--default.blue .select2-selection--single:after {
  background: #00005a;
}

.blue .select2-results__option:before {
  border-color: #00005a;
  background-color: #00005a;
}

.blue .select2-results__option[aria-selected=true]:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.mw325 {
  max-width: 325px;
}

.mw495 {
  max-width: 495px;
}

.grid_place .grid-item {
  width: 100%;
}
.grid_place .container {
  max-width: 1460px;
  padding-left: 0;
  padding-right: 0;
}

.back_top {
  padding-top: 55px;
  padding-bottom: 155px;
}
.back_top .back_top_link {
  color: #383838;
  font-family: "Gotham";
  cursor: pointer;
  font-size: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 40px;
}
.back_top .back_top_link:after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/arrow_black.svg) no-repeat;
  position: absolute;
  top: 10px;
  right: 0;
  transform: rotate(-90deg);
}
.back_top .back_top_link span {
  text-decoration: underline;
}
.back_top .back_top_link span:hover {
  text-decoration: none;
}

.career_slider {
  font-family: "Gotham";
}
.career_slider h3 {
  font-family: "Gotham";
  font-size: 38px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.career_slider .job {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.career_slider .career_slider_nav {
  padding-top: 60px;
}
.career_slider .career_slider_nav .slider-dots-place ul.slick-dots {
  justify-content: center;
}
.career_slider .career_slider_nav .slider-arrows-place {
  padding-left: 60px;
}
.career_slider .label {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Gotham";
  margin-bottom: 35px;
}

.slider-nav {
  margin-bottom: 20px;
}

.owl-stage {
  display: flex;
}
.owl-stage .owl-item {
  display: flex;
}

.owl-dots {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.owl-dots button.owl-dot {
  width: 12px;
  max-width: 12px;
  height: 12px;
  max-height: 12px;
  background: #636363;
  border: 0;
  border-radius: 100%;
  padding: 0;
  cursor: pointer;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-dots button.owl-dot.active {
  background: #BA9765;
}

.slider-dots-place {
  padding-top: 40px;
}
.slider-dots-place ul.slick-dots {
  display: flex !important;
  padding: 0;
  margin: 0;
  list-style: none;
}
.slider-dots-place ul.slick-dots li {
  margin: 0 8px;
}
.slider-dots-place ul.slick-dots li button {
  text-indent: -9999px;
  display: block;
  width: 12px;
  max-width: 12px;
  height: 12px;
  max-height: 12px;
  background: #636363;
  border: 0;
  border-radius: 100%;
  padding: 0;
  cursor: pointer;
}
.slider-dots-place ul.slick-dots li button:focus {
  outline: none;
}
.slider-dots-place ul.slick-dots li.slick-active button {
  background: #BA9765;
}

.slider-arrows-place {
  display: flex;
}
.slider-arrows-place button.slick-prev {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 14px 12px 0;
  border-color: transparent #333 transparent transparent;
  margin: 0 15px;
  text-indent: -9999px;
  background: transparent;
  cursor: pointer;
}
.slider-arrows-place button.slick-prev:focus {
  outline: none;
}
.slider-arrows-place button.slick-next {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 14px;
  border-color: transparent transparent transparent #333;
  margin: 0 15px 0 40px;
  text-indent: -9999px;
  background: transparent;
  cursor: pointer;
}
.slider-arrows-place button.slick-next:focus {
  outline: none;
}

.slider_left_pad {
  padding-left: 100px;
}
.slider_left_pad.pl80 {
  padding-left: 80px;
}

.dreamjob_filter {
  position: relative;
  padding-top: 55px;
}
.dreamjob_filter:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #00005A;
  height: 70px;
  z-index: 1;
}
.dreamjob_filter h2 {
  font-size: 38px;
  letter-spacing: -1px;
  font-family: "Gotham";
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.dreamjob_filter .dreamjob_filter_box {
  background: #00D3C7;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
.dreamjob_filter .dreamjob_filter_box .label {
  font-size: 12px;
  color: #00005A;
  font-family: "Gotham";
  text-transform: uppercase;
  margin-bottom: 15px;
}
.dreamjob_filter .dreamjob_filter_box .select2-container {
  min-width: 203px;
  margin-bottom: 30px;
}
.dreamjob_filter .dreamjob_filter_box .select2-container .select2-selection span.select2-selection__rendered {
  color: #959595;
}
.dreamjob_filter .dreamjob_filter_box input {
  height: 60px;
  border-radius: 4px;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  width: 100%;
  font-size: 12px;
  font-family: "Gotham";
  margin-bottom: 30px;
}
.dreamjob_filter .dreamjob_filter_box input:focus {
  outline: none;
}
.dreamjob_filter .dreamjob_filter_box ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #959595;
  font-family: "Gotham";
}
.dreamjob_filter .dreamjob_filter_box :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #959595;
  font-family: "Gotham";
}
.dreamjob_filter .dreamjob_filter_box ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #959595;
  font-family: "Gotham";
}
.dreamjob_filter .dreamjob_filter_box :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #959595;
  font-family: "Gotham";
}

.dreamjob_content {
  padding-top: 90px;
  background: #00005A;
}
.dreamjob_content .results {
  color: #00D3C7;
  text-transform: uppercase;
  font-family: "Gotham";
  font-size: 18px;
  margin-right: 60px;
}
.dreamjob_content .dreamjob_row {
  padding-top: 85px;
}
.dreamjob_content .paginate {
  font-size: 14px;
  text-transform: none;
  font-family: "Gotham";
  color: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
}
.dreamjob_content .paginate .next {
  margin: 0 0 0 0px;
  border-color: transparent transparent transparent #fff;
}
.dreamjob_content .paginate .prev {
  margin: 0 15px 0 0px;
  border-color: transparent #fff transparent transparent;
}

.simple_select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-right: 20px;
  cursor: pointer;
}
.simple_select:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 14px;
  right: 0px;
}
.simple_select select {
  background: transparent;
  border: 0;
  border-radius: 0;
  width: 100%;
  appearance: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 36px;
  text-transform: uppercase;
  font-family: "Gotham";
  font-size: 18px;
  color: #fff;
}
.simple_select select option {
  color: #000;
}
.simple_select select:focus {
  outline: none;
}
.simple_select select::-ms-expand {
  display: none;
}

.job_box {
  background: #fff;
  padding: 20px;
  color: #00005A;
  margin-bottom: 56px;
}
.job_box h3 {
  text-transform: uppercase;
  font-family: "Gotham";
  font-size: 18px;
  line-height: 22px;
}
.job_box h3 a {
  color: #00005A;
}
.job_box .date {
  color: #00005A;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 3px solid #00005A;
  padding-bottom: 12px;
  margin-bottom: 20px;
  min-height: 36px;
}
.job_box .job_logo {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6d6d6;
}

.tabs_place .tab-content .tbc_headline,
.tbc_headline {
  padding-top: 40px;
  padding-bottom: 130px;
}
.tabs_place .tab-content .tbc_headline h2,
.tbc_headline h2 {
  font-size: 38px;
  margin-bottom: 40px;
  line-height: 1.2;
}
.tabs_place .tab-content .tbc_headline h1, .tabs_place .tab-content .tbc_headline h2, .tabs_place .tab-content .tbc_headline h3, .tabs_place .tab-content .tbc_headline h4, .tabs_place .tab-content .tbc_headline h5,
.tbc_headline h1,
.tbc_headline h2,
.tbc_headline h3,
.tbc_headline h4,
.tbc_headline h5 {
  font-family: "Gotham";
  margin-bottom: 30px;
}
.tabs_place .tab-content .tbc_headline p,
.tbc_headline p {
  margin-bottom: 30px;
}
.tabs_place .tab-content .tbc_headline p:last-child,
.tbc_headline p:last-child {
  margin-bottom: 0;
}
.tabs_place .tab-content .tbc_headline:last-child,
.tbc_headline:last-child {
  padding-bottom: 0;
}

.tabs_place {
  padding-top: 55px;
}
.tabs_place ul.nav {
  justify-content: space-between;
  padding-bottom: 0px;
  border-bottom: 3px solid #000;
}
.tabs_place ul.nav li {
  margin-right: 30px;
  margin-bottom: 25px;
}
.tabs_place ul.nav li a {
  text-transform: uppercase;
  font-family: "Gotham";
  font-size: 18px;
  text-decoration: underline;
  padding: 0;
  color: #000;
  opacity: 0.4;
}
.tabs_place ul.nav li a.active {
  opacity: 1;
}
.tabs_place ul.nav li:last-child {
  margin-right: 0;
}
.tabs_place .tab-content {
  padding-top: 110px;
  padding-bottom: 130px;
}
.tabs_place .tab-content h1, .tabs_place .tab-content h2, .tabs_place .tab-content h3, .tabs_place .tab-content h4 {
  font-family: "Gotham";
}
.tabs_place .tab-content h2 {
  font-size: 54px;
  line-height: 64px;
  margin-bottom: 30px;
}
.tabs_place .tab-content p {
  margin-bottom: 20px;
}

.results_blocks .results_block h2 {
  font-family: "Gotham";
  font-size: 100px;
  margin-bottom: 20px;
}
.results_blocks .results_block h4 {
  font-size: 38px;
  font-family: "Gotham";
  letter-spacing: -1px;
  margin-bottom: 30px;
}
.results_blocks .results_block h4:last-child {
  margin-bottom: 0;
}

.big_title h2 {
  font-family: "Gotham";
  font-size: 100px;
  margin-bottom: 40px;
  line-height: 100px;
}
.big_title p:last-child {
  margin-bottom: 0;
}

.case_sidebar {
  background: #00005A;
  color: #fff;
  padding: 45px 50px;
  float: right;
  width: 300px;
  margin-bottom: 40px;
}
.case_sidebar.download {
  width: 360px;
}
.case_sidebar.download h3 {
  color: #fff;
  text-transform: none;
  font-size: 21px;
  font-family: "Gotham";
  margin-bottom: 30px;
}
.case_sidebar h3 {
  color: #54D1C7;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Gotham";
  margin-bottom: 12px;
}
.case_sidebar hr {
  border-top: 2px solid #fff;
  margin: 40px 0;
}
.case_sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.case_sidebar ul li {
  margin-bottom: 7px;
}
.case_sidebar ul.social {
  display: flex;
  align-items: center;
  padding: 25px 0 40px;
}
.case_sidebar ul.social li {
  margin-right: 40px;
}
.case_sidebar ul.social li:last-child {
  margin-right: 0;
}
.case_sidebar ul.social .fa-linkedin {
  font-size: 26px;
}
.case_sidebar ul.social .fa-envelope {
  font-size: 21px;
}
.case_sidebar a:not(.button) {
  color: #fff;
  text-decoration: underline;
}
.case_sidebar a:not(.button):hover {
  text-decoration: none;
}
.case_sidebar .case_sidebar_person {
  margin-top: 25px;
  margin-bottom: 20px;
}
.case_sidebar .name {
  font-size: 26px;
  font-family: "Gotham";
  line-height: 31px;
  margin-bottom: 20px;
}
.case_sidebar .label {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Gotham";
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.case_sidebar .input_wrap {
  margin-bottom: 30px;
}
.case_sidebar .input_wrap p {
  margin-bottom: 20px;
}
.case_sidebar .input_wrap input {
  height: 50px;
  border: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  background: transparent;
  color: #fff;
}
.case_sidebar .input_wrap input:focus {
  outline: none;
}
.case_sidebar .input_wrap textarea {
  height: 170px;
  border: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  background: #1a1a68;
  color: #fff;
  padding: 10px;
}
.case_sidebar .input_wrap textarea:focus {
  outline: none;
}
.case_sidebar .input_wrap ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #fff;
  font-family: "Gotham";
}
.case_sidebar .input_wrap :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-family: "Gotham";
}
.case_sidebar .input_wrap ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
  font-family: "Gotham";
}
.case_sidebar .input_wrap :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-family: "Gotham";
}
.case_sidebar small {
  display: block;
}
.case_sidebar .button {
  margin-bottom: 20px;
}

.mt40 {
  margin-top: 40px;
}

.full_width_slider {
  margin-top: 30px;
}
.full_width_slider .item {
  position: relative;
}
.full_width_slider .item:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.75)), color-stop(60%, rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.75) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#d9000000",GradientType=0);
  z-index: 1;
  opacity: 0.5;
}
.full_width_slider .item .container {
  position: relative;
  z-index: 2;
}
.full_width_slider .item .container .row {
  min-height: 600px;
  padding-bottom: 110px;
}
.full_width_slider .item .container .row h3 {
  font-size: 38px;
  font-family: "Gotham";
  line-height: 45px;
  color: #fff;
}

.full_width_slider_nav {
  margin-bottom: 100px;
  position: relative;
}
.full_width_slider_nav .container {
  transform: translateY(-80px);
}
.full_width_slider_nav .container .full_width_slider_arrows button.slick-prev {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 14px 12px 0;
  border-color: transparent #fff transparent transparent;
  margin: 0 30px 0 0;
  text-indent: -9999px;
  background: transparent;
  cursor: pointer;
}
.full_width_slider_nav .container .full_width_slider_arrows button.slick-prev:focus {
  outline: none;
}
.full_width_slider_nav .container .full_width_slider_arrows button.slick-next {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 14px;
  border-color: transparent transparent transparent #fff;
  margin: 0 0px 0 50px;
  text-indent: -9999px;
  background: transparent;
  cursor: pointer;
}
.full_width_slider_nav .container .full_width_slider_arrows button.slick-next:focus {
  outline: none;
}
.full_width_slider_nav .container .full_width_slider_dots ul.slick-dots {
  display: flex !important;
  padding: 0;
  margin: 0;
  list-style: none;
}
.full_width_slider_nav .container .full_width_slider_dots ul.slick-dots li {
  margin: 0 8px;
}
.full_width_slider_nav .container .full_width_slider_dots ul.slick-dots li button {
  text-indent: -9999px;
  display: block;
  width: 11px;
  max-width: 11px;
  height: 11px;
  max-height: 11px;
  background: #fff;
  border: 0;
  border-radius: 100%;
  padding: 0;
  cursor: pointer;
  opacity: 0.4;
}
.full_width_slider_nav .container .full_width_slider_dots ul.slick-dots li button:focus {
  outline: none;
}
.full_width_slider_nav .container .full_width_slider_dots ul.slick-dots li.slick-active button {
  opacity: 1;
}

.clients_sec:last-child {
  margin-bottom: 115px;
}
.clients_sec .container {
  max-width: 1380px;
}

.modal_sidebar_img img {
  border-radius: 100%;
}

.page-template-page-our-work .clients_sec .container {
  max-width: 1480px;
}

.sidebar_job {
  text-transform: lowercase;
}
.sidebar_job:first-letter {
  text-transform: capitalize;
}

.wpcf7-not-valid-tip {
  padding-top: 5px;
}

.tab-pane .our_agencies.diff:first-child {
  padding-top: 0;
}
.tab-pane .our_agencies.values:last-child {
  padding-bottom: 0;
}

.text_content_place {
  margin-bottom: 60px;
}
.text_content_place img {
  margin-top: 30px;
}

.hiddendwon {
  opacity: 0;
  visibility: hidden;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

.search_ans {
  margin-bottom: 30px;
}
.search_ans h4 a {
  color: #00005A;
}

.page--scheme-dark {
  background: #000000;
  color: #ffffff;
  border-color: #ffffff;
}
.page--scheme-dark a, .page--scheme-dark p, .page--scheme-dark span, .page--scheme-dark h1, .page--scheme-dark h2, .page--scheme-dark h3, .page--scheme-dark h4, .page--scheme-dark h5, .page--scheme-dark h6, .page--scheme-dark div {
  color: #ffffff;
}
.page--scheme-light {
  background: #ffffff;
  color: #212129;
  border-color: #212129;
}
.page--scheme-light a, .page--scheme-light p, .page--scheme-light span, .page--scheme-light h1, .page--scheme-light h2, .page--scheme-light h3, .page--scheme-light h4, .page--scheme-light h5, .page--scheme-light h6, .page--scheme-light div {
  color: #212129;
}

.container {
  padding: 80px;
}
.container .case-title a {
  text-decoration: none;
}
.container .item-card-container {
  position: relative;
}
.container .item-card-container.long {
  height: 926px;
}
.container .item-card-container .item_bottom_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 0 0 24px 0;
}
@media (max-width: 767px) {
  .container .item-card-container .item_bottom_container {
    gap: 6px;
  }
  .container .item-card-container .item_bottom_container h5 {
    display: flex;
    align-items: center;
  }
}
.container .item-card-container .item_bottom_container .item_label .label {
  font-size: 18px;
  font-family: "Gotham";
  color: #fff;
  text-transform: uppercase;
}
.container .item-card-container .item_bottom_container .item_objects {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.container .item-card-container picture {
  margin: 0 0 20px;
  position: relative;
  display: block;
  background: #212129;
  padding-bottom: calc(100% / (644 / 700));
}
.container .item-card-container picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container.our_work {
  max-width: 100%;
}
.container.our_work .item_bottom_container {
  padding: 0 0 40px 0;
}
@media (max-width: 768px) {
  .container.our_work .item_bottom_container {
    padding: 0 0 20px 0;
  }
}
.container.our_work .tax_container {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .container.our_work .tax_container {
    margin: 20px 0;
  }
}
.container.our_agencies {
  max-width: 100%;
  padding-right: 0;
}
.container.our_agencies .header-container {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .container.our_agencies .header-container {
    margin-bottom: 20px;
  }
}
.container.our_agencies .our_agencies_title {
  margin-bottom: 0;
}
.container.our_agencies .card_container {
  display: flex;
  padding: 51px 81px 74px;
  justify-content: center;
  align-items: center;
  background: #ba9765;
  flex-direction: column;
  margin-right: 32px;
  gap: 10px;
  text-align: center;
}
.container.our_agencies .slick-list {
  padding: 0 1% 0 0;
}
.container.our_agencies .slick-list .slick-track {
  align-items: stretch;
  display: flex;
}
.container.our_agencies .slider-dots {
  display: flex;
  justify-content: center;
}
.container.our_agencies .slick-slider .prev-arrow {
  position: absolute;
  left: -30px;
  top: 45%;
}
.container.our_agencies .slick-slider .prev-arrow:hover {
  cursor: pointer;
}
.container.our_agencies .slick-slider .next-arrow {
  position: absolute;
  right: 30px;
  top: 45%;
}
.container.our_agencies .slick-slider .next-arrow:hover {
  cursor: pointer;
}
.container.rows-w-image {
  max-width: 100%;
}
.container.rows-w-image picture {
  margin: 0 0 0;
  position: relative;
  display: block;
  background: #212129;
  padding-bottom: calc(100% / (2880 / 1440));
}
.container.rows-w-image picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container.rows-w-image img:not(.custom-img) {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: center center;
}
.container.rows-w-image .item_objects {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.container.twocol_text {
  max-width: 100%;
}
.container.twocol_text .content_img {
  text-align: center;
}
.container.collage_with_content {
  max-width: 100%;
}
.container.collage_with_content .image-gallery {
  /* Mobile first */
}
@media (max-width: 767px) {
  .container.collage_with_content .image-gallery.gallery_large {
    display: none;
  }
}
@media (min-width: 768px) {
  .container.collage_with_content .image-gallery.gallery_phone {
    display: none;
  }
}
.container.collage_with_content .image-gallery.gallery_phone .slider-dots-place {
  padding-top: 20px;
}
.container.collage_with_content .image-gallery {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.container.collage_with_content .image-gallery .column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.container.collage_with_content .image-gallery .column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container.collage_with_content .image-gallery .column:first-of-type .image-item:first-of-type picture {
  margin: 0 0 0;
  position: relative;
  display: block;
  background: #212129;
  padding-bottom: calc(100% / (509 / 501));
}
.container.collage_with_content .image-gallery .column:first-of-type .image-item:first-of-type picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container.collage_with_content .image-gallery .column:first-of-type .image-item:nth-of-type(2) picture {
  margin: 0 0 0;
  position: relative;
  display: block;
  background: #212129;
  padding-bottom: calc(100% / (509 / 536));
}
.container.collage_with_content .image-gallery .column:first-of-type .image-item:nth-of-type(2) picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container.collage_with_content .image-gallery .column:nth-of-type(2) .image-item:first-of-type picture {
  margin: 0 0 0;
  position: relative;
  display: block;
  background: #212129;
  padding-bottom: calc(100% / (509 / 384));
}
.container.collage_with_content .image-gallery .column:nth-of-type(2) .image-item:first-of-type picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container.collage_with_content .image-gallery .column:nth-of-type(2) .image-item:nth-of-type(2) picture {
  margin: 0 0 0;
  position: relative;
  display: block;
  background: #212129;
  padding-bottom: calc(100% / (509 / 653));
}
.container.collage_with_content .image-gallery .column:nth-of-type(2) .image-item:nth-of-type(2) picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container.collage_with_content .image-gallery .column:nth-of-type(3) .image-item:first-of-type picture {
  margin: 0 0 0;
  position: relative;
  display: block;
  background: #212129;
  padding-bottom: calc(100% / (509 / 653));
}
.container.collage_with_content .image-gallery .column:nth-of-type(3) .image-item:first-of-type picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container.collage_with_content .image-gallery .column:nth-of-type(3) .image-item:nth-of-type(2) picture {
  margin: 0 0 0;
  position: relative;
  display: block;
  background: #212129;
  padding-bottom: calc(100% / (509 / 384));
}
.container.collage_with_content .image-gallery .column:nth-of-type(3) .image-item:nth-of-type(2) picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container.collage_with_content .image-gallery .image_list {
  width: 100%;
}
.container.collage_with_content .image-gallery .image_list img {
  width: 100%;
  object-fit: cover;
}
.container.collage_with_content .image-gallery .slider-dots {
  justify-content: center;
}
.container.collage_with_content .image-gallery .image-item {
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .container.collage_with_content .image-gallery .image-item picture {
    margin: 0 0 20px;
    position: relative;
    display: block;
    background: #212129;
    padding-bottom: calc(100% / (355 / 349));
  }
  .container.collage_with_content .image-gallery .image-item picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.container.collage_with_content .image-gallery .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1);
  color: #fff;
  /* center overlay content */
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 20px 23px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.37%, rgba(0, 0, 0, 0.61) 100%);
}
.container .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
  top: 45%;
}
.container .owl-nav .owl-prev:focus {
  outline: none;
}
.container .owl-nav .owl-next {
  position: absolute;
  right: 30px;
  top: 45%;
}
.container .owl-nav .owl-next:focus {
  outline: none;
}
.container.container_with_text_image {
  max-width: 100%;
}
.container.container_with_text_image .box-section .title-2 {
  color: #fff;
}
.container.container_with_text_image .box-section .tablet-box {
  padding-bottom: 52px;
}
@media (max-width: 992px) {
  .container.container_with_text_image .box-section .tablet-box {
    padding-bottom: 30px;
  }
}
.container.container_with_text_image .box-section .text-box-head {
  max-width: 620px;
  padding-right: 10px;
}
.container.container_with_text_image .box-section .content-container {
  display: flex;
  flex-direction: column;
}
.container.container_with_text_image .box-section .image-box {
  display: flex;
  flex-direction: column;
}
.container.container_with_text_image .box-section .image-box picture {
  margin: 0 0 20px;
  position: relative;
  display: block;
  background: #212129;
  padding-bottom: calc(100% / (170 / 205));
}
.container.container_with_text_image .box-section .image-box picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container.container_with_text_image .box-section .image-box img {
  object-fit: cover;
}
.container.container_with_text_image .box-section .member-container {
  display: flex;
  justify-content: start;
}
.container.container_with_text_image .box-section .member-container.right {
  justify-content: start;
}
@media (max-width: 992px) {
  .container.container_with_text_image .box-section .member-container {
    justify-content: start;
  }
}
@media (max-width: 992px) {
  .container.container_with_text_image .box-section .member-container p {
    font-size: 14px;
  }
}
.container.container_with_text_image .box-section .member-container .box {
  padding-left: 0;
}
.container.contacts_container {
  max-width: 100%;
}
.container.contacts_container .item-row {
  gap: 20px 120px;
}
.container.contacts_container .item-row h4 {
  margin: 0 0 10px;
}

.c-field__label input {
  display: none;
}
.c-field__label a {
  text-decoration: none;
}
.c-field__label span {
  justify-content: center;
  align-items: center;
  gap: 6px;
  display: flex;
  border-radius: 29px;
  border: 1px solid;
  height: 31.67px;
  padding: 14px 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  cursor: pointer;
}
.c-field__label input:checked + span {
  background-color: #00B0A3;
}

span.char {
  opacity: 0;
  transform: translateY(170px) rotate(-20deg) scale(2.5);
  display: inline-block;
  transition: all 1s cubic-bezier(0.62, 0.05, 0.01, 0.99);
}

.char.Fadein {
  opacity: 1;
  transform: translateY(0) rotate(0deg) scale(1);
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .container {
    padding: 40px 20px;
  }
  .container.our_agencies {
    padding-right: 0;
  }
  .container.our_agencies .slick-list {
    padding: 0 35% 0 0;
  }
  .container.twocol_text .content_img {
    justify-content: start;
  }
  .container.container_with_text_image .box-section .align-self-center {
    padding: 41px 47px;
  }
  .container.container_with_text_image .box-section .align-self-center .text-box {
    width: 162px;
    overflow: hidden;
  }
  .container.container_with_text_image .box-section .tablet-box {
    border-bottom: 4px solid #000;
  }
}
@media only screen and (max-width: 1400px) {
  .container.our_agencies .slick-list {
    padding: 0 15% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 40px 20px;
  }
  .container.our_agencies {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container.our_agencies .slick-list {
    padding: 0 5% 0 0;
  }
  .container.our_agencies .card_container {
    padding: 18px;
    margin-right: 16px;
  }
  .container.our_agencies .card_container h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .container.twocol_text .content_img {
    justify-content: start;
  }
  .container .c-field__label span {
    display: flex;
    height: 26px;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 16px;
  }
  .container.collage_with_content .image-gallery {
    flex-direction: column;
  }
}
.otnotice .otnotice-content {
  padding: 0;
}
.otnotice .otnotice-sections {
  margin: 0;
}
.otnotice .otnotice-section {
  margin: 0;
}
.otnotice .otnotice-sections > .otnotice-section > .otnotice-section-content {
  margin: 0 0 60px;
}
.otnotice .otnotice-sections > .otnotice-section > h2.otnotice-section-header {
  color: #FFF;
  font-family: "Gotham";
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .otnotice .otnotice-sections > .otnotice-section > h2.otnotice-section-header {
    font-size: 24px;
    line-height: 27px;
  }
}

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1900px) {
  .our_history .container {
    margin: 0 12%;
  }
}
@media only screen and (max-width: 1500px) {
  .wide_content.works .brand_book_select {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1400px) {
  .platform .platform_holder .platform_slide .platform_box {
    left: 115px;
  }
  .platform {
    height: auto;
    min-height: 1px;
  }
  .platform h2 {
    font-size: 44px;
    line-height: 50px;
  }
  .platform .label {
    margin-bottom: 10px;
  }
  .platform .platform_title {
    margin-bottom: 30px;
  }
  .our_history .container {
    margin: 0 5%;
  }
}
@media only screen and (max-width: 1200px) {
  .clients_sec .container {
    padding-left: 0;
    padding-right: 0;
  }
  .clients_sec .container .latest_work_bottom {
    padding: 60px 15px 30px;
  }
  .tbc_headline .tbc_headline_img {
    padding-right: 30px;
  }
  .latest_work .latest_work_top {
    padding: 95px 20px 63px;
  }
  .slider_left_pad {
    padding-left: 50px;
  }
  .latest_post {
    height: 370px;
  }
  .latest_post.long {
    height: 740px;
  }
  .wide_content {
    padding-left: 0;
    padding-right: 0;
  }
  .our_history .container {
    margin: 0 1%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .history_slider .his_box_wrap {
    padding: 0 30px;
  }
  .blue_blur_sec .blue_blur_txt {
    padding: 50px 35px;
  }
  .platform .slide_dec {
    right: -590px;
  }
  .platform .container {
    max-width: 960px;
  }
  .work_withus .work_withus_content {
    padding-left: 10px;
  }
  .work_withus:before {
    opacity: 0.2;
  }
  .hide1200 {
    display: none;
  }
  .bottom_part footer small,
  .bottom_part footer ul.footer_menu {
    margin-left: 0;
  }
  .bottom_part footer ul.social {
    margin-right: 0;
  }
  .bottom_part .bottom_latest_news .latest_news_row .news_box .news_box_content {
    padding: 20px 20px;
  }
  .latest_post .latest_post_bottom,
  .latest_post .latest_post_top {
    padding: 25px;
  }
  .tabs_place .tab-content h2,
  .full_row .full_row_text h2,
  .bottom_part .bottom_latest_news h2,
  .our_agencies .our_agencies_title h1,
  .our_agencies .our_agencies_title h2,
  .blue_blur_sec h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 25px;
    letter-spacing: 0;
  }
  .latest_post .latest_post_top h3,
  .work_withus .work_withus_content h3,
  .our_agencies.diff .diff_row .diff_box h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .blue_blur_sec .blue_blur_img,
  .blue_blur_sec .blue_blur_img .blue_blur3,
  .blue_blur_sec .blue_blur_img .blue_blur2,
  .blue_blur_sec .blue_blur_img .blue_blur1 {
    max-width: 390px;
  }
  .video_section.agencies {
    padding-top: 160px;
    min-height: 1px;
  }
  .big_title h2,
  .video_section h1.video_title {
    font-size: 70px;
    line-height: 75px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .case_sidebar.download,
  .case_sidebar {
    float: none;
    width: 100%;
  }
  .tabs_place .tab-content {
    padding-top: 40px;
  }
  .tabs_place .tab-content img {
    margin-top: 30px;
  }
  .tbc_headline .tbc_headline_img {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .career_slider .career_slider_nav .slider-arrows-place {
    padding-left: 0;
    justify-content: center;
  }
  .career_slider .career_slider_nav {
    padding-top: 0;
  }
  .dreamjob_filter .dreamjob_filter_box .select2-container {
    min-width: 100%;
  }
  .slider-for {
    text-align: center;
  }
  .slider-nav {
    text-align: left;
  }
  .slider_left_pad.pl80,
  .slider_left_pad {
    padding-left: 0;
    padding-top: 40px;
  }
  .wide_content.works .brand_book_select {
    padding-left: 35px;
    padding-right: 35px;
  }
  .grid_place .latest_work_bottom {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact_form .container {
    max-width: 720px;
  }
  .our_agencies .our_people .our_people_txt {
    max-width: 100%;
  }
  .red_lion .red_lion_img {
    opacity: 0.3;
  }
  .video_incontent {
    min-height: 320px;
  }
  .video_incontent .video_incontent_inside {
    padding: 25px;
  }
  .video_incontent .video_incontent_inside h3 {
    font-size: 30px;
  }
  blockquote {
    padding: 78px 0 40px;
    background: url(../img/res_single_quote.svg) no-repeat 0px 3px;
  }
  .blog_content .blog_content_txt {
    padding-left: 0;
    padding-right: 30px;
  }
  .clear {
    float: right;
  }
  .wide_content .brand_book_select > .row > div {
    margin-bottom: 30px;
  }
  .wide_content .brand_book_select > .row > div:last-child {
    margin-bottom: 0;
  }
  .remodal .modal_sidebar {
    margin-top: 50px;
    padding-left: 30px;
  }
  .video_section.agencies {
    padding-top: 125px;
    padding-bottom: 130px;
  }
  .bottom_part .bottom_latest_news .container {
    max-width: 720px;
  }
  .full_row {
    margin-bottom: 70px;
  }
  .full_row .full_row_text {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .work_withus:before {
    right: -110px;
  }
  .red_lion h2,
  .latest_work .latest_work_top h2 {
    margin-bottom: 30px;
  }
  .hide992 {
    display: none;
  }
  .platform_mobile:after {
    width: 900px;
  }
  .dreamjob_filter h2,
  .red_lion h2,
  .full_row .full_row_text h2,
  .platform_mobile h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  .platform_mobile .label {
    margin-bottom: 0;
  }
  .video_section .video_socials {
    float: none;
    padding-top: 60px;
  }
  .platform_mobile .container .platform_box {
    padding: 20px;
  }
  .bottom_part .bottom_latest_news .latest_news_row .news_side {
    display: flex;
  }
  .bottom_part .bottom_latest_news .latest_news_row .news_side .news_box,
  .bottom_part .bottom_latest_news .latest_news_row .news_side .news_box .news_box_content {
    min-height: 1px;
    height: auto;
  }
  .latest_post .latest_post_top .label {
    font-size: 14px;
  }
  .latest_post .latest_post_top h3 {
    font-size: 18px;
  }
  .latest_work .latest_work_top .button {
    float: none;
  }
  .latest_work .latest_work_bottom,
  .latest_work .latest_work_top {
    padding: 40px 15px 20px;
    text-align: center;
  }
  .blue_blur_sec .blue_blur_img {
    margin: 0 auto 40px;
    transform: translate(0, 0);
  }
  .hide992 {
    display: none;
  }
  .blue_blur_sec .blue_blur_txt {
    max-width: 100%;
  }
  .latest_work .latest_work_bottom h2 {
    margin-bottom: 30px;
  }
  .bottom_part .bottom_latest_news .latest_news_row .news_box .news_box_content {
    margin-bottom: 20px;
  }
  .tabs_place ul.nav {
    justify-content: flex-start;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .remodal.team .remodal_logo {
    margin-top: -60px;
  }
  .tbc_headline {
    padding-bottom: 70px;
  }
  .results_blocks .results_block {
    margin-bottom: 40px;
  }
  .video_section .video_btn .playcircle {
    max-width: 100px;
  }
  .content_image .content_image_txt {
    padding: 25px;
  }
  .content_image {
    margin-bottom: 40px;
  }
  .full_width_slider_nav .container .full_width_slider_arrows button.slick-next {
    margin: 0 0px 0 15px;
  }
  .full_width_slider .item .container .row {
    min-height: 400px;
  }
  .career_slider .label {
    text-align: left;
  }
  .brand_book_list.leadership .brand_box {
    text-align: center;
  }
  .mw495,
  .mw325 {
    max-width: 100%;
  }
  .our_history .our_history_bg {
    display: none;
  }
  .bottom_part .bottom_latest_news h3 {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .red_lion .container {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .red_lion .red_lion_img.right,
  .red_lion .red_lion_img.left,
  .red_lion .red_lion_img {
    position: static;
    opacity: 1;
    height: 260px;
    width: 100%;
    transform: none;
    background-size: contain !important;
    margin-bottom: 40px;
  }
  .red_lion .red_lion_img.right,
  .red_lion .red_lion_img.left {
    margin-bottom: 0px;
    background-size: cover !important;
  }
  .brand_book_select {
    padding: 25px 20px;
    display: block;
  }
  .brand_book_select .select2-container {
    max-width: 100%;
  }
  .remodal {
    padding: 20px;
  }
  .remodal .remodal-close {
    top: 20px;
    right: 20px;
  }
  .remodal .remodal_logo {
    margin-top: -60px;
  }
  .remodal .remodal_top h1 {
    font-size: 28px;
  }
  .results_blocks .results_block h4,
  .res_top .res_top_content h1 {
    font-size: 30px;
  }
  .big_title h2,
  .results_blocks .results_block h2,
  .video_section h1.video_title {
    font-size: 50px;
    line-height: 55px;
  }
  .blue_blur_sec .blue_blur_slider .owl-dots {
    bottom: 25px;
  }
  .blue_blur_sec .blue_blur_slider .owl-stage-outer .owl-stage .owl-item .slideowl {
    min-height: 370px;
  }
  .video_section .video_btn_row .video_btn_row_txt {
    max-width: 100%;
    padding-left: 0;
  }
  .hide767 {
    display: none;
  }
  .platform_mobile:after {
    display: none;
  }
  .platform_mobile .container .platform_box {
    position: static;
    transform: translate(0, 0);
    width: 100%;
  }
  .video_section .video_socials {
    text-align: center;
    max-width: 100%;
  }
  .video_section .video_socials .row {
    justify-content: center;
  }
  .bottom_part .bottom_latest_news .latest_news_row .news_side {
    display: block;
  }
  .work_withus .work_withus_content {
    padding: 30px 15px;
  }
  .bottom_part .work_withus::before {
    right: -5%;
    width: 320px;
    height: 500px;
  }
  .our_agencies.diff {
    padding-bottom: 0;
  }
  .our_agencies.diff,
  .our_agencies {
    padding-top: 65px;
  }
  .our_agencies.diff .diff_row .diff_box {
    margin-bottom: 70px;
    max-width: 100%;
  }
  .our_agencies.diff .diff_row .diff_box .diff_box_btn {
    padding-top: 15px;
  }
  .full_width_slider .item .container .row h3,
  .career_slider h3,
  .latest_post .latest_post_top h3 {
    font-size: 28px;
    line-height: 1.2;
  }
  .our_agencies .our_agencies_title {
    padding-bottom: 20px;
  }
  .tabs_place .tab-content h2,
  .tbc_headline h2,
  .our_history h2,
  .red_lion h2,
  .full_row .full_row_text h2,
  .platform_mobile h2,
  .bottom_part .bottom_latest_news h2,
  .latest_work .latest_work_top h2,
  .our_agencies .our_agencies_title h1,
  .our_agencies .our_agencies_title h2,
  .blue_blur_sec h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .blue_blur_sec .blue_blur_img {
    transform: translateX(15%);
    margin-bottom: 30px;
  }
  .blue_blur_sec .blue_blur_img,
  .blue_blur_sec .blue_blur_img .blue_blur3,
  .blue_blur_sec .blue_blur_img .blue_blur2,
  .blue_blur_sec .blue_blur_img .blue_blur1 {
    max-width: 200px;
  }
  .video_section .video_section_txt {
    padding-top: 30px;
    padding-left: 0;
    margin-bottom: 0;
  }
  .video_section {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 1px;
    text-align: center;
  }
  .video_section .video_btn_row img {
    margin: 0 0 15px;
    max-width: 60px;
  }
  .optional_sec {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .platform_mobile .container:before,
  .platform_mobile .container:after {
    display: none;
  }
  .platform_mobile .container .nav.nav-tabs {
    margin: 0 0 40px;
  }
  .platform_mobile .container .nav.nav-tabs li a.active span {
    transform: scale(1.2);
  }
  .platform_mobile {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .blog_content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .blog_content .blog_content_txt {
    padding-right: 0;
  }
  .video_incontent {
    margin-bottom: 50px;
  }
  .text_style ul {
    padding: 17px 25px;
  }
  .blog_sidebar {
    max-width: 100%;
    float: none;
    padding-top: 50px;
  }
  .history_slider .his_box {
    padding: 25px;
  }
  .our_history .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .history_slider .his_box_wrap {
    padding: 0 15px;
  }
  .history_slider .his_box_wrap:after {
    display: none;
  }
  .grid_place .latest_work_bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  .video_section.diff:before {
    width: 100%;
  }
  .video_section.diff {
    margin-bottom: 20px;
  }
  .case_sidebar {
    padding: 30px 25px;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
@media only screen and (min-width: 576px) {
  .grid .grid-item {
    width: 50%;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .show767 {
    display: none;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .grid .grid-item {
    width: 33.3333333333%;
  }
  .show992 {
    display: none;
  }
  .hamburger {
    display: none;
  }
  .opa0 {
    opacity: 0;
    visibility: hidden;
  }
  .blue_blur_sec .blue_blur_slider,
  .blue_blur_sec .blue_blur_slider .owl-stage-outer,
  .blue_blur_sec .blue_blur_slider .owl-stage-outer .owl-stage,
  .blue_blur_sec .blue_blur_slider .owl-stage-outer .owl-stage .owl-item,
  .blue_blur_sec .blue_blur_slider .owl-stage-outer .owl-stage .owl-item .slideowl {
    height: 100%;
    min-height: 100%;
  }
  .full_row.reverse .row,
  .full_row:nth-child(odd) .row {
    flex-direction: row-reverse;
  }
  .full_row.reverse .row .full_row_text,
  .full_row:nth-child(odd) .row .full_row_text {
    padding-top: 82px;
    padding-left: 80px;
    padding-right: 0;
  }
  .full_row.reverse .full_row_imagewrap > .row > .col-lg-6 img,
  .full_row:nth-child(odd) .full_row_imagewrap > .row > .col-lg-6 img {
    margin-left: 0;
    margin-right: 10px;
  }
  .full_row .full_row_imagewrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .full_row .full_row_imagewrap > .row {
    height: 100%;
  }
  .full_row .full_row_imagewrap > .row > .col-lg-6 {
    height: 100%;
  }
  .full_row .full_row_imagewrap > .row > .col-lg-6 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .full_row .full_row_text {
    min-height: 550px;
  }
  .tabs_place ul.nav {
    width: 50%;
  }
  .tabs_place .tab-content .tab_txt {
    padding-right: 50px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .show1200 {
    display: none;
  }
  .full_row:nth-child(odd) .row .full_row_text {
    padding-left: 156px;
  }
  .full_row.forcareer .row .full_row_text {
    padding-left: 100px;
  }
  .grid56 {
    margin-left: -26px;
    margin-right: -26px;
  }
  .grid56 > div {
    padding-left: 26px;
    padding-right: 26px;
  }
  .grid48 {
    margin-left: -24px;
    margin-right: -24px;
  }
  .grid48 > div {
    padding-left: 24px;
    padding-right: 24px;
  }
  .grid38 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .grid38 > div {
    padding-left: 16px;
    padding-right: 16px;
  }
  .wide_content.works .brand_book_select .col-xl-3 {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
  .career_slider .career_slider_nav .slider-arrows-place .slick-next {
    margin: 0 15px 0 100px;
  }
  .page-template-page-careers .padding_on_career,
  .red_lion_txt_right {
    padding: 120px 0 120px 30px;
  }
  .tabs_place .tab-content .tab_txt {
    padding-right: 110px;
  }
  .big_title h2 {
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1300px) {
  .blue_blur_sec .container {
    max-width: 1208px;
  }
}
@media only screen and (min-width: 1537px) {
  .platform .container {
    height: 100vh;
    min-height: 100vh;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  input, textarea {
    /* remove inner shadow on iOS input */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0)));
    background-image: -webkit-linear-gradient(#fff 0, 0%, 100%, 0, #fff 0, 0%, 100%, 0);
    border-radius: 0;
    box-shadow: none;
  }
}

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