@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
.text-red {
  color: #FF5A42;
}

.text-green {
  color: #00B9AF;
}

.text-yellow {
  color: #F5CB00;
}

.text-darkgrey {
  color: #79798B;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Volte";
  src: url("fons/Volte-Semibold.eot");
  src: url("font/Volte-Semibold.eot?#iefix") format("embedded-opentype"), url("font/Volte-Semibold.woff2") format("woff2"), url("font/Volte-Semibold.woff") format("woff"), url("font/Volte-Semibold.ttf") format("truetype"), url("font/Volte-Semibold.svg#Volte-SemiBold") format("svg"); /* Legacy iOS */
  font-weight: 600;
  font-style: bold;
}
@font-face {
  font-family: "Volte";
  src: url("font/Volte-Medium.eot");
  src: url("font/Volte-Medium.eot?#iefix") format("embedded-opentype"), url("font/Volte-Medium.woff2") format("woff2"), url("font/Volte-Medium.woff") format("woff"), url("font/Volte-Medium.ttf") format("truetype"), url("font/Volte-Medium.svg#Volte-Medium") format("svg"); /* Legacy iOS */
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Volte";
  src: url("font/Volte-Regular.eot");
  src: url("font/Volte-Regular.eot?#iefix") format("embedded-opentype"), url("font/Volte-Regular.woff2") format("woff2"), url("font/Volte-Regular.woff") format("woff"), url("font/Volte-Regular.ttf") format("truetype"), url("font/Volte-Regular.svg#Volte-Regular") format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Volte";
  src: url("font/Volte-Light.eot");
  src: url("font/Volte-Light.eot?#iefix") format("embedded-opentype"), url("font/Volte-Light.woff2") format("woff2"), url("font/Volte-Light.woff") format("woff"), url("font/Volte-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
body {
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
  background: #F8F9FA;
  color: #01004A;
  font-family: "volte", "poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
body.noscroll {
  overflow: hidden;
}

main {
  background: #F8F9FA;
  border-radius: 0 0px 0 200px;
}
main.large {
  margin-top: 100px;
}

.text-grey {
  color: #79798B;
}

.text-primary {
  color: #01004A;
}

.error p {
  display: block;
  margin-bottom: 20px !important;
  color: #01004A;
  line-height: 1;
  text-align: center;
}

.push {
  padding-bottom: 50px !important;
}

.rounded {
  border-radius: 50%;
}
.rounded.yellow {
  display: block;
  height: 600px;
  width: 600px;
  background: #F5CB00 !important;
}

.n-m {
  margin: 0 !important;
}

.mt {
  margin-top: 30px !important;
}

.mt-2 {
  margin-top: 60px !important;
}

.mb {
  margin-bottom: 30px !important;
}

.mb-2 {
  margin-bottom: 60px !important;
}

.pb {
  margin-bottom: 125px !important;
}

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

.text-right {
  text-align: right;
}

.float-right {
  float: right;
}
@media (max-width: 40rem) {
  .float-right {
    float: none;
  }
}

.float-left {
  float: left;
}
@media (max-width: 40rem) {
  .float-left {
    float: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: 80px;
  letter-spacing: -2px !important;
}
h1.xlarge {
  font-size: 6vw;
}
h1.medium {
  font-weight: 500;
}

h2 {
  font-size: 60px;
  letter-spacing: -1px;
}
h2.xlarge {
  font-size: 5vw;
}
h2.medium {
  font-weight: 500;
}

h3 {
  font-size: 32px;
}
h3.medium {
  font-weight: 500;
}

h4 {
  font-size: 24px;
}
h4.medium {
  font-weight: 500;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

a {
  text-decoration: none;
  color: #01004A;
}
a.underlined, footer .footer_links ul li a {
  position: relative;
}
a.underlined::after, footer .footer_links ul li a::after {
  bottom: 0;
  right: 0;
  display: inline-block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #01004A;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.underlined.hover::after, footer .footer_links ul li a.hover::after {
  width: 0;
}
a.underlined.hover:hover::after, footer .footer_links ul li a.hover:hover::after {
  width: 100%;
}

p {
  margin: 0 0 30px 0;
}
p.small {
  font-size: 18px;
}
p.medium {
  font-size: 20px;
}
p.large {
  font-size: 22px;
}
p.xlarge {
  font-size: 24px;
}
p .strong {
  font-weight: 600;
}

article.page-content .small-title {
  margin-bottom: 20px;
}
article.page-content h1, article.page-content h3, article.page-content h4 {
  margin-bottom: 10px;
}
article.page-content h2 {
  margin-bottom: 20px;
}
article.job-content {
  margin-bottom: 60px;
}
article.job-content h3 {
  margin-bottom: 20px;
}
article.job-content ul li {
  margin-bottom: 10px;
  font-size: 22px;
}

section {
  background: #F8F9FA;
}
section.white {
  background: #fff;
}
section.medium {
  padding: 50px 0;
}
section.default {
  padding: 125px 0 0 0;
}
section.default .title_wrapper {
  margin: auto;
  max-width: 600px;
}
section.default .title_wrapper h2 {
  margin-bottom: 10px;
}
section.default.job-des .row {
  max-width: 50%;
}
section .section_content {
  padding-top: 15%;
  width: 80%;
}
section .section_content h2 {
  font-size: 80px;
  margin-bottom: 20px;
}

.tm::after {
  position: relative;
  top: -45px;
  right: 0;
  content: "TM";
  color: #111111;
  letter-spacing: normal;
  font-size: 15px;
}

.square-left {
  position: fixed;
  top: 50%;
  left: -150px;
  transform: translate(0, -50%);
  background: #FF5A42;
  transform: rotate(30deg);
  height: 200px;
  width: 200px;
  z-index: 10;
}
.square-left.green {
  background: #00B9AF;
}
.square-left.blue {
  background: #01004A;
}
.square-left.yellow {
  background: #F5CB00;
}

.square-right {
  position: fixed;
  top: 20%;
  right: -100px;
  transform: translate(0, -50%);
  background: #01004A;
  transform: rotate(-30deg);
  height: 200px;
  width: 200px;
  z-index: 10;
}
.square-right.green {
  background: #00B9AF;
}
.square-right.yellow {
  background: #F5CB00;
}
.square-right.red {
  background: #FF5A42;
}

.button {
  display: inline-block;
  padding: 13px 30px;
  color: #111111;
  border-radius: 99px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  outline: none;
  border: 1px solid transparent;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
.button .icon {
  display: inline-block;
  position: relative;
  width: 20px;
  top: 9px;
  margin-left: 8px;
}
.button .arrow_small {
  position: relative;
  left: 0;
  height: 10px;
  padding-left: 10px;
  width: auto;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.button:hover .arrow_small {
  left: 10px;
}
.button.small {
  padding: 10px 25px;
}
.button.medium {
  padding: 13px 40px;
}
.button.large {
  font-size: 18px;
  padding: 16px 20px;
  min-width: 250px;
}
@media (max-width: 1024px) {
  .button.large {
    padding: 13px 40px;
    font-size: 16px;
  }
}
.button.primary {
  background: #01004A;
  color: #fff;
}
.button.primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 7px 12px rgba(0, 0, 0, 0.08);
}
.button.block {
  display: block;
  width: 100%;
}
.button.outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.button.outline.blue {
  border-color: #01004A;
  color: #01004A;
}
.button.outline.grey {
  border-color: #dae0e5;
  color: #01004A;
}
.button.outline.grey:hover {
  border-color: #01004A;
}
.button.outline:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 7px 12px rgba(0, 0, 0, 0.08);
}

.row {
  max-width: 85rem;
  margin: auto;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .row {
    padding: 0;
    width: 90%;
  }
}
.row::after, .row::before {
  content: "";
  display: table;
  clear: both;
}
.row.expand {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.row.constrained {
  max-width: 60rem;
}
.row.constrained.medium {
  max-width: 70rem;
}
.row.padding .columns {
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .row.padding .columns {
    padding: 0;
  }
}

.columns {
  display: block;
  width: 100%;
  float: left;
}
.columns img {
  vertical-align: middle;
  display: block;
  width: 100%;
}
.columns.offset {
  padding-left: 8.3333333333% !important;
}
@media (max-width: 1024px) {
  .columns.offset {
    padding-left: 0 !important;
  }
}

@media (min-width: 1024px) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
}
@media (max-width: 40rem) {
  .medium-3,
.medium-4,
.medium-6,
.small-12 {
    width: 100%;
  }
  .small-6 {
    width: 50%;
  }
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}
.navbar .brand {
  margin-top: 3px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .navbar .brand {
    margin-top: 0;
  }
}

@keyframes draw {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.hero.overlay::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
}
.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
}
.hero .hero-content-md {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  z-index: 2;
  width: 50%;
}
.hero .hero-content-md h3 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 500;
}
.hero .hero-content-md h1 {
  margin: 0 0 40px 0;
  font-size: 100px;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .hero .hero-content-md h1 {
    font-size: 60px;
  }
}
.hero .hero-content-md h1 .underline_svg {
  position: relative;
}
.hero .hero-content-md h1 .underline_svg::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  display: inline-block;
  background-image: url("../assets/line_sketch.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  content: "";
}
.hero.blue {
  background: #01004A;
  color: #fff;
}
.hero.project {
  height: 400px;
  min-height: 400px;
}

.full-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(30px);
  z-index: 98;
}
.full-menu.open {
  opacity: 1;
  pointer-events: auto;
}
.full-menu .menu-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: calc(50% - 5vh);
}
.full-menu .menu-content ul {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.full-menu .menu-content ul li {
  margin-bottom: 20px;
  list-style: none;
}
.full-menu .menu-content ul li:last-child {
  margin-bottom: 0;
}
.full-menu .menu-content ul li a {
  position: relative;
  font-size: 30px;
}
.full-menu .menu-content ul li a::after {
  bottom: 0;
  left: 0;
  display: inline-block;
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #01004A;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.full-menu .menu-content ul li a:hover::after {
  width: 100%;
}
.full-menu .menu-content ul li a.large {
  font-size: 50px;
}
.full-menu .menu-content ul li a.large::after {
  height: 3px;
}
.full-menu .menu-contact {
  text-align: center;
  position: absolute;
  bottom: 5vh;
  left: 0;
  width: 100%;
  font-size: 30px;
}
.full-menu .menu-contact h3 {
  margin: 0 0 5px 0;
  line-height: 1;
  font-size: 30px;
}
.full-menu .menu-contact .underlined::after, .full-menu .menu-contact footer .footer_links ul li a::after, footer .footer_links ul li .full-menu .menu-contact a::after {
  bottom: -5px;
  height: 3px;
}

.social {
  display: block;
  list-style: none;
  padding: 40px 0 0 0;
  margin: 50px 0 0 0;
}
.social li {
  margin-right: 10px;
  display: inline;
}
.social li:last-child {
  margin-right: 0;
}
.social li a:hover .icon {
  bottom: 5px;
}
.social .icon {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #01004A;
  bottom: 0;
  transition: all 0.2s ease-in-out !important;
}
.social .icon.round {
  border-radius: 50%;
}
.social .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 15px;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.social .icon.linkedin::after {
  background-image: url(../assets/icons/linkedin.svg);
}
.social .icon.twitter::after {
  background-image: url(../assets/icons/twitter.svg);
}
.social .icon.insta::after {
  background-image: url(../assets/icons/insta.svg);
}

.lazy_grey {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: #eceff2;
}
.lazy_grey .placeholder::before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 60px;
  background: #e0e5e9;
  width: 15%;
  height: 16px;
}
.lazy_grey .placeholder::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: #e0e5e9;
  width: 50%;
  height: 16px;
}

