@import url("fonts/fonts.css");
@import url("https://daneden.github.io/animate.css/animate.min.css");
@import url("menu.css");
@import url("owl-carousel-custom.css");

body,
html {
  overflow-x: hidden;
  scroll-behavior: auto !important;
}

section {
  overflow-x: hidden;
}

body {
  background: #000000;
  /* background: #141c26; */
  color: white;
  padding-top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
}

button:focus {
  outline: 0;
}

.dropdown-idioma {
  cursor: pointer;
}

strong,
.strong {
  font-weight: bold
}

a {
  color: #3F3D3D;
  text-decoration: none;
  display: inline-block;
}

a:hover,
a:focus,
a:active {
  color: #00FFCC;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ === +++ === +++ === +++  */
/* menu work*/
#home h1 {
  font-size: 2.750em;
  letter-spacing: -1px;
  text-align: center;
  line-height: .9;
  margin-bottom: 3.125rem;
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.55);
}

.header {
  position: relative;
}

.header .container {
  position: relative;
}

.scroll-cta {
  position: absolute;
  font-family: 'Berthold Akzidenz Grotesk Lt Cn';
  font-size: 30px;
  text-align: center;
  z-index: 11;
  left: 0;
  right: 0;
  bottom: 2rem;
  margin: 0 auto;
  ;
}

.see-more-cta {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn';
  font-size: 30px;
  text-align: center;
  margin: 3rem auto;
}

#hotoffthepress .see-more-cta a {
  color: #000000;
}

#hotoffthepress .see-more-cta a:hover {
  color: #FF4747;
}

.see-more-cta a {
  color: #ffffff;
}

#work .see-more-cta a {
  color: #3aff79;
}

.see-more-cta a:hover {
  color: #FF4747;
}

.bounce {
  opacity: 0;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

button {
  border: 0;
}

.btn {
  display: inline-block;
  font-family: 'Berthold Akzidenz Grotesk Lt Cn';
  font-size: 40px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  background-color: transparent;
  border: 0px solid transparent;
  padding: 3rem 0;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 999;
}

.btn:hover {
  color: #FF4747;
  background-color: transparent;
  border-color: rgb(176 42 42 / 0%);
}

.btn-active {
  color: #e4b9c5
}

.container-fixed {
  width: 100%;
  height: 100%;
}

.container-fixed-two {
  background-color: yellow;
  position: fixed;
  top: 110px;
  left: 10px;
}

#lottie_svg-container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 8;
}

.box {
  position: absolute;
  top: 150px;
  width: 100px;
  height: 100px;
  display: block;
  background-color: red;
}

/*---------------------------------------------
 HOME
-----------------------------------------------*/
.top-home-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}

/* wrappers logos home*/
#founders-logo-scroll {
  width: 50%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 5;
}

#founders-logo-intro {
  width: 50%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 5;
}

.top-home-wrapper .contiene-video {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  overflow: hidden;
}

.top-home-wrapper .contiene-video.remove-height {
  height: inherit;
  min-height: inherit;
}

.top-home-wrapper .contiene-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

.overlay-video {
  height: 100%;
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  background: url(https://suv.lanacion.com.ar/assets/img/8B7UFiv.png) repeat rgba(0, 0, 0, .8);
  opacity: 0.5;
  margin: 0;
}

.home-logo-wrapper {
  position: absolute;
  z-index: 10;
}

/*---------------------------------------------
VIDEO OVERLAY
-----------------------------------------------*/
#work {
  background-color: #3aff79;
}
.list-work {
  background: #000;
}
#work .work-title {
  font-size: 18rem;
  font-weight: 600;
  letter-spacing: -.75rem;
  color: black;
  display: block;
  width: 90%;
  margin: 0 auto;

}

#work .title {
  padding: 3rem 0 3rem 3rem;
}

.video {
  width: 100%;
  border: 0px solid black;
}

.video-wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
  line-height: 0;
  font-size: 0;
  vertical-align: top;
}

.playpause {
  background-image: url(../img/play.png);
  background-repeat: no-repeat;
  width: 90%;
  height: 100%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: 100px 100px;
  background-position: center;
  color: red;
  display: flex;
  align-content: space-between;
  flex-direction: column;
  justify-content: space-around;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  cursor: pointer;
}

.playpause:hover {
  background-image: url(../img/play-hv.png);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  width: 90%;
  height: 100%;
}

.playpause.noPlay {
  background: none;
  cursor: default;
}

.playpause.noPlay:hover {
  background: none;
}

.playpause:hover .client h1,
.playpause:hover .description h2,
.playpause:hover .description h3 {
  color: #3aff79;
}

