html,
body {
  background-color: #fff;
  color: #303030;
  font-family: Harmonia-Sans-SemiBold;
}

@font-face {
  font-family: 'Harmonia-Sans-SemiBold';
  src: local('Harmonia Sans Semi Bold'), local('Harmonia-Sans-Semi-Bold'),
    url('fonts/HarmoniaSansProCyr-SemiBd.woff2') format('woff2'),
    url('fonts/HarmoniaSansProCyr-SemiBd.woff') format('woff'),
    url('fonts/HarmoniaSansProCyr-SemiBd.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Harmonia-Sans-Black';
  src: local('Harmonia Sans Black'), local('Harmonia-Sans-Black'),
    url('fonts/HarmoniaSansProCyr-Black.woff2') format('woff2'),
    url('fonts/HarmoniaSansProCyr-Black.woff') format('woff'),
    url('fonts/HarmoniaSansProCyr-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Harmonia-Sans-Bold';
  src: local('Harmonia Sans Bold'), local('Harmonia-Sans-Bold'),
    url('fonts/HarmoniaSansProCyr-Bold.woff2') format('woff2'),
    url('fonts/HarmoniaSansProCyr-Bold.woff') format('woff'),
    url('fonts/HarmoniaSansProCyr-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

body::-webkit-scrollbar {
  width: 0.9em;
}
body::-webkit-scrollbar-thumb {
  background-color: #369784;
  outline: 1px solid rgb(85 170 255 / 70%);
}

h1,
h2,
h3,
h4 {
  font-family: Harmonia-Sans-Black;
}
p {
  letter-spacing: 0.02em;
}
#main-menu{
  box-shadow: 0px 4px 24px rgb(0 0 0 / 4%);
  background: #fff;
  color: #303030;
}

.navbar .nav-link {
  position: relative;
  transition: all 0.4s;
}
.scrolled.navbar .nav-link:hover:before,
.scrolled.navbar .active-menu:before {
  background: linear-gradient(270deg, #6ba0ee 0%, #457fd6 100%) !important;
}
.navbar .nav-link:hover:before,
.active-menu:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  background: #fff;
  bottom: 0;
  border-radius: 50px;
  left: calc(50% - 15px);
  box-shadow: 0px 0px 12px 1px rgba(174, 221, 255, 0.3);
  border-radius: 20px;
}
.scrolled.navbar .nav-link:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
.scrolled.navbar .nav-link {
  color: rgba(0, 0, 0, 0.5) !important;
}
.scrolled .navbar-brand .logo-menu {
  width: 60px !important;
}
.navbar-brand .logo-menu {
  width: 75px;
  transition: all 0.4s;
}
.navbar-brand {
  float: left;
}
.scrolled .navbar-nav {
  margin-top: 10px;
}
.navbar-nav {
  transition: all 0.4s;
}
.nav-link-btn{
  padding: 0 !important;
}

.collapse.show .navbar-brand {
  float: none !important;
  margin: 0 !important;
}
.collapse.show .navbar-nav {
  float: none !important;
  margin-top: 0 !important;
}
.collapse.show .btn-menu {
  margin-left: 0 !important;
}

.btn:hover {
  color: #ecf6ff !important;
  box-shadow: 0px 0px 29px -1px rgb(174 221 255 / 33%);
}
.btn {
  position: relative;
  display: block;
  min-width: 150px;
  height: 48px;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  background: linear-gradient(269.64deg, #627BC4 0.31%, #465D9E 99.75%);
  border-radius: 48px;
  transition: all 0.4s;
  font-family: Harmonia-Sans-Bold;
  margin-bottom: 10px;
}
.btn-menu {
  width: 165px;
  height: 42px;
  margin-left: 35px;
}
.btn-buy > span {
  display: inline-block;
  background: url(../img/buy_ico.svg) no-repeat;
  width: 18px;
  height: 18px;
  margin-left: -5px;
  margin-right: 5px;
  top: 3px;
  position: relative;
}
.btn-play > span {
  display: inline-block;
  background: url(../img/play_ico.svg) no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  top: 4px;
  position: relative;
}

.container-vertical {
  min-height: 700px;
}

#preloader {
  z-index: 100100;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #369784;
}
#preloader-image {
  position: absolute;
  width: 320px;
  top: calc(50% - 170px);
  left: calc(50% - 160px);
}
.loader {
  background: url(../img/loading.gif) no-repeat;
  background-size: 100px;
  background-position: bottom;
  width: 280px;
  height: 140px;
  display: block;
  position: relative;
  margin: 0 auto;
  background-color: #343d6a;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 20px 0px;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 450px;
}
.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mb-50 {
  margin-bottom: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-80-mobile {
  margin-bottom: 80px !important;
}
.mb-30-mobile {
  margin-bottom: 30px !important;
}

.navbar .nav-link {
  color: #303030;
}
.navbar {
  transition: all 0.4s;
  z-index: 7070;
}
.scrolled {
  background-color: #fff;
}
.dropdown-item {
  color: rgba(0, 0, 0, 0.5) !important;
}

.lang {
  width: 25px;
  height: 13px;
  display: inline-block;
}
.lang.en {
  background: url(../img/flags/en.svg) no-repeat;
}
.lang.cn {
  background: url(../img/flags/cn.svg) no-repeat;
}

.navbar-light .navbar-toggler {
  background: #fff;
}
.header-vertical {
  min-height: 790px;
}

section#header {
  min-height: 790px;
  background: url(../img/header_bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
}

h3.name-title{
  color: #369784;
}
h3.title {
  position: relative;
  font-size: 68px;
  margin-bottom: 10px;
}
p.text-header {
  font-size: 20px;
  margin-bottom: 40px;
  color: #4F5471;
}
.people {
  background: url(../img/header_img.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 720px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
}
.header-btn .mobile-center a span {
  margin-left: 0px !important;
  margin-top: 20px !important;
  float: left;
}
.icon:hover {
  opacity: 0.8;
}
.icon {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 15px;
  margin: 5px 10px;
  transition: all 0.4s;
}
.icon.icon-telegram {
  background: url(../img/tg_ico.svg) no-repeat;
  background-position: center;
}
.icon.icon-vk {
  background: url(../img/vk_ico.svg) no-repeat;
  background-position: center;
}
.icon.icon-fb {
  background: url(../img/fb_ico.svg) no-repeat;
  background-position: center;
}
.icon.icon-skype {
  background: url(../img/skype_ico.svg) no-repeat;
  background-position: center;
}

.icon.icon-twitter {
  background: url(../img/twitter_ico.svg) no-repeat;
  background-position: center;
}
.icon.icon-youtube {
  background: url(../img/youtube_ico.svg) no-repeat;
  background-position: center;
}
.icon.icon-reddit {
  background: url(../img/reddit_ico.svg) no-repeat;
  background-position: center;
}
.icon.icon-discord {
  background: url(../img/discord_ico.svg) no-repeat;
  background-position: center;
}
.link-icon {
  display: inline-block;
}

h3.title-text {
  position: relative;
  font-size: 45px;
  margin-bottom: 10px;
}

section#about {
  background: linear-gradient(89.72deg, #F8FCFF 0.95%, #DEF3FF 100.89%);
  color: #383D39;
  padding: 70px 0px;
  min-height: 900px;
}

section#marketplace-nft {
  min-height: 820px;
  background: url(../img/pattern_bg_about.jpg) repeat;
  background-attachment: fixed;
  color: #383D39;
  padding: 70px 0px;
}
.filter-block .title {
  margin-bottom: 20px;
}
.filter-block {
  min-height: 220px;
  background: #ffffff;
  box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
  padding: 20px;
}
.minCost,
.maxCost {
  width: 110px;
  outline: 0;
  background: #f4f9ff;
  border: 0.8px solid #d9e1eb;
  border-radius: 5px;
  font-size: 14px;
  height: 30px;
  padding-left: 10px;
}
.nft-card img {
  max-width: 320px;
  margin: 0 auto;
  display: block;
}
.nft-card {
  width: 360px;
  min-height: 380px;
  padding-top: 20px;
  box-shadow: 0px 0px 13px 5px rgb(0 0 0 / 3%);
  border-radius: 16px;
  margin: 20px auto;
}
label.type-card {
  position: absolute;
}
.card-info {
  text-align: center;
  background: #6ba0ee;
  color: #fff;
  min-height: 100px;
  padding-top: 15px;
}
.name-card {
  font-size: 1.4rem;
  font-family: 'Harmonia-Sans-Black';
}
#level,
#win,
#lose {
  font-size: 17px;
  font-family: 'Harmonia-Sans-Black';
}
.card-stat > span {
  font-size: 15px;
  margin-right: 5px;
}
.buy-nft .block-btn button {
  width: 140px;
  height: 40px;
  font-size: 14px;
}
.buy-nft > div.price {
  font-family: 'Harmonia-Sans-Black';
}
.buy-nft > div {
  margin: 0 10px;
}
.buy-nft {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 90px;
}

.nft-card > label.type-card {
  position: absolute;
  border-radius: 47px;
  top: 30px;
  left: 30px;
  padding: 3px 15px;
  color: #fff;
  font-size: 14px;
  font-family: 'Harmonia-Sans-SemiBold';
}
.Enforcer {
  background: #abbeca;
}
.Guardian {
  background: #4b69ff;
}
.Elite {
  background: #8847ff;
}
.Legendary {
  background: #d32ce6;
}
.Ancient {
  background: linear-gradient(90deg, #edba38 0%, #f9e05e 100%);
}
.Divine {
  background: #a8db5d;
}

label.Enforcer-text {
  color: #abbeca;
}
label.Guardian-text {
  color: #4b69ff;
}
label.Elite-text {
  color: #8847ff;
}
label.Legendary-text {
  color: #d32ce6;
}
label.Ancient-text {
  color: #edba38;
}
label.Divine-text {
  color: #a8db5d;
}
.filter-mix > div.mix {
  display: none;
}
.cd-fail-message {
  font-size: 18px;
  text-align: center;
  width: 100%;
}
a.page:hover {
  text-decoration: none;
}
a.page.current {
  background: #6ba0ee;
  color: #fff;
}
.nav.prev,
.nav.next {
  cursor: pointer;
  font-size: 20px;
  text-decoration: none;
  margin: 0 10px;
  color: #383D39;
}
a.page {
  cursor: pointer;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #fff;
  padding-top: 4px;
  text-align: center;
  box-shadow: 0px 0px 13px 5px rgb(0 0 0 / 3%);
  border-radius: 27px;
  margin: 0 5px;
  color: #383D39;
  text-decoration: none;
}
.pagination {
  justify-content: center;
}
.cd-filters.list > li > input,
.cd-filters.list > li > label {
  cursor: pointer;
}
.is-hidden {
  display: none !important;
}

.container-about {
  width: 100%;
  min-height: 420px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.03);
  margin: 0 auto;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-left {
  -ms-flex-pack: left !important;
  justify-content: left !important;
}
.justify-content-right {
  -ms-flex-pack: flex-end !important;
  justify-content: flex-end !important;
}
.text-vertical {
  min-height: 360px;
  margin: 25px 0px;
}
.video-vertical {
  min-height: 420px;
  margin: 25px 0px;
}
.container-about:nth-child(2) {
  margin-top: 60px;
}
.container-a-text {
  padding: 60px 20px;
  padding-left: 40px;
}
.container-b-text {
  padding: 60px 40px;
  padding-bottom: 20px;
}
.container-mission {
  margin-top: 80px;
  padding-right: 40px;
}
.ul-text {
  font-family: Harmonia-Sans-Bold;
  font-size: 20px;
  margin-top: 60px;
}
.main-text {
  font-family: Harmonia-Sans-SemiBold;
  font-size: 18px;
  margin-top: 60px;
}
.container-a-text ul {
  list-style: none;
  position: relative;
  margin: 0;
}
.container-a-text ul li {
  margin-top: 15px;
  font-size: 18px;
  position: relative;
}
.container-a-text ul li:before {
  content: '';
  position: absolute;
  background: url(../img/dot.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  left: -35px;
  top: 5px;
}
.security-b {
  margin-bottom: 50px;
  padding-left: 40px;
}

section#advantages {
  color: #383D39;
  padding: 70px 0px;
  /*min-height: 60vh !important;*/
  background: #fff;
  box-shadow: 0px -16px 22px rgba(0, 0, 0, 0.03);
}

.advantages-card:hover {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.05);
}
.advantages-card {
  position: relative;
  cursor: pointer;
  padding: 20px;
  border-radius: 20px;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 15px;
  transition: all 0.4s;
  padding-top: 110px;
}
.title-adv {
  margin-bottom: 10px;
}
.icon-adv {
  width: 160px;
  height: 80px;
  position: absolute;
  top: 10px;
  left: calc(50% - 80px);
}
.icon-register {
  background: url(../img/reg_img.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.icon-payment {
  background: url(../img/wallet_img.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.icon-money {
  background: url(../img/money_img.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

div#presale {
  padding: 50px 0px;
}
.presale-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 30px;
}
.presale-info ul li span {
  float: right;
  font-size: 22px;
  margin-right: 30px;
}
.presale-info ul li:last-child {
  margin-bottom: 0;
}
.presale-info ul li {
  font-size: 17px;
  margin-bottom: 20px;
}
.presale-info {
  background: linear-gradient(317.04deg, #6ba0ee 0%, #457fd6 98.93%);
  border-radius: 20px;
  min-height: 220px;
  padding: 30px 10px;
  margin-top: 20px;
}
.nav-item.wallet #walletAddress {
  padding: 0 !important;
}
.nav-item.wallet {
  padding: 0.5rem 1rem;
}
#walletAddress {
  padding: 0px 30px;
}
input.edit:focus,
input.edit:active,
input.edit:hover {
  outline: 0;
}
input.edit {
  width: 100%;
  background: #384276;
  border-radius: 47px;
  padding: 10px;
  color: #fff;
  height: 45px;
  padding-left: 20px;
  outline: 0;
  border: 2px solid #fff;
  margin-bottom: 5px;
}

.social-footer a {
	display: inline-block;
}
.social-footer {
  margin-top: 20px;
  display: inline-block;
}
#footer .navbar-nav {
  margin-top: 0;
}

.title-text {
  position: relative;
  z-index: 50;
}
div#economics img {
  position: relative;
  z-index: 50;
}
div#economics {
  position: relative;
  color: #383D39;
  /*min-height: 50vh;*/
  padding: 100px 0px;
}
div#roadmap {
  position: relative;
  color: #383D39;
  min-height: 600px;
  padding: 50px 0px;
  padding-bottom: 120px;
}
.roadmap-card > label.date-roadmap{
  background: #48CA9B;
  border-radius: 31px;
  padding: 4px 15px;
}
.roadmap-card > p{
  color: rgb(255 255 255 / 80%);
}
.roadmap-card{
  background: linear-gradient(332.18deg, #3D5495 0%, #738CD5 100%);
  min-height: 260px;
  margin: 10px 15px;
  box-shadow: 0px 0px 17.9921px rgb(0 0 0 / 5%);
  border-radius: 30px;
  max-width: 230px;
  padding: 15px 20px;
  color: #fff;
  padding-top: 25px;
}
.roadmap-card.wait .status{
  background: url(../img/progress_ico.svg) no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  float: right;
  margin-bottom: 0;
}
.roadmap-card.ready .status{
  background: url(../img/done.svg) no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  float: right;
  margin-bottom: 0;
}

.user-review {
  display: flex;
  background: #fff;
  box-shadow: 0px 0px 19px rgb(0 0 0 / 5%);
  min-height: 160px;
  border-radius: 30px;
  margin: 20px 0px;
  padding: 20px 25px;
  align-items: center;
}
.avatar-section img {
  width: 120px;
  height: 120px;
  border-radius: 100px;
}
.text-section {
  margin-left: 20px;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.btn-link {
  color: #070f2e;
}

section#footer::before {
  content: '';
}
section#footer {
  color: #fff;
  background: url(../img/footer_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  min-height: unset;
  padding: 20px 0px;
  text-align: center;
}
.bottom-info, .bottom-info a{
  color: #fff;
}

.icon.icon-footer-telegram {
  background: url(../img/footer_telegram_ico.svg) no-repeat;
  background-position: center;
}
.icon.icon-footer-twitter {
  background: url(../img/footer_twitter_ico.svg) no-repeat;
  background-position: center;
}
.icon.icon-footer-reddit {
  background: url(../img/footer_reddit_ico.svg) no-repeat;
  background-position: center;
}
section#footer .nav-link {
  color: #fff;
}

p.footer-info {
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 0;
  color: rgb(255 255 255 / 65%);
}

section#footer .navbar {
  font-size: 17px;
  margin: 5px 0;
}
.footer-block.wallet:before {
  content: '';
  background: url(../img/donate_wallet.svg) no-repeat;
  width: 48px;
  height: 48px;
  left: -30px;
  position: absolute;
  top: 15px;
}
.footer-block.email:before {
  content: '';
  background: url(../img/mail_ico.svg) no-repeat;
  width: 48px;
  height: 48px;
  left: -30px;
  position: absolute;
  top: 15px;
}
.footer-block {
  position: relative;
  display: inline-block;
  text-align: left;
  font-family: 'Harmonia-Sans-SemiBold';
  word-break: break-all;
  margin-top: 10px;
}

