@charset "UTF-8";
/* GLOBALS */
@import url("https://fonts.googleapis.com/css?family=Oswald:400,600");
.paragraph:before {
  content: "";
  position: absolute; }

.fx, #header, #grid, .section-title-part div {
  display: flex;
  flex-wrap: wrap; }
  .fx.-bt, #header, .hero {
    justify-content: space-between; }
  .fx.-cn {
    justify-content: center; }
  .fx.-ar {
    justify-content: space-around; }
  .bigBox.sectionTwo .fx, .section-title-part.-right div {
    justify-content: flex-end; }
  .fx.-nowrap, #grid {
    flex-wrap: nowrap; }
  .fx.-col {
    flex-direction: column; }

.fx.-md {
  align-items: center; }

.fx.-end {
  align-items: flex-end; }

.fx.-start {
  align-items: flex-start; }

.toggle li a, .toggle li a:hover, .imgBox.imgSpread img, .imgBox.active {
  transition: all .3s ease-in-out; }

.al-center {
  align-items: center; }

html,
body {
  padding: 0;
  margin: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  overflow-x: hidden;
  color: #434343;
  font-size: 18px;
  scroll-behavior: smooth; }

body.is-fixed {
  overflow-y: hidden;
  width: 100vw;
  height: 100vh; }

ul.bullet li {
  list-style: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 25px;
  font-weight: 300;
  line-height: 2;
  text-align: left; }
  ul.bullet li:before {
    content: "■";
    color: #2369dc;
    position: absolute;
    left: 0;
    top: 0; }
  @media (max-width: 1280px) {
    ul.bullet li {
      font-size: 16px;
      margin-bottom: 15px; } }

ul.icon {
  margin-left: 30px;
  padding-left: 0; }
  ul.icon li {
    position: relative;
    padding-left: 40px;
    list-style: none;
    margin-left: 0;
    margin-bottom: 20px; }
    ul.icon li:before {
      content: "";
      width: 30px;
      height: 30px;
      background: url(../images/icons/mail_icon.svg) no-repeat;
      background-size: 30px 30px;
      position: absolute;
      top: -5px;
      left: 0; }
    ul.icon li.company:before {
      background-image: url(../images/icons/co_icon.svg); }

.services {
  margin-left: 100px; }

hr {
  opacity: .2;
  margin-bottom: 70px; }

.bigShadow {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4); }

.colHalf {
  width: 50%; }
  @media (max-width: 640px) {
    .colHalf {
      width: 100%; } }

.colThird {
  width: 33.33333%; }
  @media (max-width: 1280px) {
    .colThird {
      width: 50%; } }
  @media (max-width: 768px) {
    .colThird {
      width: 100%; } }

.colTwoThirds {
  width: 66.6666%; }
  @media (max-width: 1280px) {
    .colTwoThirds {
      width: 50%; } }
  @media (max-width: 768px) {
    .colTwoThirds {
      width: 100%; } }

.logo img {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 400px; }

@media (max-width: 640px) {
  .logo img {
    margin: 0;
    top: 25px;
    z-index: 2;
    width: 60%;
    transform: translateX(-70%);
    z-index: 10; } }

