@import url("https://use.typekit.net/wsp6vls.css");

/*
font-family: ballinger-mono, sans-serif;
font-weight: 300; Light
font-weight: 400; Regular
font-weight: 500; Medium
-----------------------------------------
font-family: ballinger, sans-serif;
Ballinger X-Light
 font-weight: 200;
font-style: normal;
Ballinger Regular
 font-weight: 400;
font-style: normal;
Ballinger Regular
 Italic font-weight: 400;
font-style: italic;
Ballinger Bold
 font-weight: 700;
font-style:
normal;
Ballinger Bold Italic
 font-weight: 700;
font-style: italic;
*/

.clear,
* html .clearfix,
*:first-child+html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: 30%;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: calc(50% - 30px);
}

.half {
  width: 50%
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.half {
  float: left;
  display: block;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

img {
  border: none;
  max-width: 100%;
  display: block;
  align-self: flex-start;
}

a,
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */

html {
  font-family: ballinger-mono, sans-serif;
  height: 100%;
}

body {
  font-family: ballinger-mono, sans-serif;
  font-weight: 300;
  font-size: 15px;
  background: #fff;
  color: #000000;
  margin: 0;
  padding: 0;
  height: 100%;
  padding-top: 94px;
}

body.hideMessage {
  padding-top: 64px;
}

body.hideMessage header {
  top: 0;
}

body.hideMessage .message {
  display: none;
}


.img {
  width: 100%;
  margin: 0;
  display: block;
}

/* Headings */

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: medium;
}

p {
  max-width: 26em;
  font-size: 15px;
  line-height: 1.4em;
  text-align: left;
  width: 100%;
}

h1 {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  max-width: 630px;
  width: 90%;
  text-transform: uppercase;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 0;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.loaded h1 {
  opacity: 1;
  transition-delay: 0.5s;
}



h2 {
  font-family: ballinger-mono, sans-serif;
  font-family: ballinger, sans-serif;
  font-weight: 300;
  font-size: 52px;
  letter-spacing: 2px;
  line-height: 52px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

h4 {
  font-size: 40px;
  color: #2a3851;
}

/* Navigation */

header {
  display: block;
  position: fixed;
  width: 100%;
  top: 30px;
  left: 0;
  border-bottom: 1px solid #000;
  z-index: 200
}

header .tel {
  position: absolute;
  right: 220px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/*.visible_header header {
  transform: translateY(0);
}*/

.main-logo {
  display: inline-block;
  position: absolute;
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  opacity: 0;
  transition: 0.3s
}

.main-logo img {
  height: 34px
}

.visible_header .main-logo {
  opacity: 1;
}

.pb0 {
  padding-bottom: 0;
}

.logo {
  margin: 0 auto;
  display: block;
  width: 100%;
  opacity: 1;
  position: relative;
  transition: 1s all;
  margin-bottom: 50px;
}

nav {
  display: flex;
  position: relative;
  justify-content: center;
  align-self: center;
  width: auto;
}

nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

nav li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
  line-height: 10px;
  position: relative;
}

nav li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  border-bottom: 4px solid transparent;
  transition: 0.3s;

}


nav li a.active {
  border-color: #fff
}

/* nav-toggle */

#nav-toggle {
  position: fixed;
  bottom: 6px;
  left: 10px;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 1000;
  display: none;
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  height: 1px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  top: 12px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#nav-toggle span:before {
  top: -5px;
}

#nav-toggle span:after {
  bottom: -5px;
  top: auto
}

.show_navBar #nav-toggle span {
  background-color: transparent !important;
}

.show_navBar #nav-toggle span:after,
.show_navBar #nav-toggle span:before {
  top: 0;
}

.show_navBar #nav-toggle span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}

.show_navBar #nav-toggle span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

/* enquiry */

.register {

  max-width: 100%;
}

.formbox {}

.register p {
  width: 450px;
  padding-bottom: 28px;
  max-width: 100%;
}

