/*!******************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!./assets/css/style.scss ***!
  \******************************************************************************************************************************/
@charset "UTF-8";
/**
 * Modern CSS Reset Tweaks
 * ==================================================
 * A collection of modern CSS reset and normalization styles
 * to ensure consistent behavior across browsers, OS and devices.
 */
/* Ensure consistent font resizing on mobile devices */
html {
  -webkit-text-size-adjust: 100%; }
  html:focus-within {
    scroll-behavior: smooth; }

/* Basic body setup for layout and text rendering optimization */
body {
  text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed; }

/* Apply box-sizing globally for consistent element sizing */
*,
::after,
::before {
  box-sizing: border-box; }

/* Style unclassed links for better accessibility */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/**
 * CSS Reset Tweaks
 * Based on Eric Meyer's CSS Reset v2.0-modified (public domain)
 * URL: http://meyerweb.com/eric/tools/css/reset/
 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
br,
button,
canvas,
caption,
center,
cite,
code,
col,
colgroup,
data,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
head,
header,
hgroup,
hr,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
link,
main,
map,
mark,
menu,
meta,
meter,
nav,
noscript,
object,
ol,
optgroup,
option,
output,
p,
param,
picture,
pre,
progress,
q,
rb,
rp,
rt,
rtc,
ruby,
s,
samp,
script,
section,
select,
small,
source,
span,
strong,
style,
svg,
sub,
summary,
sup,
table,
tbody,
td,
template,
textarea,
tfoot,
th,
thead,
time,
title,
tr,
track,
tt,
u,
ul,
var,
video,
wbr {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* Add focus styles to improve accessibility */
:focus {
  outline: 0; }

/* Normalize HTML5 elements for older browsers */
article,
aside,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
object,
section {
  display: block; }

canvas,
iframe {
  max-width: 100%;
  height: auto;
  display: block; }

/* Remove default list styling */
ol,
ul {
  list-style: none; }

/* Normalize quote styling */
blockquote,
q {
  quotes: none; }
  blockquote:before, blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none; }

/* Reset and normalize form inputs */
input:required,
input {
  box-shadow: none; }

/* Autofill styling for better compatibility */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset; }

/* Improve appearance of search inputs */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

input:focus {
  outline: none; }

video {
  background: #000; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 */
[hidden] {
  display: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none; }

/**
 * Make media easier to work with
 */
audio,
img,
picture,
svg,
video {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto; }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent; }

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

/* Additional attribute handling for accessibility */
[disabled],
[disabled="true"],
[aria-disabled="true"] {
  pointer-events: none; }

/**
 * Address box sizing set to content-box in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

button {
  border: 0;
  background: transparent; }

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

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

/**
 * Based on normalize.css v8.0.1
 * github.com/necolas/normalize.css
 */
hr {
  box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%; }

/**
 * Correct the inheritance and scaling of font size in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 100%; }

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

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

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

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

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

sub {
  bottom: -5px; }

sup {
  top: -5px; }

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

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

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

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

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

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%; }

fieldset {
  min-width: 0; }

body:not(:-moz-handler-blocked) fieldset {
  display: block; }

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

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

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

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

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

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

/* Misc
   ========================================================================== */
template {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat); }

.animated.repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count: calc(var(--animate-repeat)*2); }

.animated.repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count: calc(var(--animate-repeat)*3); }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2); }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay: calc(var(--animate-delay)*3); }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay: calc(var(--animate-delay)*4); }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay: calc(var(--animate-delay)*5); }

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2); }

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8); }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2); }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3); }

@media (prefers-reduced-motion: reduce), print {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; }
  .animated[class*=Out] {
    opacity: 0; } }

@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX; }

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

.shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-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); }
  to {
    -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); }
  to {
    -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: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown; }

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft; }

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight; }

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7; } }

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7; } }

.backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown; }

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; } }

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; } }

.backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft; }

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; } }

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; } }

.backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight; }

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7; } }

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7; } }

.backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft; }

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight; }

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft; }

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }

@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }

.fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft; }

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }

@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }

.fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight; }

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }

@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }

.fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight; }

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }

@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }

.fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.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);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.mt-0_5 {
  margin-top: 0.5rem; }

.pt-0_5 {
  padding-top: 0.5rem; }

.mb-0_5 {
  margin-bottom: 0.5rem; }

.pb-0_5 {
  padding-bottom: 0.5rem; }

.ml-0_5 {
  margin-left: 0.5rem; }

.pl-0_5 {
  padding-left: 0.5rem; }

.mr-0_5 {
  margin-right: 0.5rem; }

.pr-0_5 {
  padding-right: 0.5rem; }

.mx-0_5 {
  margin: 0 0.5rem; }

.px-0_5 {
  padding: 0 0.5rem; }

.my-0_5 {
  margin: 0.5rem 0; }

.py-0_5 {
  padding: 0.5rem 0; }

.ma-0_5 {
  margin: 0.5rem; }

.pa-0_5 {
  padding: 0.5rem; }

.mt-1 {
  margin-top: 1rem; }

.pt-1 {
  padding-top: 1rem; }

.mb-1 {
  margin-bottom: 1rem; }

.pb-1 {
  padding-bottom: 1rem; }

.ml-1 {
  margin-left: 1rem; }

.pl-1 {
  padding-left: 1rem; }

.mr-1 {
  margin-right: 1rem; }

.pr-1 {
  padding-right: 1rem; }

.mx-1 {
  margin: 0 1rem; }

.px-1 {
  padding: 0 1rem; }

.my-1 {
  margin: 1rem 0; }

.py-1 {
  padding: 1rem 0; }

.ma-1 {
  margin: 1rem; }

.pa-1 {
  padding: 1rem; }

.mt-1_5 {
  margin-top: 1.5rem; }

.pt-1_5 {
  padding-top: 1.5rem; }

.mb-1_5 {
  margin-bottom: 1.5rem; }

.pb-1_5 {
  padding-bottom: 1.5rem; }

.ml-1_5 {
  margin-left: 1.5rem; }

.pl-1_5 {
  padding-left: 1.5rem; }

.mr-1_5 {
  margin-right: 1.5rem; }

.pr-1_5 {
  padding-right: 1.5rem; }

.mx-1_5 {
  margin: 0 1.5rem; }

.px-1_5 {
  padding: 0 1.5rem; }

.my-1_5 {
  margin: 1.5rem 0; }

.py-1_5 {
  padding: 1.5rem 0; }

.ma-1_5 {
  margin: 1.5rem; }

.pa-1_5 {
  padding: 1.5rem; }

.mt-2 {
  margin-top: 2rem; }

.pt-2 {
  padding-top: 2rem; }

.mb-2 {
  margin-bottom: 2rem; }

.pb-2 {
  padding-bottom: 2rem; }

.ml-2 {
  margin-left: 2rem; }

.pl-2 {
  padding-left: 2rem; }

.mr-2 {
  margin-right: 2rem; }

.pr-2 {
  padding-right: 2rem; }

.mx-2 {
  margin: 0 2rem; }

.px-2 {
  padding: 0 2rem; }

.my-2 {
  margin: 2rem 0; }

.py-2 {
  padding: 2rem 0; }

.ma-2 {
  margin: 2rem; }

.pa-2 {
  padding: 2rem; }

.mt-2_5 {
  margin-top: 2.5rem; }

.pt-2_5 {
  padding-top: 2.5rem; }

.mb-2_5 {
  margin-bottom: 2.5rem; }

.pb-2_5 {
  padding-bottom: 2.5rem; }

.ml-2_5 {
  margin-left: 2.5rem; }

.pl-2_5 {
  padding-left: 2.5rem; }

.mr-2_5 {
  margin-right: 2.5rem; }

.pr-2_5 {
  padding-right: 2.5rem; }

.mx-2_5 {
  margin: 0 2.5rem; }

.px-2_5 {
  padding: 0 2.5rem; }

.my-2_5 {
  margin: 2.5rem 0; }

.py-2_5 {
  padding: 2.5rem 0; }

.ma-2_5 {
  margin: 2.5rem; }

.pa-2_5 {
  padding: 2.5rem; }

.mt-3 {
  margin-top: 3rem; }

.pt-3 {
  padding-top: 3rem; }

.mb-3 {
  margin-bottom: 3rem; }

.pb-3 {
  padding-bottom: 3rem; }

.ml-3 {
  margin-left: 3rem; }

.pl-3 {
  padding-left: 3rem; }

.mr-3 {
  margin-right: 3rem; }

.pr-3 {
  padding-right: 3rem; }

.mx-3 {
  margin: 0 3rem; }

.px-3 {
  padding: 0 3rem; }

.my-3 {
  margin: 3rem 0; }

.py-3 {
  padding: 3rem 0; }

.ma-3 {
  margin: 3rem; }

.pa-3 {
  padding: 3rem; }

.mt-3_5 {
  margin-top: 3.5rem; }

.pt-3_5 {
  padding-top: 3.5rem; }

.mb-3_5 {
  margin-bottom: 3.5rem; }

.pb-3_5 {
  padding-bottom: 3.5rem; }

.ml-3_5 {
  margin-left: 3.5rem; }

.pl-3_5 {
  padding-left: 3.5rem; }

.mr-3_5 {
  margin-right: 3.5rem; }

.pr-3_5 {
  padding-right: 3.5rem; }

.mx-3_5 {
  margin: 0 3.5rem; }

.px-3_5 {
  padding: 0 3.5rem; }

.my-3_5 {
  margin: 3.5rem 0; }

.py-3_5 {
  padding: 3.5rem 0; }

.ma-3_5 {
  margin: 3.5rem; }

.pa-3_5 {
  padding: 3.5rem; }

.mt-4 {
  margin-top: 4rem; }

.pt-4 {
  padding-top: 4rem; }

.mb-4 {
  margin-bottom: 4rem; }

.pb-4 {
  padding-bottom: 4rem; }

.ml-4 {
  margin-left: 4rem; }

.pl-4 {
  padding-left: 4rem; }

.mr-4 {
  margin-right: 4rem; }

.pr-4 {
  padding-right: 4rem; }

.mx-4 {
  margin: 0 4rem; }

.px-4 {
  padding: 0 4rem; }

.my-4 {
  margin: 4rem 0; }

.py-4 {
  padding: 4rem 0; }

.ma-4 {
  margin: 4rem; }

.pa-4 {
  padding: 4rem; }

.mt-4_5 {
  margin-top: 4.5rem; }

.pt-4_5 {
  padding-top: 4.5rem; }

.mb-4_5 {
  margin-bottom: 4.5rem; }

.pb-4_5 {
  padding-bottom: 4.5rem; }

.ml-4_5 {
  margin-left: 4.5rem; }

.pl-4_5 {
  padding-left: 4.5rem; }

.mr-4_5 {
  margin-right: 4.5rem; }

.pr-4_5 {
  padding-right: 4.5rem; }

.mx-4_5 {
  margin: 0 4.5rem; }

.px-4_5 {
  padding: 0 4.5rem; }

.my-4_5 {
  margin: 4.5rem 0; }

.py-4_5 {
  padding: 4.5rem 0; }

.ma-4_5 {
  margin: 4.5rem; }

.pa-4_5 {
  padding: 4.5rem; }

.mt-5 {
  margin-top: 5rem; }

.pt-5 {
  padding-top: 5rem; }

.mb-5 {
  margin-bottom: 5rem; }

.pb-5 {
  padding-bottom: 5rem; }

.ml-5 {
  margin-left: 5rem; }

.pl-5 {
  padding-left: 5rem; }

.mr-5 {
  margin-right: 5rem; }

.pr-5 {
  padding-right: 5rem; }

.mx-5 {
  margin: 0 5rem; }

.px-5 {
  padding: 0 5rem; }