.playpause .client h1 {
  font-family: 'Berthold Akzidenz Grotesk Md', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 4.75rem;
  margin: 0;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

.playpause .client {
  position: absolute;
  top: 7%;
}

.playpause .description {
  position: absolute;
  bottom: 7%;
}

.playpause .description h2 {
  font-family: 'Berthold Akzidenz Grotesk Md', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 4.75rem;
  line-height: 1;
  margin: 0;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

.playpause .description h3 {
  font-family: 'Bodoni 72 Oldstyle', 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 3.75rem;
  line-height: 1;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

.txt-red {
  color: #ff4747
}

/*---------------------------------------------
CONCEPT
-----------------------------------------------*/
#concept {
  background-image: url(../img/bg-craft-wh.jpg);
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
  overflow: hidden;
}

#concept .concept-loop {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-left: 6.5rem;
}

.misc {
  display: block;
  margin: 0 0 30px auto;
  width: 1px;
  height: 500px;
  background: #ffffff;
  top: 20%;
  left: 40%;
  position: absolute;
  z-index: 9;
}

.misc-stats-1 {
  left: 95%;
}

.misc .tag {
  content: '';
  width: 25px;
  height: 135px;
  /* background: url(../img/founder-misc.svg) center center; */
  background: url(../img/logo-misc.png) center center #e4e4e4;
  position: absolute;
  top: 80px;
  z-index: 1;
  right: -12px;
}

.misc .tag.alt {
  background: url(../img/logo-misc-alt.png) center center #373536;
}

/*---------------------------------------------
STATS
-----------------------------------------------*/
#stats {
  background-image: url(../img/bg-craft-bk.jpg);
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

#stats h1 {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 3.75rem;
  padding-top: 3rem;
  line-height: 1;
  text-align: center;
}

.stats-wrapper {
  position: relative;
  width: 100%;
  min-height: 850px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}

.stats-map {
  background: url(../img/map-world.gif) center center;
  background-size: cover;
  min-height: 850px;
}

.stats-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

/*---------------------------------------------
CLIENTS
-----------------------------------------------*/
#clients {
  background: #F9FEFF;
  height: 60%;
  padding: 3rem 0;
}

#clients h1 {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  font-size: 5rem;
  line-height: .9;
  color: #3F3D3D;
  margin: 0;
}

/*---------------------------------------------
BY THE NETWORK
-----------------------------------------------*/
#bythenetwork {
  padding: 3.75rem 0 6rem 0;
}

#bythenetwork h1,
#bythenetwork h2 {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  font-size: 8.75rem;
  padding-left: 7.5rem;
  color: #3F3D3D;
  line-height: .8;
  margin: 0;
}

#bythenetwork .by-the-network-logo {
  max-width: 70%;
  cursor: pointer;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

#bythenetwork .by-the-network-logo:hover {
  opacity: .5;
}

#bythenetwork .asterisco-btn {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  animation: spin 6s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*---------------------------------------------
PRESS
-----------------------------------------------*/
#hotoffthepress {
  margin-top: 60px;
}

#hotoffthepress .bg {
  background-image: url(../img/bg-craft-wh.jpg);
  background-image: url(../img/bg-gradient-2.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  height: 100%;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
}

#hotoffthepress h1 {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  font-size: 12.5rem;
  padding-left: 7.5rem;
  padding-top: 3rem;
  color: #6fbd91;
  position: relative;
}

#hotoffthepress h1 span {
  font-family: 'Bodoni 72 Oldstyle', 'Times New Roman', Times, serif;
  font-size: 3rem;
  font-style: italic;
  color: #3f3d3d;
  position: absolute;
  left: 12.5rem;
  top: 3.25rem;
}

#hotoffthepress .press-title {
  padding-left: 2rem !important;
}

#hotoffthepress .press-title h1 {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  font-size: 5.5rem;
  padding-top: 3rem;
  color: #BDCC00;
  position: relative;
  padding-left: 0;
  line-height: .8;
}

#hotoffthepress .press-title h2 {
  font-family: 'Bodoni 72 Oldstyle', 'Times New Roman', Times, serif;
  font-size: 2.25rem;
  line-height: 1;
  font-style: italic;
  color: #3f3d3d;
  left: 12.5rem;
}

#hotoffthepress .press-thumb {
  background: #000000;
  position: relative;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  overflow: hidden;
  cursor: pointer;
}

#hotoffthepress .press-thumb .description {
  font-family: 'Berthold Akzidenz Grotesk Md Cn';
  position: absolute;
  z-index: 9;
  bottom: -80%;
  left: 15px;
  padding-left: 1rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;

}

