/** -------------------------------------------
    Settings
    ------------------------------------------- **/
/** -------------------------------------------
    Base
    ------------------------------------------- **/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*
@font-face {
  font-family: 'Roboto', sans-serif;;
  src: url("../../assets/fonts/subset-Roboto-Medium.eot");
  src: url("../../assets/fonts/subset-Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/subset-Roboto-Medium.woff2") format("woff2"), url("../../assets/fonts/subset-Roboto-Medium.woff") format("woff"), url("../../assets/fonts/subset-Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../assets/fonts/subset-Roboto-Black.eot");
  src: url("../../assets/fonts/subset-Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/subset-Roboto-Black.woff2") format("woff2"), url("../../assets/fonts/subset-Roboto-Black.woff") format("woff"), url("../../assets/fonts/subset-Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../assets/fonts/subset-Roboto-SemiBold.eot");
  src: url("../../assets/fonts/subset-Roboto-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/subset-Roboto-SemiBold.woff2") format("woff2"), url("../../assets/fonts/subset-Roboto-SemiBold.woff") format("woff"), url("../../assets/fonts/subset-Roboto-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../assets/fonts/subset-Roboto-Regular.eot");
  src: url("../../assets/fonts/subset-Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/subset-Roboto-Regular.woff2") format("woff2"), url("../../assets/fonts/subset-Roboto-Regular.woff") format("woff"), url("../../assets/fonts/subset-Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../assets/fonts/subset-Roboto-Bold.eot");
  src: url("../../assets/fonts/subset-Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/subset-Roboto-Bold.woff2") format("woff2"), url("../../assets/fonts/subset-Roboto-Bold.woff") format("woff"), url("../../assets/fonts/subset-Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../assets/fonts/subset-Roboto-Light.eot");
  src: url("../../assets/fonts/subset-Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/subset-Roboto-Light.woff2") format("woff2"), url("../../assets/fonts/subset-Roboto-Light.woff") format("woff"), url("../../assets/fonts/subset-Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

a {
  font-family: "Roboto", sans-serif;
}

html {
  box-sizing: border-box;
}

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

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  /* font-weight: 300; */
  line-height: 1.5;
}

@media (max-width: 767px) {
  .subpage {
    padding-top: 100px;
  }
}

main {
  padding-top: 100px;
}
@media (min-width: 1024px) {
  main {
    padding-top: 130px;
  }
}
main.application {
  padding-top: 90px;
}
main.error {
  padding-top: 0;
}

.main-wrapper {
  padding-top: 130px;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0;
}

.o-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
.o-container--sm {
  max-width: 950px;
}
.o-container--xs {
  max-width: 702px;
}
.o-container--pull-left {
  margin-left: 0;
  padding-left: 0;
}
@media (max-width: 1200px) {
  .o-container--pull-left {
    padding-left: 15px;
  }
}
.o-container--pull-right {
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .o-container--pull-right {
    padding-right: 15px;
  }
}
.o-container--slider {
  margin-right: auto;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .o-container--slider {
    max-width: 1670px;
    margin-right: 0;
    padding-right: 0;
  }
}

.o-footer {
  font-weight: 500;
}
.o-footer__wrapper {
  background-color: #000;
  padding-top: 120px;
}
.o-footer__container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 120px;
}
.o-footer__right {
  display: flex;
}
.o-footer__nav {
  display: flex;
  flex-direction: column;
  margin: 0 60px;
}
.o-footer__nav:last-child {
  margin-right: 0;
}
.o-footer__nav a {
  color: #f2f3f3;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.o-footer__nav a:hover {
  opacity: 0.7;
}
.o-footer__mail {
  margin-bottom: 30px;
}
.o-footer__mail a {
  color: #eec884;
}
.o-footer__social span {
  color: #fff;
  display: block;
  margin-bottom: 24px;
}
.o-footer__social-wrapper {
  display: flex;
}
.o-footer__social-wrapper a {
  display: flex;
  margin: 0;
  margin-right: 32px;
  transition: all 0.3s ease-in-out;
}
.o-footer__social-wrapper a:last-child {
  margin-right: 0;
}
.o-footer__social-wrapper a:hover {
  opacity: 0.7;
}
.o-footer__text {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #424243;
  padding: 40px 0;
}
.o-footer__text p {
  margin: 0;
  color: #767576;
}
.o-footer__scope {
  padding: 20px 0;
}
.o-footer__scope .o-container {
  display: flex;
}
.o-footer__scope p {
  margin: 0;
  color: #bbbaba;
  margin-right: 24px;
}
.o-footer__scope a {
  display: flex;
}
@media (max-width: 1366px) {
  .o-footer__wrapper {
    padding-top: 80px;
  }
  .o-footer__container {
    padding-bottom: 80px;
  }
  .o-footer__nav {
    margin: 0 30px;
  }
  .o-footer__nav a {
    margin-bottom: 20px;
  }
  .o-footer__mail {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .o-footer__nav {
    margin: 0 15px;
  }
  .o-footer__nav a {
    font-size: 14px;
  }
  .o-footer__social span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .o-footer__wrapper {
    padding-top: 35px;
  }
  .o-footer__left {
    margin-bottom: 50px;
    text-align: center;
  }
  .o-footer__container {
    flex-direction: column;
    padding-bottom: 35px;
  }
  .o-footer__right {
    flex-direction: column;
  }
  .o-footer__nav {
    margin: 0;
  }
  .o-footer__text {
    flex-direction: column;
    padding: 20px 0;
  }
  .o-footer__text p:first-child {
    margin-bottom: 20px;
  }
}

.o-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.o-header ul {
  padding-left: 0;
  margin-bottom: 0;
}
.o-header ul li {
  list-style-type: none;
}
.o-header.js-hamburger-active {
  border-bottom: none;
  background-color: #e9b56b;
}
.o-header.js-hamburger-active .o-hamburger__menu {
  position: absolute;
  left: 0;
  top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 100px);
  z-index: 3;
  margin: 0;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: auto;
  padding-top: 55px;
}
.o-header.js-hamburger-active .o-nav__apply {
  display: none;
  transition: all 0.4s ease;
}
.o-header.js-hamburger-active .o-nav__hamburger-menu span {
  transition: top 0.2s ease, transform 0.9s ease 0.1s;
  background: 0.2s ease;
}
.o-header.js-hamburger-active .o-nav__hamburger-menu span:nth-child(1) {
  transform: translateY(170%) rotate(315deg);
}
.o-header.js-hamburger-active .o-nav__hamburger-menu span:nth-child(2) {
  transform: translateY(-149%) rotate(405deg);
}
.o-header.js-hamburger-active .o-nav__bottom {
  border-bottom: 1px solid rgba(233, 181, 107, 0.35);
}
.o-header--application .o-nav__bottom {
  background: #fff;
}
.o-header--application .o-nav__list-item a {
  color: #000 !important;
}
.o-header--application .o-nav__hamburger-menu span {
  background: #000 !important;
}
.o-header--error .o-nav__bottom {
  background: transparent;
}

.o-nav__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.o-nav__list {
  display: none;
  align-items: center;
  height: 100%;
}
@media (min-width: 1024px) {
  .o-nav__list {
    display: flex;
  }
}
.o-nav__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
  height: 100%;
}
.o-nav__list-item--social {
  margin-right: 0;
  margin-left: 20px;
}
.o-nav__list-item--social a:hover svg {
  transition: all 0.3s;
  fill: #fff;
}
.o-nav__list-item--social a svg {
  transition: all 0.3s;
  fill: #bbbaba;
}
.o-nav__list-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
}
.o-nav__top {
  background-color: #212120;
  height: 40px;
  display: none;
}
@media (min-width: 1024px) {
  .o-nav__top {
    display: block !important;
  }
}
.o-nav__top .o-nav__list-item a {
  font-size: 12px;
  color: #bbbaba;
  transition: all 0.3s;
}
.o-nav__top .o-nav__list-item a:hover {
  color: #fff;
  transition: all 0.3s;
}
.o-nav__bottom {
  background-color: #000000;
  height: 100px;
}
@media (min-width: 1024px) {
  .o-nav__bottom {
    border-bottom: none;
    height: 90px;
  }
}
.o-nav__bottom .o-nav__list-item a {
  font-size: 14px;
  color: #fff;
  transition: all 0.3s;
}
.o-nav__bottom .o-nav__list-item a:hover::after {
  width: 100%;
  height: 2px;
  background: #e9b56b;
}
.o-nav__bottom .o-nav__list-item a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: transparent;
  bottom: -3px;
  transition: all 0.3s;
}
.o-nav__bottom-left {
  display: flex;
  align-items: center;
  height: 100%;
}
.o-nav__bottom-right {
  display: flex;
  align-items: center;
  height: 100%;
  min-width: 55%;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .o-nav__bottom-right {
    justify-content: space-between;
  }
}
.o-nav__logo {
  display: flex;
  max-width: 140px;
}
@media (min-width: 768px) {
  .o-nav__logo {
    max-width: unset;
  }
}
.o-nav__logo img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
@media (max-width: 1024px) {
  .o-nav__apply {
    display: none;
  }
}
.o-nav__hamburger {
  list-style: none;
  margin: 0 5px 0 20px;
}
@media (min-width: 1024px) {
  .o-nav__hamburger {
    display: none !important;
  }
}
.o-nav__hamburger-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.o-nav__hamburger-menu:hover {
  cursor: pointer;
}
.o-nav__hamburger-menu span {
  background: #fff;
  width: 25px;
  height: 3px;
  transition: top 0.1s ease 0.3s, transform 0.3s ease;
}
.o-nav__hamburger-menu span:nth-child(1) {
  margin-bottom: 7px;
}

.o-page {
  padding: 60px 0;
  background: #f7f8f9;
}
.o-page--news-detail {
  padding: 0;
  padding-bottom: 120px;
}
.o-page--profile {
  padding: 0;
  background: #ffffff;
}
.o-page__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: 500;
  margin-bottom: 80px;
}
.o-page__head--full {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}
.o-page__head--full h3 {
  margin-bottom: 13px;
}
.o-page__head--full p {
  color: #9b9b9b;
  font-size: 14px;
  margin: 0;
}
.o-page__category {
  display: flex;
  font-size: 24px;
  color: #d8b274;
  margin-bottom: 15px;
}
.o-page__title {
  font-size: 48px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0px;
  margin: 0;
  line-height: 100%;
}
.o-page__title--sm {
  font-size: 24px;
  font-weight: 500;
}
.o-page__desc {
  margin: 0;
  margin-top: 28px;
  font-size: 18px;
}
.o-page__head-right a {
  display: flex;
  border-bottom: 2px solid #865d2d;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.o-page__head-right a i {
  margin-right: 8px;
}
.o-page__head-right a span {
  font-size: 16px;
  color: #865d2d;
}
.o-page__head-right a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .o-page--news-detail {
    padding-bottom: 60px;
  }
  .o-page--profile .o-container {
    padding: 0;
  }
  .o-page__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .o-page__title {
    font-size: 35px;
  }
  .o-page__head-left {
    margin-bottom: 25px;
  }
}

.o-hamburger__menu {
  display: none;
  padding: 22px;
}
.o-hamburger__menu-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-hamburger__menu-content {
  width: 100%;
  margin-bottom: 30px;
}
.o-hamburger__list {
  display: flex;
  flex-direction: column;
  padding: 0;
  padding: 0 22px !important;
}
.o-hamburger__list::after {
  content: "";
  opacity: 0.3;
  border-bottom: 1px solid #ad8b8b;
  width: 220px;
  display: block;
  margin-bottom: 30px;
}
.o-hamburger__list--language {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 35px;
}
.o-hamburger__list--language .o-hamburger__list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  margin-bottom: 15px;
}
.o-hamburger__list--language::after {
  content: none;
}
.o-hamburger__list-waitlist {
  display: flex;
  justify-content: center;
}
.o-hamburger__list-waitlist a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 18px;
  padding: 15px 30px;
}
.o-hamburger__list-waitlist a i {
  display: flex;
  margin-right: 20px;
}
.o-hamburger__list-title {
  margin-bottom: 25px;
  list-style: none;
}
.o-hamburger__list-title a {
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 768px) {
  .o-hamburger__list-title a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .o-hamburger__list-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .o-hamburger__list:after {
    display: none;
  }
}
.o-hamburger__inner {
  display: flex;
  flex-direction: column;
  padding: 0 22px;
  margin-bottom: 80px;
}
.o-hamburger__inner a {
  font-size: 12px;
  color: #bbbaba;
  font-weight: 500;
  margin-bottom: 28px;
}
.o-hamburger__inner a:last-child {
  margin-bottom: 0;
}
.o-hamburger__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #bbbaba;
  font-size: 12px;
  font-weight: 500;
}
.o-hamburger__footer-icons {
  display: flex;
  justify-content: space-evenly;
}
.o-hamburger__footer-icons svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .o-hamburger__footer-icons svg {
    width: 35px;
    height: 35px;
  }
}
.o-hamburger__footer-icon {
  margin-left: 28px;
}
.o-hamburger__footer-links {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.o-hamburger__footer-links a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  color: #e9b56b;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .o-hamburger__footer-links a {
    font-size: 14px;
  }
}
.o-hamburger__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  margin-bottom: 30px;
}