input,
select {
  font-family: ballinger-mono, sans-serif;
  font-weight: 400;
  margin: 0 auto;
  padding: 12px 0;
  width: 100%;
  color: #000000;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.17em;
  line-height: 14px;
  text-transform: uppercase;
}

.register p+input {
  border-top: 1px solid #fff;
}

select {

  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

select option {
  padding: 7px 5px;
  background: #000 !important;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.privacy {
  font-weight: 300;

  font-size: 11px;
  line-height: 16px;
  text-align: left;
  color: #000;
  padding-top: 10px;
  padding-bottom: 150px !important;
}

.privacy a {
  text-decoration: underline
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}

#chkInternational+label {
  padding: 2px 0 2px 18px;
  position: relative;
  text-align: center;
  display: block;
  color: #546670;
  font-size: 12px;
  font-family: inherit;
  text-transform: uppercase;
  display: inline;
  margin: auto;
}

#chkInternational+label:before {
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #fff;
  content: '';
  display: block;
}

#chkInternational+label:after {
  position: absolute;
  left: 0;
  width: 4px;
  height: 7px;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: block;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#chkInternational:checked+label:after {
  -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.5;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.5;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

/*footer*/

footer {
  display: block;
  width: 100%;
  position: relative;
  padding: 20px 40px 20px 80px;
  z-index: 2;
  display: none !important;
}

footer span {
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  color: #fff;
  transition: 0.5s all;
  z-index: 10;
  opacity: 0;
  transition: 0.5s all;
}

footer span+span {
  padding-left: 93px;
}

.footer-logo {
  display: flex;
  margin-right: 35px;
}

.footer-logo img {
  height: 55px;
}

.footer-logo .abadeen {
  height: 50px;
}

/* Token Style */

ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #fff;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

ul {
  list-style: none !important
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

/* Parsley-error */

ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
  margin-top: -13px;
}

* {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

main {
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  height: calc(100% + 2px);
  overflow: hidden;
}

.pattern {
  position: absolute;
  left: 0;
  right: 0;
  width: 1500px;
  margin: auto;
  top: 0;
  opacity: 0.5;
  z-index: 10;
}

.landing-image-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1.2);
  transition: 1s all;
}

.preloader {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #ffffff;
  transition: 1s;
}

#pc {
  opacity: 0;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  margin-bottom: -10%;
  width: 881px;
  max-width: 70%;
}

.load-preloader .landing-image-frame {
  transition-delay: 2.5s;
  transform: scale(1);
}

.load-preloader .preloader {
  transition-delay: 1.5s;
  height: 0px;
}

.load-preloader #pc {
  transition-delay: 2.5s;
  opacity: 1;
  top: 50%;
  margin-bottom: 0;
  z-index: 2
}

.load-preloader .btn-holder {
  transition-delay: 3s;
  opacity: 1;
}

.load-preloader footer span {
  transition-delay: 3s;
  opacity: 1;
}

section {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: auto;
}

.container {
  width: 100%;
  max-width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.wrapper {
  width: 1280px;
  width: 1440px;
  max-width: calc(100% - 40px);
  margin: auto;
  margin-right: auto;

}

.landing {
  height: 100%;
  justify-content: center;
  align-items: center;
}

.div {
  display: block;
  position: relative;
  margin: auto;
  width: 1248px;
  max-width: calc(100% - 100px);
}

.play-btn {
  z-index: 2;
  width: 70px;
}

p a {
  text-decoration: none;
  color: inherit;
}

.b_submit {
  border-bottom: 0;
  cursor: pointer;
  border: 1px solid #fff;
  width: 160px;
  display: block;
  text-align: center;
  margin: 1em 0 0 0;
}

.btn {
  display: block;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #000;
  width: max-content;
  text-transform: uppercase;
  padding: 6px 20px;
  transition: 0.3s;
}

header .btn {
  color: #fff;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.tat {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
  padding: 6px 20px;
  transition: 0.3s;
  border: 1px solid #000;
  width: max-content;
  margin-top: 40px;
  transition: 0.3s;
}

.tat:hover {
  color: #fff;
  background: #000
}

#register .tat {
  margin-top: 0;
  border: 1px solid #fff;
}