#hotoffthepress .press-thumb .description h1 {
  font-size: 1.75rem;
  line-height: 1;
  margin: 0;
  color: #ffffff;
  text-align: left;
  padding: 0;
}

#hotoffthepress .press-thumb .description h2 {
  font-size: 3.5rem;
  line-height: 1;
  margin: 0;
  color: #ffffff;
  text-align: left;
}

#hotoffthepress .press-thumb img {
  align-self: center;
  width: 100%;
  transition: 0.6s all;
}

#hotoffthepress .press-thumb:hover img {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025);
}

#hotoffthepress .press-thumb .thumb-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: #bdcc00;
  background-blend-mode: darken;
  mix-blend-mode: darken;
  opacity: 0;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

#hotoffthepress .press-thumb:hover .thumb-overlay {
  bottom: 0;
  opacity: 1;
}

#hotoffthepress .press-thumb:hover .description {
  bottom: 0;
  opacity: 1;
}

#hotoffthepress .press-thumb .thumb-shadow {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 40%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5046393557422969) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5046393557422969) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5046393557422969) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  bottom: -50%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#hotoffthepress .press-thumb:hover .thumb-shadow {
  bottom: 0;
  opacity: 1;
}

/*---------------------------------------------
THIS IS US
-----------------------------------------------*/
#thisisus {
  background-image: url(../img/bg-craft-wh.jpg);
  background-size: cover;
  height: 100%;
  min-height: 650px;
  padding-bottom: 5rem;
  overflow-y: hidden;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;

  background-image: url("../img/bg-gradient.jpg");

}

#thisisus h1 {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 12.5rem;
  padding-left: 7.5rem;
  padding-top: 3rem;
  line-height: 1
}

#thisisus h2 {
  font-family: 'Bodoni 72 Oldstyle', 'Times New Roman', Times, serif;
  font-size: 6.5rem;
  line-height: 1;
  color: #3F3D3D;
  font-style: italic;
}

#thisisus .bgf-gradient {
  height: 100%;
  min-height: 650px;
}


/*---------------------------------------------
STAFF
-----------------------------------------------*/
#staff {
  background: #ffffff;
}

#staff .carousel-staff {
  color: #3F3D3D;

}

#staff .carousel-staff .item img {
  margin-bottom: 1rem;
}

#staff .carousel-staff h1 {
  font-family: 'American Captain', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  padding-left: 1.5rem;
  padding-right: 1rem;
  line-height: 1;
  margin: 0;
}

#staff .carousel-staff h2 {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  padding-right: 1rem;
  padding-left: 1.5rem;
  line-height: 1;
  margin: 0;
}

#staff .linkedin-profile {
  background: url(../img/linkedin.svg);
  background-repeat: no-repeat;
  background-position-x: -2px;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-left: 1.5rem;
}

#staff .carousel-staff .founder h1 {
  font-family: 'American Captain', Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
}

#staff .carousel-staff .founder h2 {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
}

