/*! 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 {
  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"] {
  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 */
  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; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #696969;
  background: #fff;
  font: 18px/1.2778 "Source Sans Pro", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) {
    body {
      font-size: 21px;
      line-height: 1.4761; } }

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: inherit;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 40px;
  line-height: 1.0625; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 50px;
      line-height: 1.147; } }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 68px;
      line-height: 1.147; } }

h2, .h2 {
  font-size: 24px;
  line-height: 1.2083;
  color: #2e2687; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 30px; } }
  @media (min-width: 1024px) {
    h2, .h2 {
      font-size: 36px;
      line-height: 1.05; } }

h3, .h3 {
  font-size: 21px;
  line-height: 1.05; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 24px; } }
  @media (min-width: 1024px) {
    h3, .h3 {
      font-size: 26px; } }

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

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

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

p {
  margin: 0 0 1em; }

a {
  transition: color 0.4s ease, opacity 0.4s ease, background 0.4s ease, border 0.4s ease;
  color: #2e2687;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    color: #131037; }

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 {
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  height: 60px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 8px 12px;
  border-radius: 2px;
  border: none;
  color: #d5d5d5; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #d5d5d5;
    opacity: 1; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #d5d5d5;
    opacity: 1; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #d5d5d5; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #d5d5d5; }
  @media (min-width: 370px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      font-size: 21px; } }
  @media (min-width: 768px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      height: 70px; } }
  @media (min-width: 1024px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      font-size: 26px;
      line-height: 32px;
      padding: 8px 25px; } }

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

textarea {
  resize: vertical;
  vertical-align: top;
  resize: none;
  height: 260px;
  padding-top: 14px; }
  @media (min-width: 768px) {
    textarea {
      padding-top: 17px;
      height: 260px; } }
  @media (min-width: 1024px) {
    textarea {
      padding-top: 17px; } }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  transition: color 0.4s ease, opacity 0.4s ease, background 0.4s ease, border 0.4s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  outline: none;
  box-shadow: none; }

.intro-area {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
  padding: 45px 0 26px; }
  @media (min-width: 370px) {
    .intro-area {
      padding: 45px 12px 26px; } }
  @media (min-width: 768px) {
    .intro-area {
      padding: 70px 0 34px; } }
  @media (min-width: 1024px) {
    .intro-area {
      padding: 91px 0 34px; } }
  .intro-area br {
    display: none; }
    @media (min-width: 768px) {
      .intro-area br {
        display: block; } }

.article-area {
  position: relative; }
  @media (min-width: 768px) {
    .article-area {
      padding: 0 0 8px; } }

.article {
  position: relative;
  margin: 0 0 43px; }
  @media (min-width: 768px) {
    .article {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 60px; } }
  @media (min-width: 1024px) {
    .article {
      margin: 0 0 94px; } }
  @media (min-width: 1200px) {
    .article {
      padding: 0 0 0 10px; } }
  @media (min-width: 1200px) {
    .article:nth-child(even) {
      padding: 0 10px 0 0; } }
  @media (min-width: 768px) {
    .article:nth-child(even) .image-holder {
      order: 2; }
    .article:nth-child(even) .description {
      order: 1; } }
  .article .image-holder {
    position: relative;
    width: 251px;
    margin: 0 auto 24px; }
    @media (min-width: 768px) {
      .article .image-holder {
        width: 290px;
        margin: 0; } }
    @media (min-width: 1024px) {
      .article .image-holder {
        width: 339px; } }
    .article .image-holder .img-text {
      font-size: 127px;
      line-height: 1;
      position: absolute;
      font-weight: 700;
      text-align: center;
      left: 0;
      right: 0;
      top: 151px;
      color: #ff0000; }
      @media (min-width: 768px) {
        .article .image-holder .img-text {
          font-size: 135px;
          top: auto;
          bottom: 90px;
          mix-blend-mode: multiply; } }
      @media (min-width: 1024px) {
        .article .image-holder .img-text {
          font-size: 150px;
          bottom: 107px; } }
    .article .image-holder img {
      display: block;
      width: 100%;
      height: auto;
      position: relative; }
  .article .description {
    position: relative;
    text-align: center; }
    @media (min-width: 370px) {
      .article .description {
        padding: 0 6px; } }
    @media (min-width: 768px) {
      .article .description {
        padding: 0;
        text-align: left;
        width: 375px; } }
    @media (min-width: 1024px) {
      .article .description {
        width: 480px; } }
  .article .text-area {
    position: relative;
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .article .text-area {
        margin: 0 0 25px; } }
    @media (min-width: 1024px) {
      .article .text-area {
        margin: 0 0 63px; } }
    .article .text-area:last-child {
      margin-bottom: 0; }
  .article h2 {
    position: relative;
    margin: 0 0 8px; }
    @media (min-width: 768px) {
      .article h2 {
        margin: 0 0 15px; } }
    @media (min-width: 1024px) {
      .article h2 {
        margin: 0 0 25px; } }
  .article .icon {
    font-size: 27px;
    line-height: 27px;
    display: block;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .article .icon {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 12px; } }
    .article .icon i {
      display: inline-block;
      vertical-align: top; }
  .article .icon-rocket {
    transform: rotate(45deg);
    font-size: 40px; }
    @media (min-width: 768px) {
      .article .icon-rocket {
        font-size: 51px;
        margin: 0 0 0 8px; } }
  .article .icon-game {
    font-size: 26px; }
    @media (min-width: 768px) {
      .article .icon-game {
        font-size: 32px;
        margin: 8px 0 0; } }
  .article .icon-database {
    font-size: 28px; }
    @media (min-width: 768px) {
      .article .icon-database {
        font-size: 38px; } }

.partners-area {
  position: relative;
  padding: 23px 0 4px; }
  @media (min-width: 768px) {
    .partners-area {
      padding: 32px 0 55px; } }
  .partners-area:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #bababa;
    height: 1px; }
    @media (min-width: 1200px) {
      .partners-area:before {
        left: -50px;
        right: -50px; } }
    @media (min-width: 1440px) {
      .partners-area:before {
        right: -120px;
        left: -120px; } }
  .partners-area h2 {
    text-align: center;
    margin: 0 0 23px; }
    @media (min-width: 768px) {
      .partners-area h2 {
        margin: 0 0 33px; } }