.o-calendar-page {
  background: #212120;
  padding-top: 60px;
  padding-bottom: 120px;
}
.o-calendar-page__first-section-wrapper time {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  color: #d8b274;
  font-size: 24px;
  font-weight: 500;
}
.o-calendar-page__first-section-wrapper h3 {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  line-height: 100%;
  color: #fff;
  margin-bottom: 100px;
}
.o-calendar-page__first-section {
  text-align: center;
}
.o-calendar-page__first-section .sticky-image {
  position: sticky;
  top: 200px;
  z-index: 4;
}
.o-calendar-page__first-section span {
  font-size: 140px;
  font-weight: bold;
  z-index: 1;
  color: #ffffff;
  z-index: 5;
}
.o-calendar-page__first-section span:first-child {
  color: #d8b274;
}
.o-calendar-page__first-section span:nth-child(2) {
  z-index: 1;
}
.o-calendar-page__first-section-content {
  display: flex;
  flex-direction: column;
  padding-top: 10vh;
}
.o-calendar-page__first-section-content span {
  font-size: 140px;
  font-weight: bold;
  z-index: 5;
  color: #ffffff;
}
.o-calendar-page__first-section-content span:first-child {
  color: #d8b274;
}
.o-calendar-page__first-section-content span:nth-child(2) {
  z-index: 1;
}
.o-calendar-page__section {
  padding-top: 110px;
}
.o-calendar-page__section-head {
  text-align: center;
  margin-bottom: 50px;
}
.o-calendar-page__section-head .date {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-flex;
}
.o-calendar-page__section-head .title {
  color: #d8b274;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.o-calendar-page__content {
  position: relative;
  text-align: center;
  color: #fff;
}
.o-calendar-page__content p {
  margin-bottom: 100px;
}
.o-calendar-page__full-img {
  position: relative;
}
.o-calendar-page__full-img:after {
  content: "";
  width: 1px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: -50px;
  background: #ffffff;
  transform: translateX(-50%);
}
.o-calendar-page__full-img img {
  width: 100%;
}
.o-calendar-page__full-img--awards {
  z-index: 2;
  margin-top: 160px;
}
.o-calendar-page__full-img--awards:after {
  display: none;
}
.o-calendar-page__full-img--awards:before {
  content: "";
  display: block;
  background-image: url(../../../assets/images/odul-toreni-bg.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -50px;
  z-index: 2;
  width: 220px;
  height: 220px;
}
.o-calendar-page__full-img--awards img {
  width: auto;
}
.o-calendar-page__awards-bg {
  position: absolute;
  top: 45%;
  left: -25%;
  z-index: 1;
  text-align: left;
  transform: translateY(-50%);
}
.o-calendar-page__multiple-img {
  position: relative;
  text-align: left;
}
.o-calendar-page__multiple-img:after {
  content: "";
  display: block;
  background-image: url("../../../assets/images/son-basvuru-bg.png");
  position: absolute;
  right: -100px;
  bottom: 0;
  width: 400px;
  height: 400px;
}
.o-calendar-page__multiple-img img {
  position: relative;
  z-index: 2;
}
.o-calendar-page__multiple-img img:first-child {
  margin-right: 35px;
}
.o-calendar-page__multiple-img img.mobile {
  display: none;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .o-calendar-page__awards-bg {
    left: -20%;
  }
  .o-calendar-page__awards-bg img {
    width: 100%;
  }
}
@media (max-width: 1366px) {
  .o-calendar-page__awards-bg {
    left: -10%;
  }
}
@media (max-width: 1170px) {
  .o-calendar-page__awards-bg {
    display: none;
  }
}
@media (max-width: 1024px) {
  .o-calendar-page__full-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .o-calendar-page__multiple-img {
    display: flex;
  }
  .o-calendar-page__multiple-img:after {
    display: none;
  }
  .o-calendar-page__multiple-img img:first-child {
    width: 70%;
    margin-right: 20px;
  }
  .o-calendar-page__multiple-img img:nth-child(2) {
    width: 30%;
  }
  .o-calendar-page__first-section span {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .o-calendar-page__title img {
    width: 65%;
  }
  .o-calendar-page .c-about__sub-title::before {
    display: none;
  }
  .o-calendar-page .c-about__date {
    margin: 0;
    margin-bottom: 16px;
  }
  .o-calendar-page__first-section span {
    font-size: 55px;
  }
  .o-calendar-page__full-img--awards {
    width: 216px;
    height: 216px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .o-calendar-page__full-img--awards::before {
    background-image: url(../../../assets/images/odul-toreni-bg-mobile.png);
    width: 80px;
    height: 80px;
    right: -40px;
  }
  .o-calendar-page__multiple-img {
    flex-direction: column;
  }
  .o-calendar-page__multiple-img img {
    display: none;
  }
  .o-calendar-page__multiple-img img.mobile {
    display: flex;
  }
  .o-calendar-page__multiple-img img:first-child {
    margin: 0;
    width: 100%;
  }
  .o-calendar-page__multiple-img img:nth-child(2) {
    width: 100%;
  }
  .o-calendar-page__content p {
    margin-bottom: 80px;
  }
  .o-calendar-page__section {
    padding-top: 60px;
  }
  .o-calendar-page__section-head {
    margin-bottom: 20px;
  }
  .o-calendar-page__awards-bg {
    display: block;
    top: inherit;
    bottom: -24%;
  }
}

.o-form__head {
  margin-bottom: 30px;
}
.o-form__head h3 {
  color: #d8b274;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 8px;
}
.o-form__head h4 {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.o-form__head--contact h3 {
  margin: 0;
  line-height: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.o-form__head--contact p {
  margin: 0;
  line-height: 100%;
  font-size: 14px;
  color: #9b9b9b;
  font-weight: 500;
}
.o-form__mail {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.o-form__mail label {
  font-size: 16px;
  color: #9b9b9b;
}
.o-form__mail a {
  color: #865d2d;
  font-size: 20px;
  font-weight: bold;
}
.o-form__wrapper {
  background: #fff;
  padding: 60px 100px;
}
.o-form__back {
  display: flex;
  margin-bottom: 45px;
}
.o-form__back a {
  display: flex;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  color: #865d2d;
}
.o-form__back a i {
  display: flex;
  align-items: center;
}
.o-form__back a i svg {
  transform: rotate(180deg);
}
.o-form__back a span {
  display: inline-flex;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.o-form__back a:hover span {
  margin-left: 12px;
}
.o-form__title {
  display: flex;
  margin-bottom: 30px;
}
.o-form__title i {
  margin-right: 8px;
}
.o-form__title h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.o-form__sms {
  display: flex;
  justify-content: space-around;
}
.o-form__row {
  position: relative;
  margin-bottom: 30px;
}
.o-form__row input,
.o-form__row select {
  width: 100%;
  height: 55px;
  border: none;
  border: 1px solid #dedede;
  background: transparent;
  background: #f7f8f9;
  outline: none;
  padding: 0 20px;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.4s;
}
.o-form__row input::placeholder,
.o-form__row select::placeholder {
  color: #9b9b9b;
}
.o-form__row input:focus,
.o-form__row select:focus {
  border-color: #000000;
}
.o-form__row--m70 {
  margin-bottom: 70px;
}
.o-form__row--checkbox {
  display: flex;
  align-items: flex-start;
}
.o-form__row--checkbox input {
  width: 18px;
  height: 18px;
  border-color: #dedede;
  accent-color: #865d2d;
}
.o-form__row--checkbox label {
  margin-left: 8px;
  font-size: 12px;
  color: #9b9b9b;
  font-weight: 500;
  flex: 1;
}
.o-form__row--checkbox label a {
  color: #865d2d;
  font-weight: bold;
}
.o-form__row--action {
  margin-bottom: 15px;
}
.o-form__row--sms {
  width: 80px;
  height: 80px;
}
.o-form__row--sms input {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 48px;
  transition: all 0.3s;
}
.o-form__row--sms input:focus {
  border-color: #d8b274;
}
.o-form__row--multiple {
  display: flex;
  justify-content: space-between;
}
.o-form__row--multiple input,
.o-form__row--multiple select {
  width: calc(50% - 10px);
}
.o-form__row-item {
  display: flex;
  flex-direction: column;
}
.o-form__row-item input,
.o-form__row-item select {
  width: 100%;
}
.o-form__info {
  position: absolute;
  left: 20px;
  bottom: -22px;
  color: #865d2d;
  font-size: 12px;
  font-weight: 500;
}
.o-form__info--gray {
  left: 0;
  bottom: -40px;
  color: #9b9b9b;
  max-width: 510px;
}
.o-form__desc {
  margin-bottom: 40px;
}
.o-form__desc p {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
  color: #9b9b9b;
}
.o-form__desc p b {
  color: #000000;
  font-weight: bold;
}
.o-form__timer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.o-form__timer span {
  font-size: 60px;
  color: #d8b274;
  font-weight: normal;
}
.o-form__send-code {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.o-form__send-code a {
  font-size: 12px;
  font-weight: 500;
  color: #865d2d;
}
.o-form__success {
  text-align: center;
}
.o-form__success img {
  margin-bottom: 40px;
}
.o-form__success h3 {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.o-form__success p {
  margin: 0;
  color: #9b9b9b;
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 500;
}
.o-form__bottom-text {
  margin-top: 30px;
}
.o-form__bottom-text p {
  margin: 0;
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 500;
}
.o-form__bottom-text p a {
  font-size: 16px;
  font-weight: 500;
  color: #865d2d;
}
.o-form__remainder {
  position: absolute;
  right: 0;
  bottom: -22px;
  font-size: 12px;
  color: #865d2d;
  font-weight: 500;
}
.o-form__form-buttons-multiple {
  display: flex;
}
.o-form__form-buttons-multiple button,
.o-form__form-buttons-multiple a {
  margin-right: 20px;
  cursor: pointer;
  text-decoration: none;
}
.o-form__add-button {
  margin-bottom: 43px;
}
.o-form__add-button a {
  display: flex;
  align-items: center;
  color: #865d2d;
  font-size: 14px;
  font-weight: 500;
}
.o-form__add-button a i {
  display: flex;
  margin-right: 8px;
}
.o-form__label {
  display: flex;
  font-size: 16px;
  margin-bottom: 12px;
  color: #9b9b9b;
}
.o-form__label--dark {
  font-weight: 500;
  color: #000;
}
@media (max-width: 768px) {
  .o-form__info--gray {
    max-width: 330px;
    bottom: -55px;
  }
}
@media (max-width: 767px) {
  .o-form__head h3,
  .o-form__head h4 {
    font-size: 19px;
  }
  .o-form__mail a {
    font-size: 16px;
  }
  .o-form__wrapper {
    padding: 30px;
  }
  .o-form__row--checkbox label {
    font-size: 13px;
  }
  .o-form__row--multiple {
    flex-direction: column;
  }
  .o-form__row--multiple input,
  .o-form__row--multiple select {
    width: 100%;
    margin-bottom: 30px;
  }
  .o-form__row--multiple input:last-child,
  .o-form__row--multiple select:last-child {
    margin: 0;
  }
  .o-form__row-item {
    margin-bottom: 30px;
  }
  .o-form__bottom-text {
    margin-top: 30px;
  }
  .o-form__bottom-text p {
    font-size: 13px;
  }
  .o-form__bottom-text p a {
    font-size: 13px;
  }
  .o-form__info--gray {
    font-size: 9px;
  }
  .o-form__form-buttons-multiple {
    flex-direction: column;
  }
  .o-form__form-buttons-multiple button,
  .o-form__form-buttons-multiple a {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .o-form__form-buttons-multiple button:last-child,
  .o-form__form-buttons-multiple a:last-child {
    margin-bottom: 0;
  }
}

.o-dashboard {
  display: flex;
}
.o-dashboard__left {
  display: flex;
  flex-direction: column;
  width: 333px;
  background: #000000;
  padding-top: 60px;
  color: #fff;
}
.o-dashboard__left h3 {
  font-size: 14px;
  color: #767576;
  font-weight: bold;
  margin-bottom: 22px;
  padding-left: 40px;
}
.o-dashboard__left a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s;
  font-weight: 500;
}
.o-dashboard__left a i {
  display: flex;
  margin-right: 15px;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
}
.o-dashboard__left a i svg {
  transition: all 0.3s;
}
.o-dashboard__left a i svg path {
  transition: all 0.3s;
}
.o-dashboard__left a i svg g path {
  transition: all 0.3s;
}
.o-dashboard__left a:hover,
.o-dashboard__left a.active {
  color: #000;
  background: #d8b274;
}
.o-dashboard__left a:hover i svg g path,
.o-dashboard__left a.active i svg g path {
  fill: #000;
}
.o-dashboard__left a:hover i svg path,
.o-dashboard__left a.active i svg path {
  fill: #000;
}
.o-dashboard__left--mobile {
  display: none;
}
.o-dashboard__nav-list {
  margin-bottom: 45px;
}
.o-dashboard__right {
  width: calc(100% - 333px);
  padding: 60px 80px 100px 80px;
  color: #000;
}
.o-dashboard__head {
  margin-bottom: 20px;
}
.o-dashboard__head h3 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
.o-dashboard__head p {
  font-weight: 500;
  color: #9b9b9b;
  font-size: 14px;
  margin-bottom: 20px;
}
.o-dashboard__head a {
  color: #865d2d;
  font-weight: bold;
}
.o-dashboard__head--sm {
  max-width: 670px;
}
.o-dashboard__content--sm {
  max-width: 662px;
}
.o-dashboard__content--xs {
  max-width: 502px;
}
.o-dashboard__image-wrapper {
  position: relative;
  margin-bottom: 40px;
}
.o-dashboard__img {
  width: 100%;
  height: 100%;
  display: flex;
}
.o-dashboard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o-dashboard__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.o-dashboard__logo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: flex;
}
.o-dashboard__bottom-info {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ececec;
  padding-top: 28px;
  align-items: center;
}
.o-dashboard__bottom-info p {
  font-size: 14px;
  color: #865d2d;
  font-weight: 500;
  margin: 0;
}
.o-dashboard__bottom-info h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.o-dashboard__actions {
  display: flex;
}
.o-dashboard__actions button,
.o-dashboard__actions a {
  margin-right: 20px;
}
.o-dashboard__radio {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.o-dashboard__radio p {
  margin: 0;
  line-height: 100%;
  margin-right: 38px;
}
@media (max-width: 1366px) {
  .o-dashboard__left {
    width: 250px;
  }
  .o-dashboard__right {
    width: calc(100% - 250px);
    padding: 60px 40px 50px 40px;
  }
}
@media (max-width: 767px) {
  .o-dashboard {
    flex-direction: column;
  }
  .o-dashboard__left {
    display: none;
  }
  .o-dashboard__left--mobile {
    display: flex;
    width: 100%;
    flex-direction: row;
    overflow: auto;
    padding: 0;
    height: 100px;
    align-items: center;
  }
  .o-dashboard__left--mobile a {
    padding: 0;
    margin: 0;
    margin-right: 10px;
    font-size: 12px;
    min-width: 200px;
    margin: 0;
    align-items: center;
    justify-content: center;
  }
  .o-dashboard__left--mobile h3 {
    display: none;
  }
  .o-dashboard__right {
    width: 100%;
    padding: 30px 15px;
  }
  .o-dashboard__nav-list {
    display: flex;
    margin: 0;
    flex-direction: row;
  }
}

.o-section-head {
  margin-bottom: 28px;
}
.o-section-head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.o-section-head p {
  margin: 0;
  font-size: 12px;
  color: #9b9b9b;
}
.o-section-head--half {
  max-width: 80%;
}

.o-drop-zone {
  max-width: 100%;
  height: 248px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border: 1px solid #dedede;
  background: #f7f8f9;
  margin-bottom: 40px;
}
.o-drop-zone--over {
  border-style: solid;
}
.o-drop-zone__input {
  display: none;
}
.o-drop-zone__icon {
  margin-bottom: 28px;
}
.o-drop-zone__prompt p {
  margin: 0;
  font-size: 18px;
  color: #000;
  margin-bottom: 12px;
  font-weight: 500;
}
.o-drop-zone__prompt p span {
  color: #865d2d;
  text-decoration: underline;
}
.o-drop-zone__prompt label {
  color: #9b9b9b;
  font-weight: 500;
  font-size: 14px;
}
.o-drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .o-drop-zone__prompt p {
    font-size: 14px;
  }
}

.drop-zone .drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

.o-subpage__title {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  padding: 40px 0;
}
.o-subpage__content p {
  font-size: 18px;
  color: #000;
  margin: 0;
  margin-bottom: 20px;
  font-weight: normal;
}
.o-subpage__content a{
  font-weight: bold; color: #000;
}
.o-subpage__content p b {
  font-weight: 500;
}
@media (max-width: 991px) {
  .o-subpage__title {
    padding: 30px 0;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .o-subpage__content p {
    font-size: 16px;
  }
}

.o-error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
  background: url("../../assets/images/404-bg.png");
}
.o-error-page h1 {
  color: #fff;
  font-size: 140px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 28px;
}
.o-error-page h2 {
  font-size: 48px;
  color: #d8b274;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
}
.o-error-page p {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  margin: 0;
  margin-bottom: 80px;
}
.o-error-page a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  color: #fff;
  background: #865d2d;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  transition: all 0.2s;
  text-decoration: none;
}
.o-error-page a:hover {
  color: #865d2d;
  background: #fff;
}
@media (max-width: 768px) {
  .o-error-page h1 {
    margin-bottom: 0;
    font-size: 100px;
  }
  .o-error-page h2 {
    font-size: 38px;
  }
  .o-error-page p {
    font-size: 20px;
  }
}

.o-very-soon {
  background-image: url("https://www.istanbulmarketingawards.com/assets/images/pek-yakinda-bg.png");
  background-size: cover;
  width: 100%;
  height: calc(100vh - 130px);
  display: flex;
  align-items: center;
  color: #fff;
}
.o-very-soon--2 {
  background-image: url("https://www.istanbulmarketingawards.com/assets/images/pek-yakinda-bg-2.png");
}
.o-very-soon__inner {
  display: flex;
  flex-direction: column;
}
.o-very-soon__content {
  margin-bottom: 80px;
}
.o-very-soon__content h2 {
  color: #d8b274;
  font-size: 24px;
  margin: 0;
  font-weight: 500;
  margin-bottom: 12px;
}
.o-very-soon__content h3 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
.o-very-soon__content p {
  font-size: 20px;
  color: #9b9b9b;
  font-weight: normal;
  margin: 0;
}
.o-very-soon__content p span {
  display: block;
}
.o-very-soon__timer {
  display: flex;
}
.o-very-soon__timer-item {
  margin-right: 20px;
}
.o-very-soon__numbers {
  margin-bottom: 12px;
}
.o-very-soon__numbers span {
  padding: 6px 19px;
  background: #212120;
  border-radius: 4px;
  color: #dedede;
  font-size: 48px;
  font-weight: 500;
}
.o-very-soon__small {
  font-size: 16px;
  font-weight: 500;
  color: #424243;
}
@media (max-width: 1440px) {
  .o-very-soon {
    background-position: center;
  }
  .o-very-soon__content {
    margin-bottom: 40px;
  }
  .o-very-soon__content h2 {
    font-size: 20px;
  }
  .o-very-soon__content h3 {
    font-size: 44px;
    margin-bottom: 10px;
  }
  .o-very-soon__content p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .o-very-soon {
    height: calc(100vh - 100px);
  }
  .o-very-soon__content h2 {
    margin-bottom: 0;
  }
  .o-very-soon__content h3 {
    margin-bottom: 0;
  }
  .o-very-soon__numbers {
    margin-bottom: 6px;
  }
  .o-very-soon__numbers span {
    padding: 6px 13px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .o-very-soon__timer-item {
    margin-right: 6px;
  }
  .o-very-soon__numbers {
    margin-bottom: 6px;
  }
  .o-very-soon__numbers span {
    padding: 6px 10px;
    font-size: 28px;
  }
}

.c-button {
  font-weight: 500;
  font-size: 14px;
}
.c-button:hover {
  cursor: pointer;
}
.c-button--primary {
  background-color: #e9b56b;
  border: 1px solid #e9b56b;
  color: #000000;
  transition: all linear 0.3s;
  padding: 10px;
}
@media (min-width: 768px) {
  .c-button--primary {
    padding: 15px 25px;
  }
}
.c-button--primary:hover {
  background-color: transparent;
  border: 1px solid #bbbaba;
  color: #fff;
  transition: all linear 0.3s;
}
.c-button--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #865d2d;
  border-bottom: 2px solid #865d2d;
  padding-bottom: 5px;
}
.c-button--arrow:hover svg {
  margin-left: 20px;
  transition: all ease 0.3s;
}
.c-button--arrow svg {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  fill: #865d2d;
  stroke: #865d2d;
  transition: all ease 0.3s;
}
.c-button--black {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  transition: all linear 0.3s;
  padding: 15px 25px;
}
.c-button--black:hover {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  transition: all linear 0.3s;
}

.c-main-slider {
  position: relative;
}
@media (min-width: 992px) {
  .c-main-slider {
    height: calc(100vh - 100px);
  }
}
.c-main-slider .percent {
  position: relative;
  width: 100%;
  height: 100%;
  transform: rotate(270deg);
  display: none;
}
.c-main-slider .percent svg {
  width: 100%;
  height: 100%;
}
.c-main-slider .percent svg circle {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke-width: 1px;
  stroke: #fff;
  transform: translate(5px, 5px);
}
.c-main-slider .percent svg circle:nth-child(2) {
  stroke: #eec884;
  stroke-dasharray: 62;
  transition: all 0.3s ease;
  stroke-width: 3px;
  stroke-dashoffset: calc(62 - 62 * var(--num) / 100);
}
.c-main-slider .swiper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.c-main-slider .swiper .swiper-pagination {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .c-main-slider .swiper .swiper-pagination {
    flex-direction: row;
  }
}
.c-main-slider .swiper .swiper-pagination-bullets {
  position: unset !important;
  align-items: center;
}
.c-main-slider .swiper .swiper-pagination-bullet {
  position: relative;
  background: #fff;
  position: relative;
  width: 0;
  height: 0;
  width: 24px;
  height: 24px;
  background: transparent;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .c-main-slider .swiper .swiper-pagination-bullet {
    margin-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .c-main-slider .swiper .swiper-pagination-bullet {
    flex-direction: row;
    opacity: 1;
  }
  .c-main-slider .swiper .swiper-pagination-bullet::after {
    background: white;
  }
}
.c-main-slider .swiper .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 55%;
  left: 45%;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.c-main-slider .swiper .swiper-pagination-bullet-active:after {
  background: #eec884;
}
.c-main-slider .swiper .swiper-pagination-bullet-active .percent {
  display: block;
}
.c-main-slider .swiper .current-slide-index,
.c-main-slider .swiper .last-slide-index {
  z-index: 1;
  text-align: center;
}
@media (max-width: 992px) {
  .c-main-slider .swiper .current-slide-index,
  .c-main-slider .swiper .last-slide-index {
    display: flex;
    align-items: center;
    margin: 0 5px;
  }
}
.c-main-slider .swiper .current-slide-index span,
.c-main-slider .swiper .last-slide-index span {
  line-height: 19px;
  letter-spacing: 1.28px;
  font-size: 16px;
  font-weight: 500;
}
.c-main-slider .swiper .current-slide-index {
  color: #eec884;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .c-main-slider .swiper .current-slide-index {
    margin-bottom: 0;
  }
}
.c-main-slider .swiper .last-slide-index {
  color: #fff;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .c-main-slider .swiper .last-slide-index {
    margin-top: 0;
  }
}
.c-main-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .c-main-slider img{
    height: 300px;
  }
}
.c-main-slider__pagination {
  display: flex;
  position: absolute;
  flex-direction: column;
  top: 25%;
  left: 15px;
}
@media (min-width: 992px) {
  .c-main-slider__pagination {
    left: 50px;
  }
}
@media (min-width: 1600px) {
  .c-main-slider__pagination {
    top: 37%;
  }
}
@media (max-width: 992px) {
  .c-main-slider__pagination {
    top: unset;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 50px;
    z-index: 1;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-main-slider__milestone {
  display: flex;
  justify-content: space-between;
  text-align: center;
  background-color: #000000;
  z-index: 1;
  position: absolute;
  flex-direction: row;
  padding: 15px 25px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  bottom: 50px;
  width: 75%;
  left: 0;
  right: 0;
}
@media (max-width: 992px) {
  .c-main-slider__milestone {
    display: none !important;
  }
}
.c-main-slider__stages {
  display: flex;
  width: 100%;
}
@media (min-width: 992px) {
  .c-main-slider__stages {
    width: 50%;
    margin-bottom: 0;
    border-bottom: none;
    overflow: unset;
  }
  .c-main-slider__stages--mobile {
    display: none !important;
  }
}
.c-main-slider__stages--mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 30px;
  text-align: left;
  background-color: #000000;
}
@media (min-width: 768px) {
  .c-main-slider__stages--mobile {
    align-items: center;
  }
}
.c-main-slider__stages--mobile .c-main-slider__stage {
  flex-direction: row;
  margin-bottom: 55px;
}
.c-main-slider__stages--mobile .c-main-slider__stage:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-main-slider__stages--mobile .c-main-slider__stage {
    justify-content: flex-start;
    width: 45%;
  }
}
.c-main-slider__stages--mobile .c-main-slider__stage .c-main-slider__stage-status {
  margin-right: 30px;
}
.c-main-slider__stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: space-between;
  margin: 0 10px;
}
@media (min-width: 1024px) {
  .c-main-slider__stage {
    margin: 0 5px;
  }
}
@media (min-width: 1200px) {
  .c-main-slider__stage {
    justify-content: unset;
    margin: 0 10px;
  }
}
@media (min-width: 1600px) {
  .c-main-slider__stage {
    margin: 0 15px;
  }
}
.c-main-slider__stage:last-child::after {
  content: none;
}
.c-main-slider__stage::after {
  content: "";
  z-index: -1;
  position: absolute;
  border-bottom: 2px solid #424243;
  top: 5px;
  left: 50%;
  width: 150%;
}
@media (min-width: 992px) {
  .c-main-slider__stage::after {
    width: 165%;
  }
}
@media (max-width: 992px) {
  .c-main-slider__stage::after {
    border-bottom: none;
    border-right: 2px solid #424243;
    height: 200%;
    top: 22px;
    left: 6px;
    z-index: 100000000000000020000;
    width: 1px;
  }
}
.c-main-slider__stage-title {
  font-size: 14px;
  color: #dedede;
  margin-bottom: 2px;
  font-weight: 500;
}
.c-main-slider__stage-timestamp {
  color: #dedede;
  font-size: 12px;
  margin-bottom: 0;
}
.c-main-slider__stage-status {
  border: 2px solid #424243;
  border-radius: 50%;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #000000;
}
.c-main-slider__stage.prev-stage::after {
  border-color: #dedede;
}
.c-main-slider__stage.prev-stage .c-main-slider__stage-status {
  background-color: #9f7742;
  border-color: #eec884;
}
.c-main-slider__stage.active-stage .c-main-slider__stage-status {
  background-color: #eec884;
  border-color: #eec884;
}
.c-main-slider__stage.active-stage-btn {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
}
.c-main-slider__counter {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: center;
  padding: 10px 0;
}
.c-main-slider__counter--mobile {
  background-color: #212120;
  margin-top: -10px; width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.c-main-slider__counter--mobile .c-main-slider__counter-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-main-slider__counter--mobile .c-main-slider__counter-title {
  color: #9b9b9b;
  font-weight: bold;
  margin-bottom: 25px;
}
.c-main-slider__counter--mobile .c-main-slider__counter-item {
  font-size: 20px;
  padding: 0 25px;
}
@media (min-width: 992px) {
  .c-main-slider__counter--mobile {
    display: none;
  }
}
.c-main-slider__counter-item {
  padding: 0 15px;
  list-style: none;
}
@media (min-width: 1200px) {
  .c-main-slider__counter-item {
    padding: 0 22px;
  }
}
.c-main-slider__counter-item span {
  font-weight: bold;
  color: #fff;
}
.c-main-slider__counter-item p {
  font-size: 16px;
  line-height: 18px;
  color: #9b9b9b;
  margin-top: 5px;
  margin-bottom: 0;
}
.c-main-slider__scroll {
  display: none;
  position: absolute;
  bottom: 100px;
  z-index: 1;
  transform: rotate(270deg);
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .c-main-slider__scroll {
    display: flex;
  }
}
.c-main-slider__scroll::before {
  content: "";
  border: 1px solid #fff;
  border-width: thin;
  width: 55px;
  height: 1px;
}
.c-main-slider__scroll-btn {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
}

.c-accordion__item {
  border-bottom: 1px solid #865d2d;
}
.c-accordion__item:first-child {
  border-top: 1px solid #865d2d;
}
.c-accordion__head {
  font-weight: 500;
  position: relative;
  display: flex;
  padding: 0 25px;
  height: 95px;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.c-accordion__head h3 {
  margin: 0;
  font-size: 32px;
}
.c-accordion__head i {
  display: flex;
  align-items: center;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.c-accordion__head i:before,
.c-accordion__head i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background: #865d2d;
  transition: all 0.3s ease-in-out;
}
.c-accordion__head i:after {
  transform: rotate(270deg);
}
.c-accordion__head:hover {
  background: #865d2d;
  color: #fff;
}
.c-accordion__head:hover i:before,
.c-accordion__head:hover i:after {
  background: #fff;
}
.c-accordion__head.js-active i:after {
  transform: rotate(180deg);
}
.c-accordion__letter {
  font-size: 24px;
  margin-right: 45px;
}
.c-accordion__content {
  display: none;
  padding: 30px 40px 60px 95px;
}
.c-accordion__content-row {
  display: flex;
  margin-bottom: 40px;
}
.c-accordion__content-row h3 {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px;
}
.c-accordion__content-row p {
  font-size: 16px;
}
.c-accordion__content-row-left {
  flex: 1;
}
.c-accordion__content-row-right {
  justify-content: flex-end;
  display: flex;
  flex: 0.6;
}
.c-accordion__content-row-right a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  border: 2px solid #865d2d;
  text-decoration: none;
  color: #865d2d;
  transition: all 0.3s ease-in-out;
}
.c-accordion__content-row-right a:hover {
  border-color: #865d2d;
  color: #fff;
  background: #865d2d;
}
.c-accordion__button {
  margin-top: 40px;
}
.c-accordion__button button,
.c-accordion__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 60px;
  border: 1px solid #865d2d;
  background: #865d2d;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.c-accordion__button button:hover,
.c-accordion__button a:hover {
  background: transparent;
  color: #865d2d;
}
.c-accordion--category .c-accordion__item {
  border-color: #ececec;
}
.c-accordion--category .c-accordion__item:hover {
  color: inherit;
}
.c-accordion--category .c-accordion__item:hover input {
  border-color: #865d2d;
}
.c-accordion--category .c-accordion__letter {
  margin-right: 19px;
}
.c-accordion--category .c-accordion__letter input {
  width: 18px;
  height: 18px;
  border-color: #dedede;
  accent-color: #865d2d;
}
.c-accordion--category .c-accordion__head {
  padding: 0;
}
.c-accordion--category .c-accordion__head h3 {
  font-size: 18px;
  width: 100%;
}
.c-accordion--category .c-accordion__head i {
  right: 0;
  transition: all 0.5s;
}
.c-accordion--category .c-accordion__head i::before,
.c-accordion--category .c-accordion__head i:after {
  display: none;
}
.c-accordion--category .c-accordion__head:hover {
  background: none;
}
.c-accordion--category .c-accordion__head:hover h3 {
  color: #865d2d;
}
.c-accordion--category .c-accordion__head.js-active h3 {
  color: #865d2d;
}
.c-accordion--category .c-accordion__head.js-active i {
  transform: rotate(180deg);
}
.c-accordion--category .c-accordion__content {
  padding: 0;
  padding-left: 35px;
}
.c-accordion--sm .c-accordion__item {
  border-color: #ececec;
}
.c-accordion--sm .c-accordion__letter {
  font-size: 20px;
  margin-right: 20px;
}
.c-accordion--sm .c-accordion__head {
  height: 80px;
}
.c-accordion--sm .c-accordion__head h3 {
  font-size: 24px;
}
.c-accordion--sm .c-accordion__head i::before,
.c-accordion--sm .c-accordion__head i:after {
  background: #000;
}
.c-accordion--sm .c-accordion__head:hover {
  background: transparent;
}
.c-accordion--sm .c-accordion__head:hover h3 {
  color: initial;
}
.c-accordion--sm .c-accordion__head:hover i::before,
.c-accordion--sm .c-accordion__head:hover i:after {
  background: #000;
}
.c-accordion--sm .c-accordion__head:hover .c-accordion__letter {
  color: initial;
}
.c-accordion--sm .c-accordion__content {
  padding: 20px 40px 20px 65px;
}
.c-accordion--sss .c-accordion__content {
  padding: 20px 40px 20px 25px;
}
.c-accordion--sss .c-accordion__content p {
  font-size: 14px;
}
.c-accordion--sss .c-accordion__content p a {
  color: #865d2d;
  font-weight: bold;
}
.c-accordion--sss .c-accordion__head h3 {
  font-size: 20px;
}
.c-accordion--sss .c-accordion__head i:before,
.c-accordion--sss .c-accordion__head i:after {
  content: "";
  background: #865d2d;
}
@media (max-width: 768px) {
  .c-accordion__letter {
    margin-right: 20px;
  }
  .c-accordion__content {
    padding: 30px 20px 20px 75px;
  }
  .c-accordion__content-row {
    flex-direction: column;
  }
  .c-accordion__content-row-left,
  .c-accordion__content-row-right {
    flex: 1;
    justify-content: flex-start;
  }
  .c-accordion__content-row-left {
    margin-bottom: 20px;
  }
  .c-accordion--sm .c-accordion__letter {
    font-size: 18px;
  }
  .c-accordion--sm .c-accordion__head h3 {
    font-size: 18px;
  }
  .c-accordion--sm .c-accordion__content {
    padding: 20px 40px 20px 50px;
  }
  .c-accordion--sss .c-accordion__letter {
    font-size: 18px;
  }
  .c-accordion--sss .c-accordion__head h3 {
    font-size: 18px;
  }
  .c-accordion--sss .c-accordion__content {
    padding: 0px 40px 20px 25px;
  }
}
@media (max-width: 767px) {
  .c-accordion__head {
    padding: 0 15px;
    height: 80px;
  }
  .c-accordion__head h3 {
    font-size: 16px;
  }
  .c-accordion__head i {
    right: 10px;
  }
  .c-accordion__letter {
    font-size: 18px;
    margin-right: 10px;
  }
  .c-accordion__content {
    padding: 15px;
  }
  .c-accordion__content-row-left {
    margin-bottom: 10px;
  }
  .c-accordion__content-row-left h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .c-accordion__content-row-left p {
    font-size: 14px;
  }
  .c-accordion--sss .c-accordion__head {
    padding-right: 30px;
  }
  .c-accordion--sss .c-accordion__head h3 {
    font-size: 16px;
  }
  .c-accordion--sss .c-accordion__content {
    padding: 0px 40px 20px 15px;
  }
}

.c-juri-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 35px;
  row-gap: 60px;
}
.c-juri-list__img {
  margin-bottom: 32px;
}
.c-juri-list__img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
  filter: grayscale(1);
}
.c-juri-list__content h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.c-juri-list__content p {
  margin: 0;
  color: #865d2d;
  font-weight: 500;
  font-size: 16px;
}
.c-juri-list__content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 55px;
  color: #865d2d;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 2px solid #865d2d;
  padding-bottom: 6px;
}
.c-juri-list__content a span {
  display: flex;
  line-height: 100%;
}
.c-juri-list__content a i {
  display: flex;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.c-juri-list__content a:hover i {
  margin-left: 12px;
}
.c-juri-list__text {
  min-height: 125px;
}
@media (max-width: 1200px) {
  .c-juri-list {
    column-gap: 25px;
    row-gap: 45px;
  }
  .c-juri-list__img {
    margin-bottom: 25px;
  }
  .c-juri-list__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .c-juri-list__content h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .c-juri-list__content p {
    font-size: 14px;
  }
  .c-juri-list__content a {
    justify-content: flex-start;
    margin-top: 0;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .c-juri-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .c-juri-list {
    grid-template-columns: 1fr;
  }
}

.c-juri-detail {
  display: flex;
  margin-bottom: 120px;
}
.c-juri-detail__left {
  flex: 1;
  margin-right: 36px;
}
.c-juri-detail__right {
  flex: 2;
}
.c-juri-detail__right a{ color: inherit; text-decoration: none; font-weight: bold; }
.c-juri-detail__right a:hover{ text-decoration: underline; }
.c-juri-detail__right p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}
.c-juri-detail__img {
  width: 100%;
}
.c-juri-detail__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.c-juri-detail__head h3 {
  margin: 0;
  font-size: 24px;
  margin-bottom: 15px;
}
.c-juri-detail__head p {
  margin: 0;
  color: #865d2d;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767px) {
  .c-juri-detail {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .c-juri-detail__left {
    margin-right: 0;
  }
}

.c-tab {
  overflow: hidden;
}
.c-tab__nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-tab__item {
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  margin: 0 20px;
}
.c-tab__item:first-child {
  margin-left: 0;
}
.c-tab__item.js-active {
  color: #865d2d;
  border-bottom: 2px solid;
}
.c-tab__content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.c-tab__content.js-active {
  padding: 40px 0;
  height: auto;
  opacity: 1;
  visibility: visible;
}
.c-tab__desc {
  margin-bottom: 35px;
}
.c-tab__desc p {
  font-size: 14px;
  color: #9b9b9b;
}
.c-tab__button {
  margin-top: 40px;
}
.c-tab__button button,
.c-tab__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 257px;
  height: 60px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #000;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.c-tab__button button:hover,
.c-tab__button a:hover {
  color: #000;
  background: #fff;
}
.c-tab--dashboard .c-tab__nav {
  margin-bottom: 35px;
}
.c-tab--dashboard .c-tab__item {
  height: 48px;
  padding: 14px 20px;
  border: 1px solid #dedede;
  color: #000000;
  transition: all 0.2s;
  margin: 0 7.5px;
  width: calc(33.33% - 10px);
}
.c-tab--dashboard .c-tab__item:first-child {
  margin-left: 0;
}
.c-tab--dashboard .c-tab__item label {
  font-size: 12px;
  color: #9b9b9b;
}
.c-tab--dashboard .c-tab__item.js-active {
  background: #d8b274;
  border-color: #d8b274;
}
.c-tab--dashboard .c-tab__item.js-active label {
  color: #000000;
}
.c-tab--dashboard .c-tab__item:hover {
  border-color: #865d2d;
  color: #865d2d;
}
.c-tab--dashboard .c-tab__item:hover label {
  color: #865d2d;
}
.c-tab--dashboard .c-tab__content.js-active {
  padding: 0;
}
.c-tab--cards .c-tab__item {
  display: flex;
  width: 205px;
  padding: 16px 0;
  padding-left: 14px;
  align-items: center;
  border-bottom: 0;
  border: 1px solid #dedede;
}
.c-tab--cards .c-tab__item .c-fake-radio {
  margin-right: 8px;
}
.c-tab--cards .c-tab__item.js-active {
  border-color: #865d2d;
}
.c-tab--cards .c-tab__item.js-active .c-fake-radio {
  position: relative;
  border-color: #865d2d;
}
.c-tab--cards .c-tab__item.js-active .c-fake-radio span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #865d2d;
}
.c-tab--cards .c-tab__content--sm {
  max-width: 502px;
}
.c-tab--applications {
  margin-top: 35px;
  overflow-y: hidden;
  overflow-x: initial;
}
.c-tab--applications .c-tab__nav {
  border-bottom: 1px solid #ececec;
}
.c-tab--applications .c-tab__item {
  padding-bottom: 16px;
}
.c-tab--applications .c-tab__item.js-active {
  font-weight: bold;
}
@media (max-width: 1024px) {
  .c-tab--dashboard .c-tab__item {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 14px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 991px) {

  .c-tab--dashboard .c-tab__nav {
    margin-bottom: 20px;
  }
  .c-tab--dashboard .c-tab__desc {
    margin-bottom: 20px;
  }
  .c-tab--dashboard .c-tab__desc p {
    font-size: 13px;
    margin: 0;
  }
  .c-tab--dashboard .c-tab__item {
    margin: 0;
    margin-bottom: 10px;
  }
  .c-tab--cards .c-tab__nav {
    flex-direction: column;
  }
  .c-tab--cards .c-tab__item {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .c-tab--cards .c-tab__item:last-child {
    margin-bottom: 0;
  }
  .c-tab--applications .c-tab__content {
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .c-tab__nav {
    overflow-x: scroll;
    padding-bottom: 30px;
  }
}

.c-news-box {
  position: relative;
}
.c-news-box--list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
  margin-bottom: 80px;
}
.c-news-box .swiper-pagination {
  bottom: 50px;
  right: 0;
  left: 0;
}
@media (min-width: 992px) {
  .c-news-box .swiper-pagination {
    display: none;
  }
}
.c-news-box__img img {
  display: flex;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .c-news-box__img img {
    height:200px;
  }
}
.c-news-box__bottom {
  background: #fff;
  padding: 40px;
}
.c-news-box__category {
  display: inline-flex;
  padding: 9px 15px;
  border: 1px solid #865d2d;
  color: #865d2d;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
}
.c-news-box__info {
  display: flex;
  margin-bottom: 16px;
}

.c-news-box__info span {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 12px;
  color: #616262;
  font-weight: 500;
  padding: 0 15px;
}
.c-news-box__info span:first-child {
  padding-left: 0;
}
.c-news-box__info span:first-child:after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #616262;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-news-box__title {
  font-size: 24px;
  margin: 0;
  margin-bottom: 20px;
  font-weight: bold;
  min-height: 75px;
}
.c-news-box__desc {
  font-size: 16px;
  color: #616262;
  min-height: 145px;
}
.c-news-box__action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #a17645;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 2px solid #865d2d;
  padding-bottom: 6px;
}
.c-news-box__action a span {
  display: flex;
  line-height: 100%;
}
.c-news-box__action a i {
  display: flex;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.c-news-box__action a:hover i {
  margin-left: 12px;
}
@media (max-width: 1366px) {
  .c-news-box__bottom {
    padding: 35px;
  }
}
@media (max-width: 1024px) {
  .c-news-box--list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .c-news-box--list {
    grid-template-columns: 1fr;
  }
  .c-news-box__content {
    margin-bottom: 40px;
  }
  .c-news-box__desc {
    min-height: auto;
  }
}

.c-news-promo {
  display: flex;
  margin-bottom: 80px;
}
.c-news-promo__img {
  flex: 1;
}
.c-news-promo__img img {
  width: 100%;
  height: 100%;
}
.c-news-promo__content {
  flex: 0.62;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  background: #fff;
}
.c-news-promo__category {
  display: inline-flex;
  padding: 9px 15px;
  border: 1px solid #865d2d;
  color: #865d2d;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
}
.c-news-promo__info {
  display: flex;
  margin-bottom: 16px;
}
.c-news-promo__info span {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 12px;
  color: #616262;
  font-weight: 500;
  padding: 0 15px;
}
.c-news-promo__info span:first-child {
  padding-left: 0;
}
.c-news-promo__info span:first-child:after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #616262;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-news-promo__title {
  font-size: 24px;
  margin: 0;
  margin-bottom: 20px;
  font-weight: bold;
  min-height: 75px;
  max-width: 75%;
}
.c-news-promo__desc {
  font-size: 16px;
  color: #616262;
  line-height: 180%;
  min-height: 145px;
}
.c-news-promo__action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #a17645;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 2px solid #865d2d;
  padding-bottom: 6px;
}
.c-news-promo__action a span {
  display: flex;
  line-height: 100%;
}
.c-news-promo__action a i {
  display: flex;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.c-news-promo__action a:hover i {
  margin-left: 12px;
}
@media (max-width: 1280px) {
  .c-news-promo__title {
    max-width: 100%;
  }
}
@media (max-width: 1170px) {
  .c-news-promo__title {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .c-news-promo {
    flex-direction: column;
  }
  .c-news-promo__img {
    width: 100%;
    height: 100%;
  }
  .c-news-promo__img img {
    display: flex;
  }
}

.c-show-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 225px;
  height: 60px;
  border: 1px solid #000000;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #000000;
}
.c-show-more-btn:hover {
  color: #fff;
  background: #000000;
}

.c-news-detail__top {
  margin-bottom: 180px;
}
.c-news-detail__img {
  margin-bottom: 50px;
}
.c-news-detail__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-news-detail__category {
  display: inline-flex;
  padding: 9px 15px;
  border: 1px solid #865d2d;
  color: #865d2d;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
}
.c-news-detail__info {
  display: flex;
  margin-bottom: 16px;
}
.c-news-detail__info span {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 12px;
  color: #616262;
  font-weight: 500;
  padding: 0 15px;
}
.c-news-detail__info span:first-child {
  padding-left: 0;
}
.c-news-detail__info span:first-child:after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #616262;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-news-detail__title {
  font-size: 24px;
  margin: 0;
  margin-bottom: 20px;
  font-weight: bold;
  min-height: 75px;
  max-width: 60%;
}
.c-news-detail__text {
  margin-bottom: 60px;
}
.c-news-detail__text p {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
}
.c-news-detail__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  border-top: 1px solid #dedede;
}
.c-news-detail__share span {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #865d2d;
  margin-bottom: 24px;
}
.c-news-detail__share ul {
  padding: 0;
  list-style: none;
  display: flex;
}
.c-news-detail__share ul li {
  position: relative;
  margin-right: 30px;
}
.c-news-detail__share ul li a {
  transition: all 0.3s ease-in-out;
}
.c-news-detail__share ul li a:hover {
  opacity: 0.7;
}
.c-news-detail__next a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #a17645;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 2px solid #865d2d;
  padding-bottom: 6px;
}
.c-news-detail__next a span {
  display: flex;
  line-height: 100%;
}
.c-news-detail__next a i {
  display: flex;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.c-news-detail__next a:hover i {
  margin-left: 12px;
}
.c-news-detail__others h3 {
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}
.c-news-detail #copy-message {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  width: 100px;
  height: 40px;
  top: -65px;
  right: -40px;
}
.c-news-detail #copy-message::before {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  pointer-events: none;
  content: " ";
  border: solid transparent;
  -webkit-transition: all 0.17s linear;
  -o-transition: all 0.17s linear;
  transition: all 0.17s linear;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
  border-width: 10px;
  border-top-color: #000;
  bottom: -50%;
  left: 50%;
}
@media (max-width: 767px) {
  .c-news-detail__top {
    margin-bottom: 75px;
  }
  .c-news-detail .o-container--sm {
    padding: 0;
  }
  .c-news-detail__title {
    max-width: 100%;
  }
  .c-news-detail__actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-news-detail__others h3 {
    font-size: 28px;
  }
}