.my-5 {
  margin: 5rem 0; }

.py-5 {
  padding: 5rem 0; }

.ma-5 {
  margin: 5rem; }

.pa-5 {
  padding: 5rem; }

.mt-5_5 {
  margin-top: 5.5rem; }

.pt-5_5 {
  padding-top: 5.5rem; }

.mb-5_5 {
  margin-bottom: 5.5rem; }

.pb-5_5 {
  padding-bottom: 5.5rem; }

.ml-5_5 {
  margin-left: 5.5rem; }

.pl-5_5 {
  padding-left: 5.5rem; }

.mr-5_5 {
  margin-right: 5.5rem; }

.pr-5_5 {
  padding-right: 5.5rem; }

.mx-5_5 {
  margin: 0 5.5rem; }

.px-5_5 {
  padding: 0 5.5rem; }

.my-5_5 {
  margin: 5.5rem 0; }

.py-5_5 {
  padding: 5.5rem 0; }

.ma-5_5 {
  margin: 5.5rem; }

.pa-5_5 {
  padding: 5.5rem; }

.mt-6 {
  margin-top: 6rem; }

.pt-6 {
  padding-top: 6rem; }

.mb-6 {
  margin-bottom: 6rem; }

.pb-6 {
  padding-bottom: 6rem; }

.ml-6 {
  margin-left: 6rem; }

.pl-6 {
  padding-left: 6rem; }

.mr-6 {
  margin-right: 6rem; }

.pr-6 {
  padding-right: 6rem; }

.mx-6 {
  margin: 0 6rem; }

.px-6 {
  padding: 0 6rem; }

.my-6 {
  margin: 6rem 0; }

.py-6 {
  padding: 6rem 0; }

.ma-6 {
  margin: 6rem; }

.pa-6 {
  padding: 6rem; }

.mt-6_5 {
  margin-top: 6.5rem; }

.pt-6_5 {
  padding-top: 6.5rem; }

.mb-6_5 {
  margin-bottom: 6.5rem; }

.pb-6_5 {
  padding-bottom: 6.5rem; }

.ml-6_5 {
  margin-left: 6.5rem; }

.pl-6_5 {
  padding-left: 6.5rem; }

.mr-6_5 {
  margin-right: 6.5rem; }

.pr-6_5 {
  padding-right: 6.5rem; }

.mx-6_5 {
  margin: 0 6.5rem; }

.px-6_5 {
  padding: 0 6.5rem; }

.my-6_5 {
  margin: 6.5rem 0; }

.py-6_5 {
  padding: 6.5rem 0; }

.ma-6_5 {
  margin: 6.5rem; }

.pa-6_5 {
  padding: 6.5rem; }

.mt-7 {
  margin-top: 7rem; }

.pt-7 {
  padding-top: 7rem; }

.mb-7 {
  margin-bottom: 7rem; }

.pb-7 {
  padding-bottom: 7rem; }

.ml-7 {
  margin-left: 7rem; }

.pl-7 {
  padding-left: 7rem; }

.mr-7 {
  margin-right: 7rem; }

.pr-7 {
  padding-right: 7rem; }

.mx-7 {
  margin: 0 7rem; }

.px-7 {
  padding: 0 7rem; }

.my-7 {
  margin: 7rem 0; }

.py-7 {
  padding: 7rem 0; }

.ma-7 {
  margin: 7rem; }

.pa-7 {
  padding: 7rem; }

.mt-7_5 {
  margin-top: 7.5rem; }

.pt-7_5 {
  padding-top: 7.5rem; }

.mb-7_5 {
  margin-bottom: 7.5rem; }

.pb-7_5 {
  padding-bottom: 7.5rem; }

.ml-7_5 {
  margin-left: 7.5rem; }

.pl-7_5 {
  padding-left: 7.5rem; }

.mr-7_5 {
  margin-right: 7.5rem; }

.pr-7_5 {
  padding-right: 7.5rem; }

.mx-7_5 {
  margin: 0 7.5rem; }

.px-7_5 {
  padding: 0 7.5rem; }

.my-7_5 {
  margin: 7.5rem 0; }

.py-7_5 {
  padding: 7.5rem 0; }

.ma-7_5 {
  margin: 7.5rem; }

.pa-7_5 {
  padding: 7.5rem; }

.mt-8 {
  margin-top: 8rem; }

.pt-8 {
  padding-top: 8rem; }

.mb-8 {
  margin-bottom: 8rem; }

.pb-8 {
  padding-bottom: 8rem; }

.ml-8 {
  margin-left: 8rem; }

.pl-8 {
  padding-left: 8rem; }

.mr-8 {
  margin-right: 8rem; }

.pr-8 {
  padding-right: 8rem; }

.mx-8 {
  margin: 0 8rem; }

.px-8 {
  padding: 0 8rem; }

.my-8 {
  margin: 8rem 0; }

.py-8 {
  padding: 8rem 0; }

.ma-8 {
  margin: 8rem; }

.pa-8 {
  padding: 8rem; }

.container {
  max-width: 1200px;
  width: 86.11111%;
  margin: 0 auto; }
  .container.big {
    max-width: 1280px;
    width: 90.27778%;
    margin: 0 auto; }

@media screen and (max-width: 1200px) {
  .container, .container.big {
    width: 92%;
    margin-right: 4%;
    margin-left: 4%; } }

@media screen and (max-width: 1024px) {
  .container, .container.big {
    width: calc(100% - 64px);
    margin-right: 32px;
    margin-left: 32px; } }

@media screen and (max-width: 991px) {
  .container, .container.big {
    width: calc(100% - 48px);
    margin-right: 24px;
    margin-left: 24px; } }

@media screen and (max-width: 576px) {
  .container, .container.big {
    width: calc(100% - 32px);
    margin-right: 16px;
    margin-left: 16px; } }

