@font-face {
  font-family: 'Gotham';
  src: url('Gotham-Bold.woff2') format('woff2'),
      url('Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('Gotham-Medium.woff2') format('woff2'),
      url('Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Book';
  src: url('Gotham-Book.woff2') format('woff2'),
      url('Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('Gotham-Light.woff2') format('woff2'),
      url('Gotham-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Book';
  src: url('Gotham-BookItalic.woff2') format('woff2'),
      url('Gotham-BookItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-image: url(hero-desktop.jpg);
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
  background-position: center;
}

p, div, body, a {
  font-family: Gotham, Arial, Sans;
}

div {
  box-sizing: border-box;
}

.top-container {
  height:800px; 
  background:transparent;
  width: 100%;
  text-align: center;
}

.top-container .language-selector {
  float: right;
  margin-top: -40px;
}

.top-container-frame {
  position: absolute;
  top:0px;
  left:50%;
  z-index: -1;
  margin: 60px auto;
}

.language-selector {
  height: 60px;
  background:transparent;
  display:block;
  overflow: visible;
  width: 100%;
}

.language-selector-frame { 
  height: 60px;
  width: 1260px;
  margin: 0 auto;
  position: relative;
}

.language-selector .language-selector-link a {
  position: absolute;
  display: block;
  bottom: 5px;
  right: 0;
}
.language-selector .language-selector-link a {
  font-weight: bold;
  font-size: 24px;
  color:  #f4f5f7;
  text-decoration: none;
}
.language-selector .language-selector-pane {
  display: none;
  float: right;
  margin-top: -40px;
  background-color: #fff;
  border: 1px solid #222856;
}

.top-container .language-selector-pane a {
  font-weight: bold;
  font-size: 24px;
  color:  #222856;
}

.top-container-frame div.framed { 
  height: 680px;
  margin-left: -50%;
  width: 1260px;
  margin-top: 60px;
}

.top-container-frame div.frame { 
  opacity: 0.72;
  height: 100%;
  border: 16px solid #fff;
  width: 100%;
}

.top-container img.brand {
  width: 401px; 
  height: 282px; 
  margin-top: 86px;
  margin-bottom: 40px;
}

.top-container h1 {
  color: #f4f5f7;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
  font-size: 53px;
  margin-bottom: 70px;
  font-weight: 500;
}

.top-container a {
  text-transform: uppercase;
  color: #f4f5f7;
  text-align: left;
  line-height: normal;
  font-size: 13px;
  text-decoration: none;
}

.top-container span.arrow {
  margin-top: 10px;
  display: inline-block;
  height: 30px;
  width: 20px;
  overflow: hidden;
}
.top-container span.arrow img {
  animation: slide-top 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}

.center-column {
  width: 1260px;
  max-width: 90%;
  margin: auto;
}

.para {
  color: #222856;
  text-align: left;
  line-height: 60px;
  font-size: 34px;
  background-color: #fff;
  font-weight: 100;
  width: 1040px;
}

.para h2 {
  font-weight: bold;
  font-size: 34px;
}

.page-container {
  background-color: #fff; 
  width:100%;
  padding-top: 50px;
}

.downloads {
  clear: both;
  display: block;
}

.dowloads .columns {
  display: flex;
}

.downloads .column1 {
  flex: 1;
}

.downloads h4 {
  color: #222856;
  text-align: left;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.downloads .col {
  width: 350px;
  margin-left: 15px;
  float: left;
}

.downloads .button {
  border: 0;
  outline: 0;
  display: inline-block;
  color: #fff;
  background-image: linear-gradient(90deg, #99bbd7 13.541666666666696%, #7abdd2 90.2777777777778%);
  height: 60px;
  width: 230px;
  font-weight: 200;
  color: #f4f5f7;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 50px 0;
  position: relative;
  margin-right: 10px;
  max-width: 350px;
  text-decoration: none;
  line-height: 20px;
  margin-bottom: 10px;
}

.downloads .button.oneline {
  line-height: 50px !important;
}

.downloads .button::after {
  content: ' ';
  background-image: url(ico-download@2x.png);
  background-size: cover;
  width: 26px;
  height:36px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.form input {
  height: 36px;
  width:  530px;
  max-width: 90%;
  border: 2px solid #99bbd7;
  outline: 0;
  padding: 10px;
  font-size: 21px;
  color: #222856;
  font-weight: 200;
}

.form button {
  border: 0;
  outline: 0;
  color: #fff;
  background-image: linear-gradient(90deg, #99bbd7 13.541666666666696%, #7abdd2 90.2777777777778%);
  height: 60px;
  width: 300px;
  max-width: 90%;
  display: inline-block;
  border: 2px solid #99bbd7;
  font-weight: 200;
  color: #f4f5f7;
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 30px;
  position: relative
}

.cookie-backdrop {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.2);
  position: fixed;
}

.cookie-banner {
  background-color: #f4f5f7;
  font-size: 21px;
  border-top: 2px solid #222856;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 20px;
}

.cookie-banner a {
  border: 0;
  outline: 0;
  display: inline-block;
  color: #fff;
  background-image: linear-gradient(90deg, #99bbd7 13.541666666666696%, #7abdd2 90.2777777777778%);
  height: 30px;
  width: 250px;
  font-weight: 200;
  color: #f4f5f7;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 50px 0;
  position: relative;
  margin-right: 10px;
  max-width: 350px;
  text-decoration: none;
  line-height: 20px;
  margin-bottom: 10px;
}

.footer-logo {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer {
  overflow: hidden;
  width:100%;
  height: 43px;
  background-image: linear-gradient(90deg, #99bbd7 13.5416666666667%, #7abdd2 90.27777777777779%);
  box-sizing: border-box;
  font-family: 'Arial Regular', 'Arial', sans-serif;
  text-align: center;
  line-height: normal;
}
.footer a {
  text-decoration: none;
  color: #fff;
}


@media only screen and (min-width: 1024px) {
  body {
    background-position: center;
  }
  .top-container span.arrow img {
    width: 14px;
    height: 30px;
  }
  .downloads .button {
    font-size: 16px !important
  }
}

@media only screen and (max-width: 1024px) {
  body {
    background-position: center
  }
  .center-column {
    width: 100%;
    position: initial;
  }
  .language-selector-frame {
    width: 100%;
  }
  .top-container-frame div.framed {
    width: 100%;
    position: absolute;
    left: 0;
    margin-left: 2.5%;
    width: 95%;
  }
  .language-selector .language-selector-link a {
    right: 50px;
  }
  .downloads .button {
    font-size: 16px !important;
  }
}


@media only screen and (max-width: 768px) {

  body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url(hero-mobile.jpg);
    background-attachment: fixed;
    overflow-x: hidden;
  }

  .para, .para h2 {
    font-size: 21px;
    line-height: 23px;  
  }

  
  .top-container {
    height: 100vh; 
    background:transparent;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 40px;
  }

  .top-container .language-selector {
    float: right;
    margin-top: -40px;
  }

  .top-container-frame {
    position: absolute;
    left: 0;
    top:0px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    height: 100vh;
  }

  .language-selector {
    height: 60px;
    background:transparent;
    display:block;
    overflow: visible;
    width: 100%;
    position: absolute;
  }

  .language-selector-frame { 
    height: 60px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .language-selector .language-selector-link a {
    position: absolute;
    display: block;
    bottom: 5px;
    right: 30px;
  }
  .language-selector .language-selector-link a {
    font-weight: bold;
    font-size: 24px;
    color:  #f4f5f7;
    text-decoration: none;
  }
  .language-selector .language-selector-pane {
    display: none;
    float: right;
    margin-top: -40px;
    background-color: #fff;
    border: 1px solid #222856;
  }

  .top-container .language-selector-pane a {
    font-weight: bold;
    font-size: 24px;
    color:  #222856;
  }

  .top-container-frame div.framed { 
    height: 100%;
    width: 100%;
    margin-top: 0 !important;
    margin: 0 !important;
    padding: 10px  !important;
  }

  .top-container-frame div.frame { 
    opacity: 0.72;
    height: 100%;
    border: 16px solid #fff;
    width: 100%;
  }

  .top-container img.brand {
    width: 70%; 
    height: unset; 
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .top-container h1 {
    color: #f4f5f7;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 500;
  }

  .top-container a {
    text-transform: uppercase;
    color: #f4f5f7;
    text-align: left;
    line-height: normal;
    font-size: 13px;
    text-decoration: none;
  }

  .top-container span.arrow {
    margin-top: 10px;
    display: inline-block;
    height: 26px;
    width: 14px;
    overflow: hidden;
  }
  .top-container span.arrow img {
    width: 14px;
    height: 26px;
    animation: slide-top 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
  }

  .center-column {
    width: 100%;
    max-width: 90%;
    margin: auto;
    text-align: left;
  }

  .center-column.footer-logo {
    text-align: center;
  }

  .downloads .columns {
    display: block;
  }

  .downloads .button {
    max-width: 100% !important;
    min-width: 85% !important;
  }

  .cookie-banner {
    padding: 5%;
  }

  .cookie-banner p, .cookie-banner .center-column {
    margin: 0 !important;
  }

  .cookie-banner p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .cookie-banner a {
    width: 90%;
    max-width: 90%;
    min-width: 90%;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
  .form input {
    margin-bottom: 20px;
  }
  .top-container-frame div.framed {
    width: 98%;
  }
  .language-selector .language-selector-link a {
    right: 45px;
  }
}

@media screen and (max-width: 480px) {
  body {
    background-position: center;
    background-size: auto !important;
  }
  .top-container-frame div.framed {
    width: 100%;
  }
  .downloads .button {
    min-width: 73% !important;
  }
  .language-selector .language-selector-link a {
    right: 35px;
  }
  .cookie-banner a {
    width: 70%;
    max-width: 70%;
    min-width: unset; 
  }
  .cookie-banner .center-column {
    max-width: 100%;
  }
  .form button {
    max-width: 100%;
    width: 97%;
  }
}

@media screen and (max-width: 320px) {
  .top-container h1 {
    font-size: 27px;
  }
  .downloads .button {
    max-width: 66% !important;
    min-width: 66% !important
  }
  .cookie-banner a {
    width: 66%;
  }
}

 @-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  81% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  81% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