.c-about {
  display: flex;
  flex-direction: column;
}
.c-about--calendar .c-about__content {
  background: #fff;
}
.c-about__sub-title {
  color: #d8b274;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.c-about__sub-title::before {
  content: "";
  display: block;
  position: relative;
  width: 1px;
  height: 100px;
  background: #865d2d;
  margin-bottom: 40px;
}
.c-about__date {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 55px;
}
@media (min-width: 992px) {
  .c-about {
    flex-direction: row;
  }
}
.c-about__image {
  display: flex;
  height: 50vh;
}
.c-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .c-about__image {
    height: auto;
    width: 50%;
  }
}
.c-about__content {
  background: rgba(155, 155, 155, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .c-about__content {
    width: 50%;
  }
}
.c-about__content-logo {
  margin-bottom: 30px;
}
@media (min-width: 1400px) {
  .c-about__content-logo {
    margin-bottom: 60px;
  }
}
.c-about__content-title {
  line-height: 42px;
  color: #000000;
  margin-bottom: 25px;
  font-size: 28px;
}
@media (min-width: 992px) {
  .c-about__content-title {
    font-size: 44px;
    line-height: 58px;
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .c-about__content-title {
    font-size: 48px;
  }
}
.c-about__content-text {
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .c-about__content-text {
    padding-right: 15px;
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-about__content-button {
    margin-top: 20px;
  }
}
@media (min-width: 1400px) {
  .c-about__content-button {
    margin-top: 60px;
  }
}
.c-about__wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 50px 20px;
}
@media (min-width: 992px) {
  .c-about__wrapper {
    align-items: flex-start;
    width: 80%;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .c-about__wrapper {
    width: 60%;
  }
}

.c-past-years {
  padding: 50px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-past-years {
    padding: 100px 0;
  }
}
.c-past-years__title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .c-past-years__title {
    font-size: 48px;
    margin-bottom: 40px;
    line-height: 58px;
    text-align: left;
  }
}
.c-past-years__bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .c-past-years__bottom {
    flex-direction: column;
  }
}
.c-past-years__bottom .swiper-navigation {
  position: relative;
  display: flex;
  min-width: 110px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .c-past-years__bottom .swiper-navigation {
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .c-past-years__bottom .swiper-navigation .swiper-button-prev {
    margin-right: 15px;
  }
}
.c-past-years__bottom .swiper-navigation .swiper-button-next,
.c-past-years__bottom .swiper-navigation .swiper-button-prev {
  width: 48px;
  height: 48px;
  position: unset;
  background-color: #865d2d;
  border: 1px solid #865d2d;
  margin-top: 0;
  transition: all linear 0.3s;
}
.c-past-years__bottom .swiper-navigation .swiper-button-next::after,
.c-past-years__bottom .swiper-navigation .swiper-button-prev::after {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}
.c-past-years__bottom .swiper-navigation .swiper-button-next:hover,
.c-past-years__bottom .swiper-navigation .swiper-button-prev:hover {
  transition: all linear 0.3s;
  background-color: transparent;
}
.c-past-years__bottom .swiper-navigation .swiper-button-next:hover::after,
.c-past-years__bottom .swiper-navigation .swiper-button-prev:hover::after {
  color: #865d2d;
}
.c-past-years__pages {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .c-past-years__pages {
    margin-bottom: 30px;
  }
}
.c-past-years__index {
  position: relative;
}
.c-past-years__index p {
  font-weight: normal;
  font-size: 24px;
  color: rgb(118, 117, 118);
  margin-bottom: 10px;
}
.c-past-years__index::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #865d2d;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .c-past-years__index::after {
    width: 300px;
  }
}
.c-past-years__button {
  display: flex;
  align-items: center;
}
.c-past-years__button .c-button {
  padding: 15px 35px;
}
.c-past-years .swiper {
  display: flex;
  align-items: center;
  position: relative;
}
.c-past-years .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-past-years .swiper .swiper-pagination-bullet-active {
  background: #e9b56b !important;
  border-color: #9f9a9a !important;
}
.c-past-years .swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(0, 0, 0, 0.205);
  background: rgba(0, 0, 0, 0.151);
}
.c-past-years .swiper .swiper-pagination {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -30px;
}
@media (min-width: 992px) {
  .c-past-years .swiper .swiper-pagination {
    display: none;
  }
}
@media (min-width: 1200px) {
  .c-past-years .swiper .swiper-wrapper {
    align-items: flex-end;
    justify-content: space-between;
    min-height: 600px;
  }
  .c-past-years .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .c-past-years .swiper .swiper-slide:hover {
    cursor: url(/assets/images/custom-cursor.png), auto;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .c-past-years .swiper .swiper-slide-next {
    width: 40% !important;
    height: 430px;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .c-past-years .swiper .swiper-slide-active {
    opacity: 1;
    width: 58% !important;
  }
  .c-past-years .swiper .swiper-slide-active img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.c-recent-news {
  background-color: #f7f8f9;
  padding-top: 80px;
}
.c-recent-news__head {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .c-recent-news__head {
    flex-direction: row;
  }
}
.c-recent-news__head-title {
  color: #000000;
  font-size: 32px;
  font-weight: 500;
}
.c-recent-news__head-button {
  text-decoration: underline;
  color: #865d2d;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .c-recent-news__head-button {
    margin-left: 25px;
  }
}
.c-recent-news .c-news-box--list {
  margin-bottom: 0;
  padding-bottom: 80px;
  gap: 0;
}

.c-zoomable-logo {
  background-color: #d8b274;
  height: 110vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-zoomable-logo--black {
  background-color: #000000;
}

.c-juries {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 978px) {
  .c-juries {
    height: 110vh;
  }
}
.c-juries__container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(155, 155, 155, 0.1);
  padding: 25px 20px;
}
@media (min-width: 978px) {
  .c-juries__container {
    flex-direction: row;
    padding: 60px 0;
    width: 90%;
    height: 90%;
  }
}
.c-juries__jurie {
  display: flex;
  flex-direction: column;
  width: 23%;
  z-index: 1;
}
.c-juries__jurie:hover {
  cursor: pointer;
}
.c-juries__jurie--left {
  margin-left: -50px;
}
.c-juries__jurie--left .c-juries__jurie-name {
  text-align: left;
  padding-left: 75px;
}
.c-juries__jurie--right {
  margin-right: -50px;
}
.c-juries__jurie--right .c-juries__jurie-name {
  text-align: right;
  padding-right: 100px;
}
.c-juries__jurie-name {
  margin-bottom: 30px;
}
.c-juries__jurie-name h6 {
  color: #616262;
  font-size: 16px;
  font-weight: 500;
}
.c-juries__jurie-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-juries__main {
  display: flex;
  justify-content: center;
}
@media (min-width: 978px) {
  .c-juries__main {
    justify-content: space-between;
  }
}
.c-juries__main-image {
  width: 100%;
  height: 50%;
  margin-bottom: 25px;
}
@media (min-width: 978px) {
  .c-juries__main-image {
    height: auto;
    width: 80%;
    margin-bottom: -165px;
    padding-top: 62px;
  }
}
.c-juries__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-juries__main-content {
  width: 45%;
}
@media (max-width: 978px) {
  .c-juries__main-content {
    width: 100%;
  }
}
.c-juries__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 978px) {
  .c-juries__content {
    margin-right: -150px;
    padding-left: 30px;
    justify-content: flex-end;
    height: 100%;
  }
}
.c-juries__content .c-button {
  margin-right: auto;
}
.c-juries__content-name {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
}
@media (min-width: 1600px) {
  .c-juries__content-name {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.c-juries__content-desc {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
  color: #616262;
}
@media (min-width: 1600px) {
  .c-juries__content-desc {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.c-juries__content-title {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #865d2d;
}
@media (min-width: 1600px) {
  .c-juries__content-title {
    font-size: 16px;
    margin-bottom: 75px;
  }
}
.c-juries__sticky {
  color: #212120;
  font-weight: bold;
  font-size: 40px;
  line-height: 58px;
}
@media (min-width: 978px) {
  .c-juries__sticky {
    position: absolute;
    bottom: 25px;
    left: 25px;
  }
}
@media (min-width: 1600px) {
  .c-juries__sticky {
    font-size: 48px;
    left: 50px;
  }
}
.c-juries__thumbs {
  width: 100%;
  justify-content: space-between;
  position: absolute;
  display: none;
}
@media (min-width: 978px) {
  .c-juries__thumbs {
    display: flex;
  }
}
.c-juries .swiper {
  display: flex;
  justify-content: space-between;
  width: 55%;
  margin-bottom: 50px;
  position: relative;
}
@media (min-width: 978px) {
  .c-juries .swiper {
    position: unset;
    margin-bottom: 0;
  }
}
.c-juries .swiper .swiper-slide-active {
  opacity: 1;
}
@media (max-width: 978px) {
  .c-juries .swiper .swiper-slide-active {
    flex-direction: column;
    width: 100% !important;
    align-items: center;
    justify-content: center;
  }
}
.c-juries .swiper .swiper-pagination {
  bottom: -45px;
  left: 0;
}
@media (min-width: 978px) {
  .c-juries .swiper .swiper-pagination {
    display: none;
  }
}
.c-juries .swiper .swiper-pagination-bullet-active {
  background: #e9b56b !important;
  border-color: #9f9a9a !important;
}
.c-juries .swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(0, 0, 0, 0.205);
  background: rgba(0, 0, 0, 0.151);
}
.c-juries .swiper .swiper-slide-next,
.c-juries .swiper .swiper-slide-prev {
  opacity: 0;
}
.c-juries .swiper .swiper-button-next,
.c-juries .swiper .swiper-button-prev {
  height: 25px;
  width: 25px;
  background-image: url(/assets/images/icons/right-arrow.svg);
  background-repeat: no-repeat;
  display: none;
}
@media (min-width: 978px) {
  .c-juries .swiper .swiper-button-next,
  .c-juries .swiper .swiper-button-prev {
    display: flex;
  }
}
.c-juries .swiper .swiper-button-next::after,
.c-juries .swiper .swiper-button-prev::after {
  display: none;
}
.c-juries .swiper .swiper-button-prev {
  transform: rotate(180deg);
}
.c-juries .swiper {
  width: 100%;
}
@media (min-width: 978px) {
  .c-juries .swiper {
    width: 50%;
  }
}
.c-juries .swiper .c-juries__main-smallimg {
  display: none;
}

.c-form-button {
  display: flex;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: center;
  border: none;
  /* background: #ececec;
  color: #9b9b9b; */
  background: #865d2d;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.c-form-button:hover {
  opacity: 0.8;
}
.c-form-button--brown {
  background: #865d2d;
  color: #fff;
}
.c-form-button--forgot-password {
  justify-content: flex-start;
  height: auto;
  background: transparent;
  font-weight: 500;
  text-decoration: underline;
}
.c-form-button--dark {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.c-form-button--dark:hover {
  color: #000;
  background: #fff;
  border-color: #000;
}
.c-form-button--transparent {
  background: transparent;
  border: 1px solid #dedede;
  color: #9b9b9b;
}
.c-form-button--transparent:hover {
  background: #9b9b9b;
  color: #fff;
  opacity: 1;
}
.c-form-button--dashboard {
  width: auto;
  padding: 0 40px;
}
.c-form-button--dark-transparent {
  border-color: #000;
  color: #000;
}
.c-form-button--dark-transparent:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .c-form-button--dashboard {
    width: 100%;
  }
}

.c-file-list__item {
  border: 1px solid #dedede;
  padding: 28px 24px;
  margin-bottom: 16px;
}
.c-file-list__item--reject {
  background: #f7f8f9;
}
.c-file-list__item--reject .c-file-list__progress span {
  background: #bbbaba;
}
.c-file-list__top {
  display: flex;
  justify-content: space-between;
}
.c-file-list__file-info {
  display: flex;
}
.c-file-list__icon {
  display: flex;
  margin-right: 10px;
}
.c-file-list__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-file-list__text p {
  margin: 0;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
}
.c-file-list__text label {
  font-size: 12px;
  color: #9b9b9b;
}
.c-file-list__status {
  margin-left: 8px;
}
.c-file-list__actions {
  display: flex;
}
.c-file-list__actions a {
  display: flex;
  text-decoration: none;
  margin-left: 8px;
}
.c-file-list__progress {
  width: 100%;
  height: 5px;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 8px;
  background: #ececec;
}
.c-file-list__progress span {
  display: flex;
  height: 100%;
  border-radius: 8px;
  background: #865d2d;
}
.c-file-list__remaining {
  display: flex;
}
.c-file-list__remaining p {
  position: relative;
  margin: 0;
  font-size: 12px;
  color: #9b9b9b;
  margin-right: 20px;
}
.c-file-list__remaining p:first-child:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #9b9b9b;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-file-list__item {
    padding: 20px;
  }
  .c-file-list__text p {
    font-size: 12px;
  }
  .c-file-list__remaining p {
    font-size: 12px;
  }
}

.c-custom-radio {
  display: flex;
  align-items: center;
}
.c-custom-radio__item {
  display: flex;
  position: relative;
  padding: 0 6px;
}
.c-custom-radio__item input {
  display: none;
}
.c-custom-radio__item input:checked + label:after {
  content: "";
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 11px;
  display: block;
  background: #865d2d;
}
.c-custom-radio__item input:checked + label:before {
  border-color: #865d2d;
}
.c-custom-radio__item label {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
}
.c-custom-radio__item label::before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  border: 2px solid #dedede;
  background-color: transparent;
}

.c-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.c-box__item {
  border: 1px solid #dedede;
  background: #f7f8f9;
  padding: 22px 28px 28px 28px;
}
.c-box__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}
.c-box__top .c-custom-radio__item {
  margin-left: -6px;
}
.c-box__bottom h3 {
  color: #000;
  font-size: 16px;
  margin: 0;
  margin-bottom: 12px;
  line-height: 100%;
  font-weight: bold;
}
.c-box__bottom p {
  margin: 0;
  font-size: 14px;
  color: #9b9b9b;
}
.c-box__actions {
  position: relative;
}
@media (max-width: 1440px) {
  .c-box {
    /* overflow: hidden; */
  }
  .c-box__item:nth-child(3n + 3) .c-info-menu::before {
    left: initial;
    right: 0px;
  }
  .c-box__item:nth-child(3n + 3) .c-info-menu.js-active {
    right: -20px;
  }
}
@media (max-width: 1170px) {
  .c-box {
    grid-template-columns: 1fr 1fr;
  }
  .c-box__item:nth-child(2n + 2) .c-info-menu::before {
    left: initial;
    right: 0px;
  }
  .c-box__item:nth-child(2n + 2) .c-info-menu.js-active {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .c-box {
    grid-template-columns: 1fr;
  }
  .c-box__item .c-info-menu::before {
    left: initial;
    right: 0px;
  }
  .c-box__item .c-info-menu.js-active {
    right: -20px;
  }
}

.c-dots-dropdown {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.c-dots-dropdown span {
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  margin-bottom: 2px;
}

.c-info-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  background: #fff;
  width: 205px;
  padding: 20px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1215686275);
  z-index: 99;
  right: -165px;
  top: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.c-info-menu::before {
  position: absolute;
  top: 140%;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  pointer-events: none;
  visibility: hidden;
  content: " ";
  border: solid transparent;
  opacity: 0;
  -webkit-transition: all 0.17s linear;
  -o-transition: all 0.17s linear;
  transition: all 0.17s linear;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-info-menu__item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
}
.c-info-menu__item:last-child {
  margin: 0;
}
.c-info-menu__item span {
  margin-left: 8px;
}
.c-info-menu.js-active {
  opacity: 1;
  visibility: visible;
}
.c-info-menu.js-active:before {
  opacity: 1;
  visibility: visible;
  border-width: 10px;
  border-bottom-color: #fff;
  top: -20px;
  left: 20px;
}

.c-account-list {
  margin-top: 50px;
}
.c-account-list__item {
  display: flex;
  align-items: flex-end;
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 16px;
}
.c-account-list__text p {
  margin: 0;
  font-size: 14px;
  color: #9b9b9b;
  line-height: 100%;
  margin-bottom: 8px;
}
.c-account-list__text h3 {
  margin: 0;
  color: #865d2d;
  font-size: 24px;
  font-weight: bold;
}
.c-account-list__copy {
  position: relative;
  margin-left: 18px;
}
.c-account-list #copy-message {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  width: 100px;
  height: 40px;
  top: -65px;
  right: -40px;
}
.c-account-list #copy-message::before {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  pointer-events: none;
  content: " ";
  border: solid transparent;
  -webkit-transition: all 0.17s linear;
  -o-transition: all 0.17s linear;
  transition: all 0.17s linear;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
  border-width: 10px;
  border-top-color: #000;
  bottom: -50%;
  left: 50%;
}
@media (max-width: 991px) {
  .c-account-list__item {
    justify-content: space-between;
  }
  .c-account-list__text h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .c-account-list__text p {
    font-size: 12px;
  }
  .c-account-list__text h3 {
    font-size: 14px;
  }
  .c-account-list #copy-message {
    right: 0;
  }
}