@font-face {
  font-family: 'Roboto';
  src: url(assets/fonts/Roboto-Regular.woff) format("woff"), url(assets/fonts/Roboto-Regular.woff2) format("woff"), url(assets/fonts/Roboto-Regular.ttf) format("truetype");
  /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Georgia';
  src: url(assets/fonts/georgia.otf) format("otf"), url(assets/fonts/georgia.woff) format("woff"), url(assets/fonts/georgia.woff2) format("woff"), url(assets/fonts/georgia.ttf) format("truetype");
  /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url(assets/fonts/Inter-Medium.otf) format("otf"), url(assets/fonts/Inter-Medium.woff) format("woff"), url(assets/fonts/Inter-Medium.woff2) format("woff"), url(assets/fonts/Inter-Medium.ttf) format("truetype");
  /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

.text-color1 {
  color: #000000; }

.text-color2 {
  color: #3b3fb6; }

.text-color3 {
  color: #030e3f; }

.text-color4 {
  color: #14225e; }

.text-color5 {
  color: #635fd9; }

.text-color6 {
  color: #fff; }

.bg-color3 {
  background-color: #030e3f; }

.bg-color6 {
  background-color: #fff; }

h1, .h1 {
  font-size: 56px;
  line-height: 100%;
  font-family: "Georgia", sans-serif; }
  @media screen and (max-width: 1024px) {
    h1, .h1 {
      font-size: 45px;
      line-height: 52px; } }
  @media screen and (max-width: 576px) {
    h1, .h1 {
      font-size: 36px;
      line-height: 44px; } }
  h1.big, .h1.big {
    font-size: 80px;
    line-height: 100%; }
    @media screen and (max-width: 1024px) {
      h1.big, .h1.big {
        font-size: 76px; } }
    @media screen and (max-width: 991px) {
      h1.big, .h1.big {
        font-size: 68px; } }
    @media screen and (max-width: 576px) {
      h1.big, .h1.big {
        font-size: 44px; } }
    h1.big span, .h1.big span {
      color: #f24c3d; }

h2, .h2 {
  font-family: "Georgia", sans-serif;
  font-size: 48px;
  line-height: 100%; }
  @media screen and (max-width: 576px) {
    h2, .h2 {
      font-size: 36px; } }
  h2 span, .h2 span {
    color: #f24c3d; }

h3, .h3 {
  font-family: "Georgia", sans-serif;
  font-size: 36px;
  line-height: 100%; }

h4, .h4 {
  font-family: "Georgia", sans-serif;
  font-size: 32px;
  line-height: 100%; }

h5, .h5 {
  font-family: "Georgia", sans-serif;
  font-size: 28px;
  line-height: 36px; }

h6, .h6 {
  font-family: "Georgia", sans-serif;
  font-size: 26px;
  line-height: 100%;
  font-weight: 400; }
  @media screen and (max-width: 576px) {
    h6, .h6 {
      line-height: 120%;
      font-size: 22px; } }

p, .p, li {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.028dvh, 20px, 1.25rem);
  line-height: 160%;
  font-weight: 500; }
  @media screen and (max-width: 576px) {
    p, .p, li {
      font-size: clamp(0.023dvh, 18px, 1.25rem); } }

.p2 p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 160%;
  font-weight: 500; }
  @media screen and (max-width: 576px) {
    .p2 p {
      font-size: clamp(0.02dvh, 16px, 1rem); } }

p + p {
  padding-top: 16px; }

/* Text helpers */
.text-bold, strong {
  font-weight: bold; }

em {
  font-style: italic; }

.text-uppercase {
  text-transform: uppercase; }

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

.text-underline {
  text-decoration: underline; }

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

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

.eyebrow {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase; }

* {
  box-sizing: border-box; }

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 160%;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal; }
  body.open-menu {
    overflow: hidden; }

/* Block helpers */
.flex {
  display: flex; }

.flex-align-center {
  display: flex;
  align-items: center; }

.flex-justify-center {
  display: flex;
  justify-content: center; }

.flex-justify-space-between {
  display: flex;
  justify-content: space-between; }

.flex-justify-end {
  display: flex;
  justify-content: flex-end; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap; }

.flex-column {
  display: flex;
  flex-direction: column; }

.relative {
  position: relative; }

.columns {
  display: grid;
  grid-gap: 24px; }

.columns-1 {
  grid-template-columns: repeat(1, 1fr); }

.columns-2 {
  grid-template-columns: repeat(2, 1fr); }
  @media screen and (max-width: 576px) {
    .columns-2 {
      grid-template-columns: repeat(2, 1fr); } }

.columns-3 {
  grid-template-columns: repeat(3, 1fr); }
  @media screen and (max-width: 576px) {
    .columns-3 {
      grid-template-columns: repeat(2, 1fr); } }

.columns-4 {
  grid-template-columns: repeat(4, 1fr); }
  @media screen and (max-width: 576px) {
    .columns-4 {
      grid-template-columns: repeat(2, 1fr); } }

.columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.m-auto {
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 1024px) {
  .pt-4 {
    padding-top: 3rem; } }

@media screen and (max-width: 576px) {
  .pt-4 {
    padding-top: 2.5rem; } }

@media screen and (max-width: 1024px) {
  .pt-5 {
    padding-top: 4rem; } }

@media screen and (max-width: 576px) {
  .pt-5 {
    padding-top: 3.5rem; } }

@media screen and (max-width: 1024px) {
  .pb-5 {
    padding-bottom: 4rem; } }

@media screen and (max-width: 576px) {
  .pb-5 {
    padding-bottom: 3.5rem; } }

@media screen and (max-width: 1024px) {
  .pt-7_5 {
    padding-top: 6rem; } }

@media screen and (max-width: 576px) {
  .pt-7_5 {
    padding-top: 4rem; } }

@media screen and (max-width: 1024px) {
  .pb-7_5 {
    padding-bottom: 6rem; } }

@media screen and (max-width: 576px) {
  .pb-7_5 {
    padding-bottom: 4rem; } }

@media screen and (max-width: 576px) {
  .mt-2_5 {
    margin-top: 1.5rem; } }

@media screen and (max-width: 576px) {
  .mt-4 {
    margin-top: 2.5rem; } }

.common > *:not(section) {
  max-width: 1200px;
  width: 86.11111%;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .common > *:not(section) {
      width: 92%;
      margin-right: 4%;
      margin-left: 4%; } }
  @media screen and (max-width: 1024px) {
    .common > *:not(section) {
      width: calc(100% - 64px);
      margin-right: 32px;
      margin-left: 32px; } }
  @media screen and (max-width: 991px) {
    .common > *:not(section) {
      width: calc(100% - 48px);
      margin-right: 24px;
      margin-left: 24px; } }
  @media screen and (max-width: 576px) {
    .common > *:not(section) {
      width: calc(100% - 32px);
      margin-right: 16px;
      margin-left: 16px; } }

*:focus, *:hover, *:active, *visit {
  outline: none; }

.common > *:not(section) > ul, .common > *:not(section) > ol {
  padding-bottom: 16px;
  padding-top: 16px; }

.common > *:not(section) ul, .common > *:not(section) ol {
  padding-bottom: 16px;
  padding-top: 16px; }

.common ul:not(:is(section *)),
.common ol:not(:is(section *)) {
  padding-bottom: 24px;
  padding-top: 16px; }

.common a:not(:is(section *)) {
  color: #635fd9;
  font-size: 20px;
  line-height: 160%;
  font-weight: 500; }

.single-post-tpl {
  color: #030e3f; }
  .single-post-tpl .hero_post {
    min-height: 376px;
    width: 100%;
    background: radial-gradient(22.85% 34.85% at 100% 0%, rgba(99, 95, 217, 0.2) 0%, rgba(99, 95, 217, 0) 100%), radial-gradient(20.31% 30.99% at 0% 0%, rgba(242, 76, 61, 0.2) 0%, rgba(242, 76, 61, 0) 100%) #030E3F;
    isolation: isolate;
    padding: 160px 0;
    position: relative; }
    @media screen and (max-width: 576px) {
      .single-post-tpl .hero_post {
        padding: 140px 0; } }
    .single-post-tpl .hero_post .smile {
      position: absolute;
      width: 100%;
      bottom: -2px; }
      .single-post-tpl .hero_post .smile svg {
        width: 100%; }
  .single-post-tpl .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 80px; }
    @media screen and (max-width: 991px) {
      .single-post-tpl .inner {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 60px;
        align-items: center; } }
    @media screen and (max-width: 576px) {
      .single-post-tpl .inner {
        row-gap: 40px; } }
    .single-post-tpl .inner .title h1 {
      max-width: 85%; }
      @media screen and (max-width: 1200px) {
        .single-post-tpl .inner .title h1 {
          max-width: 100%; } }
    .single-post-tpl .inner .hero-img {
      width: 469px;
      height: 294px;
      border-radius: 16px;
      overflow: hidden; }
      @media screen and (max-width: 576px) {
        .single-post-tpl .inner .hero-img {
          width: 100%;
          height: auto;
          aspect-ratio: 3/2; } }
      .single-post-tpl .inner .hero-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .single-post-tpl p, .single-post-tpl li, .single-post-tpl a {
    font-size: 20px;
    line-height: 160%; }
  .single-post-tpl .post-main-content a {
    color: #635fd9; }
  .single-post-tpl h1, .single-post-tpl h2, .single-post-tpl h3 {
    margin-bottom: 24px; }
  .single-post-tpl h4 {
    margin-bottom: 16px; }
  .single-post-tpl p + h2, .single-post-tpl p + h3, .single-post-tpl ul + h2, .single-post-tpl ul + h3 {
    margin-top: 24px; }
  .single-post-tpl .post-container {
    max-width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      .single-post-tpl .post-container {
        padding-top: 60px; } }
    @media screen and (max-width: 576px) {
      .single-post-tpl .post-container {
        padding-top: 40px; } }
    .single-post-tpl .post-container p, .single-post-tpl .post-container ul, .single-post-tpl .post-container ol, .single-post-tpl .post-container a {
      width: 100%;
      max-width: 100%;
      margin: 0; }
    .single-post-tpl .post-container h2, .single-post-tpl .post-container h3, .single-post-tpl .post-container h4, .single-post-tpl .post-container h5, .single-post-tpl .post-container h6 {
      color: #14225e; }
  .single-post-tpl .social-container {
    display: flex;
    column-gap: 16px;
    align-items: center; }
    .single-post-tpl .social-container a {
      display: flex; }
    .single-post-tpl .social-container .text {
      font-weight: 600;
      font-size: 16px;
      line-height: 100%;
      color: #635fd9; }
    .single-post-tpl .social-container .block {
      display: flex;
      column-gap: 16px;
      align-items: center; }
      .single-post-tpl .social-container .block .social {
        width: 24px;
        height: 24px; }
        .single-post-tpl .social-container .block .social img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .single-post-tpl .breadcrums a, .single-post-tpl .breadcrums span {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em; }
  .single-post-tpl .breadcrums svg {
    margin-right: 10px;
    margin-left: 10px; }

.btn {
  display: inline-flex;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  border-radius: 32px;
  border: 1px solid;
  width: fit-content; }
  .btn.small {
    padding: 8px 16px; }
  .btn.middle {
    padding: 16px 24px; }
  .btn.big {
    padding: 16px 32px; }
  .btn:hover {
    opacity: 1;
    transition: 0.3s all; }
  .btn.btn-color1 {
    background: #14225e;
    color: #fff;
    border-color: #fff; }
    .btn.btn-color1:hover {
      background: #3b3fb6;
      color: #fff;
      border-color: #fff; }
  .btn.btn-color2 {
    background: #fff;
    color: #030e3f;
    border-color: #fff; }
    .btn.btn-color2:hover {
      background: #93c2e9;
      color: #030e3f;
      border-color: #fff; }
  .btn.btn-color3 {
    background: transparent;
    color: #fff;
    border-color: #fff; }
    .btn.btn-color3:hover {
      background: #93c2e9;
      color: #030e3f;
      border-color: #fff; }
  @media screen and (max-width: 576px) {
    .btn {
      width: 100%;
      justify-content: center;
      text-align: center; } }

.post-card {
  background-color: rgba(147, 194, 233, 0.12);
  border-radius: 40px;
  padding: 8px;
  border: 1px solid rgba(147, 194, 233, 0.4);
  overflow: hidden; }
  .post-card figure {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative; }
    @media screen and (max-width: 991px) {
      .post-card figure {
        height: auto; } }
    .post-card figure .image {
      min-height: 200px;
      aspect-ratio: 3/2;
      display: block;
      position: relative;
      overflow: hidden;
      border-radius: 32px 32px 8px 8px; }
      .post-card figure .image img {
        transition: all .3s; }
      .post-card figure .image:hover {
        opacity: 1; }
        .post-card figure .image:hover img {
          transform: scale(1.2);
          transition: all .3s; }
    .post-card figure figcaption {
      height: 100%;
      padding: 16px;
      margin-top: 16px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start; }
      .post-card figure figcaption a {
        aspect-ratio: auto; }
      .post-card figure figcaption h4 {
        height: 46px; }
        @media screen and (max-width: 576px) {
          .post-card figure figcaption h4 {
            height: auto; } }
        .post-card figure figcaption h4 a {
          font-family: "Georgia", sans-serif;
          font-size: 20px;
          line-height: 100%;
          font-weight: 400;
          color: #14225e;
          text-decoration: none; }
      .post-card figure figcaption p {
        font-weight: 400;
        font-size: 16px;
        line-height: 160%; }

img {
  max-width: 100%;
  height: auto; }
  img.adaptive {
    vertical-align: bottom;
    object-fit: cover; }
  img.fill {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

picture {
  width: 100%;
  max-height: 100%;
  max-width: 100%; }
  picture img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover; }

a, .a {
  color: inherit;
  transition: 0.3s all;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%; }
  a:hover, .a:hover {
    opacity: 0.64; }
  a:hover, a:visited, a:active, a:focus, .a:hover, .a:visited, .a:active, .a:focus {
    outline: none;
    text-decoration: none;
    transition: 0.3s all; }

.link {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none; }

.link_arrow {
  padding-right: 26px;
  background: url(assets/images/link_arrow.svg?v=17da414933e8dc7b06fc) no-repeat right;
  text-decoration: none;
  font-size: 18px;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 700; }
  .link_arrow:hover {
    opacity: 0.64 !important; }

.link-hide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  cursor: pointer; }
  @media screen and (max-width: 576px) {
    .link-hide {
      opacity: 1; } }

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem; }

ol > li {
  list-style-type: decimal; }

ul > li {
  list-style-type: disc; }

ol ul > li,
ul ul > li {
  list-style-type: circle; }

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

.loader_block {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-size: 5rem;
  background-color: rgba(255, 255, 255, 0.5); }
  .loader_block rect {
    fill: #655C94; }

blockquote, pre {
  padding: 64px 64px 64px 104px;
  border-radius: 16px;
  position: relative;
  background-color: rgba(147, 194, 233, 0.4);
  font-family: "Georgia", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #14225e;
  font-size: 26px; }
  @media screen and (max-width: 576px) {
    blockquote, pre {
      padding: 20px 20px 20px 44px;
      font-size: clamp(0.028dvh, 20px, 1.25rem); } }
  blockquote:before, pre:before {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 128px);
    background-color: #14225e;
    left: 40px; }
    @media screen and (max-width: 576px) {
      blockquote:before, pre:before {
        left: 22px;
        height: calc(100% - 44px); } }
  blockquote p, blockquote li, blockquote a, pre p, pre li, pre a {
    font-weight: 400;
    font-size: 26px;
    line-height: 160%;
    letter-spacing: 0;
    font-family: "Georgia", sans-serif; }
    @media screen and (max-width: 576px) {
      blockquote p, blockquote li, blockquote a, pre p, pre li, pre a {
        font-size: clamp(0.028dvh, 20px, 1.25rem); } }
  blockquote cite, pre cite {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 160%;
    color: #0f272f;
    margin-top: 16px; }

body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0; }

body .gform_wrapper.gform-theme--framework .gfield_checkbox, body .gform_wrapper.gform-theme--framework .gfield_radio {
  position: relative; }
  body .gform_wrapper.gform-theme--framework .gfield_checkbox button, body .gform_wrapper.gform-theme--framework .gfield_checkbox input, body .gform_wrapper.gform-theme--framework .gfield_checkbox .gfield-choice-input[type=checkbox], body .gform_wrapper.gform-theme--framework .gfield_checkbox .gfield-choice-input[type=radio], body .gform_wrapper.gform-theme--framework .gfield_radio button, body .gform_wrapper.gform-theme--framework .gfield_radio input, body .gform_wrapper.gform-theme--framework .gfield_radio .gfield-choice-input[type=checkbox], body .gform_wrapper.gform-theme--framework .gfield_radio .gfield-choice-input[type=radio] {
    background: transparent;
    border: 1px solid #93c2e9;
    color: #000000;
    padding: 0px;
    width: 30px;
    flex: 0 0 30px;
    height: 30px;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
  body .gform_wrapper.gform-theme--framework .gfield_checkbox .gfield-choice-input[type=radio], body .gform_wrapper.gform-theme--framework .gfield_radio .gfield-choice-input[type=radio] {
    border-radius: 100%; }

body .gform_wrapper.gfield_radio li input + label, body .gform_wrapper.gravity-theme .gfield_checkbox li input + label {
  position: relative; }

body .gform_wrapper .gfield_radio li input + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 17px;
  height: 17px;
  border: solid 1px #93c2e9;
  border-radius: 50%;
  background: #fff; }

body .gform_wrapper .gfield_radio li input + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #93c2e9;
  opacity: 0;
  transition: .2s; }

body .gform_wrapper .gfield_checkbox li input + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: solid 1px #93c2e9;
  background: #fff; }

body .gform_wrapper .gfield_checkbox li input + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #93c2e9;
  opacity: 0;
  transition: .2s; }

body .gform_wrapper .gfield_radio li input:checked + label:after, body .gform_wrapper .gfield_checkbox li input:checked + label:after {
  opacity: 1; }

body .gform_wrapper .gfield_radio li input + label, body .gform_wrapper .gfield_checkbox li input + label {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer; }

body .gform_wrapper .gfield_radio li input, body .gform_wrapper .gfield_checkbox li input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px; }

body .gform_wrapper .gfield_checkbox li label, body .gform_wrapper .gfield_radio li label {
  font-size: 16px;
  line-height: 120%;
  margin-left: 8px; }

body .gform_wrapper.gravity-theme .gfield select.gfield_select, body form:not(.blog_form) select, body form:not(.blog_form) p select,
body .gform_wrapper.gform-theme--framework.gform-theme--foundation .gfield .ginput_container_select select {
  background-image: url(assets/images/dropdown.svg?v=be2b5c4b2b5e22caa394) !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-repeat: no-repeat, repeat;
  background-position: right 1em top 50%, 0 0;
  background-size: .8em auto, 100%;
  background-color: white;
  border: 1px solid #93C2E9;
  box-sizing: border-box;
  color: #000;
  cursor: pointer; }

body .gform_wrapper.gform-theme--framework .gform-field-label--type-inline {
  display: flex;
  align-items: center;
  font-size: 16px; }

body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea,
body .gform_wrapper.gravity-theme .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,
body .gform_wrapper.gravity-theme .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform_wrapper.gravity-theme .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,
body .gform_wrapper.gravity-theme .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform_wrapper.gravity-theme .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,
body .gform_wrapper.gravity-theme .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform_wrapper.gravity-theme .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,
body .gform_wrapper.gravity-theme .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform_wrapper.gravity-theme input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,
body .gform_wrapper.gravity-theme input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform_wrapper.gravity-theme select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,
body .gform_wrapper.gravity-theme select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform_wrapper.gravity-theme select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,
body .gform_wrapper.gravity-theme select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform_wrapper.gravity-theme textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,
body .gform_wrapper.gravity-theme textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform_wrapper.gform-theme--framework input[type=color], body .gform_wrapper.gform-theme--framework input[type=datetime-local], body .gform_wrapper.gform-theme--framework input[type=datetime], body .gform_wrapper.gform-theme--framework input[type=email], body .gform_wrapper.gform-theme--framework input[type=month], body .gform_wrapper.gform-theme--framework input[type=number], body .gform_wrapper.gform-theme--framework input[type=password], body .gform_wrapper.gform-theme--framework input[type=search], body .gform_wrapper.gform-theme--framework input[type=tel], body .gform_wrapper.gform-theme--framework input[type=text], body .gform_wrapper.gform-theme--framework input[type=time], body .gform_wrapper.gform-theme--framework input[type=url], body .gform_wrapper.gform-theme--framework input[type=week], body .gform_wrapper.gform-theme--framework select, body .gform_wrapper.gform-theme--framework textarea,
body .gform_wrapper.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,
body .gform_wrapper.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform_wrapper.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,
body .gform_wrapper.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform_wrapper.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,
body .gform_wrapper.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform_wrapper.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,
body .gform_wrapper.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform_wrapper.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,
body .gform_wrapper.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform_wrapper.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,
body .gform_wrapper.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform_wrapper.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,
body .gform_wrapper.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform_wrapper.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,
body .gform_wrapper.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
  border: 1px solid #93C2E9;
  background: #fff;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  transition: 0.3s all;
  text-align: left;
  border-radius: 8px;
  min-height: 50px;
  resize: none; }
  body .gform_wrapper.gravity-theme input[type=color]:focus, body .gform_wrapper.gravity-theme input[type=datetime-local]:focus, body .gform_wrapper.gravity-theme input[type=datetime]:focus, body .gform_wrapper.gravity-theme input[type=email]:focus, body .gform_wrapper.gravity-theme input[type=month]:focus, body .gform_wrapper.gravity-theme input[type=number]:focus, body .gform_wrapper.gravity-theme input[type=password]:focus, body .gform_wrapper.gravity-theme input[type=search]:focus, body .gform_wrapper.gravity-theme input[type=tel]:focus, body .gform_wrapper.gravity-theme input[type=text]:focus, body .gform_wrapper.gravity-theme input[type=time]:focus, body .gform_wrapper.gravity-theme input[type=url]:focus, body .gform_wrapper.gravity-theme input[type=week]:focus, body .gform_wrapper.gravity-theme select:focus, body .gform_wrapper.gravity-theme textarea:focus,
  body .gform_wrapper.gravity-theme .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover:focus,
  body .gform_wrapper.gravity-theme .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:focus,
  body .gform_wrapper.gravity-theme .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover:focus,
  body .gform_wrapper.gravity-theme .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:focus,
  body .gform_wrapper.gravity-theme .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover:focus,
  body .gform_wrapper.gravity-theme .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:focus,
  body .gform_wrapper.gravity-theme .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover:focus,
  body .gform_wrapper.gravity-theme .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:focus,
  body .gform_wrapper.gravity-theme input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover:focus,
  body .gform_wrapper.gravity-theme input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:focus,
  body .gform_wrapper.gravity-theme select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover:focus,
  body .gform_wrapper.gravity-theme select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:focus,
  body .gform_wrapper.gravity-theme select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover:focus,
  body .gform_wrapper.gravity-theme select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:focus,
  body .gform_wrapper.gravity-theme textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover:focus,
  body .gform_wrapper.gravity-theme textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:focus, body .gform_wrapper.gform-theme--framework input[type=color]:focus, body .gform_wrapper.gform-theme--framework input[type=datetime-local]:focus, body .gform_wrapper.gform-theme--framework input[type=datetime]:focus, body .gform_wrapper.gform-theme--framework input[type=email]:focus, body .gform_wrapper.gform-theme--framework input[type=month]:focus, body .gform_wrapper.gform-theme--framework input[type=number]:focus, body .gform_wrapper.gform-theme--framework input[type=password]:focus, body .gform_wrapper.gform-theme--framework input[type=search]:focus, body .gform_wrapper.gform-theme--framework input[type=tel]:focus, body .gform_wrapper.gform-theme--framework input[type=text]:focus, body .gform_wrapper.gform-theme--framework input[type=time]:focus, body .gform_wrapper.gform-theme--framework input[type=url]:focus, body .gform_wrapper.gform-theme--framework input[type=week]:focus, body .gform_wrapper.gform-theme--framework select:focus, body .gform_wrapper.gform-theme--framework textarea:focus,
  body .gform_wrapper.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover:focus,
  body .gform_wrapper.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:focus,
  body .gform_wrapper.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover:focus,
  body .gform_wrapper.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:focus,
  body .gform_wrapper.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover:focus,
  body .gform_wrapper.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:focus,
  body .gform_wrapper.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover:focus,
  body .gform_wrapper.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:focus,
  body .gform_wrapper.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover:focus,
  body .gform_wrapper.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:focus,
  body .gform_wrapper.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover:focus,
  body .gform_wrapper.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:focus,
  body .gform_wrapper.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover:focus,
  body .gform_wrapper.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:focus,
  body .gform_wrapper.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover:focus,
  body .gform_wrapper.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:focus {
    border-color: #030e3f;
    transition: 0.3s all;
    --gf-ctrl-shadow-focus: none; }

body .gform_wrapper.gravity-theme.gform-theme--foundation .gfield input, body .gform_wrapper.gravity-theme.gform-theme--foundation .gfield select, body .gform_wrapper.gform-theme--framework.gform-theme--foundation .gfield input, body .gform_wrapper.gform-theme--framework.gform-theme--foundation .gfield select {
  border: 1px solid #93C2E9;
  background: #fff;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  transition: 0.3s all;
  text-align: left;
  border-radius: 8px;
  min-height: 50px;
  resize: none; }
  body .gform_wrapper.gravity-theme.gform-theme--foundation .gfield input:focus, body .gform_wrapper.gravity-theme.gform-theme--foundation .gfield select:focus, body .gform_wrapper.gform-theme--framework.gform-theme--foundation .gfield input:focus, body .gform_wrapper.gform-theme--framework.gform-theme--foundation .gfield select:focus {
    border-color: #030e3f;
    transition: 0.3s all;
    --gf-ctrl-shadow-focus: none;
    --gf-local-outline-color: transparent; }

body .gform_wrapper.gravity-theme input::-webkit-input-placeholder, body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gform-theme--framework input::-webkit-input-placeholder, body .gform_wrapper.gform-theme--framework textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000000;
  font-weight: 400;
  opacity: 1;
  transition: opacity 0.3s ease; }

body .gform_wrapper.gravity-theme input:-moz-placeholder, body .gform_wrapper.gravity-theme textarea:-moz-placeholder, body .gform_wrapper.gform-theme--framework input:-moz-placeholder, body .gform_wrapper.gform-theme--framework textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  font-weight: 400;
  opacity: 1;
  transition: opacity 0.3s ease; }

body .gform_wrapper.gravity-theme input::-moz-placeholder, body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gform-theme--framework input::-moz-placeholder, body .gform_wrapper.gform-theme--framework textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  font-weight: 400;
  opacity: 1;
  transition: opacity 0.3s ease; }

body .gform_wrapper.gravity-theme input:-ms-input-placeholder, body .gform_wrapper.gravity-theme textarea:-ms-input-placeholder, body .gform_wrapper.gform-theme--framework input:-ms-input-placeholder, body .gform_wrapper.gform-theme--framework textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000000;
  font-weight: 400;
  opacity: 1;
  transition: opacity 0.3s ease; }

body .gform_wrapper.gravity-theme .gform_footer input, body .gform_wrapper.gravity-theme .gform_footer button, body .gform_wrapper.gform-theme--framework .gform_footer input, body .gform_wrapper.gform-theme--framework .gform_footer button {
  color: #fff;
  padding: 12px 24px;
  background: #3b3fb6;
  border: 1px solid #3b3fb6;
  transition: 0.3s all;
  font-size: 18px;
  line-height: 32px;
  min-height: 50px;
  border-radius: 24px; }
  body .gform_wrapper.gravity-theme .gform_footer input:hover, body .gform_wrapper.gravity-theme .gform_footer button:hover, body .gform_wrapper.gform-theme--framework .gform_footer input:hover, body .gform_wrapper.gform-theme--framework .gform_footer button:hover {
    transition: 0.3s all;
    border: 1px solid #000000;
    background: #3b3fb6;
    color: #fff;
    padding: 12px 24px;
    font-size: 18px; }

body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #fff;
  padding: 12px 24px;
  background: #14225E;
  border: 1px solid #14225E;
  transition: 0.3s all;
  font-size: 18px;
  min-height: 50px;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px 16px 24px; }
  body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
    transition: 0.3s all;
    background: #030e3f;
    color: #fff;
    border: 1px solid #3b3fb6; }

body .gform-theme--foundation .gform_fields {
  row-gap: 16px; }
  @media screen and (min-width: 641px) {
    body .gform-theme--foundation .gform_fields {
      row-gap: 16px; } }

body .gform-theme--foundation .gform-grid-row {
  row-gap: 16px;
  column-gap: 4px; }

body textarea, body .gfield textarea.large {
  max-height: 120px;
  resize: none; }

body input::-webkit-input-placeholder, body textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000000;
  font-weight: 400;
  opacity: 1;
  transition: opacity 0.3s ease; }

body input:-moz-placeholder, body textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  font-weight: 400;
  opacity: 1;
  transition: opacity 0.3s ease; }

body input::-moz-placeholder, body textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  font-weight: 400;
  opacity: 1;
  transition: opacity 0.3s ease; }

body input:-ms-input-placeholder, body textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000000;
  font-weight: 400;
  opacity: 1;
  transition: opacity 0.3s ease; }

body input:focus::-webkit-input-placeholder, body textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

body input:focus::-moz-placeholder, body textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

body input:focus:-moz-placeholder, body textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

body input:focus:-ms-input-placeholder, body textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

body .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
  font-family: "Georgia", sans-serif;
  font-size: 20px;
  line-height: 100%; }

.main-header {
  display: flex;
  align-items: center; }
  .main-header.fix {
    height: 90px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 51;
    background: transparent;
    transition: background 0.15s ease-in-out; }
    .main-header.fix.bg-color6 {
      background-color: #fff; }
      .main-header.fix.bg-color6 .main_logo.white {
        display: none; }
      .main-header.fix.bg-color6 .main_logo.color {
        display: block; }
      .main-header.fix.bg-color6 .mob-burger {
        background: url(assets/images/menu_open-color.svg?v=1ee3ad72254d9b9f2977) no-repeat center/contain; }
        .main-header.fix.bg-color6 .mob-burger.open {
          background: url(assets/images/menu_close.svg?v=66b2b0128e4aa0304796) no-repeat center/contain; }
      .main-header.fix.bg-color6 .inner ul li a {
        color: #030e3f; }
        .main-header.fix.bg-color6 .inner ul li a:hover {
          color: #3b3fb6; }
      .main-header.fix.bg-color6 .btn.btn-color3 {
        color: #030e3f;
        border-color: #030e3f; }
        @media screen and (max-width: 1200px) {
          .main-header.fix.bg-color6 .btn.btn-color3 {
            color: #fff;
            border-color: #fff;
            background-color: #030e3f; } }
  .main-header .main_logo {
    flex: 0 0 92px;
    width: 92px;
    height: 54px;
    margin-right: 30px; }
    .main-header .main_logo.color {
      display: none; }
    .main-header .main_logo .logo {
      display: flex;
      align-items: center;
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .main-header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 12; }
    .main-header .inner nav {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 0;
      margin: 0; }
    .main-header .inner ul {
      padding: 0;
      margin: 0;
      display: flex;
      column-gap: 40px;
      align-items: center;
      justify-content: flex-end;
      width: 100%; }
      @media screen and (max-width: 1200px) {
        .main-header .inner ul {
          column-gap: 0;
          width: 100%;
          flex-direction: column;
          align-items: flex-start;
          row-gap: 2px; } }
      @media screen and (max-width: 576px) {
        .main-header .inner ul {
          align-items: center;
          justify-content: center; } }
      .main-header .inner ul li {
        list-style-type: none;
        position: relative; }
        @media screen and (max-width: 1200px) {
          .main-header .inner ul li {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            width: 100%; } }
        @media screen and (max-width: 576px) {
          .main-header .inner ul li {
            align-items: center;
            justify-content: center; } }
        .main-header .inner ul li.current-menu-item a {
          color: #93c2e9; }
          @media screen and (max-width: 1200px) {
            .main-header .inner ul li.current-menu-item a {
              color: #93c2e9; } }
        .main-header .inner ul li a {
          color: #fff;
          transition: 0.3s all;
          padding: 35px 0;
          display: flex;
          align-items: center;
          font-size: 16px;
          font-style: normal;
          font-weight: 600;
          line-height: 21.6px;
          text-decoration: none;
          cursor: pointer; }
          .main-header .inner ul li a:hover {
            transition: 0.3s all;
            opacity: 1;
            color: #93c2e9; }
          @media screen and (max-width: 1200px) {
            .main-header .inner ul li a {
              padding: 8px 0;
              font-size: 32px;
              line-height: 40px;
              font-weight: 700; } }
          @media screen and (max-width: 576px) {
            .main-header .inner ul li a {
              font-size: 24px;
              line-height: 28px;
              padding: 20px 0; } }
          .main-header .inner ul li a span {
            margin-left: 8px;
            display: flex; }
        .main-header .inner ul li a[href^=""], .main-header .inner ul li a[href^="#"] {
          cursor: default; }
    .main-header .inner .right-part {
      display: flex;
      width: calc(100% - 110px);
      column-gap: 64px;
      /*11*/ }
      @media screen and (max-width: 1200px) {
        .main-header .inner .right-part {
          display: none;
          position: absolute;
          top: 70px;
          width: 100%;
          left: 0;
          background: #fff;
          padding: 20px;
          text-align: center;
          box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
          z-index: 100;
          max-width: 100%;
          height: calc(100vh);
          height: 100dvh; } }
      @media only screen and (max-width: 1200px) {
        .main-header .inner .right-part {
          max-width: 100%;
          height: calc(100vh);
          height: calc(100dvh); } }
      @media only screen and (max-width: 576px) {
        .main-header .inner .right-part {
          width: calc(100% + 32px);
          max-width: calc(100% + 32px);
          left: -16px; } }
      @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
        .main-header .inner .right-part {
          height: calc(100vh + 30px);
          height: calc(100dvh + 30px);
          overflow-y: scroll; } }
      @media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
        .main-header .inner .right-part {
          height: calc(100vh);
          height: calc(100dvh); } }
      @media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
        .main-header .inner .right-part {
          overflow-y: auto;
          height: calc(100vh);
          height: calc(100dvh); } }
      .main-header .inner .right-part .button {
        display: flex;
        align-items: center; }
        @media screen and (max-width: 576px) {
          .main-header .inner .right-part .button {
            justify-content: center;
            width: 100%;
            margin-top: 40px; } }
        .main-header .inner .right-part .button a {
          width: max-content; }
          @media screen and (max-width: 576px) {
            .main-header .inner .right-part .button a {
              width: 100%; } }
  .main-header.fix ul li a {
    color: #fff; }
  .main-header .mob-block {
    display: none; }
    @media screen and (max-width: 1200px) {
      .main-header .mob-block {
        align-items: center;
        column-gap: 8px;
        display: block; } }
  .main-header .mobile-menu {
    display: none;
    background: none;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 0;
    border: none;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1200px) {
      .main-header .mobile-menu {
        display: flex; } }
  .main-header .mob-burger {
    align-items: center;
    cursor: pointer;
    width: 40px;
    flex: 0 0 40px;
    height: 40px;
    background: url(assets/images/menu_open-white.svg?v=71aed6abab503e788878) no-repeat center/contain; }
    .main-header .mob-burger.open {
      background: url(assets/images/menu_close.svg?v=66b2b0128e4aa0304796) no-repeat center/contain; }

.main-footer {
  padding-top: 64px; }
  .main-footer .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px; }
    @media screen and (max-width: 1024px) {
      .main-footer .top {
        flex-direction: column;
        row-gap: 70px;
        justify-content: flex-start; } }
    .main-footer .top .info {
      display: flex; }
      @media screen and (max-width: 991px) {
        .main-footer .top .info {
          flex-direction: column;
          row-gap: 32px;
          justify-content: flex-start;
          width: 100%; } }
      .main-footer .top .info .logo {
        display: flex;
        width: 168px;
        flex: 0 0 168px;
        height: 98px;
        margin-right: 72px; }
        @media screen and (max-width: 991px) {
          .main-footer .top .info .logo {
            flex: 0 0 auto;
            max-width: 168px;
            margin-right: 0; } }
        @media screen and (max-width: 576px) {
          .main-footer .top .info .logo {
            margin-left: auto;
            margin-right: auto; } }
        .main-footer .top .info .logo img {
          width: 100%; }
      .main-footer .top .info .desc {
        max-width: 433px;
        margin-bottom: 40px; }
        @media screen and (max-width: 576px) {
          .main-footer .top .info .desc {
            text-align: center; }
            .main-footer .top .info .desc p {
              font-size: 16px; } }
        .main-footer .top .info .desc h3 {
          margin-bottom: 20px; }
          @media screen and (max-width: 576px) {
            .main-footer .top .info .desc h3 {
              font-size: 24px; } }
    .main-footer .top .footer-menu {
      width: 360px; }
      @media screen and (max-width: 1024px) {
        .main-footer .top .footer-menu {
          width: 100%; } }
      .main-footer .top .footer-menu .columns-container {
        column-gap: 40px; }
        @media screen and (max-width: 576px) {
          .main-footer .top .footer-menu .columns-container {
            grid-template-columns: repeat(1, 1fr);
            row-gap: 0; } }
        .main-footer .top .footer-menu .columns-container .column {
          display: flex;
          flex-direction: column; }
          @media screen and (max-width: 576px) {
            .main-footer .top .footer-menu .columns-container .column {
              align-items: center; } }
          .main-footer .top .footer-menu .columns-container .column a {
            margin-bottom: 20px;
            text-decoration: none;
            font-size: 18px;
            line-height: 100%;
            font-weight: bold; }
            @media screen and (max-width: 1024px) {
              .main-footer .top .footer-menu .columns-container .column a {
                margin-bottom: 40px; } }
            .main-footer .top .footer-menu .columns-container .column a:hover {
              color: #93c2e9;
              opacity: 1; }
  .main-footer .bottom {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 576px) {
      .main-footer .bottom {
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 20px; } }
    .main-footer .bottom .copy {
      font-size: 16px;
      line-height: 160%; }
    .main-footer .bottom .page_links {
      display: flex;
      column-gap: 20px; }
      @media screen and (max-width: 576px) {
        .main-footer .bottom .page_links {
          flex-direction: column;
          align-items: center;
          row-gap: 20px; } }
      .main-footer .bottom .page_links a {
        text-decoration: none;
        font-size: 16px;
        line-height: 160%; }
        @media screen and (max-width: 576px) {
          .main-footer .bottom .page_links a {
            text-align: center; } }
        .main-footer .bottom .page_links a:hover {
          color: #93c2e9;
          opacity: 1; }
  .main-footer hr {
    height: 1px;
    background: rgba(147, 194, 233, 0.2); }
  .main-footer .social {
    column-gap: 16px; }
    @media screen and (max-width: 576px) {
      .main-footer .social {
        justify-content: center; } }
    .main-footer .social a {
      width: 32px;
      height: 32px; }
      .main-footer .social a img {
        object-fit: contain; }

.icon.big {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  max-width: 48px; }

.icon img {
  width: 100%;
  object-fit: cover; }

table {
  border-collapse: collapse;
  border: 1px solid #333;
  border-radius: 2px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  background: #fff; }

th, td {
  border: 1px solid #333; }

td {
  padding: 10px 8px; }

tr:nth-child(2n) {
  background: #FBFBFB; }

.blog_posts {
  position: relative; }
  .blog_posts .container {
    margin: 0 auto;
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .blog_posts .container {
        width: 92%;
        margin-right: 4%;
        margin-left: 4%; } }
    @media screen and (max-width: 1024px) {
      .blog_posts .container {
        width: calc(100% - 64px);
        margin-right: 32px;
        margin-left: 32px; } }
    @media screen and (max-width: 991px) {
      .blog_posts .container {
        width: calc(100% - 48px);
        margin-right: 24px;
        margin-left: 24px; } }
    @media screen and (max-width: 576px) {
      .blog_posts .container {
        width: calc(100% - 32px);
        margin-right: 16px;
        margin-left: 16px; } }
  .blog_posts a {
    text-decoration: none; }
    .blog_posts a:hover {
      opacity: 1; }
  .blog_posts .blog-nav {
    position: relative;
    z-index: 2;
    overflow-y: hidden;
    scroll-behavior: smooth;
    margin: 40px 0; }
    .blog_posts .blog-nav ul {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      overflow-x: auto;
      white-space: nowrap;
      padding: 0;
      margin: 0;
      gap: 8px;
      justify-content: center; }
      @media screen and (max-width: 576px) {
        .blog_posts .blog-nav ul {
          justify-content: flex-start;
          overflow: scroll;
          width: 100%; } }
      .blog_posts .blog-nav ul li {
        list-style-type: none; }
        .blog_posts .blog-nav ul li a {
          line-height: 160%;
          padding: 16px 24px;
          border: 1px solid #030e3f;
          color: #000000;
          border-radius: 32px;
          background-color: #fff;
          transition: all 0.3s;
          display: inline-block; }
          @media screen and (max-width: 576px) {
            .blog_posts .blog-nav ul li a {
              font-size: 16px;
              line-height: 100%; } }
          .blog_posts .blog-nav ul li a.active, .blog_posts .blog-nav ul li a:hover {
            background-color: #14225e;
            color: #fff; }
  .blog_posts .blog_cards {
    margin: 100px 0; }
    @media screen and (max-width: 1024px) {
      .blog_posts .blog_cards {
        margin: 40px 0 80px; } }
    .blog_posts .blog_cards .btn {
      display: inline-flex; }
  .blog_posts .post-list {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px; }
    @media screen and (max-width: 1024px) {
      .blog_posts .post-list {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 650px) {
      .blog_posts .post-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px; } }

.hero_main {
  padding-top: 150px;
  min-height: 944px;
  width: 100%;
  background: radial-gradient(22.85% 34.85% at 100% 0%, rgba(99, 95, 217, 0.2) 0%, rgba(99, 95, 217, 0) 100%), radial-gradient(20.31% 30.99% at 0% 0%, rgba(242, 76, 61, 0.2) 0%, rgba(242, 76, 61, 0) 100%) #030E3F;
  isolation: isolate;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 576px) {
    .hero_main {
      min-height: 730px; } }
  .hero_main .smile {
    position: absolute;
    width: 100%;
    bottom: -2px; }
    .hero_main .smile svg {
      width: 100%; }
  .hero_main .inner {
    margin: 0 auto;
    max-width: 820px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .hero_main .inner .h1 {
      text-transform: capitalize; }
  .hero_main .block_btn {
    position: relative;
    z-index: 15; }
    @media screen and (max-width: 576px) {
      .hero_main .block_btn {
        margin-top: 40px;
        width: 100%; } }
  .hero_main .images {
    position: relative;
    width: calc(100% + 216px);
    left: -108px;
    top: -24px;
    height: 490px;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 576px) {
      .hero_main .images {
        width: 100%;
        left: 0;
        height: 245px;
        top: 0; } }
    .hero_main .images .image {
      width: 292.68px;
      height: 362.15px;
      border-radius: 16px;
      overflow: hidden;
      position: relative; }
      @media screen and (max-width: 576px) {
        .hero_main .images .image {
          flex: 0 0 146px;
          width: 146px;
          height: 181px; } }
      .hero_main .images .image img {
        height: 100%; }
      .hero_main .images .image:nth-child(1) {
        left: -50px;
        top: 32px;
        transform: matrix(0.96, 0.28, -0.28, 0.96, 0, 0); }
        @media screen and (max-width: 1024px) {
          .hero_main .images .image:nth-child(1) {
            top: 45px; } }
        @media screen and (max-width: 991px) {
          .hero_main .images .image:nth-child(1) {
            top: 62px; } }
      .hero_main .images .image:nth-child(2) {
        left: -28px;
        top: 100px;
        transform: matrix(0.99, 0.14, -0.14, 0.99, 0, 0); }
        @media screen and (max-width: 1024px) {
          .hero_main .images .image:nth-child(2) {
            top: 105px; } }
        @media screen and (max-width: 991px) {
          .hero_main .images .image:nth-child(2) {
            top: 110px; } }
        @media screen and (max-width: 576px) {
          .hero_main .images .image:nth-child(2) {
            left: -15px;
            top: 50px; } }
      .hero_main .images .image:nth-child(3) {
        top: 125px; }
        @media screen and (max-width: 576px) {
          .hero_main .images .image:nth-child(3) {
            top: 64px; } }
      .hero_main .images .image:nth-child(4) {
        top: 100px;
        right: -29px;
        transform: matrix(0.99, -0.14, 0.14, 0.99, 0, 0); }
        @media screen and (max-width: 1024px) {
          .hero_main .images .image:nth-child(4) {
            top: 105px; } }
        @media screen and (max-width: 991px) {
          .hero_main .images .image:nth-child(4) {
            top: 110px; } }
        @media screen and (max-width: 576px) {
          .hero_main .images .image:nth-child(4) {
            right: -15px;
            top: 50px; } }
      .hero_main .images .image:nth-child(5) {
        top: 32px;
        right: -50px;
        transform: matrix(0.96, -0.28, 0.28, 0.96, 0, 0); }
        @media screen and (max-width: 1024px) {
          .hero_main .images .image:nth-child(5) {
            top: 44px; } }
        @media screen and (max-width: 991px) {
          .hero_main .images .image:nth-child(5) {
            top: 62px; } }

.hero_short {
  min-height: 376px;
  width: 100%;
  background: radial-gradient(22.85% 34.85% at 100% 0%, rgba(99, 95, 217, 0.2) 0%, rgba(99, 95, 217, 0) 100%), radial-gradient(20.31% 30.99% at 0% 0%, rgba(242, 76, 61, 0.2) 0%, rgba(242, 76, 61, 0) 100%) #030E3F;
  isolation: isolate;
  padding: 160px 0;
  position: relative; }
  @media screen and (max-width: 576px) {
    .hero_short {
      min-height: 280px;
      padding: 120px 0; } }
  .hero_short .smile {
    position: absolute;
    width: 100%;
    bottom: -2px; }
    .hero_short .smile svg {
      width: 100%; }
  .hero_short .inner {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }

.cards_content {
  background: linear-gradient(180deg, #F7F7F7 0%, #FFFFFF 100%);
  position: relative;
  overflow: hidden; }
  .cards_content:before {
    content: "";
    position: absolute;
    bottom: -77%;
    left: 0;
    width: 561px;
    height: 150%;
    background: url(assets/images/ellipse_red.svg?v=9c294c7afed04324d046) no-repeat center/cover; }
  .cards_content:after {
    content: "";
    position: absolute;
    bottom: -77%;
    right: 0;
    width: 561px;
    height: 150%;
    background: url(assets/images/ellipse_blue.svg?v=4a54a42bd52ee30ddf17) no-repeat center/cover; }
  .cards_content .top {
    max-width: 720px; }
  .cards_content .h2 {
    max-width: 70%; }
  .cards_content .description li, .cards_content .description a {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%; }
  .cards_content .description a {
    color: #635fd9; }
  .cards_content .block_btn {
    display: flex;
    align-items: center;
    justify-content: center; }
  .cards_content .cards-container {
    row-gap: 12px; }
    .cards_content .cards-container .cards-container_row {
      column-gap: 12px; }
      @media screen and (max-width: 991px) {
        .cards_content .cards-container .cards-container_row {
          grid-template-columns: repeat(1, 1fr);
          row-gap: 40px;
          margin: 0 auto; } }
      .cards_content .cards-container .cards-container_row .item {
        border-radius: 20px;
        overflow: hidden;
        background-color: #fff;
        position: relative;
        z-index: 3; }
        .cards_content .cards-container .cards-container_row .item .block-title {
          padding: 20px 24px;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          column-gap: 16px;
          min-height: 94px; }
          .cards_content .cards-container .cards-container_row .item .block-title h6 {
            font-size: 24px; }
            @media screen and (max-width: 1024px) {
              .cards_content .cards-container .cards-container_row .item .block-title h6 {
                font-size: 20px; } }
          .cards_content .cards-container .cards-container_row .item .block-title .num {
            font-size: 40px;
            color: #f24c3d; }
        .cards_content .cards-container .cards-container_row .item:nth-child(1) .card:before {
          background: radial-gradient(284.72% 100% at 50% 100%, rgba(147, 194, 233, 0.92) 16.08%, rgba(147, 194, 233, 0) 65%); }
        .cards_content .cards-container .cards-container_row .item:nth-child(2) .card:before {
          background: radial-gradient(284.72% 100% at 50% 100%, rgba(59, 63, 182, 0.64) 16.08%, rgba(59, 63, 182, 0) 65%); }
        .cards_content .cards-container .cards-container_row .item:nth-child(3) .card:before {
          background: radial-gradient(284.72% 100% at 50% 100%, rgba(242, 76, 62, 0.8) 16.08%, rgba(242, 76, 62, 0) 65%); }
        .cards_content .cards-container .cards-container_row .item .card {
          position: relative;
          display: flex;
          align-items: flex-end;
          height: 429px; }
          .cards_content .cards-container .cards-container_row .item .card:before {
            content: "";
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 2; }
        .cards_content .cards-container .cards-container_row .item .bg_image {
          position: absolute;
          top: 0;
          height: 100%;
          width: 100%; }
          .cards_content .cards-container .cards-container_row .item .bg_image img {
            height: 100%; }
        .cards_content .cards-container .cards-container_row .item .content {
          padding: 64px 32px 32px 32px;
          position: relative;
          z-index: 2;
          width: 100%; }
          .cards_content .cards-container .cards-container_row .item .content:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 100%);
            transform: matrix(1, 0, 0, -1, 0, 0);
            width: 100%;
            height: 100%; }
          .cards_content .cards-container .cards-container_row .item .content p {
            font-weight: 600;
            position: relative;
            z-index: 5; }

.content_image {
  position: relative;
  position: relative;
  overflow: hidden; }
  .content_image:before {
    content: "";
    position: absolute;
    bottom: -77%;
    left: 0;
    width: 561px;
    height: 150%;
    background: url(assets/images/ellipse_red.svg?v=9c294c7afed04324d046) no-repeat center/cover; }
  .content_image:after {
    content: "";
    position: absolute;
    bottom: -77%;
    right: 0;
    width: 561px;
    height: 150%;
    background: url(assets/images/ellipse_blue.svg?v=4a54a42bd52ee30ddf17) no-repeat center/cover; }
  @media screen and (max-width: 1024px) {
    .content_image.image_first.img_left .inner .info {
      order: 2; }
    .content_image.image_first.img_left .inner .images {
      order: 1; } }
  @media screen and (max-width: 1024px) {
    .content_image.image_first .inner .info {
      order: 2; }
    .content_image.image_first .inner .images {
      order: 1; } }
  .content_image .icon {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto; }
  .content_image .h2.title, .content_image .description {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
  .content_image .inner {
    display: grid;
    grid-template-columns: 1fr 601px;
    align-items: center;
    column-gap: 80px;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 1400px) {
      .content_image .inner {
        column-gap: 40px; } }
    @media screen and (max-width: 1024px) {
      .content_image .inner {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 60px; } }
    @media screen and (max-width: 768px) {
      .content_image .inner {
        flex-direction: column;
        row-gap: 40px;
        justify-content: center; } }
    .content_image .inner .info {
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .content_image .inner .info {
          width: calc(100%);
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: left; } }
      @media screen and (max-width: 576px) {
        .content_image .inner .info {
          padding: 0; } }
      .content_image .inner .info .title {
        margin-left: 0;
        text-align: left; }
      .content_image .inner .info .content p, .content_image .inner .info .content li, .content_image .inner .info .content a {
        font-size: 20px;
        line-height: 160%;
        font-weight: 500; }
    .content_image .inner .subtitle p {
      font-family: "Georgia", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 32px;
      line-height: 36px;
      color: #14225e; }
      @media screen and (max-width: 576px) {
        .content_image .inner .subtitle p {
          font-size: 24px;
          line-height: 100%; } }
      .content_image .inner .subtitle p em {
        color: #3b3fb6;
        font-style: normal; }
    .content_image .inner .images {
      height: 647px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden; }
      @media screen and (max-width: 1024px) {
        .content_image .inner .images {
          max-width: 601px;
          margin-left: auto;
          margin-right: auto;
          width: 100%; } }
      @media screen and (max-width: 576px) {
        .content_image .inner .images {
          max-width: 320px;
          height: 345px; } }
    .content_image .inner .image {
      width: 292px;
      height: 362px;
      border: 6px solid white;
      border-radius: 16px;
      position: absolute; }
      @media screen and (max-width: 576px) {
        .content_image .inner .image {
          width: 156px;
          height: 193px;
          border: 3px solid white;
          border-radius: 8px; } }
      .content_image .inner .image img {
        border-radius: 16px; }
      .content_image .inner .image:first-child {
        top: 0;
        z-index: 2; }
      .content_image .inner .image:nth-child(2) {
        transform: matrix(0.97, -0.26, 0.26, 0.97, 0, 0);
        right: 45px;
        bottom: 75px;
        z-index: 4; }
        @media screen and (max-width: 576px) {
          .content_image .inner .image:nth-child(2) {
            right: 20px;
            bottom: 40px; } }
      .content_image .inner .image:nth-child(3) {
        left: 22px;
        bottom: 18px;
        transform: matrix(0.99, 0.15, -0.15, 0.99, 0, 0);
        z-index: 3; }
        @media screen and (max-width: 576px) {
          .content_image .inner .image:nth-child(3) {
            bottom: 9px;
            left: 18px; } }
      .content_image .inner .image img {
        width: 100%;
        height: 100%; }
  .content_image.img_left .inner {
    grid-template-columns: 601px 1fr; }
    @media screen and (max-width: 1024px) {
      .content_image.img_left .inner {
        grid-template-columns: repeat(1, 1fr); } }
    .content_image.img_left .inner .images {
      max-width: 601px;
      width: 100%; }
      @media screen and (max-width: 1024px) {
        .content_image.img_left .inner .images {
          max-width: 601px;
          margin-left: auto;
          margin-right: auto;
          width: 100%; } }
      @media screen and (max-width: 576px) {
        .content_image.img_left .inner .images {
          max-width: 320px;
          height: 345px; } }
    @media screen and (max-width: 768px) {
      .content_image.img_left .inner {
        flex-direction: column; } }
    .content_image.img_left .inner .info {
      order: 1; }
    .content_image.img_left .inner .image {
      order: 2; }
  @media screen and (max-width: 576px) {
    .content_image .block_btn {
      width: 100%; } }

.split_accordion .top {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 800px; }
  .split_accordion .top .title {
    max-width: 70%; }
    @media screen and (max-width: 1024px) {
      .split_accordion .top .title {
        max-width: 90%; } }
    @media screen and (max-width: 576px) {
      .split_accordion .top .title {
        max-width: 100%; } }
  .split_accordion .top .description p, .split_accordion .top .description li, .split_accordion .top .description a {
    font-size: clamp(0.028dvh, 20px, 1.25rem);
    line-height: 160%; }
    @media screen and (max-width: 576px) {
      .split_accordion .top .description p, .split_accordion .top .description li, .split_accordion .top .description a {
        font-size: clamp(0.023dvh, 18px, 1.25rem); } }

.split_accordion .tabs {
  padding-top: 64px; }
  .split_accordion .tabs .tab_links a {
    text-decoration: none; }
    .split_accordion .tabs .tab_links a:hover {
      text-decoration: none;
      color: #14225e;
      opacity: 1; }
  .split_accordion .tabs.vertical {
    display: grid;
    grid-template-columns: 400px 1fr;
    column-gap: 80px; }
    @media screen and (max-width: 1024px) {
      .split_accordion .tabs.vertical {
        column-gap: 60px; } }
    @media screen and (max-width: 991px) {
      .split_accordion .tabs.vertical {
        column-gap: 0;
        grid-template-columns: repeat(1, 1fr); } }
    @media screen and (max-width: 991px) {
      .split_accordion .tabs.vertical .tab_links {
        display: none; } }
    .split_accordion .tabs.vertical .tab_links a {
      padding: 32px 0; }
    .split_accordion .tabs.vertical .mobile-tabs {
      display: none; }
      @media screen and (max-width: 991px) {
        .split_accordion .tabs.vertical .mobile-tabs {
          display: block; }
          .split_accordion .tabs.vertical .mobile-tabs a svg {
            width: 24px;
            height: 12px; }
          .split_accordion .tabs.vertical .mobile-tabs a.active svg {
            transform: rotate(180deg); } }
    .split_accordion .tabs.vertical .tab_target {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #93c2e9;
      color: #030e3f;
      font-size: 26px;
      line-height: 100%;
      position: relative;
      padding-right: 0 !important;
      text-decoration: none; }
      @media screen and (max-width: 991px) {
        .split_accordion .tabs.vertical .tab_target {
          padding-top: 26px;
          padding-bottom: 26px;
          line-height: 28px; } }
      .split_accordion .tabs.vertical .tab_target:active, .split_accordion .tabs.vertical .tab_target:visited, .split_accordion .tabs.vertical .tab_target:focus {
        border: none;
        outline: white;
        border-bottom: 1px solid #93c2e9; }
      .split_accordion .tabs.vertical .tab_target.active {
        color: #635fd9; }
        @media screen and (max-width: 991px) {
          .split_accordion .tabs.vertical .tab_target.active {
            border: none;
            text-decoration: none; } }
        .split_accordion .tabs.vertical .tab_target.active:hover, .split_accordion .tabs.vertical .tab_target.active:active, .split_accordion .tabs.vertical .tab_target.active:visited, .split_accordion .tabs.vertical .tab_target.active:focus {
          opacity: 1; }
      .split_accordion .tabs.vertical .tab_target svg {
        margin-left: 10px; }
    @media screen and (max-width: 991px) {
      .split_accordion .tabs.vertical .tab_content .title {
        display: none; } }
    .split_accordion .tabs.vertical .tab_content .description p, .split_accordion .tabs.vertical .tab_content .description li, .split_accordion .tabs.vertical .tab_content .description a {
      font-size: clamp(0.028dvh, 20px, 1.25rem);
      line-height: 160%; }
      @media screen and (max-width: 576px) {
        .split_accordion .tabs.vertical .tab_content .description p, .split_accordion .tabs.vertical .tab_content .description li, .split_accordion .tabs.vertical .tab_content .description a {
          font-size: clamp(0.023dvh, 18px, 1.25rem); } }
    @media screen and (max-width: 991px) {
      .split_accordion .tabs.vertical .tab_content.active {
        border-bottom: 1px solid #93c2e9;
        padding-bottom: 26px; } }
  .split_accordion .tabs .tab_content {
    padding-top: 32px;
    display: none; }
    .split_accordion .tabs .tab_content.active {
      display: block; }
    .split_accordion .tabs .tab_content .image {
      border-radius: 16px;
      overflow: hidden; }
    .split_accordion .tabs .tab_content .link {
      display: inline-flex; }

.split_accordion .column-top {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px; }
  @media screen and (max-width: 576px) {
    .split_accordion .column-top {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 40px; } }
  .split_accordion .column-top.one_column {
    grid-template-columns: 1fr; }

.split_accordion .quote {
  font-family: "Georgia", sans-serif;
  padding: 40px 40px 40px 80px;
  border-radius: 16px;
  position: relative;
  background-color: rgba(147, 194, 233, 0.4);
  font-family: "Georgia", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 160%;
  letter-spacing: 0;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 576px) {
    .split_accordion .quote {
      padding: 20px 20px 20px 44px;
      font-size: clamp(0.028dvh, 20px, 1.25rem); } }
  .split_accordion .quote:before {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 80px);
    background-color: #14225e;
    left: 40px; }
    @media screen and (max-width: 576px) {
      .split_accordion .quote:before {
        left: 22px;
        height: calc(100% - 44px); } }

.columns_content {
  background: linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 100%);
  position: relative;
  overflow: hidden; }
  .columns_content:before {
    content: "";
    position: absolute;
    bottom: -77%;
    left: 0;
    width: 561px;
    height: 150%;
    background: url(assets/images/ellipse_red.svg?v=9c294c7afed04324d046) no-repeat center/cover; }
  .columns_content:after {
    content: "";
    position: absolute;
    bottom: -77%;
    right: 0;
    width: 561px;
    height: 150%;
    background: url(assets/images/ellipse_blue.svg?v=4a54a42bd52ee30ddf17) no-repeat center/cover; }
  .columns_content.without_blur {
    background: #fff; }
    .columns_content.without_blur:before, .columns_content.without_blur:after {
      content: none; }
  .columns_content .title {
    max-width: 744px;
    margin-left: auto;
    margin-right: auto; }
  .columns_content .description {
    max-width: 744px;
    margin-left: auto;
    margin-right: auto; }
  .columns_content .block_btn {
    display: flex;
    align-items: center;
    justify-content: center; }
  .columns_content .cards-container {
    row-gap: 8px;
    display: flex;
    flex-direction: column; }
    .columns_content .cards-container .cards-container_row {
      column-gap: 8px; }
      .columns_content .cards-container .cards-container_row .item {
        position: relative;
        z-index: 5;
        background-color: #fff;
        padding: 32px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(147, 194, 233, 0.4); }
        @media screen and (max-width: 576px) {
          .columns_content .cards-container .cards-container_row .item {
            padding: 24px 20px; } }
    @media screen and (max-width: 991px) {
      .columns_content .cards-container .cards-container_row {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 40px;
        margin: 0 auto; } }
    @media screen and (max-width: 576px) {
      .columns_content .cards-container .cards-container_row {
        row-gap: 16px;
        margin: 0; } }
    @media screen and (max-width: 991px) {
      .columns_content .cards-container .item {
        max-width: 450px;
        width: 450px; } }
    @media screen and (max-width: 576px) {
      .columns_content .cards-container .item {
        max-width: 100%;
        width: 100%; } }
    .columns_content .cards-container .item.left {
      justify-content: space-between;
      align-items: flex-start; }
      .columns_content .cards-container .item.left .title_block {
        text-align: left; }
        .columns_content .cards-container .item.left .title_block .title {
          margin-left: 0; }
        .columns_content .cards-container .item.left .title_block .icon {
          margin-left: 0; }
    .columns_content .cards-container .item .title_block {
      text-align: center; }
      .columns_content .cards-container .item .title_block .icon {
        display: flex;
        margin-left: auto;
        margin-right: auto; }
        .columns_content .cards-container .item .title_block .icon img {
          width: auto;
          object-fit: none; }
      .columns_content .cards-container .item .title_block.left {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 24px; }
        .columns_content .cards-container .item .title_block.left .icon {
          display: flex;
          margin-right: 0; }
          .columns_content .cards-container .item .title_block.left .icon.mb-1_5 {
            margin-bottom: 0; }
        .columns_content .cards-container .item .title_block.left .title {
          margin-left: 0;
          text-align: left; }

.content_list .inner {
  display: flex;
  align-items: center;
  padding-right: 100px;
  padding-left: 100px;
  position: relative; }
  @media screen and (max-width: 1400px) {
    .content_list .inner {
      padding: 0; } }
  @media screen and (max-width: 991px) {
    .content_list .inner {
      row-gap: 24px;
      flex-direction: column; } }
  @media screen and (max-width: 576px) {
    .content_list .inner {
      row-gap: 16px; } }
  .content_list .inner .left-column {
    position: relative;
    padding: 72px 56px;
    max-width: 524px;
    border-radius: 16px; }
    @media screen and (max-width: 1400px) {
      .content_list .inner .left-column {
        max-width: 50%; } }
    @media screen and (max-width: 991px) {
      .content_list .inner .left-column {
        max-width: 100%; } }
    @media screen and (max-width: 576px) {
      .content_list .inner .left-column {
        padding: 32px 20px; } }
  .content_list .inner .right-column {
    position: absolute;
    right: 100px;
    max-width: 524px; }
    @media screen and (max-width: 1400px) {
      .content_list .inner .right-column {
        max-width: 53%;
        right: 0;
        left: 47%; } }
    @media screen and (max-width: 991px) {
      .content_list .inner .right-column {
        position: relative;
        left: 0;
        max-width: 100%; } }
    .content_list .inner .right-column .image {
      flex: 0 0 524px;
      width: 524px;
      height: 340px;
      border-radius: 32px;
      border: 6px solid #fff; }
      @media screen and (max-width: 1400px) {
        .content_list .inner .right-column .image {
          width: 100%; } }
      @media screen and (max-width: 1200px) {
        .content_list .inner .right-column .image {
          flex: 0 0 auto;
          width: 100%;
          height: 400px; } }
      @media screen and (max-width: 991px) {
        .content_list .inner .right-column .image {
          height: 100%; } }
      .content_list .inner .right-column .image img {
        width: 100%;
        height: 100%;
        border-radius: 32px; }
    .content_list .inner .right-column .list {
      display: flex;
      flex-direction: column;
      row-gap: 12px; }
      .content_list .inner .right-column .list .item {
        padding: 32px 40px 32px 104px;
        background-color: #14225E;
        border-radius: 16px;
        border: 2px solid rgba(255, 255, 255, 0.2);
        font-size: 28px;
        line-height: 120%;
        position: relative;
        display: flex;
        align-items: center;
        font-family: "Georgia", sans-serif; }
        .content_list .inner .right-column .list .item:before {
          content: "";
          position: absolute;
          left: 40px;
          width: 40px;
          height: 40px;
          background: url(assets/images/circle-check.svg?v=c22ebf311986cde18efd) no-repeat center/cover; }
          @media screen and (max-width: 576px) {
            .content_list .inner .right-column .list .item:before {
              left: 20px;
              width: 32px;
              height: 32px; } }
        @media screen and (max-width: 576px) {
          .content_list .inner .right-column .list .item {
            padding: 20px 20px 20px 72px;
            font-size: 22px; } }

.last_posts .post-cards {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  column-gap: 16px; }
  @media screen and (max-width: 991px) {
    .last_posts .post-cards {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 40px; } }
  @media screen and (max-width: 576px) {
    .last_posts .post-cards {
      row-gap: 24px; } }
  @media screen and (max-width: 991px) {
    .last_posts .post-cards .post-card {
      max-width: 450px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 576px) {
    .last_posts .post-cards .post-card {
      max-width: 100%; } }

.small_cards {
  background: linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 100%); }
  .small_cards .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 24px; }
    @media screen and (max-width: 1024px) {
      .small_cards .top {
        flex-direction: column;
        row-gap: 40px;
        align-items: flex-start; } }
    .small_cards .top .description {
      max-width: 592px; }
      @media screen and (max-width: 1024px) {
        .small_cards .top .description {
          max-width: 100%; } }
    .small_cards .top .h2.title span {
      color: #635fd9; }
  .small_cards .cards-container {
    row-gap: 8px;
    display: flex;
    flex-direction: column; }
    .small_cards .cards-container .cards-container_row {
      column-gap: 8px; }
      .small_cards .cards-container .cards-container_row .item {
        position: relative;
        z-index: 5;
        background-color: #fff;
        padding: 32px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(147, 194, 233, 0.4); }
        @media screen and (max-width: 576px) {
          .small_cards .cards-container .cards-container_row .item {
            padding: 24px 20px; } }
    @media screen and (max-width: 991px) {
      .small_cards .cards-container {
        row-gap: 16px; } }
    @media screen and (max-width: 576px) {
      .small_cards .cards-container {
        row-gap: 8px; } }
    @media screen and (max-width: 991px) {
      .small_cards .cards-container .cards-container_row.columns-3, .small_cards .cards-container .cards-container_row.columns-2 {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 16px; } }
    @media screen and (max-width: 576px) {
      .small_cards .cards-container .cards-container_row.columns-3, .small_cards .cards-container .cards-container_row.columns-2 {
        row-gap: 8px; } }
    .small_cards .cards-container .cards-container_row .item {
      align-items: flex-start; }
      @media screen and (max-width: 576px) {
        .small_cards .cards-container .cards-container_row .item h6 {
          font-size: 18px; } }
      .small_cards .cards-container .cards-container_row .item .title_block {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 24px; }
  .small_cards .block_btn {
    display: flex;
    justify-content: center; }
  .small_cards .quote {
    padding: 40px 40px 40px 80px;
    border-radius: 16px;
    position: relative;
    background-color: rgba(147, 194, 233, 0.4);
    font-family: "Georgia", sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 160%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    font-family: "Georgia", sans-serif; }
    @media screen and (max-width: 576px) {
      .small_cards .quote {
        padding: 20px 20px 20px 44px;
        font-size: clamp(0.028dvh, 20px, 1.25rem); } }
    .small_cards .quote:before {
      content: "";
      position: absolute;
      width: 2px;
      height: calc(100% - 80px);
      background-color: #14225e;
      left: 40px; }
      @media screen and (max-width: 576px) {
        .small_cards .quote:before {
          left: 22px;
          height: calc(100% - 44px); } }

.slider_block .description {
  max-width: 738px;
  margin-left: auto;
  margin-right: auto; }

.slider_block .cards-container {
  padding: 0 70px; }
  @media screen and (max-width: 991px) {
    .slider_block .cards-container {
      padding: 0 0 120px 0; } }
  .slider_block .cards-container .item {
    min-height: 560px;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 32px;
    background-color: #93c2e9;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 576px) {
      .slider_block .cards-container .item {
        padding: 64px 20px;
        min-height: 400px; } }
    .slider_block .cards-container .item:after {
      content: "";
      height: 56px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      overflow: hidden;
      background: url(assets/images/slider_circles.svg?v=3ca129942cb2df5a474e); }
    .slider_block .cards-container .item .title {
      font-family: "Georgia", sans-serif;
      font-size: 32px;
      line-height: 100%;
      font-weight: bold; }
      @media screen and (max-width: 576px) {
        .slider_block .cards-container .item .title {
          font-size: 24px; } }
    .slider_block .cards-container .item p {
      font-family: "Georgia", sans-serif;
      font-size: 32px;
      font-weight: 700;
      line-height: 100%; }
      @media screen and (max-width: 576px) {
        .slider_block .cards-container .item p {
          font-size: 24px; } }
    .slider_block .cards-container .item a {
      font-size: 18px;
      line-height: 100%;
      font-weight: bold;
      width: fit-content;
      font-family: "Inter", sans-serif;
      font-weight: 800; }
    .slider_block .cards-container .item .description p, .slider_block .cards-container .item .description li, .slider_block .cards-container .item .description a {
      font-family: "Georgia", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 32px;
      line-height: 100%; }
      @media screen and (max-width: 576px) {
        .slider_block .cards-container .item .description p, .slider_block .cards-container .item .description li, .slider_block .cards-container .item .description a {
          font-size: 24px; } }
    .slider_block .cards-container .item .description a, .slider_block .cards-container .item .description em {
      color: #3b3fb6;
      font-style: normal; }

.slider_block .block_btn {
  display: flex;
  align-items: center;
  justify-content: center; }

.slider_block .slick-list {
  padding: 0 !important; }

.slider_block .slick-slide {
  padding: 0 10px; }

.slider_block .slick-arrow {
  position: absolute;
  width: 64px;
  height: 64px;
  bottom: calc(50% - 32px);
  border-radius: 100%;
  border: 1px solid #93c2e9; }
  .slider_block .slick-arrow.prev {
    left: calc(-70px); }
    @media screen and (max-width: 991px) {
      .slider_block .slick-arrow.prev {
        bottom: -110px;
        left: calc(50% - 72px); } }
  .slider_block .slick-arrow.next {
    right: calc(-70px); }
    @media screen and (max-width: 991px) {
      .slider_block .slick-arrow.next {
        bottom: -110px;
        right: calc(50% - 72px); } }
  .slider_block .slick-arrow .fa-chevron-left:before {
    content: "";
    width: 14px;
    height: 20px;
    background: url(assets/images/arrow_prev.svg?v=699a9040bab990ad2586);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .slider_block .slick-arrow .fa-chevron-right:before {
    content: "";
    width: 14px;
    height: 20px;
    background: url(assets/images/arrow_next.svg?v=a009eda5c3751b5c283d);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.promo {
  position: relative;
  position: relative;
  overflow: hidden; }
  .promo:before {
    content: "";
    position: absolute;
    bottom: -77%;
    left: 0;
    width: 561px;
    height: 150%;
    background: url(assets/images/ellipse_red.svg?v=9c294c7afed04324d046) no-repeat center/cover; }
  .promo:after {
    content: "";
    position: absolute;
    bottom: -77%;
    right: 0;
    width: 561px;
    height: 150%;
    background: url(assets/images/ellipse_blue.svg?v=4a54a42bd52ee30ddf17) no-repeat center/cover; }
  .promo:before, .promo:after {
    bottom: -50%; }
  .promo .inner {
    max-width: 800px; }
    .promo .inner .title {
      max-width: 75%; }
      @media screen and (max-width: 1024px) {
        .promo .inner .title {
          max-width: 100%; } }

.intro {
  position: relative;
  position: relative;
  overflow: hidden; }
  .intro:before {
    content: "";
    position: absolute;
    bottom: -77%;
    left: 0;
    width: 561px;
    height: 150%;
    background: url(assets/images/ellipse_red.svg?v=9c294c7afed04324d046) no-repeat center/cover; }
  .intro:after {
    content: "";
    position: absolute;
    bottom: -77%;
    right: 0;
    width: 561px;
    height: 150%;
    background: url(assets/images/ellipse_blue.svg?v=4a54a42bd52ee30ddf17) no-repeat center/cover; }
  .intro .inner {
    width: 100%;
    padding: 64px 80px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (max-width: 991px) {
      .intro .inner {
        padding: 24px 40px; } }
    @media screen and (max-width: 576px) {
      .intro .inner {
        padding: 32px 20px;
        min-height: 640px;
        justify-content: flex-end; } }
    .intro .inner:before {
      content: "";
      z-index: 2;
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(3, 14, 63, 0.8), rgba(3, 14, 63, 0.8));
      top: 0;
      left: 0; }
  .intro .bg_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .intro .bg_image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .intro .content {
    max-width: 454px;
    position: relative;
    z-index: 4; }

.form_block {
  position: relative;
  overflow: hidden; }
  .form_block:after {
    content: "";
    position: absolute;
    width: 561px;
    height: 561px;
    right: -280px;
    bottom: -280px;
    /* Purple */
    background: #635FD9;
    opacity: 0.2;
    filter: blur(160px); }
  .form_block:before {
    content: "";
    position: absolute;
    width: 561px;
    height: 561px;
    left: -281px;
    bottom: -280px;
    /* Red */
    background: #F24C3D;
    opacity: 0.2;
    filter: blur(160px); }
  .form_block .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 64px; }
    @media screen and (max-width: 1024px) {
      .form_block .inner {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 60px; } }
    @media screen and (max-width: 576px) {
      .form_block .inner {
        row-gap: 40px; } }
    .form_block .inner .right_column.form {
      border-radius: 20px;
      padding: 40px;
      border: 1px solid #93C2E9;
      box-shadow: 0px 4px 48px rgba(59, 63, 182, 0.12); }
  .form_block .block_btn {
    display: flex;
    align-items: center;
    justify-content: center; }