section#notfound {
  background: url(../img/404-bg.jpg) no-repeat;
  background-position: center;
  color: #383D39;
}
section#notfound h1.name {
  font-size: 78px;
  font-weight: 700;
  letter-spacing: 4px;
  font-family: evil-empire-Regular;
  margin-bottom: 0;
}
section#notfound p.title-text {
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 700;
  display: inline-block;
  margin: 20px 0;
  line-height: 28px;
}

.justify-between {
  -ms-flex-pack: center !important;
  justify-content: space-between;
}

.wrapper-login{
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(89.72deg, #F8FCFF 0.95%, #DEF3FF 100.89%);
}
#user-info img{
  border-radius: 50px;
}
.container-login, .container-signup{
  max-width: 620px;
  padding: 40px 20px;
}
.form-group.logo{
  text-align: center;
  margin-top: -180px;
}

.info-message {
  display: none;
  position: fixed;
  top: 40px;
  right: 50px;
  min-width: 230px;
  max-width: 320px;
  background: #369784;
  min-height: 40px;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  word-break: break-word;
}
li.nav-item{
  margin-top: 5px;
}
@keyframes airdrop_anim {
  0% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(00deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
/* -------------------------------------
  * mobile phones (vertical version only)
  * ------------------------------------- */
@media screen and (max-width: 767px) {
  .finished .relative label:before,
  .wait .relative label:before {
    left: 110px !important;
    top: -70px !important;
  }
  #timeline {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  #timeline li {
    margin: 50px 0;
  }

  #timeline label {
    width: 85%;
    font-size: 1.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transform: translateX(30px);
    top: 23px;
  }

  .content {
    border-color: #4983d9;
  }
  .content p {
    font-size: 0.9em;
    line-height: 1.4;
  }

  .circle,
  .date {
    display: block;
    left: 0px;
    top: -25px;
  }
}