.navButton {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  right: 60px;
  top: 60px;
  cursor: pointer;
  background: #0041b0;
  transition: all ease 0.5s;
  z-index: 99999;
  border-radius: 50%; }
  @media (max-width: 1280px) {
    .navButton {
      right: 20px;
      top: 20px; } }
  .navButton span {
    display: inline-block;
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 18px 0 0 17px;
    transition: all ease 0.5s; }
    .navButton span:before, .navButton span:after {
      content: "";
      display: block;
      width: 25px;
      height: 3px;
      background: #fff;
      transition: all ease 0.5s; }
    .navButton span:before {
      margin-top: 10px; }
    .navButton span:after {
      margin-top: 7px; }
  .navButton.active span {
    transform: translateY(-50px);
    background: #fff; }
    .navButton.active span:before {
      transform: translateY(50px) rotate(45deg);
      background: #fff; }
    .navButton.active span:after {
      transform: translate(0, 40px) rotate(-45deg);
      background: #fff; }

.toggle {
  opacity: 0;
  transition: all ease 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  margin: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  z-index: 999; }
  .toggle ul {
    position: absolute;
    top: 180px;
    left: 40%;
    transform: translateX(-40%); }
    @media (max-width: 1280px) {
      .toggle ul {
        top: 80px; } }
  .toggle li {
    width: 100%;
    display: block;
    margin: 0 0 25px 0; }
    .toggle li a {
      color: #fff;
      font-size: 3.5em;
      text-decoration: none;
      font-weight: 800;
      text-transform: uppercase; }
      @media (max-width: 1280px) {
        .toggle li a {
          font-size: 1.4em; } }
      @media (max-width: 768px) {
        .toggle li a {
          font-size: 1.1em; } }
      .toggle li a:hover {
        color: #2369dc; }
  .toggle.active {
    visibility: visible;
    opacity: 1;
    transition: all ease 0.5s; }
  .toggle .title {
    color: #fff;
    text-align: center;
    margin-top: 30px;
    position: relative; }
    .toggle .title.splitter:after {
      left: 50%;
      transform: translateX(-50%); }

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  padding: 10px 30px 20px 28px;
  z-index: 99999;
  will-change: transform;
  transition: transform 1s ease-in-out; }

.centered {
  text-align: center; }

.paddingVbig {
  padding: 180px 100px; }
  @media (max-width: 640px) {
    .paddingVbig {
      padding: 50px 15px; } }

.paddingBig {
  padding: 60px; }
  @media (max-width: 640px) {
    .paddingBig {
      padding: 30px 15px; } }

.paddingLRBig {
  padding-left: 100px;
  padding-right: 100px; }
  @media (max-width: 1280px) {
    .paddingLRBig {
      padding-left: 20px;
      padding-right: 20px; } }

.mBottom {
  margin-bottom: 100px; }
  @media (max-width: 1280px) {
    .mBottom {
      margin-bottom: 20px; } }

@media (max-width: 1280px) {
  .topBox {
    margin-top: 0; } }

.blueBg {
  background: #0099ff;
  background: linear-gradient(to right, #0099ff 0%, #0c6895 100%);
  box-shadow: inset -30px -50px 400px #004566;
  color: #fff; }

.bigBox {
  position: relative; }
  @media (max-width: 1280px) {
    .bigBox {
      min-height: auto; } }
  .bigBox.sectionTwo {
    padding: 100px 0 620px; }
    @media (max-width: 1450px) {
      .bigBox.sectionTwo {
        padding: 100px 0 420px; } }
    @media (max-width: 1280px) {
      .bigBox.sectionTwo {
        padding: 15px; } }
    .bigBox.sectionTwo ul {
      width: 400px;
      display: block;
      margin: 0 auto; }
      @media (max-width: 1280px) {
        .bigBox.sectionTwo ul {
          width: 100%;
          margin: 0;
          padding: 0; } }
    .bigBox.sectionTwo p {
      margin-top: 0; }

.mBox {
  position: relative; }
  @media (max-width: 1280px) {
    .mBox .colHalf {
      width: 100%; }
      .mBox .colHalf p:last-child {
        margin-bottom: 0; } }
  @media (max-width: 1280px) {
    .mBox .fx {
      align-items: center;
      flex-direction: column; } }
  .mBox .paddingVbig {
    padding: 120px 100px; }
    @media (max-width: 1280px) {
      .mBox .paddingVbig {
        padding: 20px; } }
  @media (max-width: 1280px) {
    .mBox .paddingBig {
      padding: 20px; } }
  @media (max-width: 1450px) {
    .mBox .sBox.paddingVbig {
      padding: 80px 60px; } }
  @media (max-width: 1280px) {
    .mBox .sBox.paddingVbig {
      padding: 20px; } }
  @media (max-width: 1450px) {
    .mBox .sBox.two.paddingVbig {
      padding: 80px 60px; } }
  @media (max-width: 1280px) {
    .mBox .sBox.two.paddingVbig {
      padding: 20px; } }
  .mBox .sBox .ctaBox {
    display: flex; }
    @media (max-width: 640px) {
      .mBox .sBox .ctaBox {
        justify-content: center; } }
  .mBox .container {
    justify-content: center;
    align-items: center; }
    .mBox .container.alt {
      background: #f4f4f4; }
  .mBox .linkBox {
    margin-bottom: 30px; }

@media (max-width: 768px) {
  .sectionTwo .paddingBig {
    padding: 60px 20px; } }

@media (max-width: 640px) {
  .sectionTwo .paddingBig {
    padding: 30px 20px; }
    .sectionTwo .paddingBig .paddingBig:last-child {
      padding-top: 0; } }

.blockquote {
  text-align: center;
  background: #f4f4f4;
  padding: 50px; }
  .blockquote p {
    display: inline-block;
    text-align: center;
    font-size: 34px;
    width: 80%; }
  @media (max-width: 1280px) {
    .blockquote {
      padding: 25px; }
      .blockquote p {
        font-size: 21px; } }

.imgBox {
  z-index: 99; }
  .imgBox img {
    display: block;
    margin: 120px auto; }
    @media (max-width: 1280px) {
      .imgBox img {
        width: 60%; } }
  @media (max-width: 1450px) {
    .imgBox.alt {
      margin: 250px 0 0 -100px; } }
  @media (max-width: 1280px) {
    .imgBox.alt {
      padding: 0;
      margin: 0; } }
  @media (max-width: 1280px) {
    .imgBox {
      padding: 0;
      margin: 0;
      object-fit: cover; }
      .imgBox img {
        margin: 0;
        width: 60%;
        object-fit: cover; }
        .imgBox img.object {
          width: 60%;
          margin: 0 auto 20px; } }
  @media (max-width: 768px) {
    .imgBox {
      padding: 20px;
      order: 2;
      margin: 0; }
      .imgBox.map {
        order: 0; }
      .imgBox img {
        margin-top: 0; } }
  @media (max-width: 640px) {
    .imgBox {
      padding: 0;
      margin-bottom: 25px; } }
  .imgBox.imgSpread {
    position: relative; }
    @media (max-width: 1280px) {
      .imgBox.imgSpread {
        height: 550px; } }
    @media (max-width: 640px) {
      .imgBox.imgSpread {
        height: 350px; } }
    .imgBox.imgSpread img {
      width: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      margin: 0; }
      .imgBox.imgSpread img#main-app {
        z-index: 99; }
      @media (max-width: 640px) {
        .imgBox.imgSpread img {
          width: 80px; } }
  .imgBox.active #app-1 {
    transform: translate(-50%, -170%);
    transition-delay: 0s; }
  .imgBox.active #app-2 {
    transform: translate(-170%, -120%);
    transition-delay: 0.3s; }
  .imgBox.active #app-3 {
    transform: translate(70%, -120%);
    transition-delay: 0.6s; }
  .imgBox.active #app-4 {
    transform: translate(-170%, 20%);
    transition-delay: 0.9s; }
  .imgBox.active #app-5 {
    transform: translate(-50%, 70%);
    transition-delay: 1.2s; }
  .imgBox.active #app-6 {
    transform: translate(70%, 20%);
    transition-delay: 1.5s; }