.projects .project_thumb {
  position: relative;
  height: 400px;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.projects .project_thumb.rounded {
  border-radius: 150px 0 0 0;
}
.large-12 .projects .project_thumb {
  margin-bottom: 0;
}
.projects .project_thumb .project_img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.projects .project_thumb::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: 1;
  content: "";
  background: rgba(17, 17, 17, 0.5);
  background: -webkit-linear-gradient(bottom, rgba(17, 17, 17, 0.5), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(bottom, rgba(17, 17, 17, 0.5), rgba(255, 255, 255, 0));
  background: linear-gradient(to top, rgba(17, 17, 17, 0.5), rgba(255, 255, 255, 0));
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.projects .project_thumb article {
  padding: 30px;
  bottom: 0;
  left: 0;
  position: absolute;
  color: #fff;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.projects .project_thumb article h5 {
  margin-bottom: 5px;
}
.projects .project_thumb:hover .project_img {
  transform: scale(1.05);
}

.jobs {
  padding: 125px 0;
}
.jobs .button {
  position: relative;
  margin-bottom: 20px;
}
.jobs .button:last-child {
  margin-bottom: 0;
}
.jobs .button.block {
  padding: 16px 40px;
  font-size: 24px;
  text-align: left;
}
.jobs .button.block .arrow_large {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: auto;
  top: 26px;
  right: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jobs .button.block:hover .arrow_large {
  right: 40px;
}

.footer_promo {
  margin: auto;
  position: relative;
  background: #F5CB00;
  padding: 80px 0;
  color: #01004A;
  font-size: 30px;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1500px) {
  .footer_promo {
    max-width: 90%;
  }
}
.footer_promo a {
  color: #01004A;
}
.footer_promo a.underlined::after, .footer_promo footer .footer_links ul li a::after, footer .footer_links ul li .footer_promo a::after {
  background: #01004A;
  height: 2px;
}

.footer_terms {
  height: 400px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #01004A;
  color: #fff;
  z-index: -1;
}
.footer_terms article {
  max-width: 85rem;
  position: absolute;
  bottom: 60px;
  left: auto;
  width: 100%;
}
.footer_terms article > P {
  margin-bottom: 6px;
}
.footer_terms p {
  margin: auto;
  font-size: 14px;
}

footer {
  margin: auto;
  max-width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  footer {
    max-width: 90%;
  }
}
footer.index {
  background: #fff;
  position: relative;
  z-index: 0;
  margin-bottom: 170px;
  border-radius: 0 0px 0 200px;
}
footer .trademark img {
  margin-bottom: 20px;
  display: inline-block;
  width: auto !important;
  height: 35px;
}
footer .trademark p.small {
  padding-left: 30%;
  font-size: 12px;
}
footer .footer_links {
  padding: 30px 0 0 0;
}
footer .footer_links ul li a::after {
  width: 0%;
}
footer .footer_links ul li a:hover::after {
  width: 100%;
}
footer .badges .gp, footer .badges .gmp {
  display: inline-block;
  width: auto;
  height: 35px;
}
footer .badges .gmp {
  margin-right: 20px;
  height: 50px;
}
footer .address p, footer .address a {
  font-size: 20px;
  margin-bottom: 8px;
}
footer .address a {
  color: #79798B;
}
footer .address a::after {
  height: 2px;
  background: #79798B;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-right: 10px;
  list-style: none;
  display: inline;
}
footer ul li:last-child {
  margin-right: 0;
}
footer .social {
  margin: 0;
}
footer .social a:hover .icon {
  bottom: 5px;
}
footer .row.expand .large-6 {
  padding: 0;
}

.cookie-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 50px;
  z-index: 99;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
}
@media (max-width: 1024px) {
  .cookie-wrapper {
    padding: 30px 10px;
  }
}
.cookie-wrapper .mb {
  margin-bottom: 20px !important;
}
.cookie-wrapper .button {
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 1024px) {
  .cookie-wrapper .button {
    width: 100%;
  }
}
.cookie-wrapper .button.outline {
  border-color: rgba(1, 0, 74, 0.2);
}
@media (max-width: 1024px) {
  .cookie-wrapper .button.outline {
    border-color: #01004A;
  }
}
.cookie-wrapper .button.outline:hover {
  border-color: #01004A;
}
.cookie-wrapper .button.primary {
  padding: 10px 50px;
}
.cookie-wrapper .button.push_btn {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .cookie-wrapper .button.push_btn {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cookie-wrapper p {
  margin: 3px 0 10px 0;
}
@media (max-width: 1024px) {
  .cookie-wrapper p {
    text-align: center;
    margin-bottom: 20px;
  }
}

#c_alert {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#c_alert.show {
  opacity: 1;
  pointer-events: auto;
}
#c_alert.closed {
  pointer-events: none;
  opacity: 0;
}

.text-section {
  padding-top: 150px;
}
.text-section.large {
  padding-bottom: 100px;
}
.text-section .icon {
  width: 25px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.text-section .cta .icon {
  position: relative;
  left: 5px;
}
.text-section .cta:hover .icon {
  left: 10px;
}
.text-section h3 {
  font-size: 50px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.text-section h4 {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}

.blog_featured .blog_featured_wrapper {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog_featured .blog_featured_wrapper:hover {
  transform: translateY(-5px);
}
.blog_featured .blog_featured_img {
  display: block;
  height: 250px;
  background: #79798B;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog_featured article {
  padding: 0 20px;
}
.blog_featured article p {
  margin: 30px 0 8px 0;
}
.blog_featured article h4 {
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-size: 32px;
}
.blog_featured article h4 a {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sector_box {
  position: relative;
  height: 450px;
  width: 100%;
  background: grey;
  margin-bottom: 30px;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sector_box video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.sector_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.sector_box article {
  padding: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  z-index: 2;
}
.sector_box article .arrow_small {
  position: relative;
  left: 5px;
  display: inline-block;
  height: 10px;
  width: auto;
  top: -1px;
}
.sector_box article h2 {
  position: relative;
  left: -3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  bottom: 0;
}
.sector_box article p {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sector_box.rounded.top {
  border-radius: 150px 0 0 0;
}
.sector_box.rounded.bottom {
  border-radius: 0 0 150px 0;
}
.sector_box:hover {
  transform: scale(1.03);
}
.sector_box:hover p {
  bottom: 40px;
  opacity: 1;
}
.sector_box:hover h2 {
  bottom: 40px;
}

body.overlay::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.3);
  z-index: 1;
  animation: fade 0.6s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.shadow, .downloads table tr:not(.t-header):hover, .explore .brand_card, .login_box, .dropdown .dropdown_content, .sector_box {
  box-shadow: 0 15px 15px -15px rgba(47, 46, 64, 0.06);
}

.menu_icon {
  position: absolute;
  top: 30px;
  right: 5vw;
  display: none;
  z-index: 99;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .menu_icon {
    display: inline-block;
  }
}
.menu_icon .bar1, .menu_icon .bar2, .menu_icon .bar3 {
  width: 28px;
  height: 2px;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 99px;
  background: #fff;
}
.menu_icon.change .bar1 {
  background: #01004A;
  transform: translate(0, 8px) rotate(-45deg);
}
.menu_icon.change .bar2 {
  background: #01004A;
  opacity: 0;
}
.menu_icon.change .bar3 {
  background: #01004A;
  transform: translate(0, -8px) rotate(45deg);
}

.side_nav {
  display: none;
  position: absolute;
  top: 0;
  right: -1000px;
  height: 100vh;
  width: 50%;
  padding: 5vw;
  background: #fff;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 15px 60px 0px rgba(3, 3, 5, 0.2);
}
@media (max-width: 1024px) {
  .side_nav {
    display: block;
  }
}
@media (max-width: 40rem) {
  .side_nav {
    width: 75%;
  }
}
.side_nav.open {
  right: 0;
}
.side_nav .logout {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  width: 100%;
  padding: 0 5vw 5vw 5vw;
}
.side_nav .logout .button:last-of-type {
  float: right;
}
@media screen and (max-width: 800px) {
  .side_nav .logout .button {
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
  .side_nav .logout .button:last-of-type {
    float: none;
  }
}
.side_nav ul {
  margin: 0;
  padding: 10vw 0 0 0;
}
@media (max-width: 40rem) {
  .side_nav ul {
    padding: 15vw 0 0 0;
  }
}
.side_nav li {
  list-style: none;
  text-align: left;
  margin-bottom: 5px;
}
.side_nav li:last-child {
  margin-bottom: 0;
}
.side_nav li a {
  position: relative;
  display: block;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
}
.side_nav li a:hover, .side_nav li a.active {
  background: #F8F9FA;
}
@media (max-width: 40rem) {
  .side_nav li a {
    font-size: 18px;
  }
}
.side_nav li a .nav_tag {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 18px;
  padding: 4px 7px;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  background: #FF5A42;
  color: #fff;
  text-align: center;
  border-radius: 99px;
}
.side_nav li a.disabled {
  pointer-events: none;
  color: #b0b0ba !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}
@media (max-width: 1024px) {
  .dropdown {
    display: none;
  }
}
.dropdown .dropdown_content {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 20px;
  background: #fff;
  min-width: 225px;
  border-radius: 10px;
  padding: 15px;
  z-index: 1;
  border: 1px solid #e9ecef;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dropdown .dropdown_content a {
  display: block;
}
.dropdown:hover .dropdown_content {
  top: 35px;
  opacity: 1;
  pointer-events: auto;
  display: block;
}
.dropdown:hover .dropdown_content a:hover {
  background: #F8F9FA;
}
.dropdown.front {
  margin-right: 15px;
}

.navbar {
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.navbar.full_nav {
  margin: auto !important;
  border-bottom: 0;
}
.navbar.full_nav::after {
  top: -120px;
  left: 0;
  position: absolute;
  z-index: -1;
  background: rgba(255, 255, 255, 0.85);
  height: 100%;
  width: 100%;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backdrop-filter: blur(10px);
}
.navbar.full_nav .dropdown {
  top: 7px;
  padding: 5px;
  float: right;
  font-size: 16px;
}
.navbar.full_nav .dropdown > a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.navbar.full_nav .dropdown > a .icon {
  display: none;
  margin-left: 2px;
  width: 10px;
  height: auto;
  transform: rotate(0);
}
.navbar.full_nav .dropdown > a .icon.white {
  display: inline-block;
}
.navbar.full_nav .dropdown .dropdown_content {
  right: 0;
}
.navbar.full_nav .dropdown .dropdown_content a.mega_item {
  width: 100%;
  padding: 20px;
  text-align: left;
}
.navbar.full_nav .dropdown .dropdown_content a.mega_item.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.navbar.full_nav .dropdown .dropdown_content a.mega_item.disabled * {
  color: #79798B;
}
.navbar.full_nav .dropdown .dropdown_content a.mega_item::before {
  position: relative;
  top: 0;
  margin-right: 20px;
  display: inline-block;
  height: 35px;
  width: 35px;
  float: left;
  opacity: 0.1;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.navbar.full_nav .dropdown .dropdown_content a.mega_item.story::before {
  background-image: url(../assets/icons/story.png);
}
.navbar.full_nav .dropdown .dropdown_content a.mega_item.story:hover::before {
  background-image: url(../assets/icons/story.gif);
}
.navbar.full_nav .dropdown .dropdown_content a.mega_item.download_cloud::before {
  background-image: url(../assets/icons/download.svg);
}
.navbar.full_nav .dropdown .dropdown_content a.mega_item.hub::before {
  background-image: url(../assets/icons/hub.svg);
}
.navbar.full_nav .dropdown .dropdown_content a.mega_item.guidelines::before {
  background-image: url(../assets/icons/guidelines.svg);
}
.navbar.full_nav .dropdown .dropdown_content a.mega_item.people::before {
  background-image: url(../assets/icons/people.png);
}
.navbar.full_nav .dropdown .dropdown_content a.mega_item.people:hover::before {
  background-image: url(../assets/icons/people.gif);
}
.navbar.full_nav .dropdown .dropdown_content a.mega_item.platforms::before {
  background-image: url(../assets/icons/platforms.png);
}
.navbar.full_nav .dropdown .dropdown_content a.mega_item.platforms:hover::before {
  background-image: url(../assets/icons/platforms.gif);
}
.navbar.full_nav .dropdown .dropdown_content a.mega_item.expertise::before {
  background-image: url(../assets/icons/expertise.png);
}
.navbar.full_nav .dropdown .dropdown_content a.mega_item.expertise:hover::before {
  background-image: url(../assets/icons/expertise.gif);
}
.navbar.full_nav .dropdown .dropdown_content a.mega_item h6 {
  font-size: 18px;
  margin-bottom: 3px;
}
.navbar.full_nav .dropdown .dropdown_content a.mega_item p {
  margin-bottom: 0;
  font-size: 13px;
  color: #79798B;
}
.navbar.full_nav .dropdown .dropdown_content a.mega_item:hover::before {
  opacity: 1;
}
.navbar.full_nav .dropdown .dropdown_content.mega {
  min-width: 350px;
}
.navbar.full_nav .dropdown:hover img.icon {
  transform: rotate(180deg);
}
.navbar.full_nav .brand {
  display: none;
  float: left;
}
.navbar.full_nav .brand.white {
  display: inline-block;
}
.navbar.full_nav .brand img {
  width: 24px;
}
.navbar.full_nav .menu_icon_wrapper,
.navbar.full_nav .menu_brand {
  float: right;
}
@media (max-width: 1024px) {
  .navbar.full_nav .menu_icon_wrapper,
.navbar.full_nav .menu_brand {
    display: none;
  }
}
.navbar.full_nav .menu_icon_wrapper {
  top: 20px;
}
.navbar.full_nav .menu_brand {
  margin: 0;
  padding: 0;
}
.navbar.full_nav .menu_brand li {
  display: inline;
  list-style: none;
  margin-right: 15px;
}
.navbar.full_nav .menu_brand li:last-child {
  margin-right: 0;
}
.navbar.full_nav .menu_brand li a {
  color: #fff;
  border-color: #fff;
}
.navbar.full_nav .menu_brand li a::before {
  background: #fff;
}
.navbar.full_nav .menu_brand li a.menu_link {
  font-size: 16px;
  display: inline-block;
  margin-top: 12px;
  color: #fff;
}
.navbar.full_nav .menu_brand li a.menu_link.careers {
  position: relative;
  margin-left: 10px;
  margin-right: 20px;
  font-weight: 600;
  font-size: 18px;
}
.navbar.full_nav .menu_brand li a.menu_link.careers::after {
  display: inline-block;
  position: relative;
  top: -6px;
  left: 3px;
  content: "";
  background: #FF5A42;
  height: 6px;
  width: 6px;
  border-radius: 50%;
}
.navbar.full_nav .menu_brand li a.menu_link.careers::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #FF5A42;
  height: 2px;
  width: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar.full_nav .menu_brand li a.menu_link.careers:hover::before {
  width: 100%;
}
.navbar.full_nav.darkHeader, .navbar.full_nav.dark {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.navbar.full_nav.darkHeader::after, .navbar.full_nav.dark::after {
  top: 0;
}
.navbar.full_nav.darkHeader .dropdown > a, .navbar.full_nav.dark .dropdown > a {
  color: #01004A;
}
.navbar.full_nav.darkHeader .dropdown > a .icon, .navbar.full_nav.dark .dropdown > a .icon {
  display: inline-block;
}
.navbar.full_nav.darkHeader .dropdown > a .icon.white, .navbar.full_nav.dark .dropdown > a .icon.white {
  display: none;
}
.navbar.full_nav.darkHeader .menu_icon .bar1, .navbar.full_nav.darkHeader .menu_icon .bar2, .navbar.full_nav.darkHeader .menu_icon .bar3, .navbar.full_nav.dark .menu_icon .bar1, .navbar.full_nav.dark .menu_icon .bar2, .navbar.full_nav.dark .menu_icon .bar3 {
  background-color: #01004A;
}
.navbar.full_nav.darkHeader .brand, .navbar.full_nav.dark .brand {
  display: inline-block;
}
.navbar.full_nav.darkHeader .brand.white, .navbar.full_nav.dark .brand.white {
  display: none;
}
.navbar.full_nav.darkHeader li a, .navbar.full_nav.darkHeader li a.menu_link, .navbar.full_nav.dark li a, .navbar.full_nav.dark li a.menu_link {
  color: #01004A;
}
.navbar.full_nav.darkHeader li a::before, .navbar.full_nav.darkHeader li a.menu_link::before, .navbar.full_nav.dark li a::before, .navbar.full_nav.dark li a.menu_link::before {
  background: #01004A;
}
.navbar.full_nav.darkHeader li a.button, .navbar.full_nav.darkHeader li a.menu_link.button, .navbar.full_nav.dark li a.button, .navbar.full_nav.dark li a.menu_link.button {
  color: #01004A;
  border-color: rgba(1, 0, 74, 0.2);
}
.navbar.full_nav.darkHeader li a.button:hover, .navbar.full_nav.darkHeader li a.menu_link.button:hover, .navbar.full_nav.dark li a.button:hover, .navbar.full_nav.dark li a.menu_link.button:hover {
  border-color: #01004A;
  background-color: rgba(255, 255, 255, 0.05);
}
.navbar .button {
  font-size: 18px;
}

.login_box {
  background: #fff;
  padding: 40px;
  min-width: 420px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #e9ecef;
  top: calc(50% - 50px);
  border-radius: 0px 0px 100px 0px;
}
@media screen and (max-height: 700px) {
  .login_box {
    position: static;
    transform: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    border-color: transparent;
  }
}
@media (max-width: 40rem) {
  .login_box {
    padding: 20px;
    width: 100%;
    min-width: 100%;
    background: none;
    box-shadow: none;
    border-color: transparent;
  }
}
.login_box .brand {
  display: inline-block;
  margin-bottom: 20px;
}
.login_box .brand img {
  width: 30px;
}
.login_box p {
  margin: 0;
  font-size: 15px;
}

.form_group input {
  font-family: "volte", "poppins", sans-serif;
  margin: auto;
  display: block;
  border: none;
  background: #fff;
  padding: 18px;
  margin-bottom: 15px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #01004A;
  line-height: 1;
  outline: none;
  box-shadow: 0 2px 8px rgba(171, 169, 201, 0.15);
}
.form_group .input_label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.form_group input[type=text],
.form_group input[type=password] {
  border-radius: 4px;
  border: 1px solid #e9ecef;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form_group input[type=text]:hover, .form_group input[type=text]:focus,
.form_group input[type=password]:hover,
.form_group input[type=password]:focus {
  border-color: #01004A;
}
.form_group input[type=password] {
  margin-bottom: 20px;
}
.form_group .login_button {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 18px;
  padding: 16px;
  top: 0;
  font-family: "volte", "poppins", sans-serif;
  -webkit-transition: all 180ms;
  -moz-transition: all 180ms;
  -ms-transition: all 180ms;
  -o-transition: all 180ms;
  transition: all 180ms;
}
.form_group .login_button:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 7px 12px rgba(0, 0, 0, 0.08);
}
.form_group .login_button.button_loading .button_text {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.form_group .login_button.button_loading::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 15px;
  border: 3px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: buttonSpinner 1s ease infinite;
}

@keyframes buttonSpinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
@media screen and (max-height: 700px) {
  .login_page {
    background: #fff !important;
  }
}
@media (max-width: 40rem) {
  .login_page {
    background: #fff !important;
  }
}
.login_page footer {
  padding-bottom: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
}
@media screen and (max-height: 700px) {
  .login_page footer {
    position: static;
    transform: none;
    padding-bottom: 20px;
  }
}
.login_page footer a,
.login_page footer li {
  color: #79798B;
}

.custom_check {
  display: inline-block;
  position: relative;
  padding: 20px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 131px;
}
.custom_check .label {
  position: absolute;
  top: 0px;
  left: 28px;
  display: inline-block;
  font-size: 14px;
}

/* Hide the browser's default checkbox */
.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #e9ecef;
  border-radius: 3px;
}

/* When the checkbox is checked, add a blue background */
.custom_check input:checked ~ .checkmark {
  background-color: #01004A;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom_check input:checked ~ .checkmark:after {
  display: inline-block;
}

/* Style the checkmark/indicator */
.custom_check .checkmark:after {
  top: 2px;
  left: 7px;
  width: 3px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.brand_card {
  padding: 40px;
  background: #fff;
}
.brand_card.block {
  border: none;
  width: 100%;
}
.brand_card.blue {
  background: #01004A;
  color: #fff;
  border-radius: 0px 0px 0px 100px !important;
}
@media (max-width: 1024px) {
  .brand_card.blue {
    border-radius: 0 !important;
  }
}
.brand_card.blue p {
  color: #fff !important;
}
.brand_card.blue .link_icon {
  border-color: #fff;
}
.explore .brand_card {
  cursor: pointer;
  height: 240px;
  position: relative;
}
@media (max-width: 1024px) {
  .explore .brand_card {
    padding: 30px;
  }
}
.explore .brand_card:hover .link_icon {
  right: 35px;
}
.explore .brand_card p {
  color: #79798B;
}
.explore .brand_card.small {
  height: auto;
}
.explore .brand_card.small h3 {
  margin: 0;
}
.brand_card h3 {
  font-size: 26px;
  margin: 0 0 5px 0;
  letter-spacing: -0.5px;
}
.brand_card .link_icon {
  position: absolute;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 2px solid #01004A;
  right: 40px;
  bottom: 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.brand_card .link_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 10px;
  width: auto;
}

.explore {
  padding: 200px 0 50px 0;
}
@media (max-width: 40rem) {
  .explore {
    padding: 150px 0 50px 0;
  }
}
.explore h2 {
  margin-bottom: 20px;
  letter-spacing: -1px;
}
@media (max-width: 1024px) {
  .explore h2 {
    font-size: 50px;
  }
}
@media (max-width: 40rem) {
  .explore h2 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .explore .brand_card {
    margin-bottom: 30px;
  }
}
.explore .brand_card.disabled {
  pointer-events: none;
}
.explore .brand_card.disabled h3, .explore .brand_card.disabled p {
  opacity: 0.5;
  color: #79798B;
}
.explore .brand_card .tag_soon {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 4px 7px;
  line-height: 1;
  font-size: 12px;
  background: #FF5A42;
  color: #fff;
  text-align: center;
  border-radius: 99px;
}

@media (max-width: 1024px) {
  .guidelines h1 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .guidelines .button {
    display: block;
    width: 100%;
  }
}
.guidelines h2, .guidelines h3 {
  letter-spacing: -0.5px !important;
}
.guidelines p a {
  text-decoration: underline;
}
.guidelines .values {
  padding-bottom: 100px;
}
.guidelines .values div > h4 {
  margin-bottom: 15px;
}
.guidelines .values p {
  width: 95%;
}
.guidelines .brand_card {
  padding: 10px;
  box-shadow: none;
}
@media (max-width: 1024px) {
  .guidelines .brand_card {
    margin-bottom: 30px;
  }
}
.guidelines .brand_card article {
  padding: 5px 10px;
}
.guidelines .brand_card article p {
  margin: 0;
}
.guidelines .brand_card article h5 {
  margin-bottom: 10px;
  color: #79798B;
  font-size: 15px;
}
.guidelines h2 {
  margin-bottom: 20px;
}
.guidelines p span.strong {
  font-weight: 600;
}
.guidelines img {
  margin-bottom: 20px;
}
.guidelines .heading {
  padding-top: 100px;
}
.guidelines .heading h3 {
  margin-bottom: 10px;
}

.downloads {
  padding-top: 200px;
}
@media (max-width: 1024px) {
  .downloads {
    padding-top: 150px;
  }
}
@media (max-width: 1024px) {
  .downloads .heading h2 {
    font-size: 50px;
  }
}
.downloads table {
  border-collapse: separate;
  border-spacing: 0 15px;
  width: 100%;
  font-size: 18px;
}
.downloads table li.full {
  width: 100% !important;
}
.downloads table th {
  text-align: left;
  padding: 20px;
  background: #eff1f4;
  background: #01004A;
  color: #fff;
}
.downloads table th:last-of-type {
  text-align: center;
}
.downloads table tr:not(.t-header) {
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.downloads table tr:not(.t-header):hover {
  transform: translateY(-1px);
}
.downloads table tr:not(.t-header) td {
  padding: 15px 20px;
}
.downloads table tr:not(.t-header) td .tooltip {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .downloads table tr:not(.t-header) td .tooltip {
    display: none;
  }
}
.downloads table tr:not(.t-header) td .tooltip .icon {
  position: relative;
  margin-left: 2px;
  z-index: 0;
}
.downloads table tr:not(.t-header) td .tooltip .info_tooltip {
  pointer-events: none;
  padding: 5px;
  display: inline-block;
  left: auto;
  margin-right: 20px;
  top: -25px;
  width: 120px;
  position: absolute;
  background: #fff;
  height: auto;
  z-index: 99;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
}
.downloads table tr:not(.t-header) td .tooltip .info_tooltip img {
  top: 0;
  display: block !important;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 99 !important;
}
.downloads table tr:not(.t-header) td .tooltip:hover .info_tooltip {
  opacity: 1;
}
.downloads table tr:not(.t-header) td img {
  position: relative;
  top: 8px;
  margin-left: 10px;
  display: inline-block;
  width: 20px;
  z-index: 0;
}
.downloads table tr:not(.t-header) td ul {
  padding: 0;
  margin: 0;
}
.downloads table tr:not(.t-header) td ul li {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
}
.downloads table tr:not(.t-header) td ul li a {
  text-align: center;
}
.downloads table tr:not(.t-header) td ul li a:hover {
  opacity: 0.75;
}

.welcome {
  padding: 200px 0;
}
.welcome h2 {
  margin-bottom: 30px;
}
.welcome p {
  max-width: 700px;
  margin: auto;
}
.welcome p.xlarge {
  margin-bottom: 20px;
}

.info-box {
  display: block;
  position: relative;
  padding: 10px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .info-box {
    margin-bottom: 30px;
  }
}
.info-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
}
.info-box.dont::before {
  background: #FF5A42;
}
.info-box.do::before {
  background: #00B9AF;
}
.info-box.warning {
  padding: 13px 10px;
}
.info-box.warning::before {
  background: #F5CB00;
}
.info-box p {
  line-height: 1;
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
@media (max-width: 1024px) {
  .info-box p {
    line-height: 1.2;
  }
}
.info-box .icon {
  position: relative;
  display: inline-block;
  width: 10px;
  top: 9px;
  left: 10px;
}

footer.dark {
  padding: 100px 0 50px 0;
}
@media (max-width: 1024px) {
  footer.dark .footer_links {
    text-align: center !important;
  }
}
@media (max-width: 1024px) {
  footer.dark .footer_links .float-right {
    float: none !important;
    text-align: center !important;
  }
}
footer.dark li {
  font-size: smaller;
}
footer.dark a,
footer.dark li {
  color: #79798B;
}

.brand_card.block {
  padding: 15px;
}
.brand_card .swatch_info {
  padding: 0 !important;
  margin: 20px 0 0 0;
  text-align: left;
}
.brand_card .swatch_info h5 {
  margin: 0 0 5px 0 !important;
  line-height: 1;
  color: #01004A !important;
}
.brand_card .swatch_info p {
  cursor: pointer;
  position: relative;
  color: #79798B;
  margin: 0 !important;
  line-height: 1.5;
  font-weight: 400 !important;
  font-size: 13px;
}
.brand_card .swatch_info p::after {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  color: #01004A;
  width: 100%;
  content: "Copy to Clipboard";
  opacity: 0;
}
.brand_card .swatch_info p:hover::after {
  opacity: 1;
}
.brand_card .swatch_info p.active::after {
  opacity: 1;
  content: "Copied";
}

.colour_swatch {
  overflow: hidden;
  position: relative;
  height: 220px;
  width: 100%;
  display: block;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.colour_swatch::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "Copied to Clipboard";
  color: #fff;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.colour_swatch.blue {
  background-color: #01004A;
}
.colour_swatch.red {
  background-color: #FF5A42;
}
.colour_swatch.green {
  background-color: #00B9AF;
}
.colour_swatch.lightblue {
  background-color: #00c3ff;
}
.colour_swatch.purple {
  background-color: #6e40f8;
}
.colour_swatch.lightgrey {
  background-color: #F8F9FA;
}
.colour_swatch.lightgrey::after {
  color: #79798B;
}
.colour_swatch.grey {
  background-color: #79798B;
}
.colour_swatch.yellow {
  background-color: #F5CB00;
}
.colour_swatch .icon {
  margin: 0;
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: inline-block;
  width: 20px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.colour_swatch:hover {
  opacity: 0.9;
}
.colour_swatch:hover .icon {
  transform: scale(1.2);
}
.colour_swatch.active::after {
  opacity: 1;
}

.brand-section {
  position: relative;
}
.brand-section.top {
  padding-top: 200px;
}
@media (max-width: 40rem) {
  .brand-section.top {
    padding-top: 150px;
  }
}
.brand-section.blue {
  background: #01004A;
  color: #fff;
}
.brand-section.red {
  background: #FF5A42;
  color: #fff;
}
.brand-section.light-blue {
  background: #00c3ff;
  color: #fff;
}
.brand-section.purple {
  background: #6e40f8;
  color: #fff;
}

.presentations .brand_card img {
  margin-bottom: 0;
}

.bg_img {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("https://wearetomorrow.co/wp-content/uploads/2024/08/background_purple_test_2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

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