.partners-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .partners-list {
      text-align: left;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; } }
  .partners-list li {
    position: relative;
    margin: 0 0 35px; }
    @media (min-width: 768px) {
      .partners-list li {
        padding: 0 18px;
        margin: 0; } }
    @media (min-width: 1024px) {
      .partners-list li {
        padding: 0 25px; } }
    @media (max-width: 767px) {
      .partners-list li:nth-child(1) img, .partners-list li:nth-child(3) img {
        width: 77px; }
      .partners-list li:nth-child(2) img {
        width: 276px; } }
  .partners-list a {
    display: inline-block;
    vertical-align: middle; }
    .partners-list a:hover {
      opacity: 0.8; }
  .partners-list img {
    display: block;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .partners-list img {
        margin: 0; } }

@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;
  speak: none;
  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-lock:before {
  content: "\e900"; }

.icon-database:before {
  content: "\e901"; }

.icon-game:before {
  content: "\e902"; }

.icon-rocket:before {
  content: "\e903"; }

.visual-area {
  font-size: 21px;
  line-height: 26px;
  position: relative;
  font-weight: 700;
  background: #2e2687;
  color: #fff;
  text-align: center;
  padding: 39px 0 50px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .visual-area {
      font-size: 26px;
      line-height: 36px;
      padding: 65px 0; } }
  @media (min-width: 1024px) {
    .visual-area {
      padding: 69px 0 88px; } }
  .visual-area:before {
    background: linear-gradient(135deg, #2e2687 0%, #352885 40%, #83416f 100%);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%; }
  .visual-area .visual-caption {
    position: relative; }
    @media (min-width: 1024px) {
      .visual-area .visual-caption {
        padding: 0 30px; } }
  .visual-area h1 {
    letter-spacing: 1px;
    color: #9693c3;
    margin: 0 0 23px; }
    @media (min-width: 768px) {
      .visual-area h1 {
        margin: 0 0 16px; } }
    .visual-area h1 br {
      display: none; }
      @media (min-width: 768px) {
        .visual-area h1 br {
          display: block; } }
  .visual-area p {
    margin: 0 0 23px; }
    @media (min-width: 768px) {
      .visual-area p {
        margin: 0 0 28px; } }
    @media (min-width: 1024px) {
      .visual-area p {
        padding: 0 50px;
        margin: 0 0 39px; } }
  .visual-area .text {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin: 0 0 24px; }
    @media (min-width: 1024px) {
      .visual-area .text {
        font-size: 21px;
        margin: 0 0 31px; } }

.demo-btn {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 2px;
  letter-spacing: 1.2px;
  text-align: center;
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 10px;
  height: 70px;
  display: block; }
  @media (min-width: 768px) {
    .demo-btn {
      display: inline-block;
      vertical-align: top;
      min-width: 319px;
      border-width: 4px;
      padding: 20px 15px;
      height: 80px; } }
  .demo-btn:hover {
    background: #fff;
    color: #2e2687; }

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

.container {
  position: relative;
  max-width: 1010px;
  padding: 0 15px;
  margin: 0 auto; }
  @media (min-width: 370px) {
    .container {
      padding: 0 25px; } }

.main {
  position: relative; }

.btn {
  font-size: 20px;
  line-height: 26px;
  border: none;
  background: #e86152;
  height: 70px;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 700;
  padding: 2px 15px;
  color: #fff;
  display: block;
  width: 100%; }
  @media (min-width: 370px) {
    .btn {
      font-size: 24px;
      line-height: 30px; } }
  @media (min-width: 768px) {
    .btn {
      display: inline-block;
      vertical-align: top;
      height: 80px;
      width: auto;
      min-width: 360px; } }
  .btn:hover {
    background: #bb2919; }

.logo {
  display: block;
  width: 128px;
  margin: 0 auto 30px; }
  @media (min-width: 768px) {
    .logo {
      width: 245px;
      margin: 0 auto 60px; } }
  .logo a {
    display: block; }
  .logo img {
    display: block;
    width: 100%;
    height: auto; }

.contactus-area {
  background: #d5d5d5;
  position: relative;
  padding: 42px 0 50px; }
  @media (min-width: 768px) {
    .contactus-area {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .contactus-area {
      padding: 72px 0 80px; } }
  .contactus-area .container {
    max-width: 600px; }
    @media (min-width: 1024px) {
      .contactus-area .container {
        max-width: 770px; } }
  .contactus-area h2 {
    text-align: center;
    margin: 0 0 28px; }
    @media (min-width: 1024px) {
      .contactus-area h2 {
        margin: 0 0 47px; } }

.contact-form {
  position: relative; }
  .contact-form .field-area {
    position: relative;
    margin: 0 0 26px; }
    @media (min-width: 768px) {
      .contact-form .field-area {
        margin: 0 0 23px; } }
  .contact-form label {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 22px;
    color: #232323;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .contact-form label {
        font-size: 21px;
        line-height: 25px; } }
    .contact-form label .required {
      font-weight: 700;
      color: #e86152; }
  .contact-form .btn {
    margin: 31px 0 0; }
    @media (min-width: 1024px) {
      .contact-form .btn {
        margin: 36px 0 0; } }

.footer {
  position: relative;
  padding: 46px 0;
  background: #0f0d33;
  text-align: center;
  color: #fff; }
  @media (min-width: 768px) {
    .footer {
      padding: 55px 0 80px;
      text-align: left; } }
  .footer .container {
    max-width: 1250px; }

.footer-holder {
  position: relative;
  margin: 0 0 32px; }
  @media (min-width: 768px) {
    .footer-holder {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      margin: 0 0 18px; } }
  @media (min-width: 1024px) {
    .footer-holder {
      margin: 0 0 23px; } }
  .footer-holder h3 {
    margin: 0 0 18px; }
    @media (min-width: 768px) {
      .footer-holder h3 {
        margin: 0 0 19px; } }

.footer-info {
  position: relative;
  margin: 0 0 71px; }
  @media (min-width: 768px) {
    .footer-info {
      width: 280px;
      margin: 0; } }
  @media (min-width: 1024px) {
    .footer-info {
      width: 390px; } }

.f-logo {
  width: 276px;
  display: block;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .f-logo {
      margin: 0; } }
  @media (min-width: 1024px) {
    .f-logo {
      width: 388px; } }
  .f-logo a {
    display: block; }
  .f-logo img {
    display: block;
    width: 100%;
    height: auto; }

.subscribe-area {
  position: relative; }
  @media (min-width: 768px) {
    .subscribe-area {
      width: 410px; } }
  @media (min-width: 1024px) {
    .subscribe-area {
      width: 540px; } }
  .subscribe-area .note {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    display: block;
    color: #cfcfd6; }

.subscribe-field {
  position: relative;
  margin: 25px 0 35px; }
  @media (min-width: 768px) {
    .subscribe-field {
      margin: 25px 0 13px; } }
  .subscribe-field input[type="email"],
  .subscribe-field input[type="text"] {
    border-radius: 5px;
    font-size: 18px; }
    @media (min-width: 370px) {
      .subscribe-field input[type="email"],
      .subscribe-field input[type="text"] {
        font-size: 21px; } }
    @media (min-width: 768px) {
      .subscribe-field input[type="email"],
      .subscribe-field input[type="text"] {
        padding: 8px 140px 8px 15px;
        font-size: 19px; } }
    @media (min-width: 1024px) {
      .subscribe-field input[type="email"],
      .subscribe-field input[type="text"] {
        padding: 8px 145px 8px 24px;
        font-size: 26px; } }
  .subscribe-field .btn {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    letter-spacing: 0.5px;
    min-width: inherit;
    margin: 19px 0 0; }
    @media (min-width: 370px) {
      .subscribe-field .btn {
        font-size: 24px;
        line-height: 28px; } }
    @media (min-width: 768px) {
      .subscribe-field .btn {
        font-size: 18px;
        line-height: 24px;
        width: 122px;
        height: 42px;
        position: absolute;
        padding: 5px 10px;
        letter-spacing: 0.5px;
        right: 10px;
        top: 14px;
        margin: 0; } }
    @media (min-width: 1024px) {
      .subscribe-field .btn {
        right: 14px; } }

.copyright {
  font-size: 18px;
  line-height: 24px;
  display: block; }
  .copyright a {
    color: #fff; }
    .copyright a:hover {
      opacity: 0.8; }

.visual-area .visual-caption h1, .visual-area .visual-caption p {
  white-space: pre-wrap; }

@media (min-width: 1200px) {
  .article.right {
    padding: 0 10px 0 0; } }

@media (min-width: 768px) {
  .article.right .image-holder {
    order: 2; }
  .article.right .description {
    order: 1; } }