.c-fake-radio {
  width: 14px;
  height: 14px;
  border: 1px solid #dedede;
  border-radius: 50%;
}
.c-fake-radio span {
  width: 8px;
  height: 8px;
}

.c-checkout__total-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 28px;
  height: 70px;
  border: 1px solid #dedede;
  margin-bottom: 28px;
}
.c-checkout__total-price-left {
  display: flex;
  align-items: center;
}
.c-checkout__card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 36px;
  border: 1px solid #dedede;
  margin-right: 12px;
}
.c-checkout__card-info h3 {
  margin: 0;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 4px;
}
.c-checkout__card-info h3 span {
  margin-right: 16px;
}
.c-checkout__card-info h3 span i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #9b9b9b;
  border-radius: 50%;
  margin-left: 8px;
}
.c-checkout__card-info p {
  margin: 0;
  line-height: 100%;
}
.c-checkout__card-info p span {
  line-height: 100%;
  font-size: 12px;
  color: #9b9b9b;
  margin-right: 32px;
}
.c-checkout__total-price-right p {
  margin: 0;
  line-height: 100%;
  color: #9b9b9b;
  font-size: 14px;
}
.c-checkout__total-price-right p b {
  margin-left: 15px;
  font-size: 18px;
  color: #000;
}
.c-checkout__checkbox {
  display: flex;
  margin-top: 35px;
  margin-bottom: 60px;
}
.c-checkout__checkbox input {
  width: 18px;
  height: 18px;
  border-color: #dedede;
  accent-color: #865d2d;
  margin-right: 8px;
}
.c-checkout__checkbox label {
  font-size: 12px;
  color: #9b9b9b;
  font-weight: 500;
}
.c-checkout__checkbox label a {
  font-weight: bold;
  color: inherit;
}
@media (max-width: 991px) {
  .c-checkout__total-price {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 20px;
  }
  .c-checkout__total-price-left {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .c-checkout__total-price {
    padding: 20px 10px;
  }
}

.c-table__table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.c-table__table thead {
  background: #f7f8f9;
  height: 48px;
}
.c-table__table thead tr th {
  font-size: 14px;
  text-align: left;
  padding-left: 28px;
}
.c-table__table tbody tr {
  border-bottom: 1px solid #ececec;
}
.c-table__table tbody tr td {
  padding: 15px 28px;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.c-table__table tbody tr.border-none {
  border: none;
}
.c-table__table tbody tr.border-none td {
  color: #9b9b9b;
}
.c-table__table tbody tr.border-none td:last-child {
  color: #000;
}
.c-table__table tbody tr:last-child {
  border-top: 1px solid #ececec;
  border-bottom: none;
}
.c-table__table tbody tr:last-child td {
  color: #000;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-table thead tr th {
    padding-left: 20px;
  }
  .c-table tbody tr td {
    padding-left: 20px;
  }
}

.c-ref-code {
  padding: 28px 0;
  text-align: center;
  border: 1px solid #dedede;
  background: #f7f8f9;
  margin: 36px 0;
}
.c-ref-code p {
  color: #9b9b9b;
  font-size: 16px;
  margin: 0;
  margin-bottom: 12px;
  line-height: 100%;
}
.c-ref-code h3 {
  line-height: 100%;
  font-size: 28px;
  color: #000;
}

.c-account-info__title {
  margin-bottom: 20px;
}
.c-account-info__title h3 {
  color: #865d2d;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  line-height: 100%;
}
.c-account-info__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.c-account-info__row {
  display: flex;
  width: 100%;
  margin-bottom: 28px;
}
.c-account-info__row--is-2 .c-account-info__item:last-child {
  width: 50%;
}
.c-account-info__item {
  width: 25%;
}
.c-account-info__item label {
  display: block;
  font-size: 14px;
  color: #9b9b9b;
  margin-bottom: 8px;
}
.c-account-info__item p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.c-account-info__action {
  display: flex;
  align-items: center;
}
.c-account-info__action button,
.c-account-info__action a {
  width: 250px;
}
.c-account-info__action p {
  margin: 0;
  color: #e64a19;
  font-size: 14px;
  font-weight: 500;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .c-account-info__row {
    margin-bottom: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-account-info__item {
    width: auto;
    margin-bottom: 15px;
  }
  .c-account-info__action {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-account-info__action a,
  .c-account-info__action button {
    width: 100%;
  }
  .c-account-info__action p {
    margin: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .c-account-info__item {
    width: 50%;
  }
}

.c-billing-info {
  text-align: center;
  border: 1px solid #dedede;
  height: 295px;
  background: #f7f8f9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c-billing-info img {
  margin-bottom: 20px;
}
.c-billing-info p {
  color: #000000;
  line-height: 100%;
  margin: 0;
  margin-bottom: 24px;
  font-weight: 500;
}
.c-billing-info a {
  width: 260px;
  font-weight: 500;
}

.c-list-table {
  margin-top: 40px;
}
.c-list-table table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}
.c-list-table table a {
  text-decoration: none;
  /* margin-right: 10px; */
  display: block;
  padding: 0.5rem 0;
}
.c-list-table table a:last-child {
  margin: 0;
}
.c-list-table table thead {
  background: #f7f8f9;
  height: 48px;
  font-size: 14px;
}
.c-list-table table thead tr th {
  text-align: left;
  padding: 10px;
}
.c-list-table table thead tr th.js-sort {
  cursor: pointer;
}
.c-list-table table thead tr th i {
  position: relative;
  top: 2px;
  left: 5px;
}
.c-list-table table thead tr th:last-child {
  width: 11%;
}
.c-list-table table input {
  position: relative;
  top: 4px;
  width: 18px;
  height: 18px;
  margin-right: 19px;
  border-color: #dedede;
  accent-color: #865d2d;
}
.c-list-table table tbody tr {
  border-bottom: 1px solid #ececec;
}
.c-list-table table tbody tr td {
  font-weight: 500;
  vertical-align: top;
  padding: 10px;
}
.c-list-table table tbody tr td.first {
  display: flex;
  width: 250px;
}
.c-list-table table tbody tr td:last-child {
  width: 11%;
  text-align: right;
}
.c-list-table table tbody tr td .payment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 35px;
  margin: 0;
  font-size: 14px;
  text-decoration: none;
  color: #865d2d;
  border: 1px solid #865d2d;
  transition: all 0.2s ease-in-out;
}
.c-list-table table tbody tr td .payment:hover {
  color: #fff;
  background: #865d2d;
}
.c-list-table--success table thead tr :first-child {
  padding-left: 49px;
}
.c-list-table__input {
  width: 18px;
  margin-right: 19px;
}
.c-list-table__input input {
  width: 100%;
  border-color: #dedede;
  accent-color: #865d2d;
}
.c-list-table__text {
  width: calc(100% - 37px);
}
.c-list-table__text label {
  font-size: 12px;
  color: #9b9b9b;
}
.c-list-table__text p {
  font-size: 14px;
  color: #000000;
  margin: 0;
  font-weight: 500;
}
.c-list-table__inner {
  margin-bottom: 6px;
}
.c-list-table__action {
  width: 200px;
  height: 60px;
  margin-top: 40px;
}
.c-list-table__action a {
  padding: 0;
}
@media (max-width: 1280px) {
  .c-list-table--success {
    width: 100%;
    overflow: auto;
  }
  .c-list-table table thead tr th {
    padding: 10px;
  }
  .c-list-table table tbody tr td {
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  .c-list-table {
    width: max-content;
  }
  .c-list-table--success {
    width: 100%;
  }
  .c-list-table table thead tr th {
    width: max-content;
  }
  .c-list-table table tbody tr td {
    width: max-content;
  }
}

.c-status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 35px;
  font-size: 14px;
  font-weight: 500;
}
.c-status:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: relative;
  border-radius: 50%;
  margin-right: 6px;
}
.c-status--pending {
  background: rgba(222, 127, 18, 0.2);
  color: #de7f12;
}
.c-status--pending::before {
  background: #de7f12;
}
.c-status--success {
  background: rgba(101, 143, 54, 0.2);
  color: #658f36;
}
.c-status--success::before {
  background: #658f36;
}

.c-unorder-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 28px;
  text-decoration: none;
  border-bottom: 1px solid #865d2d;
  color: #000000;
  transition: all 0.2s ease;
}
.c-unorder-list__item:first-child {
  border-top: 1px solid #865d2d;
}
.c-unorder-list__item h3 {
  font-size: 32px;
  margin: 0;
  transition: all 0.2s ease;
}
.c-unorder-list__item i {
  position: relative;
  transition: all 0.2s ease;
}
.c-unorder-list__item i svg g path {
  transition: all 0.2s ease;
}
.c-unorder-list__item:hover {
  background: #865d2d;
}
.c-unorder-list__item:hover h3 {
  color: #fff;
}
.c-unorder-list__item:hover i {
  margin-right: 7px;
}
.c-unorder-list__item:hover i svg g path {
  fill: #fff;
}
@media (max-width: 767px) {
  .c-unorder-list__item {
    padding: 20px;
  }
}