.founder-cta {
  background: #000000;
  position: relative;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

.founder-cta .description {
  position: absolute;
  z-index: 9;
  bottom: 10px;
  left: 15px;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #ffffff
}

.founder-cta h1 {
  font-size: 30px;
}

.founder-cta h2 {
  font-size: 20px;
}

.founder-cta svg {
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

.founder-cta:hover svg {
  fill: #000000;
}

.founder-cta:hover svg path {
  fill: #000000;
}

.founder-cta:hover svg polygon {
  fill: #000000;
}

.founder-cta:hover {
  background: #FF4747;

  cursor: pointer
}

.founder-cta:hover .description {
  bottom: 40px;
  color: #ffffff
}

.asterisco {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  animation: spin 3s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*---------------------------------------------
FOOTER
-----------------------------------------------*/
footer {
  padding: 5rem 0 0 0;
}

footer p {
  font-family: 'Berthold Akzidenz Grotesk Md';
  font-size: 1.5rem;
}

footer .footer-menu a.social-connect {
  margin: 0 5px 0 10px;
}

footer .footer-menu a.social-connect:after {
  display: none;
}

footer .footer-menu a.social-connect img {
  width: 42px;
}

footer .footer-menu li a.social-connect img.linkedin {
  transition: 0.35s;
  opacity: 1;
  margin-top: -5px
}

footer .footer-menu li a.social-connect img.youtube {
  transition: 0.35s;
  opacity: 1;
  margin-top: -5px
}

footer .footer-menu li a.social-connect img.linkedin:hover {
  opacity: .6;
}

footer .footer-menu li a.social-connect img.youtube:hover {
  opacity: .6;
}

footer a {
  font-family: 'Berthold Akzidenz Grotesk Md', Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  color: #ffffff;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

footer a:hover {
  color: #00FFCC;
}

footer a span.arrow {
  position: relative;
  left: 0;
  width: 130px;
  height: 92px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 190 135' style='enable-background:new 0 0 190 135%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:none%3Bstroke:%23FFFFFF%3Bstroke-miterlimit:10%3B%7D%3C/style%3E%3Cg%3E%3Cline class='st0' x1='94.9' y1='3.1' x2='94.9' y2='131.9'/%3E%3Cline class='st0' x1='185.8' y1='94.3' x2='94.8' y2='3.3'/%3E%3Cline class='st0' x1='4.2' y1='94.4' x2='95.2' y2='3.4'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  cursor: pointer;
  bottom: 0px;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
  margin-bottom: .75rem;
}

footer a:hover span.arrow {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 190 135' style='enable-background:new 0 0 190 135%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:none%3Bstroke:%2300FFCC%3Bstroke-miterlimit:10%3B%7D%3C/style%3E%3Cg%3E%3Cline class='st0' x1='94.9' y1='3.1' x2='94.9' y2='131.9'/%3E%3Cline class='st0' x1='185.8' y1='94.3' x2='94.8' y2='3.3'/%3E%3Cline class='st0' x1='4.2' y1='94.4' x2='95.2' y2='3.4'/%3E%3C/g%3E%3C/svg%3E");
  width: 130px;
  height: 92px;
  bottom: 10px;
}

footer .footer-menu {
  display: flex;
  justify-content: center;
}

footer a.cta {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  color: #00FFCC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 4px;
  margin-right: 10px;
}

footer .copyright {
  font-family: 'Berthold Akzidenz Grotesk Md';
  background: #00FFCC;
  padding: 5rem 0;
  color: #000000;
  margin-top: 5rem;
}

.sm-content h2 {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  color: #00FFCC;
  text-align: right;
  padding: 5px 10px 0 0;
  font-weight: bold;
}

.sm-icons {
  position: relative;
  display: flex;
  margin-top: 5px;
}

.sm-icons li {
  list-style: none;
  margin: 4px;
}

ul {
  padding: 0;
  list-style-type: none;
}

.sm-icons li a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  color: #00FFCC;
  text-decoration: none;
  transition: 0.5s;
}

.sm-icons li a:hover {
  color: #ffcc00;
}

.sm-container {
  display: flex;
  align-items: center;
}

.sm-share {
  flex: 1;
}

.sm-share:first-child {
  margin-right: 20px;
}

footer .instagram {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 32' style='enable-background:new 0 0 45 32%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%2300FFCC%3B%7D%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M37.9 16.1c0 2.3 0 4.5 0 6.8c0 4.7-3.6 8.4-8.3 8.5c-4.7 0.1-9.4 0.1-14.2 0c-4.7-0.1-8.3-3.7-8.4-8.4C7 18.4 7 13.7 7.1 9c0.1-4.7 3.6-8.3 8.3-8.4c4.7-0.1 9.5-0.1 14.2 0c4.8 0.1 8.3 3.8 8.3 8.6C37.9 11.5 37.9 13.8 37.9 16.1 M35.4 16.1c0-2.3 0-4.5 0-6.8c0-3.6-2.6-6.2-6.2-6.2c-4.5 0-9 0-13.4 0c-3.6 0-6.1 2.6-6.2 6.1c0 4.5 0 9 0 13.5c0 3.5 2.6 6.1 6.1 6.1c4.5 0 9.1 0 13.6 0c3.5 0 6-2.7 6.1-6.2C35.4 20.5 35.4 18.3 35.4 16.1'/%3E%3Cpath class='st0' d='M32.7 7.7c0 1-0.8 1.8-1.8 1.8c-1 0-1.9-0.9-1.8-1.9c0.1-1 0.9-1.8 1.9-1.7C32 5.8 32.8 6.7 32.7 7.7'/%3E%3Cpath class='st0' d='M14.4 16c0-4.5 3.6-8.1 8.1-8.1c4.5 0 8.2 3.6 8.2 8.1c0 4.5-3.7 8.2-8.1 8.2C18 24.2 14.4 20.5 14.4 16 M27.8 16.1c0-2.9-2.4-5.3-5.3-5.3c-2.9 0-5.3 2.4-5.3 5.2c0 2.9 2.3 5.3 5.2 5.3C25.3 21.3 27.8 19 27.8 16.1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 5px center;
  display: inline-block;
  height: 30px;
  width: 42px;
}

footer .instagram:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 32' style='enable-background:new 0 0 45 32%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23ffcc00%3B%7D%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M37.9 16.1c0 2.3 0 4.5 0 6.8c0 4.7-3.6 8.4-8.3 8.5c-4.7 0.1-9.4 0.1-14.2 0c-4.7-0.1-8.3-3.7-8.4-8.4C7 18.4 7 13.7 7.1 9c0.1-4.7 3.6-8.3 8.3-8.4c4.7-0.1 9.5-0.1 14.2 0c4.8 0.1 8.3 3.8 8.3 8.6C37.9 11.5 37.9 13.8 37.9 16.1 M35.4 16.1c0-2.3 0-4.5 0-6.8c0-3.6-2.6-6.2-6.2-6.2c-4.5 0-9 0-13.4 0c-3.6 0-6.1 2.6-6.2 6.1c0 4.5 0 9 0 13.5c0 3.5 2.6 6.1 6.1 6.1c4.5 0 9.1 0 13.6 0c3.5 0 6-2.7 6.1-6.2C35.4 20.5 35.4 18.3 35.4 16.1'/%3E%3Cpath class='st0' d='M32.7 7.7c0 1-0.8 1.8-1.8 1.8c-1 0-1.9-0.9-1.8-1.9c0.1-1 0.9-1.8 1.9-1.7C32 5.8 32.8 6.7 32.7 7.7'/%3E%3Cpath class='st0' d='M14.4 16c0-4.5 3.6-8.1 8.1-8.1c4.5 0 8.2 3.6 8.2 8.1c0 4.5-3.7 8.2-8.1 8.2C18 24.2 14.4 20.5 14.4 16 M27.8 16.1c0-2.9-2.4-5.3-5.3-5.3c-2.9 0-5.3 2.4-5.3 5.2c0 2.9 2.3 5.3 5.2 5.3C25.3 21.3 27.8 19 27.8 16.1'/%3E%3C/g%3E%3C/svg%3E");

}

footer .linkedin {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 32' style='enable-background:new 0 0 45 32%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%2300FFCC%3B%7D%3C/style%3E%3Cg%3E%3Crect x='6.5' y='10.9' class='st0' width='6.9' height='20.9'/%3E%3Cpath class='st0' d='M10 7.4c-2 0-3.6-1.6-3.6-3.6c0-2 1.6-3.6 3.7-3.6c2 0 3.6 1.7 3.6 3.6C13.7 5.8 12 7.4 10 7.4'/%3E%3Cpath class='st0' d='M17.4 10.9h6.8c0 0.8 0.1 1.5 0.1 2c1.5-0.8 2.9-1.9 4.5-2.3c4.7-1.2 8.9 1.4 9.4 6.5c0.6 4.8 0.1 9.7 0.1 14.7h-6.8c0-0.4-0.1-0.9-0.1-1.3c0-3.1 0-6.3 0-9.4c0-0.7 0-1.5-0.2-2.2c-0.4-2.1-1.6-3.1-3.5-3c-1.8 0.1-3.4 1.5-3.5 3.3c-0.1 1.9-0.1 3.8-0.1 5.7c0 2.3 0 4.5 0 6.9h-6.8V10.9z'/%3E%3C/g%3E%3C/svg%3E");
  ;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  height: 30px;
  width: 38px;
}

footer .linkedin:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 32' style='enable-background:new 0 0 45 32%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23ffcc00%3B%7D%3C/style%3E%3Cg%3E%3Crect x='6.5' y='10.9' class='st0' width='6.9' height='20.9'/%3E%3Cpath class='st0' d='M10 7.4c-2 0-3.6-1.6-3.6-3.6c0-2 1.6-3.6 3.7-3.6c2 0 3.6 1.7 3.6 3.6C13.7 5.8 12 7.4 10 7.4'/%3E%3Cpath class='st0' d='M17.4 10.9h6.8c0 0.8 0.1 1.5 0.1 2c1.5-0.8 2.9-1.9 4.5-2.3c4.7-1.2 8.9 1.4 9.4 6.5c0.6 4.8 0.1 9.7 0.1 14.7h-6.8c0-0.4-0.1-0.9-0.1-1.3c0-3.1 0-6.3 0-9.4c0-0.7 0-1.5-0.2-2.2c-0.4-2.1-1.6-3.1-3.5-3c-1.8 0.1-3.4 1.5-3.5 3.3c-0.1 1.9-0.1 3.8-0.1 5.7c0 2.3 0 4.5 0 6.9h-6.8V10.9z'/%3E%3C/g%3E%3C/svg%3E");
  ;
}

footer .facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 32' style='enable-background:new 0 0 45 32%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%2300FFCC%3B%7D%3C/style%3E%3Cpath class='st0' d='M18 16.8h-3.2v-5.9H18c0-1.3 0-2.5 0-3.7c0-4.5 2.5-7 7-7c1.4 0 2.8 0 4.3 0c0.7 0 0.9 0.2 0.9 0.9c0 1.3 0 2.6 0 3.9c0 0.7-0.2 0.9-0.9 0.9c-0.9 0-1.8 0-2.7 0c-1 0-1.5 0.5-1.5 1.5c0 1.1 0 2.2 0 3.5h5.2c-0.2 2.1-0.4 3.9-0.6 5.9H25v15c-2.2 0-4.3 0-6.3 0c-0.8 0-0.6-0.6-0.6-1c0-4.2 0-8.4 0-12.6V16.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  height: 30px;
  width: 42px;
}

