object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

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

b,
strong,
th {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
}

small {
  font-size: 80%;
}

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background: transparent;
  color: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
a:hover {
  color: var(--color-primary);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 20px 0;
  padding: 0;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

button,
[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 {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input,
select {
  vertical-align: middle;
}

a,
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}

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

label {
  font-weight: normal;
}

select {
  cursor: pointer;
  padding-left: 14px;
}

textarea {
  overflow: auto;
  padding: 10px 15px;
}

input,
textarea,
select,
button,
a,
button:hover,
button:active,
button:focus {
  outline: none;
}

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

* {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-top: constant(safe-area-inset-top);
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.gutter-24 {
  margin-left: -12px;
  margin-right: -12px;
}
.gutter-24 > [class*=col-], .gutter-24 > .col, .gutter-24 > [class^=col-] {
  padding-left: 12px;
  padding-right: 12px;
}

@media all and (min-width: 1366px) {
  .container {
    max-width: 1310px;
  }
}
body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-neutral-10);
  word-break: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
  margin: 0;
  background-color: #EEF6FF;
}

html, body {
  scroll-behavior: smooth;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nowrap {
  white-space: nowrap;
}

.hover-default:hover {
  opacity: 0.65;
}

.img-ratio {
  display: block;
  position: relative;
}
.img-ratio.pseudo:before {
  content: "";
  display: block;
  visibility: hidden;
}
.img-ratio img, .img-ratio .bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.md_image img {
  display: block;
  width: 100%;
  border-radius: 15px;
}

@media all and (max-width: 991px) {
  .lg-hidden {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .md-hidden {
    display: none;
  }
}
@media all and (max-width: 575px) {
  .sm-hidden {
    display: none;
  }
}
.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.icon-messages {
  background-image: url("../images/icons/messages.svg");
  width: 46px;
  height: 46px;
}
.icon-arrow-left {
  background-image: url("../images/icons/arrow-left.svg");
  width: 46px;
  height: 46px;
}
.icon-arrow-left-color {
  background-image: url("../images/icons/arrow-left-2.svg");
  width: 46px;
  height: 46px;
}
.icon-bubble {
  background-image: url("../images/icons/bubble.svg");
  width: 48px;
  height: 48px;
}
.icon-cloud-drizzle {
  background-image: url("../images/icons/cloud-drizzle.svg");
  width: 48px;
  height: 48px;
}
.icon-emoji-normal {
  background-image: url("../images/icons/emoji-normal.svg");
  width: 48px;
  height: 48px;
}
.icon-ghost {
  background-image: url("../images/icons/ghost.svg");
  width: 48px;
  height: 48px;
}
.icon-message-remove {
  background-image: url("../images/icons/message-remove.svg");
  width: 55px;
  height: 55px;
}
.icon-chart {
  background-image: url("../images/icons/chart.svg");
  width: 55px;
  height: 55px;
}
.icon-user-tag {
  background-image: url("../images/icons/user-tag.svg");
  width: 55px;
  height: 55px;
}
.icon-video-circle {
  background-image: url("../images/icons/video-circle.svg");
  width: 80px;
  height: 80px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes bounceInUpZ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(130px);
    transform: translateY(130px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUpZ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(130px);
    transform: translateY(130px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUpZ {
  -webkit-animation-name: bounceInUpZ;
  animation-name: bounceInUpZ;
}

@-webkit-keyframes bounceInDownZ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDownZ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDownZ {
  -webkit-animation-name: bounceInDownZ;
  animation-name: bounceInDownZ;
}

@-webkit-keyframes bounceInLeftZ {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeftZ {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeftZ {
  -webkit-animation-name: bounceInLeftZ;
  animation-name: bounceInLeftZ;
}

@-webkit-keyframes bounceInRightZ {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRightZ {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRightZ {
  -webkit-animation-name: bounceInRightZ;
  animation-name: bounceInRightZ;
}

@-webkit-keyframes fadeInDownZ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownZ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownZ {
  -webkit-animation-name: fadeInDownZ;
  animation-name: fadeInDownZ;
}

@-webkit-keyframes fadeInLeftZ {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftZ {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftZ {
  -webkit-animation-name: fadeInLeftZ;
  animation-name: fadeInLeftZ;
}

@-webkit-keyframes fadeInRightZ {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightZ {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightZ {
  -webkit-animation-name: fadeInRightZ;
  animation-name: fadeInRightZ;
}

@-webkit-keyframes fadeInUpZ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpZ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpZ {
  -webkit-animation-name: fadeInUpZ;
  animation-name: fadeInUpZ;
}

.header {
  position: absolute;
  top: 40px;
  left: 15px;
  right: 15px;
  z-index: 2;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__nav ul li {
  margin-right: 50px;
}
.header__nav ul li:last-child {
  margin-right: 0;
}
.header__nav ul li a {
  font-weight: 600;
  color: #fff;
}
.header__nav ul li a:hover {
  text-decoration: underline;
}
@media all and (max-width: 991px) {
  .header {
    display: none;
  }
}

.footer {
  text-align: center;
  margin-top: 95px;
  padding-bottom: 80px;
}
.footer__text {
  max-width: 780px;
  margin: 16px auto 0 auto;
  font-size: 16px;
  color: var(--color-neutral-30);
}
.footer__img img {
  width: 115px;
}
@media all and (max-width: 767px) {
  .footer {
    margin-top: 58px;
  }
}

.banner {
  background-image: url("../images/bg-banner.png");
  background-size: 100% auto;
  text-align: center;
  padding-top: 130px;
  background-position: center bottom 200px;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  margin-bottom: 115px;
}
.banner:after {
  content: "";
  background-color: #e33e53;
  bottom: 60%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
.banner__title {
  font-weight: 900;
  color: #fff;
  font-size: 90px;
  text-transform: uppercase;
  line-height: 1.1;
  position: relative;
}
.banner__img {
  padding-right: 7.5%;
  margin-top: -50px;
  margin-bottom: -45px;
}
.banner__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  border-radius: 99px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background-color: #2DAFD3;
  background-image: -webkit-gradient(linear, left top, right top, from(#2DAFD3), to(#59E1D3));
  background-image: linear-gradient(to right, #2DAFD3, #59E1D3);
  padding: 19px 40px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner__btn:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#2DAFD3), to(#59E1D3));
  background-image: linear-gradient(to right, #2DAFD3, #59E1D3);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  z-index: -1;
}
.banner__btn b {
  font-weight: 900;
}
.banner__btn:hover {
  color: #fff;
}
.banner__btn:hover:after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media all and (max-width: 991px) {
  .banner {
    padding-top: 80px;
    background-position: center bottom 150px;
    margin-bottom: 80px;
  }
  .banner__title {
    font-size: 64px;
  }
  .banner__img {
    margin-bottom: -30px;
  }
}
@media all and (max-width: 767px) {
  .banner {
    background-position: center bottom 124px;
    background-size: 200% auto;
    margin-bottom: 40px;
  }
  .banner__title {
    font-size: 35px;
  }
  .banner__img {
    margin-top: -10px;
    margin-bottom: -15px;
    margin-right: -5%;
    margin-left: -6%;
    padding-right: 4%;
  }
  .banner__btn {
    font-size: 22px;
    padding: 12px 28px;
  }
  .banner__btn .icon {
    width: 32px;
    height: 32px;
  }
}
@media all and (max-width: 575px) {
  .banner__btn {
    width: 100%;
  }
}
@media all and (max-width: 349px) {
  .banner__title {
    font-size: 32px;
  }
  .banner__btn {
    font-size: 18px;
    padding: 10px 22px;
  }
  .banner__btn .icon {
    width: 28px;
    height: 28px;
  }
}

.video {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}
.video:before {
  content: "";
  display: block;
  padding-top: 41.640625%;
}
.video video, .video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video__play {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.video__play:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.video.--play .video__play {
  display: none;
}
@media all and (max-width: 767px) {
  .video {
    margin-bottom: 60px;
    border-radius: 24px;
  }
  .video__play .icon {
    width: 32px;
    height: 32px;
  }
}

.helper {
  margin-bottom: 125px;
}
.helper__box {
  border-radius: 32px;
  padding: 32px 24px;
  background-color: #fff;
  color: var(--color-neutral-10);
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.helper__box__icon {
  margin-bottom: 12px;
}
.helper__box__label {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.helper__box__text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
.helper__box__title {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.helper__box__logo {
  margin-top: auto;
  margin-right: -24px;
  margin-left: -40px;
}
.helper__box__s-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.helper__box__btn {
  display: inline-block;
  margin-top: 24px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.helper__box__btn:hover {
  opacity: 0.7;
}
.helper__box.--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0;
}
.helper__box.--color-2 {
  color: #fff;
}
.helper__box.--img {
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.helper__box.--bg-page {
  overflow: hidden;
  background-color: transparent;
}
.helper__box.--bg-page:before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#63BEB5), to(#DCF7F4));
  background-image: linear-gradient(#63BEB5, #DCF7F4);
}
.helper__box.--bg-page:after {
  content: "";
  bottom: 2px;
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
  border-radius: 30px;
  z-index: -1;
  background-color: #EEF6FF;
}
.helper__box.--act {
  padding: 24px 16px 32px 16px;
}
.helper__box:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2);
}
@media all and (min-width: 992px) {
  .helper__box.--fw {
    margin-right: 55px;
  }
  .helper__box.--n-fw {
    margin-left: -55px;
  }
}
@media all and (max-width: 1199px) {
  .helper__box__title {
    margin-top: 50px;
  }
  .helper__box__logo {
    margin: -40px 0 0 0;
  }
  .helper__box.--top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 16px 0 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media all and (max-width: 991px) {
  .helper__box.--img {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .helper {
    margin-bottom: 43px;
  }
  .helper__box {
    padding: 24px;
    border-radius: 24px;
  }
  .helper__box__title {
    font-size: 30px;
    margin-top: 20px;
  }
  .helper__box__logo {
    margin-top: -20px;
    margin-right: -40px;
  }
  .helper__box.--top {
    padding-right: 8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .helper__box.--bg-page:after {
    border-radius: 22px;
  }
}

.security {
  margin-bottom: 63px;
  position: relative;
}
.security:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -600px;
  bottom: -400px;
  background-image: url("../images/bg-gradient.png");
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: -9;
}
.security__desc {
  font-size: 18px;
  text-align: center;
  color: var(--color-neutral-10);
  line-height: 1.45;
  margin-top: 32px;
  margin-bottom: 32px;
}
.security__desc p {
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 1.33em;
}
.security__title {
  font-weight: bold;
  font-size: 45px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 32px;
}
.security__item {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.security__item__icon {
  margin-bottom: 16px;
}
.security__item__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.security__item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {
  .security {
    margin-bottom: 50px;
  }
  .security:after {
    background-position: right -500px center;
  }
  .security__title {
    font-size: 32px;
  }
}

.support {
  border-radius: 32px;
  background-color: var(--color-primary);
  padding: 16px 42px 0 42px;
  background-image: url("../images/bg-banner-2.png");
  background-position: left bottom;
  background-size: auto 93%;
  background-repeat: no-repeat;
}
.support__img {
  text-align: center;
  padding-left: 50px;
  margin-right: -10px;
}
.support__ct {
  padding-left: 30px;
}
.support__text {
  color: #fff;
  font-size: 45px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 24px;
}
.support__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #56EADC;
  font-size: 24px;
  font-weight: 600;
  padding: 16px 34px;
  border-radius: 55px;
  cursor: pointer;
}
.support__btn i {
  margin-left: 16px;
}
@media (hover: hover) {
  .support__btn:hover {
    background-color: var(--color-neutral-10);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .support__btn:hover {
    background-color: var(--color-neutral-10);
  }
}
@media all and (max-width: 991px) {
  .support {
    text-align: center;
    padding: 42px 16px 0 16px;
    background-size: 100% auto;
    background-position: left bottom;
  }
  .support__ct {
    padding-left: 0;
  }
  .support__img {
    padding-right: 14%;
    margin-top: 34px;
    margin-right: 0;
    padding-left: 0;
  }
  .support__img img {
    width: 210px;
    max-width: 74%;
  }
  .support__text {
    font-size: 30px;
  }
  .support__btn {
    background-color: #fff;
    font-size: 18px;
    padding: 10px 12px 10px 16px;
  }
  .support__btn .icon {
    width: 40px;
    height: 40px;
  }
}

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

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

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pd-0 {
  padding: 0px !important;
}

.mg-0 {
  margin: 0px !important;
}

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

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

.ml-05 {
  margin-left: 05px !important;
}

.mr-05 {
  margin-right: 05px !important;
}

.pb-05 {
  padding-bottom: 05px !important;
}

.pt-05 {
  padding-top: 05px !important;
}

.pl-05 {
  padding-left: 05px !important;
}

.pr-05 {
  padding-right: 05px !important;
}

.pd-05 {
  padding: 05px !important;
}

.mg-05 {
  margin: 05px !important;
}

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

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

.ml-06 {
  margin-left: 06px !important;
}

.mr-06 {
  margin-right: 06px !important;
}

.pb-06 {
  padding-bottom: 06px !important;
}

.pt-06 {
  padding-top: 06px !important;
}

.pl-06 {
  padding-left: 06px !important;
}

.pr-06 {
  padding-right: 06px !important;
}

.pd-06 {
  padding: 06px !important;
}

.mg-06 {
  margin: 06px !important;
}

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

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

.ml-08 {
  margin-left: 08px !important;
}

.mr-08 {
  margin-right: 08px !important;
}

.pb-08 {
  padding-bottom: 08px !important;
}

.pt-08 {
  padding-top: 08px !important;
}

.pl-08 {
  padding-left: 08px !important;
}

.pr-08 {
  padding-right: 08px !important;
}

.pd-08 {
  padding: 08px !important;
}

.mg-08 {
  margin: 08px !important;
}

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

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

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pd-10 {
  padding: 10px !important;
}

.mg-10 {
  margin: 10px !important;
}

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

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

.ml-12 {
  margin-left: 12px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pd-12 {
  padding: 12px !important;
}

.mg-12 {
  margin: 12px !important;
}

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

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

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pd-15 {
  padding: 15px !important;
}

.mg-15 {
  margin: 15px !important;
}

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

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

.ml-16 {
  margin-left: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pd-16 {
  padding: 16px !important;
}

.mg-16 {
  margin: 16px !important;
}

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

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

.ml-18 {
  margin-left: 18px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.pd-18 {
  padding: 18px !important;
}

.mg-18 {
  margin: 18px !important;
}

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

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

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pd-20 {
  padding: 20px !important;
}

.mg-20 {
  margin: 20px !important;
}

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

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

.ml-24 {
  margin-left: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pd-24 {
  padding: 24px !important;
}

.mg-24 {
  margin: 24px !important;
}

@media all and (max-width: 1199px) {
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .pt-xl-0 {
    padding-top: 0px !important;
  }
  .pr-xl-0 {
    padding-right: 0px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xl-0 {
    padding-left: 0px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n0 {
    margin-top: -0px !important;
  }
  .mr-xl-n0 {
    margin-right: -0px !important;
  }
  .mb-xl-n0 {
    margin-bottom: -0px !important;
  }
  .ml-xl-n0 {
    margin-left: -0px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n0 {
    margin-top: -0px !important;
  }
  .mr-lg-n0 {
    margin-right: -0px !important;
  }
  .mb-lg-n0 {
    margin-bottom: -0px !important;
  }
  .ml-lg-n0 {
    margin-left: -0px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n0 {
    margin-top: -0px !important;
  }
  .mr-md-n0 {
    margin-right: -0px !important;
  }
  .mb-md-n0 {
    margin-bottom: -0px !important;
  }
  .ml-md-n0 {
    margin-left: -0px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n0 {
    margin-top: -0px !important;
  }
  .mr-sm-n0 {
    margin-right: -0px !important;
  }
  .mb-sm-n0 {
    margin-bottom: -0px !important;
  }
  .ml-sm-n0 {
    margin-left: -0px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-05 {
    margin-top: 05px !important;
  }
  .mr-xl-05 {
    margin-right: 05px !important;
  }
  .mb-xl-05 {
    margin-bottom: 05px !important;
  }
  .ml-xl-05 {
    margin-left: 05px !important;
  }
  .pt-xl-05 {
    padding-top: 05px !important;
  }
  .pr-xl-05 {
    padding-right: 05px !important;
  }
  .pb-xl-05 {
    padding-bottom: 05px !important;
  }
  .pl-xl-05 {
    padding-left: 05px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n05 {
    margin-top: -05px !important;
  }
  .mr-xl-n05 {
    margin-right: -05px !important;
  }
  .mb-xl-n05 {
    margin-bottom: -05px !important;
  }
  .ml-xl-n05 {
    margin-left: -05px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-05 {
    margin-top: 05px !important;
  }
  .mr-lg-05 {
    margin-right: 05px !important;
  }
  .mb-lg-05 {
    margin-bottom: 05px !important;
  }
  .ml-lg-05 {
    margin-left: 05px !important;
  }
  .pt-lg-05 {
    padding-top: 05px !important;
  }
  .pr-lg-05 {
    padding-right: 05px !important;
  }
  .pb-lg-05 {
    padding-bottom: 05px !important;
  }
  .pl-lg-05 {
    padding-left: 05px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n05 {
    margin-top: -05px !important;
  }
  .mr-lg-n05 {
    margin-right: -05px !important;
  }
  .mb-lg-n05 {
    margin-bottom: -05px !important;
  }
  .ml-lg-n05 {
    margin-left: -05px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-05 {
    margin-top: 05px !important;
  }
  .mr-md-05 {
    margin-right: 05px !important;
  }
  .mb-md-05 {
    margin-bottom: 05px !important;
  }
  .ml-md-05 {
    margin-left: 05px !important;
  }
  .pt-md-05 {
    padding-top: 05px !important;
  }
  .pr-md-05 {
    padding-right: 05px !important;
  }
  .pb-md-05 {
    padding-bottom: 05px !important;
  }
  .pl-md-05 {
    padding-left: 05px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n05 {
    margin-top: -05px !important;
  }
  .mr-md-n05 {
    margin-right: -05px !important;
  }
  .mb-md-n05 {
    margin-bottom: -05px !important;
  }
  .ml-md-n05 {
    margin-left: -05px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-05 {
    margin-top: 05px !important;
  }
  .mr-sm-05 {
    margin-right: 05px !important;
  }
  .mb-sm-05 {
    margin-bottom: 05px !important;
  }
  .ml-sm-05 {
    margin-left: 05px !important;
  }
  .pt-sm-05 {
    padding-top: 05px !important;
  }
  .pr-sm-05 {
    padding-right: 05px !important;
  }
  .pb-sm-05 {
    padding-bottom: 05px !important;
  }
  .pl-sm-05 {
    padding-left: 05px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n05 {
    margin-top: -05px !important;
  }
  .mr-sm-n05 {
    margin-right: -05px !important;
  }
  .mb-sm-n05 {
    margin-bottom: -05px !important;
  }
  .ml-sm-n05 {
    margin-left: -05px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-06 {
    margin-top: 06px !important;
  }
  .mr-xl-06 {
    margin-right: 06px !important;
  }
  .mb-xl-06 {
    margin-bottom: 06px !important;
  }
  .ml-xl-06 {
    margin-left: 06px !important;
  }
  .pt-xl-06 {
    padding-top: 06px !important;
  }
  .pr-xl-06 {
    padding-right: 06px !important;
  }
  .pb-xl-06 {
    padding-bottom: 06px !important;
  }
  .pl-xl-06 {
    padding-left: 06px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n06 {
    margin-top: -06px !important;
  }
  .mr-xl-n06 {
    margin-right: -06px !important;
  }
  .mb-xl-n06 {
    margin-bottom: -06px !important;
  }
  .ml-xl-n06 {
    margin-left: -06px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-06 {
    margin-top: 06px !important;
  }
  .mr-lg-06 {
    margin-right: 06px !important;
  }
  .mb-lg-06 {
    margin-bottom: 06px !important;
  }
  .ml-lg-06 {
    margin-left: 06px !important;
  }
  .pt-lg-06 {
    padding-top: 06px !important;
  }
  .pr-lg-06 {
    padding-right: 06px !important;
  }
  .pb-lg-06 {
    padding-bottom: 06px !important;
  }
  .pl-lg-06 {
    padding-left: 06px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n06 {
    margin-top: -06px !important;
  }
  .mr-lg-n06 {
    margin-right: -06px !important;
  }
  .mb-lg-n06 {
    margin-bottom: -06px !important;
  }
  .ml-lg-n06 {
    margin-left: -06px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-06 {
    margin-top: 06px !important;
  }
  .mr-md-06 {
    margin-right: 06px !important;
  }
  .mb-md-06 {
    margin-bottom: 06px !important;
  }
  .ml-md-06 {
    margin-left: 06px !important;
  }
  .pt-md-06 {
    padding-top: 06px !important;
  }
  .pr-md-06 {
    padding-right: 06px !important;
  }
  .pb-md-06 {
    padding-bottom: 06px !important;
  }
  .pl-md-06 {
    padding-left: 06px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n06 {
    margin-top: -06px !important;
  }
  .mr-md-n06 {
    margin-right: -06px !important;
  }
  .mb-md-n06 {
    margin-bottom: -06px !important;
  }
  .ml-md-n06 {
    margin-left: -06px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-06 {
    margin-top: 06px !important;
  }
  .mr-sm-06 {
    margin-right: 06px !important;
  }
  .mb-sm-06 {
    margin-bottom: 06px !important;
  }
  .ml-sm-06 {
    margin-left: 06px !important;
  }
  .pt-sm-06 {
    padding-top: 06px !important;
  }
  .pr-sm-06 {
    padding-right: 06px !important;
  }
  .pb-sm-06 {
    padding-bottom: 06px !important;
  }
  .pl-sm-06 {
    padding-left: 06px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n06 {
    margin-top: -06px !important;
  }
  .mr-sm-n06 {
    margin-right: -06px !important;
  }
  .mb-sm-n06 {
    margin-bottom: -06px !important;
  }
  .ml-sm-n06 {
    margin-left: -06px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-08 {
    margin-top: 08px !important;
  }
  .mr-xl-08 {
    margin-right: 08px !important;
  }
  .mb-xl-08 {
    margin-bottom: 08px !important;
  }
  .ml-xl-08 {
    margin-left: 08px !important;
  }
  .pt-xl-08 {
    padding-top: 08px !important;
  }
  .pr-xl-08 {
    padding-right: 08px !important;
  }
  .pb-xl-08 {
    padding-bottom: 08px !important;
  }
  .pl-xl-08 {
    padding-left: 08px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n08 {
    margin-top: -08px !important;
  }
  .mr-xl-n08 {
    margin-right: -08px !important;
  }
  .mb-xl-n08 {
    margin-bottom: -08px !important;
  }
  .ml-xl-n08 {
    margin-left: -08px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-08 {
    margin-top: 08px !important;
  }
  .mr-lg-08 {
    margin-right: 08px !important;
  }
  .mb-lg-08 {
    margin-bottom: 08px !important;
  }
  .ml-lg-08 {
    margin-left: 08px !important;
  }
  .pt-lg-08 {
    padding-top: 08px !important;
  }
  .pr-lg-08 {
    padding-right: 08px !important;
  }
  .pb-lg-08 {
    padding-bottom: 08px !important;
  }
  .pl-lg-08 {
    padding-left: 08px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n08 {
    margin-top: -08px !important;
  }
  .mr-lg-n08 {
    margin-right: -08px !important;
  }
  .mb-lg-n08 {
    margin-bottom: -08px !important;
  }
  .ml-lg-n08 {
    margin-left: -08px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-08 {
    margin-top: 08px !important;
  }
  .mr-md-08 {
    margin-right: 08px !important;
  }
  .mb-md-08 {
    margin-bottom: 08px !important;
  }
  .ml-md-08 {
    margin-left: 08px !important;
  }
  .pt-md-08 {
    padding-top: 08px !important;
  }
  .pr-md-08 {
    padding-right: 08px !important;
  }
  .pb-md-08 {
    padding-bottom: 08px !important;
  }
  .pl-md-08 {
    padding-left: 08px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n08 {
    margin-top: -08px !important;
  }
  .mr-md-n08 {
    margin-right: -08px !important;
  }
  .mb-md-n08 {
    margin-bottom: -08px !important;
  }
  .ml-md-n08 {
    margin-left: -08px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-08 {
    margin-top: 08px !important;
  }
  .mr-sm-08 {
    margin-right: 08px !important;
  }
  .mb-sm-08 {
    margin-bottom: 08px !important;
  }
  .ml-sm-08 {
    margin-left: 08px !important;
  }
  .pt-sm-08 {
    padding-top: 08px !important;
  }
  .pr-sm-08 {
    padding-right: 08px !important;
  }
  .pb-sm-08 {
    padding-bottom: 08px !important;
  }
  .pl-sm-08 {
    padding-left: 08px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n08 {
    margin-top: -08px !important;
  }
  .mr-sm-n08 {
    margin-right: -08px !important;
  }
  .mb-sm-n08 {
    margin-bottom: -08px !important;
  }
  .ml-sm-n08 {
    margin-left: -08px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pr-xl-10 {
    padding-right: 10px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xl-10 {
    padding-left: 10px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n10 {
    margin-top: -10px !important;
  }
  .mr-xl-n10 {
    margin-right: -10px !important;
  }
  .mb-xl-n10 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n10 {
    margin-left: -10px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pr-lg-10 {
    padding-right: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pl-lg-10 {
    padding-left: 10px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n10 {
    margin-top: -10px !important;
  }
  .mr-lg-n10 {
    margin-right: -10px !important;
  }
  .mb-lg-n10 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n10 {
    margin-left: -10px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pr-md-10 {
    padding-right: 10px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n10 {
    margin-top: -10px !important;
  }
  .mr-md-n10 {
    margin-right: -10px !important;
  }
  .mb-md-n10 {
    margin-bottom: -10px !important;
  }
  .ml-md-n10 {
    margin-left: -10px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n10 {
    margin-top: -10px !important;
  }
  .mr-sm-n10 {
    margin-right: -10px !important;
  }
  .mb-sm-n10 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n10 {
    margin-left: -10px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-12 {
    margin-top: 12px !important;
  }
  .mr-xl-12 {
    margin-right: 12px !important;
  }
  .mb-xl-12 {
    margin-bottom: 12px !important;
  }
  .ml-xl-12 {
    margin-left: 12px !important;
  }
  .pt-xl-12 {
    padding-top: 12px !important;
  }
  .pr-xl-12 {
    padding-right: 12px !important;
  }
  .pb-xl-12 {
    padding-bottom: 12px !important;
  }
  .pl-xl-12 {
    padding-left: 12px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n12 {
    margin-top: -12px !important;
  }
  .mr-xl-n12 {
    margin-right: -12px !important;
  }
  .mb-xl-n12 {
    margin-bottom: -12px !important;
  }
  .ml-xl-n12 {
    margin-left: -12px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-12 {
    margin-top: 12px !important;
  }
  .mr-lg-12 {
    margin-right: 12px !important;
  }
  .mb-lg-12 {
    margin-bottom: 12px !important;
  }
  .ml-lg-12 {
    margin-left: 12px !important;
  }
  .pt-lg-12 {
    padding-top: 12px !important;
  }
  .pr-lg-12 {
    padding-right: 12px !important;
  }
  .pb-lg-12 {
    padding-bottom: 12px !important;
  }
  .pl-lg-12 {
    padding-left: 12px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n12 {
    margin-top: -12px !important;
  }
  .mr-lg-n12 {
    margin-right: -12px !important;
  }
  .mb-lg-n12 {
    margin-bottom: -12px !important;
  }
  .ml-lg-n12 {
    margin-left: -12px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-12 {
    margin-top: 12px !important;
  }
  .mr-md-12 {
    margin-right: 12px !important;
  }
  .mb-md-12 {
    margin-bottom: 12px !important;
  }
  .ml-md-12 {
    margin-left: 12px !important;
  }
  .pt-md-12 {
    padding-top: 12px !important;
  }
  .pr-md-12 {
    padding-right: 12px !important;
  }
  .pb-md-12 {
    padding-bottom: 12px !important;
  }
  .pl-md-12 {
    padding-left: 12px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n12 {
    margin-top: -12px !important;
  }
  .mr-md-n12 {
    margin-right: -12px !important;
  }
  .mb-md-n12 {
    margin-bottom: -12px !important;
  }
  .ml-md-n12 {
    margin-left: -12px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-12 {
    margin-top: 12px !important;
  }
  .mr-sm-12 {
    margin-right: 12px !important;
  }
  .mb-sm-12 {
    margin-bottom: 12px !important;
  }
  .ml-sm-12 {
    margin-left: 12px !important;
  }
  .pt-sm-12 {
    padding-top: 12px !important;
  }
  .pr-sm-12 {
    padding-right: 12px !important;
  }
  .pb-sm-12 {
    padding-bottom: 12px !important;
  }
  .pl-sm-12 {
    padding-left: 12px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n12 {
    margin-top: -12px !important;
  }
  .mr-sm-n12 {
    margin-right: -12px !important;
  }
  .mb-sm-n12 {
    margin-bottom: -12px !important;
  }
  .ml-sm-n12 {
    margin-left: -12px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .pt-xl-15 {
    padding-top: 15px !important;
  }
  .pr-xl-15 {
    padding-right: 15px !important;
  }
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
  .pl-xl-15 {
    padding-left: 15px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n15 {
    margin-top: -15px !important;
  }
  .mr-xl-n15 {
    margin-right: -15px !important;
  }
  .mb-xl-n15 {
    margin-bottom: -15px !important;
  }
  .ml-xl-n15 {
    margin-left: -15px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  .pr-lg-15 {
    padding-right: 15px !important;
  }
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  .pl-lg-15 {
    padding-left: 15px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n15 {
    margin-top: -15px !important;
  }
  .mr-lg-n15 {
    margin-right: -15px !important;
  }
  .mb-lg-n15 {
    margin-bottom: -15px !important;
  }
  .ml-lg-n15 {
    margin-left: -15px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pr-md-15 {
    padding-right: 15px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .pl-md-15 {
    padding-left: 15px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n15 {
    margin-top: -15px !important;
  }
  .mr-md-n15 {
    margin-right: -15px !important;
  }
  .mb-md-n15 {
    margin-bottom: -15px !important;
  }
  .ml-md-n15 {
    margin-left: -15px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n15 {
    margin-top: -15px !important;
  }
  .mr-sm-n15 {
    margin-right: -15px !important;
  }
  .mb-sm-n15 {
    margin-bottom: -15px !important;
  }
  .ml-sm-n15 {
    margin-left: -15px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-16 {
    margin-top: 16px !important;
  }
  .mr-xl-16 {
    margin-right: 16px !important;
  }
  .mb-xl-16 {
    margin-bottom: 16px !important;
  }
  .ml-xl-16 {
    margin-left: 16px !important;
  }
  .pt-xl-16 {
    padding-top: 16px !important;
  }
  .pr-xl-16 {
    padding-right: 16px !important;
  }
  .pb-xl-16 {
    padding-bottom: 16px !important;
  }
  .pl-xl-16 {
    padding-left: 16px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n16 {
    margin-top: -16px !important;
  }
  .mr-xl-n16 {
    margin-right: -16px !important;
  }
  .mb-xl-n16 {
    margin-bottom: -16px !important;
  }
  .ml-xl-n16 {
    margin-left: -16px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-16 {
    margin-top: 16px !important;
  }
  .mr-lg-16 {
    margin-right: 16px !important;
  }
  .mb-lg-16 {
    margin-bottom: 16px !important;
  }
  .ml-lg-16 {
    margin-left: 16px !important;
  }
  .pt-lg-16 {
    padding-top: 16px !important;
  }
  .pr-lg-16 {
    padding-right: 16px !important;
  }
  .pb-lg-16 {
    padding-bottom: 16px !important;
  }
  .pl-lg-16 {
    padding-left: 16px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n16 {
    margin-top: -16px !important;
  }
  .mr-lg-n16 {
    margin-right: -16px !important;
  }
  .mb-lg-n16 {
    margin-bottom: -16px !important;
  }
  .ml-lg-n16 {
    margin-left: -16px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-16 {
    margin-top: 16px !important;
  }
  .mr-md-16 {
    margin-right: 16px !important;
  }
  .mb-md-16 {
    margin-bottom: 16px !important;
  }
  .ml-md-16 {
    margin-left: 16px !important;
  }
  .pt-md-16 {
    padding-top: 16px !important;
  }
  .pr-md-16 {
    padding-right: 16px !important;
  }
  .pb-md-16 {
    padding-bottom: 16px !important;
  }
  .pl-md-16 {
    padding-left: 16px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n16 {
    margin-top: -16px !important;
  }
  .mr-md-n16 {
    margin-right: -16px !important;
  }
  .mb-md-n16 {
    margin-bottom: -16px !important;
  }
  .ml-md-n16 {
    margin-left: -16px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-16 {
    margin-top: 16px !important;
  }
  .mr-sm-16 {
    margin-right: 16px !important;
  }
  .mb-sm-16 {
    margin-bottom: 16px !important;
  }
  .ml-sm-16 {
    margin-left: 16px !important;
  }
  .pt-sm-16 {
    padding-top: 16px !important;
  }
  .pr-sm-16 {
    padding-right: 16px !important;
  }
  .pb-sm-16 {
    padding-bottom: 16px !important;
  }
  .pl-sm-16 {
    padding-left: 16px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n16 {
    margin-top: -16px !important;
  }
  .mr-sm-n16 {
    margin-right: -16px !important;
  }
  .mb-sm-n16 {
    margin-bottom: -16px !important;
  }
  .ml-sm-n16 {
    margin-left: -16px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-18 {
    margin-top: 18px !important;
  }
  .mr-xl-18 {
    margin-right: 18px !important;
  }
  .mb-xl-18 {
    margin-bottom: 18px !important;
  }
  .ml-xl-18 {
    margin-left: 18px !important;
  }
  .pt-xl-18 {
    padding-top: 18px !important;
  }
  .pr-xl-18 {
    padding-right: 18px !important;
  }
  .pb-xl-18 {
    padding-bottom: 18px !important;
  }
  .pl-xl-18 {
    padding-left: 18px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n18 {
    margin-top: -18px !important;
  }
  .mr-xl-n18 {
    margin-right: -18px !important;
  }
  .mb-xl-n18 {
    margin-bottom: -18px !important;
  }
  .ml-xl-n18 {
    margin-left: -18px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-18 {
    margin-top: 18px !important;
  }
  .mr-lg-18 {
    margin-right: 18px !important;
  }
  .mb-lg-18 {
    margin-bottom: 18px !important;
  }
  .ml-lg-18 {
    margin-left: 18px !important;
  }
  .pt-lg-18 {
    padding-top: 18px !important;
  }
  .pr-lg-18 {
    padding-right: 18px !important;
  }
  .pb-lg-18 {
    padding-bottom: 18px !important;
  }
  .pl-lg-18 {
    padding-left: 18px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n18 {
    margin-top: -18px !important;
  }
  .mr-lg-n18 {
    margin-right: -18px !important;
  }
  .mb-lg-n18 {
    margin-bottom: -18px !important;
  }
  .ml-lg-n18 {
    margin-left: -18px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-18 {
    margin-top: 18px !important;
  }
  .mr-md-18 {
    margin-right: 18px !important;
  }
  .mb-md-18 {
    margin-bottom: 18px !important;
  }
  .ml-md-18 {
    margin-left: 18px !important;
  }
  .pt-md-18 {
    padding-top: 18px !important;
  }
  .pr-md-18 {
    padding-right: 18px !important;
  }
  .pb-md-18 {
    padding-bottom: 18px !important;
  }
  .pl-md-18 {
    padding-left: 18px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n18 {
    margin-top: -18px !important;
  }
  .mr-md-n18 {
    margin-right: -18px !important;
  }
  .mb-md-n18 {
    margin-bottom: -18px !important;
  }
  .ml-md-n18 {
    margin-left: -18px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-18 {
    margin-top: 18px !important;
  }
  .mr-sm-18 {
    margin-right: 18px !important;
  }
  .mb-sm-18 {
    margin-bottom: 18px !important;
  }
  .ml-sm-18 {
    margin-left: 18px !important;
  }
  .pt-sm-18 {
    padding-top: 18px !important;
  }
  .pr-sm-18 {
    padding-right: 18px !important;
  }
  .pb-sm-18 {
    padding-bottom: 18px !important;
  }
  .pl-sm-18 {
    padding-left: 18px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n18 {
    margin-top: -18px !important;
  }
  .mr-sm-n18 {
    margin-right: -18px !important;
  }
  .mb-sm-n18 {
    margin-bottom: -18px !important;
  }
  .ml-sm-n18 {
    margin-left: -18px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pr-xl-20 {
    padding-right: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20 {
    padding-left: 20px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n20 {
    margin-top: -20px !important;
  }
  .mr-xl-n20 {
    margin-right: -20px !important;
  }
  .mb-xl-n20 {
    margin-bottom: -20px !important;
  }
  .ml-xl-n20 {
    margin-left: -20px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n20 {
    margin-top: -20px !important;
  }
  .mr-lg-n20 {
    margin-right: -20px !important;
  }
  .mb-lg-n20 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n20 {
    margin-left: -20px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n20 {
    margin-top: -20px !important;
  }
  .mr-md-n20 {
    margin-right: -20px !important;
  }
  .mb-md-n20 {
    margin-bottom: -20px !important;
  }
  .ml-md-n20 {
    margin-left: -20px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n20 {
    margin-top: -20px !important;
  }
  .mr-sm-n20 {
    margin-right: -20px !important;
  }
  .mb-sm-n20 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n20 {
    margin-left: -20px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-24 {
    margin-top: 24px !important;
  }
  .mr-xl-24 {
    margin-right: 24px !important;
  }
  .mb-xl-24 {
    margin-bottom: 24px !important;
  }
  .ml-xl-24 {
    margin-left: 24px !important;
  }
  .pt-xl-24 {
    padding-top: 24px !important;
  }
  .pr-xl-24 {
    padding-right: 24px !important;
  }
  .pb-xl-24 {
    padding-bottom: 24px !important;
  }
  .pl-xl-24 {
    padding-left: 24px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n24 {
    margin-top: -24px !important;
  }
  .mr-xl-n24 {
    margin-right: -24px !important;
  }
  .mb-xl-n24 {
    margin-bottom: -24px !important;
  }
  .ml-xl-n24 {
    margin-left: -24px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-24 {
    margin-top: 24px !important;
  }
  .mr-lg-24 {
    margin-right: 24px !important;
  }
  .mb-lg-24 {
    margin-bottom: 24px !important;
  }
  .ml-lg-24 {
    margin-left: 24px !important;
  }
  .pt-lg-24 {
    padding-top: 24px !important;
  }
  .pr-lg-24 {
    padding-right: 24px !important;
  }
  .pb-lg-24 {
    padding-bottom: 24px !important;
  }
  .pl-lg-24 {
    padding-left: 24px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n24 {
    margin-top: -24px !important;
  }
  .mr-lg-n24 {
    margin-right: -24px !important;
  }
  .mb-lg-n24 {
    margin-bottom: -24px !important;
  }
  .ml-lg-n24 {
    margin-left: -24px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-24 {
    margin-top: 24px !important;
  }
  .mr-md-24 {
    margin-right: 24px !important;
  }
  .mb-md-24 {
    margin-bottom: 24px !important;
  }
  .ml-md-24 {
    margin-left: 24px !important;
  }
  .pt-md-24 {
    padding-top: 24px !important;
  }
  .pr-md-24 {
    padding-right: 24px !important;
  }
  .pb-md-24 {
    padding-bottom: 24px !important;
  }
  .pl-md-24 {
    padding-left: 24px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n24 {
    margin-top: -24px !important;
  }
  .mr-md-n24 {
    margin-right: -24px !important;
  }
  .mb-md-n24 {
    margin-bottom: -24px !important;
  }
  .ml-md-n24 {
    margin-left: -24px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-24 {
    margin-top: 24px !important;
  }
  .mr-sm-24 {
    margin-right: 24px !important;
  }
  .mb-sm-24 {
    margin-bottom: 24px !important;
  }
  .ml-sm-24 {
    margin-left: 24px !important;
  }
  .pt-sm-24 {
    padding-top: 24px !important;
  }
  .pr-sm-24 {
    padding-right: 24px !important;
  }
  .pb-sm-24 {
    padding-bottom: 24px !important;
  }
  .pl-sm-24 {
    padding-left: 24px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n24 {
    margin-top: -24px !important;
  }
  .mr-sm-n24 {
    margin-right: -24px !important;
  }
  .mb-sm-n24 {
    margin-bottom: -24px !important;
  }
  .ml-sm-n24 {
    margin-left: -24px !important;
  }
}
.text-left {
  text-align: left;
}

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

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

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 800;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.color-primary {
  color: var(--color-primary);
}

.color-neutral {
  color: var(--color-neutral);
}

.color-neutral-10 {
  color: var(--color-neutral-10);
}