.c-allrewards__list {
  margin-bottom: 80px;
}
.c-allrewards__list:last-child {
  margin-bottom: 0px;
}
.c-allrewards__title {
  color: #865d2d;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 40px;
  line-height: 100%;
}
.c-allrewards__item {
  margin: 0px;
  margin-bottom: 40px;
}
.c-allrewards__item p {
  color: #767576;
  font-size: 18px;
  line-height: 100%;
}
.c-allrewards__sub-title {
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .c-allrewards__item p {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .c-about-us section {
    height: calc(100vh + 100px);
  }
}
.c-about-us__banner {
  position: relative;
  height: calc(100vh - 100px) !important;
}
.c-about-us__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-about-us__banner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .c-about-us__banner-container {
    max-width: 75%;
  }
}
@media (min-width: 1024px) {
  .c-about-us__banner-container {
    max-width: 60%;
  }
}
.c-about-us__banner-title {
  background-image: linear-gradient(to right top, #865d2d, #9a713e, #af864f, #c39c61, #d8b274);
  padding: 7px 20px;
  margin-bottom: 25px;
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 2.24px;
  font-size: 12px;
}
@media (min-width: 1600px) {
  .c-about-us__banner-title {
    font-size: 14px;
  }
}
.c-about-us__banner-description {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 60px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .c-about-us__banner-description {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 75px;
  }
}
@media (min-width: 1600px) {
  .c-about-us__banner-description {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 100px;
  }
}
.c-about-us__banner-border {
  border: 1px solid rgba(255, 255, 255, 0.4666666667);
  border-width: thin;
  width: 75px;
  height: 1px;
  transform: rotate(270deg);
}
@media (min-width: 1600px) {
  .c-about-us__banner-border {
    width: 100px;
  }
}
.c-about-us__definition {
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(155, 155, 155, 0.1843137255) 30%, #f7f8f9 0%, #f7f8f9 0%, #f7f8f9 70%);
  padding: 50px 0 15px 0;
}
@media (min-width: 768px) {
  .c-about-us__definition {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .c-about-us__definition {
    padding: 0;
    align-items: center;
    background: linear-gradient(to right, rgba(155, 155, 155, 0.1843137255) 35%, #f7f8f9 0%, #f7f8f9 0%, #f7f8f9 65%);
  }
}
.c-about-us__definition--graybg {
  background: #f7f8f9;
}
.c-about-us__definition-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .c-about-us__definition-container {
    flex-direction: row;
    justify-content: space-around;
    height: 100%;
    padding-top: 100px;
  }
}
.c-about-us__definition-container--center {
  align-items: center;
}
.c-about-us__definition-left {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .c-about-us__definition-left {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .c-about-us__definition-left {
    width: 50%;
    margin-bottom: 0;
  }
}
.c-about-us__definition-left img {
  width: 100%;
  object-fit: cover;
}
.c-about-us__definition-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .c-about-us__definition-content {
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .c-about-us__definition-content {
    align-items: flex-start;
    text-align: left;
    max-width: 35%;
  }
}
.c-about-us__definition-content ul {
  padding: 0;
}
.c-about-us__definition-content ul h4 {
  color: #865d2d;
  font-weight: bold;
  font-size: 18px;
}
.c-about-us__definition-content ul li {
  text-align: left;
  list-style: none;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .c-about-us__definition-content ul li {
    margin-bottom: 50px;
  }
}
.c-about-us__definition-content ul li:last-child {
  margin-bottom: 0;
}
.c-about-us__definition-content p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: rgb(0, 0, 0);
}
@media (min-width: 1024px) {
  .c-about-us__definition-content p {
    font-size: 18px;
    line-height: 24px;
  }
}
.c-about-us__definition-content img {
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .c-about-us__definition-content img {
    margin-bottom: 50px;
  }
}
.c-about-us__definition-title {
  color: #000000;
  font-weight: normal;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .c-about-us__definition-title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .c-about-us__definition-title {
    font-size: 48px;
    line-height: 56px;
  }
}
.c-about-us__definition-title--small {
  color: #865d2d;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .c-about-us__definition-title--small {
    margin-bottom: 30px;
  }
}
.c-about-us__rewarding {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: linear-gradient(to right, #000000, #000000, #000000, #000000, #000000);
  position: relative;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .c-about-us__rewarding {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .c-about-us__rewarding {
    padding: 50px 0;
  }
}
.c-about-us__rewarding::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/about-us-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.3;
  z-index: 0;
}
.c-about-us__rewarding .o-container {
  z-index: 1;
}
.c-about-us__rewarding-head {
  margin: 0 auto 50px auto;
}
@media (min-width: 768px) {
  .c-about-us__rewarding-head {
    margin: 0 auto 100px auto;
  }
}
@media (min-width: 1200px) {
  .c-about-us__rewarding-head {
    max-width: 45%;
  }
}
.c-about-us__rewarding-title {
  color: #d8b274;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .c-about-us__rewarding-title {
    margin-bottom: 25px;
    font-size: 48px;
    line-height: 60px;
  }
}
.c-about-us__rewarding-description {
  color: #f7f8f9;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .c-about-us__rewarding-description {
    font-size: 24px;
    line-height: 32px;
  }
}
.c-about-us__rewarding-cards.slide-not-active {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .c-about-us__rewarding-cards.slide-not-active .c-about-us__card {
    width: calc(33.3333333333% - 15px) !important;
  }
}
@media (min-width: 1200px) {
  .c-about-us__rewarding-cards.slide-not-active .c-about-us__card {
    width: calc(25% - 15px) !important;
  }
}
.c-about-us__rewarding-cards.slide-not-active .swiper-button-next,
.c-about-us__rewarding-cards.slide-not-active .swiper-button-prev {
  display: none !important;
}
.c-about-us__rewarding-cards.swiper-container {
  padding: 0 50px 35px 40px;
}
.c-about-us__rewarding-cards .swiper-slide-prev {
  visibility: hidden;
}
.c-about-us__rewarding-cards .swiper-button-next,
.c-about-us__rewarding-cards .swiper-button-prev {
  height: 25px;
  width: 25px;
  background-image: url(/assets/images/icons/right-arrow.svg);
  background-repeat: no-repeat;
  display: none;
}
@media (min-width: 978px) {
  .c-about-us__rewarding-cards .swiper-button-next,
  .c-about-us__rewarding-cards .swiper-button-prev {
    display: flex;
  }
}
.c-about-us__rewarding-cards .swiper-button-next::after,
.c-about-us__rewarding-cards .swiper-button-prev::after {
  display: none;
}
.c-about-us__rewarding-cards .swiper-button-prev {
  transform: rotate(180deg);
}
.c-about-us__rewarding-cards .swiper-button-next {
  right: 0 !important;
}
.c-about-us__rewarding-cards .swiper-pagination {
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1200px) {
  .c-about-us__rewarding-cards .swiper-pagination {
    display: none;
  }
}
.c-about-us__rewarding-cards .swiper-pagination-bullet {
  background: white;
}
.c-about-us__rewarding-cards .swiper-pagination-bullet-active {
  background: #e9b56b !important;
  border-color: #9f9a9a !important;
}
.c-about-us__card {
  background-color: rgba(33, 33, 32, 0.5);
  border: 2px solid rgba(33, 33, 32, 0.5);
  height: 275px !important;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-about-us__card-wrapper {
  display: flex;
  justify-content: space-between;
}
.c-about-us__card-number {
  color: #f7f8f9;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  position: relative;
  margin: 40px 20px 15px 20px;
  padding-bottom: 10px;
}
.c-about-us__card-number::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 2px solid rgb(216, 178, 116);
}
.c-about-us__card-description {
  color: #9b9b9b;
  font-size: 18px;
  line-height: 26px;
  margin: 0 20px 10px 20px;
}

