@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

@font-face {
  font-family: modak;
  src: url("../fonts/modak-regular-webfont.woff") format("woff"), url("../fonts/modak-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: pressstart;
  src: url("../fonts/pressstart2p-regular-webfont.woff") format("woff"), url("../fonts/pressstart2p-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: icomoon;
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-discord:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "pressstart", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "modak", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 60px;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 60px;
  }
}
@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 38px;
  }
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #39f;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover, a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
.h1,
h2,
.h2 {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.btn {
  font-size: 31px;
  line-height: 37px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-family: "modak", "Arial", "Helvetica", sans-serif;
  border: 3px solid #000;
  text-transform: capitalize;
  border-radius: 20px;
  padding: 15px 10px;
  height: 71px;
  min-width: 202px;
  text-align: center;
}
@media (max-width: 767px) {
  .btn {
    font-size: 22px;
    line-height: 32px;
    height: 60px;
    padding: 12px 5px;
    border-radius: 15px;
  }
}
.btn:hover {
  opacity: 0.8;
}

.btn-primary {
  background: #ff931e;
  color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-primary:before {
  width: 30px;
  height: 15px;
  content: "";
  position: absolute;
  right: 3px;
  top: 3px;
  background: url(../images/lines.png) no-repeat;
  background-size: cover;
}

/*.btn-connect {
	background: #9A18D6;
}*/
#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.main {
  position: relative;
}

.menu-opener {
  width: 24px;
  height: 20px;
  border-top: 2px solid #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  right: 15px;
  top: 70px;
  z-index: 10;
}
@media (min-width: 1024px) {
  .menu-opener {
    display: none;
  }
}
.menu-active .menu-opener {
  border-top: none;
}
.menu-opener:before, .menu-opener:after {
  width: 24px;
  height: 2px;
  background: #000;
  position: absolute;
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
  top: 16px;
}
.menu-active .menu-opener:before, .menu-active .menu-opener:after {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-opener:after {
  top: 7px;
}
.menu-active .menu-opener:after {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.container {
  position: relative;
  max-width: 930px;
  padding: 0 15px;
  margin: 0 auto;
}

.top-container {
  position: relative;
  padding: 0 0 385px;
  z-index: 8;
  background: #3fa9f5;
  border-bottom: 15px solid #000;
}
@media (max-width: 1023px) {
  .top-container {
    padding: 0 0 170px;
  }
}
@media (max-width: 767px) {
  .top-container {
    padding: 0 0 120px;
  }
}
.top-container:before {
  width: 100%;
  height: 424px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/bg-visual.png") no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 1399px) {
  .top-container:before {
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .top-container:before {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .top-container:before {
    height: 120px;
  }
}

.header {
  position: relative;
  padding: 37px 0;
}
@media (max-width: 1199px) {
  .header {
    padding: 20px 0;
  }
}
@media (max-width: 1023px) {
  .header {
    padding: 15px 0;
  }
}
.header .container {
  padding: 0 83px;
  max-width: 100%;
}
@media (max-width: 1399px) {
  .header .container {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  .header .container {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .header .container {
    position: static;
  }
}

.header-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .header-holder {
    position: static;
    display: block;
  }
}

.logo {
  position: relative;
  width: 214px;
  display: block;
  margin: 0 0 0 6%;
}
@media (max-width: 1399px) {
  .logo {
    width: 214px;
  }
}
@media (max-width: 1199px) {
  .logo {
    width: 200px;
  }
}
@media (max-width: 1023px) {
  .logo {
    margin: 0;
    width: 170px;
  }
}
.logo a {
  display: block;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-drop {
  position: relative;
  padding: 22px 0 0;
}
@media (max-width: 1199px) {
  .nav-drop {
    padding: 17px 0 0;
  }
}
@media (max-width: 1023px) {
  .nav-drop {
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    max-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 100;
  }
  .menu-active .nav-drop {
    max-height: 4000px;
  }
}

.nav-area {
  position: relative;
}
@media (max-width: 1023px) {
  .nav-area {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .menu-active .nav-area {
    -webkit-transform: none;
            transform: none;
  }
}

.nav-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .nav-wrap {
    display: block;
    padding: 20px 15px;
    text-align: center;
    background: #6ec6d8;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}

.menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -24px;
  padding: 0 60px 0 0;
  font-size: 26px;
  font-family: "modak", "Arial", "Helvetica", sans-serif;
}
@media (max-width: 1399px) {
  .menu {
    padding: 0 30px 0 0;
    margin: 0 -15px;
  }
}
@media (max-width: 1199px) {
  .menu {
    margin: 0 -10px;
  }
}
@media (max-width: 1023px) {
  .menu {
    margin: 0;
    display: block;
    padding: 0;
  }
}
.menu li {
  position: relative;
  padding: 0 24px;
}
@media (max-width: 1399px) {
  .menu li {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .menu li {
    padding: 0 10px;
  }
}
@media (max-width: 1023px) {
  .menu li {
    padding: 0;
    margin: 0 0 15px;
  }
}
.menu li.active a {
  color: #ff931e;
}
.menu a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #000;
}
.menu a:hover {
  color: #ff931e;
}

.social-networks {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -17px;
}
@media (max-width: 1399px) {
  .social-networks {
    margin: 0 -12px;
  }
}
@media (max-width: 1023px) {
  .social-networks {
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.social-networks li {
  position: relative;
  padding: 0 17px;
}
@media (max-width: 1399px) {
  .social-networks li {
    padding: 0 12px;
  }
}
@media (max-width: 1023px) {
  .social-networks li {
    padding: 0 8px;
  }
}
.social-networks a {
  display: block;
  color: #fff;
}
.social-networks a i {
  font-size: 44px;
  line-height: 46px;
  display: block;
}
@media (max-width: 1399px) {
  .social-networks a i {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 1023px) {
  .social-networks a i {
    font-size: 20px;
    line-height: 24px;
  }
}
.social-networks a:hover {
  color: #ff931e;
}

.visual-area {
  position: relative;
  padding: 24px 0 0;
}
@media (max-width: 1199px) {
  .visual-area {
    padding: 8px 0 0;
  }
}
@media (max-width: 767px) {
  .visual-area {
    padding: 0;
  }
}
.visual-area h1 {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
  color: #03897b;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-text-stroke: 4px #000;
  webkit-text-fill-color: #000;
  margin: 0 0 57px;
}
@media (max-width: 1399px) {
  .visual-area h1 {
    margin: 0 0 45px;
  }
}
@media (max-width: 1199px) {
  .visual-area h1 {
    font-size: 56px;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .visual-area h1 {
    font-size: 36px;
    margin: 0 0 12px;
  }
}
.visual-area h1 strong {
  font-weight: 400;
  color: #ff931e;
}

.visual-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 1023px) {
  .visual-holder {
    padding: 0;
    display: block;
  }
}

.visual-caption {
  position: relative;
  max-width: 515px;
}
@media (max-width: 1199px) {
  .visual-caption {
    max-width: 550px;
  }
}
@media (max-width: 1023px) {
  .visual-caption {
    max-width: 100%;
  }
}
.visual-caption .text-area {
  font-size: 13px;
  line-height: 1.7;
  position: relative;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1199px) {
  .visual-caption .text-area {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .visual-caption .text-area {
    font-size: 11px;
  }
}
.visual-caption .text-area strong {
  font-weight: 400;
}
.visual-caption .text-area p {
  margin: 0 0 35px;
  letter-spacing: -0.35px;
}
@media (max-width: 1023px) {
  .visual-caption .text-area p {
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .visual-caption .text-area p {
    margin: 0 0 18px;
  }
}
.visual-caption .text-area p:last-child {
  margin-bottom: 0;
}
.visual-caption .text-area .name {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #d95813;
  font-size: 18px;
}
.visual-caption .text-area .number {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-text-stroke: 1px #000;
  webkit-text-fill-color: #000;
  color: #03897b;
  font-size: 16px;
}
.visual-caption .text-area .sub-name {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #000;
}
.visual-caption .text-area.adopt {
  display: none;
}
.visual-active .visual-caption .text-area.adopt {
  display: block;
}
.visual-caption .text-area.mint {
  display: block;
}
.visual-active .visual-caption .text-area.mint {
  display: none;
}

.visual-image-area {
  width: 330px;
  height: 330px;
  position: relative;
}
@media (max-width: 1199px) {
  .visual-image-area {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .visual-image-area {
    margin: 45px auto 0;
  }
}
@media (max-width: 767px) {
  .visual-image-area {
    width: 260px;
    height: 260px;
  }
}
.visual-image-area .tag {
  text-shadow: #000 0 1px 1px;
  font-size: 21px;
  line-height: 1.3;
  width: 123px;
  height: 80px;
  font-weight: 400;
  font-family: "modak", "Arial", "Helvetica", sans-serif;
  border-radius: 15px;
  border: 3px solid #000;
  text-align: center;
  position: absolute;
  right: -48px;
  top: -30px;
  color: #fff;
  padding: 10px;
  background: #95d618;
  z-index: 2;
}
@media (max-width: 1399px) {
  .visual-image-area .tag {
    right: -18px;
  }
}
@media (max-width: 1023px) {
  .visual-image-area .tag {
    font-size: 20px;
    line-height: 22px;
    width: 120px;
    height: 70px;
    padding: 14px 5px;
  }
}
.visual-image-area .tag span {
  display: block;
  font-size: 24px;
}
.visual-image-area .tag:before {
  width: 30px;
  height: 15px;
  content: "";
  position: absolute;
  right: 3px;
  top: 3px;
  background: url(../images/lines.png) no-repeat;
  background-size: cover;
}

.visual-image {
  width: 100%;
  height: 100%;
  background: #daacbe;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: 7px solid #000;
  border-radius: 35px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .visual-image {
    border-radius: 20px;
    border-width: 4px;
  }
}
.visual-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.visual-info-area {
  position: relative;
  padding: 82px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .visual-info-area {
    padding: 40px 30px 0 0;
  }
}
@media (max-width: 1023px) {
  .visual-info-area {
    display: block;
    text-align: center;
    padding: 25px 0 0;
  }
}
@media (max-width: 767px) {
  .visual-info-area {
    padding: 18px 0 0;
  }
}
.visual-info-area address {
  font-size: 20px;
  line-height: 26px;
  display: block;
  font-weight: 400;
  color: #fff;
  font-style: normal;
  margin: 0;
}
.visual-active .visual-info-area address {
  display: block;
}
@media (max-width: 1199px) {
  .visual-info-area address {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .visual-info-area address {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .visual-info-area address {
    font-size: 14px;
    line-height: 18px;
  }
}
.visual-info-area .detail-wrap {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 0 100px;
  display: none;
}
@media (max-width: 1023px) {
  .visual-info-area .detail-wrap {
    margin: 0 0 25px;
    display: block;
    text-align: center;
  }
}
.visual-active .visual-info-area .detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.visual-info-area .detail-wrap .btn-holder {
  width: auto;
  margin: 0;
}
@media (max-width: 1023px) {
  .visual-info-area .detail-wrap .btn-holder {
    width: 100%;
  }
}
.visual-info-area .btn-holder {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.visual-info-area .btn-holder span {
  display: block;
}
.visual-info-area .btn-holder.hidden-active .btn {
  margin: 0 0 100px;
}
@media (max-width: 1023px) {
  .visual-info-area .btn-holder.hidden-active .btn {
    margin: 0 0 25px;
  }
}
.visual-active .visual-info-area .btn-connect {
  display: none;
}
.visual-info-area .visual-btn .mint-text {
  display: none;
}
.visual-active .visual-info-area .visual-btn .mint-text {
  display: block;
}
.visual-info-area .visual-btn .adopt-text {
  display: block;
}
.visual-active .visual-info-area .visual-btn .adopt-text {
  display: none;
}
.visual-info-area p {
  font-size: 12px;
  line-height: 1.7;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  letter-spacing: -0.35px;
  text-align: center;
  max-width: 590px;
  margin: 0 auto;
}

.countdown-area {
  position: relative;
  z-index: 7;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.countdown-holder {
  position: relative;
  background: #000;
  border-radius: 0 0 60px 60px;
  text-align: center;
  padding: 40px 0 48px;
  color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1023px) {
  .countdown-holder {
    padding: 30px 0;
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .countdown-holder {
    padding: 20px 10px 5px;
    border-radius: 0 0 15px 15px;
  }
}
.countdown-holder .title {
  font-size: 50px;
  line-height: 60px;
  font-family: "modak", "Arial", "Helvetica", sans-serif;
  text-align: center;
  font-weight: 400;
  display: block;
  margin: 0 0 26px;
}
@media (max-width: 1399px) {
  .countdown-holder .title {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (max-width: 1023px) {
  .countdown-holder .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .countdown-holder .title {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 10px;
  }
}
.countdown-holder .title span {
  display: block;
}

.countdown-list-holder {
  position: relative;
}

.countdown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -16px;
}
@media (max-width: 1023px) {
  .countdown {
    margin: 0 -12px;
  }
}
@media (max-width: 767px) {
  .countdown {
    margin: 0 -8px;
  }
}
.countdown li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
@media (max-width: 1023px) {
  .countdown li {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .countdown li {
    padding: 0 8px;
    margin: 0 0 15px;
  }
}
.countdown .number {
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  display: block;
  min-width: 55px;
}
@media (max-width: 1023px) {
  .countdown .number {
    font-size: 18px;
    min-width: 40px;
  }
}
@media (max-width: 767px) {
  .countdown .number {
    font-size: 16px;
    min-width: 30px;
  }
}
.countdown .text {
  font-size: 17px;
  line-height: 1;
  display: block;
  padding: 0 0 0 12px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .countdown .text {
    font-size: 18px;
    padding: 0 0 0 8px;
  }
}
@media (max-width: 767px) {
  .countdown .text {
    font-size: 16px;
    padding: 0 0 0 5px;
  }
}

.tang-section {
  position: relative;
  padding: 54px 0 120px;
  z-index: 6;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1199px) {
  .tang-section {
    padding: 50px 0 80px;
  }
}
@media (max-width: 1023px) {
  .tang-section {
    padding: 30px 0 35px;
  }
}
@media (max-width: 767px) {
  .tang-section {
    padding: 25px 0 20px;
  }
}
.tang-section:before {
  content: "";
  position: absolute;
  top: -95px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffa94b;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
@media (max-width: 1399px) {
  .tang-section:before {
    top: -175px;
  }
}
@media (max-width: 1023px) {
  .tang-section:before {
    top: -100px;
  }
}
.tang-section .wrap {
  position: relative;
}
.tang-section .container {
  max-width: 900px;
  margin-bottom: 92px;
}
@media (max-width: 1023px) {
  .tang-section .container {
    margin-bottom: 52px;
  }
}
@media (max-width: 767px) {
  .tang-section .container {
    margin-bottom: 35px;
  }
}
.tang-section .container p {
  font-size: 15px;
  line-height: 1.9;
  color: #fff;
  text-align: center;
  letter-spacing: -0.35px;
}
@media (max-width: 767px) {
  .tang-section .container p {
    font-size: 14px;
  }
}
.tang-section h2 {
  -webkit-text-stroke: 4px #000;
  webkit-text-fill-color: #000;
  text-align: center;
  color: #03897b;
  padding: 0 15px;
  margin: 0 0 45px;
}
@media (max-width: 1399px) {
  .tang-section h2 {
    margin: 0 0 35px;
  }
}
@media (max-width: 1023px) {
  .tang-section h2 {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .tang-section h2 {
    margin: 0 0 16px;
  }
}
.tang-section .text-block {
  font-size: 14px;
  line-height: 1.9;
  font-weight: 400;
  position: relative;
  padding: 130px 15px 0;
  max-width: 930px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: -0.35px;
}
@media (max-width: 1199px) {
  .tang-section .text-block {
    font-size: 16px;
    line-height: 26px;
    padding: 80px 15px 0;
  }
}
@media (max-width: 1023px) {
  .tang-section .text-block {
    font-size: 14px;
    line-height: 22px;
    padding: 30px 15px 0;
  }
}
@media (max-width: 767px) {
  .tang-section .text-block {
    font-size: 13px;
    line-height: 20px;
    padding: 20px 15px 0;
  }
}
.tang-section .text-block p {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .tang-section .text-block p {
    margin: 0 0 20px;
  }
}
.tang-section .team-logo {
  position: absolute;
  left: 50%;
  bottom: -100px;
  width: 200px;
  margin: 0 0 0 -100px;
  z-index: 2;
  display: none;
}
@media (max-width: 1023px) {
  .tang-section .team-logo {
    width: 140px;
    bottom: -70px;
    margin: 0 0 0 -70px;
  }
}

.tang-slider {
  border-top: 18px solid #000;
}
@media (max-width: 1023px) {
  .tang-slider {
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
  }
}
.tang-slider .line-box {
  border-bottom: 18px solid #000;
}
@media (max-width: 1023px) {
  .tang-slider .line-box {
    border-bottom: 5px solid #000;
  }
}
.tang-slider .slick-list {
  padding: 0 230px;
}
@media (max-width: 1399px) {
  .tang-slider .slick-list {
    padding: 0 150px;
  }
}
@media (max-width: 1199px) {
  .tang-slider .slick-list {
    padding: 0 80px;
  }
}
@media (max-width: 1023px) {
  .tang-slider .slick-list {
    padding: 0 40px;
  }
}
.tang-slider .image-holder {
  position: relative;
}
.tang-slider .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}

.tang-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .tang-list {
    margin: 0 0 20px;
  }
}
.tang-list li {
  padding: 0 0 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tang-list li .icon {
  min-width: 80px;
  display: block;
  margin: 0 20px 0 0;
}
@media (max-width: 1023px) {
  .tang-list li .icon {
    min-width: 70px;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 767px) {
  .tang-list li .icon {
    min-width: 50px;
  }
}
.tang-list li .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  display: block;
  overflow: hidden;
}

.roadmap-section {
  position: relative;
  z-index: 4;
  background: #7ac943;
  border-bottom: 3px solid #000;
}
.roadmap-section .wrap {
  position: relative;
  padding: 80px 0 55px;
  z-index: 3;
}
@media (max-width: 1023px) {
  .roadmap-section .wrap {
    padding: 30px 0;
  }
}
.roadmap-section h2 {
  -webkit-text-stroke: 4px #000;
  webkit-text-fill-color: #000;
  text-align: center;
  color: #ff931e;
  margin: 0 0 45px;
}
@media (max-width: 1023px) {
  .roadmap-section h2 {
    margin: 0 0 35px;
  }
}
@media (max-width: 767px) {
  .roadmap-section h2 {
    margin: 0 0 25px;
  }
}
.roadmap-section .info-block {
  position: relative;
  border-radius: 22px;
  padding: 30px 18px;
  border: 1px solid #707070;
  background: #fff;
  width: 418px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1023px) {
  .roadmap-section .info-block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .roadmap-section .info-block {
    padding: 20px 15px;
    border-radius: 15px;
  }
}
.roadmap-section .title {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .roadmap-section .title {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.roadmap-section .text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 30px 0 0;
  margin: 0 0 22px;
}
@media (max-width: 767px) {
  .roadmap-section .text {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 16px;
  }
}
.roadmap-section .info-list {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: -1px;
  position: relative;
}
@media (max-width: 767px) {
  .roadmap-section .info-list {
    font-size: 13px;
  }
}
.roadmap-section .info-list li {
  position: relative;
  margin: 0 0 9px;
}
.roadmap-section .info-list li:before {
  width: 5px;
  height: 5px;
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 7px 6px 0 0;
  border-radius: 50%;
  background: #000;
}
@media (max-width: 1199px) {
  .roadmap-section .info-list li:before {
    margin: 5px 4px 0 0;
  }
}
.roadmap-section .info-list ul {
  padding: 8px 0 8px 22px;
  margin: 0;
}
.roadmap-section .info-list ul li:before {
  background: none;
  border: 2px solid #000;
}
.roadmap-section .start-image {
  position: absolute;
  right: -42px;
  bottom: -54px;
  width: 135px;
}
@media (max-width: 1023px) {
  .roadmap-section .start-image {
    right: -10px;
  }
}
@media (max-width: 767px) {
  .roadmap-section .start-image {
    width: 100px;
    bottom: -40px;
  }
}
.roadmap-section .start-image img {
  display: block;
  width: 100%;
  height: auto;
}

.road-steps-area {
  position: relative;
  padding: 15px 0 0;
  margin: 0 0 109px;
}
@media (max-width: 1399px) {
  .road-steps-area {
    margin: 0 0 95px;
  }
}
@media (max-width: 1199px) {
  .road-steps-area {
    margin: 0 0 165px;
  }
}
@media (max-width: 1023px) {
  .road-steps-area {
    margin: 0;
  }
}
.road-steps-area:before {
  width: 332px;
  height: 665px;
  background: url(../images/road-map-tree01.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .road-steps-area:before {
    display: none;
  }
}

.road-steps-holder {
  position: relative;
}

.road-steps-wrap {
  position: relative;
}
.road-steps-wrap .heading {
  font-size: 34px;
  line-height: 1.1;
  color: #fff;
  display: block;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .road-steps-wrap .heading {
    font-size: 24px;
    margin: 0 0 5px;
  }
}
@media (min-width: 1024px) {
  .road-steps-wrap.phase2 {
    margin: -20px 0 0;
  }
}
.road-steps-wrap.phase2 .road-steps-area:before {
  width: 335px;
  height: 635px;
  background: url(../images/road-map-tree02.png) no-repeat;
  background-size: 100% 100%;
}
.road-steps-wrap.phase2 .info-block {
  background: #000;
  color: #fff;
}
.road-steps-wrap.phase2 .info-block .info-list li:before {
  background: #fff;
}
.road-steps-wrap.phase2 .info-block .info-list ul li:before {
  background: none;
  border-color: #fff;
}
@media (min-width: 1024px) {
  .road-steps-wrap.phase2 .road-step-block.road-step-2 .info-block {
    margin: -250px -10px 0 0;
  }
}
@media (min-width: 1024px) {
  .road-steps-wrap.phase3 {
    margin: 10px 0 0;
  }
}
.road-steps-wrap.phase3 .road-steps-area {
  margin: 0;
}
.road-steps-wrap.phase3 .road-steps-area:before {
  width: 330px;
  height: 402px;
  background: url(../images/road-map-tree03.png) no-repeat;
  background-size: 100% 100%;
}
.road-steps-wrap.phase3 .road-step-block.road-step-2 .info-block {
  background: #ff931e;
}
@media (min-width: 1024px) {
  .road-steps-wrap.phase3 .road-step-block.road-step-2 .info-block {
    margin: -185px -10px 0 0;
  }
}

.road-image {
  position: relative;
  width: 162px;
  margin: 15px auto 0;
}
@media (max-width: 767px) {
  .road-image {
    width: 125px;
  }
}
.road-image img {
  display: block;
  width: 100%;
  height: auto;
}

.road-step-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1023px) {
  .road-step-block {
    display: block;
    padding: 0 0 25px;
  }
}
.road-step-block.road-step-1 .info-block {
  margin: 40px 0 0 -18px;
}
@media (max-width: 1023px) {
  .road-step-block.road-step-1 .info-block {
    margin: 0;
  }
}
.road-step-block.road-step-2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.road-step-block.road-step-2 .info-block {
  margin: -40px -18px 0 0;
}
@media (max-width: 1023px) {
  .road-step-block.road-step-2 .info-block {
    margin: 0;
  }
}
.road-step-block.road-step-3 .info-block {
  margin: -165px 0 0 -18px;
}
@media (max-width: 1023px) {
  .road-step-block.road-step-3 .info-block {
    margin: 0;
  }
}

.phase2-info-block {
  position: relative;
  max-width: 810px;
  border-radius: 22px;
  border: 4px solid #000;
  background: #fff7af;
  padding: 20px 20px 30px;
  text-align: center;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
.phase2-info-block .info-block {
  border-radius: 0;
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.phase2-info-block .title {
  margin: 0 0 17px;
}
@media (max-width: 767px) {
  .phase2-info-block .title {
    margin: 0 0 14px;
  }
}
.phase2-info-block .text {
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .phase2-info-block .text {
    font-size: 14px;
  }
}
.phase2-info-block p {
  margin: 0;
}

.team-section {
  position: relative;
  z-index: 3;
}
.team-section .wrap {
  padding: 78px 0 0;
  position: relative;
  background: #000;
  color: #fff;
  max-width: 1360px;
  margin: 0 auto;
  border-radius: 0 0 194px 194px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1023px) {
  .team-section .wrap {
    padding: 45px 0 0;
    border-radius: 0 0 100px 100px;
  }
}
@media (max-width: 767px) {
  .team-section .wrap {
    padding: 30px 0 0;
    border-radius: 0 0 50px 50px;
  }
}
.team-section h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 55px;
}
@media (max-width: 1199px) {
  .team-section h2 {
    margin: 0 0 40px;
  }
}
@media (max-width: 1023px) {
  .team-section h2 {
    margin: 0 0 20px;
  }
}

.team-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 20px;
  margin: 0 -25px;
}
@media (max-width: 1199px) {
  .team-row {
    padding: 0 0 50px;
    margin: 0 -15px;
  }
}

.team-col {
  position: relative;
  padding: 0 25px;
  width: 50%;
  margin: 0 0 46px;
}
@media (max-width: 1199px) {
  .team-col {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .team-col {
    width: 100%;
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .team-col {
    margin: 0 0 20px;
  }
}

.team-block {
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .team-block {
    display: block;
  }
}
.team-block .image-holder {
  position: relative;
  overflow: hidden;
  width: 286px;
  margin: 0 0 35px;
}
@media (max-width: 1199px) {
  .team-block .image-holder {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .team-block .image-holder {
    margin: 0 auto 15px;
  }
}
.team-block .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.team-block .description {
  position: relative;
}
@media (max-width: 767px) {
  .team-block .description {
    text-align: center;
  }
}
.team-block .description .title {
  font-size: 15px;
  line-height: 1.9;
  display: block;
  margin: 0 0 27px;
}
.team-block .description p {
  font-size: 11px;
  line-height: 2.25;
  letter-spacing: -0.35px;
  margin: 0 0 25px;
}

.sumatraverse-block {
  overflow: hidden;
  position: relative;
  background: #3fa9f5;
  border-top: 3px solid #000;
  border-bottom: 20px solid #000;
  padding: 194px 0 665px;
  color: #fff;
  margin-top: -140px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.35px;
}
@media (max-width: 1023px) {
  .sumatraverse-block {
    padding: 185px 0 355px;
  }
}
@media (max-width: 767px) {
  .sumatraverse-block {
    padding: 175px 0 240px;
    font-size: 13px;
  }
}
.sumatraverse-block:before {
  width: 100%;
  height: 516px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/bg-visual2.png") no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 1023px) {
  .sumatraverse-block:before {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .sumatraverse-block:before {
    height: 220px;
  }
}
.sumatraverse-block .head {
  text-align: center;
  overflow: hidden;
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .sumatraverse-block .head {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .sumatraverse-block .head {
    margin-bottom: 5px;
  }
}
.sumatraverse-block .head p {
  font-size: 22px;
  line-height: 2;
}
@media (max-width: 1023px) {
  .sumatraverse-block .head p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sumatraverse-block .head p {
    font-size: 15px;
  }
}
.sumatraverse-block h2 {
  -webkit-text-stroke: 4px #000;
  webkit-text-fill-color: #000;
  text-align: center;
  color: #ff931e;
  margin: 0 0 45px;
  letter-spacing: normal;
}
@media (max-width: 1023px) {
  .sumatraverse-block h2 {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .sumatraverse-block h2 {
    margin: 0 0 15px;
  }
}
.sumatraverse-block p {
  margin: 0 0 25px;
}
.sumatraverse-block .list {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
  line-height: 2.25;
}
@media (max-width: 767px) {
  .sumatraverse-block .list {
    padding: 0;
  }
}
.sumatraverse-block .list li {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .sumatraverse-block .list li {
    margin: 0 0 5px;
  }
}

.faq-section {
  position: relative;
  padding: 85px 0 114px;
  background: #ffa94b;
  border-bottom: 3px solid #000;
}
@media (max-width: 1399px) {
  .faq-section {
    padding: 60px 0 100px;
  }
}
@media (max-width: 1199px) {
  .faq-section {
    padding: 60px 0 70px;
  }
}
@media (max-width: 1023px) {
  .faq-section {
    padding: 40px 0 25px;
  }
}
@media (max-width: 767px) {
  .faq-section {
    padding: 25px 0 15px;
  }
}
.faq-section .container {
  max-width: 905px;
}
.faq-section .wrap {
  position: relative;
}
.faq-section h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 74px;
}
@media (max-width: 1399px) {
  .faq-section h2 {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .faq-section h2 {
    margin: 0 0 12px;
  }
}

.faq-info {
  position: relative;
  color: #fff;
  overflow: hidden;
  max-width: 1050px;
  margin: 0 auto 10px;
  letter-spacing: -0.35px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.faq-info .title {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  display: block;
  margin: 0 0 8px;
  cursor: pointer;
  padding: 6px 0;
}
@media (max-width: 767px) {
  .faq-info .title {
    font-size: 12px;
    line-height: 1.3;
  }
}
.faq-info .sub-text {
  font-size: 12px;
  line-height: 24px;
  position: relative;
  display: block;
  padding: 0 0 20px;
}
@media (max-width: 767px) {
  .faq-info .sub-text {
    padding: 0 0 12px;
  }
}

.footer {
  position: relative;
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 1399px) {
  .footer {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 18px 0;
  }
}

.copyright {
  font-size: 13px;
  line-height: 1.1;
  display: block;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .copyright {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .copyright {
    font-size: 10px;
    line-height: 1.4;
  }
}

.line-box .mask {
  overflow: hidden;
}

.line-box .line {
  white-space: nowrap;
  width: 99999px;
  float: left;
}
.line-box .line .slide {
  display: inline-block;
  vertical-align: top;
}
.line-box .line img {
  max-width: 250px;
}
@media (max-width: 767px) {
  .line-box .line img {
    max-width: 180px;
  }
}

.mintContainer {
  text-align: center;
}