@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Space+Mono:400,400i,700,700i&display=swap");
@font-face {
  font-family: 'futuraBold';
  src: url("../fonts/Futura-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/Futura-Bold.otf") format('opentype'), url("../fonts/Futura-Bold.woff") format('woff'), url("../fonts/Futura-Bold.ttf") format('truetype'), url("../fonts/Futura-Bold.svg#Futura-Bold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/avenir-next/bold.eot");
  src: url("../fonts/avenir-next/bold.eot?#iefix") format('embedded-opentype'), url("../fonts/avenir-next/bold.woff2") format('woff2'), url("../fonts/avenir-next/bold.woff") format('woff'), url("../fonts/avenir-next/bold.ttf") format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/avenir-next/demi.eot");
  src: url("../fonts/avenir-next/demi.eot?#iefix") format('embedded-opentype'), url("../fonts/avenir-next/demi.woff2") format('woff2'), url("../fonts/avenir-next/demi.woff") format('woff'), url("../fonts/avenir-next/demi.ttf") format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/avenir-next/medium.eot");
  src: url("../fonts/avenir-next/medium.eot?#iefix") format('embedded-opentype'), url("../fonts/avenir-next/medium.woff") format('woff'), url("../fonts/avenir-next/medium.ttf") format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/avenir-next/regular.eot");
  src: url("../fonts/avenir-next/regular.eot?#iefix") format('embedded-opentype'), url("../fonts/avenir-next/regular.woff") format('woff'), url("../fonts/avenir-next/regular.ttf") format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/avenir-next/thin.eot");
  src: url("../fonts/avenir-next/thin.eot?#iefix") format('embedded-opentype'), url("../fonts/avenir-next/thin.woff2") format('woff2'), url("../fonts/avenir-next/thin.woff") format('woff'), url("../fonts/avenir-next/thin.ttf") format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/avenir-next/ultralight.eot");
  src: url("../fonts/avenir-next/ultralight.eot?#iefix") format('embedded-opentype'), url("../fonts/avenir-next/ultralight.woff") format('woff'), url("../fonts/avenir-next/ultralight.ttf") format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: 'GT Flexa';
  src: url("../fonts/GT-Flexa-Standard-Regular.woff2") format('woff2'), url("../fonts/GT-Flexa-Standard-Regular.woff") format('woff');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'GT Flexa';
  src: url("../fonts/GT-Flexa-Standard-Light.woff2") format('woff2'), url("../fonts/GT-Flexa-Standard-Light.woff") format('woff');
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'GT Flexa';
  src: url("../fonts/GT-Flexa-Standard-Bold.woff2") format('woff2'), url("../fonts/GT-Flexa-Standard-Bold.woff") format('woff');
  font-weight: 700;
  font-display: swap;
}
body {
  font-family: 'GT Flexa';
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.25px;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
p,
a,
span,
div,
input,
figure,
figcaption,
select,
button,
textarea {
  -webkit-appearance: none;
  margin: 0;
  display: block;
  outline: none;
  color: #000;
  font-family: 'GT Flexa';
  letter-spacing: -1px;
  border: none;
}
@media (max-width: 640px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  p,
  a,
  span,
  div,
  input,
  figure,
  figcaption,
  select,
  button,
  textarea {
    letter-spacing: -0.5px;
  }
}
a {
  text-decoration: none !important;
}
button,
a {
  cursor: pointer;
  background: none;
}
.flex-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 999px) {
  .flex-block {
    flex-direction: column;
  }
}
.wide-container {
  max-width: 1560px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.top,
.credits {
  background: #DE3163;
  text-align: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 100;
  position: relative;
  padding: 10px 15px;
  z-index: 99999;
}
@media (max-width: 999px) {
  .top,
  .credits {
    font-size: 14px;
    height: auto;
    padding: 10px 5% 13px;
  }
}
@media (max-width: 640px) {
  .top,
  .credits {
    font-size: 10px;
  }
}
.top span,
.credits span {
  display: inline;
  margin-left: 8px;
}
@media (max-width: 999px) {
  .top span,
  .credits span {
    display: block;
  }
}
.top {
  color: #ffffff;
}
@media (max-width: 999px) {
  .top {
    display: none;
  }
}
.top span {
  color: #ffffff;
}
.top.blueTop {
  background: #DE3163;
  color: #fff;
}
.top.blueTop span {
  color: #fff;
}
.top button {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 999;
  background: none;
  padding: 0;
  margin: 0;
}
.top button:after,
.top button:before {
  content: '';
  height: 100%;
  width: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.top button:after {
  transform: rotate(45deg);
}
.top button:before {
  transform: rotate(-45deg);
}
.credits {
  background: #DE3163;
  color: #fff;
}
.credits span {
  color: #fff;
}
.credits.purple {
  background: #DE3163;
  color: #ffffff;
}
.credits.purple span {
  color: #ffffff;
}
header {
  background: #fff;
  position: relative;
  z-index: 9999;
}
header.shadow {
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.175);
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.175);
  box-shadow: 0 0 12px rgba(0,0,0,0.175);
}
header.navFix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999999;
}
header .flex-block {
  height: 112px;
}
@media (max-width: 999px) {
  header .flex-block {
    flex-direction: row;
    height: 90px;
    align-items: center;
  }
}
@media (max-width: 640px) {
  header .flex-block {
    height: 70px;
  }
}
header .flex-block .hamburguer {
  display: none;
  height: auto;
  width: 26px;
  cursor: pointer;
}
@media (max-width: 1400px) {
  header .flex-block .hamburguer {
    display: block;
  }
}
header .flex-block .hamburguer:before,
header .flex-block .hamburguer:after,
header .flex-block .hamburguer span {
  width: 100%;
  display: block;
  height: 3px;
  background: #000;
  content: '';
  margin-bottom: 5px;
}
header .flex-block .hamburguer:after {
  margin: 0;
}
header .flex-block .hamburguer.xicon {
  z-index: 99999999;
}
header .flex-block .hamburguer.xicon:before {
  transform: rotate(45deg);
  margin-top: 5px;
}
header .flex-block .hamburguer.xicon:after {
  transform: rotate(-45deg);
  margin-top: -8px;
}
header .flex-block .hamburguer.xicon span {
  display: none;
}
header .flex-block h1 {
  display: block;
  width: auto;
}
@media (max-width: 1400px) {
  header .flex-block h1 {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
header .flex-block h1 a {
  width: 204px;
}
@media (max-width: 640px) {
  header .flex-block h1 a {
    width: 110px;
  }
  header .flex-block h1 a img {
    width: 100%;
    object-fit: contain;
  }
}
header .flex-block a {
  color: #000;
  font-size: 19px;
  height: auto;
}
header .flex-block a br {
  display: none;
}
header .flex-block a:hover,
header .flex-block a.active {
  color: #DE3163;
}
header .flex-block .info {
  display: none;
}
header .flex-block nav {
  width: calc(100% - 420px);
  height: auto;
  min-width: 700px;
  max-width: 760px;
}
header .flex-block nav:lang(es) {
  min-width: 560px;
  max-width: 590px;
}
@media (max-width: 1400px) {
  header .flex-block nav {
    display: none;
    margin: 0;
    min-width: inherit;
    max-width: inherit;
  }
  header .flex-block nav.slicing {
    position: fixed;
    top: 112px;
    left: 0;
    width: 100%;
    height: calc(100% - 112px);
    background: #DE3163;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  header .flex-block nav.slicing a {
    color: #fff;
    font-size: 32px;
    margin: 0 0 30px;
    text-align: center;
  }
  header .flex-block nav.slicing a:last-of-type {
    margin-bottom: 0;
  }
  header .flex-block nav.slicing a br {
    display: block;
  }
  header .flex-block nav.slicing .items {
    margin-top: -10%;
  }
  header .flex-block nav.slicing .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 60px);
    padding: 30px;
    background: #d9b4fc;
    color: #DE3163;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    display: block;
  }
}
@media (max-width: 999px) {
  header .flex-block nav.slicing {
    top: 70px;
    height: calc(100% - 70px);
  }
}
@media (max-width: 640px) {
  header .flex-block nav.slicing .info {
    font-size: 13px;
    padding: 20px;
    width: calc(100% - 40px);
  }
}
header .flex-block nav .items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1400px) {
  header .flex-block nav .items {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  header .flex-block nav .items {
    margin-top: -25% !important;
  }
  header .flex-block nav .items a {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
header .flex-block .last {
  text-transform: uppercase;
  padding: 8px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #000;
}
@media (max-width: 640px) {
  header .flex-block .last {
    padding: 4px 10px 4px;
    font-size: 12px;
    border-width: 1px;
    font-weight: 700;
  }
}
header .flex-block .last span {
  display: inline;
}
@media (max-width: 640px) {
  header .flex-block .last span {
    display: none;
  }
}
header .flex-block .last:hover,
header .flex-block .last.active {
  color: #DE3163;
  border-color: #DE3163;
}
header .flex-block .last:hover span,
header .flex-block .last.active span {
  color: #DE3163;
}
.language {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 40px;
  background: #000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  flex-direction: column;
  padding: 6px;
}
@media (max-width: 999px) {
  .language {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-left: 40px;
  }
}
@media (max-width: 640px) {
  .language {
    display: none;
  }
  .language.appear {
    position: absolute;
    top: 80px;
    z-index: 9999999;
    left: 10px;
    margin: 0;
  }
}
.language:before {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  content: '';
  position: absolute;
  top: 20px;
  left: -20px;
}
@media (max-width: 999px) {
  .language:before {
    top: 13px;
  }
}
.language img {
  height: 29px;
  width: 41px;
  object-fit: contain;
}
@media (max-width: 999px) {
  .language img {
    height: 22px;
    width: 33px;
  }
}
.language .flag {
  height: 28px;
}
@media (max-width: 999px) {
  .language .flag {
    height: 22px;
  }
}
.language .slideFlag {
  top: 34px;
  left: 0;
  position: absolute;
  padding: 6px;
  background: #000;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 640px) {
  .language .slideFlag {
    top: 28px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
}
.language .slideFlag a {
  height: 29px;
  width: 41px;
}
@media (max-width: 640px) {
  .language .slideFlag a {
    height: 22px;
    width: 33px;
  }
}
@media (max-width: 999px) {
  .language:hover .flag {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
  }
}
.stage {
  height: auto;
  background: #3c4ebe;
  padding: 30px 0 45px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .stage {
    padding: 30px 0 25px;
  }
}
@media (max-width: 640px) {
  .stage {
    padding-bottom: 15px;
  }
}
.stage h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 38px;
}
@media (max-width: 999px) {
  .stage h2 {
    margin-bottom: 5%;
  }
}
@media (max-width: 640px) {
  .stage h2 {
    font-size: 22px;
    margin-bottom: 9%;
  }
}
@media (max-width: 320px) {
  .stage h2 {
    font-size: 18px;
  }
}
.stage .flex-block {
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .stage .flex-block {
    align-items: center;
  }
}
.stage .flex-block h3,
.stage .flex-block p {
  color: #fff;
}
.stage .flex-block h3 {
  font-size: 38px;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 40%;
}
@media (max-width: 1344px) {
  .stage .flex-block h3 {
    font-size: 34px;
    line-height: 32px;
  }
}
@media (max-width: 1280px) {
  .stage .flex-block h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 999px) {
  .stage .flex-block h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 640px) {
  .stage .flex-block h3 {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 320px) {
  .stage .flex-block h3 {
    font-size: 14px;
    line-height: 14px;
  }
}
.stage .flex-block h3 p {
  font-size: 18px;
  font-weight: 100;
  line-height: normal;
  letter-spacing: -0.5px;
  margin: 5px 0 10px;
}
@media (max-width: 1280px) {
  .stage .flex-block h3 p {
    font-size: 12px;
  }
}
@media (max-width: 999px) {
  .stage .flex-block h3 p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .stage .flex-block h3 p {
    font-size: 10px;
  }
}
@media (max-width: 320px) {
  .stage .flex-block h3 p {
    margin-top: 0;
    font-size: 8px;
  }
}
.stage .flex-block section {
  position: relative;
}
.stage .flex-block section img {
  width: 100%;
  object-fit: contain;
  position: relative;
  display: block;
}
.stage .flex-block section:first-of-type {
  width: 20%;
}
@media (max-width: 999px) {
  .stage .flex-block section:first-of-type {
    width: 100%;
    order: 2;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    margin: 7% 0 0;
  }
}
.stage .flex-block section:first-of-type img {
  width: 218%;
  left: -44%;
}
@media (max-width: 999px) {
  .stage .flex-block section:first-of-type img {
    left: -5%;
    width: 70%;
  }
}
@media (max-width: 640px) {
  .stage .flex-block section:first-of-type img {
    width: 67%;
  }
}
.stage .flex-block section:first-of-type p {
  margin-bottom: 0;
}
@media (max-width: 999px) {
  .stage .flex-block section:first-of-type h3 {
    width: 100%;
    left: 0;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }
  .stage .flex-block section:first-of-type h3 br {
    display: none;
  }
}
.stage .flex-block section:nth-of-type(2) {
  width: 60%;
  text-align: center;
}
@media (max-width: 999px) {
  .stage .flex-block section:nth-of-type(2) {
    width: 100%;
    order: 1;
  }
}
.stage .flex-block section:nth-of-type(2) img {
  width: 96%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 999px) {
  .stage .flex-block section:nth-of-type(2) img {
    width: 100%;
  }
}
.stage .flex-block section:nth-of-type(2) a {
  color: #fff;
  display: inline-block;
  font-size: 26px;
  text-transform: uppercase;
  padding: 8px 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #fff;
}
@media (max-width: 1280px) {
  .stage .flex-block section:nth-of-type(2) a {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .stage .flex-block section:nth-of-type(2) a {
    font-size: 12px;
    margin-top: 20px;
    padding: 6px 15px;
  }
}
.stage .flex-block section:last-of-type {
  width: 20%;
}
@media (max-width: 999px) {
  .stage .flex-block section:last-of-type {
    width: 100%;
    order: 3;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: -8%;
  }
}
.stage .flex-block section:last-of-type img {
  width: 180%;
  margin-bottom: -30%;
}
@media (max-width: 999px) {
  .stage .flex-block section:last-of-type img {
    margin: 0;
    width: 60%;
    right: -10%;
  }
}
.stage .flex-block section:last-of-type .appsLink {
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 999px) {
  .stage .flex-block section:last-of-type .appsLink {
    flex-direction: row;
  }
}
@media (max-width: 320px) {
  .stage .flex-block section:last-of-type .appsLink {
    flex-direction: column;
  }
}
.stage .flex-block section:last-of-type .appsLink a {
  height: 33px;
  pointer-events: none;
}
@media (max-width: 640px) {
  .stage .flex-block section:last-of-type .appsLink a {
    height: auto;
    width: 48%;
  }
}
@media (max-width: 320px) {
  .stage .flex-block section:last-of-type .appsLink a {
    width: 65%;
  }
}
.stage .flex-block section:last-of-type .appsLink a:first-of-type {
  height: 34px;
  margin-right: 5px;
}
@media (max-width: 640px) {
  .stage .flex-block section:last-of-type .appsLink a:first-of-type {
    height: auto;
    width: 43%;
  }
}
@media (max-width: 320px) {
  .stage .flex-block section:last-of-type .appsLink a:first-of-type {
    width: 65%;
    margin: 0 0 3px;
  }
}
.stage .flex-block section:last-of-type .appsLink a img {
  width: auto;
  object-fit: contain;
  height: 100%;
}
@media (max-width: 999px) {
  .stage .flex-block section:last-of-type .appsLink a img {
    right: auto;
  }
}
@media (max-width: 640px) {
  .stage .flex-block section:last-of-type .appsLink a img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 999px) {
  .stage .flex-block section:last-of-type .appsText {
    top: -15%;
    position: relative;
    width: 38%;
    right: -10%;
  }
}
.stage .wwftext {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 999px) {
  .stage .wwftext {
    flex-direction: row;
  }
}
@media (max-width: 640px) {
  .stage .wwftext {
    margin-top: 30px;
  }
}
@media (max-width: 320px) {
  .stage .wwftext {
    width: 80%;
  }
}
.stage .wwftext img {
  width: 32px;
  object-fit: contain;
  margin: 0 12px 0 0;
}
@media (max-width: 640px) {
  .stage .wwftext img {
    width: 20px;
  }
}
.stage .wwftext span {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 999px) {
  .stage .wwftext span {
    font-size: 16px;
    width: auto;
  }
}
@media (max-width: 640px) {
  .stage .wwftext span {
    font-size: 10px;
    padding-left: 30px;
  }
}
.stage .wwftext span:before {
  content: '';
  background: url("../images/wwf.png") no-repeat top center;
  width: 32px;
  height: 46px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .stage .wwftext span:before {
    width: 22px;
    height: 36px;
  }
}
.stagebox {
  height: auto;
  position: relative;
  z-index: 4;
  padding: 7% 0;
}
@media (max-width: 999px) {
  .stagebox {
    height: auto;
    padding: 20% 0 10%;
  }
}
.stagebox .flex-block {
  height: 100%;
}
@media (max-width: 640px) {
  .stagebox .flex-block {
    flex-direction: column;
  }
}
.stagebox .flex-block figure {
  max-width: 563px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 999px) {
  .stagebox .flex-block figure {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.stagebox .flex-block figure img {
  width: 100%;
  object-fit: contain;
}
.stagebox .flex-block article {
  max-width: 630px;
  width: 90%;
}
.stagebox .flex-block article.morelarge {
  max-width: 590px;
}
.stagebox .flex-block article h2 {
  position: relative;
  font-size: 26px;
  margin-bottom: 20px;
  font-family: 'Avenir Next';
  font-weight: 700;
  color: #3c4ebe;
}
@media (max-width: 640px) {
  .stagebox .flex-block article h2 {
    font-size: 56px;
  }
}
@media (max-width: 414px) {
  .stagebox .flex-block article h2 {
    font-size: 38px;
  }
  .stagebox .flex-block article h2 img {
    position: absolute;
    right: -10%;
    top: -100px;
    z-index: 99;
  }
}
@media (max-width: 414px) and (max-width: 640px) {
  .stagebox .flex-block article h2 img {
    right: -5%;
    top: -580%;
  }
}
.stagebox .flex-block article p {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Avenir Next';
  font-weight: 400;
}
.brands {
  margin: 0 0 7%;
}
@media (max-width: 999px) {
  .brands {
    margin-top: 25px;
  }
}
.brands small {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #48474a;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .brands small {
    font-size: 14px;
  }
}
.brands .flex-block {
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .brands .flex-block {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.brands .flex-block img {
  height: 26px;
  object-fit: contain;
  max-width: inherit;
  width: auto;
}
@media (max-width: 999px) {
  .brands .flex-block img {
    margin: 0 15px 20px;
  }
}
.brands.explora {
  margin-top: 7%;
}
@media (max-width: 999px) {
  .brands.explora {
    margin: 11% 0;
  }
}
.brands.explora .wide-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 999px) {
  .brands.explora .wide-container {
    flex-direction: column;
  }
}
.brands.explora .wide-container small {
  margin: 0;
}
.brands.explora .wide-container .flex-block {
  width: calc(100% - 460px);
  margin-left: 40px;
}
@media (max-width: 999px) {
  .brands.explora .wide-container .flex-block {
    width: 100%;
    margin: 20px 0 0;
    justify-content: space-between;
  }
}
.brands.explora .wide-container .flex-block img {
  height: 60px;
}
@media (max-width: 999px) {
  .brands.explora .wide-container .flex-block img {
    height: auto;
    width: 21%;
    margin: 0;
  }
  .brands.explora .wide-container .flex-block img:first-of-type {
    width: 3%;
  }
  .brands.explora .wide-container .flex-block img:nth-of-type(2),
  .brands.explora .wide-container .flex-block img:last-of-type {
    width: 6%;
  }
}
.fourBlocks {
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.fourBlocks:before {
  content: '';
  background: url("../images/spiralBlue.svg") no-repeat top right;
  position: absolute;
  width: 340px;
  height: 340px;
  object-fit: contain;
  z-index: 9;
  bottom: -170px;
  left: 20.15%;
}
@media (max-width: 999px) {
  .fourBlocks:before {
    height: 260px;
    width: 260px;
    left: -130px;
    bottom: -130px;
  }
}
@media (max-width: 640px) {
  .fourBlocks:before {
    height: 140px;
    width: 140px;
    left: -70px;
    bottom: -70px;
  }
}
.fourBlocks .coler {
  position: relative;
}
.fourBlocks .coler img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fourBlocks .coler .blocker {
  height: 620px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .fourBlocks .coler .blocker {
    height: 460px;
  }
}
@media (max-width: 1280px) {
  .fourBlocks .coler .blocker {
    height: 310px;
  }
}
@media (max-width: 640px) {
  .fourBlocks .coler .blocker {
    height: 190px;
  }
}
@media (max-width: 320px) {
  .fourBlocks .coler .blocker {
    height: 170px;
  }
}
.fourBlocks .coler .blocker h4 {
  color: #fff;
  font-size: 82px;
  line-height: 72px;
  position: absolute;
  z-index: 8;
}
@media (max-width: 1600px) {
  .fourBlocks .coler .blocker h4 {
    font-size: 72px;
    line-height: 66px;
  }
}
@media (max-width: 1344px) {
  .fourBlocks .coler .blocker h4 {
    font-size: 62px;
    line-height: 56px;
  }
}
@media (max-width: 999px) {
  .fourBlocks .coler .blocker h4 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 640px) {
  .fourBlocks .coler .blocker h4 {
    font-size: 27px;
    line-height: 27px;
  }
}
@media (max-width: 320px) {
  .fourBlocks .coler .blocker h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
.fourBlocks .coler:first-of-type {
  width: 33.33%;
}
@media (max-width: 999px) {
  .fourBlocks .coler:first-of-type {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.fourBlocks .coler:first-of-type .blocker {
  background: url("../images/butterChurch.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 999px) {
  .fourBlocks .coler:first-of-type .blocker {
    width: 100%;
  }
}
.fourBlocks .coler:last-of-type {
  width: 66.67%;
}
@media (max-width: 999px) {
  .fourBlocks .coler:last-of-type {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.fourBlocks .coler:last-of-type .blocker {
  background: url("../images/nomimage.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 999px) {
  .fourBlocks .coler:last-of-type .blocker {
    width: 100%;
  }
}
.fourBlocks .coler:last-of-type .blocker:before {
  content: '';
  background: url("../images/spiralRed.svg") no-repeat top right;
  position: absolute;
  width: 340px;
  height: 340px;
  object-fit: contain;
  z-index: 9;
  top: -170px;
  right: -170px;
}
@media (max-width: 999px) {
  .fourBlocks .coler:last-of-type .blocker:before {
    height: 260px;
    width: 260px;
    top: -130px;
    right: -130px;
  }
}
@media (max-width: 640px) {
  .fourBlocks .coler:last-of-type .blocker:before {
    height: 140px;
    width: 140px;
    top: -70px;
    right: -70px;
  }
}
.fourBlocks .coler:last-of-type .blocker h4 {
  bottom: 10%;
  right: 10%;
}
@media (max-width: 999px) {
  .threeBlocks {
    flex-direction: row;
  }
}
.threeBlocks div {
  height: 340px;
  width: 33.33%;
  background-size: cover !important;
  justify-content: center;
}
@media (max-width: 1344px) {
  .threeBlocks div {
    height: 220px;
  }
}
@media (max-width: 999px) {
  .threeBlocks div {
    height: 140px;
  }
}
@media (max-width: 640px) {
  .threeBlocks div {
    height: 60px;
  }
}
.threeBlocks div h4 {
  color: #fff;
  font-size: 68px;
}
@media (max-width: 1344px) {
  .threeBlocks div h4 {
    font-size: 44px;
  }
}
@media (max-width: 999px) {
  .threeBlocks div h4 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .threeBlocks div h4 {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.threeBlocks div:first-of-type {
  background: url("../images/three1.jpg") no-repeat center center;
}
.threeBlocks div:nth-of-type(2) {
  background: url("../images/three2.jpg") no-repeat center center;
}
.threeBlocks div:last-of-type {
  background: url("../images/three3.jpg") no-repeat center center;
}
footer {
  padding-bottom: 15px;
}
footer .firstrow {
  padding: 80px 0;
}
@media (max-width: 999px) {
  footer .firstrow {
    padding: 40px 0 50px;
  }
}
@media (max-width: 640px) {
  footer .firstrow {
    padding: 40px 0;
  }
}
footer .newsletter {
  width: 60%;
  max-width: 720px;
}
@media (max-width: 1344px) {
  footer .newsletter {
    width: 50%;
  }
}
@media (max-width: 999px) {
  footer .newsletter {
    width: 100%;
  }
}
footer .newsletter h3,
footer .newsletter input,
footer .newsletter .snetworks {
  display: block;
}
footer .newsletter h3 {
  font-size: 58px;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 52px;
  padding-left: 45px;
}
@media (max-width: 1344px) {
  footer .newsletter h3 {
    font-size: 52px;
  }
}
@media (max-width: 999px) {
  footer .newsletter h3 {
    padding-left: 25px;
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  footer .newsletter h3 {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  footer .newsletter h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
footer .newsletter h3 p {
  font-weight: 100;
  font-size: 34px;
}
@media (max-width: 999px) {
  footer .newsletter h3 p {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 640px) {
  footer .newsletter h3 p {
    font-size: 18px;
    line-height: 18px;
    margin-top: -5px;
  }
}
@media (max-width: 320px) {
  footer .newsletter h3 p {
    font-size: 16px;
    margin: 0;
    line-height: 16px;
  }
}
footer .newsletter .subscribe {
  position: relative;
}
footer .newsletter .subscribe form {
  position: relative;
}
footer .newsletter .subscribe button {
  position: absolute;
  right: 20px;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
}
footer .newsletter .subscribe button img {
  height: 100%;
  object-fit: contain;
}
footer .newsletter input {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 60%;
  font-size: 38px;
  border: 1px solid #000;
  text-indent: 15px;
  font-weight: 100;
  color: #000;
  padding: 8px 15px 15px 30px;
  width: calc(100% - 45px);
  display: block;
  margin: 20px 0 25px;
  background: none;
}
@media (max-width: 1344px) {
  footer .newsletter input {
    font-size: 32px;
  }
}
@media (max-width: 999px) {
  footer .newsletter input {
    font-size: 24px;
    padding: 5px 15px 10px 16px;
    width: calc(100% - 31px);
  }
}
@media (max-width: 640px) {
  footer .newsletter input {
    font-size: 18px;
  }
}
footer .newsletter input::-webkit-input-placeholder {
  font-weight: 100;
  color: #fff;
}
footer .newsletter input:-ms-input-placeholder {
  font-weight: 100;
  color: #fff;
}
footer .newsletter input::placeholder {
  font-weight: 100;
  color: #fff;
}
footer .newsletter .snetworks {
  justify-content: flex-start;
  display: flex;
  padding-left: 45px;
}
@media (max-width: 999px) {
  footer .newsletter .snetworks {
    flex-direction: row;
    padding-left: 25px;
  }
}
footer .newsletter .snetworks a {
  height: 40px;
  margin-right: 5%;
  width: auto;
}
@media (max-width: 1344px) {
  footer .newsletter .snetworks a {
    height: 30px;
  }
}
@media (max-width: 640px) {
  footer .newsletter .snetworks a {
    height: 20px;
  }
}
footer .newsletter .snetworks a:last-of-type {
  margin: 0;
}
footer .newsletter .snetworks a img {
  height: 100%;
  object-fit: contain;
}
footer .logo {
  width: 40%;
  justify-content: center;
}
@media (max-width: 999px) {
  footer .logo {
    width: 100%;
    margin: 10% auto 0;
  }
}
@media (max-width: 320px) {
  footer .logo {
    margin-top: 18%;
  }
}
footer .logo img {
  height: 70px;
  object-fit: contain;
  margin-top: 11%;
}
@media (max-width: 999px) {
  footer .logo img {
    margin: 0;
    height: 40px;
  }
}
@media (max-width: 640px) {
  footer .logo img {
    height: 30px;
  }
}
footer .rightsRow .flex-block {
  justify-content: flex-start;
}
@media (max-width: 999px) {
  footer .rightsRow .flex-block {
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  footer .rightsRow .flex-block {
    flex-direction: column;
  }
}
footer .rightsRow .flex-block span,
footer .rightsRow .flex-block a {
  font-weight: 100;
}
footer .rightsRow .flex-block span {
  margin-right: 5px;
}
@media (max-width: 640px) {
  footer .rightsRow .flex-block span {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
footer .rightsRow .flex-block a {
  padding: 0 5px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
@media (max-width: 640px) {
  footer .rightsRow .flex-block a {
    margin: 10px auto 0;
    width: 50%;
  }
}
footer .rightsRow .flex-block a:last-of-type {
  border-left: 0;
}
@media (max-width: 999px) {
  footer .rightsRow .flex-block p {
    width: 100%;
  }
}
@media (max-width: 640px) {
  footer .rightsRow .flex-block.flex-block {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .rightsRow .flex-block.flex-block span {
    width: 100%;
    margin: 10px auto;
  }
  footer .rightsRow .flex-block.flex-block a {
    width: auto;
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 999px) {
  footer .rightsRow span.flex-block {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
}
footer .rightsRow span.flex-block img {
  object-fit: contain;
}
footer .rightsRow span.flex-block img:first-of-type {
  height: 18px;
  margin: 0 10px;
}
footer .rightsRow span.flex-block img:last-of-type {
  height: 54px;
}
@media (max-width: 999px) {
  footer .rightsRow span.flex-block img:last-of-type {
    height: 36px;
  }
}
footer.purpleFooter {
  background: #374fc4;
}
footer.purpleFooter.blueFooter {
  background: #374fc4;
}
footer.purpleFooter.blueFooter h3,
footer.purpleFooter.blueFooter p,
footer.purpleFooter.blueFooter input,
footer.purpleFooter.blueFooter span,
footer.purpleFooter.blueFooter a {
  color: #fff;
}
footer.purpleFooter.blueFooter input {
  border-color: #fff;
}
footer.purpleFooter.blueFooter input::-webkit-input-placeholder {
  color: #fff;
}
footer.purpleFooter.blueFooter input:-ms-input-placeholder {
  color: #fff;
}
footer.purpleFooter.blueFooter input::placeholder {
  color: #fff;
}
footer.purpleFooter.blueFooter .rightsRow .flex-block a {
  border-color: #fff;
}
.text-figure-block .wide-container {
  padding-top: 140px;
  max-width: 1560px;
}
@media (max-width: 1344px) {
  .text-figure-block .wide-container {
    padding-top: 60px;
  }
}
@media (max-width: 640px) {
  .text-figure-block .wide-container {
    padding-top: 30px;
  }
}
.text-figure-block .flex-block {
  align-items: flex-start;
  margin-bottom: 140px;
}
@media (max-width: 1344px) {
  .text-figure-block .flex-block {
    margin-bottom: 80px;
  }
}
@media (max-width: 999px) {
  .text-figure-block .flex-block {
    margin-bottom: 50px;
  }
}
.text-figure-block .flex-block .info {
  width: 50%;
  max-width: 775px;
  position: relative;
  z-index: 6;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block .info {
    width: 100%;
    max-width: inherit;
    margin-bottom: 30px;
  }
}
.text-figure-block .flex-block .info h3,
.text-figure-block .flex-block .info p,
.text-figure-block .flex-block .info h4 {
  display: block;
  margin: 0;
}
.text-figure-block .flex-block .info h3 {
  font-size: 46px;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 48px;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block .info h3 {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .text-figure-block .flex-block .info h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.text-figure-block .flex-block .info p,
.text-figure-block .flex-block .info span {
  font-size: 24px;
  font-weight: 100;
  line-height: 29px;
  text-align: justify;
  word-break: break-word;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block .info p,
  .text-figure-block .flex-block .info span {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 640px) {
  .text-figure-block .flex-block .info p,
  .text-figure-block .flex-block .info span {
    font-size: 18px;
    line-height: 21px;
  }
}
.text-figure-block .flex-block .info h4 {
  margin: 60px 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-weight: 400;
}
@media (max-width: 1560px) {
  .text-figure-block .flex-block .info h4 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .text-figure-block .flex-block .info h4 {
    font-size: 24px;
  }
}
@media (max-width: 999px) {
  .text-figure-block .flex-block .info h4 {
    margin: 30px 0;
  }
}
@media (max-width: 640px) {
  .text-figure-block .flex-block .info h4 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .text-figure-block .flex-block .info h4 {
    font-size: 14px;
  }
}
.text-figure-block .flex-block .info.mbp p {
  margin-bottom: 30px;
}
.text-figure-block .flex-block .info.mbp p:last-of-type {
  margin: 0;
}
.text-figure-block .flex-block .info.mbp .inliner {
  margin: 60px 0 0;
}
.text-figure-block .flex-block .info.mbp .inliner .textBanking a {
  margin-bottom: 25px;
}
.text-figure-block .flex-block .info.mbp .inliner .textBanking p {
  color: #6b6b6b;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block .info .bulletsIcon {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .text-figure-block .flex-block .info .bulletsIcon {
    width: 75%;
  }
}
@media (max-width: 320px) {
  .text-figure-block .flex-block .info .bulletsIcon {
    margin-right: 6%;
  }
}
.text-figure-block .flex-block .info .bulletsIcon span {
  margin-top: 30px;
  position: relative;
}
@media (max-width: 640px) {
  .text-figure-block .flex-block .info .bulletsIcon span {
    text-align: left;
  }
}
.text-figure-block .flex-block .info .bulletsIcon span:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -60px;
  width: 40px;
  height: 40px;
  background: url("../images/benefits1.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 640px) {
  .text-figure-block .flex-block .info .bulletsIcon span:before {
    top: 1px;
    left: -46px;
    width: 30px;
    height: 30px;
  }
}
.text-figure-block .flex-block .info .bulletsIcon span:nth-of-type(2):before {
  background: url("../images/benefits2.svg") no-repeat center center;
  top: -4px;
}
.text-figure-block .flex-block .info .bulletsIcon span:nth-of-type(3):before {
  background: url("../images/benefits3.svg") no-repeat center center;
  top: -4px;
}
.text-figure-block .flex-block .info .bulletsIcon span:nth-of-type(4):before {
  background: url("../images/benefits4.svg") no-repeat center center;
}
.text-figure-block .flex-block .info .bulletsIcon span:nth-of-type(5):before {
  background: url("../images/benefits5.svg") no-repeat center center;
  top: -4px;
}
.text-figure-block .flex-block figure {
  width: 40%;
  position: relative;
  max-width: 695px;
  padding-top: 40px;
  z-index: 1;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block figure {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: inherit;
  }
}
.text-figure-block .flex-block figure.redIcon,
.text-figure-block .flex-block figure.greenIcon {
  padding-top: 60px;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block figure.redIcon,
  .text-figure-block .flex-block figure.greenIcon {
    padding-top: 0;
  }
}
.text-figure-block .flex-block figure.redIcon:after,
.text-figure-block .flex-block figure.greenIcon:after {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  background: url("../images/fb2.svg") no-repeat center center;
  height: 200px;
  width: 200px;
  background-size: contain;
  z-index: 999;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block figure.redIcon:after,
  .text-figure-block .flex-block figure.greenIcon:after {
    height: 120px;
    width: 120px;
    top: -60px;
    right: -60px;
  }
}
@media (max-width: 640px) {
  .text-figure-block .flex-block figure.redIcon:after,
  .text-figure-block .flex-block figure.greenIcon:after {
    height: 60px;
    width: 60px;
    top: -30px;
    right: -30px;
  }
}
@media (min-width: 1000px) {
  .text-figure-block .flex-block figure.redIcon:after {
    top: -40px;
  }
}
@media (max-width: 999px) {
  .text-figure-block .flex-block figure.redIcon {
    margin-top: 90px;
  }
}
@media (max-width: 640px) {
  .text-figure-block .flex-block figure.redIcon {
    margin-top: 40px;
  }
}
.text-figure-block .flex-block figure.greenIcon {
  padding-top: 0;
}
.text-figure-block .flex-block figure.greenIcon:after {
  background: url("../images/fb3.svg") no-repeat center center;
  right: auto;
  left: -100px;
  bottom: -100px;
  top: auto;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block figure.greenIcon:after {
    bottom: -60px;
    left: -60px;
  }
}
@media (max-width: 640px) {
  .text-figure-block .flex-block figure.greenIcon:after {
    bottom: -30px;
    left: -30px;
  }
}
.text-figure-block .flex-block figure img {
  width: 100%;
  object-fit: contain;
  display: block;
}
.text-figure-block .flex-block.invert-block {
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block.invert-block {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .text-figure-block .flex-block.invert-block {
    margin-bottom: 40px;
  }
}
.text-figure-block.exploreText .flex-block {
  align-items: center;
}
.text-figure-block.exploreText .flex-block figure {
  max-width: 620px;
  padding: 0;
  width: 42%;
}
@media (max-width: 999px) {
  .text-figure-block.exploreText .flex-block figure {
    width: 100%;
    margin-top: 80px;
    max-width: inherit;
    overflow: visible;
  }
}
@media (max-width: 640px) {
  .text-figure-block.exploreText .flex-block figure {
    width: 80%;
  }
}
.text-figure-block.exploreText .flex-block figure:after,
.text-figure-block.exploreText .flex-block figure:before {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -40px;
  background: url("../images/blueStar.svg") no-repeat center center;
  height: 80px;
  width: 80px;
  background-size: contain;
  z-index: 999;
}
@media (max-width: 640px) {
  .text-figure-block.exploreText .flex-block figure:after,
  .text-figure-block.exploreText .flex-block figure:before {
    height: 40px;
    width: 40px;
    bottom: -20px;
    right: -20px;
  }
}
.text-figure-block.exploreText .flex-block figure:before {
  top: -40px;
  left: -40px;
  bottom: auto;
  right: auto;
}
@media (max-width: 640px) {
  .text-figure-block.exploreText .flex-block figure:before {
    top: -20px;
    left: -20px;
  }
}
.text-figure-block.verifiedText figure {
  width: 46%;
}
@media (max-width: 999px) {
  .text-figure-block.verifiedText figure {
    width: 80%;
    margin: 30px auto 0;
  }
}
.text-figure-block.verifiedText figure:after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  background: url("../images/fb3purple.svg") no-repeat center center;
  height: 200px;
  width: 200px;
  background-size: contain;
  z-index: 999;
}
@media (max-width: 640px) {
  .text-figure-block.verifiedText figure:after {
    height: 60px;
    width: 60px;
    bottom: -30px;
    left: -30px;
  }
}
.banking {
  text-align: center;
}
.banking .wide-container {
  max-width: 1560px;
}
.banking h2 {
  display: block;
  font-size: 52px;
  font-weight: 400;
  margin-bottom: 80px;
}
@media (min-width: 1000px) {
  .banking h2 br {
    display: none;
  }
}
@media (max-width: 999px) {
  .banking h2 {
    font-size: 54px;
    line-height: 54px;
    width: 100%;
    margin: 0 auto;
    letter-spacing: -1px;
  }
}
@media (max-width: 640px) {
  .banking h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 320px) {
  .banking h2 {
    font-size: 28px;
  }
}
.banking h2 p {
  font-size: 30px;
  font-weight: 100;
}
@media (max-width: 999px) {
  .banking h2 p {
    font-size: 22px;
    line-height: 22px;
    margin-top: 15px;
  }
}
@media (max-width: 320px) {
  .banking h2 p {
    font-size: 16px;
    line-height: 18px;
  }
}
.banking .flex-block {
  align-items: center;
}
@media (max-width: 999px) {
  .banking .flex-block {
    margin: 5% 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .banking .flex-block {
    margin: 12% 0;
  }
}
.banking .flex-block .icons {
  width: 20%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 999px) {
  .banking .flex-block .icons {
    width: 50%;
    order: 2;
    margin: 50px 0 0;
  }
}
.banking .flex-block .icons .model:first-of-type {
  margin-bottom: 60px;
}
.banking .flex-block .icons .model img {
  width: 120px;
  object-fit: contain;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .banking .flex-block .icons .model img {
    width: 80px;
  }
}
@media (min-width: 640px) {
  .banking .flex-block .icons .model img {
    width: 50px;
  }
}
.banking .flex-block .icons .model span {
  font-size: 30px;
  text-align: center;
}
@media (max-width: 999px) {
  .banking .flex-block .icons .model span {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .banking .flex-block .icons .model span {
    font-size: 18px;
  }
}
@media (min-width: 640px) {
  .banking .flex-block .icons .model span br {
    display: none;
  }
}
.banking .flex-block .image {
  width: 55%;
}
@media (max-width: 999px) {
  .banking .flex-block .image {
    width: 100%;
    order: 1;
  }
}
.banking .flex-block .image img {
  width: 100%;
}
.textBanking {
  margin: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.textBanking p {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .textBanking p {
    font-size: 20px;
  }
}
.textBanking a {
  text-transform: uppercase;
  padding: 14px 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #000;
  display: inline-block;
  font-size: 26px;
}
@media (max-width: 999px) {
  .textBanking a {
    font-size: 18px;
    padding: 12px 25px;
  }
}
@media (max-width: 640px) {
  .textBanking a {
    font-size: 14px;
    padding: 8px 20px;
    border-width: 1px;
  }
}
.stagevisa {
  background: #b0d8fc;
  padding: 60px 0 20px;
}
.stagevisa .wide-container {
  max-width: 1560px;
  align-items: center;
}
.stagevisa .down {
  width: 50%;
  position: relative;
}
@media (max-width: 999px) {
  .stagevisa .down {
    width: 100%;
  }
}
.stagevisa .down .info {
  position: absolute;
  right: 20%;
  top: 15%;
}
@media (max-width: 640px) {
  .stagevisa .down .info {
    top: 6%;
  }
}
.stagevisa .down .info h3 {
  margin: 0;
}
@media (max-width: 999px) {
  .stagevisa .down .info h3 {
    font-size: 36px;
    line-height: 38px;
  }
  .stagevisa .down .info h3:before {
    content: '';
    position: absolute;
    top: -60px;
    right: -70px;
    height: 100px;
    width: 100px;
    background: url("../images/fb2cut.svg") no-repeat center center;
    background-size: contain;
  }
}
@media (max-width: 640px) {
  .stagevisa .down .info h3 {
    font-size: 22px;
    line-height: 22px;
  }
  .stagevisa .down .info h3:before {
    top: -40px;
    right: -50px;
    height: 70px;
    width: 70px;
  }
  .stagevisa .down .info h3 p {
    font-size: 14px;
  }
}
.stagevisa .down .info .appsLink {
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 999px) {
  .stagevisa .down .info .appsLink {
    flex-direction: row;
  }
}
.stagevisa .down .info .appsLink a {
  height: 33px;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .stagevisa .down .info .appsLink a {
    height: 22px;
  }
}
.stagevisa .down .info .appsLink a:first-of-type {
  height: 34px;
  margin-right: 5px;
}
@media (max-width: 1280px) {
  .stagevisa .down .info .appsLink a:first-of-type {
    height: 23px;
  }
}
@media (max-width: 640px) {
  .stagevisa .down .info .appsLink a:first-of-type {
    height: 18px;
  }
}
.stagevisa .down .info .appsLink a img {
  width: auto;
  object-fit: contain;
  height: 100%;
}
@media (max-width: 1280px) and (max-width: 640px) {
  .stagevisa .down .info .appsLink a {
    height: 18px;
  }
}
.stagevisa .down .phone {
  width: 100%;
  object-fit: contain;
}
.stagevisa .text {
  width: 50%;
  margin-top: -7%;
}
@media (max-width: 999px) {
  .stagevisa .text {
    display: none;
  }
}
.stagevisa .text h3 span {
  display: inline-block;
  font-size: 60px;
  line-height: normal;
  letter-spacing: -2px;
  color: #fff;
  position: relative;
}
.stagevisa .text h3 span:first-of-type:before {
  content: '';
  position: absolute;
  top: -80px;
  right: -110px;
  height: 140px;
  width: 140px;
  background: url("../images/fb2cut.svg") no-repeat center center;
  background-size: contain;
}
.stagevisa .text h3 span:last-of-type {
  display: block;
  letter-spacing: -2.5px;
  margin-top: -15px;
}
.stagevisa .text h3 p {
  font-size: 36px;
  font-weight: 100;
  margin: 0;
}
.chooseblock .wide-container {
  padding: 80px 0;
  max-width: 1560px;
}
@media (max-width: 999px) {
  .chooseblock .wide-container {
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .chooseblock .wide-container {
    padding: 60px 0;
  }
}
.chooseblock .wide-container h4,
.chooseblock .wide-container span,
.chooseblock .wide-container .choose {
  display: block;
  margin: 0;
  color: #000;
}
.chooseblock .wide-container h4 {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -2px;
}
@media (max-width: 640px) {
  .chooseblock .wide-container h4 {
    font-size: 32px;
  }
}
.chooseblock .wide-container h4 span {
  display: block;
  font-size: 30px;
  font-weight: 100;
}
@media (max-width: 640px) {
  .chooseblock .wide-container h4 span {
    font-size: 22px;
  }
}
.chooseblock .wide-container h4 span br {
  display: none;
}
@media (max-width: 999px) {
  .chooseblock .wide-container h4 span br {
    display: block;
  }
}
.chooseblock .wide-container .choose {
  margin: 80px 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 999px) {
  .chooseblock .wide-container .choose {
    flex-direction: row;
  }
}
@media (max-width: 640px) {
  .chooseblock .wide-container .choose {
    margin: 40px 0;
  }
}
.chooseblock .wide-container .choose .selection,
.chooseblock .wide-container .choose .default {
  justify-content: flex-end;
  width: calc(100% - 180px);
  padding-right: 5px;
  margin-right: 20px;
  border-right: 2px solid #000;
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .chooseblock .wide-container .choose .selection,
  .chooseblock .wide-container .choose .default {
    flex-direction: row;
  }
}
@media (max-width: 640px) {
  .chooseblock .wide-container .choose .selection,
  .chooseblock .wide-container .choose .default {
    width: 100%;
  }
}
.chooseblock .wide-container .choose .selection label,
.chooseblock .wide-container .choose .default label {
  width: 130px;
  height: 130px;
  margin: 0 15px 0 0;
  position: relative;
  display: block;
  cursor: pointer;
}
@media (max-width: 1344px) {
  .chooseblock .wide-container .choose .selection label,
  .chooseblock .wide-container .choose .default label {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 640px) {
  .chooseblock .wide-container .choose .selection label,
  .chooseblock .wide-container .choose .default label {
    width: 60px;
    height: 60px;
    margin: 0 15px 15px 0;
  }
}
.chooseblock .wide-container .choose .selection label input,
.chooseblock .wide-container .choose .default label input {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  z-index: 9;
  border: 3px solid transparent;
  cursor: pointer;
}
@media (max-width: 640px) {
  .chooseblock .wide-container .choose .selection label input,
  .chooseblock .wide-container .choose .default label input {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
}
.chooseblock .wide-container .choose .selection label input:checked,
.chooseblock .wide-container .choose .default label input:checked,
.chooseblock .wide-container .choose .selection label input:hover,
.chooseblock .wide-container .choose .default label input:hover {
  border-color: #000;
}
.chooseblock .wide-container .choose .default {
  width: 160px;
  padding: 0;
  margin: 0;
  border: 0;
}
.chooseblock .wide-container .style-option .choose .selection label input,
.chooseblock .wide-container .element-option .choose .selection label input,
.chooseblock .wide-container .ilustra-option .choose .selection label input,
.chooseblock .wide-container .style-option .choose .selection label span,
.chooseblock .wide-container .element-option .choose .selection label span,
.chooseblock .wide-container .ilustra-option .choose .selection label span,
.chooseblock .wide-container .style-option .choose .selection label img,
.chooseblock .wide-container .element-option .choose .selection label img,
.chooseblock .wide-container .ilustra-option .choose .selection label img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chooseblock .wide-container .style-option .choose .selection label span,
.chooseblock .wide-container .element-option .choose .selection label span,
.chooseblock .wide-container .ilustra-option .choose .selection label span {
  width: 85%;
  height: 85%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 640px) {
  .chooseblock .wide-container .style-option .choose .selection label span,
  .chooseblock .wide-container .element-option .choose .selection label span,
  .chooseblock .wide-container .ilustra-option .choose .selection label span {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 75%;
    height: 75%;
  }
}
.chooseblock .wide-container .style-option .choose .selection label img,
.chooseblock .wide-container .element-option .choose .selection label img,
.chooseblock .wide-container .ilustra-option .choose .selection label img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}
.chooseblock .wide-container .style-option .choose .default p,
.chooseblock .wide-container .element-option .choose .default p,
.chooseblock .wide-container .ilustra-option .choose .default p {
  font-size: 28px;
  margin-top: 20px;
  padding-left: 10px;
}
@media (max-width: 640px) {
  .chooseblock .wide-container .style-option .choose .default p,
  .chooseblock .wide-container .element-option .choose .default p,
  .chooseblock .wide-container .ilustra-option .choose .default p {
    font-size: 19px;
    margin-top: 22px;
  }
}
.chooseblock .wide-container .tarjeta-option .flex-block {
  margin: 60px 0;
  padding-left: 5%;
}
@media (max-width: 999px) {
  .chooseblock .wide-container .tarjeta-option .flex-block {
    padding: 0;
    margin: 40px 0;
  }
}
.chooseblock .wide-container .tarjeta-option .flex-block .tresdblock {
  width: 60%;
  max-width: 640px;
}
@media (max-width: 999px) {
  .chooseblock .wide-container .tarjeta-option .flex-block .tresdblock {
    width: 100%;
    margin-bottom: 60px;
    max-width: inherit;
  }
}
.chooseblock .wide-container .tarjeta-option .flex-block .tresdblock .rotate {
  display: block;
  margin: 0 auto;
  width: 50px;
  object-fit: contain;
}
.chooseblock .wide-container .tarjeta-option .flex-block .tresdblock .tres,
.chooseblock .wide-container .tarjeta-option .flex-block .tresdblock input,
.chooseblock .wide-container .tarjeta-option .flex-block .tresdblock p {
  width: 100%;
  display: block;
}
.chooseblock .wide-container .tarjeta-option .flex-block .tresdblock .tres {
  margin: 30px auto 40px;
}
.chooseblock .wide-container .tarjeta-option .flex-block .tresdblock .tres img {
  width: 100%;
}
.chooseblock .wide-container .tarjeta-option .flex-block .tresdblock p {
  text-align: center;
  font-size: 22px;
  margin-top: 20px;
}
.chooseblock .wide-container .tarjeta-option .flex-block .tresdblock p br {
  display: none;
}
@media (max-width: 640px) {
  .chooseblock .wide-container .tarjeta-option .flex-block .tresdblock p br {
    display: block;
  }
}
.chooseblock .wide-container .tarjeta-option .flex-block .ad {
  text-align: center;
}
@media (max-width: 999px) {
  .chooseblock .wide-container .tarjeta-option .flex-block .ad {
    width: 100%;
  }
}
.chooseblock .wide-container .tarjeta-option .flex-block .ad h3 {
  display: block;
  font-size: 40px;
  font-weight: 400;
  margin: 0 auto 25px;
  text-align: left;
}
@media (max-width: 999px) {
  .chooseblock .wide-container .tarjeta-option .flex-block .ad h3 {
    display: inline-block;
    text-align: center;
    line-height: 40px;
  }
}
@media (max-width: 640px) {
  .chooseblock .wide-container .tarjeta-option .flex-block .ad h3 {
    font-size: 32px;
    line-height: 34px;
  }
}
.chooseblock .wide-container .tarjeta-option .flex-block .ad h3 p {
  font-size: 100;
  font-size: 26px;
}
.chooseblock .wide-container .tarjeta-option .flex-block .ad a {
  text-transform: uppercase;
  padding: 14px 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #000;
  display: inline-block;
  font-size: 26px;
}
@media (max-width: 999px) {
  .chooseblock .wide-container .tarjeta-option .flex-block .ad a {
    display: block;
    font-size: 18px;
    padding: 12px 5px;
    width: 130px;
    margin: 0 auto;
  }
}
input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  background: #000;
}
input[type='range']::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: -10px;
  cursor: pointer;
}
input[type='range']::-moz-range-track,
input[type='range']::-moz-range-thumb {
  -moz-appearance: none;
}
input[type='range']::-moz-range-track {
  width: 100%;
  height: 2px;
  background: #000;
}
input[type='range']::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: -10px;
  cursor: pointer;
}
.stageexplore {
  padding: 0;
  background: none;
  position: relative;
}
.stageexplore .buttonBox {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 999999;
}
.stageexplore .buttonBox button {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.stageexplore .buttonBox button img {
  width: 100%;
  object-fit: contain;
  min-height: inherit;
}
.stageexplore .buttonBox button:first-of-type {
  display: block;
}
.stageexplore .buttonBox button:last-of-type {
  display: none;
}
.stageexplore .buttonBox button:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.stageexplore .buttonBox.changeBtn button:first-of-type {
  display: none;
}
.stageexplore .buttonBox.changeBtn button:last-of-type {
  display: block;
}
.stageexplore img {
  width: 100%;
  object-fit: cover;
  display: block;
  min-height: 640px;
  max-height: 860px;
}
.stageexplore img.coverImage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100%;
}
.stageexplore .video {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  height: 56.25%;
  width: 100%;
  background: #000;
}
.stageverified {
  padding: 0;
  background: none;
  position: relative;
}
.stageverified .searchField {
  width: 280px;
  height: 40px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: none;
  padding: 0 20px 0 15px;
}
.stageverified .searchField input {
  display: block;
  width: calc(100% - 50px);
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  background: none;
  font-weight: 100;
}
.stageverified .searchField input::-webkit-input-placeholder {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
}
.stageverified .searchField input:-ms-input-placeholder {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
}
.stageverified .searchField input::placeholder {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
}
.stageverified .searchField button {
  height: 22px;
  width: 22px;
  z-index: 99;
  padding: 0;
  margin: 0 6px 0 0;
}
.stageverified .searchField button img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
.stageverified img {
  width: 100%;
  object-fit: cover;
  display: block;
  height: 458px;
}
@media (max-width: 320px) {
  .stageverified img {
    height: 178px;
  }
}
.benefitsColombia {
  text-align: center;
}
@media (max-width: 999px) {
  .benefitsColombia {
    margin-top: 100px;
  }
}
@media (max-width: 640px) {
  .benefitsColombia {
    margin-top: 60px;
  }
}
.benefitsColombia .wide-container {
  max-width: 1560px;
}
.benefitsColombia h2 {
  display: block;
  font-size: 52px;
  font-weight: 400;
  margin-bottom: 80px;
  letter-spacing: -3px;
}
@media (max-width: 999px) {
  .benefitsColombia h2 {
    font-size: 46px;
    line-height: 48px;
  }
}
@media (max-width: 640px) {
  .benefitsColombia h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.benefitsColombia h2 br {
  display: none;
}
@media (max-width: 999px) {
  .benefitsColombia h2 br {
    display: block;
  }
}
.benefitsColombia h2 p {
  font-size: 34px;
  font-weight: 100;
  margin-top: 30px;
  letter-spacing: -1px;
}
@media (max-width: 999px) {
  .benefitsColombia h2 p {
    font-size: 32px;
    line-height: 32px;
    width: 80%;
    margin: 15px auto 0;
  }
}
@media (max-width: 640px) {
  .benefitsColombia h2 p {
    width: 100%;
    font-size: 24px;
    line-height: 24px;
  }
}
.benefitsColombia h2 p br {
  display: none;
}
@media (max-width: 999px) {
  .benefitsColombia h2 p br {
    display: block;
  }
}
@media (max-width: 999px) {
  .benefitsColombia .flex-block {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 999px) {
  .benefitsColombia .flex-block .show {
    width: 30%;
    margin-bottom: 80px;
  }
  .benefitsColombia .flex-block .show:last-of-type,
  .benefitsColombia .flex-block .show:nth-last-of-type(2) {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .benefitsColombia .flex-block .show {
    width: 100%;
    margin-bottom: 60px;
  }
  .benefitsColombia .flex-block .show:nth-last-of-type(2) {
    margin-bottom: 60px;
  }
  .benefitsColombia .flex-block .show:last-of-type {
    margin-bottom: 20px;
  }
}
.benefitsColombia .flex-block .show img,
.benefitsColombia .flex-block .show span {
  display: block;
}
.benefitsColombia .flex-block .show img {
  height: 160px;
  object-fit: contain;
  margin: 0 auto 40px;
}
@media (max-width: 1344px) {
  .benefitsColombia .flex-block .show img {
    height: 110px;
    margin: 0 auto 30px;
  }
}
.benefitsColombia .flex-block .show span {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 999px) {
  .benefitsColombia .flex-block .show span {
    font-size: 20px;
  }
}
.inliner {
  text-align: center;
  margin: 100px 0;
}
@media (max-width: 999px) {
  .inliner {
    margin: 50px 0 30px;
  }
}
.inliner p {
  text-align: center !important;
}
.verifiedIcons {
  padding: 60px 0 80px;
}
@media (max-width: 999px) {
  .verifiedIcons {
    margin: 0;
    padding: 40px 0 30px;
  }
}
.verifiedIcons .flex-block {
  align-items: flex-end;
}
.verifiedIcons .flex-block .show {
  width: 9%;
}
.verifiedIcons .flex-block .show:nth-last-of-type(3) {
  width: 11%;
}
.verifiedIcons .flex-block .show:last-of-type {
  width: 7%;
}
@media (max-width: 999px) {
  .verifiedIcons .flex-block .show {
    width: 20% !important;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 640px) {
  .verifiedIcons .flex-block .show {
    width: 40% !important;
  }
}
.verifiedIcons .flex-block .show figure,
.verifiedIcons .flex-block .show span {
  display: block;
  width: 100%;
}
.verifiedIcons .flex-block .show figure {
  height: 80px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.verifiedIcons .flex-block .show figure img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  margin: 0;
}
.verifiedIcons .flex-block .show span {
  font-size: 18px;
  margin-top: 20px;
}
.blueTaxes .flex-block {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: calc(100% - 10%);
  height: 140px;
  background: #374fc4;
  padding: 0 5%;
}
@media (max-width: 999px) {
  .blueTaxes .flex-block {
    flex-direction: row;
    height: auto;
    padding: 25px 5%;
  }
}
@media (max-width: 640px) {
  .blueTaxes .flex-block {
    flex-direction: column;
    padding: 15px 5%;
  }
}
.blueTaxes .flex-block p,
.blueTaxes .flex-block a {
  color: #fff;
}
.blueTaxes .flex-block p {
  font-size: 42px;
  font-weight: 400;
}
@media (max-width: 999px) {
  .blueTaxes .flex-block p {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .blueTaxes .flex-block p {
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 18px;
  }
}
.blueTaxes .flex-block a {
  text-transform: uppercase;
  padding: 14px 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #fff;
  display: inline-block;
  font-size: 22px;
}
@media (max-width: 999px) {
  .blueTaxes .flex-block a {
    font-size: 16px;
    padding: 12px 20px;
    border-width: 1px;
  }
}
@media (max-width: 640px) {
  .blueTaxes .flex-block a {
    font-size: 12px;
    padding: 10px 20px;
  }
}
.sponsors {
  padding: 80px 0;
}
@media (max-width: 999px) {
  .sponsors {
    margin: 0;
    padding: 40px 0;
  }
}
.sponsors .flex-block {
  width: 74%;
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .sponsors .flex-block {
    justify-content: space-between;
  }
}
.sponsors .flex-block img {
  width: auto;
  object-fit: contain;
  height: 23px;
}
.tourism {
  text-align: center;
}
.tourism h2 {
  display: block;
  font-size: 52px;
  font-weight: 400;
  margin-bottom: 60px;
  letter-spacing: -3px;
}
@media (max-width: 999px) {
  .tourism h2 {
    font-size: 42px;
    line-height: 44px;
  }
}
@media (max-width: 640px) {
  .tourism h2 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -1px;
    margin-bottom: 30px;
  }
}
@media (max-width: 414px) {
  .tourism h2 {
    font-size: 22px;
    line-height: 24px;
  }
}
.tourism h2 br {
  display: none;
}
@media (max-width: 999px) {
  .tourism h2 br {
    display: block;
  }
}
@media (max-width: 999px) {
  .tourism .flex-block {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.tourism .flex-block .picture {
  width: 24%;
}
@media (max-width: 999px) {
  .tourism .flex-block .picture {
    width: 48%;
    margin-bottom: 20px;
  }
  .tourism .flex-block .picture:nth-last-of-type(2) {
    order: 4;
  }
  .tourism .flex-block .picture:last-of-type {
    order: 3;
  }
}
@media (max-width: 640px) {
  .tourism .flex-block .picture {
    width: 100%;
  }
  .tourism .flex-block .picture:nth-last-of-type(2) {
    order: 3;
  }
  .tourism .flex-block .picture:last-of-type {
    order: 4;
  }
}
.tourism .flex-block .picture img,
.tourism .flex-block .picture span {
  display: block;
}
.tourism .flex-block .picture img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 640px) {
  .tourism .flex-block .picture img {
    height: auto;
  }
}
.tourism .flex-block .picture span {
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  background: #fbb11f;
}
@media (max-width: 999px) {
  .tourism .flex-block .picture span {
    font-size: 20px;
    line-height: 24px;
    height: 80px;
  }
}
.tourism .flex-block .picture:first-of-type span,
.tourism .flex-block .picture:nth-of-type(3) span {
  background: #374fc4;
}
#exitob,
#fracasob {
  margin: 20px auto 25px;
}
#exitob p,
#fracasob p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  background: #f46738;
  padding: 0 20px;
  font-weight: 100;
  display: block;
  text-decoration: none;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 999px) {
  #exitob p,
  #fracasob p {
    height: 47px;
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  #exitob p,
  #fracasob p {
    height: 39px;
    font-size: 12px;
  }
}
#fracasob p {
  background: #f24d54;
}
