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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-Regular.eot");
  src: local("Zona Pro Regular"), local("ZonaPro-Regular"), url("../fonts/ZonaPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Regular.woff2") format("woff2"), url("../fonts/ZonaPro-Regular.woff") format("woff"), url("../fonts/ZonaPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-Bold.eot");
  src: local("Zona Pro Bold"), local("ZonaPro-Bold"), url("../fonts/ZonaPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Bold.woff2") format("woff2"), url("../fonts/ZonaPro-Bold.woff") format("woff"), url("../fonts/ZonaPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-SemiBold.eot");
  src: local("Zona Pro SemiBold"), local("ZonaPro-SemiBold"), url("../fonts/ZonaPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-SemiBold.woff2") format("woff2"), url("../fonts/ZonaPro-SemiBold.woff") format("woff"), url("../fonts/ZonaPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro Ultra";
  src: url("../fonts/ZonaPro-UltraItalic.eot");
  src: local("Zona Pro Ultra Italic"), local("ZonaPro-UltraItalic"), url("../fonts/ZonaPro-UltraItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-UltraItalic.woff2") format("woff2"), url("../fonts/ZonaPro-UltraItalic.woff") format("woff"), url("../fonts/ZonaPro-UltraItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro Ultra";
  src: url("../fonts/ZonaPro-Ultra.eot");
  src: local("Zona Pro Ultra"), local("ZonaPro-Ultra"), url("../fonts/ZonaPro-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Ultra.woff2") format("woff2"), url("../fonts/ZonaPro-Ultra.woff") format("woff"), url("../fonts/ZonaPro-Ultra.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-Black.eot");
  src: local("Zona Pro Black"), local("ZonaPro-Black"), url("../fonts/ZonaPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Black.woff2") format("woff2"), url("../fonts/ZonaPro-Black.woff") format("woff"), url("../fonts/ZonaPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-Light.eot");
  src: local("Zona Pro Light"), local("ZonaPro-Light"), url("../fonts/ZonaPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Light.woff2") format("woff2"), url("../fonts/ZonaPro-Light.woff") format("woff"), url("../fonts/ZonaPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro Regular";
  src: url("../fonts/ZonaPro-RegularItalic.eot");
  src: local("Zona Pro Regular Italic"), local("ZonaPro-RegularItalic"), url("../fonts/ZonaPro-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-RegularItalic.woff2") format("woff2"), url("../fonts/ZonaPro-RegularItalic.woff") format("woff"), url("../fonts/ZonaPro-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro Hairline";
  src: url("../fonts/ZonaPro-Hairline.eot");
  src: local("Zona Pro Hairline"), local("ZonaPro-Hairline"), url("../fonts/ZonaPro-Hairline.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Hairline.woff2") format("woff2"), url("../fonts/ZonaPro-Hairline.woff") format("woff"), url("../fonts/ZonaPro-Hairline.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-LightItalic.eot");
  src: local("Zona Pro Light Italic"), local("ZonaPro-LightItalic"), url("../fonts/ZonaPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-LightItalic.woff2") format("woff2"), url("../fonts/ZonaPro-LightItalic.woff") format("woff"), url("../fonts/ZonaPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-BlackItalic.eot");
  src: local("Zona Pro Black Italic"), local("ZonaPro-BlackItalic"), url("../fonts/ZonaPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-BlackItalic.woff2") format("woff2"), url("../fonts/ZonaPro-BlackItalic.woff") format("woff"), url("../fonts/ZonaPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-ExtraBold.eot");
  src: local("Zona Pro ExtraBold"), local("ZonaPro-ExtraBold"), url("../fonts/ZonaPro-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-ExtraBold.woff2") format("woff2"), url("../fonts/ZonaPro-ExtraBold.woff") format("woff"), url("../fonts/ZonaPro-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-BoldItalic.eot");
  src: local("Zona Pro Bold Italic"), local("ZonaPro-BoldItalic"), url("../fonts/ZonaPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-BoldItalic.woff2") format("woff2"), url("../fonts/ZonaPro-BoldItalic.woff") format("woff"), url("../fonts/ZonaPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-ExtraBoldItalic.eot");
  src: local("Zona Pro ExtraBold Italic"), local("ZonaPro-ExtraBoldItalic"), url("../fonts/ZonaPro-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/ZonaPro-ExtraBoldItalic.woff") format("woff"), url("../fonts/ZonaPro-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-SemiBoldItalic.eot");
  src: local("Zona Pro SemiBold Italic"), local("ZonaPro-SemiBoldItalic"), url("../fonts/ZonaPro-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-SemiBoldItalic.woff2") format("woff2"), url("../fonts/ZonaPro-SemiBoldItalic.woff") format("woff"), url("../fonts/ZonaPro-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro Hairline";
  src: url("../fonts/ZonaPro-HairlineItalic.eot");
  src: local("Zona Pro Hairline Italic"), local("ZonaPro-HairlineItalic"), url("../fonts/ZonaPro-HairlineItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-HairlineItalic.woff2") format("woff2"), url("../fonts/ZonaPro-HairlineItalic.woff") format("woff"), url("../fonts/ZonaPro-HairlineItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-Thin.eot");
  src: local("Zona Pro Thin"), local("ZonaPro-Thin"), url("../fonts/ZonaPro-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Thin.woff2") format("woff2"), url("../fonts/ZonaPro-Thin.woff") format("woff"), url("../fonts/ZonaPro-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-ThinItalic.eot");
  src: local("Zona Pro Thin Italic"), local("ZonaPro-ThinItalic"), url("../fonts/ZonaPro-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-ThinItalic.woff2") format("woff2"), url("../fonts/ZonaPro-ThinItalic.woff") format("woff"), url("../fonts/ZonaPro-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

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

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

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #333;
  background: #fff;
  font: 18px/1.5 "Zona Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 240px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

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

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

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

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

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

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

p {
  margin: 0 0 1em; }

a {
  color: #1f1f1f; }
  a:hover, a:focus {
    text-decoration: none; }

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

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

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

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

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

.calendly-badge-widget,
.calendly-badge-widget *,
.calendly-inline-widget,
.calendly-inline-widget *,
.calendly-overlay,
.calendly-overlay * {
  font-size: 16px;
  line-height: 1.2em; }

.calendly-badge-widget iframe,
.calendly-inline-widget iframe,
.calendly-overlay iframe {
  display: inline;
  height: 100%;
  width: 100%; }

.calendly-popup-content {
  position: relative; }

.calendly-popup-content.calendly-mobile {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.calendly-overlay {
  background-color: #a5a5a5;
  background-color: rgba(31, 31, 31, 0.4);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999; }

.calendly-overlay .calendly-close-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.calendly-overlay .calendly-popup {
  box-sizing: border-box;
  height: 90%;
  left: 50%;
  max-height: 700px !important;
  max-width: 1000px;
  min-width: 900px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 80%; }

@media (max-width: 975px) {
  .calendly-overlay .calendly-popup {
    bottom: 0;
    height: auto;
    left: 0;
    max-height: none;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 50px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%; } }

.calendly-overlay .calendly-popup .calendly-popup-content {
  height: 100%; }

.calendly-overlay .calendly-popup-close {
  background: url(../images/close-icon.svg) no-repeat;
  background-size: contain;
  color: #fff;
  cursor: pointer;
  height: 19px;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 19px; }

@media (max-width: 975px) {
  .calendly-overlay .calendly-popup-close {
    right: 15px;
    top: 15px; } }

.calendly-badge-widget {
  bottom: 15px;
  position: fixed;
  right: 20px;
  z-index: 9998; }

.calendly-badge-widget .calendly-badge-content {
  border-radius: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  display: table-cell;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 45px;
  padding: 0 30px;
  text-align: center;
  vertical-align: middle;
  width: auto; }

.calendly-badge-widget .calendly-badge-content.calendly-white {
  color: #666a73; }

.calendly-badge-widget .calendly-badge-content span {
  display: block;
  font-size: 12px; }

.calendly-spinner {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1; }

.calendly-spinner > div {
  -webkit-animation: calendly-bouncedelay 1.4s ease-in-out infinite;
          animation: calendly-bouncedelay 1.4s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-color: #e1e1e1;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  width: 18px; }

.calendly-spinner .calendly-bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s; }

.calendly-spinner .calendly-bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s; }

@-webkit-keyframes calendly-bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes calendly-bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@media (min-width: 1024px) {
  .calendly-overlay .calendly-popup-close {
    top: 50%;
    right: 50%;
    margin-right: -500px;
    margin-top: -350px;
    left: initial;
    bottom: initial; } }

* {
  box-sizing: border-box; }

#wrapper {
  overflow-x: hidden; }

.row {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .row.row__between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .row.row__center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .row.row__start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row.row__end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .row.row__nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media (max-width: 1023px) {
      .row.row__nowrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .row.row__jcc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .row.row__jcfe {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .row.row__aic {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.block {
  width: 100%; }
  .block.column {
    width: initial; }
  .block.block__nowrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

.w1,
section > .container > .row > .w1,
footer section > .container > .row > .w1,
section form fieldset .w1 {
  width: 1%; }

.w2,
section > .container > .row > .w2,
footer section > .container > .row > .w2,
section form fieldset .w2 {
  width: 2%; }

.w3,
section > .container > .row > .w3,
footer section > .container > .row > .w3,
section form fieldset .w3 {
  width: 3%; }

.w4,
section > .container > .row > .w4,
footer section > .container > .row > .w4,
section form fieldset .w4 {
  width: 4%; }

.w5,
section > .container > .row > .w5,
footer section > .container > .row > .w5,
section form fieldset .w5 {
  width: 5%; }

.w6,
section > .container > .row > .w6,
footer section > .container > .row > .w6,
section form fieldset .w6 {
  width: 6%; }

.w7,
section > .container > .row > .w7,
footer section > .container > .row > .w7,
section form fieldset .w7 {
  width: 7%; }

.w8,
section > .container > .row > .w8,
footer section > .container > .row > .w8,
section form fieldset .w8 {
  width: 8%; }

.w9,
section > .container > .row > .w9,
footer section > .container > .row > .w9,
section form fieldset .w9 {
  width: 9%; }

.w10,
section > .container > .row > .w10,
footer section > .container > .row > .w10,
section form fieldset .w10 {
  width: 10%; }

.w11,
section > .container > .row > .w11,
footer section > .container > .row > .w11,
section form fieldset .w11 {
  width: 11%; }

.w12,
section > .container > .row > .w12,
footer section > .container > .row > .w12,
section form fieldset .w12 {
  width: 12%; }

.w13,
section > .container > .row > .w13,
footer section > .container > .row > .w13,
section form fieldset .w13 {
  width: 13%; }

.w14,
section > .container > .row > .w14,
footer section > .container > .row > .w14,
section form fieldset .w14 {
  width: 14%; }

.w15,
section > .container > .row > .w15,
footer section > .container > .row > .w15,
section form fieldset .w15 {
  width: 15%; }

.w16,
section > .container > .row > .w16,
footer section > .container > .row > .w16,
section form fieldset .w16 {
  width: 16%; }

.w17,
section > .container > .row > .w17,
footer section > .container > .row > .w17,
section form fieldset .w17 {
  width: 17%; }

.w18,
section > .container > .row > .w18,
footer section > .container > .row > .w18,
section form fieldset .w18 {
  width: 18%; }

.w19,
section > .container > .row > .w19,
footer section > .container > .row > .w19,
section form fieldset .w19 {
  width: 19%; }

.w20,
section > .container > .row > .w20,
footer section > .container > .row > .w20,
section form fieldset .w20 {
  width: 20%; }

.w21,
section > .container > .row > .w21,
footer section > .container > .row > .w21,
section form fieldset .w21 {
  width: 21%; }

.w22,
section > .container > .row > .w22,
footer section > .container > .row > .w22,
section form fieldset .w22 {
  width: 22%; }

.w23,
section > .container > .row > .w23,
footer section > .container > .row > .w23,
section form fieldset .w23 {
  width: 23%; }

.w24,
section > .container > .row > .w24,
footer section > .container > .row > .w24,
section form fieldset .w24 {
  width: 24%; }

.w25,
section > .container > .row > .w25,
footer section > .container > .row > .w25,
section form fieldset .w25 {
  width: 25%; }

.w26,
section > .container > .row > .w26,
footer section > .container > .row > .w26,
section form fieldset .w26 {
  width: 26%; }

.w27,
section > .container > .row > .w27,
footer section > .container > .row > .w27,
section form fieldset .w27 {
  width: 27%; }

.w28,
section > .container > .row > .w28,
footer section > .container > .row > .w28,
section form fieldset .w28 {
  width: 28%; }

.w29,
section > .container > .row > .w29,
footer section > .container > .row > .w29,
section form fieldset .w29 {
  width: 29%; }

.w30,
section > .container > .row > .w30,
footer section > .container > .row > .w30,
section form fieldset .w30 {
  width: 30%; }

.w31,
section > .container > .row > .w31,
footer section > .container > .row > .w31,
section form fieldset .w31 {
  width: 31%; }

.w32,
section > .container > .row > .w32,
footer section > .container > .row > .w32,
section form fieldset .w32 {
  width: 32%; }

.w33,
section > .container > .row > .w33,
footer section > .container > .row > .w33,
section form fieldset .w33 {
  width: 33%; }

.w34,
section > .container > .row > .w34,
footer section > .container > .row > .w34,
section form fieldset .w34 {
  width: 34%; }

.w35,
section > .container > .row > .w35,
footer section > .container > .row > .w35,
section form fieldset .w35 {
  width: 35%; }

.w36,
section > .container > .row > .w36,
footer section > .container > .row > .w36,
section form fieldset .w36 {
  width: 36%; }

.w37,
section > .container > .row > .w37,
footer section > .container > .row > .w37,
section form fieldset .w37 {
  width: 37%; }

.w38,
section > .container > .row > .w38,
footer section > .container > .row > .w38,
section form fieldset .w38 {
  width: 38%; }

.w39,
section > .container > .row > .w39,
footer section > .container > .row > .w39,
section form fieldset .w39 {
  width: 39%; }

.w40,
section > .container > .row > .w40,
footer section > .container > .row > .w40,
section form fieldset .w40 {
  width: 40%; }

.w41,
section > .container > .row > .w41,
footer section > .container > .row > .w41,
section form fieldset .w41 {
  width: 41%; }

.w42,
section > .container > .row > .w42,
footer section > .container > .row > .w42,
section form fieldset .w42 {
  width: 42%; }

.w43,
section > .container > .row > .w43,
footer section > .container > .row > .w43,
section form fieldset .w43 {
  width: 43%; }

.w44,
section > .container > .row > .w44,
footer section > .container > .row > .w44,
section form fieldset .w44 {
  width: 44%; }

.w45,
section > .container > .row > .w45,
footer section > .container > .row > .w45,
section form fieldset .w45 {
  width: 45%; }

.w46,
section > .container > .row > .w46,
footer section > .container > .row > .w46,
section form fieldset .w46 {
  width: 46%; }

.w47,
section > .container > .row > .w47,
footer section > .container > .row > .w47,
section form fieldset .w47 {
  width: 47%; }

.w48,
section > .container > .row > .w48,
footer section > .container > .row > .w48,
section form fieldset .w48 {
  width: 48%; }

.w49,
section > .container > .row > .w49,
footer section > .container > .row > .w49,
section form fieldset .w49 {
  width: 49%; }

.w50,
section > .container > .row > .w50,
footer section > .container > .row > .w50,
section form fieldset .w50 {
  width: 50%; }

.w51,
section > .container > .row > .w51,
footer section > .container > .row > .w51,
section form fieldset .w51 {
  width: 51%; }

.w52,
section > .container > .row > .w52,
footer section > .container > .row > .w52,
section form fieldset .w52 {
  width: 52%; }

.w53,
section > .container > .row > .w53,
footer section > .container > .row > .w53,
section form fieldset .w53 {
  width: 53%; }

.w54,
section > .container > .row > .w54,
footer section > .container > .row > .w54,
section form fieldset .w54 {
  width: 54%; }

.w55,
section > .container > .row > .w55,
footer section > .container > .row > .w55,
section form fieldset .w55 {
  width: 55%; }

.w56,
section > .container > .row > .w56,
footer section > .container > .row > .w56,
section form fieldset .w56 {
  width: 56%; }

.w57,
section > .container > .row > .w57,
footer section > .container > .row > .w57,
section form fieldset .w57 {
  width: 57%; }

.w58,
section > .container > .row > .w58,
footer section > .container > .row > .w58,
section form fieldset .w58 {
  width: 58%; }

.w59,
section > .container > .row > .w59,
footer section > .container > .row > .w59,
section form fieldset .w59 {
  width: 59%; }

.w60,
section > .container > .row > .w60,
footer section > .container > .row > .w60,
section form fieldset .w60 {
  width: 60%; }

.w61,
section > .container > .row > .w61,
footer section > .container > .row > .w61,
section form fieldset .w61 {
  width: 61%; }

.w62,
section > .container > .row > .w62,
footer section > .container > .row > .w62,
section form fieldset .w62 {
  width: 62%; }

.w63,
section > .container > .row > .w63,
footer section > .container > .row > .w63,
section form fieldset .w63 {
  width: 63%; }

.w64,
section > .container > .row > .w64,
footer section > .container > .row > .w64,
section form fieldset .w64 {
  width: 64%; }

.w65,
section > .container > .row > .w65,
footer section > .container > .row > .w65,
section form fieldset .w65 {
  width: 65%; }

.w66,
section > .container > .row > .w66,
footer section > .container > .row > .w66,
section form fieldset .w66 {
  width: 66%; }

.w67,
section > .container > .row > .w67,
footer section > .container > .row > .w67,
section form fieldset .w67 {
  width: 67%; }

.w68,
section > .container > .row > .w68,
footer section > .container > .row > .w68,
section form fieldset .w68 {
  width: 68%; }

.w69,
section > .container > .row > .w69,
footer section > .container > .row > .w69,
section form fieldset .w69 {
  width: 69%; }

.w70,
section > .container > .row > .w70,
footer section > .container > .row > .w70,
section form fieldset .w70 {
  width: 70%; }

.w71,
section > .container > .row > .w71,
footer section > .container > .row > .w71,
section form fieldset .w71 {
  width: 71%; }

.w72,
section > .container > .row > .w72,
footer section > .container > .row > .w72,
section form fieldset .w72 {
  width: 72%; }

.w73,
section > .container > .row > .w73,
footer section > .container > .row > .w73,
section form fieldset .w73 {
  width: 73%; }

.w74,
section > .container > .row > .w74,
footer section > .container > .row > .w74,
section form fieldset .w74 {
  width: 74%; }

.w75,
section > .container > .row > .w75,
footer section > .container > .row > .w75,
section form fieldset .w75 {
  width: 75%; }

.w76,
section > .container > .row > .w76,
footer section > .container > .row > .w76,
section form fieldset .w76 {
  width: 76%; }

.w77,
section > .container > .row > .w77,
footer section > .container > .row > .w77,
section form fieldset .w77 {
  width: 77%; }

.w78,
section > .container > .row > .w78,
footer section > .container > .row > .w78,
section form fieldset .w78 {
  width: 78%; }

.w79,
section > .container > .row > .w79,
footer section > .container > .row > .w79,
section form fieldset .w79 {
  width: 79%; }

.w80,
section > .container > .row > .w80,
footer section > .container > .row > .w80,
section form fieldset .w80 {
  width: 80%; }

.w81,
section > .container > .row > .w81,
footer section > .container > .row > .w81,
section form fieldset .w81 {
  width: 81%; }

.w82,
section > .container > .row > .w82,
footer section > .container > .row > .w82,
section form fieldset .w82 {
  width: 82%; }

.w83,
section > .container > .row > .w83,
footer section > .container > .row > .w83,
section form fieldset .w83 {
  width: 83%; }

.w84,
section > .container > .row > .w84,
footer section > .container > .row > .w84,
section form fieldset .w84 {
  width: 84%; }

.w85,
section > .container > .row > .w85,
footer section > .container > .row > .w85,
section form fieldset .w85 {
  width: 85%; }

.w86,
section > .container > .row > .w86,
footer section > .container > .row > .w86,
section form fieldset .w86 {
  width: 86%; }

.w87,
section > .container > .row > .w87,
footer section > .container > .row > .w87,
section form fieldset .w87 {
  width: 87%; }

.w88,
section > .container > .row > .w88,
footer section > .container > .row > .w88,
section form fieldset .w88 {
  width: 88%; }

.w89,
section > .container > .row > .w89,
footer section > .container > .row > .w89,
section form fieldset .w89 {
  width: 89%; }

.w90,
section > .container > .row > .w90,
footer section > .container > .row > .w90,
section form fieldset .w90 {
  width: 90%; }

.w91,
section > .container > .row > .w91,
footer section > .container > .row > .w91,
section form fieldset .w91 {
  width: 91%; }

.w92,
section > .container > .row > .w92,
footer section > .container > .row > .w92,
section form fieldset .w92 {
  width: 92%; }

.w93,
section > .container > .row > .w93,
footer section > .container > .row > .w93,
section form fieldset .w93 {
  width: 93%; }

.w94,
section > .container > .row > .w94,
footer section > .container > .row > .w94,
section form fieldset .w94 {
  width: 94%; }

.w95,
section > .container > .row > .w95,
footer section > .container > .row > .w95,
section form fieldset .w95 {
  width: 95%; }

.w96,
section > .container > .row > .w96,
footer section > .container > .row > .w96,
section form fieldset .w96 {
  width: 96%; }

.w97,
section > .container > .row > .w97,
footer section > .container > .row > .w97,
section form fieldset .w97 {
  width: 97%; }

.w98,
section > .container > .row > .w98,
footer section > .container > .row > .w98,
section form fieldset .w98 {
  width: 98%; }

.w99,
section > .container > .row > .w99,
footer section > .container > .row > .w99,
section form fieldset .w99 {
  width: 99%; }

.w100,
section > .container > .row > .w100,
footer section > .container > .row > .w100,
section form fieldset .w100 {
  width: 100%; }

.column1,
section > .container > .row > .column1,
.row > .column1 {
  width: 1%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column1,
    section > .container > .row > .column1,
    .row > .column1 {
      width: 100%;
      padding: 10px 0; } }

.column2,
section > .container > .row > .column2,
.row > .column2 {
  width: 2%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column2,
    section > .container > .row > .column2,
    .row > .column2 {
      width: 100%;
      padding: 10px 0; } }

.column3,
section > .container > .row > .column3,
.row > .column3 {
  width: 3%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column3,
    section > .container > .row > .column3,
    .row > .column3 {
      width: 100%;
      padding: 10px 0; } }

.column4,
section > .container > .row > .column4,
.row > .column4 {
  width: 4%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column4,
    section > .container > .row > .column4,
    .row > .column4 {
      width: 100%;
      padding: 10px 0; } }

.column5,
section > .container > .row > .column5,
.row > .column5 {
  width: 5%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column5,
    section > .container > .row > .column5,
    .row > .column5 {
      width: 100%;
      padding: 10px 0; } }

.column6,
section > .container > .row > .column6,
.row > .column6 {
  width: 6%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column6,
    section > .container > .row > .column6,
    .row > .column6 {
      width: 100%;
      padding: 10px 0; } }

.column7,
section > .container > .row > .column7,
.row > .column7 {
  width: 7%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column7,
    section > .container > .row > .column7,
    .row > .column7 {
      width: 100%;
      padding: 10px 0; } }

.column8,
section > .container > .row > .column8,
.row > .column8 {
  width: 8%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column8,
    section > .container > .row > .column8,
    .row > .column8 {
      width: 100%;
      padding: 10px 0; } }

.column9,
section > .container > .row > .column9,
.row > .column9 {
  width: 9%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column9,
    section > .container > .row > .column9,
    .row > .column9 {
      width: 100%;
      padding: 10px 0; } }

.column10,
section > .container > .row > .column10,
.row > .column10 {
  width: 10%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column10,
    section > .container > .row > .column10,
    .row > .column10 {
      width: 100%;
      padding: 10px 0; } }

.column11,
section > .container > .row > .column11,
.row > .column11 {
  width: 11%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column11,
    section > .container > .row > .column11,
    .row > .column11 {
      width: 100%;
      padding: 10px 0; } }

.column12,
section > .container > .row > .column12,
.row > .column12 {
  width: 12%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column12,
    section > .container > .row > .column12,
    .row > .column12 {
      width: 100%;
      padding: 10px 0; } }

.column13,
section > .container > .row > .column13,
.row > .column13 {
  width: 13%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column13,
    section > .container > .row > .column13,
    .row > .column13 {
      width: 100%;
      padding: 10px 0; } }

.column14,
section > .container > .row > .column14,
.row > .column14 {
  width: 14%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column14,
    section > .container > .row > .column14,
    .row > .column14 {
      width: 100%;
      padding: 10px 0; } }

.column15,
section > .container > .row > .column15,
.row > .column15 {
  width: 15%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column15,
    section > .container > .row > .column15,
    .row > .column15 {
      width: 100%;
      padding: 10px 0; } }

.column16,
section > .container > .row > .column16,
.row > .column16 {
  width: 16%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column16,
    section > .container > .row > .column16,
    .row > .column16 {
      width: 100%;
      padding: 10px 0; } }

.column17,
section > .container > .row > .column17,
.row > .column17 {
  width: 17%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column17,
    section > .container > .row > .column17,
    .row > .column17 {
      width: 100%;
      padding: 10px 0; } }

.column18,
section > .container > .row > .column18,
.row > .column18 {
  width: 18%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column18,
    section > .container > .row > .column18,
    .row > .column18 {
      width: 100%;
      padding: 10px 0; } }

.column19,
section > .container > .row > .column19,
.row > .column19 {
  width: 19%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column19,
    section > .container > .row > .column19,
    .row > .column19 {
      width: 100%;
      padding: 10px 0; } }

.column20,
section > .container > .row > .column20,
.row > .column20 {
  width: 20%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column20,
    section > .container > .row > .column20,
    .row > .column20 {
      width: 100%;
      padding: 10px 0; } }

.column21,
section > .container > .row > .column21,
.row > .column21 {
  width: 21%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column21,
    section > .container > .row > .column21,
    .row > .column21 {
      width: 100%;
      padding: 10px 0; } }

.column22,
section > .container > .row > .column22,
.row > .column22 {
  width: 22%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column22,
    section > .container > .row > .column22,
    .row > .column22 {
      width: 100%;
      padding: 10px 0; } }

.column23,
section > .container > .row > .column23,
.row > .column23 {
  width: 23%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column23,
    section > .container > .row > .column23,
    .row > .column23 {
      width: 100%;
      padding: 10px 0; } }

.column24,
section > .container > .row > .column24,
.row > .column24 {
  width: 24%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column24,
    section > .container > .row > .column24,
    .row > .column24 {
      width: 100%;
      padding: 10px 0; } }

.column25,
section > .container > .row > .column25,
.row > .column25 {
  width: 25%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column25,
    section > .container > .row > .column25,
    .row > .column25 {
      width: 100%;
      padding: 10px 0; } }

.column26,
section > .container > .row > .column26,
.row > .column26 {
  width: 26%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column26,
    section > .container > .row > .column26,
    .row > .column26 {
      width: 100%;
      padding: 10px 0; } }

.column27,
section > .container > .row > .column27,
.row > .column27 {
  width: 27%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column27,
    section > .container > .row > .column27,
    .row > .column27 {
      width: 100%;
      padding: 10px 0; } }

.column28,
section > .container > .row > .column28,
.row > .column28 {
  width: 28%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column28,
    section > .container > .row > .column28,
    .row > .column28 {
      width: 100%;
      padding: 10px 0; } }

.column29,
section > .container > .row > .column29,
.row > .column29 {
  width: 29%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column29,
    section > .container > .row > .column29,
    .row > .column29 {
      width: 100%;
      padding: 10px 0; } }

.column30,
section > .container > .row > .column30,
.row > .column30 {
  width: 30%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column30,
    section > .container > .row > .column30,
    .row > .column30 {
      width: 100%;
      padding: 10px 0; } }

.column31,
section > .container > .row > .column31,
.row > .column31 {
  width: 31%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column31,
    section > .container > .row > .column31,
    .row > .column31 {
      width: 100%;
      padding: 10px 0; } }

.column32,
section > .container > .row > .column32,
.row > .column32 {
  width: 32%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column32,
    section > .container > .row > .column32,
    .row > .column32 {
      width: 100%;
      padding: 10px 0; } }

.column33,
section > .container > .row > .column33,
.row > .column33 {
  width: 33%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column33,
    section > .container > .row > .column33,
    .row > .column33 {
      width: 100%;
      padding: 10px 0; } }

.column34,
section > .container > .row > .column34,
.row > .column34 {
  width: 34%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column34,
    section > .container > .row > .column34,
    .row > .column34 {
      width: 100%;
      padding: 10px 0; } }

.column35,
section > .container > .row > .column35,
.row > .column35 {
  width: 35%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column35,
    section > .container > .row > .column35,
    .row > .column35 {
      width: 100%;
      padding: 10px 0; } }

.column36,
section > .container > .row > .column36,
.row > .column36 {
  width: 36%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column36,
    section > .container > .row > .column36,
    .row > .column36 {
      width: 100%;
      padding: 10px 0; } }

.column37,
section > .container > .row > .column37,
.row > .column37 {
  width: 37%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column37,
    section > .container > .row > .column37,
    .row > .column37 {
      width: 100%;
      padding: 10px 0; } }

.column38,
section > .container > .row > .column38,
.row > .column38 {
  width: 38%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column38,
    section > .container > .row > .column38,
    .row > .column38 {
      width: 100%;
      padding: 10px 0; } }

.column39,
section > .container > .row > .column39,
.row > .column39 {
  width: 39%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column39,
    section > .container > .row > .column39,
    .row > .column39 {
      width: 100%;
      padding: 10px 0; } }

.column40,
section > .container > .row > .column40,
.row > .column40 {
  width: 40%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column40,
    section > .container > .row > .column40,
    .row > .column40 {
      width: 100%;
      padding: 10px 0; } }

.column41,
section > .container > .row > .column41,
.row > .column41 {
  width: 41%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column41,
    section > .container > .row > .column41,
    .row > .column41 {
      width: 100%;
      padding: 10px 0; } }

.column42,
section > .container > .row > .column42,
.row > .column42 {
  width: 42%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column42,
    section > .container > .row > .column42,
    .row > .column42 {
      width: 100%;
      padding: 10px 0; } }

.column43,
section > .container > .row > .column43,
.row > .column43 {
  width: 43%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column43,
    section > .container > .row > .column43,
    .row > .column43 {
      width: 100%;
      padding: 10px 0; } }

.column44,
section > .container > .row > .column44,
.row > .column44 {
  width: 44%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column44,
    section > .container > .row > .column44,
    .row > .column44 {
      width: 100%;
      padding: 10px 0; } }

.column45,
section > .container > .row > .column45,
.row > .column45 {
  width: 45%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column45,
    section > .container > .row > .column45,
    .row > .column45 {
      width: 100%;
      padding: 10px 0; } }

.column46,
section > .container > .row > .column46,
.row > .column46 {
  width: 46%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column46,
    section > .container > .row > .column46,
    .row > .column46 {
      width: 100%;
      padding: 10px 0; } }

.column47,
section > .container > .row > .column47,
.row > .column47 {
  width: 47%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column47,
    section > .container > .row > .column47,
    .row > .column47 {
      width: 100%;
      padding: 10px 0; } }

.column48,
section > .container > .row > .column48,
.row > .column48 {
  width: 48%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column48,
    section > .container > .row > .column48,
    .row > .column48 {
      width: 100%;
      padding: 10px 0; } }

.column49,
section > .container > .row > .column49,
.row > .column49 {
  width: 49%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column49,
    section > .container > .row > .column49,
    .row > .column49 {
      width: 100%;
      padding: 10px 0; } }

.column50,
section > .container > .row > .column50,
.row > .column50 {
  width: 50%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column50,
    section > .container > .row > .column50,
    .row > .column50 {
      width: 100%;
      padding: 10px 0; } }

.column51,
section > .container > .row > .column51,
.row > .column51 {
  width: 51%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column51,
    section > .container > .row > .column51,
    .row > .column51 {
      width: 100%;
      padding: 10px 0; } }

.column52,
section > .container > .row > .column52,
.row > .column52 {
  width: 52%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column52,
    section > .container > .row > .column52,
    .row > .column52 {
      width: 100%;
      padding: 10px 0; } }

.column53,
section > .container > .row > .column53,
.row > .column53 {
  width: 53%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column53,
    section > .container > .row > .column53,
    .row > .column53 {
      width: 100%;
      padding: 10px 0; } }

.column54,
section > .container > .row > .column54,
.row > .column54 {
  width: 54%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column54,
    section > .container > .row > .column54,
    .row > .column54 {
      width: 100%;
      padding: 10px 0; } }

.column55,
section > .container > .row > .column55,
.row > .column55 {
  width: 55%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column55,
    section > .container > .row > .column55,
    .row > .column55 {
      width: 100%;
      padding: 10px 0; } }

.column56,
section > .container > .row > .column56,
.row > .column56 {
  width: 56%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column56,
    section > .container > .row > .column56,
    .row > .column56 {
      width: 100%;
      padding: 10px 0; } }

.column57,
section > .container > .row > .column57,
.row > .column57 {
  width: 57%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column57,
    section > .container > .row > .column57,
    .row > .column57 {
      width: 100%;
      padding: 10px 0; } }

.column58,
section > .container > .row > .column58,
.row > .column58 {
  width: 58%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column58,
    section > .container > .row > .column58,
    .row > .column58 {
      width: 100%;
      padding: 10px 0; } }

.column59,
section > .container > .row > .column59,
.row > .column59 {
  width: 59%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column59,
    section > .container > .row > .column59,
    .row > .column59 {
      width: 100%;
      padding: 10px 0; } }

.column60,
section > .container > .row > .column60,
.row > .column60 {
  width: 60%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column60,
    section > .container > .row > .column60,
    .row > .column60 {
      width: 100%;
      padding: 10px 0; } }

.column61,
section > .container > .row > .column61,
.row > .column61 {
  width: 61%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column61,
    section > .container > .row > .column61,
    .row > .column61 {
      width: 100%;
      padding: 10px 0; } }

.column62,
section > .container > .row > .column62,
.row > .column62 {
  width: 62%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column62,
    section > .container > .row > .column62,
    .row > .column62 {
      width: 100%;
      padding: 10px 0; } }

.column63,
section > .container > .row > .column63,
.row > .column63 {
  width: 63%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column63,
    section > .container > .row > .column63,
    .row > .column63 {
      width: 100%;
      padding: 10px 0; } }

.column64,
section > .container > .row > .column64,
.row > .column64 {
  width: 64%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column64,
    section > .container > .row > .column64,
    .row > .column64 {
      width: 100%;
      padding: 10px 0; } }

.column65,
section > .container > .row > .column65,
.row > .column65 {
  width: 65%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column65,
    section > .container > .row > .column65,
    .row > .column65 {
      width: 100%;
      padding: 10px 0; } }

.column66,
section > .container > .row > .column66,
.row > .column66 {
  width: 66%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column66,
    section > .container > .row > .column66,
    .row > .column66 {
      width: 100%;
      padding: 10px 0; } }

.column67,
section > .container > .row > .column67,
.row > .column67 {
  width: 67%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column67,
    section > .container > .row > .column67,
    .row > .column67 {
      width: 100%;
      padding: 10px 0; } }

.column68,
section > .container > .row > .column68,
.row > .column68 {
  width: 68%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column68,
    section > .container > .row > .column68,
    .row > .column68 {
      width: 100%;
      padding: 10px 0; } }

.column69,
section > .container > .row > .column69,
.row > .column69 {
  width: 69%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column69,
    section > .container > .row > .column69,
    .row > .column69 {
      width: 100%;
      padding: 10px 0; } }

.column70,
section > .container > .row > .column70,
.row > .column70 {
  width: 70%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column70,
    section > .container > .row > .column70,
    .row > .column70 {
      width: 100%;
      padding: 10px 0; } }

.column71,
section > .container > .row > .column71,
.row > .column71 {
  width: 71%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column71,
    section > .container > .row > .column71,
    .row > .column71 {
      width: 100%;
      padding: 10px 0; } }

.column72,
section > .container > .row > .column72,
.row > .column72 {
  width: 72%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column72,
    section > .container > .row > .column72,
    .row > .column72 {
      width: 100%;
      padding: 10px 0; } }

.column73,
section > .container > .row > .column73,
.row > .column73 {
  width: 73%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column73,
    section > .container > .row > .column73,
    .row > .column73 {
      width: 100%;
      padding: 10px 0; } }

.column74,
section > .container > .row > .column74,
.row > .column74 {
  width: 74%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column74,
    section > .container > .row > .column74,
    .row > .column74 {
      width: 100%;
      padding: 10px 0; } }

.column75,
section > .container > .row > .column75,
.row > .column75 {
  width: 75%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column75,
    section > .container > .row > .column75,
    .row > .column75 {
      width: 100%;
      padding: 10px 0; } }

.column76,
section > .container > .row > .column76,
.row > .column76 {
  width: 76%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column76,
    section > .container > .row > .column76,
    .row > .column76 {
      width: 100%;
      padding: 10px 0; } }

.column77,
section > .container > .row > .column77,
.row > .column77 {
  width: 77%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column77,
    section > .container > .row > .column77,
    .row > .column77 {
      width: 100%;
      padding: 10px 0; } }

.column78,
section > .container > .row > .column78,
.row > .column78 {
  width: 78%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column78,
    section > .container > .row > .column78,
    .row > .column78 {
      width: 100%;
      padding: 10px 0; } }

.column79,
section > .container > .row > .column79,
.row > .column79 {
  width: 79%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column79,
    section > .container > .row > .column79,
    .row > .column79 {
      width: 100%;
      padding: 10px 0; } }

.column80,
section > .container > .row > .column80,
.row > .column80 {
  width: 80%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column80,
    section > .container > .row > .column80,
    .row > .column80 {
      width: 100%;
      padding: 10px 0; } }

.column81,
section > .container > .row > .column81,
.row > .column81 {
  width: 81%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column81,
    section > .container > .row > .column81,
    .row > .column81 {
      width: 100%;
      padding: 10px 0; } }

.column82,
section > .container > .row > .column82,
.row > .column82 {
  width: 82%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column82,
    section > .container > .row > .column82,
    .row > .column82 {
      width: 100%;
      padding: 10px 0; } }

.column83,
section > .container > .row > .column83,
.row > .column83 {
  width: 83%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column83,
    section > .container > .row > .column83,
    .row > .column83 {
      width: 100%;
      padding: 10px 0; } }

.column84,
section > .container > .row > .column84,
.row > .column84 {
  width: 84%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column84,
    section > .container > .row > .column84,
    .row > .column84 {
      width: 100%;
      padding: 10px 0; } }

.column85,
section > .container > .row > .column85,
.row > .column85 {
  width: 85%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column85,
    section > .container > .row > .column85,
    .row > .column85 {
      width: 100%;
      padding: 10px 0; } }

.column86,
section > .container > .row > .column86,
.row > .column86 {
  width: 86%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column86,
    section > .container > .row > .column86,
    .row > .column86 {
      width: 100%;
      padding: 10px 0; } }

.column87,
section > .container > .row > .column87,
.row > .column87 {
  width: 87%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column87,
    section > .container > .row > .column87,
    .row > .column87 {
      width: 100%;
      padding: 10px 0; } }

.column88,
section > .container > .row > .column88,
.row > .column88 {
  width: 88%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column88,
    section > .container > .row > .column88,
    .row > .column88 {
      width: 100%;
      padding: 10px 0; } }

.column89,
section > .container > .row > .column89,
.row > .column89 {
  width: 89%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column89,
    section > .container > .row > .column89,
    .row > .column89 {
      width: 100%;
      padding: 10px 0; } }

.column90,
section > .container > .row > .column90,
.row > .column90 {
  width: 90%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column90,
    section > .container > .row > .column90,
    .row > .column90 {
      width: 100%;
      padding: 10px 0; } }

.column91,
section > .container > .row > .column91,
.row > .column91 {
  width: 91%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column91,
    section > .container > .row > .column91,
    .row > .column91 {
      width: 100%;
      padding: 10px 0; } }

.column92,
section > .container > .row > .column92,
.row > .column92 {
  width: 92%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column92,
    section > .container > .row > .column92,
    .row > .column92 {
      width: 100%;
      padding: 10px 0; } }

.column93,
section > .container > .row > .column93,
.row > .column93 {
  width: 93%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column93,
    section > .container > .row > .column93,
    .row > .column93 {
      width: 100%;
      padding: 10px 0; } }

.column94,
section > .container > .row > .column94,
.row > .column94 {
  width: 94%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column94,
    section > .container > .row > .column94,
    .row > .column94 {
      width: 100%;
      padding: 10px 0; } }

.column95,
section > .container > .row > .column95,
.row > .column95 {
  width: 95%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column95,
    section > .container > .row > .column95,
    .row > .column95 {
      width: 100%;
      padding: 10px 0; } }

.column96,
section > .container > .row > .column96,
.row > .column96 {
  width: 96%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column96,
    section > .container > .row > .column96,
    .row > .column96 {
      width: 100%;
      padding: 10px 0; } }

.column97,
section > .container > .row > .column97,
.row > .column97 {
  width: 97%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column97,
    section > .container > .row > .column97,
    .row > .column97 {
      width: 100%;
      padding: 10px 0; } }

.column98,
section > .container > .row > .column98,
.row > .column98 {
  width: 98%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column98,
    section > .container > .row > .column98,
    .row > .column98 {
      width: 100%;
      padding: 10px 0; } }

.column99,
section > .container > .row > .column99,
.row > .column99 {
  width: 99%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column99,
    section > .container > .row > .column99,
    .row > .column99 {
      width: 100%;
      padding: 10px 0; } }

.column100,
section > .container > .row > .column100,
.row > .column100 {
  width: 100%;
  padding: 10px; }
  @media (max-width: 1023px) {
    .column100,
    section > .container > .row > .column100,
    .row > .column100 {
      width: 100%;
      padding: 10px 0; } }

.col1 {
  width: 100%; }

.col2 {
  width: 50%; }

.col3 {
  width: 33.3333333333%; }

.col4 {
  width: 25%; }

.col5 {
  width: 20%; }

.col6 {
  width: 16.6666666667%; }

.col7 {
  width: 14.2857142857%; }

.col8 {
  width: 12.5%; }

.col9 {
  width: 11.1111111111%; }

.col10 {
  width: 10%; }

.col11 {
  width: 9.0909090909%; }

.col12 {
  width: 8.3333333333%; }

.col13 {
  width: 7.6923076923%; }

.col14 {
  width: 7.1428571429%; }

.col15 {
  width: 6.6666666667%; }

.col16 {
  width: 6.25%; }

.col17 {
  width: 5.8823529412%; }

.col18 {
  width: 5.5555555556%; }

.col19 {
  width: 5.2631578947%; }

.col20 {
  width: 5%; }

.col21 {
  width: 4.7619047619%; }

.col22 {
  width: 4.5454545455%; }

.col23 {
  width: 4.347826087%; }

.col24 {
  width: 4.1666666667%; }

.col25 {
  width: 4%; }

.col26 {
  width: 3.8461538462%; }

.col27 {
  width: 3.7037037037%; }

.col28 {
  width: 3.5714285714%; }

.col29 {
  width: 3.4482758621%; }

.col30 {
  width: 3.3333333333%; }

.col31 {
  width: 3.2258064516%; }

.col32 {
  width: 3.125%; }

.col33 {
  width: 3.0303030303%; }

.col34 {
  width: 2.9411764706%; }

.col35 {
  width: 2.8571428571%; }

.col36 {
  width: 2.7777777778%; }

.col37 {
  width: 2.7027027027%; }

.col38 {
  width: 2.6315789474%; }

.col39 {
  width: 2.5641025641%; }

.col40 {
  width: 2.5%; }

.col41 {
  width: 2.4390243902%; }

.col42 {
  width: 2.380952381%; }

.col43 {
  width: 2.3255813953%; }

.col44 {
  width: 2.2727272727%; }

.col45 {
  width: 2.2222222222%; }

.col46 {
  width: 2.1739130435%; }

.col47 {
  width: 2.1276595745%; }

.col48 {
  width: 2.0833333333%; }

.col49 {
  width: 2.0408163265%; }

.col50 {
  width: 2%; }

.col51 {
  width: 1.9607843137%; }

.col52 {
  width: 1.9230769231%; }

.col53 {
  width: 1.8867924528%; }

.col54 {
  width: 1.8518518519%; }

.col55 {
  width: 1.8181818182%; }

.col56 {
  width: 1.7857142857%; }

.col57 {
  width: 1.7543859649%; }

.col58 {
  width: 1.724137931%; }

.col59 {
  width: 1.6949152542%; }

.col60 {
  width: 1.6666666667%; }

.col61 {
  width: 1.6393442623%; }

.col62 {
  width: 1.6129032258%; }

.col63 {
  width: 1.5873015873%; }

.col64 {
  width: 1.5625%; }

.col65 {
  width: 1.5384615385%; }

.col66 {
  width: 1.5151515152%; }

.col67 {
  width: 1.4925373134%; }

.col68 {
  width: 1.4705882353%; }

.col69 {
  width: 1.4492753623%; }

.col70 {
  width: 1.4285714286%; }

.col71 {
  width: 1.4084507042%; }

.col72 {
  width: 1.3888888889%; }

.col73 {
  width: 1.3698630137%; }

.col74 {
  width: 1.3513513514%; }

.col75 {
  width: 1.3333333333%; }

.col76 {
  width: 1.3157894737%; }

.col77 {
  width: 1.2987012987%; }

.col78 {
  width: 1.2820512821%; }

.col79 {
  width: 1.2658227848%; }

.col80 {
  width: 1.25%; }

.col81 {
  width: 1.2345679012%; }

.col82 {
  width: 1.2195121951%; }

.col83 {
  width: 1.2048192771%; }

.col84 {
  width: 1.1904761905%; }

.col85 {
  width: 1.1764705882%; }

.col86 {
  width: 1.1627906977%; }

.col87 {
  width: 1.1494252874%; }

.col88 {
  width: 1.1363636364%; }

.col89 {
  width: 1.1235955056%; }

.col90 {
  width: 1.1111111111%; }

.col91 {
  width: 1.0989010989%; }

.col92 {
  width: 1.0869565217%; }

.col93 {
  width: 1.0752688172%; }

.col94 {
  width: 1.0638297872%; }

.col95 {
  width: 1.0526315789%; }

.col96 {
  width: 1.0416666667%; }

.col97 {
  width: 1.0309278351%; }

.col98 {
  width: 1.0204081633%; }

.col99 {
  width: 1.0101010101%; }

.col100 {
  width: 1%; }

.col-li1 li,
.colli1 li,
.col_li1 li {
  width: 100%; }

.col-li2 li,
.colli2 li,
.col_li2 li {
  width: 50%; }

.col-li3 li,
.colli3 li,
.col_li3 li {
  width: 33.3333333333%; }

.col-li4 li,
.colli4 li,
.col_li4 li {
  width: 25%; }

.col-li5 li,
.colli5 li,
.col_li5 li {
  width: 20%; }

.col-li6 li,
.colli6 li,
.col_li6 li {
  width: 16.6666666667%; }

.col-li7 li,
.colli7 li,
.col_li7 li {
  width: 14.2857142857%; }

.col-li8 li,
.colli8 li,
.col_li8 li {
  width: 12.5%; }

.col-li9 li,
.colli9 li,
.col_li9 li {
  width: 11.1111111111%; }

.col-li10 li,
.colli10 li,
.col_li10 li {
  width: 10%; }

.col-li11 li,
.colli11 li,
.col_li11 li {
  width: 9.0909090909%; }

.col-li12 li,
.colli12 li,
.col_li12 li {
  width: 8.3333333333%; }

.col-li13 li,
.colli13 li,
.col_li13 li {
  width: 7.6923076923%; }

.col-li14 li,
.colli14 li,
.col_li14 li {
  width: 7.1428571429%; }

.col-li15 li,
.colli15 li,
.col_li15 li {
  width: 6.6666666667%; }

.col-li16 li,
.colli16 li,
.col_li16 li {
  width: 6.25%; }

.col-li17 li,
.colli17 li,
.col_li17 li {
  width: 5.8823529412%; }

.col-li18 li,
.colli18 li,
.col_li18 li {
  width: 5.5555555556%; }

.col-li19 li,
.colli19 li,
.col_li19 li {
  width: 5.2631578947%; }

.col-li20 li,
.colli20 li,
.col_li20 li {
  width: 5%; }

.col-li21 li,
.colli21 li,
.col_li21 li {
  width: 4.7619047619%; }

.col-li22 li,
.colli22 li,
.col_li22 li {
  width: 4.5454545455%; }

.col-li23 li,
.colli23 li,
.col_li23 li {
  width: 4.347826087%; }

.col-li24 li,
.colli24 li,
.col_li24 li {
  width: 4.1666666667%; }

.col-li25 li,
.colli25 li,
.col_li25 li {
  width: 4%; }

.col-li26 li,
.colli26 li,
.col_li26 li {
  width: 3.8461538462%; }

.col-li27 li,
.colli27 li,
.col_li27 li {
  width: 3.7037037037%; }

.col-li28 li,
.colli28 li,
.col_li28 li {
  width: 3.5714285714%; }

.col-li29 li,
.colli29 li,
.col_li29 li {
  width: 3.4482758621%; }

.col-li30 li,
.colli30 li,
.col_li30 li {
  width: 3.3333333333%; }

.col-li31 li,
.colli31 li,
.col_li31 li {
  width: 3.2258064516%; }

.col-li32 li,
.colli32 li,
.col_li32 li {
  width: 3.125%; }

.col-li33 li,
.colli33 li,
.col_li33 li {
  width: 3.0303030303%; }

.col-li34 li,
.colli34 li,
.col_li34 li {
  width: 2.9411764706%; }

.col-li35 li,
.colli35 li,
.col_li35 li {
  width: 2.8571428571%; }

.col-li36 li,
.colli36 li,
.col_li36 li {
  width: 2.7777777778%; }

.col-li37 li,
.colli37 li,
.col_li37 li {
  width: 2.7027027027%; }

.col-li38 li,
.colli38 li,
.col_li38 li {
  width: 2.6315789474%; }

.col-li39 li,
.colli39 li,
.col_li39 li {
  width: 2.5641025641%; }

.col-li40 li,
.colli40 li,
.col_li40 li {
  width: 2.5%; }

.col-li41 li,
.colli41 li,
.col_li41 li {
  width: 2.4390243902%; }

.col-li42 li,
.colli42 li,
.col_li42 li {
  width: 2.380952381%; }

.col-li43 li,
.colli43 li,
.col_li43 li {
  width: 2.3255813953%; }

.col-li44 li,
.colli44 li,
.col_li44 li {
  width: 2.2727272727%; }

.col-li45 li,
.colli45 li,
.col_li45 li {
  width: 2.2222222222%; }

.col-li46 li,
.colli46 li,
.col_li46 li {
  width: 2.1739130435%; }

.col-li47 li,
.colli47 li,
.col_li47 li {
  width: 2.1276595745%; }

.col-li48 li,
.colli48 li,
.col_li48 li {
  width: 2.0833333333%; }

.col-li49 li,
.colli49 li,
.col_li49 li {
  width: 2.0408163265%; }

.col-li50 li,
.colli50 li,
.col_li50 li {
  width: 2%; }

.col-li51 li,
.colli51 li,
.col_li51 li {
  width: 1.9607843137%; }

.col-li52 li,
.colli52 li,
.col_li52 li {
  width: 1.9230769231%; }

.col-li53 li,
.colli53 li,
.col_li53 li {
  width: 1.8867924528%; }

.col-li54 li,
.colli54 li,
.col_li54 li {
  width: 1.8518518519%; }

.col-li55 li,
.colli55 li,
.col_li55 li {
  width: 1.8181818182%; }

.col-li56 li,
.colli56 li,
.col_li56 li {
  width: 1.7857142857%; }

.col-li57 li,
.colli57 li,
.col_li57 li {
  width: 1.7543859649%; }

.col-li58 li,
.colli58 li,
.col_li58 li {
  width: 1.724137931%; }

.col-li59 li,
.colli59 li,
.col_li59 li {
  width: 1.6949152542%; }

.col-li60 li,
.colli60 li,
.col_li60 li {
  width: 1.6666666667%; }

.col-li61 li,
.colli61 li,
.col_li61 li {
  width: 1.6393442623%; }

.col-li62 li,
.colli62 li,
.col_li62 li {
  width: 1.6129032258%; }

.col-li63 li,
.colli63 li,
.col_li63 li {
  width: 1.5873015873%; }

.col-li64 li,
.colli64 li,
.col_li64 li {
  width: 1.5625%; }

.col-li65 li,
.colli65 li,
.col_li65 li {
  width: 1.5384615385%; }

.col-li66 li,
.colli66 li,
.col_li66 li {
  width: 1.5151515152%; }

.col-li67 li,
.colli67 li,
.col_li67 li {
  width: 1.4925373134%; }

.col-li68 li,
.colli68 li,
.col_li68 li {
  width: 1.4705882353%; }

.col-li69 li,
.colli69 li,
.col_li69 li {
  width: 1.4492753623%; }

.col-li70 li,
.colli70 li,
.col_li70 li {
  width: 1.4285714286%; }

.col-li71 li,
.colli71 li,
.col_li71 li {
  width: 1.4084507042%; }

.col-li72 li,
.colli72 li,
.col_li72 li {
  width: 1.3888888889%; }

.col-li73 li,
.colli73 li,
.col_li73 li {
  width: 1.3698630137%; }

.col-li74 li,
.colli74 li,
.col_li74 li {
  width: 1.3513513514%; }

.col-li75 li,
.colli75 li,
.col_li75 li {
  width: 1.3333333333%; }

.col-li76 li,
.colli76 li,
.col_li76 li {
  width: 1.3157894737%; }

.col-li77 li,
.colli77 li,
.col_li77 li {
  width: 1.2987012987%; }

.col-li78 li,
.colli78 li,
.col_li78 li {
  width: 1.2820512821%; }

.col-li79 li,
.colli79 li,
.col_li79 li {
  width: 1.2658227848%; }

.col-li80 li,
.colli80 li,
.col_li80 li {
  width: 1.25%; }

.col-li81 li,
.colli81 li,
.col_li81 li {
  width: 1.2345679012%; }

.col-li82 li,
.colli82 li,
.col_li82 li {
  width: 1.2195121951%; }

.col-li83 li,
.colli83 li,
.col_li83 li {
  width: 1.2048192771%; }

.col-li84 li,
.colli84 li,
.col_li84 li {
  width: 1.1904761905%; }

.col-li85 li,
.colli85 li,
.col_li85 li {
  width: 1.1764705882%; }

.col-li86 li,
.colli86 li,
.col_li86 li {
  width: 1.1627906977%; }

.col-li87 li,
.colli87 li,
.col_li87 li {
  width: 1.1494252874%; }

.col-li88 li,
.colli88 li,
.col_li88 li {
  width: 1.1363636364%; }

.col-li89 li,
.colli89 li,
.col_li89 li {
  width: 1.1235955056%; }

.col-li90 li,
.colli90 li,
.col_li90 li {
  width: 1.1111111111%; }

.col-li91 li,
.colli91 li,
.col_li91 li {
  width: 1.0989010989%; }

.col-li92 li,
.colli92 li,
.col_li92 li {
  width: 1.0869565217%; }

.col-li93 li,
.colli93 li,
.col_li93 li {
  width: 1.0752688172%; }

.col-li94 li,
.colli94 li,
.col_li94 li {
  width: 1.0638297872%; }

.col-li95 li,
.colli95 li,
.col_li95 li {
  width: 1.0526315789%; }

.col-li96 li,
.colli96 li,
.col_li96 li {
  width: 1.0416666667%; }

.col-li97 li,
.colli97 li,
.col_li97 li {
  width: 1.0309278351%; }

.col-li98 li,
.colli98 li,
.col_li98 li {
  width: 1.0204081633%; }

.col-li99 li,
.colli99 li,
.col_li99 li {
  width: 1.0101010101%; }

.col-li100 li,
.colli100 li,
.col_li100 li {
  width: 1%; }

.item100 li,
.item100 figure {
  width: 1%; }

.item99 li,
.item99 figure {
  width: 1.0101010101%; }

.item98 li,
.item98 figure {
  width: 1.0204081633%; }

.item97 li,
.item97 figure {
  width: 1.0309278351%; }

.item96 li,
.item96 figure {
  width: 1.0416666667%; }

.item95 li,
.item95 figure {
  width: 1.0526315789%; }

.item94 li,
.item94 figure {
  width: 1.0638297872%; }

.item93 li,
.item93 figure {
  width: 1.0752688172%; }

.item92 li,
.item92 figure {
  width: 1.0869565217%; }

.item91 li,
.item91 figure {
  width: 1.0989010989%; }

.item90 li,
.item90 figure {
  width: 1.1111111111%; }

.item89 li,
.item89 figure {
  width: 1.1235955056%; }

.item88 li,
.item88 figure {
  width: 1.1363636364%; }

.item87 li,
.item87 figure {
  width: 1.1494252874%; }

.item86 li,
.item86 figure {
  width: 1.1627906977%; }

.item85 li,
.item85 figure {
  width: 1.1764705882%; }

.item84 li,
.item84 figure {
  width: 1.1904761905%; }

.item83 li,
.item83 figure {
  width: 1.2048192771%; }

.item82 li,
.item82 figure {
  width: 1.2195121951%; }

.item81 li,
.item81 figure {
  width: 1.2345679012%; }

.item80 li,
.item80 figure {
  width: 1.25%; }

.item79 li,
.item79 figure {
  width: 1.2658227848%; }

.item78 li,
.item78 figure {
  width: 1.2820512821%; }

.item77 li,
.item77 figure {
  width: 1.2987012987%; }

.item76 li,
.item76 figure {
  width: 1.3157894737%; }

.item75 li,
.item75 figure {
  width: 1.3333333333%; }

.item74 li,
.item74 figure {
  width: 1.3513513514%; }

.item73 li,
.item73 figure {
  width: 1.3698630137%; }

.item72 li,
.item72 figure {
  width: 1.3888888889%; }

.item71 li,
.item71 figure {
  width: 1.4084507042%; }

.item70 li,
.item70 figure {
  width: 1.4285714286%; }

.item69 li,
.item69 figure {
  width: 1.4492753623%; }

.item68 li,
.item68 figure {
  width: 1.4705882353%; }

.item67 li,
.item67 figure {
  width: 1.4925373134%; }

.item66 li,
.item66 figure {
  width: 1.5151515152%; }

.item65 li,
.item65 figure {
  width: 1.5384615385%; }

.item64 li,
.item64 figure {
  width: 1.5625%; }

.item63 li,
.item63 figure {
  width: 1.5873015873%; }

.item62 li,
.item62 figure {
  width: 1.6129032258%; }

.item61 li,
.item61 figure {
  width: 1.6393442623%; }

.item60 li,
.item60 figure {
  width: 1.6666666667%; }

.item59 li,
.item59 figure {
  width: 1.6949152542%; }

.item58 li,
.item58 figure {
  width: 1.724137931%; }

.item57 li,
.item57 figure {
  width: 1.7543859649%; }

.item56 li,
.item56 figure {
  width: 1.7857142857%; }

.item55 li,
.item55 figure {
  width: 1.8181818182%; }

.item54 li,
.item54 figure {
  width: 1.8518518519%; }

.item53 li,
.item53 figure {
  width: 1.8867924528%; }

.item52 li,
.item52 figure {
  width: 1.9230769231%; }

.item51 li,
.item51 figure {
  width: 1.9607843137%; }

.item50 li,
.item50 figure {
  width: 2%; }

.item49 li,
.item49 figure {
  width: 2.0408163265%; }

.item48 li,
.item48 figure {
  width: 2.0833333333%; }

.item47 li,
.item47 figure {
  width: 2.1276595745%; }

.item46 li,
.item46 figure {
  width: 2.1739130435%; }

.item45 li,
.item45 figure {
  width: 2.2222222222%; }

.item44 li,
.item44 figure {
  width: 2.2727272727%; }

.item43 li,
.item43 figure {
  width: 2.3255813953%; }

.item42 li,
.item42 figure {
  width: 2.380952381%; }

.item41 li,
.item41 figure {
  width: 2.4390243902%; }

.item40 li,
.item40 figure {
  width: 2.5%; }

.item39 li,
.item39 figure {
  width: 2.5641025641%; }

.item38 li,
.item38 figure {
  width: 2.6315789474%; }

.item37 li,
.item37 figure {
  width: 2.7027027027%; }

.item36 li,
.item36 figure {
  width: 2.7777777778%; }

.item35 li,
.item35 figure {
  width: 2.8571428571%; }

.item34 li,
.item34 figure {
  width: 2.9411764706%; }

.item33 li,
.item33 figure {
  width: 3.0303030303%; }

.item32 li,
.item32 figure {
  width: 3.125%; }

.item31 li,
.item31 figure {
  width: 3.2258064516%; }

.item30 li,
.item30 figure {
  width: 3.3333333333%; }

.item29 li,
.item29 figure {
  width: 3.4482758621%; }

.item28 li,
.item28 figure {
  width: 3.5714285714%; }

.item27 li,
.item27 figure {
  width: 3.7037037037%; }

.item26 li,
.item26 figure {
  width: 3.8461538462%; }

.item25 li,
.item25 figure {
  width: 4%; }

.item24 li,
.item24 figure {
  width: 4.1666666667%; }

.item23 li,
.item23 figure {
  width: 4.347826087%; }

.item22 li,
.item22 figure {
  width: 4.5454545455%; }

.item21 li,
.item21 figure {
  width: 4.7619047619%; }

.item20 li,
.item20 figure {
  width: 5%; }

.item19 li,
.item19 figure {
  width: 5.2631578947%; }

.item18 li,
.item18 figure {
  width: 5.5555555556%; }

.item17 li,
.item17 figure {
  width: 5.8823529412%; }

.item16 li,
.item16 figure {
  width: 6.25%; }

.item15 li,
.item15 figure {
  width: 6.6666666667%; }

.item14 li,
.item14 figure {
  width: 7.1428571429%; }

.item13 li,
.item13 figure {
  width: 7.6923076923%; }

.item12 li,
.item12 figure {
  width: 8.3333333333%; }

.item11 li,
.item11 figure {
  width: 9.0909090909%; }

.item10 li,
.item10 figure {
  width: 10%; }

.item9 li,
.item9 figure {
  width: 11.1111111111%; }

.item8 li,
.item8 figure {
  width: 12.5%; }

.item7 li,
.item7 figure {
  width: 14.2857142857%; }

.item6 li,
.item6 figure {
  width: 16.6666666667%; }

.item5 li,
.item5 figure {
  width: 20%; }

.item4 li,
.item4 figure {
  width: 25%; }

.item3 li,
.item3 figure {
  width: 33.3333333333%; }

.item2 li,
.item2 figure {
  width: 50%; }

.item1 li,
.item1 figure {
  width: 100%; }

.stg_1 {
  width: 1%; }

.stg_2 {
  width: 2%; }

.stg_3 {
  width: 3%; }

.stg_4 {
  width: 4%; }

.stg_5 {
  width: 5%; }

.stg_6 {
  width: 6%; }

.stg_7 {
  width: 7%; }

.stg_8 {
  width: 8%; }

.stg_9 {
  width: 9%; }

.stg_10 {
  width: 10%; }

.stg_11 {
  width: 11%; }

.stg_12 {
  width: 12%; }

.stg_13 {
  width: 13%; }

.stg_14 {
  width: 14%; }

.stg_15 {
  width: 15%; }

.stg_16 {
  width: 16%; }

.stg_17 {
  width: 17%; }

.stg_18 {
  width: 18%; }

.stg_19 {
  width: 19%; }

.stg_20 {
  width: 20%; }

.stg_21 {
  width: 21%; }

.stg_22 {
  width: 22%; }

.stg_23 {
  width: 23%; }

.stg_24 {
  width: 24%; }

.stg_25 {
  width: 25%; }

.stg_26 {
  width: 26%; }

.stg_27 {
  width: 27%; }

.stg_28 {
  width: 28%; }

.stg_29 {
  width: 29%; }

.stg_30 {
  width: 30%; }

.stg_31 {
  width: 31%; }

.stg_32 {
  width: 32%; }

.stg_33 {
  width: 33%; }

.stg_34 {
  width: 34%; }

.stg_35 {
  width: 35%; }

.stg_36 {
  width: 36%; }

.stg_37 {
  width: 37%; }

.stg_38 {
  width: 38%; }

.stg_39 {
  width: 39%; }

.stg_40 {
  width: 40%; }

.stg_41 {
  width: 41%; }

.stg_42 {
  width: 42%; }

.stg_43 {
  width: 43%; }

.stg_44 {
  width: 44%; }

.stg_45 {
  width: 45%; }

.stg_46 {
  width: 46%; }

.stg_47 {
  width: 47%; }

.stg_48 {
  width: 48%; }

.stg_49 {
  width: 49%; }

.stg_50 {
  width: 50%; }

.stg_51 {
  width: 51%; }

.stg_52 {
  width: 52%; }

.stg_53 {
  width: 53%; }

.stg_54 {
  width: 54%; }

.stg_55 {
  width: 55%; }

.stg_56 {
  width: 56%; }

.stg_57 {
  width: 57%; }

.stg_58 {
  width: 58%; }

.stg_59 {
  width: 59%; }

.stg_60 {
  width: 60%; }

.stg_61 {
  width: 61%; }

.stg_62 {
  width: 62%; }

.stg_63 {
  width: 63%; }

.stg_64 {
  width: 64%; }

.stg_65 {
  width: 65%; }

.stg_66 {
  width: 66%; }

.stg_67 {
  width: 67%; }

.stg_68 {
  width: 68%; }

.stg_69 {
  width: 69%; }

.stg_70 {
  width: 70%; }

.stg_71 {
  width: 71%; }

.stg_72 {
  width: 72%; }

.stg_73 {
  width: 73%; }

.stg_74 {
  width: 74%; }

.stg_75 {
  width: 75%; }

.stg_76 {
  width: 76%; }

.stg_77 {
  width: 77%; }

.stg_78 {
  width: 78%; }

.stg_79 {
  width: 79%; }

.stg_80 {
  width: 80%; }

.stg_81 {
  width: 81%; }

.stg_82 {
  width: 82%; }

.stg_83 {
  width: 83%; }

.stg_84 {
  width: 84%; }

.stg_85 {
  width: 85%; }

.stg_86 {
  width: 86%; }

.stg_87 {
  width: 87%; }

.stg_88 {
  width: 88%; }

.stg_89 {
  width: 89%; }

.stg_90 {
  width: 90%; }

.stg_91 {
  width: 91%; }

.stg_92 {
  width: 92%; }

.stg_93 {
  width: 93%; }

.stg_94 {
  width: 94%; }

.stg_95 {
  width: 95%; }

.stg_96 {
  width: 96%; }

.stg_97 {
  width: 97%; }

.stg_98 {
  width: 98%; }

.stg_99 {
  width: 99%; }

.stg_100 {
  width: 100%; }

.none {
  display: none; }

@media (max-width: 1022px) {
  .desktop {
    display: none !important; } }

@media (min-width: 1023px) {
  .mobile {
    display: none !important; } }

body {
  overflow-x: hidden; }

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.container {
  padding: 100px; }
  @media (max-width: 1023px) {
    .container {
      padding: 50px; } }
  @media (max-width: 767px) {
    .container {
      padding: 50px 30px; } }
  @media (max-width: 479px) {
    .container {
      padding: 50px 20px; } }

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

main section {
  overflow: hidden; }

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

ol {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

a,
button {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  a:hover,
  button:hover {
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.revealator-fade,
.revealator-slideup,
.revealator-slideleft,
.revealator-slideright,
.revealator-slidedown,
.revealator-zoomin,
.revealator-zoomout,
.revealator-rotateleft,
.revealator-rotateright {
  /* Default effect duration */
  -webkit-transition: all 600ms;
          transition: all 600ms; }

/* Fade effect */
.revealator-fade {
  opacity: 0; }

.revealator-fade.revealator-within,
.revealator-fade.revealator-partially-above,
.revealator-fade.revealator-above {
  opacity: 1; }

/* Slide up effect */
.revealator-slideup {
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  opacity: 0; }

.revealator-slideup.revealator-within,
.revealator-slideup.revealator-partially-above,
.revealator-slideup.revealator-above {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }

/* Slide left effect */
.revealator-slideleft {
  -webkit-transform: translate(100px, 0);
      -ms-transform: translate(100px, 0);
          transform: translate(100px, 0);
  opacity: 0; }

.revealator-slideleft.revealator-within,
.revealator-slideleft.revealator-partially-above,
.revealator-slideleft.revealator-above {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }

/* Slide right effect */
.revealator-slideright {
  -webkit-transform: translate(-100px, 0);
      -ms-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
  opacity: 0; }

.revealator-slideright.revealator-within,
.revealator-slideright.revealator-partially-above,
.revealator-slideright.revealator-above {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }

/* Slide down effect */
.revealator-slidedown {
  -webkit-transform: translate(0, -100px);
      -ms-transform: translate(0, -100px);
          transform: translate(0, -100px);
  opacity: 0; }

.revealator-slidedown.revealator-within,
.revealator-slidedown.revealator-partially-above,
.revealator-slidedown.revealator-above {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }

/* Zoom in effect */
.revealator-zoomin {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  opacity: 0; }

.revealator-zoomin.revealator-within,
.revealator-zoomin.revealator-partially-above,
.revealator-zoomin.revealator-above {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

/* Zoom out effect */
.revealator-zoomout {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.revealator-zoomout.revealator-within,
.revealator-zoomout.revealator-partially-above,
.revealator-zoomout.revealator-above {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

/* Rotate left effect */
.revealator-rotateleft {
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
  opacity: 0; }

.revealator-rotateleft.revealator-within,
.revealator-rotateleft.revealator-partially-above,
.revealator-rotateleft.revealator-above {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1; }

/* Rotate right effect */
.revealator-rotateright {
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  opacity: 0; }

.revealator-rotateright.revealator-within,
.revealator-rotateright.revealator-partially-above,
.revealator-rotateright.revealator-above {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1; }

.revealator-delay1 {
  -webkit-transition-delay: 100ms !important;
          transition-delay: 100ms !important; }

.revealator-delay1.revealator-below,
.revealator-delay1.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay2 {
  -webkit-transition-delay: 200ms !important;
          transition-delay: 200ms !important; }

.revealator-delay2.revealator-below,
.revealator-delay2.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay3 {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.revealator-delay3.revealator-below,
.revealator-delay3.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay4 {
  -webkit-transition-delay: 400ms !important;
          transition-delay: 400ms !important; }

.revealator-delay4.revealator-below,
.revealator-delay4.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay5 {
  -webkit-transition-delay: 500ms !important;
          transition-delay: 500ms !important; }

.revealator-delay5.revealator-below,
.revealator-delay5.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay6 {
  -webkit-transition-delay: 600ms !important;
          transition-delay: 600ms !important; }

.revealator-delay6.revealator-below,
.revealator-delay6.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay7 {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

.revealator-delay7.revealator-below,
.revealator-delay7.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay8 {
  -webkit-transition-delay: 800ms !important;
          transition-delay: 800ms !important; }

.revealator-delay8.revealator-below,
.revealator-delay8.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay9 {
  -webkit-transition-delay: 900ms !important;
          transition-delay: 900ms !important; }

.revealator-delay9.revealator-below,
.revealator-delay9.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay10 {
  -webkit-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important; }

.revealator-delay10.revealator-below,
.revealator-delay10.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay11 {
  -webkit-transition-delay: 1100ms !important;
          transition-delay: 1100ms !important; }

.revealator-delay11.revealator-below,
.revealator-delay11.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay12 {
  -webkit-transition-delay: 1200ms !important;
          transition-delay: 1200ms !important; }

.revealator-delay12.revealator-below,
.revealator-delay12.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay13 {
  -webkit-transition-delay: 1300ms !important;
          transition-delay: 1300ms !important; }

.revealator-delay13.revealator-below,
.revealator-delay13.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay14 {
  -webkit-transition-delay: 1400ms !important;
          transition-delay: 1400ms !important; }

.revealator-delay14.revealator-below,
.revealator-delay14.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay15 {
  -webkit-transition-delay: 1500ms !important;
          transition-delay: 1500ms !important; }

.revealator-delay15.revealator-below,
.revealator-delay15.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay16 {
  -webkit-transition-delay: 1600ms !important;
          transition-delay: 1600ms !important; }

.revealator-delay16.revealator-below,
.revealator-delay16.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay17 {
  -webkit-transition-delay: 1700ms !important;
          transition-delay: 1700ms !important; }

.revealator-delay17.revealator-below,
.revealator-delay17.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay18 {
  -webkit-transition-delay: 1800ms !important;
          transition-delay: 1800ms !important; }

.revealator-delay18.revealator-below,
.revealator-delay18.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay19 {
  -webkit-transition-delay: 1900ms !important;
          transition-delay: 1900ms !important; }

.revealator-delay19.revealator-below,
.revealator-delay19.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay20 {
  -webkit-transition-delay: 2000ms !important;
          transition-delay: 2000ms !important; }

.revealator-delay20.revealator-below,
.revealator-delay20.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay21 {
  -webkit-transition-delay: 2100ms !important;
          transition-delay: 2100ms !important; }

.revealator-delay21.revealator-below,
.revealator-delay21.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay22 {
  -webkit-transition-delay: 2200ms !important;
          transition-delay: 2200ms !important; }

.revealator-delay22.revealator-below,
.revealator-delay22.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay23 {
  -webkit-transition-delay: 2300ms !important;
          transition-delay: 2300ms !important; }

.revealator-delay23.revealator-below,
.revealator-delay23.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay24 {
  -webkit-transition-delay: 2400ms !important;
          transition-delay: 2400ms !important; }

.revealator-delay24.revealator-below,
.revealator-delay24.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay25 {
  -webkit-transition-delay: 2500ms !important;
          transition-delay: 2500ms !important; }

.revealator-delay25.revealator-below,
.revealator-delay25.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay26 {
  -webkit-transition-delay: 2600ms !important;
          transition-delay: 2600ms !important; }

.revealator-delay26.revealator-below,
.revealator-delay26.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay27 {
  -webkit-transition-delay: 2700ms !important;
          transition-delay: 2700ms !important; }

.revealator-delay27.revealator-below,
.revealator-delay27.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay28 {
  -webkit-transition-delay: 2800ms !important;
          transition-delay: 2800ms !important; }

.revealator-delay28.revealator-below,
.revealator-delay28.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay29 {
  -webkit-transition-delay: 2900ms !important;
          transition-delay: 2900ms !important; }

.revealator-delay29.revealator-below,
.revealator-delay29.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-delay30 {
  -webkit-transition-delay: 3000ms !important;
          transition-delay: 3000ms !important; }

.revealator-delay30.revealator-below,
.revealator-delay30.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }

.revealator-speed1,
.revealator-duration1 {
  -webkit-transition-duration: 100ms !important;
          transition-duration: 100ms !important; }

.revealator-speed2,
.revealator-duration2 {
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important; }

.revealator-speed3,
.revealator-duration3 {
  -webkit-transition-duration: 300ms !important;
          transition-duration: 300ms !important; }

.revealator-speed4,
.revealator-duration4 {
  -webkit-transition-duration: 400ms !important;
          transition-duration: 400ms !important; }

.revealator-speed5,
.revealator-duration5 {
  -webkit-transition-duration: 500ms !important;
          transition-duration: 500ms !important; }

.revealator-speed6,
.revealator-duration6 {
  -webkit-transition-duration: 600ms !important;
          transition-duration: 600ms !important; }

.revealator-speed7,
.revealator-duration7 {
  -webkit-transition-duration: 700ms !important;
          transition-duration: 700ms !important; }

.revealator-speed8,
.revealator-duration8 {
  -webkit-transition-duration: 800ms !important;
          transition-duration: 800ms !important; }

.revealator-speed9,
.revealator-duration9 {
  -webkit-transition-duration: 900ms !important;
          transition-duration: 900ms !important; }

.revealator-speed10,
.revealator-duration10 {
  -webkit-transition-duration: 1000ms !important;
          transition-duration: 1000ms !important; }

.revealator-speed11,
.revealator-duration11 {
  -webkit-transition-duration: 1100ms !important;
          transition-duration: 1100ms !important; }

.revealator-speed12,
.revealator-duration12 {
  -webkit-transition-duration: 1200ms !important;
          transition-duration: 1200ms !important; }

.revealator-speed13,
.revealator-duration13 {
  -webkit-transition-duration: 1300ms !important;
          transition-duration: 1300ms !important; }

.revealator-speed14,
.revealator-duration14 {
  -webkit-transition-duration: 1400ms !important;
          transition-duration: 1400ms !important; }

.revealator-speed15,
.revealator-duration15 {
  -webkit-transition-duration: 1500ms !important;
          transition-duration: 1500ms !important; }

.section__header {
  position: absolute;
  z-index: 33;
  top: 0;
  left: 0;
  right: 0; }
  .section__header .container {
    padding: 30px 10px; }

@media (max-width: 1023px) {
  header .block__logo {
    width: 200px !important; } }

@media (max-width: 767px) {
  header .block__logo {
    width: 180px !important; } }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .logo .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .menu li {
    position: relative;
    padding: 15px; }
    .menu li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px;
      font-weight: 400;
      color: #fff; }
      @media (max-width: 1219px) {
        .menu li .inner {
          font-size: 14px; } }
      .menu li .inner .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 5px; }
        @media (max-width: 1023px) {
          .menu li .inner .icon {
            display: none; } }
      .menu li .inner:hover {
        color: #ff0000; }
      .menu li .inner.active {
        color: rgba(255, 255, 255, 0.6); }
    .menu li .menu_sub {
      position: absolute;
      top: 45px;
      left: 50%;
      margin-left: -160px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 32px;
      background: #fff;
      min-width: 340px; }
      @media (max-width: 1023px) {
        .menu li .menu_sub {
          position: relative;
          top: initial;
          left: initial;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-left: initial;
          min-width: 320px;
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          padding: 24px; } }
      .menu li .menu_sub .heading {
        font-size: 16px;
        font-weight: 700;
        color: #0C0C0D;
        margin-bottom: 18px; }
        @media (max-width: 1023px) {
          .menu li .menu_sub .heading {
            display: none; } }
      .menu li .menu_sub ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (max-width: 1023px) {
          .menu li .menu_sub ul {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        .menu li .menu_sub ul li {
          padding: 6px 0; }
          .menu li .menu_sub ul li .inner {
            font-size: 15px;
            color: #98A7C3; }
            .menu li .menu_sub ul li .inner:hover {
              color: #0C0C0D; }
    .menu li.active .inner {
      color: rgba(255, 255, 255, 0.6); }
  @media (max-width: 1023px) {
    .header .menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .header .menu li .inner {
        font-size: 21px;
        color: #000; }
        .header .menu li .inner:hover {
          color: #ff0000; }
        .header .menu li .inner.active {
          color: rgba(0, 0, 0, 0.6); }
      .header .menu li.active .inner {
        color: rgba(0, 0, 0, 0.6); } }

@media (min-width: 1024px) {
  .menu li .menu_sub {
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: visibility, opacity;
            transition-property: visibility, opacity;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transition: all 0.5s ease 0.1s;
            transition: all 0.5s ease 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; } }

@media (min-width: 1024px) {
  .menu li:hover .menu_sub {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: visibility, opacity;
            transition-property: visibility, opacity;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition: all 0.5s ease 0.1s;
            transition: all 0.5s ease 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; } }

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .link .caption {
    font-weight: 500; }
  .link .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    margin-left: 8px; }
  .link.link__contacts {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0;
    border-bottom: 4px solid #fff;
    margin-top: 4px; }
    @media (max-width: 1219px) {
      .link.link__contacts {
        font-size: 14px; } }
    @media (max-width: 479px) {
      .link.link__contacts {
        font-size: 13px; } }
    .link.link__contacts:hover {
      color: #ff0000; }
  .link.link__grad {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: initial;
    padding: 20px 40px;
    color: #fff;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600); }

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  margin-top: 4px; }

.section__main_slider {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 700px;
  max-height: 900px;
  overflow: hidden; }
  @media (max-width: 480px) {
    .section__main_slider {
      min-height: initial;
      height: initial; } }
  .section__main_slider .bg_img {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    min-height: 700px;
    max-height: 900px; }
    @media (max-width: 480px) {
      .section__main_slider .bg_img {
        min-height: initial;
        height: initial; } }
    .section__main_slider .bg_img img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      min-height: 700px;
      max-height: 900px; }
      @media (max-width: 480px) {
        .section__main_slider .bg_img img {
          min-height: initial;
          height: 100%; } }
    .section__main_slider .bg_img:after {
      position: absolute;
      z-index: 1;
      z-index: 0;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      min-height: 700px;
      max-height: 900px;
      display: block;
      content: "";
      clear: both;
      background: rgba(0, 0, 0, 0.77); }
      @media (max-width: 480px) {
        .section__main_slider .bg_img:after {
          min-height: initial;
          height: initial; } }
  .section__main_slider .bg_video {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    min-height: 700px;
    max-height: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 480px) {
      .section__main_slider .bg_video {
        min-height: initial;
        height: initial; } }
    .section__main_slider .bg_video video {
      width: 100vw;
      height: 100vh;
      min-height: 700px;
      max-height: 900px;
      object-fit: cover; }
      @media (max-width: 480px) {
        .section__main_slider .bg_video video {
          min-height: 100%;
          height: initial; } }
    .section__main_slider .bg_video img {
      min-width: 100%;
      object-fit: cover;
      min-height: 100%;
      max-width: initial; }
  .section__main_slider:after {
    position: absolute;
    z-index: 1;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    min-height: 700px;
    max-height: 900px;
    display: block;
    content: "";
    clear: both;
    background: rgba(0, 0, 0, 0.77); }
    @media (max-width: 480px) {
      .section__main_slider:after {
        min-height: initial;
        height: initial; } }
  .section__main_slider .heading {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 0; }
    @media (max-width: 1439px) {
      .section__main_slider .heading {
        font-size: 62px;
        line-height: initial; } }
    @media (max-width: 1219px) {
      .section__main_slider .heading {
        font-size: 52px;
        line-height: initial; } }
    @media (max-width: 1023px) {
      .section__main_slider .heading {
        margin-bottom: 20px;
        font-size: 44px; } }
    @media (max-width: 767px) {
      .section__main_slider .heading {
        font-size: 32px; } }
    @media (max-width: 479px) {
      .section__main_slider .heading {
        font-size: 28px; } }
    .section__main_slider .heading.heading_blog {
      font-size: 50px;
      line-height: 56px; }
      @media (max-width: 1023px) {
        .section__main_slider .heading.heading_blog {
          font-size: 36px;
          line-height: 42px; } }
  .section__main_slider .container {
    position: relative;
    z-index: 2;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    height: 100vh;
    min-height: 700px;
    max-height: 900px;
    padding: 200px 50px 100px; }
    @media (max-width: 1023px) {
      .section__main_slider .container {
        padding: 130px 10px 50px; } }
    @media (max-width: 480px) {
      .section__main_slider .container {
        min-height: initial;
        height: initial; } }
  .section__main_slider .heading_caption > div:first-child {
    margin-bottom: 10px; }
    @media (max-width: 1023px) {
      .section__main_slider .heading_caption > div:first-child {
        margin-bottom: 0; } }
  .section__main_slider .left_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media (max-width: 1023px) {
      .section__main_slider .left_side {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        padding: 0 10px; } }
    @media (max-width: 479px) {
      .section__main_slider .left_side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 1023px) {
      .section__main_slider .left_side .heading {
        margin-bottom: 0; } }
  .section__main_slider .right_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-left: 100px; }
    @media (max-width: 1023px) {
      .section__main_slider .right_side {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: initial;
        padding: 0 10px; } }
    @media (max-width: 479px) {
      .section__main_slider .right_side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .section__main_slider .delim {
    position: relative;
    bottom: 4px;
    display: inline-block;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    padding-left: 40px;
    margin-left: 20px;
    border-left: 2px solid #ff0000;
    text-align: left; }
    @media (max-width: 1439px) {
      .section__main_slider .delim {
        font-size: 18px; } }
    @media (max-width: 1023px) {
      .section__main_slider .delim {
        font-size: 14px;
        padding-left: 20px;
        margin-left: 0; } }
    .section__main_slider .delim br.desktop {
      display: block !important; }
  @media (max-width: 1023px) {
    .section__main_slider .heading_delim {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 42px; } }
  .section__main_slider .description {
    color: #fff; }
    @media (max-width: 1023px) {
      .section__main_slider .description {
        margin-bottom: 10px; } }
  .section__main_slider .link {
    margin-right: 20px; }
    @media (max-width: 1023px) {
      .section__main_slider .link {
        margin: initial;
        font-size: 14px; } }
    .section__main_slider .link:hover {
      opacity: 0.7; }
  @media (max-width: 1023px) {
    .section__main_slider .row__main_link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      margin-top: 40px; } }
  @media (max-width: 479px) {
    .section__main_slider .row__main_link {
      margin-top: 0; } }
  @media (max-width: 1023px) {
    .section__main_slider .row__main_link .block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; } }
  .section__main_slider.section__main_slider__img:after {
    background: rgba(0, 0, 0, 0.35); }
  .section__main_slider.section__main_slider__blog {
    min-height: initial;
    max-height: initial;
    height: initial; }
    .section__main_slider.section__main_slider__blog .container {
      min-height: initial;
      max-height: initial;
      height: initial;
      padding: 250px 50px 150px; }
      @media (max-width: 1023px) {
        .section__main_slider.section__main_slider__blog .container {
          padding: 130px 10px 50px; } }
    .section__main_slider.section__main_slider__blog:after {
      height: initial;
      background: -webkit-linear-gradient(315deg, #0B2F3A, #14202D, #0A1234, #0e1233);
      background: linear-gradient(135deg, #0B2F3A, #14202D, #0A1234, #0e1233); }
    @media (max-width: 1023px) {
      .section__main_slider.section__main_slider__blog .left_side {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 0; } }
    @media (max-width: 1023px) {
      .section__main_slider.section__main_slider__blog .right_side {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 0; } }
    .section__main_slider.section__main_slider__blog .date_name {
      width: 100%;
      color: rgba(255, 255, 255, 0.6);
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 10px; }
      .section__main_slider.section__main_slider__blog .date_name ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .section__main_slider.section__main_slider__blog .date_name ul li {
          position: relative;
          display: inline-block;
          padding: 0 10px;
          line-height: 1; }
          .section__main_slider.section__main_slider__blog .date_name ul li::before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 1px;
            height: 100%;
            display: block;
            content: '';
            clear: both;
            background: rgba(255, 255, 255, 0.6); }
          .section__main_slider.section__main_slider__blog .date_name ul li:first-child {
            padding-left: 0; }
          .section__main_slider.section__main_slider__blog .date_name ul li:last-child {
            padding-right: 0; }
            .section__main_slider.section__main_slider__blog .date_name ul li:last-child::before {
              display: none; }
    .section__main_slider.section__main_slider__blog .badge {
      position: absolute;
      bottom: 0;
      left: 52px;
      background: -webkit-linear-gradient(0deg, #FF0000, #FF9600);
      background: linear-gradient(90deg, #FF0000, #FF9600);
      color: #fff;
      min-width: 300px;
      height: 40px;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-left: 20px;
      line-height: 1; }
      @media (min-width: 1460px) {
        .section__main_slider.section__main_slider__blog .badge {
          left: 42px; } }
      @media (max-width: 1023px) {
        .section__main_slider.section__main_slider__blog .badge {
          left: 10px; } }
      .section__main_slider.section__main_slider__blog .badge:before {
        position: absolute;
        right: -40px;
        top: 0;
        width: 40px;
        height: 40px;
        border-bottom: solid 20px #ff9600;
        border-left: solid 20px #ff9600;
        border-right: solid 20px transparent;
        border-top: solid 20px transparent;
        display: block;
        content: '';
        clear: both; }

.typed-cursor {
  display: none; }
  @media (max-width: 1023px) {
    .typed-cursor {
      display: none; } }

.section__main_slider .bg_img {
  display: block;
  -webkit-animation: fade_0_100 1s ease-out;
  animation: fade_0_100 1 ease-out; }

.section__main_slider .bg_video {
  display: block;
  -webkit-animation: fade_100_0 1s ease-out;
  animation: fade_0_100 1s ease-out; }

@-webkit-keyframes fade_0_100 {
  0% {
    opacity: 0; }
  1% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade_0_100 {
  0% {
    opacity: 0; }
  1% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade_100_0 {
  0% {
    opacity: 0; }
  1% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade_100_0 {
  0% {
    opacity: 0; }
  1% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.section__main_slider__img .bg_img:after {
  display: none; }

#select_lang {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 30px; }

#select_lang option {
  border: 0;
  border-bottom: 1px solid black;
  padding: 5px 10px;
  text-align: center; }
  @media (max-width: 1023px) {
    #select_lang option {
      padding: 0 10px; } }

.drop_block {
  position: relative;
  margin-left: 20px;
  padding: 15px;
  margin-top: -3px; }
  @media (max-width: 1219px) {
    .drop_block {
      margin-top: -4px; } }
  @media (max-width: 1023px) {
    .drop_block {
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 0; } }
  @media (max-width: 479px) {
    .drop_block {
      margin: 0; } }

.drop_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600; }
  @media (max-width: 1023px) {
    .drop_link {
      color: #000; } }
  .drop_link span {
    line-height: 1;
    color: #fff; }
    @media (max-width: 1023px) {
      .drop_link span {
        color: #000; } }
    .drop_link span.img {
      margin-left: 6px;
      margin-top: -2px;
      width: 10px;
      height: 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1023px) {
        .drop_link span.img {
          filter: invert(1); } }

.drop_menu {
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  opacity: 0;
  visibility: hidden;
  font-size: 14px; }
  .drop_menu span,
  .drop_menu a {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .drop_menu span > span,
    .drop_menu a > span {
      padding: 0;
      border-bottom: 0; }
    .drop_menu span:hover,
    .drop_menu a:hover {
      background: rgba(0, 0, 0, 0.2); }
      .drop_menu span:hover span,
      .drop_menu a:hover span {
        background: transparent; }
    .drop_menu span.active,
    .drop_menu a.active {
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      color: #fff; }

.drop_link:hover {
  cursor: pointer; }

.drop_link .img {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.drop_link.active .img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.drop_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden; }
  .drop_menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible; }

header section:only-child .drop_link {
  color: #000; }
  header section:only-child .drop_link span {
    color: #000; }
  header section:only-child .drop_link .img img {
    filter: grayscale(1) brightness(0); }

header section:only-child #select_lang {
  color: #000; }

.block__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.open_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .open_menu:hover {
    cursor: pointer; }

@media (min-width: 1024px) {
  .section__header .container .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media (min-width: 1024px) {
  .section__header .container .row .nav_menu {
    width: 100%; } }

@media (min-width: 1024px) {
  .section__header .container .row .link__contacts {
    white-space: nowrap; } }

@media (min-width: 1024px) {
  .block__nowrap {
    display: none !important; } }

@media (min-width: 1024px) {
  .popup_box__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100% !important; } }

@media (max-width: 1023px) {
  .popup_box__menu {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    padding: 30px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
            transition: opacity 0.15s linear, z-index 0.15;
    background: rgba(255, 255, 255, 0.97);
    display: none; }
    .popup_box__menu.opened {
      z-index: 99999;
      opacity: 1;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.popup_box__menu .popup_close__menu {
  position: absolute;
  top: 25px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  background: #000; }
  .popup_box__menu .popup_close__menu:hover {
    cursor: pointer; }

@media (max-width: 1023px) {
  .popup_box__menu .lang {
    ordeR: 1; } }

@media (max-width: 1023px) {
  .popup_box__menu .nav_menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media (max-width: 1023px) {
  .popup_box__menu .link__contacts {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media (max-width: 1023px) {
  .popup_box__menu .link__contacts {
    color: #000;
    border-bottom: 4px solid #000; } }

@media (max-width: 1023px) {
  .popup_box__menu .link__contacts .icon {
    filter: invert(1); } }

.popup_box__menu .link__contacts:hover {
  color: #ff0000; }

body.opened {
  overflow-y: hidden; }

.section__contacts.section__contacts_blog {
  background: -webkit-linear-gradient(315deg, #0B2F3A, #14202D, #0A1234, #0e1233);
  background: linear-gradient(135deg, #0B2F3A, #14202D, #0A1234, #0e1233); }

@media (max-width: 480px) {
  #typed-strings {
    opacity: 0;
    display: block !important; } }

@media (max-width: 480px) {
  #typed {
    position: absolute; } }

@media (max-width: 480px) {
  .typed-cursor {
    display: none; } }

.grid.grid__main_slider {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11; }

.grid.grid__advanced {
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 0; }

.grid.grid__choice {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.grid.grid__choice_block {
  position: absolute;
  top: 5%;
  left: 20%;
  z-index: 0; }

.grid.grid__solutions {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: -1; }

.grid.grid__saying {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0; }

.grid.grid__contacts {
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 0; }

.grid.grid__footer {
  position: absolute;
  bottom: -120px;
  left: 0;
  z-index: -1; }

.grid.grid__whatis {
  position: absolute;
  bottom: 0;
  left: 33%;
  z-index: 0; }

.grid.grid__track {
  position: absolute;
  bottom: -40px;
  z-index: 0;
  left: 50%;
  margin-left: -535px; }
  @media (max-width: 1023px) {
    .grid.grid__track {
      display: none; } }
  .grid.grid__track img {
    max-width: initial; }

.grid.grid__various {
  position: absolute;
  top: -225px;
  z-index: 0;
  left: 50%;
  margin-left: -720px; }
  @media (max-width: 1023px) {
    .grid.grid__various {
      display: none; } }
  .grid.grid__various img {
    max-width: initial; }

.grid.grid_ct_contacts {
  bottom: -150px;
  left: 1%; }

.grid.grid__blog_filter {
  position: absolute;
  margin-top: 60px;
  margin-left: 0; }
  .grid.grid__blog_filter img {
    max-width: initial; }

.grid.grid__blog_header {
  position: absolute;
  bottom: -200px;
  left: 5%;
  z-index: 11; }

.grid.grid__blog_socials {
  position: absolute;
  z-index: -1;
  bottom: 100px; }

.rect.rect__advanced {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -50px; }
  @media (max-width: 1023px) {
    .rect.rect__advanced {
      display: none; } }

.rect.rect__choice {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1; }

.rect.rect__solutions {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: -1; }

.rect.rect__saying {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -11; }

.rect.rect__contacts {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1; }

.rect.rect__logo_description {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 0; }

.rect.rect__whatis {
  position: absolute;
  bottom: -50px;
  left: -7px;
  z-index: -11; }

.rect.rect__track {
  position: absolute;
  bottom: -60px;
  left: 100px;
  z-index: 0; }
  @media (max-width: 1023px) {
    .rect.rect__track {
      left: 0; } }

.rect.rect__various {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 0; }

.rect.rect__howit {
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 0; }

.rect.rect__howit_content {
  position: absolute;
  top: -100px;
  left: -25px;
  z-index: 0; }
  @media (max-width: 1023px) {
    .rect.rect__howit_content {
      min-width: 100%;
      left: 0;
      right: 0; } }
  @media (max-width: 1023px) {
    .rect.rect__howit_content img {
      min-width: 100%; } }

@media (max-width: 1023px) {
  .rect img {
    max-width: initial; } }

.logos {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 3px; }

.heading {
  color: #000;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2; }
  @media (max-width: 1023px) {
    .heading {
      font-size: 30px; } }
  .heading.small {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px; }
  .heading.opacity {
    color: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 16px; }

.content {
  font-weight: 300;
  color: #1f1f1f;
  margin-bottom: 40px; }
  @media (max-width: 1023px) {
    .content {
      font-size: 14px;
      margin-bottom: 20px; } }
  .content p:last-child {
    margin-bottom: 0; }
  .content ul {
    padding: 0;
    margin: 0;
    margin-bottom: 40px; }
    @media (max-width: 1023px) {
      .content ul {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .content ul {
        margin-bottom: 20px; } }
    @media (max-width: 479px) {
      .content ul {
        margin-bottom: 10px; } }
    .content ul li {
      padding: 0;
      margin: 0; }
    .content ul.black li {
      position: relative;
      padding: 10px 0;
      margin: 0;
      padding-left: 35px; }
      .content ul.black li:before {
        position: absolute;
        z-index: 0;
        top: 13px;
        left: 0;
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        background: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        content: "";
        clear: both; }
        @media (max-width: 1023px) {
          .content ul.black li:before {
            top: 10px; } }
      .content ul.black li:after {
        position: absolute;
        z-index: 1;
        top: 20px;
        left: 7px;
        width: 6px;
        height: 6px;
        min-width: 6px;
        min-height: 6px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        content: "";
        clear: both; }
        @media (max-width: 1023px) {
          .content ul.black li:after {
            top: 17px; } }
    .content ul.white li {
      position: relative;
      padding: 10px 0;
      margin: 0;
      padding-left: 35px; }
      .content ul.white li:before {
        position: absolute;
        z-index: 0;
        top: 13px;
        left: 0;
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        content: "";
        clear: both; }
        @media (max-width: 1023px) {
          .content ul.white li:before {
            top: 10px; } }
      .content ul.white li:after {
        position: absolute;
        z-index: 1;
        top: 20px;
        left: 7px;
        width: 6px;
        height: 6px;
        min-width: 6px;
        min-height: 6px;
        background: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        content: "";
        clear: both; }
        @media (max-width: 1023px) {
          .content ul.white li:after {
            top: 17px; } }
    .content ul.grad li {
      position: relative;
      padding: 5px 0;
      margin: 0;
      padding-left: 35px; }
      .content ul.grad li:before {
        position: absolute;
        z-index: 0;
        top: 8px;
        left: 0;
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        background: -webkit-linear-gradient(45deg, #ff0000, #ff9500);
        background: linear-gradient(45deg, #ff0000, #ff9500);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        content: "";
        clear: both; }
        @media (max-width: 1023px) {
          .content ul.grad li:before {
            top: 4px; } }
      .content ul.grad li:after {
        position: absolute;
        z-index: 1;
        top: 15px;
        left: 7px;
        width: 6px;
        height: 6px;
        min-width: 6px;
        min-height: 6px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        content: "";
        clear: both; }
        @media (max-width: 1023px) {
          .content ul.grad li:after {
            top: 11px; } }

.description {
  font-weight: 300;
  font-size: 16px; }
  @media (max-width: 1023px) {
    .description {
      font-size: 14px; } }
  .description p:last-child {
    margin-bottom: 0; }

.text p:last-child {
  margin-bottom: 0; }

.bold {
  font-weight: 600; }

.block__center {
  text-align: center; }
  .block__center .content {
    margin: 0 auto 30px; }

main section {
  position: relative;
  z-index: 1; }

.button.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
  background: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background: linear-gradient(to right, #ff0000, #ff9600);
  font-size: 14px;
  opacity: 0.5;
  margin: 30px auto; }
  @media (max-width: 1023px) {
    .button.next {
      margin: 15px auto;
      padding: 25px; } }
  .button.next:hover {
    opacity: 1; }

.button.send {
  margin: 0; }

.button.not_opacity {
  opacity: 1;
  padding: 22px; }
  .button.not_opacity:hover {
    opacity: 0.5; }

.button.send_mess {
  opacity: 1;
  padding: 20px 40px;
  width: initial; }
  @media (max-width: 479px) {
    .button.send_mess {
      width: 100%; } }
  .button.send_mess:hover {
    opacity: 0.75; }

a.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
  background: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background: linear-gradient(to right, #ff0000, #ff9600);
  font-size: 14px;
  margin: 30px auto; }
  @media (max-width: 1023px) {
    a.more {
      margin: 15px auto;
      padding: 25px; } }

a.ajax-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
  background: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background: linear-gradient(to right, #ff0000, #ff9600);
  font-size: 14px;
  margin: 30px auto;
  max-width: 340px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    a.ajax-more {
      margin: 15px auto;
      padding: 25px; } }
  a.ajax-more:hover {
    opacity: 0.5; }

a.view_all {
  max-width: 340px;
  margin: 0 auto; }
  @media (max-width: 479px) {
    a.view_all {
      max-width: 240px; } }
  a.view_all:hover {
    opacity: 0.5; }

a.all_indent {
  max-width: 340px;
  margin: 64px auto; }
  @media (max-width: 1023px) {
    a.all_indent {
      margin: 32px auto; } }
  @media (max-width: 479px) {
    a.all_indent {
      max-width: 240px; } }
  a.all_indent:hover {
    opacity: 0.5; }

a.gray {
  background: #98a7c3;
  color: #fff; }

a.link_got {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: initial;
  margin: 0; }
  a.link_got span {
    padding: 0 20px;
    text-align: center; }
  a.link_got .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 48px;
    min-height: 48px;
    background: #000;
    padding: 0; }
  a.link_got:hover {
    opacity: 0.5; }

form .block {
  margin-bottom: 20px; }
  @media (max-width: 1023px) {
    form .block {
      margin-bottom: 10px; } }
  @media (max-width: 479px) {
    form .block {
      margin-bottom: 0; } }
  @media (max-width: 479px) {
    form .block.block__send_mess {
      width: 100%; } }

form select {
  padding: 11px 0 10px; }

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="search"],
form input[type="password"],
form textarea,
form select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #98a7c3;
  padding: 10px 0; }
  form input[type="text"]:hover,
  form input[type="tel"]:hover,
  form input[type="email"]:hover,
  form input[type="search"]:hover,
  form input[type="password"]:hover,
  form textarea:hover,
  form select:hover {
    background: rgba(245, 246, 249, 0.5); }
  form input[type="text"]::-webkit-input-placeholder,
  form input[type="tel"]::-webkit-input-placeholder,
  form input[type="email"]::-webkit-input-placeholder,
  form input[type="search"]::-webkit-input-placeholder,
  form input[type="password"]::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder,
  form select::-webkit-input-placeholder {
    color: #98a7c3; }
  form input[type="text"]:-ms-input-placeholder,
  form input[type="tel"]:-ms-input-placeholder,
  form input[type="email"]:-ms-input-placeholder,
  form input[type="search"]:-ms-input-placeholder,
  form input[type="password"]:-ms-input-placeholder,
  form textarea:-ms-input-placeholder,
  form select:-ms-input-placeholder {
    color: #98a7c3; }
  form input[type="text"]::placeholder,
  form input[type="tel"]::placeholder,
  form input[type="email"]::placeholder,
  form input[type="search"]::placeholder,
  form input[type="password"]::placeholder,
  form textarea::placeholder,
  form select::placeholder {
    color: #98a7c3; }
  form input[type="text"]:focus,
  form input[type="tel"]:focus,
  form input[type="email"]:focus,
  form input[type="search"]:focus,
  form input[type="password"]:focus,
  form textarea:focus,
  form select:focus {
    border-bottom: 1px solid transparent;
    -webkit-border-image: -webkit-linear-gradient(left, #ff0000, #ff9600);
            border-image: linear-gradient(to right, #ff0000, #ff9600);
    border-image-slice: 1; }

.form-control {
  position: relative; }

.form-label {
  position: absolute;
  z-index: -1;
  font-family: inherit;
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 1.5;
  top: 1.25rem;
  width: 100%;
  color: #98a7c3;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  left: 20px; }
  @media (max-width: 1023px) {
    .form-label {
      left: 10px; } }

.form-input {
  z-index: 1;
  width: 100%;
  resize: none;
  border: none;
  outline: none;
  color: #000;
  background: transparent;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
  .form-input:hover {
    background: rgba(245, 246, 249, 0.5); }
  .form-input::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent; }
  .form-input:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent; }
  .form-input::placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent; }
  .form-input:focus ~ .form-label,
  .form-input:not(:placeholder-shown).form-input:not(:focus) ~ .form-label {
    top: -0.2rem;
    left: 10px;
    font-size: 0.6rem;
    z-index: 9;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
    color: #ff0000;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 1023px) {
      .form-input:focus ~ .form-label,
      .form-input:not(:placeholder-shown).form-input:not(:focus) ~ .form-label {
        left: 0; } }

.form-areas textarea {
  border-bottom: 1px solid #98a7c3; }

.form .row__label .form-label__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: italic; }
  .form .row__label .form-label__checkbox input {
    display: none; }
  .form .row__label .form-label__checkbox span {
    position: relative;
    padding-left: 30px; }
    .form .row__label .form-label__checkbox span:before {
      position: absolute;
      top: -2px;
      left: -1px;
      width: 24px;
      height: 24px;
      min-width: 24px;
      min-height: 24px;
      border: 1px solid #98A7C3;
      background: #fff;
      display: block;
      content: '';
      clear: both; }
    .form .row__label .form-label__checkbox span:after {
      position: absolute;
      top: -2px;
      left: -1px;
      width: 24px;
      height: 24px;
      min-width: 24px;
      min-height: 24px;
      background: url("../images/label_check.svg") center no-repeat;
      display: block;
      content: '';
      clear: both; }
  .form .row__label .form-label__checkbox input[type="checkbox"]:checked + span:before {
    border: 1px solid #007AFF;
    background: #007AFF; }

.contact-column {
  max-width: 30rem;
  width: 100%;
  height: auto;
  margin: 0 auto; }

.contact-inform {
  padding: 4rem 2rem 2rem;
  border-radius: 0.25rem;
  color: #000;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }

.custom-file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 7px 0; }
  .custom-file-upload .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 64px;
    height: 64px;
    border: 1px solid #98a7c3;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease 0.1s;
            transition: all 0.3s ease 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custom-file-upload .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .custom-file-upload .caption {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px; }
  .custom-file-upload .description {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #98a7c3; }
  .custom-file-upload:hover {
    cursor: pointer; }
    .custom-file-upload:hover .icon {
      background: #f5f6f9;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }

.discuss_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .discuss_list .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    border: 2px solid #fff;
    width: calc(100% / 2); }
    @media (max-width: 767px) {
      .discuss_list .inner {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .discuss_list .inner .img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .discuss_list .inner .img {
          height: 72px;
          overflow: hidden;
          margin-right: initial;
          margin-bottom: 10px; } }
    .discuss_list .inner .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .discuss_list .inner .text .name {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 7px;
        color: #000; }
      .discuss_list .inner .text .team {
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        color: #98a7c3; }
        @media (max-width: 479px) {
          .discuss_list .inner .text .team {
            font-size: 12px; } }
    .discuss_list .inner .check {
      position: absolute;
      top: 10px;
      right: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 16px;
      height: 16px;
      display: none; }
    .discuss_list .inner:hover {
      background: #f5f6f9;
      border: 2px solid #f5f6f9;
      cursor: pointer; }
    .discuss_list .inner.active {
      background: #f5f6f9;
      border: 2px solid;
      border-image-slice: 1;
      border-width: 2px;
      border-image-source: linear-gradient(to right, #ff0000, #ff9600); }
      .discuss_list .inner.active .check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .discuss_list .inner.active .check .desktop {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important; }
        .discuss_list .inner.active .check .mobile {
          display: none !important; }
  @media (max-width: 1023px) {
    .discuss_list.open {
      height: initial; } }

.team_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0 20px; }
  @media (max-width: 1023px) {
    .team_contacts {
      margin: 10px 0; } }
  @media (max-width: 479px) {
    .team_contacts {
      margin-bottom: 0; } }
  .team_contacts li {
    padding: 10px; }
    .team_contacts li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 20px; }
      .team_contacts li .inner .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 20px;
        height: 20px;
        margin-right: 5px; }
    .team_contacts li > a {
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .team_contacts li > a span {
        font-weight: 600;
        color: #000;
        font-size: 14px;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .team_contacts li > a:hover {
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .team_contacts li > a:hover span {
          color: #ff0000;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
    .team_contacts li > div {
      font-style: italic;
      font-size: 14px;
      color: #98a7c3;
      font-weight: 400; }

form .error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 0.85em;
  color: red;
  margin: 5px 0; }

.file-list li {
  position: relative;
  padding: 10px 5px;
  background: #f5f6f9; }
  .file-list li .file-load-name {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.8em; }
    .file-list li .file-load-name span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .file-list li .delete-btn {
    position: absolute;
    top: 8px;
    right: 5px;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f5f6f9;
    border: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    font-size: 1.7em;
    opacity: 0.5; }
    .file-list li .delete-btn:hover {
      background: #fff; }

.popup_thanks {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  display: none; }
  .popup_thanks .popup_thanks__back {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(12, 12, 13, 0.2); }
  .popup_thanks .popup_thanks__internal {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    max-width: 80vw;
    width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 60px 40px 30px; }
    @media (max-width: 1023px) {
      .popup_thanks .popup_thanks__internal {
        max-width: 90vw;
        padding: 40px 20px 20px; } }
  .popup_thanks .close_thanks {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 28px;
    height: 28px;
    background: #0c0c0d; }
    @media (max-width: 1023px) {
      .popup_thanks .close_thanks {
        top: 20px;
        right: 20px; } }
    .popup_thanks .close_thanks:hover {
      cursor: pointer;
      opacity: 0.7; }
  .popup_thanks .popup_thanks__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #000;
    text-align: center; }
    .popup_thanks .popup_thanks__content > * {
      color: #000 !important; }
    .popup_thanks .popup_thanks__content .heading {
      margin-bottom: 20px; }
      @media (max-width: 1023px) {
        .popup_thanks .popup_thanks__content .heading {
          font-size: 24px; } }
  .popup_thanks.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

footer {
  position: relative;
  background: -webkit-linear-gradient(315deg, rgba(30, 10, 125, 0.85), rgba(77, 22, 99, 0.85) 10%, #ff4000 30%, #ff8c00);
  background: linear-gradient(135deg, rgba(30, 10, 125, 0.85), rgba(77, 22, 99, 0.85) 10%, #ff4000 30%, #ff8c00);
  color: #fff; }
  @media (max-width: 1023px) {
    footer {
      font-size: 14px; } }
  footer .container {
    padding: 30px 10px; }
    @media (max-width: 1023px) {
      footer .container > .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; } }
  footer section:first-child .container {
    padding: 100px 10px; }
    @media (max-width: 1023px) {
      footer section:first-child .container {
        padding: 30px 10px 0; } }
  footer p:last-child {
    margin-bottom: 0; }
  footer .block__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1023px) {
      footer .block__logo {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  footer .content {
    font-size: 18px;
    color: #fff;
    font-weight: 400; }
    @media (max-width: 1023px) {
      footer .content {
        font-size: 12px; } }
  footer .logo {
    margin-bottom: 20px; }

footer .menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1023px) {
    footer .menu {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 479px) {
    footer .menu {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  footer .menu li {
    padding: 10px; }
    @media (max-width: 479px) {
      footer .menu li {
        padding: 10px 0; } }
    footer .menu li .inner {
      font-size: 20px;
      font-weight: 700; }
      @media (max-width: 1023px) {
        footer .menu li .inner {
          font-size: 14px; } }
      footer .menu li .inner:hover {
        color: #000; }
    footer .menu li.active .inner {
      color: rgba(0, 0, 0, 0.6); }

footer .link.link__contacts {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

footer .link:hover {
  color: #000; }
  footer .link:hover span {
    color: #000; }

.section__contacts {
  background: -webkit-linear-gradient(315deg, #092229, #22100b);
  background: linear-gradient(135deg, #092229, #22100b);
  color: #fff;
  padding-top: 100px; }
  .section__contacts .block__contacts {
    position: relative;
    background: #fff;
    padding: 70px 60px !important; }
    @media (max-width: 1219px) {
      .section__contacts .block__contacts {
        padding: 50px !important; } }
    @media (max-width: 1023px) {
      .section__contacts .block__contacts {
        padding: 40px !important;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .section__contacts .block__contacts {
        padding: 20px !important; } }
    @media (max-width: 479px) {
      .section__contacts .block__contacts {
        padding: 10px !important; } }
    .section__contacts .block__contacts .form-control {
      z-index: 1; }
  .section__contacts .heading {
    color: #fff; }
  .section__contacts .content {
    color: #fff; }

.to_map {
  color: #fff;
  font-size: 20px;
  font-weight: 700; }
  @media (max-width: 1023px) {
    .to_map {
      font-size: 14px;
      font-weight: 600; } }
  .to_map:hover {
    color: #000; }

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .socials li {
    padding: 8px; }
    .socials li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .socials li .inner .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 50%;
        -webkit-transition: .3s all;
                transition: .3s all;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .socials li .inner .img:hover .img {
          -webkit-transition: .3s all;
                  transition: .3s all;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
  .socials.socials__left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -8px; }

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    margin: 0 12px;
    opacity: 0.6; }
    .links a:hover {
      opacity: 1;
      color: #000; }

@media (max-width: 1023px) {
  .contact_address {
    max-width: 50%;
    margin: 0 auto; } }

@media (max-width: 767px) {
  .contact_address {
    max-width: 75%; } }

@media (max-width: 479px) {
  .contact_address {
    max-width: 100%;
    text-align: left; } }

.contact_address .caption {
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 15px; }
  @media (max-width: 1023px) {
    .contact_address .caption {
      margin: 0; } }

@media (max-width: 479px) {
  footer section:first-child .container .row__between > .block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px; } }

#scroll {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background: linear-gradient(to right, #ff0000, #ff9600);
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  opacity: 0.7;
  overflow: hidden; }
  #scroll .icon {
    margin-top: 4px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: .3s all;
            transition: .3s all;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    #scroll .icon img {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  #scroll .caption {
    margin-top: 2px;
    display: none; }
  #scroll:hover .icon {
    margin-top: 0;
    -webkit-transition: .3s all;
            transition: .3s all;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8); }

.section__main_slider__contacts {
  background: -webkit-linear-gradient(315deg, #0c2127, #271b0f);
  background: linear-gradient(135deg, #0c2127, #271b0f); }
  @media (max-width: 1023px) {
    .section__main_slider__contacts {
      height: initial;
      min-height: 375px; } }
  .section__main_slider__contacts .container {
    z-index: 0; }
    @media (max-width: 1023px) {
      .section__main_slider__contacts .container {
        height: initial;
        min-height: 375px; } }
  @media (max-width: 1023px) {
    .section__main_slider__contacts .bg_img {
      height: initial;
      min-height: 375px; } }
  @media (max-width: 1023px) {
    .section__main_slider__contacts .bg_video {
      height: initial;
      min-height: 375px; } }
  .section__main_slider__contacts:after {
    display: none; }
  .section__main_slider__contacts .heading_caption > div:first-child {
    margin-bottom: 35px; }
  .section__main_slider__contacts .socials li {
    padding: 8px 15px; }
    @media (max-width: 479px) {
      .section__main_slider__contacts .socials li {
        padding: 8px; } }
    .section__main_slider__contacts .socials li .inner:hover .img {
      background: red; }
  @media (max-width: 1023px) {
    .section__main_slider__contacts .left_side {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (max-width: 1023px) {
    .section__main_slider__contacts .right_side {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (max-width: 1023px) {
    .section__main_slider__contacts .row__main_link {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

main .section__contacts__contacts {
  background: #eaefed;
  overflow: visible; }
  @media (max-width: 1023px) {
    main .section__contacts__contacts {
      padding-top: 0; } }
  @media (max-width: 1023px) {
    main .section__contacts__contacts .rect__contacts {
      top: -25px; } }
  @media (max-width: 1023px) {
    main .section__contacts__contacts .rect__contacts img {
      width: 100px; } }
  @media (max-width: 1023px) {
    main .section__contacts__contacts .container > .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  main .section__contacts__contacts .block__contacts {
    margin-top: -400px; }
    @media (max-width: 1023px) {
      main .section__contacts__contacts .block__contacts {
        margin-top: -50px; } }
  main .section__contacts__contacts .block__adress {
    color: #000; }
    main .section__contacts__contacts .block__adress * {
      color: #000; }

.popup_open:hover {
  cursor: pointer; }

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

.content.content__popup {
  font-size: 16px;
  margin-bottom: 20px; }

.img__invert {
  text-align: center; }
  .img__invert img {
    filter: invert(1);
    opacity: 0.5; }

.popup_box {
  display: none; }
  .popup_box .popup_content {
    width: 100%;
    padding: 0;
    margin-bottom: 20px; }
    .popup_box .popup_content:last-child {
      margin-bottom: 0; }
    .popup_box .popup_content .heading {
      margin: 0;
      font-size: 20px; }
      .popup_box .popup_content .heading.min {
        font-size: 16px;
        width: 100%;
        margin: 10px 0; }
      .popup_box .popup_content .heading.center {
        text-align: center; }
      .popup_box .popup_content .heading.heading__popup {
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 20px; }
    .popup_box .popup_content .description {
      font-size: 0.85em; }
      @media (max-width: 1023px) {
        .popup_box .popup_content .description {
          font-size: 0.75em; } }
      .popup_box .popup_content .description p {
        margin-bottom: 0.5em; }
      .popup_box .popup_content .description a {
        font-weight: 600;
        color: #ff0000; }
        .popup_box .popup_content .description a:hover {
          color: #000; }
    .popup_box .popup_content .row__fixed {
      position: fixed;
      z-index: 30;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff;
      border-top: 1px solid #d9d9d9;
      padding: 5px 10px;
      border-radius: 0 0 10px 10px; }
      .popup_box .popup_content .row__fixed a,
      .popup_box .popup_content .row__fixed button {
        width: 100%;
        padding: 10px; }

.popup_box__form {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
          transition: opacity 0.15s linear, z-index 0.15;
  display: none; }
  .popup_box__form .popup_overlay {
    position: fixed;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 53, 44, 0.5);
    display: none; }
  .popup_box__form .popup_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    background: -webkit-linear-gradient(0deg, #FF0000 0%, #FF9600 100%);
    background: linear-gradient(90deg, #FF0000 0%, #FF9600 100%);
    color: #fff; }
    .popup_box__form .popup_close .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .popup_box__form .popup_close .icon img {
        filter: invert(1); }
    .popup_box__form .popup_close:hover {
      cursor: pointer;
      opacity: 0.7; }
  .popup_box__form .popup_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 500px;
    margin: 50px auto;
    max-width: 97%;
    min-height: 50%;
    background: #fff;
    padding: 20px;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden; }
  .popup_box__form .popup_content {
    width: 100%;
    padding: 0; }
  .popup_box__form.opened {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .popup_box__form.opened .popup_overlay {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 100; }
    .popup_box__form.opened .popup_inner {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      position: relative;
      z-index: 999; }

.popup_box__thanks {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
          transition: opacity 0.15s linear, z-index 0.15;
  display: none; }
  .popup_box__thanks .popup_overlay {
    position: fixed;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 53, 44, 0.5);
    display: none; }
  .popup_box__thanks .popup_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    background: -webkit-linear-gradient(0deg, #FF0000 0%, #FF9600 100%);
    background: linear-gradient(90deg, #FF0000 0%, #FF9600 100%);
    color: #fff; }
    .popup_box__thanks .popup_close .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .popup_box__thanks .popup_close .icon img {
        filter: invert(1); }
    .popup_box__thanks .popup_close:hover {
      cursor: pointer;
      opacity: 0.7; }
  .popup_box__thanks .popup_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 500px;
    margin: 50px auto;
    max-width: 97%;
    min-height: 50%;
    background: #fff;
    padding: 20px;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden; }
  .popup_box__thanks .popup_content {
    width: 100%;
    padding: 0; }
  .popup_box__thanks.opened {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .popup_box__thanks.opened .popup_overlay {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 100; }
    .popup_box__thanks.opened .popup_inner {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      position: relative;
      z-index: 999; }

.popup_box__thanks_2 {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
          transition: opacity 0.15s linear, z-index 0.15;
  display: none; }
  .popup_box__thanks_2 .popup_overlay {
    position: fixed;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 53, 44, 0.5);
    display: none; }
  .popup_box__thanks_2 .popup_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    background: -webkit-linear-gradient(0deg, #FF0000 0%, #FF9600 100%);
    background: linear-gradient(90deg, #FF0000 0%, #FF9600 100%);
    color: #fff; }
    .popup_box__thanks_2 .popup_close .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .popup_box__thanks_2 .popup_close .icon img {
        filter: invert(1); }
    .popup_box__thanks_2 .popup_close:hover {
      cursor: pointer;
      opacity: 0.7; }
  .popup_box__thanks_2 .popup_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 500px;
    margin: 50px auto;
    max-width: 97%;
    min-height: 50%;
    background: #fff;
    padding: 20px;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden; }
  .popup_box__thanks_2 .popup_content {
    width: 100%;
    padding: 0; }
  .popup_box__thanks_2.opened {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .popup_box__thanks_2.opened .popup_overlay {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 100; }
    .popup_box__thanks_2.opened .popup_inner {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      position: relative;
      z-index: 999; }
/*# sourceMappingURL=contacts.css.map */