.btn-holder {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0;
  transition: 0.5s all;
  transform: translateY(-500%) translateX(-11%) rotate(-90deg);
  transform-origin: top right;
}

#background-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

canvas {
  width: 100%;
  height: 100%;
}

.pop-up {
  display: none;
  position: fixed;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
}

.pop-up-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
}

.pop-up-content-holder {
  display: block;
  position: relative;
  width: 768px;
  max-width: 90%;
  background-color: #ffffff;
  padding: 5%;
  box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 30%);
  max-height: 90%;
  overflow: hidden;
  overflow-y: scroll;
}

.close-pop-up {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}

.close-pop-up img {
  width: 100%;
}

.pop-up p {
  width: 100%;
  padding-bottom: 10px;
}

.shortvideo {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-size: cover !important;
}

.koyo2065 {
  margin: 20px auto;
}

.qoute {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  width: 600px;
  max-width: 100%;
  padding-bottom: 2em;
  margin: auto;
}

.qoute+p {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  width: 600px;
  max-width: 100%;
  margin: auto;
}

.location-images {
  width: 25%;
}

.teams {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 20px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}

.teams span {
  display: block;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.17em;
  line-height: 14px;
  text-align: left;
  color: #000;
  padding-bottom: 1em;
}

.teamimages {

  object-fit: cover;
}

#register {
  background-color: #000000;
  justify-content: flex-start;
  z-index: 900;
}

#register h2,
#register p {
  text-align: left;
}

#register p {
  font-size: 13px;
}

#register * {
  color: #fff !important;
}

.developby {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 1em;
}

.darklayer::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none
}

.phone-number,
.display {
  display: block;
  color: #FFFFFF;
  font-family: ballinger-mono, sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 20px;
  padding-bottom: 18px;
  text-transform: uppercase;
}

.getdirection {
  color: #ffffff;
  text-decoration: underline
}

.ma {
  margin: auto
}

.heart {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(50%, 50%)
}

@media (hover: hover) {
  .btn:hover {
    color: #000;
    background-color: #fff;
  }

  nav li a:hover {
    border-color: #ffffff;
  }
}

@media screen and (max-aspect-ratio: 1920/1080) {
  .shortvideo {
    height: 100%;
    min-height: 100%;
  }
}

@media screen and (min-aspect-ratio: 1920/1080) {
  .shortvideo {
    width: 100%;
  }
}

.specialpadding {
  padding-left: calc((100% - 1440px)/2);
}

.message {
  font-family: ballinger-mono, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #852E3D;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 100;
}

.m-close {
  position: absolute;
  right: 20px;
  font-family: ballinger-mono, sans-serif;
  font-size: inherit;
}

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */

.fullwidth {
  width: 100%;
}

.pbs {
  padding-bottom: 10px;
}