footer .facebook:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 32' style='enable-background:new 0 0 45 32%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23ffcc00%3B%7D%3C/style%3E%3Cpath class='st0' d='M18 16.8h-3.2v-5.9H18c0-1.3 0-2.5 0-3.7c0-4.5 2.5-7 7-7c1.4 0 2.8 0 4.3 0c0.7 0 0.9 0.2 0.9 0.9c0 1.3 0 2.6 0 3.9c0 0.7-0.2 0.9-0.9 0.9c-0.9 0-1.8 0-2.7 0c-1 0-1.5 0.5-1.5 1.5c0 1.1 0 2.2 0 3.5h5.2c-0.2 2.1-0.4 3.9-0.6 5.9H25v15c-2.2 0-4.3 0-6.3 0c-0.8 0-0.6-0.6-0.6-1c0-4.2 0-8.4 0-12.6V16.8z'/%3E%3C/svg%3E");

}

footer .youtube {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 32' style='enable-background:new 0 0 45 32%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%2300FFCC%3B%7D%3C/style%3E%3Cpath class='st0' d='M43.7 5.3c-0.5-1.9-2-3.4-3.9-3.9c-3.5-0.9-17.3-0.9-17.3-0.9S8.7 0.5 5.2 1.4c-1.9 0.5-3.4 2-3.9 3.9C0.4 8.8 0.4 16 0.4 16s0 7.2 0.9 10.7c0.5 1.9 2 3.4 3.9 3.9c3.5 0.9 17.3 0.9 17.3 0.9s13.8 0 17.3-0.9c1.9-0.5 3.4-2 3.9-3.9c0.9-3.5 0.9-10.7 0.9-10.7S44.6 8.8 43.7 5.3z M18.1 22.6V9.4L29.6 16L18.1 22.6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  height: 30px;
  width: 38px;
}