/* tablet */
@media (min-width: 1024px) and (max-width: 1240px) {
  .container-mission {
    margin-top: 0;
  }
  .mb-30-mobile {
    margin-bottom: 0px;
  }
  section#pre-block {
    background: #363a60;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .container-mission {
    margin-top: 0;
  }
  section#pre-block {
    background: #363a60;
  }
}

/* mobile */
@media (max-width: 768px) {
  .footer-block.wallet {
    padding: 0px 15px;
  }
  .footer-block.wallet:before {
    left: -10px;
  }
  h3.title {
    font-size: 48px;
  }
  .nft-card {
    width: 100%;
  }
  .mobile-center {
    margin: 0 auto;
    padding-top: 0 !important;
  }
  .presale-info {
    margin-top: 50px !important;
  }
  .btn {
    width: 100%;
    float: none !important;
  }
  .a-play {
    float: none !important;
  }
  .container-mission {
    padding: 20px;
  }
  .container-a-text {
    padding-bottom: 10px;
    padding-left: 20px !important;
  }
  .container-b-text {
    padding: 60px 20px;
  }
  .video-vertical {
    min-height: 160px;
  }
  .container-mission {
    margin-top: 0;
  }
  .security-b {
    margin-bottom: 0px;
  }
  .mb-30-mobile {
    margin-bottom: 0px !important;
  }
  section#pre-block {
    background: #363a60;
  }
  .hidden-mobile {
    display: none !important;
  }
}

