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

@font-face {
  font-family: fontello;
  src: url(../fonts/fontello/fontello.eot);
  src: url(../fonts/fontello/fontello.eot) format("embedded-opentype"), url(../fonts/fontello/fontello.woff) format("woff"), url(../fonts/fontello/fontello.ttf) format("truetype"), url(../fonts/fontello/fontello.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Light";
  font-weight: normal;
  font-style: normal;
  src: url("..fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto/Roboto-Light.eot") format("truetype"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Bold";
  /* font-weight: normal; */
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: url("../fonts/Roboto/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: url("../fonts/Roboto/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

/*
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Roboto-Regular";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: "Roboto-Regular" !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

body::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
}

body::-webkit-scrollbar-thumb {
  background: transparent !important;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #557ef8;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0c46f5;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "Roboto-Regular";
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

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

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: "Roboto-Regular";
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding: 0 40px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    /* max-width: 540px; */
  }

  .ibc-img {
    max-width: 80% !important;
  }
}

@media (min-width: 768px) {
  .container {
    /* max-width: 720px; */
  }

  .ibc-img {
    max-width: 80% !important;
  }
}

@media (max-width: 768px) {
  .ibc-img {
    max-width: 65% !important;
    margin-top: 1.5rem;
  }
}

@media (min-width: 992px) {
  .container {
    /* max-width: 960px; */
  }
}

@media (min-width: 1200px) {
  .container {
    /* max-width: 1360px; */
    /* max-width: 70%; */
    /* max-width: 1140px; */
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    /* -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; */
    max-width: 33.33333%;
    /* max-width: 25%; */
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a:hover {
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

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

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

::placeholder {
  color: #fff;
}

::-moz-selection {
  background-color: orange;
  color: #fff;
}

::selection {
  background-color: orange;
  color: #fff;
}

html,
body {
  height: 100%;
}

body {
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  /* font-family: "Roboto-Regular", sans-serif; */
  overflow-x: hidden;
  color: #777777;
}

body input,
body textarea {
  border: #666 1px solid;
  outline: none;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid,
body textarea:required:valid {
  border-color: green;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive.img-width {
  width: 100%;
}

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

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

.section-header {
  position: relative;
}

.section-header .bg-title {
  display: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -10px;
  font-size: 152px;
  font-family: "Roboto-Regular";
  font-weight: 700;
  background: -webkit-linear-gradient(#d047e4, #ff4e3d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.08;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
}

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

.section-header--tire h4 {
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}

.section-header--tire h4:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  left: 0;
  border-bottom: 1px solid #557ef8;
}

.section-header--white h2 {
  color: #000;
  margin-bottom: 20px;
}

.section-header--white h3:after {
  border-bottom: 1px solid #fff;
}

.section-header--big-margin {
  margin-bottom: 35px;
}

.section-header--medium-margin {
  margin-bottom: 35px;
}

.section-header--small-margin {
  margin-bottom: 30px;
}

h1 {
  font-size: 40px;
  line-height: 45px;
  /* font-family: "Roboto-Bold"; */
  /* font-weight: 700; */
  color: #333333;
}

h1 span {
  display: inline;
  font-family: "Roboto-Bold";
  font-weight: 100;
}

h2 {
  /* font-family: "Roboto-Bold"; */
  /* font-weight: 700; */
  font-size: 30px;
  line-height: 35px;
  color: #333333;
}

h2 span {
  display: block;
  font-weight: 100;
}

h3 {
  font-size: 18px;
  /* font-family: "Raleway"; */
  font-weight: 700;
  color: #333333;
}

h4 {
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #557ef8;
  /* text-transform: uppercase; */
  /* font-family: "Roboto-Regular"; */
  font-weight: 700;
  margin-bottom: 15px;
}

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

.section {
  padding: 60px 0;
}

.section--no-pad-bot {
  padding-bottom: 0;
}

.section--no-pad-top {
  padding-top: 0;
}

.social-block {
  margin-bottom: 40px;
}

.social-block__title {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
}

.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-list__item {
  margin-right: 10px;
}

.social-list__item:last-child {
  margin-right: 0;
}

.social-list__link {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transition: border 0.4s;
  -o-transition: border 0.4s;
  transition: border 0.4s;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-list__link .fontello-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social-list__link:hover {
  opacity: 0.5;
}

.social-list__link:hover .fontello-icon {
  color: #ffffff;
}

.btn {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* line-height: 55px; */
  color: #ffffff;
  -webkit-transition: background-color 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
  transition: background-color 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
  -o-transition: background-color 0.4s, color 0.4s, box-shadow 0.4s;
  transition: background-color 0.4s, color 0.4s, box-shadow 0.4s;
  transition: background-color 0.4s, color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
  font-size: 16px;
  display: inline-block;
  border: none;
  font-family: "Roboto-Regular";
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn--medium {
  padding: 0 40px;
}

.btn--big {
  width: 100%;
  padding: 0 20px;
}

.btn--small {
  padding: 0 30px;
}

.btn--uppercase {
  /* text-transform: uppercase; */
  font-size: 16px;
  margin: 0 auto;
}

.btn--white {
  background-color: #fff;
  color: #333333;
}

.btn--white:hover {
  background-color: #6376db;
  color: #ffffff;
}

.btn--orange {
  /* -webkit-box-shadow: 0 3px 32px rgba(27, 122, 255, 0.54);
          box-shadow: 0 3px 32px rgba(27, 122, 255, 0.54); */
  background-color: #008EF8;
  color: #fff;
}

.btn--orange:hover {
  /* -webkit-box-shadow: 0 3px 32px rgba(0, 47, 158, 0.54); */
  /* box-shadow: 0 3px 32px rgba(0, 47, 158, 0.54); */
  background-color: #6376db !important;
  color: #fff;
}

.btn--blue {
  /* -webkit-box-shadow: 0 3px 32px rgba(85, 126, 248, 0.54); */
  /* box-shadow: 0 3px 32px rgba(85, 126, 248, 0.54); */
  background-color: #0E5DD8;
}

.btn--blue:hover {
  background-color: #333333;
  color: #ffffff;
  /* -webkit-box-shadow: 0 3px 32px rgba(16, 203, 188, 0.54); */
  /* box-shadow: 0 3px 32px rgba(16, 203, 188, 0.54); */
  background-color: #6376db;
}

.text-margin-bot {
  margin-bottom: 30px;
}

.marker-list {
  margin-bottom: 30px;
}

.marker-list li {
  color: #777777;
  padding-left: 23px;
  position: relative;
  line-height: 25px;
}

.marker-list li:last-child {
  margin-bottom: 0;
}

.marker-list li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #0009b2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.check-list li {
  color: #777777;
  margin-bottom: 12px;
  padding-left: 23px;
  position: relative;
  line-height: 30px;
}

.check-list li span {
  font-family: "Roboto-Regular";
  font-weight: 700;
}

.check-list li:last-child {
  margin-bottom: 0;
}

.check-list li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 13px;
  height: 9px;
  background-image: url(../img/check.svg);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.fontello-icon {
  font-family: fontello;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  color: #fff;
}

.fontello-icon:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

@media (min-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
  }

  h1 span {
    display: block;
  }

  h2 {
    font-size: 40px;
    line-height: 45px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    margin-bottom: 30px;
  }

  .section {
    padding: 100px 0;
  }

  .section--no-pad-bot {
    padding-bottom: 0;
  }

  .section--no-pad-top {
    padding-top: 0;
  }

  .section-header--big-margin {
    margin-bottom: 100px;
  }

  .section-header--medium-margin {
    margin-bottom: 60px;
  }

  .section-header--small-margin {
    margin-bottom: 35px;
  }

  .btn--big {
    width: 160px;
  }
}

@media (min-width: 992px) {
  .section {
    padding: 150px 0;
  }

  .section--no-pad-bot {
    padding-bottom: 0;
  }

  .section--no-pad-top {
    padding-top: 0;
  }

  .social-block {
    margin-bottom: 0;
  }
}

.header {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 70px;
  padding: 0 10px;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border-bottom 0.4s, background-color 0.4s;
  -o-transition: border-bottom 0.4s, background-color 0.4s;
  transition: border-bottom 0.4s, background-color 0.4s;
}

.header__right {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 11;
  height: 70px;
  border-bottom: 1px solid #f5f5f5;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  padding: 0 10px;
}

.header.sticky .logo__title {
  color: #777777;
}


.header.sticky .logo__img {
  /* background-image: url(../img/logo/SDMC_logo.png); */
}

.fixed-menu__header .logo__img {
  /* background-image: url(../img/logo/SDMC_logo.png); */
}

.header.sticky .menu__link {
  color: #777777;
}

.header.sticky .menu__link:after {
  border-bottom: 2px solid #557ef8;
}

.header.sticky .select-styled {
  color: #777777;
}

.header.sticky .btn-sign-up {
  color: #777777;
}

.header.sticky .btn-sign-up:hover {
  color: #557ef8;
}

.header.sticky .btn-menu div {
  background-color: #777777;
}

.header.sticky .btn-menu div.one:after,
.header.sticky .btn-menu div.three:after {
  background-color: #777777;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: -3.5px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.logo__img {
  /* width: 90px;
    height: 52px; */
  width: 220px;
  height: 72px;
  display: flex;
  align-items: center;
  /* background-image: url(../img/logo/SDMC_logo.png); */
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 13px;
  -webkit-transition: background-image 0.4s;
  -o-transition: background-image 0.4s;
  transition: background-image 0.4s;
}

.logo__img .sdmc-logo img{
  width: 150px;
  height: 46px;
}
.line {
  width: 1px;
  height: 30px;
  margin-left: 15px;
  margin-right: 5px;
  background: #A2A2A2;
}

.logo__img_footer {
  width: 150px;
  height: 46px;
  margin-bottom: 20px;
}

.logo__img--big {
  width: 62px;
}

.logo__title {
  font-size: 27px;
  color: #333333;
  font-family: "Roboto-Regular";
}

.logo:hover {
  opacity: 0.5;
}

.logo--color .logo__img {
  /* background-image: url(../img/logo/SDMC_logo.png); */
}

.header .btn-menu div {
  background-color: #f9f9f9 !important;
}

.header.sticky .btn-menu div {
  background: #777 !important;
}

.logo--color .logo__title {
  color: #777777;
}

.btn-menu {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  text-align: right;
  margin-left: 25px;
  display: block;
}

.btn-menu div {
  width: 32px;
  height: 3px;
  min-height: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-bottom: 6px;
  -webkit-border-radius: 1.5px;
  border-radius: 1.5px;
  position: relative;
  background-color: #333333;
}

.btn-menu div:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 1.5px;
  border-radius: 1.5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn-menu div:last-child {
  margin-bottom: 0;
}

.btn-menu div:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 1.5px;
  border-radius: 1.5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn-menu.on {
  top: -5px;
}

.btn-menu.on .one {
  -webkit-transform: rotate(45deg) translate(6px, 2px);
  -ms-transform: rotate(45deg) translate(6px, 2px);
  transform: rotate(45deg) translate(6px, 2px);
  margin-bottom: 0;
}

.btn-menu.on .one:after {
  width: 100%;
  background-color: #777777;
}

.btn-menu.on .two {
  opacity: 0;
  margin-bottom: 0;
}

.btn-menu.on .three {
  -webkit-transform: rotate(-45deg) translate(2px, 2px);
  -ms-transform: rotate(-45deg) translate(2px, 2px);
  transform: rotate(-45deg) translate(2px, 2px);
  width: 32px;
  margin-bottom: 0;
}

.btn-menu.on .three:after {
  width: 100%;
  background-color: #777777;
}

.fixed-menu {
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 12;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 10px;
}

.fixed-menu.open {
  visibility: visible;
  display: block;
  opacity: 1;
}

.fixed-menu__header {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fixed-menu__content {
  padding: 20px 90px 20px;
}

.fixed-menu .select-styled.active {
  color: black;
}

.fixed-menu .select-options {
  right: -15px;
  top: 45px;
}

.fixed-menu .select-styled,
.fixed-menu .btn-sign-up {
  color: #777777;
}

.fixed-menu .select-styled:hover {
  color: black;
}

.fixed-menu .select {
  margin-bottom: 30px;
}

.fixed-menu .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fixed-menu .btn-menu div {
  background-color: #777777;
}

.fixed-menu .btn-menu div.one:after,
.fixed-menu .btn-menu div.three:after {
  background-color: #777777;
}

.btn-close svg {
  width: 20px;
  height: 20px;
}

.btn-close svg path {
  fill: #777777;
}

.mob-menu {
  margin-bottom: 40px;
}

.mob-menu__item {
  text-align: left;
  margin-bottom: 10px;
}

.mob-menu__item:last-child {
  margin-bottom: 0;
}

.mob-menu__link {
  color: #777777;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
}

.mob-menu__link:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #00c3e2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.mob-menu__link:hover {
  color: #777777;
}

.mob-menu__link:hover:after {
  opacity: 1;
}

.menu {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__item {
  margin-right: 20px;
}

.menu__item:last-child {
  margin-right: 0;
}

.menu__link {
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
}

.menu__link:after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.menu__link:hover {
  color: #fff;
}

.menu__link:hover:after {
  opacity: 1;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #fff;
  width: 35px;
  height: 30px;
  font-size: 16px;
  color: #777777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 30px;
}

.select-styled {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #777777;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 1;
}

.select-styled:after {
  content: "";
  width: 10px;
  height: 6px;
  background-image: url(../img/down-chevron.svg);
  -webkit-background-size: 10px 6px;
  background-size: 10px 6px;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  right: -15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.select-styled:focus {
  outline: none;
  text-decoration: none;
}

.select-styled:active,
.select-styled.active {
  color: #777777;
}

.select-styled:active:after,
.select-styled.active:after {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  opacity: 0.5;
}

.select-styled:hover {
  color: #777777;
}

.select-styled:hover:after {
  opacity: 0.5;
}

.select-options {
  display: none;
  width: 80px;
  background-color: #fff;
  position: absolute;
  top: 45px;
  right: 0px;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 24px 28px 22px 29px;
}

.select-options:before {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 10px solid #fff;
}

.select-options li {
  color: #777777;
  margin: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 16px;
  text-transform: uppercase;
  color: #777777;
  margin-bottom: 15px;
}

.select-options li:last-child {
  margin-bottom: 0;
}

.select-options li:hover {
  opacity: 0.5;
}

.select-options li[rel="hide"] {
  display: none;
}

.btn-sign-in {
  width: 180px;
  height: 50px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #557ef8;
  line-height: 50px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
}

.btn-sign-in:hover {
  color: #fff;
  background-color: #6376db;
}

.telegram-link {
  display: block;
  margin-right: 30px;
}

@media (min-width: 768px) {
  .header {
    padding: 0 40px;
  }

  .header.sticky {
    padding: 0 40px;
  }

  .fixed-menu {
    padding: 0 40px;
  }
}

@media (min-width: 1200px) {
  .header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .btn-menu {
    display: none;
  }

  .logo__title {
    font-size: 30px;
  }
}

.video {
  height: 300px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}

.video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 21px rgba(0, 214, 229, 0.79);
  box-shadow: 0 0 21px rgba(0, 214, 229, 0.79);
  width: 95px;
  height: 95px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #00d1e4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.4s, -webkit-transform 0.4s;
  transition: background-color 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, background-color 0.4s;
  transition: transform 0.4s, background-color 0.4s;
  transition: transform 0.4s, background-color 0.4s, -webkit-transform 0.4s;
}

.video__btn img {
  margin-left: 5px;
}

.video__btn:hover {
  -webkit-transform: scale(1.05) translate(-50%, -50%);
  -ms-transform: scale(1.05) translate(-50%, -50%);
  transform: scale(1.05) translate(-50%, -50%);
  background-color: #5f7cf7;
}

.about-text-block img {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .video {
    height: 350px;
  }
}

@media (min-width: 768px) {
  .video {
    height: 450px;
  }
}

@media (min-width: 992px) {
  .video {
    height: 500px;
  }

  .about-text-block img {
    margin-bottom: 0;
  }
}

.partners-logo {
  position: relative;
}

.partners-logo .container {
  position: relative;
  z-index: 1;
}

.partners-logo__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto 25px;
}

.partners-logo__item {
  margin: 0 25px 25px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-logo__item p {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333333;
  font-size: 14px;
}

.partners-logo__item p span {
  font-size: 20px;
  font-family: "Roboto-Regular";
  font-weight: 700;
}

.partners-logo__item img {
  margin-bottom: 20px;
  opacity: 0.3;
}

.partners-logo__bg {
  position: absolute;
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  min-width: 1680px;
}

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

.rating li {
  width: 15px;
  height: 14px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 5px;
}

.rating li:last-child {
  margin-right: 0;
}

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

.logoes img {
  margin: 0 25px 20px;
  /* opacity: 0.24; */
  /* -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; */
}

.logoes img:hover {
  opacity: 0.54;
}

@media (min-width: 768px) {
  .partners-logo__block {
    margin: 0 auto 55px;
  }
}

@media (min-width: 992px) {
  .partners .logoes {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .partners .logoes img {
    margin: 0;
  }
}

.services {
  padding-bottom: 20px;
}

.services__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services__item {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.services__item-icon {
  -webkit-box-shadow: 0 0 50px rgba(85, 126, 248, 0.2);
  box-shadow: 0 0 50px rgba(85, 126, 248, 0.2);
  width: 80px;
  height: 80px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 20px;
}

.services__item-icon img {
  width: 50%;
  height: 50%;
}

.services__item-title {
  font-size: 20px;
  font-family: "Roboto-Regular";
  font-weight: 700;
  color: #333333;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}

.services__item-text {
  color: #777777;
  font-weight: 300;
}

@media (min-width: 576px) {
  .services__item {
    padding-left: 100px;
    text-align: left;
  }

  .services__item-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .services {
    padding-bottom: 60px;
  }

  .services__item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .services__item-title {
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .services {
    padding-bottom: 110px;
  }
}

.infoblock {
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#704ffd), to(#40a4f3));
  background-image: -webkit-linear-gradient(bottom, #704ffd 0%, #40a4f3 100%);
  background-image: -o-linear-gradient(bottom, #704ffd 0%, #40a4f3 100%);
  background-image: linear-gradient(to top, #704ffd 0%, #40a4f3 100%);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 2;
}

.infoblock__item {
  margin-bottom: 15px;
  text-align: center;
}

.infoblock__item p {
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto-Regular";
  color: #ffffff;
  margin-bottom: 0px;
}

.infoblock__item span {
  font-weight: 700;
  font-size: 30px;
}

.infoblock__figure-1 {
  position: absolute;
  top: -80px;
  right: 0px;
  display: none;
}

.infoblock__figure-2 {
  position: absolute;
  bottom: -160px;
  left: 0px;
  display: none;
  width: 250px;
}

@media (min-width: 768px) {
  .infoblock__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .infoblock__item {
    margin: 0 18px;
  }

  .infoblock__item p {
    font-size: 16px;
  }

  .infoblock__figure-1 {
    display: block;
  }

  .infoblock__figure-2 {
    display: block;
  }
}

@media (min-width: 992px) {
  .infoblock__item {
    margin: 0 40px;
  }

  .infoblock__item p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .infoblock__item span {
    font-size: 35px;
  }

  .infoblock__figure-2 {
    bottom: -180px;
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .infoblock {
    padding: 160px 0;
  }

  .infoblock__item {
    margin: 0 40px;
  }

  .infoblock__item p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .infoblock__item span {
    font-size: 50px;
  }

  .infoblock__figure-1 {
    right: 100px;
  }

  .infoblock__figure-2 {
    bottom: -240px;
    left: 100px;
    width: 350px;
  }
}

.map {
  padding-bottom: 20px;
}

.map__bg {
  position: absolute;
  top: -120px;
  left: 0;
  display: none;
  z-index: 0;
}

.roadmap__item {
  position: relative;
  padding-left: 40px;
  padding-bottom: 40px;
}

.roadmap__item:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 12.5px;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #557ef8;
}

.roadmap__item-title {
  color: #333333;
  font-size: 16px;
  font-family: "Roboto-Regular";
  font-weight: 700;
  margin-bottom: 10px;
}

.roadmap__item-text {
  font-size: 16px;
  color: #777777;
  line-height: 20px;
}

.roadmap__item-marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #557ef8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  background-color: #fff;
}

.roadmap__item:last-child:after {
  display: none;
}

.roadmap__item--active .roadmap__item-marker {
  width: 30px;
  height: 30px;
  left: -2.5px;
}

.roadmap__item--active .roadmap__item-marker:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f26552;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.roadmap__item--past .roadmap__item-marker {
  background-color: #557ef8;
}

.roadmap__item--past:after {
  border-left: 2px solid #557ef8;
}

@media (min-width: 768px) {
  .map {
    padding-bottom: 40px;
  }

  .roadmap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .roadmap__item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .roadmap__item {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .roadmap__item:after {
    width: 100%;
    border: none;
    border-top: 1px dashed #557ef8;
    top: 65px;
    border: auto;
    right: -50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  .roadmap__item:nth-child(2n):after {
    display: none;
  }

  .roadmap__item-title {
    margin-bottom: 24px;
  }

  .roadmap__item-marker {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 80px;
  }

  .roadmap__item-marker:before {
    content: '';
    position: absolute;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 50px;
    background-color: rgba(182, 183, 183, 0.5);
  }

  .roadmap__item--past:after {
    border-top: 1px solid #557ef8;
  }
}

@media (min-width: 992px) {
  .map {
    padding-bottom: 90px;
  }

  .map__bg {
    display: block;
  }

  .roadmap__item {
    width: -webkit-calc(33.3333% - 15px);
    width: calc(33.3333% - 15px);
  }

  .roadmap__item:nth-child(2n):after {
    display: block;
  }

  .roadmap__item:nth-child(3n):after {
    display: none;
  }

  .roadmap__item:last-child:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .roadmap__item {
    width: -webkit-calc(20% - 15px);
    width: calc(20% - 15px);
  }

  .roadmap__item:nth-child(5n):after {
    display: none;
  }

  .roadmap__item:nth-child(3n):after {
    display: block;
  }

  .roadmap__item:last-child:after {
    display: none;
  }
}

.app {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: none !important;
}

.app .container {
  position: relative;
}

.app__figure-1 {
  position: absolute;
  bottom: -120px;
  right: -20px;
  display: none;
  z-index: 5;
}

.app p {
  color: #777777;
  line-height: 30px;
  margin-bottom: 40px;
}

.app__dowload-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.app__link {
  margin: 0 5px;
}

.app__link:first-child {
  margin-bottom: 10px;
}

.app__iphone {
  position: absolute;
  bottom: -100px;
  right: 20%;
  z-index: 2;
  display: none;
}

.app .section-header {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .app {
    background-image: url(../img/app_bg-2.png) !important;
  }

  .app__iphone {
    bottom: -145px;
  }

  .app__dowload-links {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .app__iphone {
    display: block;
    right: -160px;
  }
}

@media (min-width: 992px) {
  .app__iphone {
    right: 0;
  }
}

@media (min-width: 1200px) {
  .app__iphone {
    right: 150px;
  }

  .app__figure-1 {
    display: block;
  }
}

@media only screen and (min-width: 1450px) {
  .app__figure-1 {
    right: 100px;
  }
}

.process__bg {
  position: absolute;
  top: 100px;
  right: -200px;
  display: none;
}

.process__step {
  margin-bottom: 30px;
  text-align: center;
}

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

.process__step-icon {
  width: 100px;
  height: 100px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 50px rgba(85, 126, 248, 0.2);
  box-shadow: 0 0 50px rgba(85, 126, 248, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 20px;
}

@media (min-width: 576px) {
  .process__steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .process__step {
    text-align: center;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    position: relative;
  }

  .process__step:after {
    content: '';
    position: absolute;
    top: 50px;
    left: -webkit-calc(-50% + 50px);
    left: calc(-50% + 50px);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    border-top: 1px dashed #557ef8;
  }

  .process__step:before {
    content: '';
    position: absolute;
    top: 35px;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 30px;
    height: 30px;
    background-image: url(../img/arr-right.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }

  .process__step:nth-child(2n):after {
    display: none;
  }

  .process__step:nth-child(2n):before {
    display: none;
  }

  .process__step-icon {
    margin: 0 auto 20px;
  }
}

@media (min-width: 768px) {
  .process__bg {
    display: block;
  }
}

@media (min-width: 992px) {
  .process__bg {
    right: 0;
    top: 0;
  }

  .process__step {
    margin-bottom: 0;
    width: -webkit-calc(25% - 15px);
    width: calc(25% - 15px);
  }

  .process__step:nth-child(2):before,
  .process__step:nth-child(2):after {
    display: block;
  }

  .process__step-icon {
    margin-bottom: 50px;
  }

  .process__step-title {
    margin-bottom: 40px;
  }
}

.docs {
  padding-bottom: 30px;
}

.doc {
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 250px;
  margin-bottom: 30px;
  position: relative;
}

.doc__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(309deg, #704ffd 0%, #40a4f3 100%);
  background-image: -o-linear-gradient(309deg, #704ffd 0%, #40a4f3 100%);
  background-image: linear-gradient(-219deg, #704ffd 0%, #40a4f3 100%);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.doc:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/doc-bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.doc__content {
  position: relative;
  z-index: 1;
}

.doc img {
  width: 51px;
  height: 55px;
  display: block;
  margin: 0 auto 30px;
}

.doc__title {
  font-size: 18px;
  font-family: "Roboto-Regular";
  color: #fefefe;
  font-weight: 700;
}

.doc:hover {
  -webkit-box-shadow: 0 0 30px #557ef8;
  box-shadow: 0 0 30px #557ef8;
}

.doc:hover .doc__bg {
  -webkit-transform: scaleY(1.05);
  -ms-transform: scaleY(1.05);
  transform: scaleY(1.05);
}

.doc:hover:after {
  opacity: 0;
}

@media (min-width: 576px) {
  .docs {
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .docs {
    padding-bottom: 150px;
  }

  .doc {
    margin-bottom: 0;
  }
}

.team {
  padding-bottom: 30px;
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#704ffd), to(#40a4f3));
  background-image: -webkit-linear-gradient(bottom, #704ffd 0%, #40a4f3 100%);
  background-image: -o-linear-gradient(bottom, #704ffd 0%, #40a4f3 100%);
  background-image: linear-gradient(to top, #704ffd 0%, #40a4f3 100%);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 2;
}

.team .container {
  position: relative;
  z-index: 1;
}

.team__figure-1 {
  position: absolute;
  bottom: -60px;
  right: 40px;
  display: none;
}

.team-member {
  margin-bottom: 30px;
  text-align: center;
}

.team-member__avatar {
  width: 109px;
  height: 109px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 0 auto 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member__name {
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1;
}

.team-member__post {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  margin-bottom: 17px;
  line-height: 1;
}

.team-member__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-member__social li {
  margin-right: 5px;
}

.team-member__social li:last-child {
  margin-right: 0;
}

.team-member__social a {
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.team-member__social a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.team-member__social img {
  display: block;
  width: 23px;
  height: 23px;
}

@media (min-width: 576px) {
  .team {
    padding-bottom: 50px;
  }

  .team-member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin-bottom: 50px;
  }

  .team-member__avatar {
    margin: 0;
  }

  .team-member__content {
    padding-left: 22px;
  }

  .team-member__social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .team__figure-1 {
    bottom: -140px;
    display: block;
  }
}

@media (min-width: 992px) {
  .team {
    padding-bottom: 100px;
  }
}

.advisors {
  padding-bottom: 20px;
}

.advisors__bg {
  position: absolute;
  top: -400px;
  left: 0;
  display: none;
}

.advisor {
  text-align: center;
  margin-bottom: 40px;
}

.advisor__img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  margin: 0 auto 20px;
  position: relative;
  display: block;
}

.advisor__img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.advisor__img img:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.advisor__sn {
  position: absolute;
  top: 10px;
  right: 0;
}

.advisor__sn img {
  width: 45px;
  height: 45px;
}

.advisor__title {
  font-family: "Roboto-Regular";
  font-weight: 700;
  color: #333333;
  margin-bottom: 5px;
}

.advisor__post {
  font-size: 16px;
  color: #bebebe;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .advisors {
    padding-bottom: 60px;
  }

  .advisors__bg {
    display: block;
  }

  .advisor {
    display: block;
  }

  .advisor__img {
    margin-bottom: 25px;
  }

  .advisor__title {
    margin-bottom: 0;
  }

  .advisor__post {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .advisors {
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 150px 0 110px 0;
  }
}

@media (min-width: 1200px) {
  .advisor {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }

  .advisor__img {
    margin-right: 40px;
  }
}

.press {
  padding-bottom: 30px;
}

.press__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.press .col-12 {
  margin-bottom: 30px;
}

.press__item {
  /* padding: 40px 40px 40px; */
  -webkit-box-shadow: 0 0 40px rgba(8, 0, 17, 0.1);
  box-shadow: 0 0 40px rgba(8, 0, 17, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  height: 100%;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.press__item:hover {
  -webkit-box-shadow: 0 5px 15px rgba(15, 60, 216, 0.15);
  box-shadow: 0 5px 15px rgba(15, 60, 216, 0.15);
}

.press__item-logo {
  height: 110;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-bottom: 40px; */
}

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

@media (min-width: 768px) {
  .press {
    padding-bottom: 70px;
  }

  .press__bg {
    display: block;
  }
}

@media (min-width: 992px) {
  .press {
    padding-bottom: 120px;
  }
}

.news {
  position: relative;
}

.news__bg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 900px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.news-carousel__item-img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.news-carousel__item {
  background-color: #fff;
  display: block;
  color: #333333;
  margin: 20px 0 35px;
  border: 1px solid #f9f9f9;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.news-carousel__item:hover {
  -webkit-box-shadow: 0 0 40px rgba(8, 0, 17, 0.1);
  box-shadow: 0 0 40px rgba(8, 0, 17, 0.1);
}

.news-carousel__item:hover .news-carousel__item-body {
  -webkit-box-shadow: 0 3px 27px rgba(0, 0, 0, 0.17);
  box-shadow: 0 3px 27px rgba(0, 0, 0, 0.17);
  color: #333333;
}

.news-carousel__item:hover .news-carousel__item-title {
  color: #557ef8;
}

.news-carousel__item-body {
  padding: 40px 49px 36px 38px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.news-carousel__item-subtitle {
  font-size: 16px;
  color: #557ef8;
  font-family: "Roboto-Regular";
  font-weight: 700;
  margin-bottom: 24px;
}

.news-carousel__item-title {
  font-size: 20px;
  font-family: "Roboto-Regular";
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  margin-bottom: 25px;
  margin-bottom-transition: color 0.4s;
}

.news-carousel p {
  line-height: 30px;
  margin-bottom: 25px;
}

.news-carousel__item-data {
  color: #bebebe;
  font-size: 16px;
  font-family: "Roboto-Regular";
  font-weight: 700;
}

.news-carousel .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-carousel .owl-dot {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #dedede !important;
  cursor: pointer;
  margin-right: 10px;
}

.news-carousel .owl-dot:last-child {
  margin-right: 0;
}

.news-carousel .owl-dot.active {
  width: 12px;
  height: 12px;
  background-color: #557ef8 !important;
}

@media (min-width: 768px) {
  .news-carousel__item {
    margin-bottom: 50px;
  }
}

/* .footer {
  background-position: top;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  position: relative;
}

.footer__figure {
  position: absolute;
  top: -70px;
  left: -10px;
}

.footer__list {
  margin-bottom: 30px;
  color: #fff;
}

.footer__bot {
  padding: 60px 0 0px;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.footer .logo {
  margin-bottom: 27px;
  height: 72px;
  width: 140px;
}

.footer .logo__img {
  height: 71px;
} */


.form__input {
  width: 100%;
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #F7F7F7;
  margin-bottom: 20px;
  padding-left: 25px;
  color: #2A2B2E;
  font-size: 16px;
  font-weight: 300;
  line-height: 55px;
  height: 55px;
  border: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* .form__input:hover,
.form__input:focus,
.form__input.in {
  background-color: white;
} */

.form__input:hover::-webkit-input-placeholder,
.form__input:focus::-webkit-input-placeholder,
.form__input.in::-webkit-input-placeholder {
  color: #2A2B2E;
}

.form__input:hover::-moz-placeholder,
.form__input:focus::-moz-placeholder,
.form__input.in::-moz-placeholder {
  color: #2A2B2E;
}

.form__input:hover:-ms-input-placeholder,
.form__input:focus:-ms-input-placeholder,
.form__input.in:-ms-input-placeholder {
  color: #2A2B2E;
}

.form__input:hover::-ms-input-placeholder,
.form__input:focus::-ms-input-placeholder,
.form__input.in::-ms-input-placeholder {
  color: #2A2B2E;
}

.form__input:hover::placeholder,
.form__input:focus::placeholder,
.form__input.in::placeholder {
  color: #2A2B2E;
}

.form__input::-webkit-input-placeholder {
  color: #2A2B2E;
  ;
  /* opacity: 0.5; */
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.form__input::-moz-placeholder {
  color: #2A2B2E;
  /* opacity: 0.5; */
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.form__input:-ms-input-placeholder {
  color: #2A2B2E;
  /* opacity: 0.5; */
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.form__input::-ms-input-placeholder {
  color: #2A2B2E;
  /* opacity: 0.5; */
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.form__input::placeholder {
  color: #2A2B2E;
  /* opacity: 0.5; */
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.form__textarea {
  color: #2A2B2E;
  font-size: 16px;
  font-weight: 300;
  resize: none;
  height: 196px;
  padding-left: 25px;
  padding-top: 22px;
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #F7F7F7;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* .form__textarea:hover,
.form__textarea:focus,
.form__textarea.in {
   background-color: white; 
} */

.form__textarea:hover::-webkit-input-placeholder,
.form__textarea:focus::-webkit-input-placeholder,
.form__textarea.in::-webkit-input-placeholder {
  color: #2A2B2E;
}

.form__textarea:hover::-moz-placeholder,
.form__textarea:focus::-moz-placeholder,
.form__textarea.in::-moz-placeholder {
  color: #2A2B2E;
}

.form__textarea:hover:-ms-input-placeholder,
.form__textarea:focus:-ms-input-placeholder,
.form__textarea.in:-ms-input-placeholder {
  color: #2A2B2E;
}

.form__textarea:hover::-ms-input-placeholder,
.form__textarea:focus::-ms-input-placeholder,
.form__textarea.in::-ms-input-placeholder {
  color: #2A2B2E;
}

.form__textarea:hover::placeholder,
.form__textarea:focus::placeholder,
.form__textarea.in::placeholder {
  color: #2A2B2E;
}

.form__textarea::-webkit-input-placeholder {
  color: #2A2B2E;
  /* opacity: 0.5; */
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.form__textarea::-moz-placeholder {
  color: #2A2B2E;
  /* opacity: 0.5; */
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.form__textarea:-ms-input-placeholder {
  color: #2A2B2E;
  /* opacity: 0.5; */
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.form__textarea::-ms-input-placeholder {
  color: #2A2B2E;
  /* opacity: 0.5; */
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.form__textarea::placeholder {
  color: #2A2B2E;
  /* opacity: 0.5; */
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.checkbox_div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  color: #2A2B2E;
}

.checkbox_div input {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0px;
  display: inline-block;
  margin: 3px 8px 0 0 !important;
}

.checkbox_div label {
  margin-bottom: 0px !important;
  font-weight: 300;
  font-size: 14px;
}

.checkbox_div label a {
  text-decoration: inherit;
  color: #008EF8;
}

.form__btn {
  cursor: pointer;
}

.form__title {
  color: #ffffff;
  margin-bottom: 20px;
}

.form__row {
  display: block;
}

.form__row .form__input {
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
}


label.error {
  display: none !important;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.footer-menu__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  margin-bottom: 10px;
}

.footer-menu__link {
  color: #9ca3af;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  line-height: 1;
}

.footer-menu__link:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #9ca3af;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.footer-menu__link:hover {
  color: #ffffff;
}

.footer-menu__link:hover:after {
  opacity: 1;
}

.copyright {
  font-size: 14px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5);
  /* margin-bottom: 30px; */
}

@media (min-width: 768px) {
  .form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form__row .form__input {
    margin-bottom: 0;
    margin-right: 6px;
  }

  .form__row .form__btn {
    width: auto;
  }

}

@media (min-width: 768px) {
  .footer__figure {
    left: 35px;
  }
}

@media (min-width: 992px) {
  .footer {
    padding-bottom: 20px;
  }

  .footer__bot .footer__list {
    margin-left: 20px;
  }
}

.faq__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.accordion li {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 40px rgba(8, 0, 17, 0.1);
  box-shadow: 0 0 40px rgba(8, 0, 17, 0.1);
  background-color: #ffffff;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

.accordion li:last-child {
  margin-bottom: 0;
}

.accordion p {
  display: none;
  padding: 5px 20px 30px;
}

.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 25px 60px 25px 20px;
  font-size: 18px;
  line-height: 22px;
  font-family: "Roboto-Regular";
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  color: #333333 !important;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.accordion a:after {
  content: '';
  position: absolute;
  top: 14px;
  right: 18px;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../img/down-chevron.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 18px 18px;
  background-size: 18px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.accordion a:hover {
  color: #557ef8 !important;
}

.accordion a.active {
  color: #557ef8 !important;
  padding-bottom: 20px;
}

.accordion a.active:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (min-width: 768px) {
  .accordion a {
    padding: 30px 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-size: 20px;
    line-height: 24px;
  }

  .accordion a:after {
    top: 18px;
  }

  .accordion p {
    padding: 0px 40px 28px;
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .faq__bg {
    display: block;
  }
}

.data__list {
  font-size: 18px;
  line-height: 22px;
  color: #888a8b;
}

.data__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.data__list li:last-child {
  margin-bottom: 0;
}

.data__list b {
  color: #404040;
  width: 50%;
}

.data__info {
  -webkit-box-shadow: 0 0 40px rgba(8, 0, 17, 0.1);
  box-shadow: 0 0 40px rgba(8, 0, 17, 0.1);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 1;
  color: #888a8b;
  margin: 30px 0;
}

.data__info b {
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  display: block;
}

.data__info-item {
  margin-bottom: 15px;
}

.data__info-item:last-child {
  margin-bottom: 0;
}

.data .btn {
  margin-top: 30px;
}

.chart {
  padding-top: 30px;
}

.chart__wrap {
  max-width: 430px;
  margin-bottom: 30px;
}

.chart__legend li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  margin-bottom: 16px;
  line-height: 22px;
}

.chart__legend li span {
  content: '';
  width: 14px;
  height: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 8px;
}

.chart__legend li:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .data__info {
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .data__info-item {
    margin-bottom: 0;
    position: relative;
  }

  .data__info-item:nth-child(2) {
    padding: 0 15px;
  }

  .data__info-item:nth-child(2):before,
  .data__info-item:nth-child(2):after {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(182, 183, 183, 0.5);
  }

  .data__info-item:nth-child(2):before {
    left: 0;
  }

  .data__info-item:nth-child(2):after {
    right: 0;
  }

  .chart__wrap {
    margin: 0 auto 30px;
  }

  .chart__legend {
    max-width: 430px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .data__info-item:nth-child(2) {
    padding: 0 60px;
  }

  .chart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .chart__wrap {
    margin-right: 30px;
    max-width: 370px;
  }
}

@media (min-width: 992px) {
  .data__info-item b {
    font-size: 20px;
  }

  .data__info-item:nth-child(2) {
    padding: 0 15px;
  }

  .data__list li {
    margin-bottom: 30px;
  }

  .chart {
    padding-top: 140px;
    display: block;
  }

  .chart__wrap {
    max-width: 430px;
    margin: 0 0 30px 0;
  }
}

@media (min-width: 1200px) {
  .data__info-item b {
    font-size: 24px;
  }

  .data__info-item:nth-child(2) {
    padding: 0 25px;
  }
}

.first-screen {
  position: relative;
}

.first-screen h1 {
  max-width: 1200px;
  margin: 0 auto 30px;
  font-size: 6rem !important;
  color: #fff;
}

.time_circles span {
  color: #ffffff;
}

.time_circles h4 {
  color: #ffffff;
}

.first-screen p {
  margin-bottom: 20px;
  max-width: 900px;
  margin: 0 auto 20px;
  color: #fff;
}

.btn_meeting {
  display: block;
  position: absolute;
  top: 56%;
  left: 45%;
  z-index: 999;
}

.btn_meeting .btn {
  width: 100%;
  text-align: center;
  background: #0E5DD8 !important;
  color: #fff !important;
}

.btn_meeting .btn:hover {
  color: #ffffff;
  background-color: #6376db !important;
}

.btn_meeting .btn:first-child {
  margin-bottom: 10px;
  background: #0E5DD8;
  color: #fff;
  box-shadow: none;
}

.first-screen__bg-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.first-screen__bg-2 {
  position: absolute;
  right: 0;
  top: 150px;
  display: none;
  z-index: 1;
}

.first-screen__round-1 {
  position: absolute;
  top: 200px;
  left: 0px;
  display: none;
  z-index: 1;
  zoom: 0.8;
}

.first-screen__round-2 {
  position: absolute;
  top: 325px;
  left: 160px;
  display: none;
}

.first-screen__round-3 {
  position: absolute;
  bottom: -200px;
  right: 30px;
  display: none;
}

.TimeCircles {
  max-width: 720px;
  margin: 0 auto 20px;
}

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

.payments img {
  margin: 0 10px;
}

@media (min-width: 768px) {
  .btn_meeting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn_meeting .btn {
    width: auto;
  }

  .btn_meeting .btn:first-child {
    margin-bottom: 0;
  }

  .first-screen__bg-2 {
    display: block;
    right: -250px;
  }
}


@media (min-width: 1200px) {
  .first-screen__bg-1 {
    left: -100px;
  }

  .first-screen__bg-2 {
    right: -100px;
  }

  .first-screen__round-1 {
    display: block;
    left: -100px;
  }

  .first-screen__round-2 {
    display: block;
    left: 50px;
  }

  .first-screen__round-3 {
    display: block;
    right: -100px;
  }

  .first-screen p {
    max-width: 700px;
  }
}

@media only screen and (min-width: 1400px) {
  .first-screen__bg-1 {
    left: 0px;
  }

  .first-screen__bg-2 {
    right: 0px;
  }

  .first-screen__round-1 {
    display: block;
    left: 0;
  }

  .first-screen__round-2 {
    display: block;
    left: 150px;
  }

  .first-screen__round-3 {
    display: block;
    right: 0;
  }

  .first-screen p {
    max-width: 900px;
  }
}


.steps {
  padding-bottom: 20px
}

.step {
  text-align: center;
  margin-bottom: 40px
}

.step__icon {
  width: 125px;
  height: 125px;
  position: relative;
  margin: 0 auto 10px;
  line-height: 125px;
}

.step__icon img,
.step__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.step__icon1 {
  max-width: 43px;
  height: 40px;
  position: relative;
  margin: 0 auto 36px;
}

.step__icon1 img {
  width: 36px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.step__icon2 {
  max-width: 210px;
  height: 40px;
  position: relative;
  margin: 0 auto 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step__icon2 img:nth-child(1) {
  width: 120px;
  height: 40px;
}

.step__icon2 img:nth-child(2) {
  width: 92px;
  height: 40px;
}

.step__icon3 {
  max-width: 270px;
  height: 40px;
  position: relative;
  margin: 0 auto 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step__icon3 img:nth-child(1) {
  width: 150px;
  height: 40px;
}

.step__icon3 img:nth-child(2) {
  width: 120px;
  height: 40px;
}

.step__num {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ef1552;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  color: #fff;
  font-family: 'Roboto-Regular';
  letter-spacing: .48px;
  text-align: center;
  line-height: 38px
}

.step__title {
  font-size: 18px;
  color: #333;
  /* font-family: 'Roboto-Regular'; */
  font-weight: 700;
  margin-bottom: 15px
}

.icon-img {
  color: #557ef8;
  font-size: 3rem !important;
}

@media (min-width:768px) {
  .steps {
    padding-bottom: 40px
  }

  .step {
    margin-bottom: 60px
  }

  .step__icon {
    margin-bottom: 10px
  }

  .step__title {
    margin-bottom: 10px
  }

}

.press {
  padding-bottom: 30px
}

.press .col-12 {
  margin-bottom: 30px
}

.press__item {
  /* padding: 24px 40px 40px; */
  -webkit-box-shadow: 0 5px 15px rgba(15, 60, 216, .05);
  box-shadow: 0 5px 15px rgba(15, 60, 216, .05);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  height: 100%;
  -webkit-transition: -webkit-box-shadow .4s;
  transition: -webkit-box-shadow .4s;
  -o-transition: box-shadow .4s;
  transition: box-shadow .4s;
  transition: box-shadow .4s, -webkit-box-shadow .4s
}

.press__item:hover {
  -webkit-box-shadow: 0 5px 15px rgba(15, 60, 216, .15);
  box-shadow: 0 5px 15px rgba(15, 60, 216, .15)
}

.press__item-logo {
  height: 110;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-bottom: 40px */
}

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


@media (min-width:768px) {
  .press {
    padding-bottom: 70px
  }
}

@media (min-width:992px) {
  .press {
    padding-bottom: 120px
  }
}

.product-name {
  color: #333333;
  /* font-family: "Roboto-Bold"; */
  /* font-weight: 600; */
  font-size: 20px
}

.social-list__link .iconfont {
  color: #fff !important;
}


.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

#dropdownMenu1 {
  height: 36px;
  display: flex;
  align-items: center;
  /* line-height: 36px; */
}

#calendarBtn {
  height: 42px;
  align-items: center;
  line-height: initial;
  display: flex;
  background: #557ef8;
}

#ImgSend {
  height: 42px;
  align-items: center;
  line-height: initial;
  display: flex;
  margin: 0 auto;
  margin-top: 8px;
  background: #557ef8;
}

.contact {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat
}

.contact-bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.contact .container {
  position: relative;
  z-index: 1
}

.form {
  max-width: 750px;
  margin: 0 auto
}

.form.subscribe {
  max-width: 100%
}

.form__btn {
  cursor: pointer;
  text-align: center
}

.form__title {
  color: #fff;
  margin-bottom: 20px
}

.form__row {
  display: block
}

.form__row .form__input {
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0
}


label.error {
  display: none !important
}

@media (min-width:992px) {
  .contact {
    background-position: left top
  }

  .form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .form__row .form__input {
    margin-bottom: 0;
    margin-right: 6px
  }

  .form__row .form__btn {
    width: auto
  }
}

@media (min-width:1200px) {
  .contact {
    padding-top: 140px
  }
}

.footer {
  padding: 60px 30px;
  /* background: url('../img/footer-bg.png'); */
  background-position: center;
  background-size: cover;
  margin-top: -2px;
  background-color: #252835
}

.footer__list {
  margin-bottom: 30px;
  color: #fff
}

.footer__bot {
  padding: 60px 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top
}

.footer .logo {
  /* margin-bottom: 27px */
}

.footer .logo__img {
  height: 71px
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px
}

.footer-menu__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%
}

.footer-menu__link {
  color: #9ca3af;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  line-height: 1;

}

.footer-menu__link:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #9ca3af;
  opacity: 0
}

.footer-menu__link:hover {
  color: #fff
}

.footer-menu__link:hover:after {
  opacity: 1
}

.copyright {
  font-size: 14px;
  line-height: 25px;
  color: rgba(255, 255, 255, .5);
  /* margin-bottom: 30px */
}

.copyright-bottom {
  font-size: 14px;
  line-height: 25px;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 30px
}

@media (min-width:992px) {
  .footer {
    padding-bottom: 20px
  }

  .footer__bot .footer__list {
    margin-left: 20px
  }
}