footer .youtube:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 32' style='enable-background:new 0 0 45 32%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23ffcc00%3B%7D%3C/style%3E%3Cpath class='st0' d='M43.7 5.3c-0.5-1.9-2-3.4-3.9-3.9c-3.5-0.9-17.3-0.9-17.3-0.9S8.7 0.5 5.2 1.4c-1.9 0.5-3.4 2-3.9 3.9C0.4 8.8 0.4 16 0.4 16s0 7.2 0.9 10.7c0.5 1.9 2 3.4 3.9 3.9c3.5 0.9 17.3 0.9 17.3 0.9s13.8 0 17.3-0.9c1.9-0.5 3.4-2 3.9-3.9c0.9-3.5 0.9-10.7 0.9-10.7S44.6 8.8 43.7 5.3z M18.1 22.6V9.4L29.6 16L18.1 22.6z'/%3E%3C/svg%3E");

}

footer .twitter {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 32' style='enable-background:new 0 0 45 32%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%2300FFCC%3B%7D%3C/style%3E%3Cpath class='st0' d='M8.4 12.4c0.8 0.2 1.5 0.5 2.2 0.7C8.4 10.6 7.7 8 9.3 4.7c2.4 2.8 5.2 4.7 8.6 5.8c1.3 0.4 2.7 0.6 3.9 0.8c0.2-1.4 0.3-2.7 0.7-3.8c1.5-3.8 6.2-5.1 9.4-2.6c0.8 0.7 1.5 0.7 2.3 0.3c0.7-0.3 1.5-0.6 2.2-0.9c0.1 0.1 0.2 0.1 0.3 0.2c-0.7 0.9-1.3 1.9-2.1 3c1-0.3 1.8-0.5 2.6-0.7c0.1 0.1 0.1 0.1 0.2 0.2c-0.7 0.7-1.3 1.5-2 2.1c-0.6 0.5-0.9 1-0.9 1.8c-0.2 7.4-4.7 13.9-11.6 16.4c-5.3 1.9-10.5 1.3-15.4-1.6c3.1 0.1 5.9-0.6 8.6-2.6c-2.7-0.5-4.6-1.7-5.6-4.4h2.1C10.1 17.4 8.5 15.5 8.4 12.4'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  height: 30px;
  width: 42px;
}