/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
  format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  width: 100%;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet:only-child {
  visibility: hidden;
}

/* Common Styles */
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow .swiper-pagination-bullet:only-child {
  visibility: hidden;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*!
* 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;
}

.animate__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;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

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

.animate__animated.animate__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);
}

.animate__animated.animate__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);
}

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

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

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

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

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

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

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

.animate__animated.animate__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 {
  .animate__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;
  }
  .animate__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);
  }
}
.animate__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;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__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);
  }
}
.animate__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: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.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: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__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: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.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: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__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: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.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: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__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: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.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: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__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: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.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: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__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: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.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: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__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: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.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: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__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: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.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: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__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);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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;
  }
}
.animate__animated.animate__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);
  }
}
.animate__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);
  }
}
.animate__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;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.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;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.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);
  }
}
.animate__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);
  }
}
.animate__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;
  }
}
.animate__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;
  }
}
.animate__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;
  }
}
.animate__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;
  }
}
.animate__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;
  }
}
.animate__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;
  }
}
.animate__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;
  }
}
.animate__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;
  }
}
.animate__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;
  }
}
.animate__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;
  }
}
.animate__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;
  }
}
.animate__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;
  }
}
.animate__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;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
} /*# sourceMappingURL=main.css.map */

/*** hotfixes **/
main {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-about-us__banner {
    height: 320px !important;
  }
}

