.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.ant-button:hover {
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

label,
input, .button,
button,
input[type=button],
input[type=submit],
.ant-button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#app {
  background-image: url("/assets/bg6.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

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

body {
  background-color: #eaeaea;
  font-family: "Poppins", "Helvetica", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#app {
  background-color: #f7f7f7;
  margin: 0 auto;
  min-height: 100vh;
}
@media screen and (max-width: 991px) {
  #app {
    padding-bottom: 88px;
  }
}

::-moz-selection {
  color: #ffffff;
  background: #f83939;
}

::selection {
  color: #ffffff;
  background: #f83939;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 21px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}

p,
ul,
li {
  font-size: 12px;
}

.button,
button,
input[type=button],
input[type=submit],
.ant-button {
  background-color: #0ba244;
  border-radius: 1.5rem;
  color: #ffffff;
  font-weight: 500;
  height: auto;
  padding: 0.7rem 1.6rem;
  text-transform: uppercase;
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.ant-button:hover {
  background-color: #0d1c2d;
  color: #ffffff;
}

input,
input[type=text],
input[type=password],
input[type=email],
input[type=name],
input[type=password],
input[type=tel],
textarea,
select {
  border: 1px solid #d7dbd8;
  border-radius: 4px;
  background-color: #f7f7f7;
  cursor: text;
  font-size: 0.9rem;
  margin: 0 !important;
  padding: 0.7rem 1rem;
  width: 100%;
  -webkit-appearance: none;
}
input:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=name]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: #0e2d51;
}

label,
input {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

::-webkit-input-placeholder {
  color: #8a8f95;
  opacity: 1;
  -webkit-transition: inherit;
  transition: inherit;
}

input:focus::-webkit-input-placeholder {
  opacity: 1;
}

form > div {
  position: relative;
}

form > div > label {
  position: absolute;
}

form.shrinkLabel label {
  font-size: 0.9rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0.2rem 0.25rem 0.3rem;
  padding: 0.7rem 1rem;
  width: 100%;
}
form.shrinkLabel input {
  width: 100%;
}
form.shrinkLabel input:focus {
  padding: 1rem 1rem 0.4rem;
  outline: none;
}
form.shrinkLabel input:focus + label {
  color: #8a8f95;
  font-size: 0.6rem;
  bottom: inherit;
  margin-top: -4px;
}
form.shrinkLabel input:valid:not(:focus) + label {
  display: none;
}

.container {
  width: 100%;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .container {
    min-height: 100vh;
  }
}

.contentContainer {
  width: 100%;
  margin: 15px auto;
  max-width: 1100px;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .contentContainer {
    min-height: 100vh;
    margin-top: 0;
  }
}

.hidden {
  display: none !important;
}

.gm-style-iw.gm-style-iw-c {
  padding: 0 !important;
}
@media screen and (max-width: 991px) {
  .gm-style-iw.gm-style-iw-c {
    width: calc(100vw - 25px) !important;
    max-width: unset !important;
  }
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
}
@media screen and (max-width: 991px) {
  .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    width: calc(100vw - 25px) !important;
    max-width: unset !important;
  }
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .ant-card-cover {
  overflow: hidden !important;
  height: 140px !important;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .ant-card-body {
  padding: 15px !important;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .ant-card-body h4 {
  color: #0ba244;
  font-family: "Poppins";
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}
.grid-section button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f81514), color-stop(95%, #d80644));
  background: linear-gradient(to bottom, #f81514 21%, #d80644 95%);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
          box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.grid-section .row {
  margin-top: 2em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-animation: fadein3 1.6s;
          animation: fadein3 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.grid-section .row .column {
  padding: 0.2rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-1 {
    width: 8.3333333333% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-2 {
    width: 16.6666666667% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-3 {
    width: 25% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-4 {
    width: 33.3333333333% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-5 {
    width: 41.6666666667% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-6 {
    width: 50% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-7 {
    width: 58.3333333333% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-8 {
    width: 66.6666666667% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-9 {
    width: 75% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-10 {
    width: 83.3333333333% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-11 {
    width: 91.6666666667% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-12 {
    width: 100% !important;
  }
}
.grid-section blockquote,
.grid-section h1 {
  font-weight: 700;
  font-size: 31px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}
.grid-section img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.grid-section p,
.grid-section a {
  font-size: 14px;
  line-height: 1.5;
}
.grid-section a {
  color: #f83939;
  cursor: pointer;
}
.grid-section button {
  border: #f81514;
  font-size: 28px !important;
  font-weight: 800;
  text-transform: uppercase;
  padding: 5px 40px !important;
  height: auto !important;
  color: #ffffff;
  cursor: pointer;
}
.grid-section button:hover {
  -webkit-transform: scale(1.1) !important;
      -ms-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}
.grid-section .video-wrapper iframe {
  max-width: 100%;
}
.container__1z8qh {
  width: 100%;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .container__1z8qh {
    position: relative;
    min-height: unset;
  }
}
.container__VqKUn {
  width: 100%;
}
.antd-main-nav .ant-drawer-wrapper-body {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #343b4e), color-stop(95%, #0a101c));
  background: linear-gradient(to bottom, #343b4e 21%, #0a101c 95%);
}

.antd-main-nav .menuTitle .action_button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f81514), color-stop(95%, #d80644));
  background: linear-gradient(to bottom, #f81514 21%, #d80644 95%);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
          box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.antd-main-nav .ant-drawer-content-wrapper {
  width: 300px !important;
}
.antd-main-nav .menuTitle {
  margin: 0 2em;
  padding: 3rem 0 1rem;
}
.antd-main-nav .menuTitle .action_button {
  display: block;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.antd-main-nav .ant-drawer-wrapper-body .ant-drawer-header {
  display: none;
}
.antd-main-nav .ant-drawer-wrapper-body .ant-drawer-body {
  padding: 0;
  color: #ffffff;
}
.antd-main-nav .ant-drawer-wrapper-body .ant-drawer-body .ant-menu {
  margin: 1rem 0;
  width: 100% !important;
}
.antd-main-nav .ant-drawer-wrapper-body .ant-drawer-body .ant-menu .ant-menu-item {
  font-size: 14px;
  font-weight: 700;
  height: auto;
  margin: 0 !important;
  padding: 18px 2em !important;
  line-height: 1 !important;
  color: #ffffff;
}
.antd-main-nav .ant-drawer-wrapper-body .ant-drawer-body .ant-menu .ant-menu-submenu .ant-menu-submenu-title {
  font-size: 14px;
  font-weight: 700;
  height: auto;
  margin: 0 !important;
  padding: 18px 2em !important;
  line-height: 1 !important;
  color: #ffffff;
}
.antd-main-nav .ant-drawer-wrapper-body .ant-drawer-body .ant-menu .ant-menu-submenu .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: 28px;
  color: #ffffff;
}
.antd-main-nav .ant-drawer-wrapper-body .ant-drawer-body .ant-menu .ant-menu-submenu.ant-menu-submenu-active {
  background-color: rgba(0, 0, 0, 0.1);
  color: #f81514 !important;
}
.antd-main-nav .ant-drawer-wrapper-body .ant-drawer-body .ant-menu .ant-menu-submenu.ant-menu-submenu-active ul.ant-menu-sub {
  margin: 0;
}
.antd-main-nav .ant-drawer-wrapper-body .ant-drawer-body .ant-menu .ant-menu-submenu.ant-menu-submenu-active ul.ant-menu-sub li {
  padding: 18px 2em 18px 3.5em !important;
}

.geo-location {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: 1em 2em;
  padding: 1.5em 0;
  color: #ffffff;
}
.geo-location h4 {
  margin-bottom: 0;
  color: #ffffff;
}

.copyright {
  padding: 1em 2em 3em 2em;
  font-weight: 700;
}

.antd-mobile-nav {
  background: none !important;
}
.antd-mobile-nav .ant-menu-submenu > .ant-menu {
  background: none !important;
}
.antd-mobile-nav .ant-menu-item-group,
.antd-mobile-nav .ant-menu-item-group-title,
.antd-mobile-nav .ant-menu-item-group-list {
  background: none !important;
}
.antd-mobile-nav .ant-menu-item.ant-menu-item-active, .antd-mobile-nav .ant-menu-item.ant-menu-item-selected {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #0d1c2d !important;
}
.antd-mobile-nav .ant-menu-item:after {
  border-right: 3px solid rgba(0, 0, 0, 0.3);
}
.antd-mobile-nav.antd-social-nav {
  position: absolute;
  bottom: 0;
}

.antd-mobile-nav.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border: 0;
}
@-webkit-keyframes fadein__115T1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__115T1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__ObpbM {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__ObpbM {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2yCmW {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2yCmW {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2Qg_W {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2Qg_W {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3jfZe {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3jfZe {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.disclaimer__2brw9 {
  margin-top: 1rem;
}
.disclaimer__2brw9 a {
  color: #0d1c2d !important;
}
@-webkit-keyframes fadein__3YS7R {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3YS7R {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__2-NXS {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__2-NXS {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__f5HKU {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__f5HKU {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1UJPF {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1UJPF {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1Vsua {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1Vsua {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__3mhDs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #ffffff;
  z-index: 99;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#343b4b), to(#0f0f19));
  background: linear-gradient(to bottom, #343b4b, #0f0f19);
  -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 26px 30px -10px, rgba(0, 0, 0, 0.13) 0px 16px 10px -10px;
          box-shadow: rgba(0, 0, 0, 0.09) 0px 26px 30px -10px, rgba(0, 0, 0, 0.13) 0px 16px 10px -10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .container__3mhDs {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.navIcon__2rGh9 {
  position: absolute;
  left: 0;
  width: 41px;
  height: 41px;
  margin-left: 0.75rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(21%, #343b4e), color-stop(95%, #0a101c));
  background: linear-gradient(to top, #343b4e 21%, #0a101c 95%);
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  padding: 5px 11px;
}
@media screen and (max-width: 991px) {
  .navIcon__2rGh9 {
    margin-left: 18px;
    margin-bottom: 16px;
  }
}

.desktopNav__3SHZL {
  margin-left: 40px;
  width: 100%;
}

.logoContainer__X600D {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem;
}
@media screen and (min-width: 992px) {
  .logoContainer__X600D {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-bottom: 7px;
    padding-right: 30px;
  }
}

.logo__16ihP {
  width: 150px;
  height: 45px;
  background-image: url(/assets/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.login__bnzW1 {
  line-height: 1;
}
.login__bnzW1 div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.75rem;
  padding-left: 1em;
}
.login__bnzW1 div:hover {
  background-color: #0e2d51;
}
@media screen and (max-width: 991px) {
  .login__bnzW1 div {
    border: none;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .login__bnzW1 div:hover {
    background-color: #0d1c2d;
  }
}
.login__bnzW1 svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
}
.login__bnzW1 svg * {
  fill: url(#grad1);
}
.login__bnzW1 p {
  color: #f83939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  line-height: 45px;
  margin: 0;
  padding: 0 1em;
  text-transform: uppercase;
}
@-webkit-keyframes fadein__3SySC {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3SySC {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__RHIYS {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__RHIYS {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__S-rpC {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__S-rpC {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1DGpU {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1DGpU {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3Bg3w {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3Bg3w {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__1du2C {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.container__1du2C .currentLocation__1G1by {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.container__1du2C .currentLocation__1G1by .locationButton__1zv5N {
  text-align: right;
  max-width: 160px;
  margin-left: auto;
  border: solid 2px rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 16px;
  border-radius: 8px;
  line-height: 0;
}
.container__1du2C .currentLocation__1G1by .locationButton__1zv5N:hover {
  cursor: pointer;
}
.container__1du2C .currentLocation__1G1by .locationButton__1zv5N:hover h5,
.container__1du2C .currentLocation__1G1by .locationButton__1zv5N:hover span {
  color: #f83939;
}
.container__1du2C .currentLocation__1G1by .locationButton__1zv5N h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: right;
}
.container__1du2C .currentLocation__1G1by .locationButton__1zv5N span {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
}

.item__XRiH6 {
  font-size: 0.9rem;
  color: #fff;
  margin-right: 25px;
}
.item__XRiH6:last-child {
  margin-right: 0;
}
.item__XRiH6:hover {
  color: #f83939;
}
.item__XRiH6 img {
  width: 90px;
}
.header-menu-item {
  position: relative;
  cursor: pointer;
}
.header-menu-item:hover .header-sub-menu {
  display: block;
}

.header-sub-menu {
  display: none;
  position: absolute;
  top: 20px;
  left: -30px;
  padding: 30px 10px 10px 10px;
  background: #0d1d2d;
  width: 220px;
  min-height: 80px;
  z-index: 2;
  font-size: 15px;
}
.header-sub-menu a {
  display: block;
  padding: 6px;
  color: #fff;
}
.header-sub-menu a:hover {
  color: #9aff34;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.ant-modal-footer button.ant-btn {
  width: 75px;
  border-radius: 50px;
}

.ant-modal.locationModal {
  width: 325px !important;
}
.ant-modal.locationModal .ant-modal-content .ant-modal-header {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f83939;
  color: white;
}
.ant-modal.locationModal .ant-modal-content .ant-modal-title,
.ant-modal.locationModal .ant-modal-content .ant-modal-close-x {
  color: white;
  font-weight: 700;
}
.ant-modal.locationModal .ant-modal-content .ant-modal-close-x {
  height: 32px;
  line-height: 32px;
  width: 32px;
}
.ant-modal.locationModal .ant-modal-content label {
  width: 50px;
  padding-top: 5px;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.customSelect .ant-select-selection-selected-value {
  color: #0d1c2d;
}
@-webkit-keyframes fadein__2ECs4 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__2ECs4 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__2WFmw {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__2WFmw {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1rOhP {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1rOhP {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1hYX_ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1hYX_ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3gd4W {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3gd4W {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__3uhc9 {
  width: 100%;
  background: #000000;
  color: white;
}
@media screen and (max-width: 991px) {
  .container__3uhc9 {
    background: none;
    position: fixed;
    bottom: 10px;
  }
}
.container__3uhc9 h4,
.container__3uhc9 span,
.container__3uhc9 strong,
.container__3uhc9 a {
  color: white;
}
.container__3uhc9 .footerMenu__1MCWp {
  padding: 55px 48px 64px;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .container__3uhc9 .footerMenu__1MCWp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container__3uhc9 .footerMenu__1MCWp .secondBlock__gpHEn {
    margin-top: 25px;
  }
}
.container__3uhc9 .footerMenu__1MCWp .firstBlock__GGx7U {
  height: 314px;
}
.container__3uhc9 .footerMenu__1MCWp .firstBlock__GGx7U,
.container__3uhc9 .footerMenu__1MCWp .mainNavigationBlock__zCOPi,
.container__3uhc9 .footerMenu__1MCWp .secondBlock__gpHEn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container__3uhc9 .footerMenu__1MCWp .mainNavigationBlock__zCOPi {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container__3uhc9 .footerMenu__1MCWp .mainNavigationBlock__zCOPi .section__2bWsK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}
.container__3uhc9 .footerMenu__1MCWp .mainNavigationBlock__zCOPi .section__2bWsK h4 {
  margin-bottom: 0;
}
.container__3uhc9 .footerMenu__1MCWp .secondBlock__gpHEn {
  padding-top: 16px;
  border-top: 1px solid #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.container__3uhc9 .footerMenu__1MCWp .secondBlock__gpHEn .company-mark__3MBWQ img {
  width: 50px;
  margin-bottom: 15px;
}
.container__3uhc9 .footerMenu__1MCWp h4 {
  color: #fff;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.container__3uhc9 .footerMenu__1MCWp .section__2bWsK,
.container__3uhc9 .footerMenu__1MCWp .brandSection__2A8mE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 270px;
  width: 100%;
}
@media (max-width: 1020px) {
  .container__3uhc9 .footerMenu__1MCWp .section__2bWsK,
.container__3uhc9 .footerMenu__1MCWp .brandSection__2A8mE {
    margin-right: 13vw;
  }
}
.container__3uhc9 .footerMenu__1MCWp .section__2bWsK .subsection__359YD,
.container__3uhc9 .footerMenu__1MCWp .brandSection__2A8mE .subsection__359YD {
  margin-right: 5vw;
}
@media (max-width: 1020px) {
  .container__3uhc9 .footerMenu__1MCWp .section__2bWsK .subsection__359YD,
.container__3uhc9 .footerMenu__1MCWp .brandSection__2A8mE .subsection__359YD {
    margin-right: 5vw;
  }
}
.container__3uhc9 .footerMenu__1MCWp .section__2bWsK .entainLogo__1PalT,
.container__3uhc9 .footerMenu__1MCWp .brandSection__2A8mE .entainLogo__1PalT {
  text-align: right;
}
.container__3uhc9 .footerMenu__1MCWp .section__2bWsK .entainLogo__1PalT a img,
.container__3uhc9 .footerMenu__1MCWp .brandSection__2A8mE .entainLogo__1PalT a img {
  max-width: 234px;
}
.container__3uhc9 .footerMenu__1MCWp .section__2bWsK .brandLogo__3VZ57 a img,
.container__3uhc9 .footerMenu__1MCWp .brandSection__2A8mE .brandLogo__3VZ57 a img {
  width: 70px;
  margin-bottom: 15px;
}
.container__3uhc9 .footerMenu__1MCWp .section__2bWsK .menucontainer__1L8W1,
.container__3uhc9 .footerMenu__1MCWp .brandSection__2A8mE .menucontainer__1L8W1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.container__3uhc9 .footerMenu__1MCWp .section__2bWsK .menucontainer__1L8W1 .menuOption__Bzs7S,
.container__3uhc9 .footerMenu__1MCWp .brandSection__2A8mE .menucontainer__1L8W1 .menuOption__Bzs7S {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container__3uhc9 .footerMenu__1MCWp .section__2bWsK .menucontainer__1L8W1 .menuOption__Bzs7S h5,
.container__3uhc9 .footerMenu__1MCWp .brandSection__2A8mE .menucontainer__1L8W1 .menuOption__Bzs7S h5 {
  color: #FFF;
}
.container__3uhc9 .footerMenu__1MCWp .section__2bWsK .menucontainer__1L8W1 .menuOption__Bzs7S a,
.container__3uhc9 .footerMenu__1MCWp .brandSection__2A8mE .menucontainer__1L8W1 .menuOption__Bzs7S a {
  margin-bottom: 12px;
}
.container__3uhc9 .footerMenu__1MCWp .section__2bWsK .menucontainer__1L8W1 .menuOption__Bzs7S div,
.container__3uhc9 .footerMenu__1MCWp .brandSection__2A8mE .menucontainer__1L8W1 .menuOption__Bzs7S div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 28px;
}
.container__3uhc9 .footerMenu__1MCWp .section__2bWsK .menucontainer__1L8W1 .menuOption__Bzs7S div h5,
.container__3uhc9 .footerMenu__1MCWp .brandSection__2A8mE .menucontainer__1L8W1 .menuOption__Bzs7S div h5 {
  color: #FFF;
}
.container__3uhc9 .footerMenu__1MCWp .section__2bWsK .menucontainer__1L8W1 .menuOption__Bzs7S div a,
.container__3uhc9 .footerMenu__1MCWp .brandSection__2A8mE .menucontainer__1L8W1 .menuOption__Bzs7S div a {
  margin-bottom: 12px;
}
.container__3uhc9 .footerMenu__1MCWp .specialwidth__2XJ3q {
  width: 30%;
}
.container__3uhc9 .footerMenu__1MCWp .brandSection__2A8mE {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
}
.container__3uhc9 .footerMenu__1MCWp .brandSection__2A8mE .logocontainer__1F4xS {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container__3uhc9 .footerMenu__1MCWp .brandSection__2A8mE .brandLogo__3VZ57 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container__3uhc9 .footerMenu__1MCWp .righticonArea__3DKm1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
}
.container__3uhc9 .footerMenu__1MCWp .righticonArea__3DKm1 .sharedIcons__s6fQM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.container__3uhc9 .footerBar__1T36V {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0d1c2d;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}
.container__3uhc9 .footerBar__1T36V .copyright__3XypA {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.container__3uhc9 .footerBar__1T36V .copyright__3XypA .disclaimer__3dnl2 .divider__2v5_X {
  margin: 0 0.6rem;
}
.container__3uhc9 .footerBar__1T36V .copyright__3XypA .disclaimer__3dnl2 a {
  color: #0ba244;
}
.container__3uhc9 .footerBar__1T36V .righticonArea__3DKm1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.container__3uhc9 .footerBar__1T36V .righticonArea__3DKm1 .sharedIcons__s6fQM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.container__3uhc9 .footerBar__1T36V .righticonArea__3DKm1 .sharedIcons__s6fQM .iconWrapper__2kJl8 {
  width: 30px;
  height: 30px;
  background-color: #99ff33;
  color: #0d1c2d;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  margin-right: 15px;
}
.container__3uhc9 .footerBar__1T36V .righticonArea__3DKm1 .devcompany__jSKLI {
  width: 75px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #0e2d51;
}
.container__3uhc9 .footerBar__1T36V .righticonArea__3DKm1 .devcompany__jSKLI h1 {
  font-size: 40px;
  line-height: 1;
  color: white;
  text-align: center;
  margin: 0;
}
@-webkit-keyframes fadein__KiDzU {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__KiDzU {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__j3U8M {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__j3U8M {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__18OK9 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__18OK9 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1rYrV {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1rYrV {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2fyHT {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2fyHT {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.footerMenu__2KJxb {
  padding: 55px 48px 64px;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .footerMenu__2KJxb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footerMenu__2KJxb .secondBlock__12fxn {
    margin-top: 25px;
  }
}
.footerMenu__2KJxb .firstBlock__1KdcM {
  min-height: 314px;
}
.footerMenu__2KJxb .firstBlock__1KdcM,
.footerMenu__2KJxb .mainNavigationBlock__f2BC7,
.footerMenu__2KJxb .secondBlock__12fxn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footerMenu__2KJxb .mainNavigationBlock__f2BC7 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footerMenu__2KJxb .mainNavigationBlock__f2BC7 .section__G9FHP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}
.footerMenu__2KJxb .mainNavigationBlock__f2BC7 .section__G9FHP h4 {
  margin-bottom: 0;
}
.footerMenu__2KJxb .secondBlock__12fxn {
  padding-top: 16px;
  border-top: 1px solid #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.footerMenu__2KJxb .secondBlock__12fxn .company-mark__Rf_l_ img {
  width: 50px;
  margin-bottom: 15px;
}
.footerMenu__2KJxb h4 {
  color: #fff;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.footerMenu__2KJxb .section__G9FHP,
.footerMenu__2KJxb .brandSection__3bM4b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 270px;
  width: 100%;
}
@media (max-width: 1020px) {
  .footerMenu__2KJxb .section__G9FHP,
.footerMenu__2KJxb .brandSection__3bM4b {
    margin-right: 13vw;
  }
}
.footerMenu__2KJxb .section__G9FHP .subsection__3NA2k,
.footerMenu__2KJxb .brandSection__3bM4b .subsection__3NA2k {
  margin-right: 5vw;
}
@media (max-width: 1020px) {
  .footerMenu__2KJxb .section__G9FHP .subsection__3NA2k,
.footerMenu__2KJxb .brandSection__3bM4b .subsection__3NA2k {
    margin-right: 5vw;
  }
}
.footerMenu__2KJxb .section__G9FHP .entainLogo__2MS88,
.footerMenu__2KJxb .brandSection__3bM4b .entainLogo__2MS88 {
  text-align: right;
}
.footerMenu__2KJxb .section__G9FHP .entainLogo__2MS88 a img,
.footerMenu__2KJxb .brandSection__3bM4b .entainLogo__2MS88 a img {
  max-width: 234px;
}
.footerMenu__2KJxb .section__G9FHP .brandLogo__D2vrR a img,
.footerMenu__2KJxb .brandSection__3bM4b .brandLogo__D2vrR a img {
  width: 70px;
  margin-bottom: 15px;
}
.footerMenu__2KJxb .section__G9FHP .menucontainer__2c67w,
.footerMenu__2KJxb .brandSection__3bM4b .menucontainer__2c67w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footerMenu__2KJxb .section__G9FHP .menucontainer__2c67w .menuOption__3GTOH,
.footerMenu__2KJxb .brandSection__3bM4b .menucontainer__2c67w .menuOption__3GTOH {
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footerMenu__2KJxb .section__G9FHP .menucontainer__2c67w .menuOption__3GTOH h5,
.footerMenu__2KJxb .brandSection__3bM4b .menucontainer__2c67w .menuOption__3GTOH h5 {
  color: #fff;
}
.footerMenu__2KJxb .section__G9FHP .menucontainer__2c67w .menuOption__3GTOH a,
.footerMenu__2KJxb .brandSection__3bM4b .menucontainer__2c67w .menuOption__3GTOH a {
  margin-bottom: 12px;
}
.footerMenu__2KJxb .section__G9FHP .menucontainer__2c67w .menuOption__3GTOH div,
.footerMenu__2KJxb .brandSection__3bM4b .menucontainer__2c67w .menuOption__3GTOH div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 28px;
}
.footerMenu__2KJxb .section__G9FHP .menucontainer__2c67w .menuOption__3GTOH div h5,
.footerMenu__2KJxb .brandSection__3bM4b .menucontainer__2c67w .menuOption__3GTOH div h5 {
  color: #fff;
}
.footerMenu__2KJxb .section__G9FHP .menucontainer__2c67w .menuOption__3GTOH div a,
.footerMenu__2KJxb .brandSection__3bM4b .menucontainer__2c67w .menuOption__3GTOH div a {
  margin-bottom: 12px;
}
.footerMenu__2KJxb .specialwidth__2hJOP {
  width: 30%;
}
.footerMenu__2KJxb .brandSection__3bM4b {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
}
.footerMenu__2KJxb .brandSection__3bM4b .logocontainer__3WXlY {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footerMenu__2KJxb .brandSection__3bM4b .brandLogo__D2vrR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footerMenu__2KJxb .righticonArea__18MKf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 42px;
}
.footerMenu__2KJxb .righticonArea__18MKf .sharedIcons__2EWkz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.footerBar__2X6Qd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0d1c2d;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}
.footerBar__2X6Qd .copyright__1XdXL {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.footerBar__2X6Qd .copyright__1XdXL .disclaimer__33Zs8 .divider__2AZLE {
  margin: 0 0.6rem;
}
.footerBar__2X6Qd .copyright__1XdXL .disclaimer__33Zs8 a {
  color: #0ba244;
}
.footerBar__2X6Qd .righticonArea__18MKf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.footerBar__2X6Qd .righticonArea__18MKf .sharedIcons__2EWkz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.footerBar__2X6Qd .righticonArea__18MKf .sharedIcons__2EWkz .iconWrapper__3Rv86 {
  width: 30px;
  height: 30px;
  background-color: #99ff33;
  color: #0d1c2d;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  margin-right: 15px;
}
.footerBar__2X6Qd .righticonArea__18MKf .devcompany__2Yb-V {
  width: 75px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #0e2d51;
}
.footerBar__2X6Qd .righticonArea__18MKf .devcompany__2Yb-V h1 {
  font-size: 40px;
  line-height: 1;
  color: white;
  text-align: center;
  margin: 0;
}
.drawer-container__2XqZy .ant-drawer-content-wrapper .ant-drawer-content {
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

.drawer-container__2XqZy .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #343b4e), color-stop(95%, #0a101c));
  background: linear-gradient(to bottom, #343b4e 21%, #0a101c 95%);
}

@-webkit-keyframes fadein__2WMOq {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__2WMOq {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__hcyAK {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__hcyAK {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__3dOH3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__3dOH3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1USvj {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1USvj {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1RZUb {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1RZUb {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__2OGMu {
  margin-left: 1em;
  margin-right: 1em;
  position: relative;
  overflow-y: hidden;
}
.container__2OGMu.container-open__o_8P0 {
  overflow-y: visible !important;
}

.drawer-container__2XqZy {
  bottom: 0;
}
.drawer-container__2XqZy.ant-drawer-open {
  bottom: 80px;
}
.drawer-container__2XqZy .ant-drawer-content-wrapper .ant-drawer-content {
  background: none;
}
.drawer-container__2XqZy .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body {
  border-radius: 12px;
  border: 3px solid #f83939;
}
.drawer-container__wrapper__1J8Yf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.drawer-container__wrapper__link__AzuOB {
  width: 33%;
  padding: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.drawer-container__wrapper__link__img__1XgNq {
  width: 100%;
  border-radius: 10px;
}
.drawer-container__wrapper__link__name__1xru4 {
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.container__i5XR4 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #ffffff), color-stop(95%, #dcdcdc));
  background: linear-gradient(to bottom, #ffffff 21%, #dcdcdc 95%);
}

@-webkit-keyframes fadein__1d3c3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__1d3c3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1Xsql {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1Xsql {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__gzOKk {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__gzOKk {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__6hPvQ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__6hPvQ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3VZYQ {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3VZYQ {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__i5XR4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 96%;
  margin-left: 2%;
  color: #ffffff;
  padding: 0.35rem;
  bottom: 2%;
  border-radius: 18px;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.container__i5XR4 .mobileFooterNav__iQOPq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.container__i5XR4 .mobileFooterNav__button-section__23T9Y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.container__i5XR4 .mobileFooterNav__button-section__23T9Y .imgNav__opW62 {
  width: 35px;
}
.container__i5XR4 .mobileFooterNav__button-section__wrapper__388zq {
  position: relative;
}
.container__i5XR4 .mobileFooterNav__button-section__wrapper__img__2yVnT {
  position: absolute;
  left: -42.5px;
  top: -5px;
  width: 65px;
  z-index: 1000;
}
.container__i5XR4 .mobileFooterNav__button-section__23T9Y.lastItem__14P0_ {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.container__i5XR4 .mobileFooterNav__button-section__23T9Y.lastItem__14P0_ .imgNav__opW62 {
  margin-left: 1em;
}
.container__i5XR4 .mobileFooterNav__button-section__23T9Y.lastItem__14P0_ span {
  margin-left: 0.5em;
}
@media screen and (max-width: 991px) {
  .container__i5XR4 {
    width: 100%;
    margin-left: 0;
    border-radius: 0;
    border: 3px solid #ffffff;
  }
  .container__i5XR4 button {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -23px;
    font-weight: 700;
    background-color: #0e2d51;
    border-color: transparent;
    color: white;
  }
  .container__i5XR4 button.clicked__2-emg {
    background-color: #f83939;
    border-color: #f83939;
    color: #0e2d51;
  }
  .container__i5XR4 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container__i5XR4 i {
    font-size: 30px;
  }
  .container__i5XR4 i.clicked__2-emg {
    color: #f83939 !important;
  }
  .container__i5XR4 span {
    color: #343b4b;
    font-size: 9px;
    font-weight: 500;
    line-height: 7px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
  }
  .container__i5XR4 span.clicked__2-emg {
    color: #f83939 !important;
  }
  .container__i5XR4 span[clicked] {
    color: #f83939 !important;
  }
}
@charset "UTF-8";
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@font-face {
  font-family: "apl-icon-font";
  src: url("/assets/fonts/apl-icon-font.eot?r7t3su");
  src: url("/assets/fonts/apl-icon-font.eot?r7t3su#iefix") format("embedded-opentype"), url("/assets/fonts/apl-icon-font.ttf?r7t3su") format("truetype"), url("/assets/fonts/apl-icon-font.woff?r7t3su") format("woff"), url("/assets/fonts/apl-icon-font.svg?r7t3su#apl-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
[class^=aplicon-],
[class*=" aplicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "apl-icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aplicon-apl-avatar:before {
  content: "\E915";
}

.aplicon-apl-burger:before {
  content: "\E904";
}

.aplicon-gtd:before {
  content: "\E90D";
}

.aplicon-apl-card-chips:before {
  content: "\E905";
}

.aplicon-apl-cards:before {
  content: "\E906";
}

.aplicon-apl-cards-chips:before {
  content: "\E907";
}

.aplicon-apl-date:before {
  content: "\E908";
}

.aplicon-apl-dice:before {
  content: "\E909";
}

.aplicon-apl-game-start-time:before {
  content: "\E90A";
}

.aplicon-apl-money:before {
  content: "\E90B";
}

.aplicon-apl-person:before {
  content: "\E90C";
}

.aplicon-apl-poker-chip:before {
  content: "\E90D";
}

.aplicon-apl-poker-chips-2:before {
  content: "\E90E";
}

.aplicon-apl-poker-chips:before {
  content: "\E90F";
}

.aplicon-apl-card-chips-2:before {
  content: "\E910";
}

.aplicon-apl-registration:before {
  content: "\E911";
}

.aplicon-apl-ticket:before {
  content: "\E912";
}

.aplicon-apl-trophy:before {
  content: "\E913";
}

.aplicon-apl-wallet:before {
  content: "\E914";
}

.aplicon-apl-grandslam-event:before {
  content: "\E900";
}

.aplicon-apl-aplpt-event:before {
  content: "\E905";
}

.aplicon-apl-info:before {
  content: "\E901";
}

.aplicon-apl-satellite-event:before,
.aplicon-apl-satelite-event:before {
  content: "\E902";
}

.aplicon-apl-special-event:before {
  content: "\E903";
}

.aplicon-spades:before {
  content: "\E917";
}

.aplicon-clubs:before {
  content: "\E918";
}

.aplicon-diamonds:before {
  content: "\E919";
}

.aplicon-share2:before {
  content: "\EA82";
}

.aplicon-google-plus:before {
  content: "\EA8B";
}

.aplicon-facebook:before {
  content: "\EA90";
}

.aplicon-instagram:before {
  content: "\EA92";
}

.aplicon-whatsapp:before {
  content: "\EA93";
}

.aplicon-twitter:before {
  content: "\EA96";
}

.aplicon-linkedin:before {
  content: "\EACA";
}

.aplicon-user-plus:before {
  content: "\E973";
}

.aplicon-arrow-left:before {
  content: "\F104";
}

.aplicon-arrow-right:before {
  content: "\F105";
}

.aplicon-share-icon:before {
  content: "\E9D0";
}

@-webkit-keyframes fadein__2uuv5 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__2uuv5 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__39KJB {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__39KJB {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1k9TV {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1k9TV {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1oOE7 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1oOE7 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2VumP {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2VumP {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.modalWrapper__1V8Eb {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.modalWrapper__1V8Eb .video-iframe__2V-cY {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.ant-custom-modal-transparent .ant-modal-content {
  background: transparent;
}
.ant-custom-modal-transparent .ant-modal-content .ant-modal-close {
  color: #ffffff;
  background: none;
}
@-webkit-keyframes fadein__2o3TJ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__2o3TJ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1K7g1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1K7g1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__pFenK {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__pFenK {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__12675 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__12675 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2bwof {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2bwof {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.modalWrapper__2GzH- span {
  width: 100% !important;
}
.modalWrapper__2GzH- span iframe {
  width: 100% !important;
}
.modalWrapper__2GzH- .image__3tRaM {
  width: 100%;
  height: auto;
}
@charset "UTF-8";
@-webkit-keyframes fadein__b2Hye {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__b2Hye {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__3LUNa {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__3LUNa {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__QLwC0 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__QLwC0 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__9Hxkd {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__9Hxkd {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__Czm5s {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__Czm5s {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes fadein__b2Hye {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein2__3LUNa {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__QLwC0 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadeup__9Hxkd {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeleft__Czm5s {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@font-face {
  font-family: "apl-icon-font";
  src: url("/assets/fonts/apl-icon-font.eot?r7t3su");
  src: url("/assets/fonts/apl-icon-font.eot?r7t3su#iefix") format("embedded-opentype"), url("/assets/fonts/apl-icon-font.ttf?r7t3su") format("truetype"), url("/assets/fonts/apl-icon-font.woff?r7t3su") format("woff"), url("/assets/fonts/apl-icon-font.svg?r7t3su#apl-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
[class^=aplicon-],
[class*=" aplicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "apl-icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aplicon-apl-avatar__1Wits:before {
  content: "\E915";
}

.aplicon-apl-burger__2GdOA:before {
  content: "\E904";
}

.aplicon-gtd__1jKz0:before {
  content: "\E90D";
}

.aplicon-apl-card-chips__2sc6D:before {
  content: "\E905";
}

.aplicon-apl-cards__10YXt:before {
  content: "\E906";
}

.aplicon-apl-cards-chips__2pG-Y:before {
  content: "\E907";
}

.aplicon-apl-date__33puw:before {
  content: "\E908";
}

.aplicon-apl-dice__3EK9U:before {
  content: "\E909";
}

.aplicon-apl-game-start-time__3-2iM:before {
  content: "\E90A";
}

.aplicon-apl-money__3xSPp:before {
  content: "\E90B";
}

.aplicon-apl-person__1lXDs:before {
  content: "\E90C";
}

.aplicon-apl-poker-chip__1CSSV:before {
  content: "\E90D";
}

.aplicon-apl-poker-chips-2__2vhiS:before {
  content: "\E90E";
}

.aplicon-apl-poker-chips__2sZ-t:before {
  content: "\E90F";
}

.aplicon-apl-card-chips-2__3Oczl:before {
  content: "\E910";
}

.aplicon-apl-registration__3K0HG:before {
  content: "\E911";
}

.aplicon-apl-ticket__2TE_T:before {
  content: "\E912";
}

.aplicon-apl-trophy__19ykk:before {
  content: "\E913";
}

.aplicon-apl-wallet__2oV7k:before {
  content: "\E914";
}

.aplicon-apl-grandslam-event__qz4BU:before {
  content: "\E900";
}

.aplicon-apl-aplpt-event__LbZMw:before {
  content: "\E905";
}

.aplicon-apl-info__1bMRH:before {
  content: "\E901";
}

.aplicon-apl-satellite-event__3hf90:before,
.aplicon-apl-satelite-event__3iYls:before {
  content: "\E902";
}

.aplicon-apl-special-event__1CG1m:before {
  content: "\E903";
}

.aplicon-spades__3Jh6P:before {
  content: "\E917";
}

.aplicon-clubs__2al4J:before {
  content: "\E918";
}

.aplicon-diamonds__3kJX7:before {
  content: "\E919";
}

.aplicon-share2__2Zf07:before {
  content: "\EA82";
}

.aplicon-google-plus__d29z9:before {
  content: "\EA8B";
}

.aplicon-facebook__2Xl27:before {
  content: "\EA90";
}

.aplicon-instagram__2nv3b:before {
  content: "\EA92";
}

.aplicon-whatsapp__1K70S:before {
  content: "\EA93";
}

.aplicon-twitter__2-f3r:before {
  content: "\EA96";
}

.aplicon-linkedin__3jrYM:before {
  content: "\EACA";
}

.aplicon-user-plus__8PUaP:before {
  content: "\E973";
}

.aplicon-arrow-left__3qmb4:before {
  content: "\F104";
}

.aplicon-arrow-right__2i2P_:before {
  content: "\F105";
}

.aplicon-share-icon__rvsEZ:before {
  content: "\E9D0";
}

.container__2AaiJ {
  width: 100%;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .container__2AaiJ {
    position: relative;
    min-height: unset;
  }
}

.contentContainer__skb-S {
  width: 100%;
  margin: 0px auto;
  max-width: 1100px;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .contentContainer__skb-S {
    min-height: calc(100vh - 210px);
  }
  .contentContainer__skb-S .tabMap__2mzJq {
    position: relative;
    margin-top: -10px;
    overflow: scroll;
  }
  .contentContainer__skb-S .tabMap__2mzJq .searchWrapper__2oeJD {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 10px;
  }
}

.tabContainer__371Vc {
  display: block;
  position: relative;
  width: 100%;
  height: 100px;
  background: red;
}
.tabContainer__371Vc.sticky__3IyX7 {
  position: fixed;
  top: 69px;
  left: 0;
  right: 0;
}

.mapGameListContainer__24PEm {
  margin-top: 1.5em;
}

.searchContainer__ERerr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  background: #0d1c2d;
  margin-bottom: 20px;
}
.searchContainer__ERerr .switchContainer__3LsCd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100px;
  height: 100%;
  border-left: 1px solid white;
  padding-bottom: 8px;
}
.searchContainer__ERerr .switchContainer__3LsCd span {
  color: #fff;
  font-family: "DINPro";
  font-size: 9px;
  font-weight: 500;
  line-height: 11px;
  text-align: center;
}
.searchContainer__ERerr .searchbarButtons__2XXlo {
  border: none;
  text-align: center;
  width: 100px;
  height: 100%;
  background: #0d1c2d;
  border-left: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px;
}
.searchContainer__ERerr .searchbarButtons__2XXlo:hover {
  background: #8a8f95;
}
.searchContainer__ERerr .searchbarButtons__2XXlo:hover span {
  color: #0d1c2d;
}
.searchContainer__ERerr .searchbarButtons__2XXlo:hover .aplicon-apl-special-event__1CG1m,
.searchContainer__ERerr .searchbarButtons__2XXlo:hover .aplicon-apl-satelite-event__3iYls,
.searchContainer__ERerr .searchbarButtons__2XXlo:hover .aplicon-apl-grandslam-event__qz4BU {
  color: #0d1c2d;
}
.searchContainer__ERerr .searchbarButtons__2XXlo.clicked__8E2X9 {
  background: white;
}
.searchContainer__ERerr .searchbarButtons__2XXlo.clicked__8E2X9 span {
  color: #0d1c2d;
}
.searchContainer__ERerr .searchbarButtons__2XXlo span {
  color: #fff;
  font-family: "DINPro";
  font-size: 9px;
  font-weight: 500;
  line-height: 11px;
  text-align: center;
}
@-webkit-keyframes fadein__1Bpc1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__1Bpc1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1qd1g {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1qd1g {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__3Y3et {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__3Y3et {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__lPpb1 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__lPpb1 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__381vQ {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__381vQ {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__3SgtX {
  width: 100%;
  position: relative;
}
.container__3SgtX .dayFilterContainer__1_JmT {
  position: absolute;
  width: 300px;
  top: 3px;
  right: 10px;
}
@media screen and (max-width: 991px) {
  .container__3SgtX .dayFilterContainer__1_JmT {
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .container__3SgtX .headerWrap__1PDKH {
    position: relative;
  }
}

.legendContainer__3mAax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@-webkit-keyframes fadein__3Ct8V {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3Ct8V {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__36pru {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__36pru {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2Tbc1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2Tbc1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3I5IV {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3I5IV {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__27iNW {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__27iNW {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.cardContainer__2yIyg,
.cardContainerDesktop__2rzFR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px;
}

@media screen and (max-width: 991px) {
  .cardContainer__2yIyg {
    margin-top: 1em;
  }
}

.card__1tPt8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 2.2rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 26px 30px -10px, rgba(0, 0, 0, 0.23) 0px 16px 10px -10px;
          box-shadow: rgba(0, 0, 0, 0.19) 0px 26px 30px -10px, rgba(0, 0, 0, 0.23) 0px 16px 10px -10px;
}

@media screen and (min-width: 992px) {
  .cardContainer__2yIyg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .headerRow__XnP5S {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 9px;
    background: #eaeaea;
    margin: -5px;
    margin-bottom: 10px;
    height: 42px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headerRow__XnP5S .titleContainer__6wnt0 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .headerRow__XnP5S .typeContainer__37j5n {
    width: 150px;
  }
  .headerRow__XnP5S .dateContainer__1m4kT {
    width: 200px;
  }
  .headerRow__XnP5S .moneyContainer__3fKGd {
    width: 140px;
    width: 139px;
  }
  .headerRow__XnP5S .titleContainer__6wnt0,
.headerRow__XnP5S .dateContainer__1m4kT,
.headerRow__XnP5S .typeContainer__37j5n,
.headerRow__XnP5S .moneyContainer__3fKGd,
.headerRow__XnP5S .favouriteContainer__30Mvh {
    padding-right: 1.5rem;
    text-align: right;
    color: #8a8f95;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-decoration: underline;
    cursor: pointer;
  }
  .headerRow__XnP5S .titleContainer__6wnt0.active__32SH7,
.headerRow__XnP5S .dateContainer__1m4kT.active__32SH7,
.headerRow__XnP5S .typeContainer__37j5n.active__32SH7,
.headerRow__XnP5S .moneyContainer__3fKGd.active__32SH7,
.headerRow__XnP5S .favouriteContainer__30Mvh.active__32SH7 {
    color: #f81514;
  }
  .headerRow__XnP5S .titleContainer__6wnt0 {
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    color: #686d73;
    padding-left: 10px;
  }
}
.load-more__hw5Xo {
  text-align: center;
}
.load-more__button__1A_vz {
  width: 125px;
  background: #f81514;
  border-radius: 34px;
  border-width: 0;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.load-more__button__1A_vz:hover {
  background: #f81514;
}
.load-more__button__1A_vz span {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}
@media screen and (max-width: 991px) {
  .load-more__button__1A_vz {
    height: 32px;
  }
}

.otherRegionContainer__3kDbZ {
  padding: 0.8rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f81514), color-stop(95%, #b01c1e));
  background: linear-gradient(to bottom, #f81514 21%, #b01c1e 95%);
  color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 0.8rem 0;
  font-weight: 700;
  font-size: 14px;
}
.skeleton-paragraph {
  margin: 24px;
}
.skeleton-paragraph li {
  height: 24px !important;
}
.container__1jlUd {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.container__1jlUd .footer__day-container__day-time-wrapper__3-odE, .container__1jlUd .header__tMjrg .book-table-container__2EEwL .book-table__39HHs {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f81514), to(#b01c1e));
  background: linear-gradient(to bottom, #f81514 21%, #b01c1e);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
          box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@-webkit-keyframes fadein__3Eyan {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__3Eyan {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__20NjX {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__20NjX {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2jnIL {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2jnIL {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3A2Zm {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3A2Zm {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2WoQ8 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2WoQ8 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__1jlUd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  border: none;
  border-radius: 0.4rem;
  min-width: 320px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .container__1jlUd {
    min-width: unset;
  }
}
.container__1jlUd.special__Sf_Yc {
  border-left: 6px solid #f9c015;
}
.container__1jlUd.satelite__2wNxg, .container__1jlUd.satellite__txyz- {
  border-left: 6px solid #39c2ec;
}
.container__1jlUd.grandslam__2tE-r {
  border-left: 6px solid #ee4c4f;
}
.container__1jlUd.aplpt__KET_4 {
  border-left: 6px solid #0e2d51;
}
.container__1jlUd:hover {
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.1);
  -ms-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.1);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.1);
}
.container__1jlUd .header__tMjrg,
.container__1jlUd .body__2aRiC,
.container__1jlUd .footer__1Bktq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.container__1jlUd .header__tMjrg,
.container__1jlUd .footer__1Bktq,
.container__1jlUd .body__2aRiC {
  line-height: 2;
}
.container__1jlUd .header__tMjrg {
  padding: 0.2rem 0.9rem;
}
@media screen and (max-width: 991px) {
  .container__1jlUd .header__tMjrg {
    padding: 0.2rem;
  }
}
.container__1jlUd .header__tMjrg .title__FDcK1 {
  cursor: pointer;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: break-spaces;
  font-weight: 700;
  line-height: 25px;
  font-size: 30px;
  text-transform: uppercase;
  margin: 15px 0 0 5px;
  letter-spacing: -1px;
}
@media screen and (max-width: 991px) {
  .container__1jlUd .header__tMjrg .title__FDcK1 {
    margin: 5px 0;
    font-size: 18px;
  }
}
.container__1jlUd .header__tMjrg .title__FDcK1:hover {
  color: #f83939;
}
.container__1jlUd .header__tMjrg .title__FDcK1 a {
  color: #000000;
}
.container__1jlUd .header__tMjrg .book-table-container__2EEwL {
  width: 130px;
  position: relative;
  display: block;
}
.container__1jlUd .header__tMjrg .book-table-container__2EEwL .book-table__39HHs {
  cursor: pointer;
  width: 130px;
}
.container__1jlUd .header__tMjrg .book-table-container__2EEwL .book-table__link__1nEg6 {
  color: #ffffff;
}
.container__1jlUd .header__tMjrg .book-table-container__2EEwL .book-table__icon__3ew7n {
  margin: 0 0.5rem;
}
.container__1jlUd .heart__XjqQD {
  color: #0ba244;
  cursor: pointer;
  font-size: 1rem;
}
.container__1jlUd .distance__29t4J {
  color: #686d73;
  font-weight: normal;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}
.container__1jlUd .body__2aRiC {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.2rem 0.9rem 2.5rem;
}
.container__1jlUd .body__2aRiC .desc__32xYT {
  color: #686d73;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container__1jlUd .body__2aRiC .desc__icon__3TSgF {
  color: #f83939;
  margin-right: 0.5rem;
}
.container__1jlUd .body__2aRiC .desc__link__3qT4j {
  font-weight: 700;
}
.container__1jlUd .buyInContainer__3bq3S {
  margin-left: 0.1rem;
}
.container__1jlUd .buyInContainer__3bq3S .buyinLabel__3_NyR {
  color: #686d73;
  padding-right: 5px;
  font-size: 0.6rem;
}
.container__1jlUd .buyInContainer__3bq3S .buyinVal__eEfyW {
  color: #0d1c2d;
  font-weight: 700;
  font-size: 0.75rem;
}
.container__1jlUd .footer__1Bktq {
  padding: 0.9rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #343b4e), color-stop(95%, #0a101c));
  background: linear-gradient(top, #343b4e 21%, #0a101c 95%);
  border-radius: 0 0 0.4rem 0.4rem;
}
.container__1jlUd .footer__day-container__3wHpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 1.5rem;
}
.container__1jlUd .footer__day-container__day-time-wrapper__3-odE {
  position: absolute;
  top: -2rem;
  color: #ffffff;
}
.container__1jlUd .footer__day-container__day-time-wrapper__icon__1ltzE {
  margin-right: 0.2rem;
}
.container__1jlUd .footer__day-container__day-time-wrapper__3-odE .day__2KxWG,
.container__1jlUd .footer__day-container__day-time-wrapper__3-odE .time__1kIe0 {
  font-size: 0.75rem;
}
.container__1jlUd .footer__day-container__day-time-wrapper__3-odE .day__2KxWG strong,
.container__1jlUd .footer__day-container__day-time-wrapper__3-odE .time__1kIe0 strong {
  font-weight: 700;
}
.container__1jlUd .footer__day-container__icon-wrapper__CUUq9 {
  position: absolute;
  top: -1.8rem;
  right: 0;
  border-radius: 50%;
  border: 2px solid #000000;
  padding: 5px 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  background: #ffffff;
  color: #0d1c2d;
}
.container__1jlUd .footer__info-container__icon-featured__2xTvT, .container__1jlUd .footer__info-container__icon__2rVww {
  margin-right: 0.2rem;
  font-size: 1rem;
}
.container__1jlUd .footer__info-container__icon-featured__2xTvT {
  color: #e6ca74;
}
.container__1jlUd .footer__info-container__icon__2rVww {
  color: #ffffff;
}
.container__1jlUd .footer__info-container__description-featured__92DjO, .container__1jlUd .footer__info-container__description__3Fyhb {
  font-size: 14px;
}
.container__1jlUd .footer__info-container__description-featured__92DjO {
  color: #e6ca74;
  font-weight: 700;
  text-transform: uppercase;
}
.container__1jlUd .footer__info-container__description__3Fyhb {
  color: #ffffff;
  font-weight: 700;
}
.container__1jlUd .typeLabel__-SQbS {
  color: #686d73;
  font-size: 0.6rem;
  padding-right: 0.3rem;
}
.container__1jlUd .info__9L1Xh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container__1jlUd .gtd__3OB9Z {
  background-color: #0ba244;
  border-radius: 1rem;
  height: 19px;
  line-height: 19px;
  padding: 2px;
  padding-right: 0.5rem;
}
.container__1jlUd .gtd__3OB9Z .icon__3nX_C {
  background-color: #ffffff;
  border-radius: 50%;
  color: #0ba244;
  display: inline-block;
  float: left;
  font-size: 0.65rem;
  height: 15px;
  line-height: 15px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
.container__1jlUd .gtd__3OB9Z .amount__32auI {
  color: #ffffff;
  display: inline-block;
  float: right;
  font-size: 0.65rem;
  line-height: 15px;
  text-align: left;
}

.aplicon-apl-special-event__1em_2,
.aplicon-apl-satelite-event__3kAdk,
.aplicon-apl-satellite-event__ZLUcx,
.aplicon-apl-grandslam-event__2_szJ,
.aplicon-apl-aplpt-event__mD7nd {
  font-size: 19px;
  margin-right: 0.5rem;
}

.aplicon-apl-special-event__1em_2 {
  color: #f9c015;
}

.aplicon-apl-satelite-event__3kAdk,
.aplicon-apl-satellite-event__ZLUcx {
  color: #39c2ec;
}

.aplicon-apl-grandslam-event__2_szJ {
  color: #ee4c4f;
}

.aplicon-apl-aplpt-event__mD7nd {
  color: #0e2d51;
}

.video-container__2DOWA {
  position: relative;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  height: 100%;
}
.video-container__2DOWA .video-overlay__1rkMS {
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 0;
}
.video-container__2DOWA .video-iframe__3jWp_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-container__1vk4L .form__submit-btn__1UZ5R {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f81514), to(#b01c1e));
  background: linear-gradient(to bottom, #f81514 21%, #b01c1e);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
          box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@-webkit-keyframes fadein__3eI7N {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__3eI7N {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1n_y4 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1n_y4 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2itLP {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2itLP {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3ufHY {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3ufHY {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3xZTw {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3xZTw {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.form-container__1vk4L {
  padding: 1px 25px;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.form-container__1vk4L {
  -webkit-animation: fadein2 1.6s;
          animation: fadein2 1.6s;
}
.form-container__header__-6_y1 {
  color: #ffffff;
  font-size: 28px;
  line-height: 20px;
  margin-bottom: 14px;
  margin-top: 19px;
}
.form-container__1vk4L .form__submit-btn__1UZ5R {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #f83939;
}
.form-container__1vk4L .form__submit-btn__1UZ5R:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.container__31-Gw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  padding: 0 10px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.container__31-Gw .imageWrapper__n27Hv {
  margin-right: -22px;
  margin-bottom: 18px;
  min-width: 220px;
  max-width: 220px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.39) 0px 26px 30px -10px, rgba(0, 0, 0, 0.43) 0px 16px 10px -10px;
          box-shadow: rgba(0, 0, 0, 0.39) 0px 26px 30px -10px, rgba(0, 0, 0, 0.43) 0px 16px 10px -10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e2d51), to(#0d1c2d));
  background-image: linear-gradient(#0e2d51, #0d1c2d);
}
.container__31-Gw .imageWrapper__n27Hv img {
  width: 100%;
  height: auto;
  min-height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(1) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(1) {
  -webkit-animation: fadein 1.6s;
          animation: fadein 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(2) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(2) {
  -webkit-animation: fadein 1.8s;
          animation: fadein 1.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(3) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(3) {
  -webkit-animation: fadein 2s;
          animation: fadein 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(4) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(4) {
  -webkit-animation: fadein 2.2s;
          animation: fadein 2.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(5) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(5) {
  -webkit-animation: fadein 2.4s;
          animation: fadein 2.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(6) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(6) {
  -webkit-animation: fadein 2.6s;
          animation: fadein 2.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(7) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(7) {
  -webkit-animation: fadein 2.8s;
          animation: fadein 2.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(8) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(8) {
  -webkit-animation: fadein 3s;
          animation: fadein 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(9) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(9) {
  -webkit-animation: fadein 3.2s;
          animation: fadein 3.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(10) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(10) {
  -webkit-animation: fadein 3.4s;
          animation: fadein 3.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(11) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(11) {
  -webkit-animation: fadein 3.5s;
          animation: fadein 3.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(12) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(12) {
  -webkit-animation: fadein 3.6s;
          animation: fadein 3.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(13) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(13) {
  -webkit-animation: fadein 3.7s;
          animation: fadein 3.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(14) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(14) {
  -webkit-animation: fadein 3.8s;
          animation: fadein 3.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(15) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(15) {
  -webkit-animation: fadein 3.9s;
          animation: fadein 3.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(16) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(16) {
  -webkit-animation: fadein 4s;
          animation: fadein 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(17) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(17) {
  -webkit-animation: fadein 4.1s;
          animation: fadein 4.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(18) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(18) {
  -webkit-animation: fadein 4.2s;
          animation: fadein 4.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(19) {
  width: auto;
  height: auto;
}
.container__31-Gw .imageWrapper__n27Hv:nth-child(19) {
  -webkit-animation: fadein 4.3s;
          animation: fadein 4.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadein__2BRbq {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__2BRbq {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1sWd2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1sWd2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__3d8_o {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__3d8_o {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1y-Hx {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1y-Hx {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2GBG_ {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2GBG_ {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media screen and (max-width: 991px) {
  .container__31-Gw {
    scrollbar-width: none !important;
  }
  .container__31-Gw::-webkit-scrollbar {
    display: none !important;
  }
}
@-webkit-keyframes fadein__17-KD {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__17-KD {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1bNWA {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1bNWA {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1OO1a {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1OO1a {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2zP46 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2zP46 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3dcd1 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3dcd1 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__ZhO0N {
  width: 100%;
  position: relative;
}
.container__ZhO0N .header__kQQzh {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container__ZhO0N .header__title__17SHn {
  color: #ffffff;
  font-size: 19px;
}
.container__ZhO0N .header__button-wrapper__1mbiK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container__ZhO0N .header__button-wrapper__button__2hEf8 {
  font-weight: 700;
  padding: 0.5rem 0.7rem;
  margin-left: 5px;
  border-radius: 2rem;
  border: none;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(21%, #343b4e), color-stop(95%, #0a101c));
  background: linear-gradient(to top, #343b4e 21%, #0a101c 95%);
  color: #ffffff;
  cursor: pointer;
}
.container__ZhO0N .header__button-wrapper__button__icon__3RaLL {
  margin-left: 0.2rem;
}
@media screen and (min-width: 992px) {
  .container__ZhO0N {
    height: 100%;
  }
}

.filters__2dXK3 {
  position: absolute;
  width: 100%;
  min-height: 300px;
  z-index: 99;
  margin-top: 0px;
}
@-webkit-keyframes fadein__3fzcC {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3fzcC {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__M0Abm {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__M0Abm {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__3j6oO {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__3j6oO {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__10Di- {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__10Di- {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__V3IlO {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__V3IlO {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__2vk38 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(21%, #343b4e), color-stop(95%, #0a101c));
  background: linear-gradient(to top, #343b4e 21%, #0a101c 95%);
  position: relative;
  padding: 1.5rem;
  margin: 0 10px;
}
@media screen and (min-width: 992px) {
  .container__2vk38 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 2rem;
    width: 100%;
  }
  .container__2vk38 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .container__2vk38 > div:first-of-type {
    padding-right: 1.5rem;
  }
  .container__2vk38 > div:last-of-type {
    padding-left: 1.5rem;
  }
}

.filter__2sVa_ {
  margin-bottom: 1.5rem;
}
.filter__2sVa_ .title__1iRnQ {
  color: #ffffff;
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.column__2Ubgn {
  position: relative;
}

.apply-filter__3325I {
  text-align: right;
}
.apply-filter__button__29l9s {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f81514), color-stop(95%, #b01c1e));
  background: linear-gradient(to bottom, #f81514 21%, #b01c1e 95%);
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.apply-filter__button__29l9s span {
  font-size: 0.8rem;
  font-weight: 700;
}
@-webkit-keyframes fadein__3yKPO {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3yKPO {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__35S8_ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__35S8_ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__3TOd0 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__3TOd0 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__38FfT {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__38FfT {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__9uLQd {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__9uLQd {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__hyVZt {
  position: relative;
}
@-webkit-keyframes fadein__3kp2X {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3kp2X {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1VhN3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1VhN3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__35p5R {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__35p5R {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__oLg0m {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__oLg0m {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3OU4c {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3OU4c {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__2UcO3 {
  position: relative;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.antd-custom-radio .ant-radio-button-wrapper {
  background: none;
  border: 1px solid #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  height: 30px;
  line-height: 28px;
  margin: 4px;
}
.antd-custom-radio .ant-radio-button-wrapper::before {
  display: none;
}
.antd-custom-radio .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f81514), color-stop(95%, #b01c1e));
  background: linear-gradient(to bottom, #f81514 21%, #b01c1e 95%);
  border-color: #f83939;
}
@-webkit-keyframes fadein__26RBO {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__26RBO {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__2ML3l {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__2ML3l {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1-zD_ {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1-zD_ {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2EyM4 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2EyM4 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1ZyKQ {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1ZyKQ {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__3eSfV {
  position: relative;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.antd-custom-select-dark {
  display: block;
}
.antd-custom-select-dark .ant-select-selection {
  background-color: #0e2d51;
}
.antd-custom-select-dark .ant-select-selection .ant-select-selection__placeholder {
  color: #ffffff;
}
@-webkit-keyframes fadein__1w16D {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__1w16D {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1soUl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1soUl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2rCfT {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2rCfT {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3Gjn9 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3Gjn9 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2DybH {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2DybH {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__1zLUh {
  position: relative;
}
@-webkit-keyframes fadein__3rcJo {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3rcJo {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__VJ8iQ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__VJ8iQ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__lL3GK {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__lL3GK {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3vENB {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3vENB {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3rEx3 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3rEx3 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes fadein__3rcJo {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein2__VJ8iQ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__lL3GK {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadeup__3vENB {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeleft__3rEx3 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.antd-custom-select-dark__3Yz4n {
  display: block;
}
.antd-custom-select-dark__3Yz4n .ant-select-selection__3xS_u {
  background-color: #0e2d51;
}
.antd-custom-select-dark__3Yz4n .ant-select-selection__3xS_u .ant-select-selection__placeholder__YbOC5 {
  color: #ffffff;
}

.container__Otj27 {
  position: relative;
}
@-webkit-keyframes fadein__18_vO {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__18_vO {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1jeAy {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1jeAy {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1w0PX {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1w0PX {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2N1cY {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2N1cY {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1vgug {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1vgug {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__3HMoI {
  position: relative;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.antd-custom-slider {
  margin-right: 13px;
}
.antd-custom-slider .ant-slider-rail,
.antd-custom-slider .ant-slider-step {
  background-color: #eaeaea;
  height: 2px;
}
.antd-custom-slider .ant-slider-track {
  background-color: #0ba244;
  height: 2px;
  z-index: 1;
}
.antd-custom-slider .ant-slider-handle {
  background-color: #0ba244;
  border: 4px solid #99ff33;
  height: 20px;
  margin-top: -9px;
  width: 20px;
  z-index: 2;
}
.antd-custom-slider:hover .ant-slider-track {
  background-color: #0ba244;
}
.antd-custom-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #99ff33;
}
@-webkit-keyframes fadein__2f2cU {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__2f2cU {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__3dzO4 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__3dzO4 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__14gjc {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__14gjc {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2RSDZ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2RSDZ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1PL52 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1PL52 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__3wgNu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 10px;
}

.day__3euDy {
  display: block;
  font-weight: bold;
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
}
@media screen and (min-width: 992px) {
  .day__3euDy {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .day__3euDy {
    color: #686d73;
  }
}

.active__yehvU {
  background: #f81514;
  color: #fff;
}
.active__yehvU:hover {
  color: #fff;
}

.disabled__32a4Y {
  color: #686d73;
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
}
.disabled__32a4Y:hover {
  color: #686d73;
}
@media screen and (max-width: 991px) {
  .disabled__32a4Y {
    color: #b6bfb9;
  }
}
@-webkit-keyframes fadein__2gZM1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__2gZM1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__3HMmZ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__3HMmZ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2H19W {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2H19W {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__20Dw8 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__20Dw8 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1pypO {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1pypO {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__MAaIg .gm-style-iw__1jCze.gm-style-iw-c__3I60C {
  padding: 0;
}

.cardContainer__3sNa4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 1rem;
}
@media screen and (max-width: 991px) {
  .cardContainer__3sNa4 {
    overflow: scroll;
  }
  .cardContainer__3sNa4 .card__QADMf {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.cardContainer__3sNa4 .card__QADMf:not(:first-child) {
  margin-left: 5px;
}
.cardContainer__3sNa4 .card__QADMf:last-of-type:not(:first-of-type) {
  padding-right: 1rem;
}
@-webkit-keyframes fadein__vhmzH {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__vhmzH {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__xHohf {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__xHohf {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1ISDY {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1ISDY {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2EAWo {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2EAWo {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__uSVhs {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__uSVhs {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__1ckMI {
  width: 100%;
  margin: 0 0 -25px 0;
  background-color: #ffffff;
}
.container__title__FRsAd {
  padding: 2rem;
  color: #8a8f95;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .container__title__FRsAd {
    font-size: 24px;
  }
}
.container__logo-wrapper__2oXe- {
  margin: 2em;
  padding: 2rem;
}
.container__logo-wrapper__logo-container__2qg2d {
  padding: 1rem;
  max-width: 150px;
  max-height: 150px;
}
.container__logo-wrapper__logo-container__2qg2d .companyLogo__2BXt0 {
  width: 100%;
  border-radius: 0.6rem;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.ant-carousel .ant-custom-carousel .slick-prev::before,
.ant-carousel .ant-custom-carousel .slick-next::before {
  display: none !important;
}

.ant-carousel .ant-custom-carousel .slick-prev,
.ant-carousel .ant-custom-carousel .slick-prev:hover,
.ant-carousel .ant-custom-carousel .slick-prev:focus {
  font-size: inherit;
  left: -2em;
  z-index: 2;
  color: #f81514;
}

.ant-carousel .ant-custom-carousel .slick-next,
.ant-carousel .ant-custom-carousel .slick-next:hover,
.ant-carousel .ant-custom-carousel .slick-next:focus {
  font-size: inherit;
  right: -2em;
  z-index: 2;
  color: #f81514;
}
@-webkit-keyframes fadein__B3ZiJ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__B3ZiJ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__2fin0 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__2fin0 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__30hXi {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__30hXi {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1cN1j {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1cN1j {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3om9T {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3om9T {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__1wTX7 {
  width: 100%;
  background-color: #f6f6f6;
}
@media screen and (max-width: 991px) {
  .container__1wTX7 {
    text-align: center;
    padding: 15px;
  }
}
.container__1wTX7 .contentContainer__3ywzt {
  padding: 2rem;
  margin: 0px auto;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 991px) {
  .container__1wTX7 .contentContainer__3ywzt {
    padding: 0;
  }
}
@-webkit-keyframes fadein__bFyKB {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__bFyKB {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__3BiW4 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__3BiW4 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__3RcFp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__3RcFp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3n1XG {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3n1XG {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__265y_ {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__265y_ {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__1uKgV {
  display: block;
  width: 100%;
}

.contentContainer__2zssi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
@media screen and (max-width: 991px) {
  .contentContainer__2zssi {
    min-height: 100vh;
  }
}
.contentContainer__2zssi .valign__3tTwB {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.contentContainer__left___a9jS {
  padding: 1.5rem;
}
.contentContainer__left___a9jS img {
  width: 100%;
  max-width: 360px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 991px) {
  .contentContainer__left___a9jS {
    display: none;
  }
}
.contentContainer__right__2x_4n {
  padding: 1.5rem;
}
.contentContainer__right__2x_4n h1 {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .contentContainer__right__2x_4n h1 {
    font-size: 24px;
  }
}
.contentContainer__right__2x_4n p {
  font-size: 1.4rem;
}
.contentContainer__right__2x_4n a {
  background-color: #b01c1e;
}
.contentContainer__heo6w .titleContainer__lTQic.blue, .contentContainer__heo6w .titleContainer__lTQic.purple, .contentContainer__heo6w .titleContainer__lTQic.green, .contentContainer__heo6w .titleContainer__lTQic.yellow, .contentContainer__heo6w .titleContainer__lTQic.red {
  background-image: url("/assets/bg6.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

@-webkit-keyframes fadein__3PnDb {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__3PnDb {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__Mb_4Z {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__Mb_4Z {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__KIKRs {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__KIKRs {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3ujwQ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3ujwQ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__RVKX5 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__RVKX5 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.slick-arrow ::before {
  content: none !important;
}

.contentContainer__heo6w {
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
}
.contentContainer__heo6w .titleContainer__lTQic {
  width: 100%;
  background: none;
  overflow: hidden;
  padding-top: 25px;
  margin-top: -25px;
}
@media screen and (max-width: 991px) {
  .contentContainer__heo6w .titleContainer__lTQic {
    padding-left: 20px;
  }
}
.contentContainer__heo6w .titleContainer__lTQic.red {
  background-attachment: unset;
  background-image: url("/assets/bg-red.jpg");
}
.contentContainer__heo6w .titleContainer__lTQic.yellow {
  background-attachment: unset;
  background-image: url("/assets/bg-yellow.jpg");
}
.contentContainer__heo6w .titleContainer__lTQic.green {
  background-attachment: unset;
  background-image: url("/assets/bg-green.jpg");
}
.contentContainer__heo6w .titleContainer__lTQic.purple {
  background-attachment: unset;
  background-image: url("/assets/bg-purple.jpg");
}
.contentContainer__heo6w .titleContainer__lTQic.blue {
  background-attachment: unset;
  background-image: url("/assets/bg6.jpg");
}
.contentContainer__heo6w .titleContainer__titleContentContainer__2Sju4 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contentContainer__heo6w .titleContainer__titleContentContainer__left__lJK5g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: fadeleft__RVKX5 1.6s;
          animation: fadeleft__RVKX5 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.contentContainer__heo6w .titleContainer__titleContentContainer__left__lJK5g h1 {
  color: #ffffff;
  font-weight: 900;
  font-style: italic;
  font-size: 80px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 0.8;
  letter-spacing: -6px;
}
@media screen and (max-width: 991px) {
  .contentContainer__heo6w .titleContainer__titleContentContainer__left__lJK5g h1 {
    font-size: 35px;
    letter-spacing: -3px;
  }
}
.contentContainer__heo6w .titleContainer__titleContentContainer__left__lJK5g h3 {
  color: #ffffff;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .contentContainer__heo6w .titleContainer__titleContentContainer__left__lJK5g h3 {
    font-size: 15px;
  }
}
.contentContainer__heo6w .titleContainer__titleContentContainer__right__2trC7 {
  -webkit-animation: fadeleft__RVKX5 1.6s;
          animation: fadeleft__RVKX5 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.contentContainer__heo6w .titleContainer__titleContentContainer__right__2trC7 img {
  width: 100%;
  height: auto;
}

.menuBlockContainer__37Wn8 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonialContainer__1sMiT {
  padding: 3rem;
  background-color: #ffffff;
}
.testimonialContainer__wrapper__LfuVf {
  width: 70%;
  margin: 5rem auto 0;
}
@media screen and (max-width: 991px) {
  .testimonialContainer__wrapper__LfuVf {
    width: 100%;
  }
}
.testimonialContainer__1sMiT .subTitle__w5hcP {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
}
.testimonialContainer__item-wrapper__2V23y {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonialContainer__item-wrapper__icon__3Fkee {
  color: #8a8f95;
  font-size: 56px;
}
.testimonialContainer__item-wrapper__content__2PQQh {
  text-align: center;
  font-size: 21px;
  color: #8a8f95;
}
.testimonialContainer__item-wrapper__name__21ndr {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #343b4b;
}
.contentContainer__3tzHH .grid-section .row button,
bottomContainer .grid-section .row button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f81514), color-stop(95%, #d80644));
  background: linear-gradient(to bottom, #f81514 21%, #d80644 95%);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
          box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bottomContainer__33vwa.purple .grid-section > div:nth-child(3n-2), .contentContainer__3tzHH.purple .grid-section > div:nth-child(3n), .bottomContainer__33vwa.yellow .grid-section > div:nth-child(3n-2), .contentContainer__3tzHH.yellow .grid-section > div:nth-child(3n), .bottomContainer__33vwa.green .grid-section > div:nth-child(3n-2), .contentContainer__3tzHH.green .grid-section > div:nth-child(3n), .bottomContainer__33vwa.blue .grid-section > div:nth-child(3n-2), .contentContainer__3tzHH.blue .grid-section > div:nth-child(3n), .bottomContainer__33vwa.red .grid-section > div:nth-child(3n-2), .contentContainer__3tzHH.red .grid-section > div:nth-child(3n) {
  background-image: url("/assets/bg6.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

@-webkit-keyframes fadein__3gkI4 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__3gkI4 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__2p1D8 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__2p1D8 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__AH4f3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__AH4f3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2uPtY {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2uPtY {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2GAt0 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2GAt0 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.image__zpiHN {
  display: block;
  width: 100%;
  height: auto;
}

.contentContainer__3tzHH .grid-section .row,
bottomContainer .grid-section .row {
  margin: 0 auto;
  max-width: 1100px;
  padding: 30px 0;
  -webkit-animation: fadein3__AH4f3 1.6s;
          animation: fadein3__AH4f3 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 991px) {
  .contentContainer__3tzHH .grid-section .row,
bottomContainer .grid-section .row {
    padding: 25px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.contentContainer__3tzHH .grid-section .row button,
bottomContainer .grid-section .row button {
  border: #f81514;
  font-size: 28px !important;
  font-weight: 800;
  text-transform: uppercase;
  padding: 5px 40px !important;
  height: auto !important;
  color: #ffffff;
}
.contentContainer__3tzHH .grid-section .row button:hover,
bottomContainer .grid-section .row button:hover {
  -webkit-transform: scale(1.1) !important;
      -ms-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}
.contentContainer__3tzHH .grid-section .row h1,
bottomContainer .grid-section .row h1 {
  color: #ffffff;
}
.contentContainer__3tzHH .grid-section .row blockquote,
bottomContainer .grid-section .row blockquote {
  color: #8a8f95;
  font-style: italic;
}
.contentContainer__3tzHH .grid-section .row blockquote,
.contentContainer__3tzHH .grid-section .row h1,
bottomContainer .grid-section .row blockquote,
bottomContainer .grid-section .row h1 {
  font-weight: 700;
  font-size: 31px;
  line-height: 1;
  text-align: center;
}
.contentContainer__3tzHH .grid-section .row p,
.contentContainer__3tzHH .grid-section .row a,
bottomContainer .grid-section .row p,
bottomContainer .grid-section .row a {
  font-size: 14px;
  line-height: 1.5;
}
.contentContainer__3tzHH .grid-section .row img,
bottomContainer .grid-section .row img {
  margin: 0 auto;
  display: block;
}
.contentContainer__3tzHH .grid-section .row .vid-bg,
bottomContainer .grid-section .row .vid-bg {
  background: url("/assets/bg-youtube-blue.png") 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  height: 330px;
  border-radius: 15px;
  text-align: center;
  width: 92%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .contentContainer__3tzHH .grid-section .row .vid-bg,
bottomContainer .grid-section .row .vid-bg {
    width: 100%;
  }
}
.contentContainer__3tzHH .grid-section .row .vid-bg .video-wrapper,
bottomContainer .grid-section .row .vid-bg .video-wrapper {
  position: absolute;
  top: 20%;
}
@media screen and (max-width: 991px) {
  .contentContainer__3tzHH .grid-section .row .vid-bg .video-wrapper,
bottomContainer .grid-section .row .vid-bg .video-wrapper {
    position: relative;
  }
}
.contentContainer__3tzHH .grid-section .row .left-indent,
bottomContainer .grid-section .row .left-indent {
  padding-left: 35px;
}
@media screen and (max-width: 991px) {
  .contentContainer__3tzHH .grid-section .row .left-indent,
bottomContainer .grid-section .row .left-indent {
    padding-left: 0;
  }
}
.contentContainer__3tzHH .grid-section .row .right-indent,
bottomContainer .grid-section .row .right-indent {
  padding-right: 35px;
}
@media screen and (max-width: 991px) {
  .contentContainer__3tzHH .grid-section .row .right-indent,
bottomContainer .grid-section .row .right-indent {
    padding-right: 0;
  }
}
.contentContainer__3tzHH .grid-section .row .small-text,
bottomContainer .grid-section .row .small-text {
  text-align: right;
  padding-right: 35px;
}
@media screen and (max-width: 991px) {
  .contentContainer__3tzHH .grid-section .row .small-text,
bottomContainer .grid-section .row .small-text {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .contentContainer__3tzHH .grid-section .row .video-wrapper iframe,
bottomContainer .grid-section .row .video-wrapper iframe {
    width: 100% !important;
    max-width: 395px !important;
    max-height: 220px !important;
    z-index: 1000;
  }
}

.contentContainer__3tzHH .grid-section > div:nth-child(3n-2) {
  background-color: #ffffff;
}
.contentContainer__3tzHH .grid-section > div:nth-child(3n-1) {
  background-color: #e1e1e1;
}
.contentContainer__3tzHH .grid-section > div:nth-child(3n) {
  color: #ffffff !important;
  overflow: hidden;
  padding-top: 25px;
  margin-top: -25px;
}
.contentContainer__3tzHH .grid-section > div:nth-child(3n) p,
.contentContainer__3tzHH .grid-section > div:nth-child(3n) a,
.contentContainer__3tzHH .grid-section > div:nth-child(3n) h1,
.contentContainer__3tzHH .grid-section > div:nth-child(3n) h2,
.contentContainer__3tzHH .grid-section > div:nth-child(3n) h3,
.contentContainer__3tzHH .grid-section > div:nth-child(3n) h4,
.contentContainer__3tzHH .grid-section > div:nth-child(3n) h5,
.contentContainer__3tzHH .grid-section > div:nth-child(3n) h6 {
  color: #ffffff !important;
}

.bottomContainer__33vwa .grid-section > div:nth-child(3n-2) {
  color: #ffffff !important;
  overflow: hidden;
  padding-top: 25px;
  margin-top: -25px;
}
.bottomContainer__33vwa .grid-section > div:nth-child(3n-2) p,
.bottomContainer__33vwa .grid-section > div:nth-child(3n-2) a,
.bottomContainer__33vwa .grid-section > div:nth-child(3n-2) h1,
.bottomContainer__33vwa .grid-section > div:nth-child(3n-2) h2,
.bottomContainer__33vwa .grid-section > div:nth-child(3n-2) h3,
.bottomContainer__33vwa .grid-section > div:nth-child(3n-2) h4,
.bottomContainer__33vwa .grid-section > div:nth-child(3n-2) h5,
.bottomContainer__33vwa .grid-section > div:nth-child(3n-2) h6 {
  color: #ffffff !important;
}
.bottomContainer__33vwa .grid-section > div:nth-child(3n-1) {
  background-color: #e1e1e1;
}
.bottomContainer__33vwa .grid-section > div:nth-child(3n) {
  background-color: #ffffff;
}

.contentContainer__3tzHH.red .grid-section > div:nth-child(3n) {
  background-image: url("/assets/bg-red.jpg");
}
.contentContainer__3tzHH.red .grid-section .vid-bg {
  background-image: url("/assets/bg-youtube-red.png");
}

.bottomContainer__33vwa.red .grid-section > div:nth-child(3n-2) {
  background-image: url("/assets/bg-red.jpg");
}
.bottomContainer__33vwa.red .grid-section .vid-bg {
  background-image: url("/assets/bg-youtube-red.png");
}

.contentContainer__3tzHH.blue .grid-section > div:nth-child(3n) {
  background-image: url("/assets/bg6.jpg");
}

.bottomContainer__33vwa.blue .grid-section > div:nth-child(3n-2) {
  background-image: url("/assets/bg6.jpg");
}

.contentContainer__3tzHH.green .grid-section > div:nth-child(3n) {
  background-image: url("/assets/bg-green.jpg");
}
.contentContainer__3tzHH.green .grid-section .vid-bg {
  background-image: url("/assets/bg-youtube-green.png");
}

.bottomContainer__33vwa.green .grid-section > div:nth-child(3n-2) {
  background-image: url("/assets/bg-green.jpg");
}
.bottomContainer__33vwa.green .grid-section .vid-bg {
  background-image: url("/assets/bg-youtube-green.png");
}

.contentContainer__3tzHH.yellow .grid-section > div:nth-child(3n) {
  background-image: url("/assets/bg-yellow.jpg");
}
.contentContainer__3tzHH.yellow .grid-section .vid-bg {
  background-image: url("/assets/bg-youtube-yellow.png");
}

.bottomContainer__33vwa.yellow .grid-section > div:nth-child(3n-2) {
  background-image: url("/assets/bg-yellow.jpg");
}
.bottomContainer__33vwa.yellow .grid-section .vid-bg {
  background-image: url("/assets/bg-youtube-yellow.png");
}

.contentContainer__3tzHH.purple .grid-section > div:nth-child(3n) {
  background-image: url("/assets/bg-purple.jpg");
}
.contentContainer__3tzHH.purple .grid-section .vid-bg {
  background-image: url("/assets/bg-youtube-purple.png");
}

.bottomContainer__33vwa.purple .grid-section > div:nth-child(3n-2) {
  background-image: url("/assets/bg-purple.jpg");
}
.bottomContainer__33vwa.purple .grid-section .vid-bg {
  background-image: url("/assets/bg-youtube-purple.png");
}
@-webkit-keyframes fadein__3DU-l {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3DU-l {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1J0xv {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1J0xv {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__XUYqf {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__XUYqf {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1X1i7 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1X1i7 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3hz3h {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3hz3h {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.trivia-form__krPUl {
  background-color: #ffffff;
  padding: 1rem;
  margin: 0 auto;
  border-radius: 3px;
}
.trivia-form__krPUl input[type=text] {
  background-color: #ffffff !important;
  margin: 0.3rem 0;
}
.trivia-form__krPUl .form-row__VYC0a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.trivia-form__krPUl .form-row__VYC0a .form-col__3_d5m {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.trivia-form__krPUl .error-message__1Bm5U {
  font-weight: 700;
  color: #343b4b;
}
.trivia-form__FKcPE {
  background-color: #ffffff;
  padding: 1rem;
  margin: 0 auto;
  border-radius: 3px;
}
.trivia-form__FKcPE input[type=text] {
  background-color: #ffffff !important;
  margin: 0;
  padding: 0.5rem 1rem;
}
.trivia-form__FKcPE .form-row__1rA0k {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.trivia-form__FKcPE .form-row__1rA0k .form-col__12cHr {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.trivia-form__FKcPE .error-message__3O0qy {
  font-weight: 700;
  color: #343b4b;
}

@-webkit-keyframes fadein__3M_x- {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__3M_x- {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1k1S7 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1k1S7 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__30NAM {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__30NAM {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3i8YJ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3i8YJ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__DoFf9 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__DoFf9 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.trivia-form__1O4Po {
  background-color: #ffffff;
  padding: 1rem;
  margin: 0 auto;
  border-radius: 3px;
}
.trivia-form__1O4Po input[type=text] {
  background-color: #ffffff !important;
  margin: 0;
  padding: 0.5rem 1rem;
}
.trivia-form__1O4Po .form-row__2L6Th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.trivia-form__1O4Po .form-row__2L6Th .form-col__2eO6d {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.trivia-form__1O4Po .error-message__3SS4U {
  font-weight: 700;
  color: #343b4b;
}

@-webkit-keyframes fadein__aZzgU {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__aZzgU {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__3eevj {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__3eevj {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2troD {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2troD {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3Lqt- {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3Lqt- {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__9RcKi {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__9RcKi {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.trivia-form__header__17xdX {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .trivia-form__header__17xdX {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.trivia-form__header__title__2hmeF {
  font-weight: 700;
  text-transform: uppercase;
}
.trivia-form__header__description__20F4B {
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  .trivia-form__header__description__20F4B {
    margin-left: 0;
  }
}
.trivia-form__3KVgh {
  background-color: #ffffff;
  padding: 1rem;
  margin: 0 auto;
  border-radius: 3px;
}
.trivia-form__3KVgh input[type=text] {
  background-color: #ffffff !important;
  margin: 0;
  padding: 0.5rem 1rem;
}
.trivia-form__3KVgh .form-row__1MmOH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.trivia-form__3KVgh .form-row__1MmOH .form-col__3Xcxg {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.trivia-form__3KVgh .error-message__1RXby {
  font-weight: 700;
  color: #343b4b;
}

@-webkit-keyframes fadein__3GpLf {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__3GpLf {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__3pjyc {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__3pjyc {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1-yxO {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1-yxO {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__21EOm {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__21EOm {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__34ngl {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__34ngl {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.trivia-form__3emmL {
  background-color: #ffffff;
  padding: 1rem;
  margin: 0 auto;
  border-radius: 3px;
}
.trivia-form__3emmL input[type=text] {
  background-color: #ffffff !important;
  margin: 0;
  padding: 0.5rem 1rem;
}
.trivia-form__3emmL .form-row__1ZDOJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.trivia-form__3emmL .form-row__1ZDOJ .form-col__2OPEq {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.trivia-form__3emmL .error-message__3raBr {
  font-weight: 700;
  color: #343b4b;
}

@-webkit-keyframes fadein__1mZMv {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__1mZMv {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__COGVJ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__COGVJ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1O46Y {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1O46Y {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2DgFb {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2DgFb {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1xBVs {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1xBVs {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.trivia-form__header__1obLM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .trivia-form__header__1obLM {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.trivia-form__header__title__3fdCz {
  font-weight: 700;
  text-transform: uppercase;
}
.trivia-form__header__description__1g0ac {
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  .trivia-form__header__description__1g0ac {
    margin-left: 0;
  }
}
.trivia-form__1gpiY {
  background-color: #ffffff;
  padding: 1rem;
  margin: 0 auto;
  border-radius: 3px;
}
.trivia-form__1gpiY input[type=text] {
  background-color: #ffffff !important;
  margin: 0;
  padding: 0.5rem 1rem;
}
.trivia-form__1gpiY .form-row__3UT5I {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.trivia-form__1gpiY .form-row__3UT5I .form-col__3gCcf {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.trivia-form__1gpiY .error-message__3qTqG {
  font-weight: 700;
  color: #343b4b;
}

@-webkit-keyframes fadein__mtTBp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__mtTBp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__oCwF7 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__oCwF7 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__3_C4N {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__3_C4N {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1DDsj {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1DDsj {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1IB6Z {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1IB6Z {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.trivia-form__header__2MV2H {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .trivia-form__header__2MV2H {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.trivia-form__header__title__1_GH4 {
  font-weight: 700;
  text-transform: uppercase;
}
.trivia-form__header__description__1qBti {
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  .trivia-form__header__description__1qBti {
    margin-left: 0;
  }
}
.trivia-form__input__3HOpF {
  width: 100% !important;
}
@-webkit-keyframes fadein__1cdg7 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__1cdg7 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__11YJe {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__11YJe {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__oGvec {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__oGvec {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__PmXIz {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__PmXIz {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__KGTk0 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__KGTk0 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.button__2Zu5a:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.ant-button__I2qyI:hover {
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

label,
input, .button__2Zu5a,
button,
input[type=button],
input[type=submit],
.ant-button__I2qyI {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contentContainer__2lCR9,
.heroContainer__fQJHf, .container__294KE, #app__11RMd {
  background-image: url("/assets/bg6.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

@-webkit-keyframes fadein__3ZZ5u {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__3ZZ5u {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__38Mon {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__38Mon {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__3MShM {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__3MShM {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2w7ro {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2w7ro {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2G_-Y {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2G_-Y {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.button__2Zu5a:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.ant-button__I2qyI:hover {
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

label,
input, .button__2Zu5a,
button,
input[type=button],
input[type=submit],
.ant-button__I2qyI {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contentContainer__2lCR9,
.heroContainer__fQJHf, .container__294KE, #app__11RMd {
  background-image: url("/assets/bg6.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

@keyframes fadein__3ZZ5u {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein2__38Mon {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__3MShM {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadeup__2w7ro {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeleft__2G_-Y {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

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

body {
  background-color: #eaeaea;
  font-family: "Poppins", "Helvetica", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#app__11RMd {
  background-color: #f7f7f7;
  margin: 0 auto;
  min-height: 100vh;
}
@media screen and (max-width: 991px) {
  #app__11RMd {
    padding-bottom: 88px;
  }
}

::-moz-selection {
  color: #ffffff;
  background: #f83939;
}

::selection {
  color: #ffffff;
  background: #f83939;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 21px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}

p,
ul,
li {
  font-size: 12px;
}

.button__2Zu5a,
button,
input[type=button],
input[type=submit],
.ant-button__I2qyI {
  background-color: #0ba244;
  border-radius: 1.5rem;
  color: #ffffff;
  font-weight: 500;
  height: auto;
  padding: 0.7rem 1.6rem;
  text-transform: uppercase;
}
.button__2Zu5a:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.ant-button__I2qyI:hover {
  background-color: #0d1c2d;
  color: #ffffff;
}

input,
input[type=text],
input[type=password],
input[type=email],
input[type=name],
input[type=password],
input[type=tel],
textarea,
select {
  border: 1px solid #d7dbd8;
  border-radius: 4px;
  background-color: #f7f7f7;
  cursor: text;
  font-size: 0.9rem;
  margin: 0 !important;
  padding: 0.7rem 1rem;
  width: 100%;
  -webkit-appearance: none;
}
input:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=name]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: #0e2d51;
}

label,
input {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

::-webkit-input-placeholder {
  color: #8a8f95;
  opacity: 1;
  -webkit-transition: inherit;
  transition: inherit;
}

input:focus::-webkit-input-placeholder {
  opacity: 1;
}

form > div {
  position: relative;
}

form > div > label {
  position: absolute;
}

form.shrinkLabel__3ZeXe label {
  font-size: 0.9rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0.2rem 0.25rem 0.3rem;
  padding: 0.7rem 1rem;
  width: 100%;
}
form.shrinkLabel__3ZeXe input {
  width: 100%;
}
form.shrinkLabel__3ZeXe input:focus {
  padding: 1rem 1rem 0.4rem;
  outline: none;
}
form.shrinkLabel__3ZeXe input:focus + label {
  color: #8a8f95;
  font-size: 0.6rem;
  bottom: inherit;
  margin-top: -4px;
}
form.shrinkLabel__3ZeXe input:valid:not(:focus) + label {
  display: none;
}

.container__294KE {
  width: 100%;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .container__294KE {
    min-height: 100vh;
  }
}

.contentContainer__2lCR9 {
  width: 100%;
  margin: 15px auto;
  max-width: 1100px;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .contentContainer__2lCR9 {
    min-height: 100vh;
    margin-top: 0;
  }
}

.hidden__1HBIk {
  display: none !important;
}

.gm-style-iw__20dOj.gm-style-iw-c__2s2GN {
  padding: 0 !important;
}
@media screen and (max-width: 991px) {
  .gm-style-iw__20dOj.gm-style-iw-c__2s2GN {
    width: calc(100vw - 25px) !important;
    max-width: unset !important;
  }
}
.gm-style-iw__20dOj.gm-style-iw-c__2s2GN .gm-style-iw-d__2GAj9 {
  overflow: hidden !important;
}
@media screen and (max-width: 991px) {
  .gm-style-iw__20dOj.gm-style-iw-c__2s2GN .gm-style-iw-d__2GAj9 {
    width: calc(100vw - 25px) !important;
    max-width: unset !important;
  }
}
.gm-style-iw__20dOj.gm-style-iw-c__2s2GN .gm-style-iw-d__2GAj9 .ant-card-cover__3rwp5 {
  overflow: hidden !important;
  height: 140px !important;
}
.gm-style-iw__20dOj.gm-style-iw-c__2s2GN .gm-style-iw-d__2GAj9 .ant-card-body__1Zy3_ {
  padding: 15px !important;
}
.gm-style-iw__20dOj.gm-style-iw-c__2s2GN .gm-style-iw-d__2GAj9 .ant-card-body__1Zy3_ h4 {
  color: #0ba244;
  font-family: "Poppins";
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.container__294KE {
  width: 100%;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .container__294KE {
    min-height: 100vh;
  }
}
.container__294KE.special__PSW0C .features__3duwR .feature__1Jk1_ i {
  color: #f9c015;
}
.container__294KE.special__PSW0C .imageContainer__2Zhwm:before {
  -webkit-box-shadow: 0px 75px 0 0 #f9c015;
          box-shadow: 0px 75px 0 0 #f9c015;
}
.container__294KE.special__PSW0C .heroContainer__fQJHf {
  border-top-color: #f9c015;
}
.container__294KE.grandslam__2IfGv .features__3duwR .feature__1Jk1_ i {
  color: #ee4c4f;
}
.container__294KE.grandslam__2IfGv .imageContainer__2Zhwm:before {
  -webkit-box-shadow: 0px 75px 0 0 #ee4c4f;
          box-shadow: 0px 75px 0 0 #ee4c4f;
}
.container__294KE.grandslam__2IfGv .heroContainer__fQJHf {
  border-top-color: #ee4c4f;
}
.container__294KE.satellite__2kuxY .features__3duwR .feature__1Jk1_ i {
  color: #39c2ec;
}
.container__294KE.satellite__2kuxY .imageContainer__2Zhwm:before {
  -webkit-box-shadow: 0px 75px 0 0 #39c2ec;
          box-shadow: 0px 75px 0 0 #39c2ec;
}
.container__294KE.satellite__2kuxY .heroContainer__fQJHf {
  border-top-color: #39c2ec;
}

.contentContainer__2lCR9,
.heroContainer__fQJHf {
  width: 100%;
  margin: 0px auto;
  max-width: 1100px;
}
.contentContainer__2lCR9 .eventType__2-Vqu i,
.heroContainer__fQJHf .eventType__2-Vqu i {
  font-size: 26px;
}
@media screen and (max-width: 991px) {
  .contentContainer__2lCR9 .eventType__2-Vqu i,
.heroContainer__fQJHf .eventType__2-Vqu i {
    font-size: 18px;
  }
}
.contentContainer__2lCR9 .eventType__2-Vqu p,
.heroContainer__fQJHf .eventType__2-Vqu p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #8a8f95;
  margin-bottom: 20px;
}
.contentContainer__2lCR9 .eventType__2-Vqu p span,
.heroContainer__fQJHf .eventType__2-Vqu p span {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .contentContainer__2lCR9 .eventType__2-Vqu p,
.heroContainer__fQJHf .eventType__2-Vqu p {
    margin-bottom: 16px;
  }
  .contentContainer__2lCR9 .eventType__2-Vqu p span,
.heroContainer__fQJHf .eventType__2-Vqu p span {
    font-size: 10px;
  }
}

.contentContainer__2lCR9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 800px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .contentContainer__2lCR9 {
    background-color: transparent;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .contentContainer__2lCR9 {
    min-height: 100vh;
  }
}

.heroContainer__fQJHf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .heroContainer__fQJHf {
    margin-top: 0;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 992px) {
  .heroContainer__fQJHf {
    border: 1px solid #d7dbd8;
    border-top: 10px solid #eaeaea;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2em;
  }
  .heroContainer__fQJHf .imageContainer__2Zhwm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .heroContainer__fQJHf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .heroContainer__fQJHf .imageContainer__2Zhwm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .heroContainer__fQJHf .headerInfo__1j7g_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.imageContainer__2Zhwm {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.imageContainer__2Zhwm img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .imageContainer__2Zhwm {
    height: 200px;
  }
  .imageContainer__2Zhwm:after {
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: 0px 75px 0 0 #ffffff;
            box-shadow: 0px 75px 0 0 #ffffff;
    position: absolute;
    bottom: 0;
    left: -25%;
    height: 150px;
    width: 150%;
    z-index: 1;
  }
  .imageContainer__2Zhwm:before {
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: 0px 75px 0 0 #eaeaea;
            box-shadow: 0px 75px 0 0 #eaeaea;
    position: absolute;
    bottom: 10px;
    left: -35%;
    height: 150px;
    width: 170%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) {
  .imageContainer__2Zhwm {
    width: 40%;
  }
  .imageContainer__2Zhwm img {
    width: 100%;
  }
  .imageContainer__2Zhwm:after {
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: -60px 5px 0 0 #ffffff;
            box-shadow: -60px 5px 0 0 #ffffff;
    position: absolute;
    top: -25%;
    left: 0;
    height: 150%;
    width: 150px;
    z-index: 1;
  }
}

.headerInfo__1j7g_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em 1em 0;
  text-align: center;
}
.headerInfo__1j7g_ button {
  display: inline-block;
  margin-top: 1rem;
  width: auto;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
@media screen and (max-width: 991px) {
  .headerInfo__1j7g_ button {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.headerInfo__1j7g_ .eventMeta__1frqn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headerInfo__1j7g_ .eventMeta__1frqn .eventType__2-Vqu,
.headerInfo__1j7g_ .eventMeta__1frqn .eventShare__1O4FW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  color: #0ba244;
}
.headerInfo__1j7g_ .eventMeta__1frqn .eventType__2-Vqu .iconShare__B2NHP,
.headerInfo__1j7g_ .eventMeta__1frqn .eventShare__1O4FW .iconShare__B2NHP {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .headerInfo__1j7g_ .eventMeta__1frqn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .headerInfo__1j7g_ .eventMeta__1frqn .eventType__2-Vqu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  .headerInfo__1j7g_ .eventMeta__1frqn .eventType__2-Vqu p {
    width: 100%;
  }
  .headerInfo__1j7g_ .eventMeta__1frqn .eventShare__1O4FW {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.headerInfo__1j7g_ h1 {
  font-family: "DINPro";
  color: #0d1c2d;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}
@media screen and (max-width: 991px) {
  .headerInfo__1j7g_ h1 {
    font-size: 16px;
    line-height: 20px;
  }
}
.headerInfo__1j7g_ .status__3_2rP {
  margin-bottom: 1rem;
}
.headerInfo__1j7g_ .address__1vbtA {
  font-family: "DINPro";
  color: #0ba244;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 25px;
  padding-right: 90px;
}
@media screen and (max-width: 991px) {
  .headerInfo__1j7g_ .address__1vbtA {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
  }
}
.headerInfo__1j7g_ .description__2Z7DS {
  color: #0d1c2d;
  font-family: "DINPro";
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .headerInfo__1j7g_ .description__2Z7DS {
    display: none;
  }
}
.headerInfo__1j7g_ button {
  width: 150px;
  margin-top: 0px;
  margin-bottom: 37px;
}
@media screen and (max-width: 991px) {
  .headerInfo__1j7g_ button {
    line-height: 8px;
    font-size: 10px;
    width: 118px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .headerInfo__1j7g_ {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    padding: 2em;
    text-align: left;
  }
}

#featuresHeader__3njSe {
  display: none;
}
@media screen and (min-width: 992px) {
  #featuresHeader__3njSe {
    display: block;
    width: 100%;
  }
}

.featuresContainer__fg5f5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 991px) {
  .featuresContainer__fg5f5 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .featuresContainer__fg5f5 {
    margin-bottom: 1em;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .featuresContainer__fg5f5 {
    padding-right: 0;
  }
}

.features__3duwR {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
}
@media screen and (max-width: 991px) {
  .features__3duwR {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (min-width: 992px) {
  .features__3duwR {
    border: 1px solid #d7dbd8;
    border-top: none;
    border-bottom: none;
  }
}
.features__3duwR .feature__1Jk1_ {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 1rem 0.5rem;
}
.features__3duwR .feature__1Jk1_ i {
  font-size: 3rem;
}
.features__3duwR .feature__1Jk1_ .featureTitle__2k11e {
  font-weight: 500;
  line-height: 1.2;
  margin-top: 1rem;
}
.features__3duwR .feature__1Jk1_ .featureContent__WZB0W {
  color: #8a8f95;
}
@media screen and (min-width: 992px) {
  .features__3duwR .feature__1Jk1_ {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .features__3duwR .feature__1Jk1_ i {
    font-size: 4.5rem;
  }
}

.descriptionContainer__1ebXz {
  background-color: #ffffff;
  text-align: left;
  font-weight: bold;
  border: 1px solid #d7dbd8;
  border-top: none;
  padding: 1rem;
}
@media screen and (max-width: 991px) {
  .descriptionContainer__1ebXz {
    border: none;
  }
}

.blindStructureContainer__15UCp,
.resultsContainer__UKQ9t {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .blindStructureContainer__15UCp,
.resultsContainer__UKQ9t {
    margin-bottom: 1em;
  }
}

.leaderboardContainer__2A91z {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-right: 2em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .leaderboardContainer__2A91z {
    padding-right: 1em;
  }
}

.galleryContainer__3TUyS {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2em auto;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .galleryContainer__3TUyS {
    margin: 1em auto;
  }
}

#green__1GxTG .header__3CtQ5 {
  background: #0ba244 !important;
}

.nav__10NMJ {
  background: #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* [1] */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* [1] */
  overflow-x: auto;
  /* [1] */
  -webkit-overflow-scrolling: touch;
  /* [4] */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* [5] */
  padding: 10px;
  overflow-x: auto;
  width: 100%;
}
.nav__10NMJ .navLinkContainer__203FM {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.nav__10NMJ .navLinkContainer__203FM .navLink__IskdP {
  background: #d7dbd8;
  border-radius: 4px;
  color: #8a8f95;
  display: block;
  font-weight: 500;
  margin-right: 8px;
  padding: 8px 1rem;
  text-transform: uppercase;
}
.nav__10NMJ .navLinkContainer__203FM .navLink__IskdP:hover, .nav__10NMJ .navLinkContainer__203FM .navLink__IskdP.activeLink__1ZyGO {
  background-color: #0d1c2d;
  color: #ffffff;
}
.nav__10NMJ::-webkit-scrollbar {
  display: none;
}

.activeLink__1ZyGO {
  background: #0d1c2d;
}
.footer-container__sEeIV {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #343b4e), color-stop(95%, #0a101c));
  background: linear-gradient(to bottom, #343b4e 21%, #0a101c 95%);
}

.container__icon-container__icon-wrapper__icon-box__1fsmG.clickable__2gApc:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f81514), color-stop(95%, #d80644));
  background: linear-gradient(to bottom, #f81514 21%, #d80644 95%);
  -webkit-box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
          box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes fadein__23nA4 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__23nA4 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1DlO2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1DlO2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2xSi1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2xSi1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1PqFP {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1PqFP {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2DQJ3 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2DQJ3 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__3iKr0 {
  margin: 2em 0.5em 0 0.5em;
  background: #ffffff;
  border-radius: 15px 15px 0 0;
  padding: 3rem;
}
@media screen and (max-width: 991px) {
  .container__3iKr0 {
    padding: 1rem;
  }
}
.container__title-container__33x-S {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 3px solid #eaeaea;
}
.container__title-container__title-wrapper__1a5af {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.container__title-container__title-wrapper__title__3gyfi {
  color: #d80644;
  font-weight: 900;
  font-size: 47px;
  text-transform: uppercase;
  line-height: 29px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .container__title-container__title-wrapper__title__3gyfi {
    font-size: 35px;
    line-height: 26px;
  }
}
.container__title-container__link-wrapper__Q2tSK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .container__title-container__link-wrapper__Q2tSK {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.container__title-container__link-wrapper__link__2inQl {
  color: #343b4b;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .container__title-container__link-wrapper__link__2inQl {
    line-height: 26px;
  }
}
.container__info-container__1SkKj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2em;
}
.container__info-container__name__2X1Ig {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .container__info-container__name__2X1Ig {
    font-size: 18px;
    line-height: 20px;
  }
}
.container__info-container__address__S-JWh {
  font-weight: 700;
  color: #343b4b;
}
.container__info-container__address__icon__1ouwi {
  margin-right: 1em;
}
.container__description-container__19ggc {
  margin-top: 2em;
}
.container__description-container__description__yysRA {
  font-size: 18px;
  line-height: 1.05;
}
.container__map-wrapper__11pDA {
  margin-top: 2em;
}
.container__map-wrapper__img__1gnMX {
  width: 100%;
}
.container__icon-container__II-Lw {
  margin-top: 2em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container__icon-container__icon-wrapper__3tZCV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container__icon-container__icon-wrapper__icon-box__1fsmG {
  width: 82px;
  height: 82px;
  padding-top: 1rem;
  border-radius: 15px;
  border: 1px solid #343b4b;
}
.container__icon-container__icon-wrapper__icon-box__1fsmG.clickable__2gApc:hover .container__icon-container__icon-wrapper__icon-box__icon__3_dVA {
  color: #ffffff !important;
}
.container__icon-container__icon-wrapper__icon-box__icon__3_dVA {
  font-weight: 700;
  font-size: 45px;
  color: #343b4b;
}
.container__icon-container__icon-wrapper__text__1mXyc {
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .container__icon-container__icon-wrapper__text__1mXyc {
    font-size: 13px;
  }
}

.footer-container__sEeIV {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin: 0 0.5em 2em 0.5em;
  border-radius: 0 0 15px 15px;
  padding: 3rem;
}
@media screen and (max-width: 991px) {
  .footer-container__sEeIV {
    padding: 1rem;
  }
}
.footer-container__icon-featured__1yo7R, .footer-container__icon__3p90O {
  margin-right: 0.2rem;
  font-size: 1rem;
}
.footer-container__icon-featured__1yo7R {
  color: #e6ca74;
}
.footer-container__icon__3p90O {
  color: #ffffff;
}
.footer-container__description-featured__htt9e, .footer-container__description__20vFu {
  font-size: 23px;
  margin-left: 6px;
}
.footer-container__description-featured__htt9e {
  color: #e6ca74;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-container__description__20vFu {
  color: #ffffff;
  font-weight: 700;
}
@-webkit-keyframes fadein__2muwB {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__2muwB {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__3WTBw {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__3WTBw {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__4wKu8 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__4wKu8 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__nEHbT {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__nEHbT {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3lY8m {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3lY8m {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.photoContainer__2dNr7 {
  width: 100%;
  background-color: #ffffff;
}
.photoContainer__wrapper__1P37l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.photoContainer__wrapper__1P37l .photoColumn__3_sGZ {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 12px;
}
.photoContainer__wrapper__1P37l .photoColumn__3_sGZ.photoColumnFirst__2kuF5 {
  margin-left: 0;
}
.photoContainer__wrapper__1P37l .photoColumn__3_sGZ .photoWrapper__AKMdS {
  margin-bottom: 12px;
}
.photoContainer__2dNr7 .loadMore__1LiO0 {
  display: block;
  margin: 0 auto;
}
@-webkit-keyframes fadein__2HtCh {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__2HtCh {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__2Cf3B {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__2Cf3B {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__3wEil {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__3wEil {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1opyq {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1opyq {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3b01F {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3b01F {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.header__1MPMk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 0.7rem;
  background: #0e2d51;
  color: #ffffff;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__1MPMk h2 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.header__1MPMk button {
  margin-right: 10px;
}

[type=green] .header__1MPMk {
  background: #0ba244 !important;
}

.title__1G-uB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-box-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
}
.title__1G-uB .textCenter__2tNrs {
  margin: 0 auto;
}

.info__2qngR {
  margin-right: 8px;
}

.arrow__2GfKB {
  -webkit-box-flex: 0.1;
      -ms-flex: 0.1;
          flex: 0.1;
  -ms-flex-item-align: center;
      align-self: center;
}
.arrow__2GfKB a {
  color: #ffffff;
}

.filterBtn__2w0nQ {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .header__1MPMk {
    height: 54px;
    padding: 0 1rem;
  }
  .header__1MPMk h2 {
    font-size: 16px;
    line-height: 54px;
  }
  .header__1MPMk .filterBtn__2w0nQ {
    line-height: 54px;
  }
}
@-webkit-keyframes fadein__9DZ2x {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__9DZ2x {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__3gH8K {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__3gH8K {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2kmJX {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2kmJX {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__Kr-W9 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__Kr-W9 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__L9OUf {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__L9OUf {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__ZyZzu i {
  color: #99ff33;
  font-size: 15px;
}
@-webkit-keyframes fadein__2EtH0 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__2EtH0 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1pdrF {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1pdrF {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2dInZ {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2dInZ {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1yVDw {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1yVDw {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__KuE2X {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__KuE2X {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.img-wrapper__1ualx img {
  width: 100%;
  height: auto;
}
@-webkit-keyframes fadein__1gx_V {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__1gx_V {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__3N75i {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__3N75i {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__qKfF5 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__qKfF5 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2kyIo {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2kyIo {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2rDeq {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2rDeq {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.modalWrapper__1lVLy {
  text-align: center;
}
.modalWrapper__1lVLy .modalTitle__3c6gW, .modalWrapper__1lVLy .modalSubTitle__3osIY, .modalWrapper__1lVLy .description__OB0Ly {
  color: #ffffff;
}
.modalWrapper__1lVLy img {
  width: 100%;
  display: block;
}
@-webkit-keyframes fadein__3RGp9 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3RGp9 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__64Lfh {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__64Lfh {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__3u6W3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__3u6W3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1eO8x {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1eO8x {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1i_se {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1i_se {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__2B3kF {
  width: 100%;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .container__2B3kF {
    min-height: 100vh;
  }
}
.container__2B3kF .contentContainer__16sPQ {
  width: 100%;
  margin: 0px auto;
  max-width: 1100px;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .container__2B3kF .contentContainer__16sPQ {
    min-height: 100vh;
  }
}
.container__2B3kF .contentContainer__img__30Kf2 {
  width: 100%;
  height: auto;
}
.button__3z4Xs:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.ant-button__2gT3w:hover {
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

label,
input, .button__3z4Xs,
button,
input[type=button],
input[type=submit],
.ant-button__2gT3w {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contentContainer__1Nkvo,
.heroContainer__1Eo1K, .container__unP0Q, #app__Wzl1H {
  background-image: url("/assets/bg6.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

@-webkit-keyframes fadein__2Sy4O {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__2Sy4O {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__3Peiu {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__3Peiu {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__qN2bd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__qN2bd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3taL9 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3taL9 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2SVeM {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2SVeM {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.button__3z4Xs:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.ant-button__2gT3w:hover {
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

label,
input, .button__3z4Xs,
button,
input[type=button],
input[type=submit],
.ant-button__2gT3w {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contentContainer__1Nkvo,
.heroContainer__1Eo1K, .container__unP0Q, #app__Wzl1H {
  background-image: url("/assets/bg6.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

@keyframes fadein__2Sy4O {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein2__3Peiu {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__qN2bd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadeup__3taL9 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeleft__2SVeM {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

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

body {
  background-color: #eaeaea;
  font-family: "Poppins", "Helvetica", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#app__Wzl1H {
  background-color: #f7f7f7;
  margin: 0 auto;
  min-height: 100vh;
}
@media screen and (max-width: 991px) {
  #app__Wzl1H {
    padding-bottom: 88px;
  }
}

::-moz-selection {
  color: #ffffff;
  background: #f83939;
}

::selection {
  color: #ffffff;
  background: #f83939;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 21px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}

p,
ul,
li {
  font-size: 12px;
}

.button__3z4Xs,
button,
input[type=button],
input[type=submit],
.ant-button__2gT3w {
  background-color: #0ba244;
  border-radius: 1.5rem;
  color: #ffffff;
  font-weight: 500;
  height: auto;
  padding: 0.7rem 1.6rem;
  text-transform: uppercase;
}
.button__3z4Xs:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.ant-button__2gT3w:hover {
  background-color: #0d1c2d;
  color: #ffffff;
}

input,
input[type=text],
input[type=password],
input[type=email],
input[type=name],
input[type=password],
input[type=tel],
textarea,
select {
  border: 1px solid #d7dbd8;
  border-radius: 4px;
  background-color: #f7f7f7;
  cursor: text;
  font-size: 0.9rem;
  margin: 0 !important;
  padding: 0.7rem 1rem;
  width: 100%;
  -webkit-appearance: none;
}
input:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=name]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: #0e2d51;
}

label,
input {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

::-webkit-input-placeholder {
  color: #8a8f95;
  opacity: 1;
  -webkit-transition: inherit;
  transition: inherit;
}

input:focus::-webkit-input-placeholder {
  opacity: 1;
}

form > div {
  position: relative;
}

form > div > label {
  position: absolute;
}

form.shrinkLabel__5vSI3 label {
  font-size: 0.9rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0.2rem 0.25rem 0.3rem;
  padding: 0.7rem 1rem;
  width: 100%;
}
form.shrinkLabel__5vSI3 input {
  width: 100%;
}
form.shrinkLabel__5vSI3 input:focus {
  padding: 1rem 1rem 0.4rem;
  outline: none;
}
form.shrinkLabel__5vSI3 input:focus + label {
  color: #8a8f95;
  font-size: 0.6rem;
  bottom: inherit;
  margin-top: -4px;
}
form.shrinkLabel__5vSI3 input:valid:not(:focus) + label {
  display: none;
}

.container__unP0Q {
  width: 100%;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .container__unP0Q {
    min-height: 100vh;
  }
}

.contentContainer__1Nkvo {
  width: 100%;
  margin: 15px auto;
  max-width: 1100px;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .contentContainer__1Nkvo {
    min-height: 100vh;
    margin-top: 0;
  }
}

.hidden__201P1 {
  display: none !important;
}

.gm-style-iw__2NKc1.gm-style-iw-c__6F12m {
  padding: 0 !important;
}
@media screen and (max-width: 991px) {
  .gm-style-iw__2NKc1.gm-style-iw-c__6F12m {
    width: calc(100vw - 25px) !important;
    max-width: unset !important;
  }
}
.gm-style-iw__2NKc1.gm-style-iw-c__6F12m .gm-style-iw-d__1Ejgz {
  overflow: hidden !important;
}
@media screen and (max-width: 991px) {
  .gm-style-iw__2NKc1.gm-style-iw-c__6F12m .gm-style-iw-d__1Ejgz {
    width: calc(100vw - 25px) !important;
    max-width: unset !important;
  }
}
.gm-style-iw__2NKc1.gm-style-iw-c__6F12m .gm-style-iw-d__1Ejgz .ant-card-cover__F3ceW {
  overflow: hidden !important;
  height: 140px !important;
}
.gm-style-iw__2NKc1.gm-style-iw-c__6F12m .gm-style-iw-d__1Ejgz .ant-card-body__3ydOH {
  padding: 15px !important;
}
.gm-style-iw__2NKc1.gm-style-iw-c__6F12m .gm-style-iw-d__1Ejgz .ant-card-body__3ydOH h4 {
  color: #0ba244;
  font-family: "Poppins";
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.container__unP0Q {
  width: 100%;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .container__unP0Q {
    min-height: 100vh;
  }
}
.container__unP0Q.special__xnQQX .features__2XW3T .feature__IN2xZ i {
  color: #f9c015;
}
.container__unP0Q.special__xnQQX .imageContainer__3h87A:before {
  -webkit-box-shadow: 0px 75px 0 0 #f9c015;
          box-shadow: 0px 75px 0 0 #f9c015;
}
.container__unP0Q.special__xnQQX .heroContainer__1Eo1K {
  border-top-color: #f9c015;
}
.container__unP0Q.grandslam__2kHLm .features__2XW3T .feature__IN2xZ i {
  color: #ee4c4f;
}
.container__unP0Q.grandslam__2kHLm .imageContainer__3h87A:before {
  -webkit-box-shadow: 0px 75px 0 0 #ee4c4f;
          box-shadow: 0px 75px 0 0 #ee4c4f;
}
.container__unP0Q.grandslam__2kHLm .heroContainer__1Eo1K {
  border-top-color: #ee4c4f;
}
.container__unP0Q.satellite__3UiWY .features__2XW3T .feature__IN2xZ i {
  color: #39c2ec;
}
.container__unP0Q.satellite__3UiWY .imageContainer__3h87A:before {
  -webkit-box-shadow: 0px 75px 0 0 #39c2ec;
          box-shadow: 0px 75px 0 0 #39c2ec;
}
.container__unP0Q.satellite__3UiWY .heroContainer__1Eo1K {
  border-top-color: #39c2ec;
}

.contentContainer__1Nkvo,
.heroContainer__1Eo1K {
  width: 100%;
  margin: 0px auto;
  max-width: 1100px;
}
.contentContainer__1Nkvo .eventType__nHQil i,
.heroContainer__1Eo1K .eventType__nHQil i {
  font-size: 26px;
}
@media screen and (max-width: 991px) {
  .contentContainer__1Nkvo .eventType__nHQil i,
.heroContainer__1Eo1K .eventType__nHQil i {
    font-size: 18px;
  }
}
.contentContainer__1Nkvo .eventType__nHQil p,
.heroContainer__1Eo1K .eventType__nHQil p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #8a8f95;
  margin-bottom: 20px;
}
.contentContainer__1Nkvo .eventType__nHQil p span,
.heroContainer__1Eo1K .eventType__nHQil p span {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .contentContainer__1Nkvo .eventType__nHQil p,
.heroContainer__1Eo1K .eventType__nHQil p {
    margin-bottom: 16px;
  }
  .contentContainer__1Nkvo .eventType__nHQil p span,
.heroContainer__1Eo1K .eventType__nHQil p span {
    font-size: 10px;
  }
}

.contentContainer__1Nkvo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 800px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .contentContainer__1Nkvo {
    background-color: transparent;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .contentContainer__1Nkvo {
    min-height: 100vh;
  }
}

.heroContainer__1Eo1K {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .heroContainer__1Eo1K {
    margin-top: 0;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 992px) {
  .heroContainer__1Eo1K {
    border: 1px solid #d7dbd8;
    border-top: 10px solid #eaeaea;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2em;
  }
  .heroContainer__1Eo1K .imageContainer__3h87A {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .heroContainer__1Eo1K {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .heroContainer__1Eo1K .imageContainer__3h87A {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .heroContainer__1Eo1K .headerInfo__2PwdZ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.imageContainer__3h87A {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.imageContainer__3h87A img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .imageContainer__3h87A {
    height: 200px;
  }
  .imageContainer__3h87A:after {
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: 0px 75px 0 0 #ffffff;
            box-shadow: 0px 75px 0 0 #ffffff;
    position: absolute;
    bottom: 0;
    left: -25%;
    height: 150px;
    width: 150%;
    z-index: 1;
  }
  .imageContainer__3h87A:before {
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: 0px 75px 0 0 #eaeaea;
            box-shadow: 0px 75px 0 0 #eaeaea;
    position: absolute;
    bottom: 10px;
    left: -35%;
    height: 150px;
    width: 170%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) {
  .imageContainer__3h87A {
    width: 40%;
  }
  .imageContainer__3h87A img {
    width: 100%;
  }
  .imageContainer__3h87A:after {
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: -60px 5px 0 0 #ffffff;
            box-shadow: -60px 5px 0 0 #ffffff;
    position: absolute;
    top: -25%;
    left: 0;
    height: 150%;
    width: 150px;
    z-index: 1;
  }
}

.headerInfo__2PwdZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em 1em 0;
  text-align: center;
}
.headerInfo__2PwdZ button {
  display: inline-block;
  margin-top: 1rem;
  width: auto;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
@media screen and (max-width: 991px) {
  .headerInfo__2PwdZ button {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.headerInfo__2PwdZ .eventMeta__R18VX {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headerInfo__2PwdZ .eventMeta__R18VX .eventType__nHQil,
.headerInfo__2PwdZ .eventMeta__R18VX .eventShare__2swmX {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  color: #0ba244;
}
.headerInfo__2PwdZ .eventMeta__R18VX .eventType__nHQil .iconShare__3M8QL,
.headerInfo__2PwdZ .eventMeta__R18VX .eventShare__2swmX .iconShare__3M8QL {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .headerInfo__2PwdZ .eventMeta__R18VX {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .headerInfo__2PwdZ .eventMeta__R18VX .eventType__nHQil {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  .headerInfo__2PwdZ .eventMeta__R18VX .eventType__nHQil p {
    width: 100%;
  }
  .headerInfo__2PwdZ .eventMeta__R18VX .eventShare__2swmX {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.headerInfo__2PwdZ h1 {
  font-family: "DINPro";
  color: #0d1c2d;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}
@media screen and (max-width: 991px) {
  .headerInfo__2PwdZ h1 {
    font-size: 16px;
    line-height: 20px;
  }
}
.headerInfo__2PwdZ .status__sfm5X {
  margin-bottom: 1rem;
}
.headerInfo__2PwdZ .address__2becf {
  font-family: "DINPro";
  color: #0ba244;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 25px;
  padding-right: 90px;
}
@media screen and (max-width: 991px) {
  .headerInfo__2PwdZ .address__2becf {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
  }
}
.headerInfo__2PwdZ .description__17lMd {
  color: #0d1c2d;
  font-family: "DINPro";
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .headerInfo__2PwdZ .description__17lMd {
    display: none;
  }
}
.headerInfo__2PwdZ button {
  width: 150px;
  margin-top: 0px;
  margin-bottom: 37px;
}
@media screen and (max-width: 991px) {
  .headerInfo__2PwdZ button {
    line-height: 8px;
    font-size: 10px;
    width: 118px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .headerInfo__2PwdZ {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    padding: 2em;
    text-align: left;
  }
}

#featuresHeader__4vjol {
  display: none;
}
@media screen and (min-width: 992px) {
  #featuresHeader__4vjol {
    display: block;
    width: 100%;
  }
}

.featuresContainer__1JFZN {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 991px) {
  .featuresContainer__1JFZN {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .featuresContainer__1JFZN {
    margin-bottom: 1em;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .featuresContainer__1JFZN {
    padding-right: 0;
  }
}

.features__2XW3T {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
}
@media screen and (max-width: 991px) {
  .features__2XW3T {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (min-width: 992px) {
  .features__2XW3T {
    border: 1px solid #d7dbd8;
    border-top: none;
    border-bottom: none;
  }
}
.features__2XW3T .feature__IN2xZ {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 1rem 0.5rem;
}
.features__2XW3T .feature__IN2xZ i {
  font-size: 3rem;
}
.features__2XW3T .feature__IN2xZ .featureTitle__1en5G {
  font-weight: 500;
  line-height: 1.2;
  margin-top: 1rem;
}
.features__2XW3T .feature__IN2xZ .featureContent__1xnHs {
  color: #8a8f95;
}
@media screen and (min-width: 992px) {
  .features__2XW3T .feature__IN2xZ {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .features__2XW3T .feature__IN2xZ i {
    font-size: 4.5rem;
  }
}

.descriptionContainer__1b7H4 {
  background-color: #ffffff;
  text-align: left;
  font-weight: bold;
  border: 1px solid #d7dbd8;
  border-top: none;
  padding: 1rem;
}
@media screen and (max-width: 991px) {
  .descriptionContainer__1b7H4 {
    border: none;
  }
}

.blindStructureContainer__2DKIH,
.resultsContainer__2Fomb {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .blindStructureContainer__2DKIH,
.resultsContainer__2Fomb {
    margin-bottom: 1em;
  }
}

.leaderboardContainer__2l--Z {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-right: 2em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .leaderboardContainer__2l--Z {
    padding-right: 1em;
  }
}

.galleryContainer__kutC_ {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2em auto;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .galleryContainer__kutC_ {
    margin: 1em auto;
  }
}

#green__1eqfH .header__3XBss {
  background: #0ba244 !important;
}

.nav__3iNUC {
  background: #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* [1] */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* [1] */
  overflow-x: auto;
  /* [1] */
  -webkit-overflow-scrolling: touch;
  /* [4] */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* [5] */
  padding: 10px;
  overflow-x: auto;
  width: 100%;
}
.nav__3iNUC .navLinkContainer__1U53z {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.nav__3iNUC .navLinkContainer__1U53z .navLink__1FBov {
  background: #d7dbd8;
  border-radius: 4px;
  color: #8a8f95;
  display: block;
  font-weight: 500;
  margin-right: 8px;
  padding: 8px 1rem;
  text-transform: uppercase;
}
.nav__3iNUC .navLinkContainer__1U53z .navLink__1FBov:hover, .nav__3iNUC .navLinkContainer__1U53z .navLink__1FBov.activeLink__1sorb {
  background-color: #0d1c2d;
  color: #ffffff;
}
.nav__3iNUC::-webkit-scrollbar {
  display: none;
}

.activeLink__1sorb {
  background: #0d1c2d;
}
