/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, form, fieldset {
  display: block;
}

body, html {
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong, b {
  font-weight: bolder;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

label {
  display: block;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
textarea,
button {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: block;
}

input::-ms-reveal {
  display: none;
}

input::-ms-clear {
  display: none;
}

textarea {
  outline: none;
  resize: none;
}

button {
  background: none;
  cursor: pointer;
  padding: 0;
}

button:disabled {
  cursor: not-allowed;
}

button, input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:focus, input:focus {
  outline: none;
}

select {
  border: 0;
  box-shadow: none;
  color: inherit;
  outline: none;
  overflow: hidden;
  appearance: none;
  border-radius: 0;
}

select::-ms-value {
  background: none;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

abbr[title], acronym[title] {
  text-decoration: none;
}

a {
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

svg {
  fill: currentColor;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../assets/fonts/ProximaNova-Regular.woff2") format("woff2");
  src: url("../assets/fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.first {
  position: relative;
  background: url(../assets/images/topbg.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 6em;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .first {
    padding-bottom: 0;
  }
}

.first__bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.first .section-container_first {
  padding-top: 3.7em;
  border-bottom: 2px solid rgba(89, 92, 139, 0.7);
}

.first .company {
  transition: linear 0.4s;
}

.first .company:hover {
  transform: scale(1.05);
}

.first .title {
  font-size: 5.2em;
  margin-top: 1.3em;
  font-weight: bold;
  color: #EBEAEF;
  opacity: 0.9;
}

@media screen and (max-width: 1280px) {
  .first .title {
    font-size: 7em;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .first .title {
    text-align: center;
    font-size: 6em;
  }
}

.first .note {
  font-size: 1.2em;
  margin-bottom: 2em;
  color: #EBEAEF;
  opacity: 0.9;
}

@media screen and (max-width: 1280px) {
  .first .note {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .first .note {
    text-align: center;
    font-size: 2em;
  }
}

.first .text {
  margin-top: 3.5em;
  margin-bottom: 2em;
  max-width: 80%;
  font-size: 2em;
  line-height: 130%;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .first .text {
    max-width: 100%;
    font-size: 1.8em;
  }
}

.second {
  margin-top: -5em;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .second {
    margin-top: 0;
  }
}

.second .section-container_second {
  position: relative;
  padding: 3.7em 0;
  border-bottom: 2px solid rgba(89, 92, 139, 0.7);
}

.second .light {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 60%;
  left: 60%;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .second .light {
    top: 80%;
    left: 45%;
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  .second .light {
    top: 80%;
    left: 45%;
  }
}

.second__content {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .second__content {
    display: block;
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  .second__content {
    display: block;
  }
}

.second__content__section {
  width: 50%;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .second__content__section {
    width: 100%;
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  .second__content__section {
    width: 100%;
  }
}

.second__content__section_left .text_top {
  line-height: 130%;
  margin-bottom: 3em;
  font-size: 1.1em;
}

@media screen and (max-width: 1280px) {
  .second__content__section_left .text_top {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .second__content__section_left .text_top {
    font-size: 1.8em;
  }
}

.second__content__section_left .floor {
  position: relative;
  margin-bottom: 2em;
  line-height: 130%;
}

@media screen and (max-width: 1280px) {
  .second__content__section_left .floor {
    margin-bottom: 3em;
  }
}

.second__content__section_left .floor h3 {
  text-transform: uppercase;
  font-size: 1.44em;
  margin-bottom: 0.5em;
  font-weight: 600;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1280px) {
  .second__content__section_left .floor h3 {
    font-size: 1.8em;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .second__content__section_left .floor h3 {
    font-size: 2em;
  }
}

.second__content__section_left .floor div {
  width: 75%;
}

@media screen and (max-width: 1280px) {
  .second__content__section_left .floor div {
    width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .second__content__section_left .floor div {
    width: 100%;
  }
}

.second__content__section_left .floor div p, .second__content__section_left .floor div span {
  display: inline;
  font-size: 0.9em;
  line-height: 130%;
}

@media screen and (max-width: 1280px) {
  .second__content__section_left .floor div p, .second__content__section_left .floor div span {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .second__content__section_left .floor div p, .second__content__section_left .floor div span {
    font-size: 1.8em;
  }
}

.second__content__section_left .floor_blue h3, .second__content__section_left .floor_blue span {
  color: #57D6F2;
}

.second__content__section_left .floor_violet h3, .second__content__section_left .floor_violet span {
  color: #CB3AFE;
}

.second__content__section_left .floor_green h3, .second__content__section_left .floor_green span {
  color: #19BB4F;
}

.second__content__section_left :last-child {
  margin-bottom: 0;
}

.second__content__section_right {
  position: relative;
}

.second__content__section_right .brain-img {
  position: relative;
  padding-top: 8em;
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  .second__content__section_right .brain-img {
    padding-top: 10em;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .second__content__section_right .brain-img {
    padding-top: 5em;
    text-align: center;
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  .second__content__section_right .brain-img {
    padding-top: 5em;
    text-align: center;
  }
}

.second__content__section_right .brain-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.second__content__section_right .brain-img__floor {
  position: absolute;
  font-size: 1.3em;
  z-index: 3;
}

@media screen and (max-width: 1280px) {
  .second__content__section_right .brain-img__floor {
    font-size: 1.8em;
  }
}

.second__content__section_right .brain-img__floor_first {
  top: 66%;
  left: 55%;
}

@media screen and (max-width: 1280px) {
  .second__content__section_right .brain-img__floor_first {
    top: 63%;
    left: 52%;
  }
}

.second__content__section_right .brain-img__floor_second {
  top: 35%;
  left: 38%;
}

@media screen and (max-width: 1280px) {
  .second__content__section_right .brain-img__floor_second {
    top: 30%;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .second__content__section_right .brain-img__floor_second {
    top: 26%;
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  .second__content__section_right .brain-img__floor_second {
    top: 26%;
  }
}

.second__content__section_right .brain-img__floor_third {
  top: 24%;
  left: 30%;
}

@media screen and (max-width: 1280px) {
  .second__content__section_right .brain-img__floor_third {
    top: 21%;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .second__content__section_right .brain-img__floor_third {
    top: 16%;
    left: 35%;
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  .second__content__section_right .brain-img__floor_third {
    top: 16%;
    left: 35%;
  }
}

.third .section-container_third {
  position: relative;
  padding: 3.7em 0;
}

.third__content {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 5em;
}

@media screen and (max-width: 768px) {
  .third__content {
    display: block;
  }
}

.third__content__section {
  width: 50%;
  font-size: 1em;
  line-height: 130%;
}

@media screen and (max-width: 1280px) {
  .third__content__section {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .third__content__section {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 768px) {
  .third__content__section {
    width: 100%;
    margin-bottom: 1em;
  }
}

.third__content__section_left .text, .third__content__section_right .text {
  width: 85%;
  font-size: 1.11em;
}

@media screen and (max-width: 1280px) {
  .third__content__section_left .text, .third__content__section_right .text {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 768px) {
  .third__content__section_left .text, .third__content__section_right .text {
    width: 100%;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .third__content__section_left .text, .third__content__section_right .text {
    font-size: 1.1em;
  }
}

.third__content__section_left .text p {
  display: inline;
}

.third__content__section_left .text_blue span {
  color: #57D6F2;
}

.third__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  font-size: 0.9em;
}

@media screen and (max-width: 1280px) {
  .third__btns {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .third__btns {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  .third__btns {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .third__btns {
    display: block;
    font-size: 1.8em;
  }
}

.third__btns a {
  text-transform: uppercase;
  letter-spacing: 0.395em;
  transition: linear 0.4s;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .third__btns a {
    width: 30%;
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  .third__btns a {
    width: 30%;
  }
}

.third__btns a:hover {
  color: #FD3365;
}

.third__btns .testBtn {
  width: 10em;
  height: 3.6em;
  font-size: 1.1em;
  margin: 0 2em;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .third__btns .testBtn {
    margin: 3em auto;
  }
}

.third__btns .testBtn a {
  text-transform: none;
  letter-spacing: normal;
}

.third__btns .testBtn a:hover {
  color: inherit;
}

.footer {
  background-color: #0F1627;
}

.footer .section-container_footer {
  position: relative;
  padding: 5em 0;
}

@media screen and (max-width: 768px) {
  .footer .section-container {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .footer .section-container {
    padding-top: 5em;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  .footer .section-container {
    padding-top: 5em;
    padding-bottom: 0;
  }
}

.footer__logos {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  color: #EBEAEF;
}

.footer__logos__logo {
  position: relative;
  width: 25%;
  min-height: 10em;
}

@media screen and (max-width: 1280px) {
  .footer__logos__logo {
    min-height: 16em;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .footer__logos__logo {
    width: 50%;
    min-height: 10em;
  }
}

@media screen and (max-width: 768px) {
  .footer__logos__logo {
    width: 50%;
    min-height: 14em;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .footer__logos__logo {
    width: 100%;
    min-height: 10em;
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  .footer__logos__logo {
    width: 50%;
    min-height: 15em;
  }
}

.footer__logos__logo img {
  position: absolute;
  bottom: 50%;
  left: 0;
  cursor: pointer;
  transition: linear 0.4s;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .footer__logos__logo img {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .footer__logos__logo img {
    bottom: 45%;
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  .footer__logos__logo img {
    left: 50%;
    transform: translateX(-50%);
  }
}

.footer__logos__logo img:hover {
  transform: scale(1.05);
}

.footer__logos__logo .text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.8em;
}

@media screen and (max-width: 1280px) {
  .footer__logos__logo .text {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .footer__logos__logo .text {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .footer__logos__logo .text {
    font-size: 1em;
    text-align: center;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .footer__logos__logo .text {
    font-size: 1em;
  }
}

@media screen and (max-width: 360px) and (orientation: portrait) {
  .footer__logos__logo .text {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  .footer__logos__logo .text {
    text-align: center;
  }
}

.footer__logos__logo .text :last-child {
  color: #FD3365;
}

html {
  outline: none;
}

html, body {
  height: 100%;
}

.app {
  background-color: #020520;
  min-height: 100%;
  font-family: 'ProximaNova';
}

section {
  position: relative;
  width: 100%;
  color: #fff;
  overflow: hidden;
}

section .section-container {
  position: relative;
  max-width: 1058.5px;
  margin: 0 auto;
  z-index: 3;
}

@media screen and (min-width: 1920px) {
  section .section-container {
    font-size: 20px;
  }
}

@media screen and (min-width: 1600px) {
  section .section-container {
    font-size: 18px;
  }
}

@media screen and (max-width: 1440px) {
  section .section-container {
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px) {
  section .section-container {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  section .section-container {
    font-size: 10px;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  section .section-container {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  section .section-container {
    font-size: 14px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  section .section-container {
    font-size: 10px;
  }
}

@media screen and (max-width: 375px) and (orientation: portrait) {
  section .section-container {
    font-size: 8px;
  }
}

@media screen and (max-width: 360px) and (orientation: portrait) {
  section .section-container {
    font-size: 7px;
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  section .section-container {
    font-size: 12px;
  }
}

@media screen and (max-width: 1280px) {
  section .section-container {
    max-width: 90%;
  }
}

footer .section-container {
  position: relative;
  max-width: 1058.5px;
  margin: 0 auto;
  z-index: 3;
}

@media screen and (max-width: 1280px) {
  footer .section-container {
    max-width: 90%;
  }
}

.testBtn {
  position: relative;
  width: 10em;
  height: 3.6em;
  background-color: #19BB4F;
  color: #fff;
  font-size: 1em;
  transition: linear 0.4s;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 1280px) {
  .testBtn {
    width: 14em;
    height: 4em;
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .testBtn {
    width: 10em;
    height: 3em;
    font-size: 1.6em;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .testBtn {
    margin: 0 auto;
  }
}

.testBtn:hover {
  opacity: .9;
}

.testBtn a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  transition: linear 0.4s;
}

.testBtn a:hover {
  color: inherit;
}
/*# sourceMappingURL=main.css.map */