footer .twitter:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 32' style='enable-background:new 0 0 45 32%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23ffcc00%3B%7D%3C/style%3E%3Cpath class='st0' d='M8.4 12.4c0.8 0.2 1.5 0.5 2.2 0.7C8.4 10.6 7.7 8 9.3 4.7c2.4 2.8 5.2 4.7 8.6 5.8c1.3 0.4 2.7 0.6 3.9 0.8c0.2-1.4 0.3-2.7 0.7-3.8c1.5-3.8 6.2-5.1 9.4-2.6c0.8 0.7 1.5 0.7 2.3 0.3c0.7-0.3 1.5-0.6 2.2-0.9c0.1 0.1 0.2 0.1 0.3 0.2c-0.7 0.9-1.3 1.9-2.1 3c1-0.3 1.8-0.5 2.6-0.7c0.1 0.1 0.1 0.1 0.2 0.2c-0.7 0.7-1.3 1.5-2 2.1c-0.6 0.5-0.9 1-0.9 1.8c-0.2 7.4-4.7 13.9-11.6 16.4c-5.3 1.9-10.5 1.3-15.4-1.6c3.1 0.1 5.9-0.6 8.6-2.6c-2.7-0.5-4.6-1.7-5.6-4.4h2.1C10.1 17.4 8.5 15.5 8.4 12.4'/%3E%3C/svg%3E");

}

footer .email {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 32' style='enable-background:new 0 0 45 32%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%2300FFCC%3B%7D%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M22.4 31.2c-5.5 0-10.9 0-16.4 0c-3.2 0-5-1.7-5-5C1 19.5 1 12.7 1 6c0-3.4 1.7-5.2 5.1-5.2c10.9 0 21.9 0 32.8 0c3.3 0 5.1 1.7 5.1 5c0 6.7 0 13.5 0 20.2c0 3.4-1.7 5.1-5.2 5.1C33.4 31.2 27.9 31.2 22.4 31.2z M41.9 6.2C37 9.7 32.3 13 27.7 16.3c-3.4 2.4-5.6 2.4-9 0.3C14 13.7 9.4 10.7 4.8 7.8c-0.5-0.3-1-0.6-1.7-1c0 6.5 0 12.8 0 19c0 2.4 0.7 3.1 3.2 3.1c10.8 0 21.7 0 32.5 0c2.5 0 3.2-0.7 3.2-3.2c0-6 0-11.9 0-17.9C41.9 7.4 41.9 7 41.9 6.2z M41.3 4c0-0.2 0-0.3 0-0.5c-0.6-0.2-1.2-0.5-1.7-0.5c-11.3 0-22.6 0-34 0C4.8 3.1 4.1 3.7 3.3 4c0.2 0.4 0.3 0.5 0.3 0.6C9.3 8.1 15 11.8 20.7 15.3c1.7 1 3.5 0.9 5.2-0.3c3.8-2.8 7.7-5.5 11.6-8.2C38.8 5.8 40 4.9 41.3 4z'/%3E%3C/g%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  height: 30px;
  width: 42px;
}

footer .email:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 32' style='enable-background:new 0 0 45 32%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23ffcc00%3B%7D%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M22.4 31.2c-5.5 0-10.9 0-16.4 0c-3.2 0-5-1.7-5-5C1 19.5 1 12.7 1 6c0-3.4 1.7-5.2 5.1-5.2c10.9 0 21.9 0 32.8 0c3.3 0 5.1 1.7 5.1 5c0 6.7 0 13.5 0 20.2c0 3.4-1.7 5.1-5.2 5.1C33.4 31.2 27.9 31.2 22.4 31.2z M41.9 6.2C37 9.7 32.3 13 27.7 16.3c-3.4 2.4-5.6 2.4-9 0.3C14 13.7 9.4 10.7 4.8 7.8c-0.5-0.3-1-0.6-1.7-1c0 6.5 0 12.8 0 19c0 2.4 0.7 3.1 3.2 3.1c10.8 0 21.7 0 32.5 0c2.5 0 3.2-0.7 3.2-3.2c0-6 0-11.9 0-17.9C41.9 7.4 41.9 7 41.9 6.2z M41.3 4c0-0.2 0-0.3 0-0.5c-0.6-0.2-1.2-0.5-1.7-0.5c-11.3 0-22.6 0-34 0C4.8 3.1 4.1 3.7 3.3 4c0.2 0.4 0.3 0.5 0.3 0.6C9.3 8.1 15 11.8 20.7 15.3c1.7 1 3.5 0.9 5.2-0.3c3.8-2.8 7.7-5.5 11.6-8.2C38.8 5.8 40 4.9 41.3 4z'/%3E%3C/g%3E%3C/svg%3E");

}

