html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q:before, q::after {
  content: none;
}

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

input, select, textarea {
  border-radius: 0px;
}

*, *::after, *::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #222222;
  font-size: 13px;
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

* {
  font-family: "Poppins", sans-serif;
}

svg {
  fill: currentColor;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.modal-opened {
  overflow: hidden !important;
}

[data-wow-delay] {
  opacity: 0;
  animation-fill-mode: forwards;
}

.font-gray3 {
  color: #CCCCCC;
}

.font-darkGray2 {
  color: #999999;
}

.font-darkGray {
  color: #808080;
}

.font-primary {
  color: #394D58;
}

.font-white {
  color: #fff;
}

.bg-gray {
  background-color: #F7F7F7;
}

.font-mint {
  color: #20AB95;
}

.mt-auto {
  margin-top: auto;
}

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

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

.mt-10 {
  margin-top: 0.625rem;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-25 {
  margin-top: 1.5625rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mt-35 {
  margin-top: 2.1875rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mt-55 {
  margin-top: 3.4375rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

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

.mt-100 {
  margin-top: 6.25rem;
}

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

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

.mr-10 {
  margin-right: 0.625rem;
}

.mr-15 {
  margin-right: 0.9375rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.mr-25 {
  margin-right: 1.5625rem;
}

.mr-30 {
  margin-right: 1.875rem;
}

.mr-40 {
  margin-right: 2.5rem;
}

.mr-55 {
  margin-right: 3.4375rem;
}

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

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

.mb-10 {
  margin-bottom: 0.625rem;
}

.mb-15 {
  margin-bottom: 0.9375rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-25 {
  margin-bottom: 1.5625rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-35 {
  margin-bottom: 2.1875rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-45 {
  margin-bottom: 2.8125rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mb-55 {
  margin-bottom: 3.4375rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-100 {
  margin-bottom: 6.25rem;
}

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

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

.ml-10 {
  margin-left: 0.625rem;
}

.ml-15 {
  margin-left: 0.9375rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.ml-25 {
  margin-left: 1.5625rem;
}

.ml-30 {
  margin-left: 1.875rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.ml-55 {
  margin-left: 3.4375rem;
}

.w-85 {
  width: 85%;
}

.pr-40 {
  padding-right: 2.5rem;
}

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

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

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

@media (max-width: 576px) {
  .mb-100 {
    margin-bottom: 3.125rem;
  }
}
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #222222;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #394D58;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 247, 146, 56;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #633a16;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #fde9d7;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #fcd3af;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 34, 34, 34;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #222222;
  --bs-emphasis-color-rgb: 34, 34, 34;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #394D58;
  --bs-link-color-rgb: 247, 146, 56;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #c6752d;
  --bs-link-hover-color-rgb: 198, 117, 45;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(34, 34, 34, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(34, 34, 34, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(34, 34, 34, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(34, 34, 34, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(34, 34, 34, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(247, 146, 56, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #fabe88;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #311d0b;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #2b2e31;
  --bs-primary-border-subtle: #945822;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #fabe88;
  --bs-link-hover-color: #fbcba0;
  --bs-link-color-rgb: 250, 190, 136;
  --bs-link-hover-color-rgb: 251, 203, 160;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(34, 34, 34, 0.075);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #222222;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
#menu-item-6791 a{
	
}
#menu-item-6791 a::before{
	content:'w krótce !';
	color:#35da35;
	position:absolute;
	top: 45px;
    left: 90px;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(34, 34, 34, 0.15);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

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

h1 {
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 5.5rem;
  color: #222222;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 3.125rem;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.0002px;
  line-height: 5rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.0002px;
    line-height: 2.5rem;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.0002px;
    line-height: 2.1875rem;
  }
}

h3 {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.0002px;
  line-height: 2.5625rem;
  color: #222222;
}
@media (max-width: 576px) {
  h3 {
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.0002px;
    line-height: 2.1875rem;
  }
  h3 br {
    display: none;
  }
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.0002px;
  line-height: 2.0625rem;
}
@media (max-width: 576px) {
  h4 {
    font-size: 1.3125rem;
    font-weight: 600;
    letter-spacing: 0.0002px;
    line-height: 1.875rem;
  }
}

h5 {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.0002px;
  line-height: 1.875rem;
}

p {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.875rem;
  color: #222222;
}

a {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.25rem;
  color: #222222;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  cursor: pointer;
  transition: 250ms;
  transition-property: color;
}
a.bigger-gap {
  gap: 0.625rem;
}
a:hover .with-icon::after {
  right: -0.3125rem;
}
a:hover {
  color: #394D58;
}

.phone::before {
  -webkit-mask: url(../../image/icons/phone.svg) no-repeat 50% 50%;
  mask: url(../../image/icons/phone.svg) no-repeat 50% 50%;
}

.mail::before {
  -webkit-mask: url(../../image/icons/envelope.svg) no-repeat 50% 50%;
  mask: url(../../image/icons/envelope.svg) no-repeat 50% 50%;
}

.location::before {
  -webkit-mask: url(../../image/icons/location.svg) no-repeat 50% 50%;
  mask: url(../../image/icons/location.svg) no-repeat 50% 50%;
}

.mail, .phone, .location {
  position: relative;
}
.mail::before, .phone::before, .location::before {
  content: "";
  position: absolute;
  left: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  -webkit-mask-size: 1.25rem 1.25rem;
  mask-size: 1.25rem 1.25rem;
  background-color: currentColor;
}
.contact-alt .mail::before, .contact-alt .phone::before, .contact-alt .location::before {
        position: unset;
        transform: none;
        display: inline-block;
        vertical-align: middle;
}
.godz{
	margin-top:20px;
}
@media (max-width: 1024px) {
  .mail::before, .phone::before, .location::before {
    position: unset;
    transform: none;
    display: inline-block;
    vertical-align: middle;
  }
}

.with-icon {
  position: relative;
  transition: 250ms;
  transition-property: color;
}
.with-icon:hover::after {
  right: -0.3125rem;
}
.with-icon::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin-left: 2.5rem;
  right: 0;
  -webkit-mask: url(../../image/icons/angle-right.svg) no-repeat 50% 50%;
  mask: url(../../image/icons/angle-right.svg) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
  transition: 250ms;
  transition-property: right;
}

.font-10 {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1rem;
}
.font-11 {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 0.9375rem;
}
.font-12 {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1rem;
}
.font-14 {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.875rem;
}
.font-14.smaller-lh {
  line-height: 1.25rem;
}
.font-15 {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.3125rem;
}
.font-16 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.4375rem;
}
.font-18 {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.4375rem;
}
.font-20 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.875rem;
}
.font-22 {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 2.25rem;
}
.font-30 {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.875rem;
}
@media (max-width: 576px) {
  .font-10 {
    font-size: 0.4375rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 0.8125rem;
  }
  .font-11 {
    font-size: 0.5rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 0.75rem;
  }
  .font-12 {
    font-size: 0.5625rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 0.8125rem;
  }
  .font-14 {
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.6875rem;
  }
  .font-15 {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.125rem;
  }
  .font-16 {
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.25rem;
  }
  .font-18 {
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.25rem;
  }
  .font-20 {
    font-size: 1.0625rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.6875rem;
  }
  .font-22 {
    font-size: 1.1875rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 2.0625rem;
  }
  .font-30 {
    font-size: 1.6875rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.6875rem;
  }
}

.regular {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

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

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

.textarea-output {
  white-space: pre-wrap;
}
.textarea-output a {
  word-wrap: break-word;
}

.wrapper {
  width: 100%;
  max-width: 102.5rem;
  margin: 0 auto;
}
.wrapper.smaller {
  max-width: 85.25rem;
}
.wrapper.extra-small {
  max-width: 67.5rem;
}
.wrapper-left {
  margin-left: calc((100% - 85rem) / 2);
  max-width: 93.75rem;
  width: auto;
}
@media (max-width: 1130px) {
  .wrapper-left {
    margin-left: 0;
  }
}
.wrapper-left-smaller {
  margin-left: calc((100% - 67.5rem) / 2);
  max-width: 76.875rem;
}
@media (max-width: 1366px) {
  .wrapper-left-smaller {
    margin-left: 0;
  }
}

main > p, main > a, main > h1, main > h2, main > h3, main > h4, main > h5, main > h6 {
  padding: 0 1.875rem;
  width: 100%;
  margin: 2.1875rem auto;
  max-width: 71.25rem;
}

.section {
  padding: 0 0.9375rem;
}
@media (max-width: 768px) {
  .section:not(.hero, .banner, .footer) {
    padding: 0 1.875rem;
  }
}

.section-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5.9375rem;
}

.section-gap {
  margin-top: 5.9375rem;
  margin-bottom: 5.9375rem;
}

.btn {
  border: none;
  padding: 0 2.8125rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.5625rem;
  background-color: transparent;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  border-radius: 3.75rem;
  border: 2px solid transparent;
  width: max-content;
  min-width: 15.9375rem;
  cursor: pointer;
  transition: 250ms;
  transition-property: background-color, color, border-color;
}
.btn.small {
  width: max-content;
  min-width: unset;
  height: 3.125rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.25rem;
}
.btn.extra-small {
  min-width: unset;
  width: max-content;
  height: 2.875rem;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.25rem;
}
.btn.primary {
  background-color: #394D58;
  color: #fff;
  border-color: #394D58;
}
.btn.primary.border {
  color: #394D58;
}
.btn.secondary {
  background-color: #222222;
  color: #fff;
  border-color: #222222;
}
.btn.secondary:hover {
  background-color: #5b5a5a;
  border-color: #5b5a5a;
}
.btn.secondary.border {
  color: #222222;
}
.btn.secondary.border.active, .btn.secondary.border:hover:not(.burger) {
  background-color: #222222 !important;
  color: #fff;
  border-color: #222222;
}
.btn.border {
  background-color: transparent !important;
}
.btn.link {
  width: max-content;
  min-width: unset;
  padding: 0;
  height: auto;
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid transparent;
  color: #222222;
  transition: 250ms;
  transition-property: border-color;
}
.btn.link:hover, .btn.link.active {
  border-color: #394D58;
}
.btn.round {
  padding: 1.03125rem;
  min-width: unset;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
}
.btn.round.small {
  width: 3.0625rem;
  height: 3.0625rem;
  padding: 1.25rem 0.9375rem;
}
.btn.round.toggle-plus {
  position: relative;
}
.btn.round.toggle-plus::after, .btn.round.toggle-plus::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  border-radius: 2px;
  transition: 250ms;
  transition-property: transform;
}
.btn.round.toggle-plus::after {
  width: 2px;
  min-width: 2px;
  height: calc(100% - 2.0625rem);
  transform-origin: center center;
}
.btn.round.toggle-plus::before {
  height: 2px;
  min-height: 2px;
  width: calc(100% - 2.0625rem);
}
.btn.round.toggle-plus.active::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.btn.btn-close {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  min-width: unset;
  border-radius: 50%;
  background-color: #fff;
  color: #394D58;
}
.btn.btn-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url(../../image/icons/close.svg) no-repeat 50% 50%;
  mask: url(../../image/icons/close.svg) no-repeat 50% 50%;
}
@media (min-width: 1024px) {
  .btn.burger {
    display: none;
  }
}
@media (max-width: 768px) {
  .btn {
    height: 4.0625rem;
  }
  .btn.round {
    padding: 0.46875rem;
    width: 2.8125rem;
    height: 2.8125rem;
    flex-shrink: 0;
  }
  .btn.round.toggle-plus::before {
    width: calc(100% - 1.25rem);
  }
  .btn.round.toggle-plus::after {
    height: calc(100% - 1.25rem);
  }
}

.btn {
  border: none;
  padding: 0 2.8125rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.5625rem;
  background-color: transparent;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  border-radius: 3.75rem;
  border: 2px solid transparent;
  width: max-content;
  min-width: 15.9375rem;
  cursor: pointer;
  transition: 250ms;
  transition-property: background-color, color, border-color;
}
.btn.small {
  width: max-content;
  min-width: unset;
  height: 3.125rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.25rem;
}
.btn.extra-small {
  min-width: unset;
  width: max-content;
  height: 2.875rem;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.25rem;
}
.btn.primary {
  background-color: #394D58;
  color: #fff;
  border-color: #394D58;
}
.btn.primary.border {
  color: #394D58;
}
.btn.secondary {
  background-color: #222222;
  color: #fff;
  border-color: #222222;
}
.btn.secondary:hover {
  background-color: #5b5a5a;
  border-color: #5b5a5a;
}
.btn.secondary.border {
  color: #222222;
}
.btn.secondary.border.active, .btn.secondary.border:hover:not(.burger) {
  background-color: #222222 !important;
  color: #fff;
  border-color: #222222;
}
.btn.border {
  background-color: transparent !important;
}
.btn.link {
  width: max-content;
  min-width: unset;
  padding: 0;
  height: auto;
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid transparent;
  color: #222222;
  transition: 250ms;
  transition-property: border-color;
}
.btn.link:hover, .btn.link.active {
  border-color: #394D58;
}
.btn.round {
  padding: 1.03125rem;
  min-width: unset;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
}
.btn.round.small {
  width: 3.0625rem;
  height: 3.0625rem;
  padding: 1.25rem 0.9375rem;
}
.btn.round.toggle-plus {
  position: relative;
}
.btn.round.toggle-plus::after, .btn.round.toggle-plus::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  border-radius: 2px;
  transition: 250ms;
  transition-property: transform;
}
.btn.round.toggle-plus::after {
  width: 2px;
  min-width: 2px;
  height: calc(100% - 2.0625rem);
  transform-origin: center center;
}
.btn.round.toggle-plus::before {
  height: 2px;
  min-height: 2px;
  width: calc(100% - 2.0625rem);
}
.btn.round.toggle-plus.active::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.btn.btn-close {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  min-width: unset;
  border-radius: 50%;
  background-color: #fff;
  color: #394D58;
}
.btn.btn-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url(../../image/icons/close.svg) no-repeat 50% 50%;
  mask: url(../../image/icons/close.svg) no-repeat 50% 50%;
}
@media (min-width: 1024px) {
  .btn.burger {
    display: none;
  }
}
@media (max-width: 768px) {
  .btn {
    height: 4.0625rem;
  }
  .btn.round {
    padding: 0.46875rem;
    width: 2.8125rem;
    height: 2.8125rem;
    flex-shrink: 0;
  }
  .btn.round.toggle-plus::before {
    width: calc(100% - 1.25rem);
  }
  .btn.round.toggle-plus::after {
    height: calc(100% - 1.25rem);
  }
}

.btn-group {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.section-bg {
  width: 100%;
  height: 62.5rem;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.section-bg img {
  position: absolute;
  left: -6.25rem;
  top: -18.75rem;
}
.section-bg-right {
  overflow: hidden;
}
.section-bg-right img {
  left: auto;
  right: -28.25rem;
  top: -13.75rem;
}
.section-bg-position-right {
  height: 88.5rem;
}
.section-bg-position-right img {
  left: -35.25rem;
  top: -35.75rem;
}
@media (max-width: 576px) {
  .section-bg-position-right {
    height: 55.5rem;
  }
  .section-bg-position-right img {
    left: -31.25rem;
    top: -45.75rem;
  }
}

.arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5625rem;
}
.arrows .arrow {
  width: 2.1875rem;
  height: 1.25rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.arrows .arrow::after {
  content: "";
  display: inline-block;
  width: 2.1875rem;
  height: 1.0625rem;
  -webkit-mask: url(../../image/icons/arrow.svg) no-repeat 50% 50%;
  mask: url(../../image/icons/arrow.svg) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #CCCCCC;
  transition: 250ms;
  transition-property: background;
}
.arrows .arrow:hover::after {
  background-color: #394D58;
}
.arrows .arrow-next {
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .arrows {
    display: none;
  }
}

.section-shadow {
  position: relative;
}
.section-shadow-top::after {
  content: "";
  position: absolute;
  left: 0;
  top: -84px;
  width: 100%;
  height: 84px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.section-shadow-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 84px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.contact-form {
  padding: 4.375rem 5rem;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  border-radius: 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 36.5625rem;
}
.contact-form h3 {
  margin-bottom: 4.0625rem;
  text-align: center;
}
.contact-form .btn {
  white-space: nowrap;
  margin: 0 auto;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .contact-form {
    padding: 1.875rem;
  }
}

.contact-alt {
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
}
@media (max-width: 768px) {
  .contact-alt .d-flex.row:not(.w-50) {
    flex-direction: column-reverse;
  }
  .contact-alt .w-60 {
    width: 100%;
  }
  .contact-alt .w-50 {
    width: 100%;
  }
  .contact-alt .w-50.d-flex.row {
    gap: 0.9375rem;
    flex-direction: column;
  }
  .contact-alt .w-50.d-flex .mb-35 {
    margin-bottom: 0.9375rem;
  }
  .contact-alt .d-flex.justify-between {
    justify-content: flex-start;
    gap: 3.125rem;
  }
}
@media (max-width: 576px) {
  .contact-alt {
    margin-bottom: 1.875rem;
  }
}

.contact-alt-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 1;
}
.contact-alt-content .contact-form {
  margin-top: -30rem;
}
@media (max-width: 768px) {
  .contact-alt-content .contact-form {
    width: 100%;
    max-width: unset;
    margin-top: 0;
  }
}

.popup {
  position: absolute;
  transform: translate(calc(-50% + 0.46875rem), -115%);
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup.active {
  opacity: 1;
  pointer-events: all;
}
.popup-content {
  padding: 1.25rem 3.75rem 1.25rem 1.5625rem;
  border-radius: 5px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  width: max-content;
  position: relative;
  max-width: 15.625rem;
}
.popup-content::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.25rem;
  transform: translateX(-50%);
  width: 1.4375rem;
  height: 1.5rem;
  background-image: url(../../image/icons/popup-pointer.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.world-map .map-pointers-marker {
  cursor: pointer;
  position: relative;
}
.world-map .map-pointers-marker.active {
  fill: #F79238 !important;
}

@media (max-width: 576px) {
  .contact.section-gap {
    display: none;
  }
}

.slick-slider {
  position: relative;
}
.slick-slider:not(.no-shadow)::before, .slick-slider:not(.no-shadow)::after {
  content: "";
  position: absolute;
  top: 0;
  width: 5rem;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.slick-slider:not(.no-shadow)::before {
  left: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
}
.slick-slider:not(.no-shadow)::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  right: 0;
}
.slick-slider:not(.no-shadow).only-right-shadow::before {
  display: none;
}
@media (max-width: 576px) {
  .slick-slider:not(.no-shadow)::before, .slick-slider:not(.no-shadow)::after {
    width: 1.875rem;
  }
}

.listed-ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.25rem;
}
.listed-ul li::before {
  content: "";
  width: 0.5rem;
  display: block;
  height: 0.5rem;
  border-radius: 50%;
  border: 2px solid #CCCCCC;
  position: absolute;
  left: 0;
  top: 0.3125rem;
}

.image-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
  align-items: flex-start;
  margin-bottom: 5.9375rem;
}
.image-tabs p.with-icon::after {
  position: absolute;
  top: 0.375rem;
  right: -30px;
}
.image-tabs a {
  cursor: pointer;
}
.image-tabs-content:hover {
  color: #394D58;
}
.image-tabs-content:hover p.with-icon {
  color: #394D58;
}
.image-tabs-content:hover p.with-icon::after {
  right: -2.5rem;
}
@media (max-width: 576px) {
  .image-tabs {
    width: calc(100% + 1.875rem);
    margin-left: -0.9375rem;
  }
  .image-tabs .image-tabs-content {
    aspect-ratio: 1/1;
    width: 12.5rem !important;
  }
  .image-tabs .slick-list {
    padding: 3.75rem 0.9375rem;
    margin: -3.75rem 0;
  }
}
.image-tabs:last-child {
  margin-bottom: 0;
}
.image-tabs-content {
  position: relative;
  width: calc(25% - 0.71875rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.image-tabs-content p {
  padding-left: 0.625rem;
  max-width: 80%;
}
@media (max-width: 576px) {
  .image-tabs-content p {
    display: block;
    margin-top: 1.875rem;
  }
}
@media (max-width: 576px) {
  .image-tabs-content .description p {
    margin-top: 0;
  }
}
.image-tabs-big {
  column-gap: 4.6875rem;
  row-gap: 0.9375rem;
}
@media (max-width: 768px) {
  .image-tabs-big {
    column-gap: 0.9375rem;
  }
  .image-tabs-big .image-tabs-content-big {
    width: calc(33.33% - 0.6875rem) !important;
  }
}
@media (max-width: 576px) {
  .image-tabs-big {
    width: calc(100% + 1.875rem);
    margin-left: -0.9375rem;
  }
}
.image-tabs-big-small-gap {
  column-gap: 0.9375rem;
  row-gap: 5rem;
}
.image-tabs-big-small-gap .image-tabs-content-big {
  aspect-ratio: 514/257 !important;
  gap: 4.375rem;
  width: calc(33.33% - 0.6875rem) !important;
}
.image-tabs .image-tabs-content-big {
  aspect-ratio: 406/278;
  width: calc(33.33% - 0.78125rem);
}
.image-tabs .image-tabs-content-big .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 284/118;
}
@media (max-width: 1024px) {
  .image-tabs .image-tabs-content-big {
    aspect-ratio: 355/278 !important;
  }
  .image-tabs .image-tabs-content-big .description {
    width: 90%;
    aspect-ratio: 284/80;
    padding: 0.9375rem;
  }
}
@media (max-width: 576px) {
  .image-tabs .image-tabs-content-big {
    aspect-ratio: 355/210;
    aspect-ratio: unset !important;
  }
  .image-tabs .image-tabs-content-big .description {
    width: 70%;
    aspect-ratio: 284/63;
  }
}
.image-tabs-with-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.image-tabs-with-navigation .navigation {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.image-tabs-with-navigation .navigation-main-tabs {
  margin-top: 3.125rem;
  margin-bottom: 2.5rem;
  display: flex;
  gap: 3.4375rem;
}
@media (max-width: 576px) {
  .image-tabs-with-navigation .navigation-main-tabs {
    flex-direction: column;
    gap: 0.9375rem;
    width: 100%;
  }
  .image-tabs-with-navigation .navigation-main-tabs .btn {
    width: 100%;
  }
}
.image-tabs-with-navigation .navigation-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: baseline;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 4.375rem;
}
@media (max-width: 576px) {
  .image-tabs-with-navigation .navigation-tabs .btn, .image-tabs-with-navigation .navigation-tabs .checkbox {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .image-tabs .image-tabs-content-big {
    width: 300px !important;
  }
  .image-tabs .slick-slide {
    margin: 0 0.9375rem;
  }
}

.image-tab {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0.46875rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  border-radius: 0.9375rem;
}
.image-tab .image-tab-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.image-tab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.6875rem;
  object-position: top;
}
.image-tab .description {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  background-color: #fff;
  padding: 1.25rem;
  border-top-left-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
}
.image-tab .description p {
  max-width: unset;
  width: 100%;
  padding-left: 0;
}

@media (max-width: 576px) {
  .section-news .image-tabs .image-tabs-content-big {
    height: 205px;
    aspect-ratio: unset;
  }
  .section-news .image-tabs .image-tabs-content-big .image-tab {
    height: 80%;
  }
}
.emplotees-content .image-tabs .image-tabs-content-big {
  width: calc(33.33% - 3.125rem);
  aspect-ratio: unset;
}

.d-flex {
  display: flex;
  flex-direction: column;
}
.d-flex.row {
  flex-direction: row;
}
.d-flex.justify-left {
  justify-content: flex-start;
}
.d-flex.justify-center {
  justify-content: center;
}
.d-flex.justify-right {
  justify-content: flex-end;
}
.d-flex.justify-between {
  justify-content: space-between;
}
.d-flex.align-left {
  align-items: flex-start;
}
.d-flex.align-center {
  align-items: center;
}
.d-flex.align-right {
  align-items: flex-end;
}
.d-flex.gap-30 {
  gap: 1.875rem;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}
.loader.active {
  display: flex;
}
.loader svg {
  fill: #394D58;
}

.breadcrumbs span {
  display: flex;
  gap: 0.3125rem;
}
.breadcrumbs p, .breadcrumbs a, .breadcrumbs span {
  color: #999999;
}
.breadcrumbs a:Hover {
  color: #394D58;
}

.modal {
  overflow: hidden;
}
.modal .modal-dialog {
  max-width: 100%;
  padding: 0 5.625rem;
  width: 97.125rem;
}
@media (max-width: 768px) {
  .modal .modal-dialog {
    padding: 0.9375rem;
    margin: 0;
  }
}
.modal .modal-content {
  background-color: #fff;
  border-radius: 0.9375rem;
  padding: 0.9375rem;
  opacity: 0;
  height: 70vh;
  transition: opacity 0.25s 0.5s;
}
.modal .modal-header {
  display: none;
}
.modal .modal-body {
  position: relative;
  padding: 0;
  justify-content: flex-start;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 4.6875rem;
}
.modal .modal-body .btn-close {
  position: absolute;
  right: -45px;
  top: -45px;
}
.modal .modal-body-content {
  display: flex;
  flex-direction: column;
  gap: 4.375rem;
  width: 50%;
  justify-content: flex-start;
}
.modal .modal-body-content-tooltip {
  margin-bottom: 3.125rem;
}
.modal .modal-body-content img {
  border-radius: 0.5rem;
  width: 100%;
}
.modal .modal-body-content-content {
  padding-left: 1.5625rem;
  max-height: 55vh;
  direction: rtl;
  overflow-y: auto;
  text-align: left;
}
.modal .modal-body-content-content p, .modal .modal-body-content-content h1, .modal .modal-body-content-content h1, .modal .modal-body-content-content h3, .modal .modal-body-content-content h4, .modal .modal-body-content-content h5, .modal .modal-body-content-content h6, .modal .modal-body-content-content a {
  direction: ltr;
}
.modal .modal-body-content-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #E4E4E4;
}
.modal .modal-body-content-content::-webkit-scrollbar {
  width: 2px;
}
.modal .modal-body-content-content::-webkit-scrollbar-thumb {
  background-color: #394D58;
}
.modal .modal-body-content h4 {
  margin-bottom: 0.9375rem;
}
.modal .modal-body-content-header {
  padding-top: 1.5625rem;
  padding-left: 1.5625rem;
}
.modal .modal-body-images {
  width: 50%;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}
.modal .modal-body-images.single img {
  border-radius: 0.6875rem;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.modal .modal-body li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.25rem;
}
.modal .modal-body li::before {
  content: "";
  width: 6px;
  display: block;
  height: 6px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid #CCCCCC;
  position: absolute;
  left: 0;
  top: 0.3125rem;
}
.modal .modal-body.modal-body-bigger-images .modal-body-content {
  width: 30%;
}
.modal .modal-body.modal-body-bigger-images .modal-body-images {
  width: 70%;
}
@media (max-width: 1024px) {
  .modal .modal-body {
    flex-direction: column;
    overflow-y: auto;
    gap: 1.875rem;
  }
  .modal .modal-body-content {
    gap: 1.875rem;
  }
  .modal .modal-body-images {
/*     display: none; */
  }
  .modal .modal-body-content-content {
    padding-left: 0;
    max-height: unset;
  }
  .modal .modal-body-content-content::-webkit-scrollbar {
    display: none;
  }
  .modal .modal-body-content-content::-webkit-scrollbar {
    width: 0 !important;
  }
  .modal .modal-body .modal-body-content, .modal .modal-body .modal-body-images, .modal .modal-body.modal-body-bigger-images .modal-body-images, .modal .modal-body.modal-body-bigger-images .modal-body-content {
    width: 100%;
  }
}
.modal .modal-body .modal-body-info {
  position: absolute;
  left: 0.9375rem;
  bottom: 0.9375rem;
}
.modal .modal-carusel-images {
  height: calc(100% - 140px);
  width: 100%;
}
.modal .modal-carusel-images .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.modal .modal-carusel-images .item .relative {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.modal .modal-carusel-images .item .centered {
  height: 100%;
  position: relative;
}
.modal .modal-carusel-images .item .centered.small {
  height: max-content;
}
.modal .modal-carusel-images img {
  border-radius: 0.5rem;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.modal .modal-carusel-images .slick-list,
.modal .modal-carusel-images .slick-track {
  height: 100%;
}
.modal .modal-carusel-images .slick-list,
.modal .modal-carusel-images .slick-track,
.modal .modal-carusel-images .carusel-image,
.modal .modal-carusel-images .carusel-image img {
  width: auto;
}
.modal .modal-carusel-nav {
  flex-shrink: 0;
  height: 122px;
}
.modal .modal-carusel-nav .slick-slide {
  margin: 0 0.625rem;
}
.modal .modal-carusel-nav .carusel-nav {
  width: 50%;
  max-width: 15.625rem;
  height: 9.375rem;
}
.modal .modal-carusel-nav img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border-radius: 0.5rem;
  object-fit: cover;
}
.modal .modal-carusel-images,
.modal .modal-carusel-nav {
  opacity: 0;
  transition: 250ms;
  transition-property: opacity;
}
.modal .modal-carusel-images.slick-initialized,
.modal .modal-carusel-nav.slick-initialized {
  opacity: 1;
}
.modal.show .modal-content {
  opacity: 1;
}

.form-group, .form-group .wpcf7 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
}
.form-group .wpcf7-list-item {
  margin: 0;
}
.form-group input:not(.btn), .form-group textarea:not(.btn), .form-group select:not(.btn) {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-bottom: 0.4375rem;
}
.form-group input:not(.btn), .form-group input:not(.btn)::placeholder, .form-group textarea:not(.btn), .form-group textarea:not(.btn)::placeholder, .form-group select:not(.btn), .form-group select:not(.btn)::placeholder {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.25rem;
  color: #222222;
}
.form-group .checkbox {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  align-items: flex-start;
}
.form-group .checkbox .wpcf7-acceptance label {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
}
.form-group .checkbox input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 15px;
  height: 15px;
  border: 1px solid currentColor;
  border-radius: 3px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  display: block;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  transition: 250ms;
  transition-property: border-color, background-color;
}
.form-group .checkbox input::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  background-image: url(../../image/icons/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 250ms;
  transition-property: opacity;
}
.form-group .checkbox input:checked {
  background-color: #394D58;
  border-color: #394D58;
}
.form-group .checkbox input:checked::before {
  opacity: 1;
}
.form-group .checkbox label {
  max-width: 80%;
  font-size: 0.5625rem;
  font-weight: 400;
  letter-spacing: 0.0002px;
  line-height: 0.8125rem;
  color: #808080;
  cursor: pointer;
}
.form-group textarea {
  resize: none;
  height: 30px !important;
}
.form-group .uplaod {
  position: relative;
  cursor: pointer;
}
.form-group .uplaod input {
  border: none;
  padding: 0;
  cursor: pointer;
  color: #808080;
  padding: 0.3125rem 0;
  padding-left: 5rem;
  position: relative;
}
.form-group .uplaod input::before {
  content: "";
  display: block;
  position: absolute;
  left: 3.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8125rem;
  height: 1.125rem;
  background-image: url(../../image/icons/file-alt.svg);
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.form-group .uplaod input::-webkit-file-upload-button {
  visibility: hidden;
  display: none;
}
.form-group .uplaod::before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../image/icons/plus-circle.svg);
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0.9375rem;
  text-align: center;
}

.wpcf7-spinner {
  display: none !important;
}

.trusted-us {
  pointer-events: none;
  margin-bottom: 5.9375rem;
}
.trusted-us .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.125rem;
}
.trusted-us .item img {
  max-width: 100%;
}
.trusted-us .slick-slide {
  margin: 0 0.9375rem;
}
.trusted-us .slick-list {
  margin: 0 -0.9375rem;
}
@media (max-width: 768px) {
  .trusted-us .slick-list {
    margin: 0 -1.875rem;
  }
}
@media (max-width: 576px) {
  .trusted-us .item {
    height: 2.125rem;
    max-width: 3.25rem;
  }
  .trusted-us .item img {
    height: 100%;
    width: auto;
    max-width: 100%;
  }
}

.image-with-description {
  position: relative;
  overflow: hidden;
  padding-bottom: 10rem;
}
.image-with-description .image {
  width: 80%;
}
.image-with-description .image img {
  object-fit: cover;
  width: 100%;
  border-radius: 0.9375rem;
}
.image-with-description .description {
  display: flex;
}
.image-with-description .stats {
  padding: 0 2.5rem;
  width: 40%;
}
.image-with-description .details {
  margin-top: -7.5rem;
  background-color: #fff;
  width: 60%;
  border-radius: 0.9375rem;
  padding: 4.375rem 5rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.image-with-description .details h3 {
  width: 70%;
}
.image-with-description .details p {
  margin-top: 2.1875rem;
  margin-bottom: 5rem;
}
.details .spec{
	font-size:1.08rem;
}
@media (max-width: 1024px) {
  .image-with-description .stats .stat {
    width: calc(50% - 2.1875rem);
  }
}
@media (max-width: 768px) {
  .image-with-description .details {
    padding: 1.875rem;
  }
}
@media (max-width: 576px) {
  .image-with-description .image {
    width: 100%;
  }
  .image-with-description .description {
    flex-direction: column-reverse;
  }
  .image-with-description .details, .image-with-description .stats {
    width: 100%;
  }
  .image-with-description .details {
    margin-top: -3.125rem;
  }
  .image-with-description .details p {
    margin: 1.875rem 0;
  }
}

.banner {
  margin-bottom: 5.9375rem;
}
.banner-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2.1875rem;
  padding: 4.0625rem 1.875rem 8.125rem;
  border-radius: 0.9375rem;
  background-color: #222222;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.banner-content p, .banner-content h3 {
  width: 40%;
}
@media (max-width: 1024px) {
  .banner-content p, .banner-content h3 {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .banner-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.banner-content-text {
  z-index: 1;
  background-color: #fff;
  padding: 0.9375rem;
  width: max-content;
  height: 40%;
  min-height: 13.75rem;
  border-bottom-right-radius: 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: calc((100% - 102.5rem) / 2);
  max-width: 90%;
  padding-right: 6.25rem;
}
@media (max-width: 1640px) {
  .banner-content-text {
    padding-left: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .banner-content-text {
    padding-right: 0.9375rem;
    height: auto;
    min-height: unset;
  }
}
@media (max-width: 1024px) {
  .banner-content-text {
    margin-left: -1px;
    margin-top: -1px;
  }
}
.banner-content-text h2 {
  text-align: left;
}
.banner-tabs {
  max-width: 102.5rem;
  width: calc(100% - 13.75rem);
  margin: 0 auto;
  margin-top: -4.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.9375rem;
  z-index: 2;
  position: relative;
}
.banner-tabs.justify-center .row {
  justify-content: center;
}
.banner-tabs .row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.9375rem;
  flex-wrap: wrap;
}
.banner-tabs-big {
  width: unset;
  max-width: unset;
}
.banner-tabs-big .slick-list {
  padding-left: calc((100vw - 103.4375rem) / 2) !important;
  padding-top: 6.25rem !important;
  padding-bottom: 3.75rem !important;
  margin-top: -6.25rem;
}
@media (max-width: 1366px) {
  .banner-tabs-big .slick-list {
    padding-left: 0.9375rem !important;
  }
}
.banner-tabs-big .slick-slide {
  max-width: 600px;
  margin: 0 1.25rem;
}
@media (max-width: 1366px) {
  .banner-tabs-big .slick-slide {
    width: 400px;
  }
}
.banner-tabs-smaller {
  max-width: 85.25rem;
}
.banner-tabs-smaller .row {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.banner-tabs-smaller .banner-tab {
  width: calc(20% - 0.75rem);
}
@media (max-width: 1024px) {
  .banner-tabs {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .banner-tabs .row {
    display: block;
  }
  .banner-tabs .banner-tab {
    display: flex;
    max-width: 250px;
  }
  .banner-tabs .slick-slide {
    margin: 0 0.9375rem;
  }
}
.banner-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 0.9375rem;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
  width: calc(16.6% - 0.75rem);
  aspect-ratio: 260/138;
  background-color: #fff;
  padding: 0.625rem;
}
.banner-tab-bigger {
  aspect-ratio: 375/170;
  width: calc(23% - 0.46875rem);
}
.banner-tab img {
  max-width: 80%;
  max-height: 90%;
}
.banner-tab.empty {
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 1024px) {
  .banner-tab {
    width: calc(20% - 0.75rem);
  }
}
@media (max-width: 576px) {
  .banner-tab {
    aspect-ratio: 260/84;
  }
  .banner-tab img {
    height: auto;
    width: auto;
    max-width: 70%;
  }
}
.banner-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.9375rem;
}
.banner-image::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.9375rem;
  top: 0.9375rem;
  border-radius: 0.9375rem;
  width: calc(100% - 1.875rem);
  height: calc(100% - 1.875rem);
  background-color: rgba(34, 34, 34, 0.41);
}
.banner-image img {
  border-radius: 0.9375rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-with-image {
  padding-left: 0;
  padding-right: 0;
}
.banner-with-image .banner-content {
  padding: 0.9375rem;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  aspect-ratio: 1892/475;
}
.banner-with-image .banner-content .supportive {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  width: 100%;
  height: 100%;
  gap: 2.1875rem;
}
.banner-with-image .banner-content .supportive-image {
  width: 100%;
  max-height: 73%;
}
.banner-with-image .banner-content .supportive-image img {
  max-width: 100%;
  max-height: 100%;
}
.banner-with-image .banner-content-big {
  align-items: center;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  aspect-ratio: 1892/837;
}
.banner-with-image .banner-content-big .banner-image::before {
  background-color: rgba(247, 247, 247, 0.5);
}
.banner-with-image-extra-content p, .banner-with-image-extra-content h3 {
  width: 100%;
}
.banner-with-image-extra-content .banner-tabs {
  margin: 0;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  gap: 6.25rem;
  max-width: unset;
}
.banner-with-image-extra-content .extra-content-absolute {
  margin-top: -14.0625rem;
  padding: 3.125rem 4.0625rem 6.25rem 0;
  background-color: #fff;
  border-top-right-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.08);
  padding-left: calc((100vw - 68.75rem) / 2);
  width: 66%;
}
@media (max-width: 1100px) {
  .banner-with-image-extra-content .extra-content-absolute {
    padding: 1.875rem;
  }
}
.banner-with-image-extra-content .extra-content-absolute .btn {
  margin-top: 5.3125rem;
}
@media (max-width: 768px) {
  .banner-with-image-extra-content .extra-content-absolute {
    margin-top: -3.125rem;
  }
}
.banner-with-image-extra-content .extra-content {
  width: 20%;
  margin-top: 4.0625rem;
}
@media (max-width: 1024px) {
  .banner-with-image-extra-content .extra-content {
    width: 50%;
    padding-right: 6.25rem;
  }
}
@media (max-width: 768px) {
  .banner-with-image-extra-content .banner-tabs {
    padding: 0 0.9375rem;
    width: 100%;
    flex-direction: column;
    gap: 3.75rem;
  }
  .banner-with-image-extra-content .extra-content-absolute {
    border-radius: 0.9375rem;
    width: 100%;
  }
  .banner-with-image-extra-content .extra-content {
    margin-top: 0;
    padding: 0 0.9375rem;
    width: 100%;
  }
}
.banner .tab-big-image {
  background-color: #fff;
  border-radius: 0.9375rem;
  padding: 0.625rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  width: 600px;
  height: auto;
  aspect-ratio: 600/245;
  max-width: 100%;
}
.banner .tab-big-image img {
  width: 100%;
  border-radius: 0.6875rem;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.banner .tab-big p {
  padding-left: 0.625rem;
  width: max-content;
  max-width: 60%;
  margin-top: 3.75rem;
}
.banner .tab-big p.with-icon::after {
  position: absolute;
  top: 0.375rem;
  right: -30px;
}
@media (max-width: 576px) {
  .banner .tab-big p {
    margin-top: 1.25rem;
    max-width: 80%;
  }
}
.banner .tab-big:hover p {
  color: #394D58;
}
.banner .tab-big:hover p.with-icon::after {
  right: -2.5rem;
}
@media (max-width: 1024px) {
  .banner-with-image .banner-content {
    min-height: 28.125rem;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .banner-content p, .banner-content h3 {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .banner .banner-tabs-big {
    width: 100%;
    margin-left: 0;
  }
  .banner-content p, .banner-content h3 {
    width: 100%;
  }
  .banner-tabs {
    padding-left: 0.9375rem;
    margin-left: -0.9375rem;
    width: calc(100% + 1.875rem);
  }
  .banner-tabs .slick-list {
    padding-left: calc((100vw - 86.5625rem) / 2) !important;
    padding-top: 6.25rem !important;
    padding-bottom: 3.75rem !important;
    margin-top: -6.25rem;
    margin-bottom: -3.75rem;
  }
  .banner-with-image .banner-content {
    min-height: 18.75rem;
    max-width: 100%;
  }
  .banner-with-image .banner-content .supportive {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-bottom: 1.25rem;
  }
  .banner-with-image .banner-content-big {
    aspect-ratio: unset;
    padding: 1.875rem 0.9375rem;
    height: auto;
  }
}
@media (max-width: 576px) {
  .banner .banner-tabs-big .slick-slide {
    width: 300px;
  }
}
.banner li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.25rem;
}
.banner li::before {
  content: "";
  width: 6px;
  display: block;
  height: 6px;
  border-radius: 50%;
  border: 2px solid #CCCCCC;
  position: absolute;
  left: 0;
  top: 0.3125rem;
}

.offer {
  margin-bottom: 5.9375rem;
}
.offer-content-navigation {
  margin: 0 auto;
  margin-top: 4.0625rem;
  position: relative;
}
.offer-content-navigation .scrollable {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
  max-width: 100%;
  white-space: nowrap;
  overflow-y: auto;
}
@media (max-width: 1024px) and (min-width: 576px) {
  .offer-content-navigation {
    width: 75%;
  }
}
.offer-content-navigation button {
  z-index: 1;
  padding-bottom: 0.3125rem !important;
}
.offer-content-navigation::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #F3F3F3;
}
.offer h3.font-primary {
  align-items: center;
  gap: 2.8125rem;
  display: flex;
  height: 5.625rem;
}
.offer h3.font-primary svg {
  flex-shrink: 0;
}
.offer-details {
  padding: 5.3125rem;
  display: flex;
  flex-direction: column;
  width: 35%;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  border-radius: 0.9375rem;
  z-index: 1;
  display: none;
}
.offer-details p {
  margin-top: 4.0625rem;
  margin-bottom: 5rem;
  text-align: justify;
}
.offer-item {
  margin-right: -0.9375rem;
  margin-top: 7.5rem;
  display: flex;
  align-items: flex-start;
  display: none;
  min-height: 600px;
}
.offer-item:first-child .offer-details {
  display: block;
}
.offer-item.active {
  display: flex;
}
.offer-image {
  align-self: center;
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}
.offer-image img {
  max-height: 600px;
  max-width: 100%;
  width: auto;
  display: block;
	border-radius: 12px;
}
@media (max-width: 1024px) {
  .offer .offer-details {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .offer .offer-details {
    padding: 1.875rem;
  }
}
@media (max-width: 576px) {
  .offer .offer-details {
    width: 100%;
  }
  .offer .offer-details p {
    margin: 1.875rem 0;
  }
  .offer .offer-image {
    width: 100%;
	  padding-left: 0;
	  padding-right: 0;
	  margin-top: 20px;
  }
  .offer .offer-item {
    margin-top: 3.75rem;
  }
  .offer .offer-item.active {
    margin-right: 0;
    display: flex;
    flex-direction: column;
  }
}

.realizations {
  position: relative;
}
.realizations .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.realizations .section-heading {
  margin-bottom: 7.5rem;
}
@media (max-width: 576px) {
  .realizations .section-heading {
    margin-bottom: 3.75rem;
  }
}
.realizations .section-footer {
  margin-top: 0;
  justify-content: flex-end;
  padding-bottom: 5.9375rem;
}
@media (max-width: 1024px) {
  .realizations .section-footer {
    justify-content: center;
  }
}
.realizations-content {
  width: calc(100% + 2.8125rem);
  margin-left: -2rem;
}
@media (max-width: 576px) {
  .realizations-content {
    width: calc(100% + 3.75rem);
    margin-left: -1.875rem;
  }
}
.realizations .realization {
  padding: 0.625rem;
  background-color: #fff;
  border-radius: 0.9375rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  position: relative;
  height: 17.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.realizations .realization .image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 10px;
}
.realizations .realization .image img {
  border-radius: 0.6875rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.realizations .realization .description {
  padding: 1.5625rem 1.875rem;
  z-index: 1;
  position: relative;
  background-color: #fff;
  border-top-left-radius: 0.9375rem;
  min-width: 55%;
}
@media (max-width: 576px) {
  .realizations .realization {
    width: 300px;
  }
}
.realizations .slick-slide {
  margin: 0 0.9375rem;
}
.realizations .slick-list {
  padding-left: calc((100vw - 86.5625rem) / 2) !important;
  padding-top: 6.25rem !important;
  padding-bottom: 3.75rem !important;
  margin-top: -6.25rem;
}
@media (max-width: 1130px) {
  .realizations .slick-list {
    padding-left: 0.9375rem !important;
  }
}
.text-with-description-content {
  gap: 3.125rem;
  justify-content: space-between;
  display: flex;
}
.text-with-description-content .text {
  width: 100%;
}
@media (max-width: 576px) {
  .text-with-description-content {
    gap: 1.875rem;
    flex-direction: column;
  }
}

.stats {
  margin-top: 2.1875rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.125rem;
  row-gap: 3.125rem;
  align-self: baseline;
}
.stats .stat {
  width: calc(33.33% - 2.1875rem);
}

.employees {
  margin-bottom: 5.9375rem;
}
.employees h3 {
  margin-bottom: 3.4375rem;
}
.employees h3{
	text-align:center;
}
.employees .image-tabs.image-tabs-big{
	justify-content:center;
}
.employees .image-tabs .description{
	padding:1rem;
}
@media (max-width: 768px) {
  .employees h3 {
    margin-bottom: 1.25rem;
  }
}

.long-tabs-content {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.long-tabs-content .long-tab {
  padding: 1.5625rem 2.5rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 0.9375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .long-tabs-content .long-tab {
    flex-direction: column;
    text-align: center;
    gap: 0.625rem;
  }
}

.contact-with-description {
  margin-top: 8.125rem;
}
.contact-with-description-content {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}
.contact-with-description-content .contact-form {
  padding: 0;
  box-shadow: none;
  max-width: 29.625rem;
}
.contact_txt{
	margin-bottom:20px;
}
.contact_txt2{
	margin-top:20px;
}
@media (max-width: 1024px) {
  .contact-with-description p br {
    display: none;
  }
}
@media (max-width: 576px) {
  .contact-with-description h3 {
    text-align: center;
  }
  .contact-with-description-content {
    flex-direction: column;
  }
}

.section-columns {
  margin-top: 6.25rem;
}
.section-columns .d-flex {
  gap: 1.875rem;
}
.section-columns .column {
  width: 50%;
}
.section-columns h4 {
  margin-bottom: 2.1875rem;
}
.section-columns .box {
  text-align: justify;
  margin-bottom: 2.1875rem;
}
.section-columns .box * {
  color: #E4E4E4;
  transition: 250ms;
  transition-property: color;
}
.section-columns .box:last-child {
  margin-bottom: 0;
}
.section-columns .box.active * {
  color: #222222;
}
.section-columns .column-with-navigation {
  position: relative;
}
.section-columns .column-with-navigation .scrollable {
  max-height: 37.5rem;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
  padding-bottom: 12.5rem;
}
.section-columns .column-with-navigation .scrollable::-webkit-scrollbar {
  display: none;
}
.section-columns .column-with-navigation .navigation {
  position: absolute;
  top: 30%;
  right: -7.8125rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.section-columns .column-with-navigation .navigation a {
  cursor: pointer;
  width: 8px;
  height: 8px;
  border: 2px solid #E4E4E4;
  background-color: transparent;
  border-radius: 50%;
  transition: 250ms;
  transition-property: border-color background-color;
}
.section-columns .column-with-navigation .navigation a.active {
  border-color: #394D58;
  background-color: #394D58;
}
@media (max-width: 1120px) {
  .section-columns .column-with-navigation .navigation {
    display: none;
  }
}
@media (max-width: 576px) {
  .section-columns .d-flex.justify-between {
    flex-direction: column;
  }
  .section-columns .column {
    width: 100%;
  }
  .section-columns .navigation {
    display: none !important;
  }
}

.box-with-image {
  background-color: #F7F7F7;
  border-radius: 0.9375rem;
  padding: 0.9375rem;
}
.box-with-image .image {
  display: flex;
  border-radius: 0.9375rem;
}
.box-with-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.9375rem;
}
.box-with-image .box-content {
  display: flex;
  gap: 5rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .box-with-image .image {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .box-with-image .box-content {
    flex-direction: column;
    gap: 3.75rem;
  }
  .box-with-image .image, .box-with-image .details {
    width: 100%;
  }
}

.faq-content {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.faq-box {
  width: 100%;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.875rem;
  padding: 1.5625rem 3.125rem;
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.faq-answear {
  display: none;
  padding: 2.1875rem 3.4375rem 1.25rem;
}
@media (max-width: 576px) {
  .faq-question {
    padding: 1.25rem 0.9375rem;
  }
}

.contact-info-section .section-color {
  padding: 6.25rem 1.875rem;
  border-radius: 0.9375rem;
}
@media (max-width: 768px) {
  .contact-info-section h3 {
    max-width: 80%;
  }
  .contact-info-section .w-50 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .contact-info-section .section-color {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .contact-info-section .d-flex.row {
    flex-direction: column;
  }
}

.section-departments .section-color {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  padding-left: 5rem;
  padding-right: 5rem;
  border-radius: 0.9375rem;
}
.section-departments .w-50 {
  width: 60%;
  gap: 3.125rem;
}
@media (max-width: 1024px) {
  .section-departments .w-50 {
    width: 100%;
  }
}
.section-departments .group {
  width: 100%;
}
.section-departments .group .group {
  width: 40%;
}
.section-departments .group .group-address {
  width: 60%;
}
.section-departments .group:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .section-departments .section-color {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .section-departments .row {
    flex-direction: column;
  }
  .section-departments .row .group {
    width: 100%;
  }
}

.checkbox-button {
  padding: 0 2.8125rem;
  position: relative;
  min-width: unset;
  width: max-content;
  height: 2.875rem;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
}
.checkbox-button label {
  z-index: 1;
  pointer-events: none;
  transition: 250ms;
  transition-property: color;
}
.checkbox-button input {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 3.75rem;
  border: 2px solid #222222;
  cursor: pointer;
  transition: 250ms;
  transition-property: background-color;
}
.checkbox-button input:checked, .checkbox-button input:hover {
  background-color: #222222;
}
.checkbox-button input:checked + label, .checkbox-button input:hover + label {
  color: #fff;
}

.tooltip {
  position: relative;
}
.tooltip-controller {
  width: 1.5625rem;
  height: 1.5625rem;
  cursor: pointer;
}
.tooltip-body {
  position: absolute;
  top: -0.625rem;
  left: 0;
  transform: translateY(-100%);
  width: max-content;
  max-width: 15.625rem;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  padding: 0.9375rem 1.5625rem 0.9375rem 1.5625rem;
  opacity: 0;
  pointer-events: none;
  transition: 250ms;
  transition-property: opacity;
}
.tooltip-body * {
  overflow-wrap: break-word;
}
.tooltip-body p {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.0002px;
  line-height: 0.9375rem;
}
.tooltip.active .tooltip-body {
  opacity: 1;
  pointer-events: all;
}

header {
  display: flex;
  align-items: center;
  position: fixed;
  width: calc(100vw - 0.9375rem);
  background-color: #fff;
  height: 8.75rem;
  top: 0;
  z-index: 999;
}
header .logo img {
	height: 4rem;
}

@media (max-width: 1023px) {
  header {
    width: 100vw;
  }
  header .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  header .logo img {
    height: 2.625rem;
  }
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav {
  display: flex;
  align-items: center;
  position: relative;
}
nav > ul {
  margin: 0 !important;
}
nav ul:not(.sub-menu) {
  display: flex;
  margin: 1.875rem;
}
nav ul:not(.sub-menu) a {
  padding: 0.5rem 1.875rem;
}
nav ul:not(.sub-menu) .menu-item-has-children {
  position: relative;
  cursor: pointer;
}
nav ul:not(.sub-menu) .menu-item-has-children a {
  position: relative;
  gap: 0.625rem;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  background-color: #fff;
  z-index: 1;
  transition: 250ms;
  transition-property: background-color, box-shadow;
}
nav ul:not(.sub-menu) .menu-item-has-children a img {
  max-height: 1.125rem;
  width: auto;
}
nav ul:not(.sub-menu) .menu-item-has-children a::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  -webkit-mask: url(../../image/icons/angle-down.svg) no-repeat 50% 50%;
  mask: url(../../image/icons/angle-down.svg) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #394D58;
  transition: 250ms;
  transition-property: rotate, background;
}
nav ul:not(.sub-menu) .menu-item-has-children .icon-cube a, nav ul:not(.sub-menu) .menu-item-has-children .icon-furnace a, nav ul:not(.sub-menu) .menu-item-has-children .icon-cube-alt a {
  position: relative;
}
nav ul:not(.sub-menu) .menu-item-has-children .icon-cube a::before, nav ul:not(.sub-menu) .menu-item-has-children .icon-furnace a::before, nav ul:not(.sub-menu) .menu-item-has-children .icon-cube-alt a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
  transition: 250ms;
  transition-property: background-color;
}
nav ul:not(.sub-menu) .menu-item-has-children .icon-cube-alt a::before {
  -webkit-mask: url(../../image/icons/cube-alt.svg) no-repeat 50% 50%;
  mask: url(../../image/icons/cube-alt.svg) no-repeat 50% 50%;
  -webkit-mask-size: 13px;
}
nav ul:not(.sub-menu) .menu-item-has-children .icon-cube a::before {
  -webkit-mask: url(../../image/icons/cube.svg) no-repeat 50% 50%;
  mask: url(../../image/icons/cube.svg) no-repeat 50% 50%;
  -webkit-mask-size: 13px;
}
nav ul:not(.sub-menu) .menu-item-has-children .icon-furnace a::before {
  -webkit-mask: url(../../image/icons/heater.svg) no-repeat 50% 50%;
  mask: url(../../image/icons/heater.svg) no-repeat 50% 50%;
  -webkit-mask-size: 13px;
}
nav ul:not(.sub-menu) .menu-item-has-children:hover a {
  box-shadow: 0 -20px 30px -8px rgba(0, 0, 0, 0.08);
}
nav ul:not(.sub-menu) .menu-item-has-children:hover a::after {
  rotate: 180deg;
}
nav .sub-menu {
  padding: 1.25rem 0.9375rem;
  border-radius: 0.5rem;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.08);
  position: absolute;
  left: 50%;
  top: 1.875rem;
  transform: translateX(-50%);
  height: 4.375rem;
  background: #fff;
  display: none;
}
nav .sub-menu .sub-menu-content {
  display: flex;
}
nav .sub-menu a {
  box-shadow: none !important;
  border-radius: 1.25rem;
  padding: 0.625rem 0.9375rem !important;
}
nav .sub-menu a:hover {
  background-color: #F3F3F3 !important;
}
nav .sub-menu a::after {
  display: none !important;
}
nav a, nav select {
  font-size: 0.9375rem !important;
}
nav a {
  white-space: nowrap;
}
nav .absolute {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 3.75rem;
  top: -0.46875rem;
}
nav .absolute a {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 0.9375rem;
}
nav .btn-group ul {
  margin: 0;
  position: relative;
  cursor: pointer;
}
nav .btn-group ul::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  -webkit-mask-size: 1.25rem 1.25rem;
  mask-size: 1.25rem 1.25rem;
  background-color: currentColor;
  margin-right: 0.3125rem;
  -webkit-mask: url(../../image/icons/globe.svg) no-repeat 50% 50%;
  mask: url(../../image/icons/globe.svg) no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
  transition: 250ms;
  transition-property: color;
}
nav .btn-group ul:hover {
  color: #394D58;
}
nav .btn-group select {
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.25rem;
  cursor: pointer;
}
nav .btn-group select::-ms-expand {
  display: none;
}
nav .btn-group select option {
  background-color: #fff;
  border: transparent;
}
@media (max-width: 1023px) {
  nav .btn-group ul {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  nav .btn-group ul select {
    color: #fff;
  }
}
@media (max-width: 1023px) {
  nav {
    padding: 2.5rem 2.5rem 2.5rem;
    display: none;
    position: absolute;
    width: calc(100% - 1.875rem);
    left: -0.9375rem;
    top: 8.75rem;
    background: #222222;
    margin: 0 1.875rem;
    border-radius: 0.9375rem;
    height: calc(100svh - 9.6875rem);
    flex-direction: column;
    overflow-y: auto;
    gap: 0.625rem;
  }
  nav.active {
    display: flex !important;
  }
  nav .absolute {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    position: unset;
  }
  nav .absolute a {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.0002px;
    line-height: 1.0625rem;
  }
  nav ul {
    width: 100%;
    gap: 0.3125rem;
    flex-direction: column;
  }
  nav ul a {
    color: #fff;
  }
  nav ul:not(.sub-menu) {
    margin: 0;
  }
  nav ul:not(.sub-menu) a {
    padding: 0.3125rem 0;
    font-size: 1.1875rem;
    font-weight: 500;
    letter-spacing: 0.0002px;
    line-height: 1.5625rem;
  }
  nav ul:not(.sub-menu) .menu-item-has-children a {
    background-color: transparent !important;
  }
  nav ul:not(.sub-menu) .menu-item-has-children a::after {
    display: none;
  }
  nav .btn-group {
    gap: 0.9375rem;
    margin-top: auto;
    flex-direction: column;
  }
  nav .btn-group a {
    height: 3.125rem;
    padding: 0.9375rem 2.8125rem;
    border: 2px solid #fff !important;
    color: #fff !important;
    border-radius: 1.6875rem;
  }
  nav .sub-menu {
    position: unset;
    height: auto;
    background-color: transparent;
    transform: none;
    display: block;
    padding: 0;
    box-shadow: none;
  }
  nav .sub-menu a {
    color: #ACAAAA !important;
    padding: 0 !important;
    font-size: 0.875rem !important;
    line-height: 2.5rem;
    padding: 0.46875rem 0 !important;
  }
  nav .sub-menu a::before {
    display: none !important;
  }
  nav .sub-menu img {
    display: none;
  }
  nav .sub-menu .sub-menu-content {
    display: flex;
    flex-direction: column;
  }
}

main {
  margin-top: 9rem;
}
main.main-redirect {
  margin-top: 0;
}

.hero {
  height: calc(100svh - 9rem);
  padding-bottom: 0.9375rem;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 3.4375rem;
}
@media (max-height: 700px) and (min-width: 1280px) {
  .hero {
    height: auto;
    min-height: 584px;
  }
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5.25rem;
  height: 5.25rem;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.hero-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0.9375rem 0.9375rem;
}
.hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  border-radius: 0.9375rem;
}
.hero-container {
  border-top-left-radius: 0.9375rem;
  padding: 3.75rem 6.25rem 5.625rem;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-right: calc((100% - 102.5rem) / 2);
}
@media (max-width: 1640px) {
  .hero-container {
    padding-right: 0.9375rem;
  }
}
.hero-container .btn {
  margin-top: 4.375rem;
}
.hero-sub-page {
  height: calc(68svh - 9rem);
  justify-content: flex-start;
}
.hero-sub-page .hero-container-parent {
  width: 100%;
  overflow: hidden;
}
.hero-sub-page .hero-container {
  min-width: 40%;
  width: max-content;
  border-top-left-radius: 0px;
  border-top-right-radius: 0.9375rem;
  padding-bottom: 5rem;
  padding-top: 4.375rem;
  padding-left: calc((100% - 102.5rem) / 2);
  padding-right: 6.25rem;
}
@media (max-width: 768px) {
  .hero-sub-page .hero-container {
    width: 90%;
  }
}
@media (max-width: 1640px) {
  .hero-sub-page .hero-container {
    padding-left: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .hero-sub-page .hero-container {
    padding-top: 2.8125rem;
    padding-right: 3.125rem;
    padding-bottom: 1.5625rem;
  }
}
.hero-sub-page .hero-bg::before {
  content: "";
  position: absolute;
  left: 0.9375rem;
  top: 0;
  width: calc(100% - 1.875rem);
  height: calc(100% - 0.9375rem);
  background-color: rgba(34, 34, 34, 0.2);
  border-radius: 0.9375rem;
}
.hero-sub-page h1 {
  margin-top: 0.3125rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.0002px;
  line-height: 4.5rem;
  color: #394D58;
}
@media (max-width: 768px) {
  .hero-sub-page h1 {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 3.125rem;
  }
}
.hero-sub-page-alt {
  height: 13.125rem;
}
.hero-sub-page-alt .hero-container {
  padding-left: calc((100% - 85.25rem) / 2);
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
  border-radius: 0.9375rem;
}
@media (max-width: 1160px) {
  .hero-sub-page-alt .hero-container {
    padding-left: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .hero-sub-page-alt {
    height: max-content;
  }
  .hero-sub-page-alt .hero-container {
    padding-top: 2.8125rem;
    padding-bottom: 1.5625rem;
  }
}
@media (max-width: 1024px) {
  .hero-container {
    margin-bottom: -1px;
    margin-left: -1px;
  }
}
@media (max-width: 768px) {
  .hero {
    justify-content: flex-start;
  }
  .hero-container {
    width: 90%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0.9375rem;
    padding-left: 0.9375rem;
    padding-top: 2.8125rem;
    padding-right: 3.125rem;
    padding-bottom: 1.5625rem;
  }
  .hero-container .btn {
    margin-top: 1.875rem;
  }
}
@media (max-width: 576px) {
  .hero-container {
    margin-left: -0.0625rem;
    margin-bottom: -0.0625rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.contact .world-map {
  position: relative;
}
.contact .world-map svg {
  height: auto;
  max-width: 100%;
}
.contact .contact-form {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 35%;
}
@media (max-width: 1024px) {
  .contact .contact-form {
    max-width: 45%;
  }
}
@media (max-width: 576px) {
  .contact .world-map {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -0.9375rem;
    width: calc(100% + 1.875rem);
    padding-bottom: 3.75rem;
    margin-bottom: -3.75rem;
  }
  .contact .world-map svg {
    display: none;
  }
  .contact .contact-form {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    max-width: 100%;
    position: unset;
    transform: none;
  }
}

footer {
  position: relative;
  margin-top: 9.375rem;
}
footer .logo {
  width: 9.375rem;
}
footer .logo img {
  width: 100%;
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer-group {
  display: flex;
  gap: 7.5rem;
}
footer .footer-group-links .font-20 {
  margin-bottom: 2.5rem;
}
footer .footer-group-links a {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 0.8125rem;
  margin-bottom: 20px;
}
footer .footer-main {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
footer.footer {
  padding: 0 1.875rem 6.25rem;
}
footer.footer .icons {
  display: flex;
  gap: 1.875rem;
  margin-top: 3.125rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 768px) {
  footer .footer-content {
    gap: 3.125rem;
    flex-direction: column;
    align-items: center;
  }
  footer .footer-group {
    gap: 1.875rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer.footer {
    position: relative;
  }
  footer.footer .footer-main {
    align-items: center;
  }
  footer.footer .mobile-bottom {
    position: absolute;
    bottom: 40px;
  }
  footer.footer .mobile-slide {
    padding-top: 1.25rem;
    display: none;
  }
  footer.footer .icons {
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  footer.footer .mobile-slide-controller {
    position: relative;
  }
  footer.footer .mobile-slide-controller::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../../image/icons/angle-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
    transition: 250ms;
    transition-property: rotate;
  }
  footer.footer .mobile-slide-controller.active::after {
    rotate: 180deg;
  }
  footer .footer-group-links a {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.46875rem 0;
  }
  footer .footer-group-links .font-20 {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  footer {
    margin-top: 3.125rem;
  }
  footer .footer-main {
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer .footer-main .font-gray3 {
    width: 100%;
  }
  footer a.font-20 {
    font-size: 11px;
  }
}

.page-redirect {
  height: 100svh;
  width: 100svw;
  max-width: 100%;
  padding: 2.5rem;
}
.page-redirect .page-container {
  position: relative;
  border-radius: 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6.25rem;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
  padding: 0.9375rem;
}
.page-redirect .logo {
  max-width: 40.625rem;
  width: 50%;
}
.page-redirect .logo img {
  width: 100%;
}
.page-redirect .side-image {
  position: absolute;
  width: 13%;
  aspect-ratio: 242/488;
}
.page-redirect .side-image img {
  width: 100%;
}
.page-redirect .side-image-1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  left: 7%;
  bottom: -0.9375rem;
}
.page-redirect .side-image-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .page-redirect .side-image-1 {
    width: 22%;
  }
  .page-redirect .side-image-2 {
    display: none;
  }
}
@media (max-width: 576px) {
  .page-redirect {
    padding: 0.9375rem;
  }
  .page-redirect .page-container {
    gap: 1.875rem;
  }
  .page-redirect span {
    display: block;
  }
  .page-redirect .side-image-1 {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
