/* Generated by less 3.11.1 */
/* -------------------------------- 
Colours
-------------------------------- */
/* -------------------------------- 
Breakpoints
-------------------------------- */
/* -------------------------------- 
Containers
-------------------------------- */
/* -------------------------------- 
Fonts
-------------------------------- */
@font-face {
  font-family: 'Delight';
  src: url('fonts/delight-vf.ttf') format('truetype-variations');
  font-weight: 100 900;
  /* Adjust range based on the font's capabilities */
  font-stretch: 75% 125%;
  /* Optional, adjust if supported by your font */
  font-style: normal;
}
/* -------------------------------- 
Animations
-------------------------------- */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes morph {
  0% {
    transform: scale(2) translate(-50%, -50%) rotate(0deg);
    border-radius: 50%;
  }
  50% {
    transform: scale(1.5) translate(0, 0) rotate(180deg);
    border-radius: 100%;
  }
  100% {
    transform: scale(2) translate(-50%, -50%) rotate(360deg);
    border-radius: 50%;
  }
}
@font-face {
  font-family: 'Mynerve';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mynerve/v6/P5sCzZKPdNjb4jt7xCQ.ttf) format('truetype');
}
html,
body {
  border: 0;
  font-family: 'Delight', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
div {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Delight', sans-serif;
}
.button {
  font-family: 'Delight', sans-serif;
  font-weight: 400;
}
h1 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -3%;
  font-weight: 900;
  margin: 10px 0;
  text-transform: uppercase;
}
h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 900;
  margin: 10px 0;
  text-transform: uppercase;
  font-feature-settings: 'salt' on;
  text-shadow: -1px -1px 0px #002642, -1px 1px 0px #002642, 1px -1px 0px #002642, 1px 1px 0px #002642, 3px 3px 0px #E63636;
}
.pdv {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 0 2px 0 #FAC13E;
  letter-spacing: 0.04em;
  font-feature-settings: 'salt' on;
  text-shadow: -2px -2px 0px #002642, 2px 2px 0px #002642, 4px 4px 0px #E63636;
}
.pdv.dos {
  font-size: 36px;
  line-height: 40px;
  ext-shadow: -1px -1px 0px #002642, -1px 1px 0px #002642, 1px -1px 0px #002642, 1px 1px 0px #002642, 3px 3px 0px #E63636;
}
.rjo .pdv,
.rjo h2:not(.escb) {
  text-shadow: -1px -1px 0px #002642, -1px 1px 0px #002642, 1px -1px 0px #002642, 1px 1px 0px #002642, 3px 3px 0px #FAC13E;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -3%;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
h4 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -3%;
  font-weight: 900;
  margin-bottom: 5px;
}
p {
  font-size: 18px;
  color: #C7C7C7;
  line-height: 28px;
  margin-bottom: 20px;
}
p.intro {
  color: #FAC13E;
  font-size: 12px;
  margin: 0;
}
p.tag {
  text-transform: uppercase;
  background: linear-gradient(90deg, #FAC13E, #E63636);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  margin: 0;
}
p a {
  color: #ffffff;
}
p a:hover {
  color: #FAC13E;
}
ul,
ol {
  margin-bottom: 20px;
}
ul li,
ol li {
  list-style: inside;
  font-size: 18px;
  color: #C7C7C7;
  line-height: 28px;
}
ul.ticks li,
ol.ticks li {
  list-style: none;
  display: flex;
  gap: 5px;
  align-items: center;
}
ul.ticks li:before,
ol.ticks li:before {
  content: "";
  display: block;
  height: 10px;
  width: 12px;
  background-image: url('../img/check.svg');
  background-repeat: no-repeat;
}
blockquote {
  position: relative;
  padding: 60px 0 60px 30px;
  border-left: 10px solid #002F51;
  margin-bottom: 20px;
}
blockquote cite {
  font-style: normal;
  font-size: 18px;
}
blockquote:before {
  position: absolute;
  top: 0;
  left: 30px;
  display: block;
  width: 50px;
  height: 50px;
  content: url('/img/open-quote.svg');
}
blockquote:after {
  position: absolute;
  bottom: 0;
  right: 30px;
  display: block;
  width: 50px;
  height: 50px;
  content: url('/img/close-quote.svg');
}
dl {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 30px;
  margin: 20px 0;
  color: #C7C7C7;
  font-size: 18px;
}
input,
textarea,
select,
button,
label {
  font-family: 'Delight', sans-serif;
}
.tblt {
  margin: 0;
  font-size: 8px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  border-radius: 50px;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 52px;
  }
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
  ul li,
  ol li,
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  h4 {
    font-size: 16px;
    line-height: 20px;
  }
  ul li,
  ol li,
  p {
    font-size: 14px;
    line-height: 20px;
  }
}
.capa {
  opacity: 1;
  transition: 500ms;
  transform: translateX(0);
  transform-origin: left;
}
html.is-animating .capa {
  opacity: 1;
  transform: translateX(100%);
}
html.is-leaving .capa {
  opacity: 0;
  transform: translateX(0);
}
body {
  background: #002642;
  animation-duration: 0.25s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
  animation-name: fadeIn;
  width: 100vw;
  overflow-x: hidden;
  color: #ffffff;
  position: relative;
}
.overlay {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url('../img/texture.png') 0% 0% repeat;
  background-size: 5%;
  mix-blend-mode: overlay;
}
.ctas {
  margin: 10px 0;
}
.cntr {
  text-align: center;
}
.button {
  color: #E63636;
  border-radius: 50px;
  font-size: 18px;
  padding: 10px 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  transition: color 0.5s ease-in;
  z-index: 2;
  background-color: #FAC13E;
}
.button svg {
  fill: #E63636;
  transition: fill 0.5s ease-in;
}
.button:hover {
  color: #002F51;
}
.button:hover svg {
  fill: #002F51;
}
.button.secondary {
  background-color: transparent;
  color: #ffffff;
  padding: 10px 0;
  text-decoration: underline;
}
.button.secondary:before {
  display: none;
}
.button.secondary:hover {
  color: #FAC13E;
}
section {
  padding: 0 calc( (100vw - 1240px) / 2 );
}
section img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  display: block;
}
#brcm ul,
#breadcrumb ul {
  display: flex;
  gap: 5px;
}
#brcm ul li,
#breadcrumb ul li {
  list-style: none;
}
#brcm ul li a,
#breadcrumb ul li a {
  color: #ffffff;
  text-decoration: none;
}
#brcm ul li a:hover,
#breadcrumb ul li a:hover {
  color: #FAC13E;
}
#brcm ul li + li:before,
#breadcrumb ul li + li:before {
  content: "/\00a0";
  opacity: 0.5;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nvy {
  background-color: #002F51;
}
.rjo {
  background-color: #E63636;
}
@media only screen and (max-width: 1280px) {
  section {
    padding: 0 calc( (100vw - 960px) / 2 );
  }
}
@media only screen and (max-width: 992px) {
  section {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 520px) {
  #brcm,
  #breadcrumb {
    display: none;
  }
}
header {
  box-sizing: border-box;
  z-index: 999;
  width: 100vw;
  background: linear-gradient(180deg, rgba(0, 47, 81, 0.7) 59.9%, rgba(0, 47, 81, 0) 100%);
  padding: 20px calc( (100vw - 1240px) / 2 );
  position: fixed;
  top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px 20px;
  grid-auto-flow: row;
  align-items: center;
  grid-template-areas: "logo nav cta";
  transition: top 1s ease;
}
header .logo {
  grid-area: logo;
}
header .menu {
  display: none;
}
header .menu svg path {
  fill: #FAC13E;
}
header nav {
  grid-area: nav;
  text-align: center;
}
header nav ul {
  display: flex;
  text-align: center;
  gap: 20px;
  justify-content: center;
  font-weight: bold;
}
header nav ul li {
  list-style: none;
}
header nav ul li a {
  color: transparent;
  text-decoration: none;
  color: #ffffff;
  transition: color 0.25s ease-in;
}
header nav ul li a:hover {
  color: #C7C7C7;
}
header nav .mbo {
  display: none;
}
header nav .menu {
  display: none;
}
header .cta {
  grid-area: cta;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
header .cta .call {
  display: none;
}
.scroll-down header {
  top: -100px;
}
@media only screen and (max-width: 1280px) {
  header {
    padding: 20px calc( (100vw - 960px) / 2 );
  }
}
@media only screen and (max-width: 992px) {
  header {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 768px) {
  header {
    grid-template-columns: auto auto auto;
    grid-template-areas: "nav logo cta";
  }
  header .menu {
    grid-area: nav;
    display: block;
    cursor: pointer;
  }
  header .logo {
    text-align: center;
  }
  header nav {
    position: fixed;
    opacity: 0;
    top: 0;
    left: -120vw;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FAC13E, #E63636);
    z-index: 999;
    padding: 100px 30px;
    box-sizing: border-box;
    transition: all 0.5s ease;
  }
  header nav ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header nav ul li {
    font-size: 40px;
    line-height: 1.4;
    text-transform: uppercase;
  }
  header nav ul li a {
    color: #002F51;
  }
  header nav ul li a:hover {
    color: #E63636;
  }
  header nav .mbo {
    display: block;
    margin-top: 30px;
  }
  header nav .mbo .button {
    color: #ffffff;
    background-color: #002F51;
  }
  header nav .menu {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
  }
  header nav .menu svg path {
    fill: #002F51;
  }
  .nav-open header nav {
    opacity: 1;
    left: 0;
  }
  header .cta .button {
    display: none;
  }
  header .cta .button.call {
    display: flex;
    background-color: #E63636;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  header .cta .button.call svg {
    fill: #FAC13E;
    height: 16px;
    width: 16px;
  }
}
@media only screen and (max-width: 520px) {
  header {
    position: absolute;
    top: 0!important;
  }
  header .logo {
    text-align: center;
  }
}
.hero {
  box-sizing: border-box;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 80px calc( (100vw - 1240px) / 2 );
  background-color: #002F51;
  position: relative;
  overflow: hidden;
}
.hero .lockup {
  max-width: 620px;
  color: #ffffff;
  position: relative;
  z-index: 5;
}
.hero .lockup .ctas {
  margin-top: 50px;
  display: flex;
  gap: 20px;
}
.hero.uno {
  padding: 200px calc( (100vw - 1240px) / 2 );
}
.hero.uno .lockup .heading {
  text-transform: uppercase;
  background: linear-gradient(90deg, #FAC13E, #E63636);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -3%;
  font-weight: 900;
  font-feature-settings: 'salt' on;
  filter: drop-shadow(-1px -1px 0 #002F51) drop-shadow(-1px 1px 0 #002F51) drop-shadow(1px -1px 0 #002F51) drop-shadow(1px 1px 0 #002F51) drop-shadow(3px 3px 0 #E63636);
}
.hero.uno .lockup .heading span {
  display: block;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke: 0px #ffffff;
  text-shadow: -1px -1px 0px #002642, -1px 1px 0px #002642, 1px -1px 0px #002642, 1px 1px 0px #002642, 3px 3px 0px #E63636;
  filter: none;
}
.hero.uno .lockup p {
  font-size: 24px;
  line-height: 1.6;
}
.hero.uno .lockup p strong {
  color: #ffffff;
}
.hero.uno .accents {
  position: absolute;
  z-index: 1;
}
.hero.uno .accent-1 {
  top: -450px;
  left: 40%;
  margin-top: 300px;
}
.hero.uno .accent-2 {
  right: -60px;
  top: -350px;
  margin-top: 300px;
}
.hero.uno .accent-3 {
  bottom: -500px;
  right: 20%;
  margin-bottom: 300px;
}
.hero.dos {
  padding: 140px calc( (100vw - 1240px) / 2 ) 250px;
  color: #ffffff;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.hero.dos .ctas {
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.hero.dos .accents {
  position: absolute;
  z-index: 1;
}
.hero.dos .accent-1 {
  top: -290px;
  left: -100px;
  margin-top: 300px;
}
.hero.dos .accent-2 {
  right: -60px;
  top: -350px;
  margin-top: 300px;
}
.hero.dos .accent-3 {
  bottom: -500px;
  right: 20%;
  margin-bottom: 300px;
}
.hero.tres {
  flex-direction: column;
  align-items: flex-start;
  padding: 140px calc( (100vw - 1240px) / 2 ) 250px;
}
.hero.tres .lockup {
  width: 75%;
  max-width: 75%;
  margin-top: 30px;
}
.hero.tres .accents {
  position: absolute;
  right: -40px;
  top: 80px;
}
.hero.ctro {
  padding: 150px calc( (100vw - 1240px) / 2 );
  gap: 80px;
}
.hero.ctro .accents {
  position: absolute;
  z-index: 1;
}
.hero.ctro .accent-1 {
  top: -290px;
  left: -100px;
  margin-top: 300px;
}
.hero.ctro .accent-2 {
  right: -60px;
  top: -350px;
  margin-top: 300px;
}
.hero.ctro .accent-3 {
  bottom: -500px;
  right: 20%;
  margin-bottom: 300px;
}
.hero.ctro .image {
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1280px) {
  .hero.uno {
    padding: 200px calc( (100vw - 960px) / 2 ) 250px;
  }
  .hero.uno .accent-1 {
    top: -520px;
    left: 20%;
  }
  .hero.uno .accent-2 {
    right: -110px;
    top: -350px;
  }
  .hero.dos,
  .hero.tres,
  .hero.ctro {
    padding: 140px calc( (100vw - 960px) / 2 ) 250px;
  }
}
@media only screen and (max-width: 992px) {
  .hero.uno {
    padding: 200px 40px;
  }
  .hero.uno .accent-2 {
    right: -210px;
    top: -440px;
  }
  .hero.uno .accent-3 {
    bottom: -530px;
    right: 10%;
  }
  .hero.uno .lockup .heading {
    font-size: 40px;
    line-height: 52px;
  }
  .hero.dos {
    padding: 140px 40px!important;
  }
  .hero.tres {
    padding: 140px 40px 250px;
  }
  .hero.ctro {
    padding: 140px 40px;
  }
  .content-block {
    display: flex;
    flex-direction: column;
  }
  .content-block .image {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .hero .heading {
    font-size: 30px;
    line-height: 40px;
  }
  .hero.uno .accent-1 {
    top: -320px;
    left: 30%;
  }
  .hero.uno .accent-2 {
    right: -40px;
    top: -300px;
  }
  .hero.uno .accent-3 {
    bottom: -370px;
    right: 10%;
  }
  .hero.uno .lockup .heading {
    font-size: 30px;
    line-height: 40px;
  }
  .hero.uno .lockup p {
    font-size: 18px;
  }
  .hero .accent-1 {
    width: 200px;
    height: auto;
  }
  .hero .accent-2 {
    width: 180px;
    height: auto;
  }
  .hero .accent-3 {
    width: 180px;
    height: auto;
  }
  .hero.tres .lockup {
    max-width: 100%;
    width: 100%;
  }
  .hero.tres .accents {
    opacity: 0.5;
  }
  .hero.ctro {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 520px) {
  .hero {
    flex-direction: column-reverse;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .hero .lockup {
    text-align: center;
  }
  .hero .lockup .ctas {
    display: flex;
    flex-direction: column;
  }
  .hero .lockup .button:not(.secondary) {
    border: 0;
  }
  .hero.uno .accent-1 {
    top: -380px;
    left: -80px;
  }
  .hero.uno .accent-2 {
    right: -40px;
    top: -270px;
  }
  .hero.uno .accent-3 {
    bottom: -410px;
    right: 3%;
  }
  .hero.tres {
    padding: 140px 40px 100px;
  }
}
.video {
  border-radius: 10px;
  background-color: #000;
  margin: 0 calc( (100vw - 1240px) / 2 );
  position: relative;
  top: -120px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1.77777778;
}
.services {
  box-sizing: border-box;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px calc( (100vw - 1240px) / 2 );
  min-height: 100vh;
}
.services .service {
  position: relative;
  box-sizing: border-box;
  width: calc( 50% - 10px );
  background: linear-gradient(90deg, #FAC13E, #E63636);
  border-radius: 10px;
  padding: 60px 30px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.services .service:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #161616;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  transition: all 0.5s ease-in;
}
.services .service h2,
.services .service p,
.services .service .icon {
  position: relative;
  z-index: 3;
}
.services .service .icon {
  height: 170px;
  width: 170px;
  display: block;
  border-radius: 50%;
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .service .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #FAC13E;
  background: linear-gradient(90deg, #FAC13E, #E63636);
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: background 0.25s ease-in;
  z-index: 2;
}
.services .service .icon svg {
  position: relative;
  z-index: 3;
}
.services .service:hover:before {
  opacity: 0;
  top: 100%;
}
.services .service:hover .icon:before {
  background: #161616;
}
.cara {
  position: relative;
  margin-top: -150px;
  margin-bottom: 50px;
}
.cara img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  display: block;
}
.intr {
  text-align: center;
  margin: 150px 0 30px;
}
.intr .lockup {
  max-width: 610px;
  margin: 0 auto;
}
.indx {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 30px;
}
.indx.dos {
  grid-template-columns: repeat(2, 1fr);
}
.indx.tres {
  grid-template-columns: repeat(3, 1fr);
}
.indx.qtro {
  grid-template-columns: repeat(4, 1fr);
}
.indx.trck {
  display: flex;
  gap: 20px;
  padding: 0;
}
.indx .insd {
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
  width: 100%;
  position: relative;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  scroll-padding-left: calc( (100vw - 1240px) / 2 );
  padding: 0 calc( (100vw - 1240px) / 2 );
  box-sizing: border-box;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  scroll-behavior: smooth;
}
.tstm {
  display: flex;
  gap: 30px;
}
.revw {
  background-color: #002F51;
  border-radius: 16px;
  width: 190px;
  display: flex;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.revw .img {
  background-color: #FAC13E;
  position: relative;
  z-index: 1;
  transition: all 0.25s ease;
}
.revw .img img {
  border-radius: 0;
  box-shadow: none;
  height: 100%;
  width: auto;
  object-fit: cover;
}
.revw .content {
  width: 0;
  height: 0;
  visibility: hidden;
  position: relative;
  z-index: 5;
}
.revw .content blockquote {
  border-left: 0;
  padding: 60px;
}
.revw .content blockquote span {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background-color: #E63636;
  border: 10px solid #002F51;
  transform: rotate(-45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -34px;
  z-index: 9999;
}
.revw .content blockquote span:before {
  content: "";
  background-image: url(/img/open-quote.svg);
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(45deg);
  display: block;
}
.revw .content blockquote:before,
.revw .content blockquote:after {
  display: none;
}
.revw.actv {
  width: 100%;
  cursor: default;
}
.revw.actv .content {
  width: 100%;
  height: auto;
  visibility: visible;
}
.stat {
  margin: 10px 0;
  background-color: #002F51;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}
.stat .hdln {
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 5;
}
.stat .dtl {
  font-size: 24px;
  position: relative;
  z-index: 5;
}
.stat svg {
  position: absolute;
  z-index: 1;
  height: 160%;
  width: auto;
  top: -30%;
  right: 10%;
}
.bnft {
  margin: 10px 0;
  background-color: #002F51;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  padding: 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 400px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.bnft .hdln {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 5;
}
.bnft .dtl {
  position: relative;
  z-index: 5;
  max-height: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.bnft .dtl p {
  font-size: 14px;
  line-height: 1.6;
}
.bnft svg {
  position: absolute;
  z-index: 1;
  height: 160%;
  width: auto;
  top: -30%;
  right: 10%;
  transition: all 0.5s ease;
}
.bnft img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  mix-blend-mode: overlay;
  opacity: 0;
  transition: all 0.5s ease;
  height: 100%;
  object-fit: cover;
}
.bnft .ctrl {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 10px;
  max-height: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.bnft .ctrl button {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #ffffff;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25 ease;
}
.bnft .ctrl button svg {
  width: 24px;
  height: auto;
  top: auto;
  left: auto;
  position: relative;
  right: auto;
}
.bnft .ctrl button svg path {
  fill: #ffffff;
  transition: all 0.25 ease;
}
.bnft .ctrl button.dsbl {
  opacity: 0.75;
}
.bnft .ctrl button:hover {
  background-color: #ffffff;
}
.bnft .ctrl button:hover svg path {
  fill: #002F51;
}
.bnft.actv {
  scroll-snap-align: start;
}
.bnft.actv .dtl {
  opacity: 1;
  max-height: 800px;
}
.bnft.actv svg {
  top: -200%;
  right: -50%;
}
.bnft.actv img {
  opacity: 1;
}
.bnft.actv .ctrl {
  max-height: 40px;
  opacity: 1;
}
.adt {
  margin-top: 50px;
  background-color: #E63636;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.adt .hdln {
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}
.adt .hdln span {
  display: block;
  color: #FAC13E;
}
.adt .button {
  position: relative;
  z-index: 5;
  background-color: #FAC13E;
  color: #E63636;
}
.adt .button:hover {
  background-color: #ffffff;
  color: #002F51;
}
.adt .button.scdy {
  background-color: #002F51;
  color: #FAC13E;
}
.adt .button.scdy:hover {
  background-color: #ffffff;
  color: #002F51;
}
.adt .cta {
  max-height: 0;
  opacity: 0;
  transition: all 0.25s;
}
.adt .cta.actv {
  opacity: 1;
  max-height: 500px;
}
.adt svg {
  position: absolute;
  z-index: 1;
}
.adt svg.uno {
  left: -150px;
  bottom: -180px;
}
.adt svg.dos {
  top: -150px;
  right: 30%;
}
.adt svg.tres {
  right: -30px;
  bottom: -50px;
}
.adt.cntr {
  text-align: center;
}
.tldr {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 270px;
  padding: 30px;
  display: flex;
  background: linear-gradient(90deg, #FAC13E, #E63636);
  border-radius: 10px 10px 0 0 ;
  display: none;
}
.bio {
  margin-top: 50px;
  background-color: #002F51;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.bio img {
  border-radius: 200px;
  width: 150px;
  height: 150px;
  border: 2px solid #002642;
  box-shadow: 4px 4px 0 #E63636;
}
.bio .dtl h3 {
  text-shadow: 2px 2px 0 #E63636;
}
.bio + .adt {
  margin-top: 0;
}
.who {
  box-sizing: border-box;
  width: 100vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 80px calc( (100vw - 1240px) / 2 ) 80px;
  position: relative;
  color: #002F51;
  gap: 120px;
  min-height: 100vh;
  background-image: url(../img/MediaCityUK.jpg);
  background-size: 50vw;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: #FAC13E;
}
.who p {
  color: #002F51;
}
.who:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background: #fac13e;
  background: linear-gradient(100deg, rgba(250, 193, 62, 0) 65%, #fac13e 100%);
}
.who:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background: #262626;
  background: linear-gradient(0deg, rgba(250, 193, 62, 0) 65%, #fac13e 100%);
}
.who img {
  border-radius: 0 10px 10px 0;
  max-width: 100%;
  height: auto;
}
.who .lockup {
  flex: 0 0 35em;
  z-index: 5;
  position: relative;
}
.what {
  box-sizing: border-box;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px calc( (100vw - 1240px) / 2 ) 80px;
  position: relative;
  color: #ffffff;
  gap: 120px;
  min-height: 100vh;
  background-color: #191919;
}
.what .lockup {
  flex: 1;
}
.what .lockup.freeze {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.what .lockup .service {
  margin-bottom: 80px;
}
.endcta {
  background: #E63636;
  padding: 150px calc( (100vw - 1240px) / 2 );
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.endcta .lockup {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;
}
.endcta .lockup h2 {
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: transparent;
}
.endcta .lockup h2 span {
  display: block;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke: 0px #ffffff;
}
.endcta .button {
  background-color: #ffffff;
  color: #002F51;
}
.endcta .button:hover {
  background-color: #002F51;
  color: #ffffff;
}
.endcta:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: -50px;
  height: 40vw;
  width: 40vw;
  top: -250px;
  border-radius: 30vw;
  background: linear-gradient(90deg, #FAC13E, #E63636);
  filter: blur(5px);
  animation: morph 30s infinite linear;
}
.endcta:after {
  content: "";
  z-index: 1;
  position: absolute;
  right: -30px;
  height: 40vw;
  width: 40vw;
  bottom: -100px;
  border-radius: 30vw;
  background: linear-gradient(90deg, #FAC13E, #E63636);
  filter: blur(5px);
  animation: morph 30s infinite linear;
}
.static,
.intro {
  padding: 140px calc( (100vw - 1240px) / 2 );
  color: #ffffff;
}
.intro {
  text-align: center;
}
.intro h1,
.intro h2,
.intro h3,
.intro p {
  max-width: 610px;
  margin: 0 auto;
}
.intro h1 {
  text-transform: uppercase;
}
.index {
  padding: 0 calc( (100vw - 1240px) / 2 ) 140px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.index .box,
.index .role {
  background: linear-gradient(180deg, #002F51 0%, #002642 100%);
  border-radius: 20px;
  transition: all 0.5s ease;
  border: 2px solid #FAC13E;
  box-shadow: 5px 5px 0 #E63636;
}
.index .box .link,
.index .role .link,
.index .box a,
.index .role a {
  display: block;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px 30px;
}
.index .box .link svg,
.index .role .link svg,
.index .box a svg,
.index .role a svg {
  fill: #ffffff;
  transition: fill 0.25s ease;
}
.index .box .link h2,
.index .role .link h2,
.index .box a h2,
.index .role a h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.04em;
  font-feature-settings: 'salt' on;
  transition: color 0.25s ease;
}
.index .box .link h3,
.index .role .link h3,
.index .box a h3,
.index .role a h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.04em;
  font-feature-settings: 'salt' on;
  transition: color 0.25s ease;
  text-transform: capitalize;
}
.index .box .link p,
.index .role .link p,
.index .box a p,
.index .role a p {
  transition: color 0.25s ease;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.index .box:hover,
.index .role:hover {
  background: #002F51;
  box-shadow: 5px 5px 0 #E63636, 10px 10px 10px rgba(0, 0, 0, 0.25);
}
.index .box:hover .link svg,
.index .role:hover .link svg,
.index .box:hover a svg,
.index .role:hover a svg {
  fill: #002F51;
}
.index .box:hover .link h2,
.index .role:hover .link h2,
.index .box:hover a h2,
.index .role:hover a h2 {
  color: #002F51;
}
.index .box:hover .link h3,
.index .role:hover .link h3,
.index .box:hover a h3,
.index .role:hover a h3 {
  color: #002F51;
}
.index .box:hover .link p,
.index .role:hover .link p,
.index .box:hover a p,
.index .role:hover a p {
  color: #002F51;
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media only screen and (max-width: 1280px) {
  .static,
  .intro {
    padding: 140px calc( (100vw - 960px) / 2 );
  }
  .index {
    padding: 0 calc( (100vw - 960px) / 2 ) 140px;
  }
  .indx .insd {
    scroll-padding-left: calc( (100vw - 960px) / 2 );
    padding: 0 calc( (100vw - 960px) / 2 );
  }
}
@media only screen and (max-width: 992px) {
  .static,
  .intro {
    padding: 140px 40px;
  }
  .index:not(.blog) {
    padding: 0 140px 140px;
    grid-template-columns: 1fr;
    grid-template-rows: 3fr;
  }
  .indx .insd {
    scroll-padding-left: 40px;
    padding: 0 40px;
  }
}
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
  /* So they look staggered */
}
@keyframes come-in {
  to {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1280px) {
  .who,
  .endcta {
    padding: 80px calc( (100vw - 960px) / 2 );
  }
}
@media only screen and (max-width: 992px) {
  .who,
  .endcta {
    padding: 60px 40px;
  }
  .tstm .revw {
    display: none;
  }
  .tstm .revw.actv {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .who {
    background-size: cover;
  }
  .who .lockup {
    flex: auto;
  }
  .who:before,
  .who:after {
    display: none;
  }
  .endcta .lockup {
    text-align: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
  }
  .endcta .lockup h2 {
    font-size: 30px;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .case-studies {
    grid-template-columns: 1fr 1fr;
  }
  .case-studies .case-study {
    width: 280px;
  }
  .tabs,
  .case-studies,
  .block .index.industries,
  .block .index.blog {
    width: 100vw;
    left: -40px;
    position: relative;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    scroll-padding-left: 40px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .tabs .case-study,
  .case-studies .case-study,
  .block .index.industries .case-study,
  .block .index.blog .case-study,
  .tabs .tab,
  .case-studies .tab,
  .block .index.industries .tab,
  .block .index.blog .tab {
    scroll-snap-align: start;
  }
  .tabs::-webkit-scrollbar,
  .case-studies::-webkit-scrollbar,
  .block .index.industries::-webkit-scrollbar,
  .block .index.blog::-webkit-scrollbar {
    display: none;
  }
  .block .index.industries {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .block .index.industries .box,
  .block .index.industries .role {
    width: 250px;
  }
  .block .index.industries .box .link,
  .block .index.industries .role .link {
    padding: 20px;
  }
  .block .index.industries .box .link p,
  .block .index.industries .role .link p {
    margin: 0;
  }
  .indx {
    width: 100vw;
    position: relative;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    scroll-padding-left: 40px;
    padding: 0 40px;
    box-sizing: border-box;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .indx::-webkit-scrollbar {
    display: none;
  }
  .stat {
    scroll-snap-align: start;
    width: 230px;
    padding: 30px;
  }
  .stat .hdln {
    font-size: 32px;
  }
  .stat .dtl {
    font-size: 18px;
  }
  .post {
    min-width: 230px;
    scroll-snap-align: start;
  }
  .post a .title {
    padding: 30px 10px;
  }
  .post a .title h3 {
    margin: 0;
  }
  .bnft {
    padding: 20px;
  }
  .bnft .hdln {
    font-size: 18px;
  }
  .bnft .dtl p {
    font-size: 12px;
  }
  .revw {
    flex-direction: column;
  }
  .revw .img {
    height: 180px;
  }
  .revw .img img {
    width: 100%;
  }
  .revw .content blockquote span {
    left: 30px;
    top: -30px;
  }
}
@media only screen and (max-width: 520px) {
  .endcta .lockup h2 {
    -webkit-text-stroke: 1px #ffffff;
  }
  .cara {
    margin-top: -80px;
  }
  .adt {
    text-align: center;
  }
  .adt .hdln {
    font-size: 32px;
  }
  .adt .button {
    font-size: 14px;
  }
  .adt svg.uno,
  .adt svg.tres {
    display: none;
  }
  .bio {
    flex-direction: column;
    text-align: center;
  }
  .bio .dtl h2 {
    font-size: 12px;
    line-height: 24px;
  }
  .bnft {
    width: 280px;
  }
}
footer {
  background-color: #002F51;
  box-sizing: border-box;
  z-index: 5;
  width: 100vw;
  padding: 60px calc( (100vw - 1240px) / 2 );
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto auto auto;
  gap: 20px 20px;
  grid-template-areas: "contact social" "address address" "nav nav" "copyright copyright" "accreditations accreditations";
}
footer .contact {
  grid-area: contact;
}
footer .contact span.heading {
  color: #ffffff;
  font-size: 24px;
  font-family: 'Delight', sans-serif;
  font-weight: 900;
  display: block;
}
footer .contact a.call {
  color: #FAC13E;
  font-size: 50px;
  font-family: 'Delight', sans-serif;
  font-weight: 900;
  display: block;
  text-decoration: none;
  transition: color 0.25s ease;
  display: inline-block;
  text-shadow: -2px -2px 0px #002642, 2px 2px 0px #002642, 4px 4px 0px #E63636;
  transition: all 0.5s ease;
}
footer .contact a.call:hover {
  color: #E63636;
  text-shadow: -2px -2px 0px #002642, 2px 2px 0px #002642, 4px 4px 0px #FAC13E;
}
footer .contact a.button {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
footer .contact span.open-hours {
  display: block;
  color: #C7C7C7;
  font-size: 18px;
}
footer .socials {
  grid-area: social;
  display: flex;
  justify-content: flex-end;
}
footer .socials ul {
  margin: 0;
  padding: 0;
}
footer .socials ul li {
  display: inline-block;
  list-style: none;
  margin: 10px;
}
footer .socials ul li a {
  width: 50px;
  height: 50px;
  background-color: #FAC13E;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 2px solid #002642;
  box-shadow: 2px 2px 0 #E63636;
  transition: all 0.5s ease;
}
footer .socials ul li a svg {
  fill: #E63636;
  height: 20px;
  position: relative;
  z-index: 2;
  transition: fill 0.25s ease;
}
footer .socials ul li a:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #E63636;
  top: 0;
  left: -100%;
  position: absolute;
  transition: left 0.25s ease;
}
footer .socials ul li a:hover {
  box-shadow: 2px 2px 0 #FAC13E;
}
footer .socials ul li a:hover svg {
  fill: #FAC13E;
}
footer .socials ul li a:hover:before {
  left: 0;
}
footer address {
  margin-top: 50px;
  grid-area: address;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
}
footer nav {
  grid-area: nav;
}
footer nav ul {
  padding: 0;
  text-align: center;
  margin: 0;
}
footer nav ul li {
  display: inline-block;
  font-size: 12px;
}
footer nav ul li a {
  color: #C7C7C7;
  transition: color 0.25s ease;
  text-decoration: none;
}
footer nav ul li a:hover {
  color: #ffffff;
}
footer .company-details {
  grid-area: copyright;
  text-align: center;
  color: #C7C7C7;
  font-size: 12px;
  margin-bottom: 20px;
}
footer .company-details a {
  color: #C7C7C7;
}
footer .acre {
  grid-area: accreditations;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
footer .acre img {
  max-height: 60px;
  width: auto;
}
@media only screen and (max-width: 1280px) {
  footer {
    padding: 20px calc( (100vw - 960px) / 2 );
  }
}
@media only screen and (max-width: 992px) {
  footer {
    padding: 20px 40px;
  }
  footer .contact a.call {
    font-size: 40px;
  }
  footer .contact span.open-hours {
    font-size: 14px;
  }
  footer .contact span.heading {
    font-size: 18px;
  }
  footer .socials ul li a {
    height: 40px;
    width: 40px;
  }
  footer .socials ul li a svg {
    height: 16px;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "contact" "social" "address" "copyright" "accreditations";
  }
  footer .contact {
    text-align: center;
  }
  footer .socials {
    justify-content: center;
  }
  footer address {
    margin-top: 20px;
    font-size: 14px;
  }
}
.image-block {
  overflow: block;
}
.content-block {
  padding: 80px calc( (100vw - 1240px) / 2 );
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
.content-block .image {
  padding-right: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-block .image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.content-block .image svg {
  position: absolute;
  z-index: -1;
}
.content-block .content {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.content-block .content h2 {
  margin: 0;
}
.content-block.bfraft {
  padding-top: 140px;
  padding-bottom: 140px;
}
.block {
  padding: 80px calc( (100vw - 1240px) / 2 );
  color: #ffffff;
}
.block > .content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.block .content-block {
  padding: 100px 0;
}
.block .index {
  padding: 0;
}
.block > section {
  padding: 0;
}
.tabs {
  margin-top: 40px;
}
.tabs .progress ul {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.tabs .progress ul li {
  text-align: center;
  list-style: none;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.tabs .progress ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #C7C7C7;
  transition: all 0.25s ease;
}
.tabs .progress ul li:first-of-type:after {
  border-radius: 5px 0 0 5px;
}
.tabs .progress ul li:last-of-type:after {
  border-radius: 0 5px 5px 0;
}
.tabs .progress ul li.active {
  background: linear-gradient(90deg, #FAC13E, #E63636);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tabs .progress ul li.active:after {
  background: linear-gradient(90deg, #FAC13E, #E63636);
}
.tabs .tab {
  display: none;
}
.tabs .tab.active {
  display: grid;
}
.post,
.case-study {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #002F51;
  transition: background 0.25s ease;
}
.post a,
.case-study a {
  display: block;
}
.post a img,
.case-study a img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: overlay;
}
.post a .title,
.case-study a .title {
  position: absolute;
  width: 100%;
  padding: 30px;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 42.71%);
  color: #ffffff;
  z-index: 3;
  box-sizing: border-box;
  border-radius: 10px;
}
.post a .title p,
.case-study a .title p {
  margin: 0;
  color: #C7C7C7;
}
.post a .title p svg,
.case-study a .title p svg {
  fill: #C7C7C7;
  margin-left: 0;
  transition: margin-left 0.5s ease;
}
.post:hover,
.case-study:hover {
  background-color: #E63636;
}
.post:hover a .title p svg,
.case-study:hover a .title p svg {
  margin-left: 5px;
}
.scdl {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.scdl iframe {
  background-color: #ffffff;
  margin: 30px 0;
  border-radius: 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 5;
  padding: 30px;
}
.scdl.actv {
  opacity: 1;
  max-height: 5000px;
}
.post {
  background: transparent;
}
.post:hover {
  background: transparent;
}
.post a {
  border-radius: 10px;
  display: block;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.post a:hover {
  background-color: #E63636;
}
.post a img {
  mix-blend-mode: multiply;
}
.bfr {
  position: relative;
}
.bfr h2,
.bfr h3,
.bfr ul,
.bfr ol,
.bfr p {
  opacity: 0.6;
  z-index: 2;
}
.bfr .crss {
  z-index: 1;
  position: absolute;
  top: -12.5%;
  bottom: auto;
  height: 125%;
}
.business-card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
.business-card .card {
  width: 360px;
  border-radius: 20px;
  background-color: #002F51;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  padding: 50px;
  display: flex;
  text-align: center;
  color: #ffffff;
  flex-direction: column;
  box-sizing: border-box;
  aspect-ratio: 0.66666667;
  gap: 30px;
}
.business-card .card .headshot {
  width: 150px;
  height: 150px;
  border-radius: 75px;
}
.business-card .card h2 {
  line-height: 1;
  margin: 10px 0;
}
.business-card .card h3 {
  text-transform: capitalize;
  font-size: 20px;
  margin: 0;
  line-height: 1;
}
.business-card .card .socials {
  display: flex;
  justify-content: center;
}
.business-card .card .socials ul {
  margin: 0;
  padding: 0;
}
.business-card .card .socials ul li {
  display: inline-block;
  list-style: none;
  margin: 5px;
}
.business-card .card .socials ul li a {
  width: 50px;
  height: 50px;
  background-color: #002642;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.business-card .card .socials ul li a svg {
  fill: #FAC13E;
  height: 20px;
  position: relative;
  z-index: 2;
  transition: fill 0.25s ease;
}
.business-card .card .socials ul li a:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #E63636;
  top: 0;
  left: -100%;
  position: absolute;
  transition: left 0.25s ease;
}
.business-card .card .socials ul li a:hover svg {
  fill: #FAC13E;
}
.business-card .card .socials ul li a:hover:before {
  left: 0;
}
.faq-section {
  display: flex;
  gap: 32px;
}
.faq-section .content {
  width: 35%;
  padding-right: 100px;
}
.faq-section .faqs {
  width: 65%;
}
.faq-section .faqs dl {
  border-radius: 20px;
  background-color: #002F51;
  padding: 10px 20px;
  margin-bottom: 20px;
  display: block;
  box-sizing: border-box;
}
.faq-section .faqs dl dt {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.faq-section .faqs dl dt h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
}
.faq-section .faqs dl dt:after {
  content: "+";
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.faq-section .faqs dl dd {
  max-height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
.faq-section .faqs dl.active dt:after {
  content: "-";
}
.faq-section .faqs dl.active dd {
  max-height: 9999px;
}
@media only screen and (min-width: 768px) {
  .post:nth-child(1) a .title {
    bottom: 100px;
  }
  .post:nth-child(2) {
    margin-top: 50px;
  }
  .post:nth-child(2) a .title {
    bottom: 50px;
  }
  .post:nth-child(3) {
    margin-top: 100px;
  }
  .faq-section .faqs dl dt h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .content-block,
  .block {
    padding: 20px calc( (100vw - 960px) / 2 );
  }
}
@media only screen and (max-width: 992px) {
  .content-block,
  .block {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .content-block {
    grid-template-columns: 1fr;
    overflow: hidden;
  }
  .content-block .image {
    padding-right: 0;
  }
  .content-block .image svg {
    width: 140%;
  }
  .tabs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
  .tabs .progress {
    display: none;
  }
  .tabs .tab {
    display: block;
  }
  .tabs .content-block {
    width: 70vw;
    min-width: 280px;
    padding: 30px;
    background: #002F51;
    border-radius: 20px;
  }
  .tabs .content-block .image {
    display: none;
  }
  .faq-section {
    flex-direction: column;
    gap: 10px;
  }
  .faq-section .content {
    width: 100%;
    padding: 0;
  }
  .faq-section .faqs {
    width: 100%;
  }
  .content-block .image svg {
    opacity: 0.5;
  }
}
section.contact {
  background-color: #002F51;
  padding: 200px calc( (100vw - 1240px) / 2 );
  box-sizing: border-box;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  color: #ffffff;
  gap: 120px;
  min-height: 100vh;
}
section.contact .lockup {
  flex: 0 0 35em;
  position: relative;
  z-index: 5;
}
section.contact .lockup a {
  color: #FAC13E;
  font-size: 50px;
  font-family: 'Delight', sans-serif;
  font-weight: 900;
  display: block;
  text-decoration: none;
}
section.contact .lockup .details {
  display: flex;
  margin: 30px 0;
  gap: 20px;
}
section.contact .lockup .details .address,
section.contact .lockup .details .hours {
  width: 50%;
}
section.contact .lockup .details .address address,
section.contact .lockup .details .hours address,
section.contact .lockup .details .address p,
section.contact .lockup .details .hours p {
  color: #C7C7C7;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}
section.contact #map {
  width: 70vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
section.contact:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 70%;
  height: 100%;
  right: 0;
  pointer-events: none;
  top: 0;
  background: radial-gradient(rgba(0, 47, 81, 0), #262626);
}
section.contact:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 20%;
  height: 100%;
  left: 30vw;
  top: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #002f51 0%, rgba(0, 47, 81, 0) 100%);
}
section.form {
  background: #FAC13E;
  padding: 150px calc( (100vw - 1240px) / 2 );
  color: #002F51;
  position: relative;
  overflow: hidden;
  text-align: center;
}
section.form h2 {
  position: relative;
  z-index: 5;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #002F51;
  -webkit-text-fill-color: transparent;
  paint-order: stroke fill;
}
section.form h2 span {
  display: block;
  -webkit-text-fill-color: #002F51;
  -webkit-text-stroke: 0px #002F51;
}
section.form p {
  position: relative;
  z-index: 5;
  max-width: 830px;
  padding: 0 30px;
  margin: 10px auto;
  color: #003e6a;
}
section.form form {
  position: relative;
  z-index: 5;
  max-width: 830px;
  margin: 30px auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto autos;
  gap: 30px;
}
section.form form input {
  font-size: 18px;
  color: #191919;
  border: 2px solid #FAC13E;
  border-radius: 5px;
  padding: 10px;
  background: none;
  font-family: 'Delight', sans-serif;
  background-color: #ffffff;
}
section.form form textarea {
  font-size: 18px;
  color: #191919;
  border: 2px solid #FAC13E;
  border-radius: 5px;
  padding: 10px;
  background: none;
  font-family: 'Delight', sans-serif;
  height: 120px;
  resize: vertical;
  grid-column-start: 1;
  grid-column-end: 3;
  background-color: #ffffff;
}
section.form form .button-wrap {
  grid-column-start: 1;
  grid-column-end: 3;
  text-align: center;
}
section.form form .button-wrap button {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -3%;
  font-family: 'Delight', sans-serif;
  color: #FAC13E;
  background-color: #002F51;
  border-radius: 50px;
  border: 0;
  transition: all 0.25s ease;
  cursor: pointer;
}
section.form form .button-wrap button:hover {
  background-color: #E63636;
}
section.form:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: -50px;
  height: 40vw;
  width: 40vw;
  top: -250px;
  border-radius: 30vw;
  background: linear-gradient(90deg, #FAC13E, #E63636);
  filter: blur(5px);
  animation: morph 30s infinite linear;
}
section.form:after {
  content: "";
  z-index: 1;
  position: absolute;
  right: -30px;
  height: 40vw;
  width: 40vw;
  bottom: -100px;
  border-radius: 30vw;
  background: linear-gradient(90deg, #FAC13E, #E63636);
  filter: blur(5px);
  animation: morph 30s infinite linear;
}
section.thanks {
  padding: 150px calc( (100vw - 1240px) / 2 );
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  section.contact,
  section.form {
    padding: 200px calc( (100vw - 960px) / 2 );
  }
}
@media only screen and (max-width: 992px) {
  section.contact,
  section.form {
    padding: 150px 40px;
  }
}
@media only screen and (max-width: 768px) {
  section.contact {
    flex-direction: column;
    padding-bottom: 0;
    gap: 0;
  }
  section.contact .lockup {
    flex: auto;
  }
  section.contact .lockup a {
    font-size: 32px;
  }
  section.contact .lockup .details .address address,
  section.contact .lockup .details .hours address,
  section.contact .lockup .details .address p,
  section.contact .lockup .details .hours p {
    font-size: 14px;
    line-height: 20px;
  }
  section.contact #map {
    width: 100vw;
    height: 300px;
    position: relative;
    margin-left: -40px;
  }
  section.contact:before {
    display: none;
  }
  section.contact:after {
    width: 100vw;
    height: 100px;
    bottom: 200px;
    top: auto;
    left: 0;
    background: linear-gradient(180deg, #002f51 0%, rgba(0, 47, 81, 0) 100%);
  }
  section.form form {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  section.form form .button-wrap,
  section.form form textarea {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
@media only screen and (max-width: 520px) {
  section.contact,
  section.form {
    padding: 100px 20px 0 20px;
  }
  section.contact .lockup {
    text-align: center;
  }
  section.contact #map {
    margin-left: -20px;
  }
  section.contact .lockup .details {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  section.form h2 {
    font-size: 30px;
    -webkit-text-stroke: 1px #ffffff;
  }
}
.frm {
  padding: 60px;
  border-radius: 16px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  background-color: #002F51;
  text-align: left;
  max-width: 560px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.frm form {
  display: flex;
  gap: 120px;
  width: 1000px;
  transform: translateX(0);
  transition: all 0.25s ease;
}
.frm form.stg-2 {
  transform: translateX(-560px);
}
.frm form .step {
  width: 440px;
}
.frm h2 {
  font-size: 18px;
}
.frm .elmt {
  margin-bottom: 10px;
}
.frm .elmt label {
  font-weight: bold;
  display: flex;
}
.frm .elmt label span {
  color: #E63636;
}
.frm .elmt label:after {
  font-weight: lighter;
  font-style: italic;
  margin-left: auto;
  font-size: 12px;
}
.frm .elmt label.empty {
  opacity: 1;
}
.frm .elmt label.empty:after {
  content: "Please fill in this field";
}
.frm .elmt label.invd {
  opacity: 1;
}
.frm .elmt label.invd:after {
  content: "Please enter valid email address";
}
.frm .elmt input {
  display: block;
  border-radius: 5px;
  border: 0;
  padding: 10px;
  font-size: 16px;
  margin: 5px 0;
  width: 100%;
}
.frm button,
.frm .button {
  margin-top: 30px;
  background-color: #E63636;
  color: #FAC13E;
  display: inline-flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  border-radius: 50px;
  font-size: 18px;
  padding: 10px 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s ease-in;
  z-index: 2;
  border: 0;
  font-weight: bold;
}
.frm button svg,
.frm .button svg {
  fill: #FAC13E;
  position: relative;
}
.frm button:hover,
.frm .button:hover {
  color: #E63636;
  background-color: #FAC13E;
}
.frm button:hover svg,
.frm .button:hover svg {
  fill: #E63636;
}
@media only screen and (max-width: 768px) {
  .frm {
    padding: 30px;
    max-width: 440px;
  }
  .frm form {
    gap: 60px;
    width: 780px;
  }
  .frm form.stg-2 {
    transform: translateX(-420px);
  }
  .frm form .step {
    width: 360px;
  }
}
@media only screen and (max-width: 520px) {
  .frm {
    max-width: 330px;
  }
  .frm form {
    gap: 60px;
    width: 540px;
  }
  .frm form.stg-2 {
    transform: translateX(-300px);
  }
  .frm form .step {
    width: 240px;
  }
  .frm .elmt label {
    font-size: 14px;
  }
  .frm .elmt input {
    font-size: 14px;
  }
}
.pop {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.5s ease;
}
.pop.actv {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.modl {
  max-width: 580px;
  padding: 60px;
  background: #E63636;
  text-align: center;
  border-radius: 30px;
  position: relative;
}
.modl .cntn {
  position: relative;
  z-index: 3;
}
.modl .flt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  overflow: hidden;
}
.modl .flt .bll {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  background-color: rgba(250, 193, 62, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modl .flt .bll img {
  max-width: 100%;
  height: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.modl .clse {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #ffffff;
  font-family: "Mynerve", cursive;
  font-size: 32px;
  text-decoration: none;
  z-index: 5;
}
.modl .escb {
  -webkit-text-fill-color: #FAC13E;
  color: #FAC13E;
}
.modl h2 {
  text-shadow: -1px -1px 0px #002F51, -1px 1px 0px #002F51, 1px -1px 0px #002F51, 1px 1px 0px #002F51, 3px 3px 0px #FAC13E;
  padding: 0 30px;
}
.modl p small {
  font-size: 10px;
  line-height: 14px;
  margin-top: 40px;
  display: block;
  margin-bottom: 0;
}
.modl .button:not(.secondary) {
  box-shadow: 4px 4px 0px #002F51;
}
.modl .cta {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modl .cta .button {
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease;
}
.modl .cta .sgnp {
  position: absolute;
}
.modl .cta.actv .button {
  opacity: 0;
  visibility: hidden;
}
.sgnp {
  max-width: 230px;
  margin: 0 auto;
  position: relative;
}
.sgnp input {
  background: white;
  border: 2px solid #002F51;
  border-radius: 50px;
  box-shadow: ;
  box-shadow: 4px 4px 0px #002F51;
  width: 100%;
  box-sizing: border-box;
  color: #002F51;
  font-size: 16px;
  padding: 15px 20px;
}
.sgnp button {
  box-shadow: 4px 4px 0px #002F51;
  border: 2px solid #002F51;
  border-radius: 50px;
  display: flex;
  height: 30px;
  width: 30px;
  background-color: #FAC13E;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 13px;
  top: 11px;
}
.sgnp button svg {
  fill: #E63636;
}
.escb {
  font-family: "Mynerve", cursive;
  font-weight: 400;
  font-style: normal;
  color: #E63636;
  text-transform: capitalize;
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  display: inline-flex;
  justify-content: center;
  background: linear-gradient(90deg, #FAC13E, #F3624F);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
.rjo .escb {
  background: none;
  color: #FAC13E;
  -webkit-text-fill-color: #FAC13E;
}
.aml .escb {
  background: none;
  color: #E63636;
  -webkit-text-fill-color: #E63636;
}
.box {
  background: linear-gradient(180deg, #002F51 0%, #002642 100%);
  border-radius: 20px;
  transition: all 0.5s ease;
  border: 2px solid #FAC13E;
  box-shadow: 5px 5px 0 #E63636;
}
.box.rjo {
  background: #E63636;
  border-color: #002F51;
  box-shadow: 5px 5px 0 #FAC13E;
  color: #ffffff;
}
.box.rjo h3,
.box.rjo p {
  color: #ffffff;
}
.box.aml {
  background: #FAC13E;
  border-color: #002F51;
  box-shadow: 5px 5px 0 #E63636;
  color: #002F51;
}
.box.aml h3,
.box.aml p {
  color: #002F51;
}
.box.dtl .escb {
  font-size: 14px;
  display: block;
  text-align: left;
}
.box.dtl .pdv {
  font-size: 24px;
  text-shadow: none;
  text-align: left;
}
.box.dtl p {
  font-size: 14px;
  text-align: left;
}
.box > .step {
  display: block;
  padding: 30px;
}
.box > .testimonial {
  padding: 30px 0;
}
.box > .testimonial blockquote {
  padding: 60px;
  border-radius: 0;
  margin: 0;
  border-left: 0;
  padding: 60px 30px;
}
.box > .testimonial blockquote cite {
  display: flex;
  gap: 5px;
}
.box > .testimonial blockquote cite img {
  border: 1px solid #FAC13E;
  width: 22px;
  height: 22px;
  border-radius: 50px;
}
.index.prcs > .box h3 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
}
.index.prcs > .box .escb {
  margin-bottom: 10px;
}
.index.prcs > .box ul li,
.index.prcs > .box p {
  font-size: 16px;
  line-height: 20px;
}
.index.prcs > .box ul.ticks li {
  position: relative;
  align-items: flex-start;
}
.index.prcs > .box ul.ticks li:before {
  position: relative;
  top: 5px;
  width: 15px;
}
.trfm {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: stretch;
}
.trfm svg {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
}
.trfm .box {
  padding: 30px;
  text-align: center;
  width: 500px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.trfm .box img {
  box-shadow: none;
  margin-top: auto;
}
.spls {
  background-color: #002642;
}
.spls .pdv {
  font-size: 200px;
  text-shadow: none;
  filter: drop-shadow(-3px -3px 0 #FAC13E) drop-shadow(-3px 3px 0 #FAC13E) drop-shadow(3px -3px 0 #FAC13E) drop-shadow(3px 3px 0 #FAC13E) drop-shadow(6px 6px 0 #E63636);
  /* Replace with the path to your image */
  background-image: url('../img/cork.jpg');
  background-repeat: no-repeat;
  /* Ensure the full image height fits the text; adjust as needed */
  background-size: auto 100%;
  /* Clip background to text and make text transparent */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* Animate background position horizontally */
  animation: slide-bg 10s ease-in-out infinite alternate;
}
.spls .pdv.dbi {
  background-image: url('../img/dubai.jpg');
}
.spls p strong {
  color: #ffffff;
}
.spls p small {
  font-size: 10px;
  line-height: 10px;
}
.tabs {
  position: relative;
}
.tabs:before {
  content: "";
  width: calc((100vw - 100%) / 2);
  height: 110%;
  position: absolute;
  background: linear-gradient(90deg, #002642, rgba(0, 38, 66, 0));
  left: calc(((100vw - 100%) / 2) * -1);
  top: 0;
  z-index: 5;
}
.tabs:after {
  content: "";
  width: calc((100vw - 100%) / 2);
  height: 110%;
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 38, 66, 0), #002642);
  right: calc(((100vw - 100%) / 2) * -1);
  top: 0;
  z-index: 5;
}
.tabs .tbhd ul {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.tabs .tbhd ul li {
  list-style: none;
}
.tabs .tbhd ul li a {
  color: #ffffff;
  text-decoration: none;
}
.tabs .tbhd ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 5px;
}
.tabs .tbhd ul li.actv a {
  color: #FAC13E;
}
.tabs .tbhd ul li.actv a:after {
  background-color: #FAC13E;
}
.tabs .tbbd {
  margin: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  width: calc((100% * 3 ) + 60px);
  transition: transform 0.5s ease;
}
.tabs .tbbd.state-1 {
  transform: translateX(0px);
}
.tabs .tbbd.state-2 {
  transform: translateX(calc(((100% + 30px ) / 3) * -1));
}
.tabs .tbbd.state-3 {
  transform: translateX(calc(((100% + 30px ) / 3) * -2));
}
.tabs .tbbd.state-4 {
  transform: translateX(calc(((100% + 30px ) / 4) * -3));
}
.tabs .tbbd .bdwr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px 30px;
  grid-auto-flow: row;
  grid-template-areas: "uno dos" "uno tres";
}
.tabs .tbbd .bdwr .uno {
  grid-area: uno;
}
.tabs .tbbd .bdwr .dos {
  grid-area: dos;
}
.tabs .tbbd .bdwr .tres {
  grid-area: tres;
}
.tabs .tbbd .bdwr div {
  background: linear-gradient(180deg, #002F51 0%, #002642 100%);
  border-radius: 20px;
  border: 2px solid #FAC13E;
  box-shadow: 5px 5px 0 #E63636;
  padding: 30px 50px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.tabs .tbbd .bdwr div img {
  box-shadow: none;
}
.tabs .tbbd .bdwr div p {
  text-align: center;
}
.tabs .tbbd .bdwr div p strong {
  font-weight: normal;
  color: #ffffff;
}
.faqs.new {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faqs.new dl {
  background: linear-gradient(180deg, #002F51 0%, #002642 100%);
  border-radius: 20px;
  border: 2px solid #FAC13E;
  box-shadow: 5px 5px 0 #E63636;
  padding: 30px;
  display: flex;
  flex-direction: column;
  margin: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  box-sizing: border-box;
  width: 100%;
}
.faqs.new dl dt h3 {
  color: #ffffff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  margin: 0;
}
.faqs.new dl dt h3:after {
  content: "+";
}
.faqs.new dl dd {
  display: none;
}
.faqs.new dl.active {
  background: #002F51;
  box-shadow: 5px 5px 0 #E63636, 0 0 10px rgba(0, 0, 0, 0.5);
}
.faqs.new dl.active dt h3:after {
  content: "-";
}
.faqs.new dl.active dd {
  display: block;
}
.actn {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.actn .lkup {
  width: 500px;
  position: relative;
  z-index: 2;
}
.actn .img {
  width: 50%;
}
.actn .img img {
  box-shadow: none;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
.actn .img svg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.off {
  overflow: hidden;
}
.button:not(.secondary) {
  border: 2px solid #002642;
  box-shadow: 4px 4px 0px #E63636;
}
.rjo .button:not(.secondary) {
  box-shadow: 2px 2px 0px #002642;
}
@media only screen and (max-width: 768px) {
  .pdv {
    font-size: 32px;
  }
  .escb {
    font-size: 16px;
  }
  .faqs.new dl {
    padding: 20px;
  }
  .actn {
    flex-direction: column;
  }
  .actn .lkup {
    margin: 50px 0;
    width: 100%;
    text-align: center;
  }
  .img img {
    display: none;
  }
  .img svg {
    max-width: 100%;
    height: auto;
    opacity: 0.25;
  }
  .trfm {
    flex-direction: column;
    gap: 30px;
  }
  .trfm .box {
    width: 100%;
  }
  .trfm svg {
    display: none;
  }
  .tabs {
    display: block;
  }
  .tabs .tbhd {
    display: none;
  }
  .tabs .tbbd .bdwr {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "uno dos tres";
    padding-right: 30px;
  }
  .tabs .tbbd .bdwr div {
    width: 250px;
  }
  .spls .pdv {
    font-size: 160px;
  }
}
@media only screen and (max-width: 520px) {
  .spls .pdv {
    font-size: 82px;
  }
}
@keyframes slide-bg {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 100%;
  }
}