/*---------------------------------------------
Contact
-----------------------------------------------*/
#contact {
  background-image: url(../img/bg-craft-wh.jpg);
  background-size: cover;
  height: auto;
  padding: 0 0 10rem;

}

#contact h1 {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 12.5rem;
  line-height: .8;
  margin-top: 5rem;
}

#contact h2 {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  font-size: 4.25rem;
  line-height: 1;
  color: #3F3D3D;
}

#contact .bgf-gradient {
  height: 100%;
}

#contact button {
  font-family: 'Berthold Akzidenz Grotesk Md', Arial, Helvetica, sans-serif;
  font-size: 1.85rem;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  color: #716f6f;
  background: url(../img/send.svg) top left no-repeat;
  background-size: 180px 100px;
  padding: 115px 0 0 100px;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

#contact button:hover {
  background: url(../img/send-hv.svg) top left no-repeat;
  background-size: 180px 100px;
  padding: 115px 0 0 100px;
}

#contact button:hover,
#contact button:focus {
  color: #00FFCC
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-top: 0px solid #000000;
  border-left: transparent;
  border-bottom: 1px solid #000000;
  border-right: transparent;
}

.form-control:focus {
  color: #212529;
  background-color: transparent;
  border-color: #000000;
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  color: red;
  opacity: 1;
  /* Firefox */
  font-size: 1.5rem
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  color: red;
  font-size: 1.5rem
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  color: red;
  font-size: 1.5rem
}

textarea {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  font-size: 1.5rem
}

textarea::placeholder {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  font-size: 1.5rem
}

input::placeholder {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
}

input:-internal-autofill-selected {
  background-color: -internal-light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0)) !important;
}

input[type="text"],
input[type="email"] {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  font-size: 1.5rem
}

/*---------------------------------------------
Become a founder
-----------------------------------------------*/
#becomeafounder {
  background-image: url(../img/bg-craft-wh.jpg);
  background-size: cover;
  height: auto;
  padding: 0 0 10rem;

}

#becomeafounder h1 {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 8.5rem;
  line-height: .8;
  margin-top: 5rem;
}

#becomeafounder h2 {
  font-family: 'Berthold Akzidenz Grotesk Lt Cn', Arial, Helvetica, sans-serif;
  font-size: 4.25rem;
  line-height: 1;
  color: #ffffff;
}

#becomeafounder .bcf-bg {
  height: 50%;
  background: #FF4747;
  margin-bottom: 2rem;
  padding-bottom: 2rem
}

#becomeafounder a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}

#becomeafounder a:hover,
#becomeafounder a:focus,
#becomeafounder a:active {
  color: #ffcc00;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#becomeafounder button {
  font-family: 'Berthold Akzidenz Grotesk Md', Arial, Helvetica, sans-serif;
  font-size: 1.85rem;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  color: #716f6f;
  background: url(../img/send.svg) top left no-repeat;
  background-size: 180px 100px;
  padding: 115px 0 0 100px;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

#becomeafounder button:hover {

  background: url(../img/send-hv.svg) top left no-repeat;
  background-size: 180px 100px;
  padding: 115px 0 0 100px;
}

#becomeafounder button:hover,
#becomeafounder button:focus {
  color: #00FFCC
}

.bg-green, .bg-red {
  padding: 0 20%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.box-agencie div img {
  margin: auto !important;
}

.bg-green {
  background: #3aff79;
}

.bg-red {
  background: #ff4747;
}


.container-banner-agencie {
  position: relative;
  width: 100%;
  height: 145px;
  overflow: hidden;
}

.box-agencie {
  position: absolute;
  width: 100%;
  height: 100%;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  opacity: 0;
}

#box1 {
  animation-name: fadeInAgencie;
}

#box2 {
  animation-name: fadeOutAgencie;
}

@keyframes fadeInAgencie {
  0% { opacity: 1; }
  40% { opacity: 1; }
  50% { opacity: 0; }
  90% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeOutAgencie {
  0% { opacity: 0; }
  40% { opacity: 0; }
  50% { opacity: 1; }
  90% { opacity: 1; }
  100% { opacity: 0; }
}

.txt-white {
  color: white;
}

.img-header-wrapper {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-header-wrapper img.gif {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.img-header-wrapper img.logo-founders {
  position: absolute;
  width: 65%;
  max-width: 420px;
}