.error {
  border-color: red !important;
  color: red !important;
}
.error a {
  color: red !important;
}

.c-form-button-black {
  display: flex;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: center;
  border: none;
  background: #000000;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
footer .scope-logo {
  height: 10px;
  position: relative;
  width: 53px;
  overflow: visible;
  position: absolute;
  /* bottom: 0; */
  right: 0;
  transform: rotate(-90deg) translate(0, -50%);
  /* top: 0; */
  float: right;
  z-index: 9999;
  margin-top: -300px !important;
}

@media only screen and (max-width: 1440px) {
  .scope-logo img {
    width: 60px !important;
  }
}
.frk-textarea {
  width: 100%;
  height: 101px;
  border: none;
  border: 1px solid #dedede;
  background: transparent;
  background: #f7f8f9;
  outline: none;
  padding: 15px 20px;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.4s;
}

.c-box__top .c-custom-radio {
  display: none !important;
}

.c-box__item {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.c-box__top {
  position: absolute;
  right: 0;
  top: 0;
}
.c-dots-dropdown {
  padding: 1rem;
}

.ima-textarea {
  border: none;
  border: 1px solid #dedede;
  background: transparent;
  background: #f7f8f9;
  outline: none;
  padding: 0 20px;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.4s;
  min-height: 120px;
  width: 100%;
  padding: 1rem;
}
textarea {
  resize: vertical;
  max-height: 300px;
}

.ima-remove-row {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  display: none;
}
.clone .ima-remove-row {
  display: block !important;
}

@media screen and (max-width: 992px) {
  .ima-remove-row {
    top: -2.5rem;
    right: -1rem;
    transform: none;
  }
}
.ima-tags {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.ima-tags > span {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  padding: 0.5rem;
}

.ima-tags span svg {
  width: 17px;
  height: auto;
  margin-right: 0.5rem;
}
.swal2-container {
  z-index: 9999999 !important;
}
.swal2-styled.swal2-confirm {
  background-color: #865d2d !important;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: none !important;
}
.ima-forgot-link {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}

.path-fixer {
  transition: 0.2s ease-in-out;
  fill: rgb(216, 178, 116);
}
.o-dashboard__left a:hover .path-fixer {
  fill: rgb(0, 0, 0);
}
.c-tab--applications .c-tab__content {
  padding: 0 !important;
}
.prev-fix {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.prev-fix a {
  display: inline-block;
  width: calc(33.3333% - 1rem);
}

.prev-fix a video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.prev-fix a img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .o-dashboard__left:not(.o-dashboard__left--mobile) {
    position: sticky;
    top: 0;
    display: block;
    height: 100%;
    padding-top: 100px;
  }
}
.c-tab__item.custom span {
  width: 100%;
  font-size: 14px;
}
.c-tab__item.custom {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 14px 0px !important;
}
.c-tab__nav.custom {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1366px) {
  .c-tab__nav.custom {
    flex-wrap: wrap;
  }
}
input[type="email"][readonly]:focus {
  border: 1px solid #dedede;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.c-tab__content .c-list-table {
  margin: 0 !important;
}
.c-tab__content.js-active .c-list-table {
  margin: 1rem 0px !important;
}
@media screen and (min-width:992px) {
  .c-juri-list__img img {
    width: 400px;
    height: 400px;
  }
}
#warning{
  bottom:147px;
  position:absolute;
  width:75%;
  left:12.5%;
  right:12.5%;
  height:60px;
  background: linear-gradient(-45deg,#E8C98D,#865D2D,#E8C98D,#865D2D);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  z-index:10;
}
@media screen and (max-width: 1366px) {
  #warning{
    position:relative;
    width:100%;
    left:auto;
    right:auto;
    bottom:auto;
    margin-top: -12px;
  }
}
#warning_left{text-align: left;
  font: normal normal 600 18px/22px Roboto;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  float:left;
  margin-left:36px;
  margin-top:19px;
}
#warning_right{text-align: right;
  font: normal normal 400 18px/22px Roboto;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  float:right;
  height:28px;
  line-height:28px;
  margin-right:36px;
  margin-top:16px;
}
#warning_right  svg{float:left;margin-top:-2px;}


@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.c-news-box__content a{ color: inherit; text-decoration: none; }

.c-news-detail__text table {
  border-collapse: collapse;
  width: 100%;
}

.c-news-detail__text table td, .c-news-detail__text table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.c-news-detail__text table tr:nth-child(even){background-color: #f2f2f2;}

.c-news-detail__text table tr:hover {background-color: #ddd;}

.c-news-detail__text table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #c39d62;
  color: white !important;
}
.c-news-detail__text table th span{
  color: white !important;
}