/* iPad in portrait & landscape */
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .security-b {
    margin-bottom: 50px;
  }
  .container-a-text {
    padding-bottom: 20px;
  }
  section#header {
    min-height: 690px;
  }
  .header-vertical {
    min-height: 690px;
  }
  .container-mission {
    margin-top: 0;
  }
  section#pre-block {
    background: #363a60;
  }
  .navbar-brand {
    display: none;
  }
  .king {
    width: 100%;
  }
  .btn-menu {
    display: none;
  }
}

/* iPhone 5 in portrait & landscape */
@media (min-device-width: 320px) and (max-device-width: 568px) {
  .video-vertical {
    min-height: 160px;
  }
  .container-mission {
    margin-top: 0;
  }
  .security-b {
    margin-bottom: 0px;
  }
  .mb-30-mobile {
    margin-bottom: 0px !important;
  }
  section#pre-block {
    background: #363a60;
  }
  .hidden-mobile {
    display: none !important;
  }
}

/* iPhone 2G-4S in portrait & landscape */
@media (min-device-width: 320px) and (max-device-width: 480px) {
  .video-vertical {
    min-height: 165px;
    max-height: 320px;
  }
  .container-mission {
    margin-top: 0;
  }
  .security-b {
    margin-bottom: 0px;
  }
  section#pre-block {
    background: #363a60;
  }
  .hidden-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) {
  .container-a-text {
    padding-bottom: 60px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .container-mission {
    margin-top: 0;
  }
}