.address {
  padding: 0;
  margin: 0; }
  .address li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0; }
    .address li.phone {
      margin: 30px 0;
      background: url("../images/svg/phone.svg") no-repeat;
      background-size: 16px 16px;
      padding-left: 30px; }

.avatarBox {
  display: inline-block;
  margin: 0 0 40px 0;
  padding: 0;
  position: relative; }
  @media (min-width: 1280px) {
    .avatarBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: 1150px;
      margin: 0 auto; } }
  @media (max-width: 1280px) {
    .avatarBox {
      margin: 0; } }
  .avatarBox .profileBox {
    position: relative;
    padding: 5px;
    display: inline-block;
    width: 144px;
    height: 144px;
    margin: 0;
    cursor: pointer;
    transition: all ease 0.3s;
    border-radius: 50%;
    z-index: 99; }
    .avatarBox .profileBox .innerBox {
      -webkit-transition: 0.15s linear;
      border-radius: 50%;
      border: 3px solid #cdcdcd; }
    @media (min-width: 1280px) {
      .avatarBox .profileBox.nearby {
        margin-left: 6px;
        margin-right: 6px;
        z-index: 100; }
        .avatarBox .profileBox.nearby .innerBox {
          transform-origin: center bottom;
          transform: scale(1.1); }
      .avatarBox .profileBox:hover {
        margin-left: 12px;
        margin-right: 12px;
        z-index: 200; }
        .avatarBox .profileBox:hover.active:before {
          transition: all ease 0.15s;
          border-color: transparent transparent #2369dc transparent; }
        .avatarBox .profileBox:hover .innerBox {
          transform-origin: center bottom;
          transform: scale(1.3); } }
    .avatarBox .profileBox.active .innerBox {
      border: 3px solid #2369dc; }
    @media (min-width: 1280px) {
      .avatarBox .profileBox.active:before {
        display:none;
        transition: all ease 0.15s;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -40px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 20px 20px;
        border-color: transparent transparent #2369dc transparent; } }
    .avatarBox .profileBox.active.up:before {
      border-width: 20px 20px 0 20px;
      border-color: #2369dc transparent transparent transparent;
      bottom: auto;
      top: -60px; }
  .avatarBox img {
    margin: 2px 0 0;
    border-radius: 50%;
    display: inline-block;
    width: 125px; }

.descBox {
  position: relative;
  width: 1200px;
  margin: 30px auto ; }
  @media (max-width: 1280px) {
    .descBox {
      width: 100%;
      margin: 0 auto; } }
  .descBox .top {
    display: flex;
    align-items: center; }
    @media (max-width: 1280px) {
      .descBox .top {
        margin-top: 20px; } }
    .descBox .top img {
      border-radius: 50%;
      margin-right: 15px;
      width: 125px; }
      @media (max-width: 1280px) {
        .descBox .top img {
          width: 80px; } }
  .descBox .profileContent {
    background: #2369dc;
    padding: 50px;
    display: none;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    text-align: left; }
    .descBox .profileContent.active {
      display: flex;
      visibility: visible;
      opacity: 1;
      align-items: center; }
    @media (max-width: 640px) {
      .descBox .profileContent {
        position: fixed;
        bottom: 0;
        z-index: 998;
        left: 0; } }
    .descBox .profileContent p:last-child {
      margin-bottom: 0; }
  .descBox .title {
    font-size: 1.5em;
    text-align: left; }
    @media (max-width: 1280px) {
      .descBox .title {
        font-size: 1.2em; } }
  .descBox ul li {
    display: inline-block; }
  @media (max-width: 1024px) {
    .descBox {
      display: inline-block; }
      .descBox .details {
        display: inline-block; }
      .descBox .profileContent.active {
        display: block; }
      .descBox ul li {
        margin-bottom: 10px; } }
  @media (max-width: 380px) {
    .descBox .details {
      width: 100%;
      margin: 15px 0 0 0; }
    .descBox .profileContent {
      padding: 10px; } }
  .descBox .close {
    display: none; }
    @media (max-width: 640px) {
      .descBox .close {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px; }
        .descBox .close span {
          display: inline-block;
          width: 30px;
          height: 30px;
          text-align: center;
          color: #2369dc;
          background: #fff;
          font-weight: 700;
          line-height: 30px;
          border-radius: 50%; } }
  .descBox .socialBox {
    margin-left: 40px; }
    @media (max-width: 640px) {
      .descBox .socialBox {
        margin: 0;
        display: flex;
        justify-content: center;
        padding: 20px; } }
    .descBox .socialBox img {
      width: 50px; }

.boxes {
  display: flex;
  justify-content: center;
  padding-bottom: 0; }
  @media (max-width: 1280px) {
    .boxes {
      flex-direction: column; } }
  .boxes .box {
    margin-right: 30px;
    padding: 30px;
    flex-grow: 1;
    width: 25%; }
    .boxes .box:last-child {
      margin-right: 0; }
    @media (max-width: 1280px) {
      .boxes .box {
        width: 60%; }
       .sBox .boxes .box {width:100%}
      }
  @media (min-width: 1280px) {
    .boxes.twoCol {
      display: inline-block; } }
  .boxes.twoCol .row {
    display: flex;
    width: 100%; }
    @media (max-width: 1280px) {
      .boxes.twoCol .row {
        flex-direction: column; } }
  .boxes.twoCol .box {
    width: 50%; }
    @media (max-width: 1280px) {
      .boxes.twoCol .box {
        width: 100%; } }
  .boxes .stat {
    font-size: 3.5em;
    font-weight: 700; }
    @media (max-width: 1280px) {
      .boxes .stat {
        font-size: 1.5em; } }
  .boxes img {
    width: 150px;
    margin-bottom: 20px; }
  .boxes p {
    margin: 0; }
  .boxes .subTitle {
    font-weight: 700;
    font-size: 18px; }
  .boxes.small img {
    width: 80px; }
  .boxes.small .subTitle {
    font-size: 14px; }
  .boxes.small p {
    font-size: 0.8em;
    line-height: 21px; }
  .boxes.small .box {
    padding: 15px;
    text-align: center; }

.appCta {
  display: flex;
  justify-content: center;
  margin-bottom: 30px; }
  .appCta img {
    width: 200px; }

footer {
  background: url(../images/header/header-bg.jpg) no-repeat center;
  position: relative;
  background-size: cover; }
  footer .container {
    max-width: 960px;
    margin: auto;
    padding: 50px; }
    @media (max-width: 1280px) {
      footer .container {
        padding: 20px; } }
  footer p {
    color: #fff;
    width: 100%;
    text-align: center;
    clear: both;
    margin-bottom: 0;
    font-size: 14px; }
    @media (max-width: 1280px) {
      footer p {
        font-size: 12px;
        line-height: 18px; } }
    footer p a {
      color: #fff; }
      footer p a:hover {
        color: #1a9aea; }
    footer p.bits a {
      margin: 0 5px; }
  footer img {
    display: block;
    margin: 0 auto 20px; }
  footer .footerLogo {
    width: 200px; }
  @media (max-width: 640px) {
    footer .footerLinks li {
      width: 100%;
      border: none;
      margin: 0 0 20px 0;
      padding: 0; }
      footer .footerLinks li a {
        margin: 0; } }
  footer .address {
    justify-content: center;
    text-align: center; }
    footer .address .colHalf {
      width: 400px;
      padding: 0 20px; }
      @media (max-width: 1280px) {
        footer .address .colHalf {
          margin-bottom: 15px; } }
    footer .address .title {
      color: #fff;
      font-weight: 400; }
    footer .address p {
      font-size: 14px; }

#grid {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none; }
  #grid div {
    flex: 1 0 auto;
    overflow: hidden;
    position: relative; }
  #grid.is-active .grid-item {
    transform: translate(0); }
  #grid.is-hidden .grid-item {
    transform: translate(101%); }
  #grid.is-top {
    display: block;
    z-index: 99997; }

.grid-item {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  will-change: transform;
  transform: translate(-101%);
  transition: transform 0.5s cubic-bezier(0.68, 0.04, 0.29, 0.85); }

.hero {
  width: 100%;
  height: 100vh;
  background: url(../images/header/header-bg.jpg) no-repeat center #434343;
  background-size: cover;
  position: relative;
  /*box-shadow: inset 0 0 400px 120px rgba(0, 0, 0, 0.8);*/ }
  .hero .overlay-1 {
    background: url(../images/header/overlay-1.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100vh; }
  .hero .overlay-2 {
    background: url(../images/header/overlay-2.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0; }
  .hero img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    z-index: 1; }
  .hero .downLink {
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    display: block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: url(../images/layout/down-arrow.svg) no-repeat center 15px;
    background-size: 30px;
    animation: downarrow 1s ease-in-out infinite;
    z-index: 1; }
  .hero .fBall {
    position: absolute; }
  .hero .ballOne {
    background: url(../images/header/ball-1.png) no-repeat;
    width: 220px;
    height: 220px;
    bottom: -10px;
    left: 120px;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.4); }
    .hero .ballOne.active {
      bottom: 50px;
      opacity: 1;
      transition: all ease .5s; }
  .hero .ballTwo {
    background: url(../images/header/ball-2.png) no-repeat;
    width: 270px;
    height: 260px;
    right: 100px;
    bottom: 190px;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 200px 100px rgba(0, 0, 0, 0.6); }
    .hero .ballTwo.active {
      bottom: 250px;
      opacity: 1;
      transition: all ease .5s; }
  .hero .ballThree {
    background: url(../images/header/ball-3.png) no-repeat;
    width: 225px;
    height: 218px;
    top: 410px;
    right: 200px;
    transition: all ease .2s;
    opacity: 0;
    border-radius: 50%;
    box-shadow: 0 200px 100px rgba(0, 0, 0, 0.6); }
    .hero .ballThree.active {
      top: 350px;
      opacity: 1;
      transition: all ease .5s; }
  .hero .ballFour {
    background: url(../images/header/ball-4.png) no-repeat;
    width: 228px;
    height: 228px;
    top: 260px;
    left: 200px;
    transition: all ease .2s;
    opacity: 0;
    border-radius: 50%;
    box-shadow: 0 200px 100px rgba(0, 0, 0, 0.6); }
    .hero .ballFour.active {
      top: 200px;
      opacity: 1;
      transition: all ease .5s; }
  .hero .euromillions {
    background: url(../images/layout/euromillions-ball.png) no-repeat;
    width: 215px;
    height: 215px;
    top: 200px;
    left: 200px; }
  .hero .lottery {
    background: url(../images/layout/lottery-ball.png) no-repeat;
    width: 215px;
    height: 215px;
    top: 350px;
    right: 200px; }
  .hero a {
    color: #fff; }
    .hero a:hover {
      color: #f99335; }
  @media (max-width: 1920px) {
    .hero {
      background-position: top center; } }
  .hero h1 {
    font-size: 72px;
    color: #fff;
    line-height: 1.3em; }
    @media (max-width: 1280px) {
      .hero h1 {
        font-size: 32px; } }
  .hero p {
    color: #fff;
    font-size: 24px; }
    .hero p.big {
      font-size: 2em !important; }
      @media (max-width: 640px) {
        .hero p.big {
          font-size: 1em !important; } }
  .hero .contentBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
    @media (max-width: 640px) {
      .hero .contentBox {
        width: 100%;
        padding: 20px; } }
  .hero video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: inherit;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; }
  .hero.alt {
    height: auto; }
    @media (max-width: 1280px) {
      .hero.alt {
        padding: 100px; } }
    @media (max-width: 640px) {
      .hero.alt {
        padding: 20px; } }
    .hero.alt .contentBox {
      position: relative;
      padding: 200px 0;
      left: auto;
      top: auto;
      transform: translate(0, 0);
      width: 80%;
      margin: auto; }
      @media (max-width: 1280px) {
        .hero.alt .contentBox {
          padding: 80px 0 10px; } }
    .hero.alt video {
      opacity: .4; }
    .hero.alt img {
      /*box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);*/ }
    .hero.alt p {
      font-size: 1.2em; }
      @media (max-width: 640px) {
        .hero.alt p.small {
          font-size: .8em; } }

@-webkit-keyframes downarrow {
  0% {
    bottom: 50px; }
  50% {
    bottom: 40px; }
  100% {
    bottom: 50px; } }

h1, h2, h3, h4, h5, .title, .title3 {
  font-weight: 800;
  margin: 0;
  letter-spacing: -1px; }

h1 {
  font-size: 4em;
  line-height: 40px;
  margin-bottom: 20px; }
  @media (max-width: 1280px) {
    h1 {
      font-size: 1.8em; } }
  h1.medium {
    font-size: 2.5em; }
    @media (max-width: 1280px) {
      h1.medium {
        font-size: 1.8em; } }

h2 {
  font-size: 2.875em;
  line-height: 56px;
  margin-bottom: 25px; }
  h2.vBig {
    font-size: 4em;
    margin-bottom: 50px;
    line-height: 72px;
    letter-spacing: -3px; }
    @media (max-width: 1280px) {
      h2.vBig {
        font-size: 1.8em;
        line-height: 42px;
        margin-bottom: 25px;
        letter-spacing: -1px; } }
  @media (max-width: 1280px) {
    h2 {
      font-size: 1.8em;
      line-height: 42px;
      margin-bottom: 25px;
      letter-spacing: -1px; } }

h3, .title3 {
  font-size: 2em;
  line-height: 36px;
  margin-bottom: 15px;
  font-weight: 700; }
  @media (max-width: 1280px) {
    h3, .title3 {
      font-size: 1.5em; } }

h4, .title4 {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: -1px; }

p {
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 2;
  font-size: 1.1em; }
  @media (max-width: 640px) {
    p {
      font-size: .8em; } }
  p.big {
    font-size: 2em;
    line-height: 1.3; }
    @media (max-width: 1280px) {
      p.big {
        font-size: 1.5em;
        line-height: 1.5; } }
    @media (max-width: 640px) {
      p.big {
        font-size: 1em;
        line-height: 2; } }
  p.textSmallLight {
    font-size: 16px;
    color: #3d434f; }

.light {
  font-weight: 300; }

.highlight {
  color: #d40d12;
  font-weight: 800; }

.btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 1.3em;
  border: 2px solid #fff;
  padding: 15px 25px;
  border-radius: 35px;
  transition: all .2s ease;
  font-weight: 700;
  letter-spacing: -1px; }
  .btn:hover {
    background: #fff;
    color: #434343;
    transition: all .2s ease; }
  .btn.alt {
    border-color: #2369dc;
    color: #2369dc; }
    .btn.alt:hover {
      background: #2369dc;
      color: #fff; }

.body-padding {
  width: 100vw;
  height: 100vh; }

.section {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: #fff; }
  .section.-one {
    z-index: 99991;
    height: 100vh;
    padding: 25vh 0 0; }
  .section.-two {
    padding: 10vh 0 0;
    z-index: 9999; }

.section-inner {
  position: relative;
  margin: 0 auto;
  width: 85%;
  height: 100%;
  max-width: 1450px; }

#mac-shadow {
  position: absolute;
  top: 0;
  left: -10%;
  width: 40%;
  padding-top: 100%;
  background: rgba(67, 67, 67, 0.1); }

#mac {
  position: absolute;
  width: 90%;
  max-width: 1000px;
  top: 0;
  left: 0; }
  #mac img {
    width: 100%;
    position: relative; }
  #mac ._video {
    perspective: 2000px;
    width: 100%;
    height: 56%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-45%, -70%); }
  #mac video {
    position: absolute;
    width: 100%;
    height: auto;
    position: absolute;
    transform: rotateY(25.7deg) rotateZ(5deg) rotateX(11deg) skew(3.7deg, 0.8deg); }

.section-title-part {
  overflow: hidden;
  display: block;
  position: relative;
  line-height: 1; }
  .section-title-part div {
    font-size: 10vw;
    font-family: "Oswald";
    font-weight: 700;
    text-transform: uppercase;
    color: #434343;
    position: relative; }
    @media (min-width: 1450px) {
      .section-title-part div {
        font-size: 5em; } }
    @media (max-width: 640px) {
      .section-title-part div {
        font-size: 10vw; } }
    .section-title-part div span {
      will-change: transform;
      transform: translate(0, 100%);
      transition: transform 0.65s cubic-bezier(0.5, -0.5, 0.4, 1.5); }
      .section-title-part div span.is-active {
        transform: translate(0, 0);
        opacity: 1; }

.paragraph {
  width: 50%;
  margin: 100px 0 100px auto;
  position: relative;
  color: #fff;
  font-size: 1.2em;
  padding: 40px 80px 20px;
  overflow: hidden; }
  .paragraph:before {
    background: #0778be;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    will-change: transform;
    transform: scale(0, 1);
    transform-origin: center left;
    transition: transform 1s cubic-bezier(0.5, -0.5, 0.4, 1.5); }
  .paragraph.is-active:before {
    transform: scale(1, 1); }
  .paragraph ._content {
    position: relative;
    opacity: 0;
    will-change: opacity;
    transition: opacity .4s ease-in-out; }
    .paragraph ._content.is-active {
      opacity: 1; }
  .paragraph.-right {
    text-align: right; }

.address {
  padding: 0;
  margin: 0; }
  .address li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0; }
    .address li.phone {
      margin: 30px 0;
      background: url("../images/svg/phone.svg") no-repeat;
      background-size: 16px 16px;
      padding-left: 30px; }