.bg {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.pt24 {
  padding-top: 150px;
  padding-top: 14vh;
}

.pb24 {
  padding-bottom: 150px;
  padding-bottom: 14vh;
}

.pt24.pb24 {
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.ptm {
  padding-top: 7vh;
}

.pbm {
  padding-bottom: 7vh;
}

.rightfloat {
  float: right;
}

.pl30 {
  padding-left: 30px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt40 {
  padding-top: 40px;
}

.center-position {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.centeralign {
  justify-content: center;
  text-align: center;
}

.row {
  width: 100%;
  display: flex;
  flex-flow: row;
}

.column {
  flex-flow: column;
}

.flexstart {
  justify-content: flex-start;
}

.rowreverse {
  flex-direction: row-reverse;
}

.columnreverse {
  flex-direction: column-reverse;
}

.spacebetween {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.leftalign {
  text-align: left;
  align-items: flex-start;
}

.lls::first-letter {
  padding-left: 3em;
}

.break {
    display: block
}


@media screen and (max-width: 1440px) {
  .ml20 {
    margin-left: 20px
  }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 900px) {
  body {
    padding-top: 0
  }

  .just-desktop {
    display: none !important;
  }

  .message {
    font-size: 8px;
    padding: 0 50px;
  }

  body.hideMessage {
    padding-top: 0;
  }

  body.hideMessage header {
    top: initial;
  }

  body.hideMessage .message {
    display: none;
  }

  #nav-toggle {
    display: block;
  }

  main {
    width: 100%;
  }

  header .tel {
    top: initial;
    bottom: 7px;
    position: fixed;
    width: 30px;
    height: 30px;
    top: initial;
    transform: translate(0%);
    -webkit-transform: translate(0%);
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    z-index: 1100;
    right: 10px;
    font-size: 0;
    color: transparent;
    background-image: url(/images/phone.svg);
    background-position: center center;
    background-size: 24px;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 100%;
  }

  nav {
    display: flex;
    position: fixed;
    justify-content: center;
    align-self: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #ecdfdd;
    transform-origin: initial;
    transition: 0.5s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }

  .show_navBar nav {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }

  nav ul {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
  }

  nav li {
    margin: 10px auto;
  }

  nav li a {
    color: #000;
    padding: 0 0 2px 0
  }

  nav li a.active {
    border-color: #000;
  }

  p {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #000;
  }

  .grid_6 {
    width: 100%;
  }

  .pl30 {
    padding-left: 0;
  }

  .container {
    padding: 0 20px;
    max-width: 96%;
  }

  .pt150 {
    padding-top: 75px;
  }

  .pb150 {
    padding-bottom: 75px;
  }

  footer {
    padding: 0 20px;
    padding-bottom: 70px;
  }

  footer {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
  }

  footer span {
    width: 100%;
    padding-bottom: 20px;
  }

  footer span+span {
    width: 100%;
    padding-left: 0;
  }

  .btn {
    position: fixed;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
    color: #fff;
    background-color: #000000;
    display: inline-block;
    padding: 11px;
    top: auto;
    bottom: 0;
    transform: none;
    width: 100%;
    left: 0;
    right: 0;
    border: 0;
    z-index: 1000;
  }

  .play-btn {
    width: 50px;
  }

  #register {
    padding-bottom: 0 !important;
  }

  .row,
  .grid_6,
  .grid_4 {
    width: 100%;
    flex-direction: column;
  }

  header {
    width: 100%;
    max-width: 100%;
    top: initial;
    bottom: 0;
  }

  h1{
    bottom: 30px;
  }

  header .btn {
    transform: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    top: initial;
}

  .mmbb {
    margin-bottom: 7vh;
  }

  .pb24 {
    padding-bottom: 12vh;
  }

  .pt24 {
    padding-top: 12vh;
  }

  h2 br {
    display: none;
  }

  #register {
    z-index: 9;
  }

  h2 {

    font-size: 42px;

    line-height: 42px;

  }

  .grid_5 {
    width: 100%
  }

  .privacy {

    padding-bottom: 28px !important;
  }

  .main-logo {

    position: fixed;
    height: 34px;
    top: 40px;
    transform: none;
    left: 0;
    text-align: center;
    width: 100%;
    transition: 0.3s
  }

  .btn {
    font-size: 18px;
    line-height: 22px;
  }

  .ptm {
    padding-top: 5vh;
  }

  .pbm {
    padding-bottom: 5vh;
  }

  .main-logo img {
    height: 34px;
    margin: auto;
  }

  .pt24.pb24 {
    padding-top: 12vh;
    padding-bottom: 12vh;


  }

  .mpbm {
    padding-bottom: 12vh
  }

  .mpb0 {
    padding-bottom: 0 !important
  }

  .mpt0 {
    padding-top: 0 !important
  }
}

@media screen and (max-width: 760px) {
  .btn-holder {
    position: fixed;
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    left: 0;
    text-align: center;
    top: auto;
  }

  .footer-logo {
    display: block;
    margin-right: 35px;
    margin-bottom: 15px;
  }

  .pt24.pb24 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .mmbb {
    margin-bottom: 5vh;
  }

  .pb24 {
    padding-bottom: 5vh;
  }

  .break{
      display:none
  }



}

@media screen and (max-width: 420px) {}