/*! normalize.css v8.0.1 | 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;
  scroll-behavior: smooth;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.woff?a9gnk2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-alarm:before {
  content: "\e915"; }

.icon-adaptive:before {
  content: "\e900"; }

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

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

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

.icon-optimization:before {
  content: "\e904"; }

.icon-plugin:before {
  content: "\e905"; }

.icon-seo:before {
  content: "\e906"; }

.icon-support:before {
  content: "\e907"; }

.icon-theme:before {
  content: "\e908"; }

.icon-web-dev:before {
  content: "\e909"; }

.icon-allert:before {
  content: "\e939"; }

.icon-success-arrow:before {
  content: "\e93a"; }

.icon-behance:before {
  content: "\e910"; }

.icon-linkedin:before {
  content: "\e911"; }

.icon-arrow-down:before {
  content: "\e90d"; }

.icon-arrow-left:before {
  content: "\e912"; }

.icon-arrow-right:before {
  content: "\e913"; }

.icon-clip:before {
  content: "\e914"; }

.icon-facebook:before {
  content: "\e90a"; }

.icon-instagram:before {
  content: "\e90b"; }

.icon-play:before {
  content: "\e90c"; }

.icon-star:before {
  content: "\e90e"; }

.icon-twitter:before {
  content: "\e90f"; }

.icon-arrow-right-2:before {
  content: "\e965"; }

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

.ellipsis {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden; }

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

h2,
.h2 {
  font-size: 32px; }

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

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

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

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 52px; }
  h2,
  .h2 {
    font-size: 48px; }
  h4,
  .h4 {
    font-size: 24px; }
  h5,
  .h5 {
    font-size: 16px; } }

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

html {
  scroll-behavior: smooth; }

body {
  color: #23272D;
  background: #EDF3F6;
  font: 18px/1.2 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

#wrapper {
  position: relative;
  overflow: hidden; }

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1288px;
  width: 100%; }

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: 800;
  margin: 0 0 20px;
  color: inherit; }

p {
  margin: 0 0 1em; }

a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #00A7EF;
  text-decoration: none; }
  @media (min-width: 992px) {
    a:hover {
      color: #00A7EF;
      text-decoration: none; } }

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ul,
.dark-list,
.gray-list {
  padding-left: 10px;
  margin-bottom: 32px; }
  ul li,
  .dark-list li,
  .gray-list li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 24px; }
    ul li:before,
    .dark-list li:before,
    .gray-list li:before {
      content: '';
      position: absolute;
      top: 0.5em;
      left: 0;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background-color: #fff; }
    ul li:last-child,
    .dark-list li:last-child,
    .gray-list li:last-child {
      margin-bottom: 0; }

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #737373;
  padding: 5px;
  background-color: #fff;
  font-size: 15px;
  width: 100%;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
  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,
  input[type='url']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.6; }
  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,
  input[type='url']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #fff;
    opacity: 0.6; }
  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,
  input[type='url']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #fff;
    opacity: 0.6; }
  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,
  input[type='url']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 0.6; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  textarea.placeholder {
    color: #fff;
    opacity: 0.6; }
  @media (min-width: 768px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    input[type='url'],
    textarea {
      font-size: 18px;
      padding: 26px; } }
  @media (min-width: 1024px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    input[type='url'],
    textarea {
      font-size: 22px;
      padding: 26px 34px; } }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus,
  textarea:focus {
    border-color: #fff; }

input[type="submit"] {
  border: none; }

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

textarea {
  resize: none;
  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; }

h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase; }

.h1,
.h2,
.h3,
.h4,
.h5 {
  display: block; }

@media (max-width: 767px) {
  h1.md-small,
  .h1.md-small {
    font-size: 24px; } }

h2 {
  word-break: break-word; }

.dark-list.with-title .title:before {
  background: #23272D; }

.dark-list li:before {
  background: #23272D; }

ul.with-title {
  padding: 0; }
  ul.with-title li {
    padding: 0; }
    ul.with-title li::before {
      content: none; }
  ul.with-title .title {
    display: block;
    padding-left: 14px;
    margin-left: 10px;
    position: relative; }
    ul.with-title .title:before {
      content: '';
      position: absolute;
      top: 0.5em;
      left: 0;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background-color: #fff; }

.gray-list {
  color: #737373; }
  .gray-list li:before {
    background: #737373;
    width: 4px;
    height: 4px; }

.blue-dots-big {
  padding: 0;
  color: #23272D;
  margin-bottom: 0; }
  .blue-dots-big li {
    margin-bottom: 25px;
    font-size: 18px; }
    @media (min-width: 992px) {
      .blue-dots-big li {
        margin-bottom: 34px; } }
    .blue-dots-big li::before {
      position: absolute;
      width: 8px;
      height: 8px;
      background: #00A7EF;
      top: 6px;
      left: 0; }
  .blue-dots-big p {
    margin-bottom: 4px; }
  .blue-dots-big .desc {
    font-size: 16px;
    color: #737373;
    margin: 0; }

.dots-md > li:before {
  top: 0.6em;
  width: 5px;
  height: 5px; }

.btn,
input.btn {
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  font: 500 16px/1.2 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 138px;
  border-radius: 2em;
  padding: 11px 48px;
  background-color: #00A7EF;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  cursor: pointer; }
  .btn:hover,
  input.btn:hover {
    background-color: #fff;
    color: #00A7EF; }
  .btn.btn-outline,
  input.btn.btn-outline {
    color: #00A7EF;
    border: 2px solid #00A7EF;
    background-color: transparent; }
    .btn.btn-outline:hover,
    input.btn.btn-outline:hover {
      background-color: #00A7EF;
      color: #fff; }
  .btn.btn-blue,
  input.btn.btn-blue {
    background-color: #00A7EF;
    color: #fff;
    border: 2px solid transparent; }
    .btn.btn-blue:hover,
    input.btn.btn-blue:hover {
      border-color: #00A7EF;
      background-color: #fff;
      color: #00A7EF; }
  .btn.btn-light,
  input.btn.btn-light {
    background-color: #fff;
    color: #00A7EF;
    border: 2px solid transparent; }
    .btn.btn-light:hover,
    input.btn.btn-light:hover {
      border-color: #fff;
      background-color: transparent;
      color: #fff; }
  .btn.btn-disabled,
  input.btn.btn-disabled {
    pointer-events: none;
    opacity: 0.5; }
  .btn.btn-gray,
  input.btn.btn-gray {
    background-color: #737373; }
    .btn.btn-gray:hover,
    input.btn.btn-gray:hover {
      color: #fff;
      background-color: #23272D; }
  .btn.loading,
  input.btn.loading {
    background-image: url(../images/loader-blue.gif);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 40px;
    pointer-events: none; }

section {
  padding: 84px 0 32px; }
  @media (min-width: 1025px) {
    section {
      padding: 152px 0 64px; } }

@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important; } }

@media (max-width: 991px) {
  .tablet-hidden {
    display: none !important; } }

@media (min-width: 992px) {
  .desktop-hidden {
    display: none !important; } }

.text-center {
  text-align: center; }

.dark-bg {
  background: #23272D;
  color: #fff; }

.bg-white {
  background: #fff; }

@media (min-width: 1024px) {
  .bg-white-desktop {
    background: #fff; } }

.bg-base {
  background: #EDF3F6; }

.text-blue {
  color: #00A7EF; }

.text-black {
  color: #23272D; }

.title-wrapper {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 1.229;
  max-width: 1036px;
  position: relative; }
  @media (min-width: 768px) {
    .title-wrapper {
      margin-bottom: 64px; } }
  .title-wrapper h2 {
    position: relative; }
    .title-wrapper h2:not(:only-child) {
      margin-bottom: 20px; }
    .title-wrapper h2::before {
      content: "";
      position: absolute;
      width: 132px;
      height: 4px;
      background: #00A7EF;
      top: -24px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .title-wrapper p {
    font-size: 18px; }
    .title-wrapper p:last-child {
      margin-bottom: 0; }
  .title-wrapper .description-wrapper {
    max-width: 800px; }

.no-capitalize {
  text-transform: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'] {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 0;
  font: 400 16px/20px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding-left: 0;
  outline: none;
  height: auto;
  padding: 19px 0; }
  input[type='text']:focus::-webkit-input-placeholder,
  input[type='tel']:focus::-webkit-input-placeholder,
  input[type='email']:focus::-webkit-input-placeholder,
  input[type='search']:focus::-webkit-input-placeholder,
  input[type='password']:focus::-webkit-input-placeholder,
  input[type='url']:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transform: translatex(10px);
            transform: translatex(10px); }
  input[type='text']:focus::-moz-placeholder,
  input[type='tel']:focus::-moz-placeholder,
  input[type='email']:focus::-moz-placeholder,
  input[type='search']:focus::-moz-placeholder,
  input[type='password']:focus::-moz-placeholder,
  input[type='url']:focus::-moz-placeholder {
    opacity: 1;
    opacity: 0;
    transform: translatex(10px); }
  input[type='text']:focus:-moz-placeholder,
  input[type='tel']:focus:-moz-placeholder,
  input[type='email']:focus:-moz-placeholder,
  input[type='search']:focus:-moz-placeholder,
  input[type='password']:focus:-moz-placeholder,
  input[type='url']:focus:-moz-placeholder {
    opacity: 0;
    transform: translatex(10px); }
  input[type='text']:focus:-ms-input-placeholder,
  input[type='tel']:focus:-ms-input-placeholder,
  input[type='email']:focus:-ms-input-placeholder,
  input[type='search']:focus:-ms-input-placeholder,
  input[type='password']:focus:-ms-input-placeholder,
  input[type='url']:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transform: translatex(10px);
        transform: translatex(10px); }
  input[type='text']:focus.placeholder,
  input[type='tel']:focus.placeholder,
  input[type='email']:focus.placeholder,
  input[type='search']:focus.placeholder,
  input[type='password']:focus.placeholder,
  input[type='url']:focus.placeholder {
    opacity: 0;
    -webkit-transform: translatex(10px);
        -ms-transform: translatex(10px);
            transform: translatex(10px); }
  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,
  input[type='url']::-webkit-input-placeholder {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  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,
  input[type='url']::-moz-placeholder {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  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,
  input[type='url']:-moz-placeholder {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  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,
  input[type='url']:-ms-input-placeholder {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #23272D inset !important; }

input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important; }

.checkbox-label {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  padding: 3px 0 3px 36px;
  position: relative;
  margin-bottom: 17px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize; }
  @media (min-width: 768px) {
    .checkbox-label {
      margin-bottom: 8px; } }
  .checkbox-label:hover input ~ .checkbox-mark {
    background-color: rgba(255, 255, 255, 0.6); }
  .checkbox-label:last-child {
    margin-bottom: 0; }
  .checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .checkbox-label input.is-error ~ .checkbox-mark {
      border-color: #EF002B; }
    .checkbox-label input:checked ~ .checkbox-mark {
      background-color: #00a7ef;
      border-color: #00a7ef; }
      .checkbox-label input:checked ~ .checkbox-mark:after {
        opacity: 1;
        border-color: #fff; }
  .checkbox-label a {
    color: rgba(0, 167, 239, 0.6); }

.checkbox-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px; }
  .checkbox-mark:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 8px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid rgba(255, 255, 255, 0.3);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.accept-box {
  display: block;
  position: relative; }
  .accept-box.is-error .error-field.danger {
    opacity: 1; }
    .accept-box.is-error .error-field.danger .alert-icon {
      background-color: #EF002B; }

@media (min-width: 480px) {
  .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px; } }

@media (min-width: 480px) {
  .form-row .form-field {
    padding: 0 12px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%; } }

form .form-field {
  position: relative; }
  @media (min-width: 480px) {
    form .form-field {
      margin: 0 0 14px; } }

form .error-field {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8px; }
  form .error-field p {
    margin-bottom: 0; }

form .response-message {
  position: relative; }
  form .response-message .error-field {
    display: none; }
    form .response-message .error-field .checkbox-mark {
      position: relative;
      border: none; }
      form .response-message .error-field .checkbox-mark:after {
        opacity: 1;
        border-color: #fff; }

form .form-control.is-warning ~ .error-field.warning {
  opacity: 1; }

form .form-control.is-error ~ .error-field.danger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 480px) {
    form .form-control.is-error ~ .error-field.danger {
      opacity: 1; } }

form .is-error .error-field,
form .is-warning .error-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

form .is-error {
  border-color: #EF002B; }

form [class^="icon-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 8px;
  font-size: 12px; }

form .icon-allert {
  background-color: #EF002B;
  color: #fff; }

form .icon-success-arrow {
  background-color: #31BC00;
  font-size: 10px; }

.form-note {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 25px; }
  .form-note a {
    color: rgba(0, 167, 239, 0.6); }

.file-wrapper {
  position: relative;
  margin-bottom: 7px; }
  .file-wrapper > input {
    padding-right: 50px; }

.file-field {
  position: absolute;
  top: 14px;
  right: 0;
  cursor: pointer; }
  .file-field input[type="file"] {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }

.btn-file {
  border: none;
  background-color: transparent;
  font-size: 23px;
  color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  width: 25px !important;
  height: 25px;
  padding: 0px;
  cursor: pointer; }
  .btn-file:before {
    content: "\e914";
    font-family: icomoon; }

.file-name {
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.btn-remove-file {
  line-height: 0;
  padding: 3px;
  margin: 0 0 0 10px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  width: 20px;
  height: 20px; }

.main-content {
  padding: 32px 0;
  line-height: 1.63; }
  @media (min-width: 992px) {
    .main-content {
      padding: 130px 0 64px; } }
  @media (min-width: 992px) {
    .main-content > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .main-content .content,
    .main-content .article-boxes {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: calc(100% - 424px); } }
  @media (min-width: 992px) {
    .main-content .sidebar {
      width: 400px; } }
  .main-content h3 {
    font-size: 24px;
    line-height: calc(29 / 24);
    margin-bottom: 24px; }
    @media (min-width: 992px) {
      .main-content h3 {
        margin-bottom: 32px; } }

blockquote {
  background: #F6F6F6;
  text-align: center;
  padding: 44px 16px;
  margin: 24px 0;
  position: relative; }
  blockquote:before, blockquote:after {
    position: absolute;
    font-size: 20px;
    font-family: icomoon;
    line-height: 1;
    color: #737373; }
  blockquote:before {
    content: "\eb33";
    left: 18px;
    top: 20px; }
  blockquote:after {
    content: "\eb32";
    right: 18px;
    bottom: 20px; }

iframe {
  border: none; }

@media (min-width: 992px) {
  .max-w-per-47 {
    max-width: 47% !important; } }

@media (min-width: 992px) {
  .max-w-per-48 {
    max-width: 48% !important; } }

@media (min-width: 992px) {
  .max-w-per-49 {
    max-width: 49% !important; } }

@media (min-width: 992px) {
  .max-w-per-50 {
    max-width: 50% !important; } }

@media (min-width: 992px) {
  .max-w-per-51 {
    max-width: 51% !important; } }

@media (min-width: 992px) {
  .max-w-per-52 {
    max-width: 52% !important; } }

@media (min-width: 992px) {
  .max-w-per-53 {
    max-width: 53% !important; } }

@media (min-width: 992px) {
  .max-w-per-54 {
    max-width: 54% !important; } }

@media (min-width: 992px) {
  .max-w-per-55 {
    max-width: 55% !important; } }

@media (min-width: 992px) {
  .max-w-per-56 {
    max-width: 56% !important; } }

@media (min-width: 992px) {
  .max-w-per-57 {
    max-width: 57% !important; } }

@media (min-width: 992px) {
  .max-w-per-58 {
    max-width: 58% !important; } }

@media (min-width: 992px) {
  .max-w-per-59 {
    max-width: 59% !important; } }

@media (min-width: 992px) {
  .max-w-per-60 {
    max-width: 60% !important; } }

@media (min-width: 992px) {
  .max-w-per-61 {
    max-width: 61% !important; } }

@media (min-width: 992px) {
  .max-w-per-62 {
    max-width: 62% !important; } }

@media (min-width: 992px) {
  .max-w-per-63 {
    max-width: 63% !important; } }

@media (min-width: 992px) {
  .max-w-per-64 {
    max-width: 64% !important; } }

@media (min-width: 992px) {
  .max-w-per-65 {
    max-width: 65% !important; } }

@media (min-width: 992px) {
  .max-w-per-66 {
    max-width: 66% !important; } }

@media (min-width: 992px) {
  .max-w-per-67 {
    max-width: 67% !important; } }

@media (min-width: 992px) {
  .max-w-per-68 {
    max-width: 68% !important; } }

@media (min-width: 992px) {
  .max-w-per-69 {
    max-width: 69% !important; } }

@media (min-width: 992px) {
  .max-w-per-70 {
    max-width: 70% !important; } }

@media (min-width: 992px) {
  .max-w-per-71 {
    max-width: 71% !important; } }

@media (min-width: 992px) {
  .max-w-per-72 {
    max-width: 72% !important; } }

@media (min-width: 992px) {
  .max-w-per-73 {
    max-width: 73% !important; } }

@media (min-width: 992px) {
  .max-w-per-74 {
    max-width: 74% !important; } }

@media (min-width: 992px) {
  .max-w-per-75 {
    max-width: 75% !important; } }

@media (min-width: 992px) {
  .max-w-per-76 {
    max-width: 76% !important; } }

@media (min-width: 992px) {
  .max-w-per-77 {
    max-width: 77% !important; } }

@media (min-width: 992px) {
  .max-w-per-78 {
    max-width: 78% !important; } }

@media (min-width: 992px) {
  .max-w-per-79 {
    max-width: 79% !important; } }

@media (min-width: 992px) {
  .max-w-per-80 {
    max-width: 80% !important; } }

@media (min-width: 992px) {
  .max-w-per-81 {
    max-width: 81% !important; } }

@media (min-width: 992px) {
  .max-w-per-82 {
    max-width: 82% !important; } }

@media (min-width: 992px) {
  .max-w-per-83 {
    max-width: 83% !important; } }

@media (min-width: 992px) {
  .max-w-per-84 {
    max-width: 84% !important; } }

@media (min-width: 992px) {
  .max-w-per-85 {
    max-width: 85% !important; } }

@media (min-width: 992px) {
  .max-w-per-86 {
    max-width: 86% !important; } }

@media (min-width: 992px) {
  .max-w-per-87 {
    max-width: 87% !important; } }

@media (min-width: 992px) {
  .max-w-per-88 {
    max-width: 88% !important; } }

@media (min-width: 992px) {
  .max-w-per-89 {
    max-width: 89% !important; } }

@media (min-width: 992px) {
  .max-w-per-90 {
    max-width: 90% !important; } }

@media (min-width: 992px) {
  .max-w-per-91 {
    max-width: 91% !important; } }

@media (min-width: 992px) {
  .max-w-per-92 {
    max-width: 92% !important; } }

@media (min-width: 992px) {
  .max-w-per-93 {
    max-width: 93% !important; } }

@media (min-width: 992px) {
  .max-w-per-94 {
    max-width: 94% !important; } }

@media (min-width: 992px) {
  .max-w-per-95 {
    max-width: 95% !important; } }

@media (min-width: 992px) {
  .max-w-per-96 {
    max-width: 96% !important; } }

@media (min-width: 992px) {
  .max-w-per-97 {
    max-width: 97% !important; } }

@media (min-width: 992px) {
  .max-w-per-98 {
    max-width: 98% !important; } }

@media (min-width: 992px) {
  .max-w-per-99 {
    max-width: 99% !important; } }

@media (min-width: 992px) {
  .max-w-per-100 {
    max-width: 100% !important; } }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-1 {
  margin-bottom: 1px !important; }

.mb-2 {
  margin-bottom: 2px !important; }

.mb-3 {
  margin-bottom: 3px !important; }

.mb-4 {
  margin-bottom: 4px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-6 {
  margin-bottom: 6px !important; }

.mb-7 {
  margin-bottom: 7px !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.mb-9 {
  margin-bottom: 9px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-11 {
  margin-bottom: 11px !important; }

.mb-12 {
  margin-bottom: 12px !important; }

.mb-13 {
  margin-bottom: 13px !important; }

.mb-14 {
  margin-bottom: 14px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-16 {
  margin-bottom: 16px !important; }

.mb-17 {
  margin-bottom: 17px !important; }

.mb-18 {
  margin-bottom: 18px !important; }

.mb-19 {
  margin-bottom: 19px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-21 {
  margin-bottom: 21px !important; }

.mb-22 {
  margin-bottom: 22px !important; }

.mb-23 {
  margin-bottom: 23px !important; }

.mb-24 {
  margin-bottom: 24px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-26 {
  margin-bottom: 26px !important; }

.mb-27 {
  margin-bottom: 27px !important; }

.mb-28 {
  margin-bottom: 28px !important; }

.mb-29 {
  margin-bottom: 29px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-31 {
  margin-bottom: 31px !important; }

.mb-32 {
  margin-bottom: 32px !important; }

.mb-33 {
  margin-bottom: 33px !important; }

.mb-34 {
  margin-bottom: 34px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-36 {
  margin-bottom: 36px !important; }

.mb-37 {
  margin-bottom: 37px !important; }

.mb-38 {
  margin-bottom: 38px !important; }

.mb-39 {
  margin-bottom: 39px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-41 {
  margin-bottom: 41px !important; }

.mb-42 {
  margin-bottom: 42px !important; }

.mb-43 {
  margin-bottom: 43px !important; }

.mb-44 {
  margin-bottom: 44px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-46 {
  margin-bottom: 46px !important; }

.mb-47 {
  margin-bottom: 47px !important; }

.mb-48 {
  margin-bottom: 48px !important; }

.mb-49 {
  margin-bottom: 49px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-1 {
  margin-top: 1px !important; }

.mt-2 {
  margin-top: 2px !important; }

.mt-3 {
  margin-top: 3px !important; }

.mt-4 {
  margin-top: 4px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-6 {
  margin-top: 6px !important; }

.mt-7 {
  margin-top: 7px !important; }

.mt-8 {
  margin-top: 8px !important; }

.mt-9 {
  margin-top: 9px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-11 {
  margin-top: 11px !important; }

.mt-12 {
  margin-top: 12px !important; }

.mt-13 {
  margin-top: 13px !important; }

.mt-14 {
  margin-top: 14px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-16 {
  margin-top: 16px !important; }

.mt-17 {
  margin-top: 17px !important; }

.mt-18 {
  margin-top: 18px !important; }

.mt-19 {
  margin-top: 19px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-21 {
  margin-top: 21px !important; }

.mt-22 {
  margin-top: 22px !important; }

.mt-23 {
  margin-top: 23px !important; }

.mt-24 {
  margin-top: 24px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-26 {
  margin-top: 26px !important; }

.mt-27 {
  margin-top: 27px !important; }

.mt-28 {
  margin-top: 28px !important; }

.mt-29 {
  margin-top: 29px !important; }

.mt-30 {
  margin-top: 30px !important; }

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0px !important; } }

@media (min-width: 992px) {
  .mb-lg-1 {
    margin-bottom: 1px !important; } }

@media (min-width: 992px) {
  .mb-lg-2 {
    margin-bottom: 2px !important; } }

@media (min-width: 992px) {
  .mb-lg-3 {
    margin-bottom: 3px !important; } }

@media (min-width: 992px) {
  .mb-lg-4 {
    margin-bottom: 4px !important; } }

@media (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 5px !important; } }

@media (min-width: 992px) {
  .mb-lg-6 {
    margin-bottom: 6px !important; } }

@media (min-width: 992px) {
  .mb-lg-7 {
    margin-bottom: 7px !important; } }

@media (min-width: 992px) {
  .mb-lg-8 {
    margin-bottom: 8px !important; } }

@media (min-width: 992px) {
  .mb-lg-9 {
    margin-bottom: 9px !important; } }

@media (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 10px !important; } }

@media (min-width: 992px) {
  .mb-lg-11 {
    margin-bottom: 11px !important; } }

@media (min-width: 992px) {
  .mb-lg-12 {
    margin-bottom: 12px !important; } }

@media (min-width: 992px) {
  .mb-lg-13 {
    margin-bottom: 13px !important; } }

@media (min-width: 992px) {
  .mb-lg-14 {
    margin-bottom: 14px !important; } }

@media (min-width: 992px) {
  .mb-lg-15 {
    margin-bottom: 15px !important; } }

@media (min-width: 992px) {
  .mb-lg-16 {
    margin-bottom: 16px !important; } }

@media (min-width: 992px) {
  .mb-lg-17 {
    margin-bottom: 17px !important; } }

@media (min-width: 992px) {
  .mb-lg-18 {
    margin-bottom: 18px !important; } }

@media (min-width: 992px) {
  .mb-lg-19 {
    margin-bottom: 19px !important; } }

@media (min-width: 992px) {
  .mb-lg-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 992px) {
  .mb-lg-21 {
    margin-bottom: 21px !important; } }

@media (min-width: 992px) {
  .mb-lg-22 {
    margin-bottom: 22px !important; } }

@media (min-width: 992px) {
  .mb-lg-23 {
    margin-bottom: 23px !important; } }

@media (min-width: 992px) {
  .mb-lg-24 {
    margin-bottom: 24px !important; } }

@media (min-width: 992px) {
  .mb-lg-25 {
    margin-bottom: 25px !important; } }

@media (min-width: 992px) {
  .mb-lg-26 {
    margin-bottom: 26px !important; } }

@media (min-width: 992px) {
  .mb-lg-27 {
    margin-bottom: 27px !important; } }

@media (min-width: 992px) {
  .mb-lg-28 {
    margin-bottom: 28px !important; } }

@media (min-width: 992px) {
  .mb-lg-29 {
    margin-bottom: 29px !important; } }

@media (min-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-31 {
    margin-bottom: 31px !important; } }

@media (min-width: 992px) {
  .mb-lg-32 {
    margin-bottom: 32px !important; } }

@media (min-width: 992px) {
  .mb-lg-33 {
    margin-bottom: 33px !important; } }

@media (min-width: 992px) {
  .mb-lg-34 {
    margin-bottom: 34px !important; } }

@media (min-width: 992px) {
  .mb-lg-35 {
    margin-bottom: 35px !important; } }

@media (min-width: 992px) {
  .mb-lg-36 {
    margin-bottom: 36px !important; } }

@media (min-width: 992px) {
  .mb-lg-37 {
    margin-bottom: 37px !important; } }

@media (min-width: 992px) {
  .mb-lg-38 {
    margin-bottom: 38px !important; } }

@media (min-width: 992px) {
  .mb-lg-39 {
    margin-bottom: 39px !important; } }

@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 992px) {
  .mb-lg-41 {
    margin-bottom: 41px !important; } }

@media (min-width: 992px) {
  .mb-lg-42 {
    margin-bottom: 42px !important; } }

@media (min-width: 992px) {
  .mb-lg-43 {
    margin-bottom: 43px !important; } }

@media (min-width: 992px) {
  .mb-lg-44 {
    margin-bottom: 44px !important; } }

@media (min-width: 992px) {
  .mb-lg-45 {
    margin-bottom: 45px !important; } }

@media (min-width: 992px) {
  .mb-lg-46 {
    margin-bottom: 46px !important; } }

@media (min-width: 992px) {
  .mb-lg-47 {
    margin-bottom: 47px !important; } }

@media (min-width: 992px) {
  .mb-lg-48 {
    margin-bottom: 48px !important; } }

@media (min-width: 992px) {
  .mb-lg-49 {
    margin-bottom: 49px !important; } }

@media (min-width: 992px) {
  .mb-lg-50 {
    margin-bottom: 50px !important; } }

@media (min-width: 992px) {
  .mb-lg-51 {
    margin-bottom: 51px !important; } }

@media (min-width: 992px) {
  .mb-lg-52 {
    margin-bottom: 52px !important; } }

@media (min-width: 992px) {
  .mb-lg-53 {
    margin-bottom: 53px !important; } }

@media (min-width: 992px) {
  .mb-lg-54 {
    margin-bottom: 54px !important; } }

@media (min-width: 992px) {
  .mb-lg-55 {
    margin-bottom: 55px !important; } }

@media (min-width: 992px) {
  .mb-lg-56 {
    margin-bottom: 56px !important; } }

@media (min-width: 992px) {
  .mb-lg-57 {
    margin-bottom: 57px !important; } }

@media (min-width: 992px) {
  .mb-lg-58 {
    margin-bottom: 58px !important; } }

@media (min-width: 992px) {
  .mb-lg-59 {
    margin-bottom: 59px !important; } }

@media (min-width: 992px) {
  .mb-lg-60 {
    margin-bottom: 60px !important; } }

@media (min-width: 992px) {
  .mb-lg-61 {
    margin-bottom: 61px !important; } }

@media (min-width: 992px) {
  .mb-lg-62 {
    margin-bottom: 62px !important; } }

@media (min-width: 992px) {
  .mb-lg-63 {
    margin-bottom: 63px !important; } }

@media (min-width: 992px) {
  .mb-lg-64 {
    margin-bottom: 64px !important; } }

@media (min-width: 992px) {
  .max-w-px-300 {
    max-width: 300px !important; } }

@media (min-width: 992px) {
  .max-w-px-301 {
    max-width: 301px !important; } }

@media (min-width: 992px) {
  .max-w-px-302 {
    max-width: 302px !important; } }

@media (min-width: 992px) {
  .max-w-px-303 {
    max-width: 303px !important; } }

@media (min-width: 992px) {
  .max-w-px-304 {
    max-width: 304px !important; } }

@media (min-width: 992px) {
  .max-w-px-305 {
    max-width: 305px !important; } }

@media (min-width: 992px) {
  .max-w-px-306 {
    max-width: 306px !important; } }

@media (min-width: 992px) {
  .max-w-px-307 {
    max-width: 307px !important; } }

@media (min-width: 992px) {
  .max-w-px-308 {
    max-width: 308px !important; } }

@media (min-width: 992px) {
  .max-w-px-309 {
    max-width: 309px !important; } }

@media (min-width: 992px) {
  .max-w-px-310 {
    max-width: 310px !important; } }

@media (min-width: 992px) {
  .max-w-px-311 {
    max-width: 311px !important; } }

@media (min-width: 992px) {
  .max-w-px-312 {
    max-width: 312px !important; } }

@media (min-width: 992px) {
  .max-w-px-313 {
    max-width: 313px !important; } }

@media (min-width: 992px) {
  .max-w-px-314 {
    max-width: 314px !important; } }

@media (min-width: 992px) {
  .max-w-px-315 {
    max-width: 315px !important; } }

@media (min-width: 992px) {
  .max-w-px-316 {
    max-width: 316px !important; } }

@media (min-width: 992px) {
  .max-w-px-317 {
    max-width: 317px !important; } }

@media (min-width: 992px) {
  .max-w-px-318 {
    max-width: 318px !important; } }

@media (min-width: 992px) {
  .max-w-px-319 {
    max-width: 319px !important; } }

@media (min-width: 992px) {
  .max-w-px-320 {
    max-width: 320px !important; } }

@media (min-width: 992px) {
  .max-w-px-321 {
    max-width: 321px !important; } }

@media (min-width: 992px) {
  .max-w-px-322 {
    max-width: 322px !important; } }

@media (min-width: 992px) {
  .max-w-px-323 {
    max-width: 323px !important; } }

@media (min-width: 992px) {
  .max-w-px-324 {
    max-width: 324px !important; } }

@media (min-width: 992px) {
  .max-w-px-325 {
    max-width: 325px !important; } }

@media (min-width: 992px) {
  .max-w-px-326 {
    max-width: 326px !important; } }

@media (min-width: 992px) {
  .max-w-px-327 {
    max-width: 327px !important; } }

@media (min-width: 992px) {
  .max-w-px-328 {
    max-width: 328px !important; } }

@media (min-width: 992px) {
  .max-w-px-329 {
    max-width: 329px !important; } }

@media (min-width: 992px) {
  .max-w-px-330 {
    max-width: 330px !important; } }

@media (min-width: 992px) {
  .max-w-px-331 {
    max-width: 331px !important; } }

@media (min-width: 992px) {
  .max-w-px-332 {
    max-width: 332px !important; } }

@media (min-width: 992px) {
  .max-w-px-333 {
    max-width: 333px !important; } }

@media (min-width: 992px) {
  .max-w-px-334 {
    max-width: 334px !important; } }

@media (min-width: 992px) {
  .max-w-px-335 {
    max-width: 335px !important; } }

@media (min-width: 992px) {
  .max-w-px-336 {
    max-width: 336px !important; } }

@media (min-width: 992px) {
  .max-w-px-337 {
    max-width: 337px !important; } }

@media (min-width: 992px) {
  .max-w-px-338 {
    max-width: 338px !important; } }

@media (min-width: 992px) {
  .max-w-px-339 {
    max-width: 339px !important; } }

@media (min-width: 992px) {
  .max-w-px-340 {
    max-width: 340px !important; } }

@media (min-width: 992px) {
  .max-w-px-341 {
    max-width: 341px !important; } }

@media (min-width: 992px) {
  .max-w-px-342 {
    max-width: 342px !important; } }

@media (min-width: 992px) {
  .max-w-px-343 {
    max-width: 343px !important; } }

@media (min-width: 992px) {
  .max-w-px-344 {
    max-width: 344px !important; } }

@media (min-width: 992px) {
  .max-w-px-345 {
    max-width: 345px !important; } }

@media (min-width: 992px) {
  .max-w-px-346 {
    max-width: 346px !important; } }

@media (min-width: 992px) {
  .max-w-px-347 {
    max-width: 347px !important; } }

@media (min-width: 992px) {
  .max-w-px-348 {
    max-width: 348px !important; } }

@media (min-width: 992px) {
  .max-w-px-349 {
    max-width: 349px !important; } }

@media (min-width: 992px) {
  .max-w-px-350 {
    max-width: 350px !important; } }

@media (min-width: 992px) {
  .max-w-px-351 {
    max-width: 351px !important; } }

@media (min-width: 992px) {
  .max-w-px-352 {
    max-width: 352px !important; } }

@media (min-width: 992px) {
  .max-w-px-353 {
    max-width: 353px !important; } }

@media (min-width: 992px) {
  .max-w-px-354 {
    max-width: 354px !important; } }

@media (min-width: 992px) {
  .max-w-px-355 {
    max-width: 355px !important; } }

@media (min-width: 992px) {
  .max-w-px-356 {
    max-width: 356px !important; } }

@media (min-width: 992px) {
  .max-w-px-357 {
    max-width: 357px !important; } }

@media (min-width: 992px) {
  .max-w-px-358 {
    max-width: 358px !important; } }

@media (min-width: 992px) {
  .max-w-px-359 {
    max-width: 359px !important; } }

@media (min-width: 992px) {
  .max-w-px-360 {
    max-width: 360px !important; } }

@media (min-width: 992px) {
  .max-w-px-361 {
    max-width: 361px !important; } }

@media (min-width: 992px) {
  .max-w-px-362 {
    max-width: 362px !important; } }

@media (min-width: 992px) {
  .max-w-px-363 {
    max-width: 363px !important; } }

@media (min-width: 992px) {
  .max-w-px-364 {
    max-width: 364px !important; } }

@media (min-width: 992px) {
  .max-w-px-365 {
    max-width: 365px !important; } }

@media (min-width: 992px) {
  .max-w-px-366 {
    max-width: 366px !important; } }

@media (min-width: 992px) {
  .max-w-px-367 {
    max-width: 367px !important; } }

@media (min-width: 992px) {
  .max-w-px-368 {
    max-width: 368px !important; } }

@media (min-width: 992px) {
  .max-w-px-369 {
    max-width: 369px !important; } }

@media (min-width: 992px) {
  .max-w-px-370 {
    max-width: 370px !important; } }

@media (min-width: 992px) {
  .max-w-px-371 {
    max-width: 371px !important; } }

@media (min-width: 992px) {
  .max-w-px-372 {
    max-width: 372px !important; } }

@media (min-width: 992px) {
  .max-w-px-373 {
    max-width: 373px !important; } }

@media (min-width: 992px) {
  .max-w-px-374 {
    max-width: 374px !important; } }

@media (min-width: 992px) {
  .max-w-px-375 {
    max-width: 375px !important; } }

@media (min-width: 992px) {
  .max-w-px-376 {
    max-width: 376px !important; } }

@media (min-width: 992px) {
  .max-w-px-377 {
    max-width: 377px !important; } }

@media (min-width: 992px) {
  .max-w-px-378 {
    max-width: 378px !important; } }

@media (min-width: 992px) {
  .max-w-px-379 {
    max-width: 379px !important; } }

@media (min-width: 992px) {
  .max-w-px-380 {
    max-width: 380px !important; } }

@media (min-width: 992px) {
  .max-w-px-381 {
    max-width: 381px !important; } }

@media (min-width: 992px) {
  .max-w-px-382 {
    max-width: 382px !important; } }

@media (min-width: 992px) {
  .max-w-px-383 {
    max-width: 383px !important; } }

@media (min-width: 992px) {
  .max-w-px-384 {
    max-width: 384px !important; } }

@media (min-width: 992px) {
  .max-w-px-385 {
    max-width: 385px !important; } }

@media (min-width: 992px) {
  .max-w-px-386 {
    max-width: 386px !important; } }

@media (min-width: 992px) {
  .max-w-px-387 {
    max-width: 387px !important; } }

@media (min-width: 992px) {
  .max-w-px-388 {
    max-width: 388px !important; } }

@media (min-width: 992px) {
  .max-w-px-389 {
    max-width: 389px !important; } }

@media (min-width: 992px) {
  .max-w-px-390 {
    max-width: 390px !important; } }

@media (min-width: 992px) {
  .max-w-px-391 {
    max-width: 391px !important; } }

@media (min-width: 992px) {
  .max-w-px-392 {
    max-width: 392px !important; } }

@media (min-width: 992px) {
  .max-w-px-393 {
    max-width: 393px !important; } }

@media (min-width: 992px) {
  .max-w-px-394 {
    max-width: 394px !important; } }

@media (min-width: 992px) {
  .max-w-px-395 {
    max-width: 395px !important; } }

@media (min-width: 992px) {
  .max-w-px-396 {
    max-width: 396px !important; } }

@media (min-width: 992px) {
  .max-w-px-397 {
    max-width: 397px !important; } }

@media (min-width: 992px) {
  .max-w-px-398 {
    max-width: 398px !important; } }

@media (min-width: 992px) {
  .max-w-px-399 {
    max-width: 399px !important; } }

@media (min-width: 992px) {
  .max-w-px-400 {
    max-width: 400px !important; } }

@media (min-width: 992px) {
  .max-w-px-401 {
    max-width: 401px !important; } }

@media (min-width: 992px) {
  .max-w-px-402 {
    max-width: 402px !important; } }

@media (min-width: 992px) {
  .max-w-px-403 {
    max-width: 403px !important; } }

@media (min-width: 992px) {
  .max-w-px-404 {
    max-width: 404px !important; } }

@media (min-width: 992px) {
  .max-w-px-405 {
    max-width: 405px !important; } }

@media (min-width: 992px) {
  .max-w-px-406 {
    max-width: 406px !important; } }

@media (min-width: 992px) {
  .max-w-px-407 {
    max-width: 407px !important; } }

@media (min-width: 992px) {
  .max-w-px-408 {
    max-width: 408px !important; } }

@media (min-width: 992px) {
  .max-w-px-409 {
    max-width: 409px !important; } }

@media (min-width: 992px) {
  .max-w-px-410 {
    max-width: 410px !important; } }

@media (min-width: 992px) {
  .max-w-px-411 {
    max-width: 411px !important; } }

@media (min-width: 992px) {
  .max-w-px-412 {
    max-width: 412px !important; } }

@media (min-width: 992px) {
  .max-w-px-413 {
    max-width: 413px !important; } }

@media (min-width: 992px) {
  .max-w-px-414 {
    max-width: 414px !important; } }

@media (min-width: 992px) {
  .max-w-px-415 {
    max-width: 415px !important; } }

@media (min-width: 992px) {
  .max-w-px-416 {
    max-width: 416px !important; } }

@media (min-width: 992px) {
  .max-w-px-417 {
    max-width: 417px !important; } }

@media (min-width: 992px) {
  .max-w-px-418 {
    max-width: 418px !important; } }

@media (min-width: 992px) {
  .max-w-px-419 {
    max-width: 419px !important; } }

@media (min-width: 992px) {
  .max-w-px-420 {
    max-width: 420px !important; } }

@media (min-width: 992px) {
  .max-w-px-421 {
    max-width: 421px !important; } }

@media (min-width: 992px) {
  .max-w-px-422 {
    max-width: 422px !important; } }

@media (min-width: 992px) {
  .max-w-px-423 {
    max-width: 423px !important; } }

@media (min-width: 992px) {
  .max-w-px-424 {
    max-width: 424px !important; } }

@media (min-width: 992px) {
  .max-w-px-425 {
    max-width: 425px !important; } }

@media (min-width: 992px) {
  .max-w-px-426 {
    max-width: 426px !important; } }

@media (min-width: 992px) {
  .max-w-px-427 {
    max-width: 427px !important; } }

@media (min-width: 992px) {
  .max-w-px-428 {
    max-width: 428px !important; } }

@media (min-width: 992px) {
  .max-w-px-429 {
    max-width: 429px !important; } }

@media (min-width: 992px) {
  .max-w-px-430 {
    max-width: 430px !important; } }

@media (min-width: 992px) {
  .max-w-px-431 {
    max-width: 431px !important; } }

@media (min-width: 992px) {
  .max-w-px-432 {
    max-width: 432px !important; } }

@media (min-width: 992px) {
  .max-w-px-433 {
    max-width: 433px !important; } }

@media (min-width: 992px) {
  .max-w-px-434 {
    max-width: 434px !important; } }

@media (min-width: 992px) {
  .max-w-px-435 {
    max-width: 435px !important; } }

@media (min-width: 992px) {
  .max-w-px-436 {
    max-width: 436px !important; } }

@media (min-width: 992px) {
  .max-w-px-437 {
    max-width: 437px !important; } }

@media (min-width: 992px) {
  .max-w-px-438 {
    max-width: 438px !important; } }

@media (min-width: 992px) {
  .max-w-px-439 {
    max-width: 439px !important; } }

@media (min-width: 992px) {
  .max-w-px-440 {
    max-width: 440px !important; } }

@media (min-width: 992px) {
  .max-w-px-441 {
    max-width: 441px !important; } }

@media (min-width: 992px) {
  .max-w-px-442 {
    max-width: 442px !important; } }

@media (min-width: 992px) {
  .max-w-px-443 {
    max-width: 443px !important; } }

@media (min-width: 992px) {
  .max-w-px-444 {
    max-width: 444px !important; } }

@media (min-width: 992px) {
  .max-w-px-445 {
    max-width: 445px !important; } }

@media (min-width: 992px) {
  .max-w-px-446 {
    max-width: 446px !important; } }

@media (min-width: 992px) {
  .max-w-px-447 {
    max-width: 447px !important; } }

@media (min-width: 992px) {
  .max-w-px-448 {
    max-width: 448px !important; } }

@media (min-width: 992px) {
  .max-w-px-449 {
    max-width: 449px !important; } }

@media (min-width: 992px) {
  .max-w-px-450 {
    max-width: 450px !important; } }

@media (min-width: 992px) {
  .max-w-px-451 {
    max-width: 451px !important; } }

@media (min-width: 992px) {
  .max-w-px-452 {
    max-width: 452px !important; } }

@media (min-width: 992px) {
  .max-w-px-453 {
    max-width: 453px !important; } }

@media (min-width: 992px) {
  .max-w-px-454 {
    max-width: 454px !important; } }

@media (min-width: 992px) {
  .max-w-px-455 {
    max-width: 455px !important; } }

@media (min-width: 992px) {
  .max-w-px-456 {
    max-width: 456px !important; } }

@media (min-width: 992px) {
  .max-w-px-457 {
    max-width: 457px !important; } }

@media (min-width: 992px) {
  .max-w-px-458 {
    max-width: 458px !important; } }

@media (min-width: 992px) {
  .max-w-px-459 {
    max-width: 459px !important; } }

@media (min-width: 992px) {
  .max-w-px-460 {
    max-width: 460px !important; } }

@media (min-width: 992px) {
  .max-w-px-461 {
    max-width: 461px !important; } }

@media (min-width: 992px) {
  .max-w-px-462 {
    max-width: 462px !important; } }

@media (min-width: 992px) {
  .max-w-px-463 {
    max-width: 463px !important; } }

@media (min-width: 992px) {
  .max-w-px-464 {
    max-width: 464px !important; } }

@media (min-width: 992px) {
  .max-w-px-465 {
    max-width: 465px !important; } }

@media (min-width: 992px) {
  .max-w-px-466 {
    max-width: 466px !important; } }

@media (min-width: 992px) {
  .max-w-px-467 {
    max-width: 467px !important; } }

@media (min-width: 992px) {
  .max-w-px-468 {
    max-width: 468px !important; } }

@media (min-width: 992px) {
  .max-w-px-469 {
    max-width: 469px !important; } }

@media (min-width: 992px) {
  .max-w-px-470 {
    max-width: 470px !important; } }

@media (min-width: 992px) {
  .max-w-px-471 {
    max-width: 471px !important; } }

@media (min-width: 992px) {
  .max-w-px-472 {
    max-width: 472px !important; } }

@media (min-width: 992px) {
  .max-w-px-473 {
    max-width: 473px !important; } }

@media (min-width: 992px) {
  .max-w-px-474 {
    max-width: 474px !important; } }

@media (min-width: 992px) {
  .max-w-px-475 {
    max-width: 475px !important; } }

@media (min-width: 992px) {
  .max-w-px-476 {
    max-width: 476px !important; } }

@media (min-width: 992px) {
  .max-w-px-477 {
    max-width: 477px !important; } }

@media (min-width: 992px) {
  .max-w-px-478 {
    max-width: 478px !important; } }

@media (min-width: 992px) {
  .max-w-px-479 {
    max-width: 479px !important; } }

@media (min-width: 992px) {
  .max-w-px-480 {
    max-width: 480px !important; } }

@media (min-width: 992px) {
  .max-w-px-481 {
    max-width: 481px !important; } }

@media (min-width: 992px) {
  .max-w-px-482 {
    max-width: 482px !important; } }

@media (min-width: 992px) {
  .max-w-px-483 {
    max-width: 483px !important; } }

@media (min-width: 992px) {
  .max-w-px-484 {
    max-width: 484px !important; } }

@media (min-width: 992px) {
  .max-w-px-485 {
    max-width: 485px !important; } }

@media (min-width: 992px) {
  .max-w-px-486 {
    max-width: 486px !important; } }

@media (min-width: 992px) {
  .max-w-px-487 {
    max-width: 487px !important; } }

@media (min-width: 992px) {
  .max-w-px-488 {
    max-width: 488px !important; } }

@media (min-width: 992px) {
  .max-w-px-489 {
    max-width: 489px !important; } }

@media (min-width: 992px) {
  .max-w-px-490 {
    max-width: 490px !important; } }

@media (min-width: 992px) {
  .max-w-px-491 {
    max-width: 491px !important; } }

@media (min-width: 992px) {
  .max-w-px-492 {
    max-width: 492px !important; } }

@media (min-width: 992px) {
  .max-w-px-493 {
    max-width: 493px !important; } }

@media (min-width: 992px) {
  .max-w-px-494 {
    max-width: 494px !important; } }

@media (min-width: 992px) {
  .max-w-px-495 {
    max-width: 495px !important; } }

@media (min-width: 992px) {
  .max-w-px-496 {
    max-width: 496px !important; } }

@media (min-width: 992px) {
  .max-w-px-497 {
    max-width: 497px !important; } }

@media (min-width: 992px) {
  .max-w-px-498 {
    max-width: 498px !important; } }

@media (min-width: 992px) {
  .max-w-px-499 {
    max-width: 499px !important; } }

@media (min-width: 992px) {
  .max-w-px-500 {
    max-width: 500px !important; } }

@media (min-width: 992px) {
  .max-w-px-501 {
    max-width: 501px !important; } }

@media (min-width: 992px) {
  .max-w-px-502 {
    max-width: 502px !important; } }

@media (min-width: 992px) {
  .max-w-px-503 {
    max-width: 503px !important; } }

@media (min-width: 992px) {
  .max-w-px-504 {
    max-width: 504px !important; } }

@media (min-width: 992px) {
  .max-w-px-505 {
    max-width: 505px !important; } }

@media (min-width: 992px) {
  .max-w-px-506 {
    max-width: 506px !important; } }

@media (min-width: 992px) {
  .max-w-px-507 {
    max-width: 507px !important; } }

@media (min-width: 992px) {
  .max-w-px-508 {
    max-width: 508px !important; } }

@media (min-width: 992px) {
  .max-w-px-509 {
    max-width: 509px !important; } }

@media (min-width: 992px) {
  .max-w-px-510 {
    max-width: 510px !important; } }

@media (min-width: 992px) {
  .max-w-px-511 {
    max-width: 511px !important; } }

@media (min-width: 992px) {
  .max-w-px-512 {
    max-width: 512px !important; } }

@media (min-width: 992px) {
  .max-w-px-513 {
    max-width: 513px !important; } }

@media (min-width: 992px) {
  .max-w-px-514 {
    max-width: 514px !important; } }

@media (min-width: 992px) {
  .max-w-px-515 {
    max-width: 515px !important; } }

@media (min-width: 992px) {
  .max-w-px-516 {
    max-width: 516px !important; } }

@media (min-width: 992px) {
  .max-w-px-517 {
    max-width: 517px !important; } }

@media (min-width: 992px) {
  .max-w-px-518 {
    max-width: 518px !important; } }

@media (min-width: 992px) {
  .max-w-px-519 {
    max-width: 519px !important; } }

@media (min-width: 992px) {
  .max-w-px-520 {
    max-width: 520px !important; } }

@media (min-width: 992px) {
  .max-w-px-521 {
    max-width: 521px !important; } }

@media (min-width: 992px) {
  .max-w-px-522 {
    max-width: 522px !important; } }

@media (min-width: 992px) {
  .max-w-px-523 {
    max-width: 523px !important; } }

@media (min-width: 992px) {
  .max-w-px-524 {
    max-width: 524px !important; } }

@media (min-width: 992px) {
  .max-w-px-525 {
    max-width: 525px !important; } }

@media (min-width: 992px) {
  .max-w-px-526 {
    max-width: 526px !important; } }

@media (min-width: 992px) {
  .max-w-px-527 {
    max-width: 527px !important; } }

@media (min-width: 992px) {
  .max-w-px-528 {
    max-width: 528px !important; } }

@media (min-width: 992px) {
  .max-w-px-529 {
    max-width: 529px !important; } }

@media (min-width: 992px) {
  .max-w-px-530 {
    max-width: 530px !important; } }

@media (min-width: 992px) {
  .max-w-px-531 {
    max-width: 531px !important; } }

@media (min-width: 992px) {
  .max-w-px-532 {
    max-width: 532px !important; } }

@media (min-width: 992px) {
  .max-w-px-533 {
    max-width: 533px !important; } }

@media (min-width: 992px) {
  .max-w-px-534 {
    max-width: 534px !important; } }

@media (min-width: 992px) {
  .max-w-px-535 {
    max-width: 535px !important; } }

@media (min-width: 992px) {
  .max-w-px-536 {
    max-width: 536px !important; } }

@media (min-width: 992px) {
  .max-w-px-537 {
    max-width: 537px !important; } }

@media (min-width: 992px) {
  .max-w-px-538 {
    max-width: 538px !important; } }

@media (min-width: 992px) {
  .max-w-px-539 {
    max-width: 539px !important; } }

@media (min-width: 992px) {
  .max-w-px-540 {
    max-width: 540px !important; } }

@media (min-width: 992px) {
  .max-w-px-541 {
    max-width: 541px !important; } }

@media (min-width: 992px) {
  .max-w-px-542 {
    max-width: 542px !important; } }

@media (min-width: 992px) {
  .max-w-px-543 {
    max-width: 543px !important; } }

@media (min-width: 992px) {
  .max-w-px-544 {
    max-width: 544px !important; } }

@media (min-width: 992px) {
  .max-w-px-545 {
    max-width: 545px !important; } }

@media (min-width: 992px) {
  .max-w-px-546 {
    max-width: 546px !important; } }

@media (min-width: 992px) {
  .max-w-px-547 {
    max-width: 547px !important; } }

@media (min-width: 992px) {
  .max-w-px-548 {
    max-width: 548px !important; } }

@media (min-width: 992px) {
  .max-w-px-549 {
    max-width: 549px !important; } }

@media (min-width: 992px) {
  .max-w-px-550 {
    max-width: 550px !important; } }

@media (min-width: 992px) {
  .max-w-px-551 {
    max-width: 551px !important; } }

@media (min-width: 992px) {
  .max-w-px-552 {
    max-width: 552px !important; } }

@media (min-width: 992px) {
  .max-w-px-553 {
    max-width: 553px !important; } }

@media (min-width: 992px) {
  .max-w-px-554 {
    max-width: 554px !important; } }

@media (min-width: 992px) {
  .max-w-px-555 {
    max-width: 555px !important; } }

@media (min-width: 992px) {
  .max-w-px-556 {
    max-width: 556px !important; } }

@media (min-width: 992px) {
  .max-w-px-557 {
    max-width: 557px !important; } }

@media (min-width: 992px) {
  .max-w-px-558 {
    max-width: 558px !important; } }

@media (min-width: 992px) {
  .max-w-px-559 {
    max-width: 559px !important; } }

@media (min-width: 992px) {
  .max-w-px-560 {
    max-width: 560px !important; } }

@media (min-width: 992px) {
  .max-w-px-561 {
    max-width: 561px !important; } }

@media (min-width: 992px) {
  .max-w-px-562 {
    max-width: 562px !important; } }

@media (min-width: 992px) {
  .max-w-px-563 {
    max-width: 563px !important; } }

@media (min-width: 992px) {
  .max-w-px-564 {
    max-width: 564px !important; } }

@media (min-width: 992px) {
  .max-w-px-565 {
    max-width: 565px !important; } }

@media (min-width: 992px) {
  .max-w-px-566 {
    max-width: 566px !important; } }

@media (min-width: 992px) {
  .max-w-px-567 {
    max-width: 567px !important; } }

@media (min-width: 992px) {
  .max-w-px-568 {
    max-width: 568px !important; } }

@media (min-width: 992px) {
  .max-w-px-569 {
    max-width: 569px !important; } }

@media (min-width: 992px) {
  .max-w-px-570 {
    max-width: 570px !important; } }

@media (min-width: 992px) {
  .max-w-px-571 {
    max-width: 571px !important; } }

@media (min-width: 992px) {
  .max-w-px-572 {
    max-width: 572px !important; } }

@media (min-width: 992px) {
  .max-w-px-573 {
    max-width: 573px !important; } }

@media (min-width: 992px) {
  .max-w-px-574 {
    max-width: 574px !important; } }

@media (min-width: 992px) {
  .max-w-px-575 {
    max-width: 575px !important; } }

@media (min-width: 992px) {
  .max-w-px-576 {
    max-width: 576px !important; } }

@media (min-width: 992px) {
  .max-w-px-577 {
    max-width: 577px !important; } }

@media (min-width: 992px) {
  .max-w-px-578 {
    max-width: 578px !important; } }

@media (min-width: 992px) {
  .max-w-px-579 {
    max-width: 579px !important; } }

@media (min-width: 992px) {
  .max-w-px-580 {
    max-width: 580px !important; } }

@media (min-width: 992px) {
  .max-w-px-581 {
    max-width: 581px !important; } }

@media (min-width: 992px) {
  .max-w-px-582 {
    max-width: 582px !important; } }

@media (min-width: 992px) {
  .max-w-px-583 {
    max-width: 583px !important; } }

@media (min-width: 992px) {
  .max-w-px-584 {
    max-width: 584px !important; } }

@media (min-width: 992px) {
  .max-w-px-585 {
    max-width: 585px !important; } }

@media (min-width: 992px) {
  .max-w-px-586 {
    max-width: 586px !important; } }

@media (min-width: 992px) {
  .max-w-px-587 {
    max-width: 587px !important; } }

@media (min-width: 992px) {
  .max-w-px-588 {
    max-width: 588px !important; } }

@media (min-width: 992px) {
  .max-w-px-589 {
    max-width: 589px !important; } }

@media (min-width: 992px) {
  .max-w-px-590 {
    max-width: 590px !important; } }

@media (min-width: 992px) {
  .max-w-px-591 {
    max-width: 591px !important; } }

@media (min-width: 992px) {
  .max-w-px-592 {
    max-width: 592px !important; } }

@media (min-width: 992px) {
  .max-w-px-593 {
    max-width: 593px !important; } }

@media (min-width: 992px) {
  .max-w-px-594 {
    max-width: 594px !important; } }

@media (min-width: 992px) {
  .max-w-px-595 {
    max-width: 595px !important; } }

@media (min-width: 992px) {
  .max-w-px-596 {
    max-width: 596px !important; } }

@media (min-width: 992px) {
  .max-w-px-597 {
    max-width: 597px !important; } }

@media (min-width: 992px) {
  .max-w-px-598 {
    max-width: 598px !important; } }

@media (min-width: 992px) {
  .max-w-px-599 {
    max-width: 599px !important; } }

@media (min-width: 992px) {
  .max-w-px-600 {
    max-width: 600px !important; } }

@media (min-width: 992px) {
  .max-w-px-601 {
    max-width: 601px !important; } }

@media (min-width: 992px) {
  .max-w-px-602 {
    max-width: 602px !important; } }

@media (min-width: 992px) {
  .max-w-px-603 {
    max-width: 603px !important; } }

@media (min-width: 992px) {
  .max-w-px-604 {
    max-width: 604px !important; } }

@media (min-width: 992px) {
  .max-w-px-605 {
    max-width: 605px !important; } }

@media (min-width: 992px) {
  .max-w-px-606 {
    max-width: 606px !important; } }

@media (min-width: 992px) {
  .max-w-px-607 {
    max-width: 607px !important; } }

@media (min-width: 992px) {
  .max-w-px-608 {
    max-width: 608px !important; } }

@media (min-width: 992px) {
  .max-w-px-609 {
    max-width: 609px !important; } }

@media (min-width: 992px) {
  .max-w-px-610 {
    max-width: 610px !important; } }

@media (min-width: 992px) {
  .max-w-px-611 {
    max-width: 611px !important; } }

@media (min-width: 992px) {
  .max-w-px-612 {
    max-width: 612px !important; } }

@media (min-width: 992px) {
  .max-w-px-613 {
    max-width: 613px !important; } }

@media (min-width: 992px) {
  .max-w-px-614 {
    max-width: 614px !important; } }

@media (min-width: 992px) {
  .max-w-px-615 {
    max-width: 615px !important; } }

@media (min-width: 992px) {
  .max-w-px-616 {
    max-width: 616px !important; } }

@media (min-width: 992px) {
  .max-w-px-617 {
    max-width: 617px !important; } }

@media (min-width: 992px) {
  .max-w-px-618 {
    max-width: 618px !important; } }

@media (min-width: 992px) {
  .max-w-px-619 {
    max-width: 619px !important; } }

@media (min-width: 992px) {
  .max-w-px-620 {
    max-width: 620px !important; } }

@media (min-width: 992px) {
  .max-w-px-621 {
    max-width: 621px !important; } }

@media (min-width: 992px) {
  .max-w-px-622 {
    max-width: 622px !important; } }

@media (min-width: 992px) {
  .max-w-px-623 {
    max-width: 623px !important; } }

@media (min-width: 992px) {
  .max-w-px-624 {
    max-width: 624px !important; } }

@media (min-width: 992px) {
  .max-w-px-625 {
    max-width: 625px !important; } }

@media (min-width: 992px) {
  .max-w-px-626 {
    max-width: 626px !important; } }

@media (min-width: 992px) {
  .max-w-px-627 {
    max-width: 627px !important; } }

@media (min-width: 992px) {
  .max-w-px-628 {
    max-width: 628px !important; } }

@media (min-width: 992px) {
  .max-w-px-629 {
    max-width: 629px !important; } }

@media (min-width: 992px) {
  .max-w-px-630 {
    max-width: 630px !important; } }

@media (min-width: 992px) {
  .max-w-px-631 {
    max-width: 631px !important; } }

@media (min-width: 992px) {
  .max-w-px-632 {
    max-width: 632px !important; } }

@media (min-width: 992px) {
  .max-w-px-633 {
    max-width: 633px !important; } }

@media (min-width: 992px) {
  .max-w-px-634 {
    max-width: 634px !important; } }

@media (min-width: 992px) {
  .max-w-px-635 {
    max-width: 635px !important; } }

@media (min-width: 992px) {
  .max-w-px-636 {
    max-width: 636px !important; } }

@media (min-width: 992px) {
  .max-w-px-637 {
    max-width: 637px !important; } }

@media (min-width: 992px) {
  .max-w-px-638 {
    max-width: 638px !important; } }

@media (min-width: 992px) {
  .max-w-px-639 {
    max-width: 639px !important; } }

@media (min-width: 992px) {
  .max-w-px-640 {
    max-width: 640px !important; } }

@media (min-width: 992px) {
  .max-w-px-641 {
    max-width: 641px !important; } }

@media (min-width: 992px) {
  .max-w-px-642 {
    max-width: 642px !important; } }

@media (min-width: 992px) {
  .max-w-px-643 {
    max-width: 643px !important; } }

@media (min-width: 992px) {
  .max-w-px-644 {
    max-width: 644px !important; } }

@media (min-width: 992px) {
  .max-w-px-645 {
    max-width: 645px !important; } }

@media (min-width: 992px) {
  .max-w-px-646 {
    max-width: 646px !important; } }

@media (min-width: 992px) {
  .max-w-px-647 {
    max-width: 647px !important; } }

@media (min-width: 992px) {
  .max-w-px-648 {
    max-width: 648px !important; } }

@media (min-width: 992px) {
  .max-w-px-649 {
    max-width: 649px !important; } }

@media (min-width: 992px) {
  .max-w-px-650 {
    max-width: 650px !important; } }

@media (min-width: 992px) {
  .max-w-px-651 {
    max-width: 651px !important; } }

@media (min-width: 992px) {
  .max-w-px-652 {
    max-width: 652px !important; } }

@media (min-width: 992px) {
  .max-w-px-653 {
    max-width: 653px !important; } }

@media (min-width: 992px) {
  .max-w-px-654 {
    max-width: 654px !important; } }

@media (min-width: 992px) {
  .max-w-px-655 {
    max-width: 655px !important; } }

@media (min-width: 992px) {
  .max-w-px-656 {
    max-width: 656px !important; } }

@media (min-width: 992px) {
  .max-w-px-657 {
    max-width: 657px !important; } }

@media (min-width: 992px) {
  .max-w-px-658 {
    max-width: 658px !important; } }

@media (min-width: 992px) {
  .max-w-px-659 {
    max-width: 659px !important; } }

@media (min-width: 992px) {
  .max-w-px-660 {
    max-width: 660px !important; } }

@media (min-width: 992px) {
  .max-w-px-661 {
    max-width: 661px !important; } }

@media (min-width: 992px) {
  .max-w-px-662 {
    max-width: 662px !important; } }

@media (min-width: 992px) {
  .max-w-px-663 {
    max-width: 663px !important; } }

@media (min-width: 992px) {
  .max-w-px-664 {
    max-width: 664px !important; } }

@media (min-width: 992px) {
  .max-w-px-665 {
    max-width: 665px !important; } }

@media (min-width: 992px) {
  .max-w-px-666 {
    max-width: 666px !important; } }

@media (min-width: 992px) {
  .max-w-px-667 {
    max-width: 667px !important; } }

@media (min-width: 992px) {
  .max-w-px-668 {
    max-width: 668px !important; } }

@media (min-width: 992px) {
  .max-w-px-669 {
    max-width: 669px !important; } }

@media (min-width: 992px) {
  .max-w-px-670 {
    max-width: 670px !important; } }

@media (min-width: 992px) {
  .max-w-px-671 {
    max-width: 671px !important; } }

@media (min-width: 992px) {
  .max-w-px-672 {
    max-width: 672px !important; } }

@media (min-width: 992px) {
  .max-w-px-673 {
    max-width: 673px !important; } }

@media (min-width: 992px) {
  .max-w-px-674 {
    max-width: 674px !important; } }

@media (min-width: 992px) {
  .max-w-px-675 {
    max-width: 675px !important; } }

@media (min-width: 992px) {
  .max-w-px-676 {
    max-width: 676px !important; } }

@media (min-width: 992px) {
  .max-w-px-677 {
    max-width: 677px !important; } }

@media (min-width: 992px) {
  .max-w-px-678 {
    max-width: 678px !important; } }

@media (min-width: 992px) {
  .max-w-px-679 {
    max-width: 679px !important; } }

@media (min-width: 992px) {
  .max-w-px-680 {
    max-width: 680px !important; } }

@media (min-width: 992px) {
  .max-w-px-681 {
    max-width: 681px !important; } }

@media (min-width: 992px) {
  .max-w-px-682 {
    max-width: 682px !important; } }

@media (min-width: 992px) {
  .max-w-px-683 {
    max-width: 683px !important; } }

@media (min-width: 992px) {
  .max-w-px-684 {
    max-width: 684px !important; } }

@media (min-width: 992px) {
  .max-w-px-685 {
    max-width: 685px !important; } }

@media (min-width: 992px) {
  .max-w-px-686 {
    max-width: 686px !important; } }

@media (min-width: 992px) {
  .max-w-px-687 {
    max-width: 687px !important; } }

@media (min-width: 992px) {
  .max-w-px-688 {
    max-width: 688px !important; } }

@media (min-width: 992px) {
  .max-w-px-689 {
    max-width: 689px !important; } }

@media (min-width: 992px) {
  .max-w-px-690 {
    max-width: 690px !important; } }

@media (min-width: 992px) {
  .max-w-px-691 {
    max-width: 691px !important; } }

@media (min-width: 992px) {
  .max-w-px-692 {
    max-width: 692px !important; } }

@media (min-width: 992px) {
  .max-w-px-693 {
    max-width: 693px !important; } }

@media (min-width: 992px) {
  .max-w-px-694 {
    max-width: 694px !important; } }

@media (min-width: 992px) {
  .max-w-px-695 {
    max-width: 695px !important; } }

@media (min-width: 992px) {
  .max-w-px-696 {
    max-width: 696px !important; } }

@media (min-width: 992px) {
  .max-w-px-697 {
    max-width: 697px !important; } }

@media (min-width: 992px) {
  .max-w-px-698 {
    max-width: 698px !important; } }

@media (min-width: 992px) {
  .max-w-px-699 {
    max-width: 699px !important; } }

@media (min-width: 992px) {
  .max-w-px-700 {
    max-width: 700px !important; } }

@media (min-width: 992px) {
  .max-w-px-701 {
    max-width: 701px !important; } }

@media (min-width: 992px) {
  .max-w-px-702 {
    max-width: 702px !important; } }

@media (min-width: 992px) {
  .max-w-px-703 {
    max-width: 703px !important; } }

@media (min-width: 992px) {
  .max-w-px-704 {
    max-width: 704px !important; } }

@media (min-width: 992px) {
  .max-w-px-705 {
    max-width: 705px !important; } }

@media (min-width: 992px) {
  .max-w-px-706 {
    max-width: 706px !important; } }

@media (min-width: 992px) {
  .max-w-px-707 {
    max-width: 707px !important; } }

@media (min-width: 992px) {
  .max-w-px-708 {
    max-width: 708px !important; } }

@media (min-width: 992px) {
  .max-w-px-709 {
    max-width: 709px !important; } }

@media (min-width: 992px) {
  .max-w-px-710 {
    max-width: 710px !important; } }

@media (min-width: 992px) {
  .max-w-px-711 {
    max-width: 711px !important; } }

@media (min-width: 992px) {
  .max-w-px-712 {
    max-width: 712px !important; } }

@media (min-width: 992px) {
  .max-w-px-713 {
    max-width: 713px !important; } }

@media (min-width: 992px) {
  .max-w-px-714 {
    max-width: 714px !important; } }

@media (min-width: 992px) {
  .max-w-px-715 {
    max-width: 715px !important; } }

@media (min-width: 992px) {
  .max-w-px-716 {
    max-width: 716px !important; } }

@media (min-width: 992px) {
  .max-w-px-717 {
    max-width: 717px !important; } }

@media (min-width: 992px) {
  .max-w-px-718 {
    max-width: 718px !important; } }

@media (min-width: 992px) {
  .max-w-px-719 {
    max-width: 719px !important; } }

@media (min-width: 992px) {
  .max-w-px-720 {
    max-width: 720px !important; } }

@media (min-width: 992px) {
  .max-w-px-721 {
    max-width: 721px !important; } }

@media (min-width: 992px) {
  .max-w-px-722 {
    max-width: 722px !important; } }

@media (min-width: 992px) {
  .max-w-px-723 {
    max-width: 723px !important; } }

@media (min-width: 992px) {
  .max-w-px-724 {
    max-width: 724px !important; } }

@media (min-width: 992px) {
  .max-w-px-725 {
    max-width: 725px !important; } }

@media (min-width: 992px) {
  .max-w-px-726 {
    max-width: 726px !important; } }

@media (min-width: 992px) {
  .max-w-px-727 {
    max-width: 727px !important; } }

@media (min-width: 992px) {
  .max-w-px-728 {
    max-width: 728px !important; } }

@media (min-width: 992px) {
  .max-w-px-729 {
    max-width: 729px !important; } }

@media (min-width: 992px) {
  .max-w-px-730 {
    max-width: 730px !important; } }

@media (min-width: 992px) {
  .max-w-px-731 {
    max-width: 731px !important; } }

@media (min-width: 992px) {
  .max-w-px-732 {
    max-width: 732px !important; } }

@media (min-width: 992px) {
  .max-w-px-733 {
    max-width: 733px !important; } }

@media (min-width: 992px) {
  .max-w-px-734 {
    max-width: 734px !important; } }

@media (min-width: 992px) {
  .max-w-px-735 {
    max-width: 735px !important; } }

@media (min-width: 992px) {
  .max-w-px-736 {
    max-width: 736px !important; } }

@media (min-width: 992px) {
  .max-w-px-737 {
    max-width: 737px !important; } }

@media (min-width: 992px) {
  .max-w-px-738 {
    max-width: 738px !important; } }

@media (min-width: 992px) {
  .max-w-px-739 {
    max-width: 739px !important; } }

@media (min-width: 992px) {
  .max-w-px-740 {
    max-width: 740px !important; } }

@media (min-width: 992px) {
  .max-w-px-741 {
    max-width: 741px !important; } }

@media (min-width: 992px) {
  .max-w-px-742 {
    max-width: 742px !important; } }

@media (min-width: 992px) {
  .max-w-px-743 {
    max-width: 743px !important; } }

@media (min-width: 992px) {
  .max-w-px-744 {
    max-width: 744px !important; } }

@media (min-width: 992px) {
  .max-w-px-745 {
    max-width: 745px !important; } }

@media (min-width: 992px) {
  .max-w-px-746 {
    max-width: 746px !important; } }

@media (min-width: 992px) {
  .max-w-px-747 {
    max-width: 747px !important; } }

@media (min-width: 992px) {
  .max-w-px-748 {
    max-width: 748px !important; } }

@media (min-width: 992px) {
  .max-w-px-749 {
    max-width: 749px !important; } }

@media (min-width: 992px) {
  .max-w-px-750 {
    max-width: 750px !important; } }

@media (min-width: 992px) {
  .max-w-px-751 {
    max-width: 751px !important; } }

@media (min-width: 992px) {
  .max-w-px-752 {
    max-width: 752px !important; } }

@media (min-width: 992px) {
  .max-w-px-753 {
    max-width: 753px !important; } }

@media (min-width: 992px) {
  .max-w-px-754 {
    max-width: 754px !important; } }

@media (min-width: 992px) {
  .max-w-px-755 {
    max-width: 755px !important; } }

@media (min-width: 992px) {
  .max-w-px-756 {
    max-width: 756px !important; } }

@media (min-width: 992px) {
  .max-w-px-757 {
    max-width: 757px !important; } }

@media (min-width: 992px) {
  .max-w-px-758 {
    max-width: 758px !important; } }

@media (min-width: 992px) {
  .max-w-px-759 {
    max-width: 759px !important; } }

@media (min-width: 992px) {
  .max-w-px-760 {
    max-width: 760px !important; } }

@media (min-width: 992px) {
  .max-w-px-761 {
    max-width: 761px !important; } }

@media (min-width: 992px) {
  .max-w-px-762 {
    max-width: 762px !important; } }

@media (min-width: 992px) {
  .max-w-px-763 {
    max-width: 763px !important; } }

@media (min-width: 992px) {
  .max-w-px-764 {
    max-width: 764px !important; } }

@media (min-width: 992px) {
  .max-w-px-765 {
    max-width: 765px !important; } }

@media (min-width: 992px) {
  .max-w-px-766 {
    max-width: 766px !important; } }

@media (min-width: 992px) {
  .max-w-px-767 {
    max-width: 767px !important; } }

@media (min-width: 992px) {
  .max-w-px-768 {
    max-width: 768px !important; } }

@media (min-width: 992px) {
  .max-w-px-769 {
    max-width: 769px !important; } }

@media (min-width: 992px) {
  .max-w-px-770 {
    max-width: 770px !important; } }

@media (min-width: 992px) {
  .max-w-px-771 {
    max-width: 771px !important; } }

@media (min-width: 992px) {
  .max-w-px-772 {
    max-width: 772px !important; } }

@media (min-width: 992px) {
  .max-w-px-773 {
    max-width: 773px !important; } }

@media (min-width: 992px) {
  .max-w-px-774 {
    max-width: 774px !important; } }

@media (min-width: 992px) {
  .max-w-px-775 {
    max-width: 775px !important; } }

@media (min-width: 992px) {
  .max-w-px-776 {
    max-width: 776px !important; } }

@media (min-width: 992px) {
  .max-w-px-777 {
    max-width: 777px !important; } }

@media (min-width: 992px) {
  .max-w-px-778 {
    max-width: 778px !important; } }

@media (min-width: 992px) {
  .max-w-px-779 {
    max-width: 779px !important; } }

@media (min-width: 992px) {
  .max-w-px-780 {
    max-width: 780px !important; } }

@media (min-width: 992px) {
  .max-w-px-781 {
    max-width: 781px !important; } }

@media (min-width: 992px) {
  .max-w-px-782 {
    max-width: 782px !important; } }

@media (min-width: 992px) {
  .max-w-px-783 {
    max-width: 783px !important; } }

@media (min-width: 992px) {
  .max-w-px-784 {
    max-width: 784px !important; } }

@media (min-width: 992px) {
  .max-w-px-785 {
    max-width: 785px !important; } }

@media (min-width: 992px) {
  .max-w-px-786 {
    max-width: 786px !important; } }

@media (min-width: 992px) {
  .max-w-px-787 {
    max-width: 787px !important; } }

@media (min-width: 992px) {
  .max-w-px-788 {
    max-width: 788px !important; } }

@media (min-width: 992px) {
  .max-w-px-789 {
    max-width: 789px !important; } }

@media (min-width: 992px) {
  .max-w-px-790 {
    max-width: 790px !important; } }

@media (min-width: 992px) {
  .max-w-px-791 {
    max-width: 791px !important; } }

@media (min-width: 992px) {
  .max-w-px-792 {
    max-width: 792px !important; } }

@media (min-width: 992px) {
  .max-w-px-793 {
    max-width: 793px !important; } }

@media (min-width: 992px) {
  .max-w-px-794 {
    max-width: 794px !important; } }

@media (min-width: 992px) {
  .max-w-px-795 {
    max-width: 795px !important; } }

@media (min-width: 992px) {
  .max-w-px-796 {
    max-width: 796px !important; } }

@media (min-width: 992px) {
  .max-w-px-797 {
    max-width: 797px !important; } }

@media (min-width: 992px) {
  .max-w-px-798 {
    max-width: 798px !important; } }

@media (min-width: 992px) {
  .max-w-px-799 {
    max-width: 799px !important; } }

@media (min-width: 992px) {
  .max-w-px-800 {
    max-width: 800px !important; } }

@media (min-width: 992px) {
  .max-w-px-801 {
    max-width: 801px !important; } }

@media (min-width: 992px) {
  .max-w-px-802 {
    max-width: 802px !important; } }

@media (min-width: 992px) {
  .max-w-px-803 {
    max-width: 803px !important; } }

@media (min-width: 992px) {
  .max-w-px-804 {
    max-width: 804px !important; } }

@media (min-width: 992px) {
  .max-w-px-805 {
    max-width: 805px !important; } }

@media (min-width: 992px) {
  .max-w-px-806 {
    max-width: 806px !important; } }

@media (min-width: 992px) {
  .max-w-px-807 {
    max-width: 807px !important; } }

@media (min-width: 992px) {
  .max-w-px-808 {
    max-width: 808px !important; } }

@media (min-width: 992px) {
  .max-w-px-809 {
    max-width: 809px !important; } }

@media (min-width: 992px) {
  .max-w-px-810 {
    max-width: 810px !important; } }

@media (min-width: 992px) {
  .max-w-px-811 {
    max-width: 811px !important; } }

@media (min-width: 992px) {
  .max-w-px-812 {
    max-width: 812px !important; } }

@media (min-width: 992px) {
  .max-w-px-813 {
    max-width: 813px !important; } }

@media (min-width: 992px) {
  .max-w-px-814 {
    max-width: 814px !important; } }

@media (min-width: 992px) {
  .max-w-px-815 {
    max-width: 815px !important; } }

@media (min-width: 992px) {
  .max-w-px-816 {
    max-width: 816px !important; } }

@media (min-width: 992px) {
  .max-w-px-817 {
    max-width: 817px !important; } }

@media (min-width: 992px) {
  .max-w-px-818 {
    max-width: 818px !important; } }

@media (min-width: 992px) {
  .max-w-px-819 {
    max-width: 819px !important; } }

@media (min-width: 992px) {
  .max-w-px-820 {
    max-width: 820px !important; } }

@media (min-width: 992px) {
  .max-w-px-821 {
    max-width: 821px !important; } }

@media (min-width: 992px) {
  .max-w-px-822 {
    max-width: 822px !important; } }

@media (min-width: 992px) {
  .max-w-px-823 {
    max-width: 823px !important; } }

@media (min-width: 992px) {
  .max-w-px-824 {
    max-width: 824px !important; } }

@media (min-width: 992px) {
  .max-w-px-825 {
    max-width: 825px !important; } }

@media (min-width: 992px) {
  .max-w-px-826 {
    max-width: 826px !important; } }

@media (min-width: 992px) {
  .max-w-px-827 {
    max-width: 827px !important; } }

@media (min-width: 992px) {
  .max-w-px-828 {
    max-width: 828px !important; } }

@media (min-width: 992px) {
  .max-w-px-829 {
    max-width: 829px !important; } }

@media (min-width: 992px) {
  .max-w-px-830 {
    max-width: 830px !important; } }

@media (min-width: 992px) {
  .max-w-px-831 {
    max-width: 831px !important; } }

@media (min-width: 992px) {
  .max-w-px-832 {
    max-width: 832px !important; } }

@media (min-width: 992px) {
  .max-w-px-833 {
    max-width: 833px !important; } }

@media (min-width: 992px) {
  .max-w-px-834 {
    max-width: 834px !important; } }

@media (min-width: 992px) {
  .max-w-px-835 {
    max-width: 835px !important; } }

@media (min-width: 992px) {
  .max-w-px-836 {
    max-width: 836px !important; } }

@media (min-width: 992px) {
  .max-w-px-837 {
    max-width: 837px !important; } }

@media (min-width: 992px) {
  .max-w-px-838 {
    max-width: 838px !important; } }

@media (min-width: 992px) {
  .max-w-px-839 {
    max-width: 839px !important; } }

@media (min-width: 992px) {
  .max-w-px-840 {
    max-width: 840px !important; } }

@media (min-width: 992px) {
  .max-w-px-841 {
    max-width: 841px !important; } }

@media (min-width: 992px) {
  .max-w-px-842 {
    max-width: 842px !important; } }

@media (min-width: 992px) {
  .max-w-px-843 {
    max-width: 843px !important; } }

@media (min-width: 992px) {
  .max-w-px-844 {
    max-width: 844px !important; } }

@media (min-width: 992px) {
  .max-w-px-845 {
    max-width: 845px !important; } }

@media (min-width: 992px) {
  .max-w-px-846 {
    max-width: 846px !important; } }

@media (min-width: 992px) {
  .max-w-px-847 {
    max-width: 847px !important; } }

@media (min-width: 992px) {
  .max-w-px-848 {
    max-width: 848px !important; } }

@media (min-width: 992px) {
  .max-w-px-849 {
    max-width: 849px !important; } }

@media (min-width: 992px) {
  .max-w-px-850 {
    max-width: 850px !important; } }

@media (min-width: 992px) {
  .max-w-px-851 {
    max-width: 851px !important; } }

@media (min-width: 992px) {
  .max-w-px-852 {
    max-width: 852px !important; } }

@media (min-width: 992px) {
  .max-w-px-853 {
    max-width: 853px !important; } }

@media (min-width: 992px) {
  .max-w-px-854 {
    max-width: 854px !important; } }

@media (min-width: 992px) {
  .max-w-px-855 {
    max-width: 855px !important; } }

@media (min-width: 992px) {
  .max-w-px-856 {
    max-width: 856px !important; } }

@media (min-width: 992px) {
  .max-w-px-857 {
    max-width: 857px !important; } }

@media (min-width: 992px) {
  .max-w-px-858 {
    max-width: 858px !important; } }

@media (min-width: 992px) {
  .max-w-px-859 {
    max-width: 859px !important; } }

@media (min-width: 992px) {
  .max-w-px-860 {
    max-width: 860px !important; } }

@media (min-width: 992px) {
  .max-w-px-861 {
    max-width: 861px !important; } }

@media (min-width: 992px) {
  .max-w-px-862 {
    max-width: 862px !important; } }

@media (min-width: 992px) {
  .max-w-px-863 {
    max-width: 863px !important; } }

@media (min-width: 992px) {
  .max-w-px-864 {
    max-width: 864px !important; } }

@media (min-width: 992px) {
  .max-w-px-865 {
    max-width: 865px !important; } }

@media (min-width: 992px) {
  .max-w-px-866 {
    max-width: 866px !important; } }

@media (min-width: 992px) {
  .max-w-px-867 {
    max-width: 867px !important; } }

@media (min-width: 992px) {
  .max-w-px-868 {
    max-width: 868px !important; } }

@media (min-width: 992px) {
  .max-w-px-869 {
    max-width: 869px !important; } }

@media (min-width: 992px) {
  .max-w-px-870 {
    max-width: 870px !important; } }

@media (min-width: 992px) {
  .max-w-px-871 {
    max-width: 871px !important; } }

@media (min-width: 992px) {
  .max-w-px-872 {
    max-width: 872px !important; } }

@media (min-width: 992px) {
  .max-w-px-873 {
    max-width: 873px !important; } }

@media (min-width: 992px) {
  .max-w-px-874 {
    max-width: 874px !important; } }

@media (min-width: 992px) {
  .max-w-px-875 {
    max-width: 875px !important; } }

@media (min-width: 992px) {
  .max-w-px-876 {
    max-width: 876px !important; } }

@media (min-width: 992px) {
  .max-w-px-877 {
    max-width: 877px !important; } }

@media (min-width: 992px) {
  .max-w-px-878 {
    max-width: 878px !important; } }

@media (min-width: 992px) {
  .max-w-px-879 {
    max-width: 879px !important; } }

@media (min-width: 992px) {
  .max-w-px-880 {
    max-width: 880px !important; } }

@media (min-width: 992px) {
  .max-w-px-881 {
    max-width: 881px !important; } }

@media (min-width: 992px) {
  .max-w-px-882 {
    max-width: 882px !important; } }

@media (min-width: 992px) {
  .max-w-px-883 {
    max-width: 883px !important; } }

@media (min-width: 992px) {
  .max-w-px-884 {
    max-width: 884px !important; } }

@media (min-width: 992px) {
  .max-w-px-885 {
    max-width: 885px !important; } }

@media (min-width: 992px) {
  .max-w-px-886 {
    max-width: 886px !important; } }

@media (min-width: 992px) {
  .max-w-px-887 {
    max-width: 887px !important; } }

@media (min-width: 992px) {
  .max-w-px-888 {
    max-width: 888px !important; } }

@media (min-width: 992px) {
  .max-w-px-889 {
    max-width: 889px !important; } }

@media (min-width: 992px) {
  .max-w-px-890 {
    max-width: 890px !important; } }

@media (min-width: 992px) {
  .max-w-px-891 {
    max-width: 891px !important; } }

@media (min-width: 992px) {
  .max-w-px-892 {
    max-width: 892px !important; } }

@media (min-width: 992px) {
  .max-w-px-893 {
    max-width: 893px !important; } }

@media (min-width: 992px) {
  .max-w-px-894 {
    max-width: 894px !important; } }

@media (min-width: 992px) {
  .max-w-px-895 {
    max-width: 895px !important; } }

@media (min-width: 992px) {
  .max-w-px-896 {
    max-width: 896px !important; } }

@media (min-width: 992px) {
  .max-w-px-897 {
    max-width: 897px !important; } }

@media (min-width: 992px) {
  .max-w-px-898 {
    max-width: 898px !important; } }

@media (min-width: 992px) {
  .max-w-px-899 {
    max-width: 899px !important; } }

@media (min-width: 992px) {
  .max-w-px-900 {
    max-width: 900px !important; } }

@media (min-width: 992px) {
  .max-w-px-901 {
    max-width: 901px !important; } }

@media (min-width: 992px) {
  .max-w-px-902 {
    max-width: 902px !important; } }

@media (min-width: 992px) {
  .max-w-px-903 {
    max-width: 903px !important; } }

@media (min-width: 992px) {
  .max-w-px-904 {
    max-width: 904px !important; } }

@media (min-width: 992px) {
  .max-w-px-905 {
    max-width: 905px !important; } }

@media (min-width: 992px) {
  .max-w-px-906 {
    max-width: 906px !important; } }

@media (min-width: 992px) {
  .max-w-px-907 {
    max-width: 907px !important; } }

@media (min-width: 992px) {
  .max-w-px-908 {
    max-width: 908px !important; } }

@media (min-width: 992px) {
  .max-w-px-909 {
    max-width: 909px !important; } }

@media (min-width: 992px) {
  .max-w-px-910 {
    max-width: 910px !important; } }

@media (min-width: 992px) {
  .max-w-px-911 {
    max-width: 911px !important; } }

@media (min-width: 992px) {
  .max-w-px-912 {
    max-width: 912px !important; } }

@media (min-width: 992px) {
  .max-w-px-913 {
    max-width: 913px !important; } }

@media (min-width: 992px) {
  .max-w-px-914 {
    max-width: 914px !important; } }

@media (min-width: 992px) {
  .max-w-px-915 {
    max-width: 915px !important; } }

@media (min-width: 992px) {
  .max-w-px-916 {
    max-width: 916px !important; } }

@media (min-width: 992px) {
  .max-w-px-917 {
    max-width: 917px !important; } }

@media (min-width: 992px) {
  .max-w-px-918 {
    max-width: 918px !important; } }

@media (min-width: 992px) {
  .max-w-px-919 {
    max-width: 919px !important; } }

@media (min-width: 992px) {
  .max-w-px-920 {
    max-width: 920px !important; } }

@media (min-width: 992px) {
  .max-w-px-921 {
    max-width: 921px !important; } }

@media (min-width: 992px) {
  .max-w-px-922 {
    max-width: 922px !important; } }

@media (min-width: 992px) {
  .max-w-px-923 {
    max-width: 923px !important; } }

@media (min-width: 992px) {
  .max-w-px-924 {
    max-width: 924px !important; } }

@media (min-width: 992px) {
  .max-w-px-925 {
    max-width: 925px !important; } }

@media (min-width: 992px) {
  .max-w-px-926 {
    max-width: 926px !important; } }

@media (min-width: 992px) {
  .max-w-px-927 {
    max-width: 927px !important; } }

@media (min-width: 992px) {
  .max-w-px-928 {
    max-width: 928px !important; } }

@media (min-width: 992px) {
  .max-w-px-929 {
    max-width: 929px !important; } }

@media (min-width: 992px) {
  .max-w-px-930 {
    max-width: 930px !important; } }

@media (min-width: 992px) {
  .max-w-px-931 {
    max-width: 931px !important; } }

@media (min-width: 992px) {
  .max-w-px-932 {
    max-width: 932px !important; } }

@media (min-width: 992px) {
  .max-w-px-933 {
    max-width: 933px !important; } }

@media (min-width: 992px) {
  .max-w-px-934 {
    max-width: 934px !important; } }

@media (min-width: 992px) {
  .max-w-px-935 {
    max-width: 935px !important; } }

@media (min-width: 992px) {
  .max-w-px-936 {
    max-width: 936px !important; } }

@media (min-width: 992px) {
  .max-w-px-937 {
    max-width: 937px !important; } }

@media (min-width: 992px) {
  .max-w-px-938 {
    max-width: 938px !important; } }

@media (min-width: 992px) {
  .max-w-px-939 {
    max-width: 939px !important; } }

@media (min-width: 992px) {
  .max-w-px-940 {
    max-width: 940px !important; } }

@media (min-width: 992px) {
  .max-w-px-941 {
    max-width: 941px !important; } }

@media (min-width: 992px) {
  .max-w-px-942 {
    max-width: 942px !important; } }

@media (min-width: 992px) {
  .max-w-px-943 {
    max-width: 943px !important; } }

@media (min-width: 992px) {
  .max-w-px-944 {
    max-width: 944px !important; } }

@media (min-width: 992px) {
  .max-w-px-945 {
    max-width: 945px !important; } }

@media (min-width: 992px) {
  .max-w-px-946 {
    max-width: 946px !important; } }

@media (min-width: 992px) {
  .max-w-px-947 {
    max-width: 947px !important; } }

@media (min-width: 992px) {
  .max-w-px-948 {
    max-width: 948px !important; } }

@media (min-width: 992px) {
  .max-w-px-949 {
    max-width: 949px !important; } }

@media (min-width: 992px) {
  .max-w-px-950 {
    max-width: 950px !important; } }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 12px 0; }
  @media (min-width: 1200px) {
    #header {
      padding: 0; } }
  #header:after {
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px); }
    @media (max-width: 1199px) {
      .open-header-menu #header:after {
        background-color: #fff; } }
  #header .logo {
    position: relative;
    display: block;
    width: 85px;
    z-index: 100;
    height: 40px; }
    @media (min-width: 1200px) {
      #header .logo {
        width: 93px;
        height: auto; } }
    #header .logo img {
      -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      @media (min-width: 1200px) {
        #header .logo img {
          position: static; } }
    #header .logo .logo-dark {
      opacity: 0;
      visibility: hidden;
      display: none; }
      .open-header-menu #header .logo .logo-dark {
        display: block;
        opacity: 1;
        visibility: visible; }
    #header .logo .logo-light {
      opacity: 1;
      visibility: visible; }
      .open-header-menu #header .logo .logo-light {
        opacity: 0;
        display: none;
        visibility: hidden; }
  #header.white-header {
    color: #23272D; }
    #header.white-header:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      -webkit-backdrop-filter: none;
              backdrop-filter: none; }
      @media (max-width: 1199px) {
        .open-header-menu #header.white-header:after {
          background-color: #fff; } }
    #header.white-header .menu-list li a:not([class]) {
      color: #23272D; }
    #header.white-header .contact-us-btn {
      background-color: #00A7EF;
      border: 1px solid #00A7EF;
      color: #fff; }
      #header.white-header .contact-us-btn:hover {
        background-color: transparent;
        color: #00A7EF; }
    #header.white-header .logo-light {
      opacity: 0;
      visibility: hidden;
      display: none; }
    #header.white-header .logo-dark {
      opacity: 1;
      visibility: visible;
      display: block; }
    #header.white-header .menu-toggler {
      position: relative;
      z-index: 100;
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 1200px) {
        #header.white-header .menu-toggler {
          display: none; } }
      #header.white-header .menu-toggler:hover span, #header.white-header .menu-toggler:hover:before, #header.white-header .menu-toggler:hover:after {
        background-color: #00A7EF; }
      .open-header-menu #header.white-header .menu-toggler:before, .open-header-menu #header.white-header .menu-toggler:after {
        background-color: #23272D; }
      .open-header-menu #header.white-header .menu-toggler:before {
        -webkit-transform: rotate(45deg) translate(5px, 0px);
            -ms-transform: rotate(45deg) translate(5px, 0px);
                transform: rotate(45deg) translate(5px, 0px); }
      .open-header-menu #header.white-header .menu-toggler span {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0.2, 0.2);
            -ms-transform: rotate(0deg) scale(0.2, 0.2);
                transform: rotate(0deg) scale(0.2, 0.2); }
      .open-header-menu #header.white-header .menu-toggler:after {
        -webkit-transform: rotate(-45deg) translate(2px, 1px);
            -ms-transform: rotate(-45deg) translate(2px, 1px);
                transform: rotate(-45deg) translate(2px, 1px); }
      .open-header-menu #header.white-header .menu-toggler:hover span, .open-header-menu #header.white-header .menu-toggler:hover:before, .open-header-menu #header.white-header .menu-toggler:hover:after {
        background-color: #00A7EF; }
      #header.white-header .menu-toggler:before, #header.white-header .menu-toggler:after {
        content: ''; }
      #header.white-header .menu-toggler:after {
        -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
                transform-origin: 0% 100%; }
      #header.white-header .menu-toggler span, #header.white-header .menu-toggler:before, #header.white-header .menu-toggler:after {
        display: block;
        width: 20px;
        height: 2px;
        margin: 2px 0;
        position: relative;
        background: #23272D;
        border-radius: 3px;
        z-index: 1;
        -webkit-transform-origin: 4px 0px;
            -ms-transform-origin: 4px 0px;
                transform-origin: 4px 0px;
        -webkit-transition: background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
  #header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #header .header-nav {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    @media (min-width: 1200px) {
      #header .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        z-index: 1; } }
    @media (max-width: 1199px) {
      #header .header-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-150%);
            -ms-transform: translateY(-150%);
                transform: translateY(-150%);
        background-color: #fff;
        height: calc(100vh - 64px);
        overflow-y: auto;
        overflow-x: hidden;
        z-index: -1;
        padding: 10px 0 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .open-header-menu #header .header-nav {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  #header .menu-list {
    padding: 0;
    margin-bottom: 40px; }
    @media (min-width: 1200px) {
      #header .menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 -13px; } }
    #header .menu-list > li {
      -webkit-transition: border-color 0.3s ease-in-out;
      -o-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out;
      position: relative;
      padding: 0;
      margin-bottom: 0;
      background-color: #fff; }
      @media (min-width: 1200px) {
        #header .menu-list > li {
          position: static;
          padding: 22px 13px;
          border-top: 4px solid transparent;
          cursor: pointer;
          background-color: transparent; } }
      #header .menu-list > li:before {
        content: none; }
      @media (min-width: 1200px) {
        #header .menu-list > li:hover {
          border-top-color: #00A7EF; } }
      @media (min-width: 1200px) {
        #header .menu-list > li:hover > a {
          color: #00A7EF; } }
      #header .menu-list > li:hover .sub-menus-wrapper {
        opacity: 1;
        visibility: visible; }
      #header .menu-list > li > a:not([class]) {
        text-transform: capitalize; }
        @media (min-width: 1200px) {
          #header .menu-list > li > a:not([class]) {
            color: #fff;
            padding: 22px 0px; } }
        @media (max-width: 1199px) {
          #header .menu-list > li > a:not([class]) {
            display: block;
            position: relative;
            color: #23272D;
            font-size: 24px;
            padding: 10px 0 10px 20px;
            margin-right: 70px; } }
        @media (max-width: 1199px) {
          #header .menu-list > li > a:not([class]):hover {
            color: #00A7EF; } }
  @media (min-width: 1200px) {
    #header .contact-us-btn {
      margin-left: 32px;
      border: 1px solid #fff;
      background-color: transparent; }
      #header .contact-us-btn:hover {
        background-color: #00A7EF;
        border: 1px solid #00A7EF;
        color: #fff; } }
  @media (max-width: 1199px) {
    #header .contacts-wrapper {
      padding: 0 20px; } }
  #header .contacts-wrapper .btn {
    display: block;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      #header .contacts-wrapper .btn {
        margin-bottom: 0; } }
  #header .socials {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 480px) {
      #header .socials {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 1200px) {
      #header .socials {
        display: none; } }

.menu-toggler {
  position: relative;
  z-index: 100;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1200px) {
    .menu-toggler {
      display: none; } }
  .menu-toggler:hover span, .menu-toggler:hover:before, .menu-toggler:hover:after {
    background-color: #00A7EF; }
  .open-header-menu .menu-toggler:before, .open-header-menu .menu-toggler:after {
    background-color: #23272D; }
  .open-header-menu .menu-toggler:before {
    -webkit-transform: rotate(45deg) translate(5px, 0px);
        -ms-transform: rotate(45deg) translate(5px, 0px);
            transform: rotate(45deg) translate(5px, 0px); }
  .open-header-menu .menu-toggler span {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
        -ms-transform: rotate(0deg) scale(0.2, 0.2);
            transform: rotate(0deg) scale(0.2, 0.2); }
  .open-header-menu .menu-toggler:after {
    -webkit-transform: rotate(-45deg) translate(2px, 1px);
        -ms-transform: rotate(-45deg) translate(2px, 1px);
            transform: rotate(-45deg) translate(2px, 1px); }
  .open-header-menu .menu-toggler:hover span, .open-header-menu .menu-toggler:hover:before, .open-header-menu .menu-toggler:hover:after {
    background-color: #00A7EF; }
  .menu-toggler:before, .menu-toggler:after {
    content: ''; }
  .menu-toggler:after {
    -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
            transform-origin: 0% 100%; }
  .menu-toggler span, .menu-toggler:before, .menu-toggler:after {
    display: block;
    width: 20px;
    height: 2px;
    margin: 2px 0;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
        -ms-transform-origin: 4px 0px;
            transform-origin: 4px 0px;
    -webkit-transition: background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }

#main {
  padding-top: 0px; }

.intro-section {
  position: relative;
  background: -webkit-radial-gradient(30% 67% at 33% 55%, #2B2F3A 0%, #1A1E27 100%);
  background: -o-radial-gradient(30% 67% at 33% 55%, #2B2F3A 0%, #1A1E27 100%);
  background: radial-gradient(30% 67% at 33% 55%, #2B2F3A 0%, #1A1E27 100%);
  text-align: center;
  color: #fff;
  padding: 156px 0 1px; }
  @media (min-width: 1025px) {
    .intro-section {
      padding: 196px 0 1px; } }
  .intro-section .container {
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .intro-section h1 {
    line-height: 1.25;
    margin-bottom: 19px; }
  .intro-section p,
  .intro-section ul {
    margin-bottom: 8px; }
  .intro-section li {
    margin-bottom: 0; }
    .intro-section li:before {
      top: 0.8em; }
  .intro-section .intro-content {
    max-width: 869px;
    line-height: 1.7;
    position: relative;
    margin: 0 auto; }
  .intro-section .banner-img-wrapper {
    margin: 4vw 0 -25vw; }
    @media (min-width: 1400px) {
      .intro-section .banner-img-wrapper {
        margin: 127px 0 -327px; } }
  .intro-section .intro-watermark {
    position: absolute;
    right: -58%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 536px;
    height: 536px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 480px) {
      .intro-section .intro-watermark {
        width: 536px;
        right: -60px;
        height: 536px; } }
    @media (min-width: 1024px) {
      .intro-section .intro-watermark {
        width: 736px;
        height: 736px; } }
    .intro-section .intro-watermark:before {
      content: '';
      display: block;
      padding-top: 54.46%; }
  .intro-section .intro-buttons .btn {
    width: 100%;
    margin-bottom: 16px; }
    @media (min-width: 600px) {
      .intro-section .intro-buttons .btn {
        width: auto;
        margin: 0 8px; } }
  .intro-section .text-box {
    margin-bottom: 32px;
    font-size: 18px; }
  .intro-section .img-box {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: calc(100% - 15px);
    max-width: 550px;
    max-height: 710px;
    margin: 0 0 0 auto; }
    @media (min-width: 768px) {
      .intro-section .img-box {
        position: absolute;
        right: 0;
        top: 50%;
        width: 45.83%;
        max-width: 660px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
    .intro-section .img-box:before {
      content: '';
      display: block;
      padding-top: 87%; }
      @media (min-width: 768px) {
        .intro-section .img-box:before {
          padding-top: 122%; } }
  @media (min-width: 992px) {
    .intro-section .img-holder {
      width: 46vw;
      max-width: 941px; } }
  .intro-section .main-pagination {
    margin-bottom: 30px; }
  .intro-section .article-data {
    margin-bottom: 20px; }
  .intro-section .tags-box {
    margin-top: 20px; }
  .intro-section .seen-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    margin: 0; }
    .intro-section .seen-in img {
      margin: 0 0 0 10px; }

.btn-scroll {
  display: none; }
  @media (min-width: 1200px) {
    .btn-scroll {
      display: block;
      position: absolute;
      bottom: 32px;
      right: 98px;
      z-index: 1;
      color: #fff;
      -webkit-writing-mode: vertical-lr;
          -ms-writing-mode: tb-lr;
              writing-mode: vertical-lr;
      text-orientation: mixed;
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1); } }
  .btn-scroll:hover i {
    border-color: #00A7EF; }
  .btn-scroll i {
    height: 42px;
    border: 1px solid #FFFFFF;
    border-radius: 22px;
    padding: 7px 4px;
    display: inline-block;
    margin: 0 0 20px;
    font-size: 14px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out; }

.video-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -43%);
      -ms-transform: translate(-50%, -43%);
          transform: translate(-50%, -43%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

.read-bar-wrapper {
  height: 8px;
  width: 100%; }

.read-bar {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  left: 0;
  top: 64px;
  z-index: 1;
  width: 100%;
  height: 8px; }
  @media (min-width: 1024px) {
    .read-bar {
      top: 67px; } }
  .read-bar.active {
    opacity: 1;
    visibility: visible; }

.read-bar-indicator {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  height: inherit;
  pointer-events: none;
  position: absolute;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .read-bar-indicator::-webkit-progress-bar {
    background-color: rgba(255, 255, 255, 0.05); }
  .read-bar-indicator::-webkit-progress-bar {
    background-color: rgba(255, 255, 255, 0.05); }
  .read-bar-indicator::-webkit-progress-value {
    background-color: #00A7EF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .read-bar-indicator:focus {
    outline: none; }

.main-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  padding: 0;
  margin: 0 -5px 30px;
  list-style: none; }
  .main-pagination li {
    padding: 0 5px;
    margin: 0 0 15px; }
    .main-pagination li:before {
      content: none; }
  .main-pagination a {
    color: rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .main-pagination a:after {
      content: "\e902";
      font-family: icomoon;
      font-size: 0.6em;
      margin: 0 0 0 11px; }

.article-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 -10px 20px;
  font-size: 14px;
  line-height: 1.2; }
  .article-data > li {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .article-data > li::before {
      content: none; }
  .article-data i {
    margin: 0 8px 0 0;
    font-size: 1.3em; }

.article-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  margin: 0 0 22px; }
  @media (min-width: 992px) {
    .article-author {
      margin: 0 0 47px; } }
  .article-author .author-photo {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 20px 0 0; }
  .article-author .author-info {
    padding-top: 7px; }
  .article-author .author-name {
    margin: 0 0 5px; }
  .article-author .author-position {
    font-size: 14px;
    margin: 0;
    color: rgba(255, 255, 255, 0.6); }

.tags-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .tags-box {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .tags-box .tags-title {
    margin: 3px 17px 8px 0; }

.tag-fill-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  padding: 0;
  margin: 0 -4px -4px; }
  .tag-fill-list.tag-blue li {
    background-color: #EDF3F6; }
  .tag-fill-list.tag-blue a {
    color: #23272D; }
  .tag-fill-list.tag-lg {
    font-size: 18px;
    margin: 0 -4px -8px; }
    @media (min-width: 992px) {
      .tag-fill-list.tag-lg {
        margin: 0 -8px -8px; } }
    .tag-fill-list.tag-lg li {
      padding: 13px 32px;
      border-radius: 30px;
      margin: 0 4px 8px; }
      @media (min-width: 992px) {
        .tag-fill-list.tag-lg li {
          margin: 0 8px 8px; } }
  .tag-fill-list li {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 4px 16px;
    margin: 0 4px 4px; }
    .tag-fill-list li:before {
      content: none; }
  .tag-fill-list a {
    color: #fff; }