.eLink {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .eLink img {
    width: 50px; }
  .eLink p {
    margin: 0 0 0 15px; }

.question {
  padding: 20px 20px 20px 50px;
  margin: 0;
  font-size: 1.4em;
  line-height: 36px;
  position: relative;
  cursor: pointer;
  transition: all ease 0.2s; }
  .question:before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-size: 1.1em;
    background: #2369dc;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    transition: all ease 0.2s; }
  .question:hover {
    background: #cdcdcd;
    transition: all ease 0.2s;
    padding-left: 75px; }
    .question:hover:before {
      left: 25px;
      transition: all ease 0.2s; }
  @media (max-width: 640px) {
    .question {
      font-size: 18px;
      line-height: 26px; } }

.faq {
  border-bottom: 1px solid #cdcdcd; }
  .faq:last-child {
    border: none; }

.faqs > h2 {
  margin-top: 30px; }
  .faqs > h2:first-of-type {
    margin-top: 0; }

.answer {
  margin-bottom: 30px; }
  .answer p {
    margin: 0 0 25px 30px; }
    .answer p:last-child {
      margin-bottom: 0; }
  @media (max-width: 480px) {
    .answer {
      padding: 20px; } }

.question.is-active {
  transition: all ease 0.2s;
  margin-bottom: 20px; }
  .question.is-active:before {
    content: "-";
    line-height: 25px; }

.js-collapsible {
  height: 0;
  overflow: hidden;
  transition: all ease 0.2s; }
  .js-collapsible.is-active {
    height: auto; }

.addressBox {
  display: flex;
  align-items: center; }
  @media (max-width: 640px) {
    .addressBox {
      flex-direction: column; } }

/*# sourceMappingURL=_sourcemaps/styles.css.map */
