/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  color: #ffffff;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  background-color: #0a0b12;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: normal;
  min-height: 100vh; }
  body.fixed {
    overflow: hidden; }

* {
  outline: none; }

img {
  max-width: 100%; }

.pl-35 {
  padding-left: 3.5rem; }

.pr-35 {
  padding-right: 3.5rem; }

.ml-35 {
  margin-left: 3.5rem; }

.mr-35 {
  margin-right: 3.5rem; }

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

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto; }

@media only screen and (min-width: 36em) {
  .container {
    max-width: 54rem; } }

@media only screen and (min-width: 48em) {
  .container {
    max-width: 72rem; } }

@media only screen and (min-width: 62em) {
  .container {
    max-width: 96rem; } }

@media only screen and (min-width: 75em) {
  .container {
    max-width: 118rem; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto; }

@media only screen and (min-width: 36em) {
  .container, .container-sm {
    max-width: 54rem; } }

@media only screen and (min-width: 48em) {
  .container, .container-sm, .container-md {
    max-width: 72rem; } }

@media only screen and (min-width: 62em) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 92rem; } }

@media only screen and (min-width: 75em) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 118rem; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media only screen and (min-width: 36em) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media only screen and (min-width: 48em) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media only screen and (min-width: 62em) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media only screen and (min-width: 75em) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media only screen and (min-width: 36em) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media only screen and (min-width: 48em) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media only screen and (min-width: 62em) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media only screen and (min-width: 75em) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media only screen and (min-width: 36em) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media only screen and (min-width: 48em) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media only screen and (min-width: 62em) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media only screen and (min-width: 75em) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

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

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

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

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

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

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

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

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

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

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media only screen and (min-width: 36em) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media only screen and (min-width: 48em) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media only screen and (min-width: 62em) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media only screen and (min-width: 75em) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-center {
  text-align: center; }

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.5rem; }

.owl-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #cacaca !important; }
  .owl-dot.active {
    width: 1.3rem;
    height: 1.3rem;
    background-color: #d4217b !important; }
  .owl-dot:not(:last-child) {
    margin-right: 1.5rem; }

@font-face {
  font-family: gotham;
  src: url("../fonts/gotham/Gotham-Bold.otf") format("opentype");
  font-weight: 700; }

@font-face {
  font-family: gotham;
  src: url("../fonts/gotham/Gotham-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: gotham;
  src: url("../fonts/gotham/Gotham-Medium.otf") format("opentype");
  font-weight: 500; }

@font-face {
  font-family: gotham;
  src: url("../fonts/gotham/Gotham-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: gotham;
  src: url("../fonts/gotham/Gotham-Book.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: gotham;
  src: url("../fonts/gotham/Gotham-Light.otf") format("opentype");
  font-weight: 300; }

@font-face {
  font-family: gotham;
  src: url("../fonts/gotham/Gotham-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic; }

.footer-top {
  padding-top: 5.5rem;
  padding-bottom: 4rem; }

.footer-bottom {
  border-top: solid 1px #4b4d5d;
  padding: 2rem 0; }

@media only screen and (max-width: 47.99em) {
  .footer__item {
    margin-bottom: 2rem; } }

.footer__item--logo {
  height: 4.8rem;
  -o-object-fit: contain;
     object-fit: contain; }

.footer__item--title {
  color: #ffffff;
  font-family: "gotham";
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 1.4rem; }
  @media only screen and (min-width: 48em) {
    .footer__item--title {
      font-size: 1.6rem;
      margin-bottom: 1.5rem; } }

.footer__item--text {
  color: #cacaca;
  font-size: 1.2rem;
  font-family: "gotham";
  line-height: 1.5; }
  @media only screen and (min-width: 48em) {
    .footer__item--text {
      font-size: 1.4rem; } }
  .footer__item--text a {
    color: #cacaca;
    font-size: 1.2rem;
    font-family: "gotham";
    text-decoration: none;
    transition: all 0.25s ease-in-out; }
    @media only screen and (min-width: 48em) {
      .footer__item--text a {
        font-size: 1.4rem; } }
    .footer__item--text a:hover {
      color: #d4217b; }

.footer__item--social {
  color: #cacaca;
  font-size: 1.4rem;
  font-family: "gotham";
  line-height: 1.5; }
  .footer__item--social a {
    color: #cacaca;
    font-size: 1.4rem;
    font-family: "gotham";
    text-decoration: none;
    transition: all 0.25s ease-in-out; }
    .footer__item--social a:not(:last-child) {
      margin-right: 3rem; }
    @media only screen and (min-width: 48em) {
      .footer__item--social a:not(:last-child) {
        margin-right: 1.5rem; } }
    @media only screen and (min-width: 75em) {
      .footer__item--social a:not(:last-child) {
        margin-right: 2rem; } }
    .footer__item--social a:hover {
      color: #d4217b; }
    .footer__item--social a svg {
      height: 2rem; }

.copyright {
  font-size: 1.2rem;
  font-family: "gotham";
  color: #cacaca;
  text-align: center; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(10, 11, 18, 0.75);
  z-index: 99;
  display: none;
  align-items: flex-start;
  justify-content: center;
  overflow: auto;
  padding: 3.5rem 0; }
  @media only screen and (min-width: 62em) {
    .modal {
      padding: 13.5rem 0; } }
  .modal.active {
    display: flex; }
  .modal--container {
    margin: 0 auto;
    width: 100%;
    position: relative; }
  .modal--close {
    color: #cacaca;
    outline: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 999; }
    .modal--close:hover {
      color: #ffffff; }
    .modal--close svg {
      height: 1.25rem; }

.speakerregistration {
  background-color: #181c3a; }
  .speakerregistration__content {
    background-image: url("../image/speakercover.jpg");
    padding: 3.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media only screen and (min-width: 62em) {
      .speakerregistration__content {
        min-height: 55rem; } }
    .speakerregistration__content--title {
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 1.5;
      color: #ffffff;
      margin-bottom: 1.5rem; }
    .speakerregistration__content--text {
      color: #cacaca;
      font-size: 1.4rem;
      font-family: "gotham";
      line-height: 1.5; }
  .speakerregistration__form {
    padding: 3rem; }
    @media only screen and (min-width: 62em) {
      .speakerregistration__form {
        padding: 5rem; } }

.registernow {
  background-color: #181c3a; }
  .registernow--title {
    font-size: 2.4rem;
    color: #ffffff;
    line-height: 1.13;
    margin-bottom: 2.5rem; }
  .registernow__form {
    padding: 3rem; }
    @media only screen and (min-width: 62em) {
      .registernow__form {
        padding: 5rem; } }
    .registernow__form .form--item:not(:last-child) {
      margin-bottom: 2rem; }

.form__item:not(:last-child) {
  margin-bottom: 1.5rem; }

.form__item label {
  font-size: 1.4rem;
  color: #cacaca;
  font-family: "gotham";
  width: 100%;
  display: block;
  margin-bottom: 0.8rem; }

.form__item.iconed {
  position: relative; }
  .form__item.iconed svg {
    position: absolute;
    top: 50%;
    left: 2.4rem;
    transform: translate(-50%, -50%); }
  .form__item.iconed input {
    padding-left: 4rem; }

.form__item input,
.form__item textarea {
  min-height: 4.2rem;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border: solid 2px #516bd6;
  padding: 1.05rem 2rem;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "gotham"; }
  .form__item input:focus,
  .form__item textarea:focus {
    border-color: #3994ff; }

.form__item small {
  font-size: 1.2rem;
  color: #cacaca;
  font-family: "gotham";
  width: 100%;
  display: block;
  margin-top: 0.8rem; }

.form__item.warning input,
.form__item.warning textarea {
  border-color: #ff4444; }

.form__item.warning small {
  color: #ff4444; }

.form__item.warning .help-block {
  font-size: 1.2rem;
  color: #ff4444;
  font-family: "gotham";
  width: 100%;
  display: block;
  margin-top: 0.8rem; }

.form__item button {
  margin-top: 1rem; }

.form__message {
  text-align: center; }
  .form__message h6 {
    font-size: 2.4rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.5rem; }
  .form__message p {
    font-size: 1.6rem;
    color: #cacaca;
    font-family: "gotham"; }

.field__radio {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.25;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  margin-right: 2rem;
  font-family: "Montserrat", sans-serif; }
  .field__radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .field__radio--checked {
    position: absolute;
    top: 0;
    left: 0;
    height: 2rem;
    width: 2rem;
    border: 0.2rem solid #ffffff;
    border-radius: 50%; }
    .field__radio--checked:after {
      content: "";
      position: absolute;
      display: none; }
  .field__radio input:checked ~ .field__radio--checked {
    border-color: #d4217b; }
  .field__radio input:checked ~ .field__radio--checked:after {
    display: block; }
  .field__radio .field__radio--checked:after {
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #d4217b;
    transform: translate(-50%, -50%); }

.header {
  padding: 2.5rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1; }
  @media only screen and (min-width: 48em) {
    .header {
      padding: 2rem 0; } }
  .header__menu {
    width: 100%;
    display: none; }
    @media only screen and (min-width: 48em) {
      .header__menu {
        display: flex; } }

.logo {
  z-index: 10;
  position: relative; }
  .logo img {
    height: 3rem;
    -o-object-fit: contain;
       object-fit: contain; }
    @media only screen and (min-width: 48em) {
      .logo img {
        height: 4.8rem; } }

.menu__item {
  display: inline-block;
  margin-right: 1.8rem; }
  .menu__item--link {
    padding: 0.9rem;
    color: #ffffff;
    font-size: 1.6rem;
    text-decoration: none;
    display: inline-block; }
    .menu__item--link:hover {
      color: #d4217b;
      text-decoration: none; }

.language {
  position: relative;
  transition: all 0.25s ease-in-out; }
  .language:hover {
    text-decoration: none; }
    .language:hover .language__menu {
      display: flex; }
  .language__selected {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #ffffff;
    font-size: 1.6rem;
    text-decoration: none;
    padding: 0.9rem; }
    .language__selected img {
      margin-left: 0.6rem;
      height: 1.2rem;
      color: #ffffff; }
  .language__menu {
    min-width: 100%;
    position: absolute;
    content: "";
    right: 0;
    top: 100%;
    background-color: #181c3a;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding: 0.6rem;
    display: none;
    text-align: right;
    transition: all 0.25s ease-in-out; }
    .language__menu--link {
      padding: 0.6rem 0.6rem 0.6rem 4.2rem;
      color: #ffffff;
      font-size: 1.6rem;
      text-decoration: none;
      width: 100%;
      transition: all 0.25s ease-in-out; }
      .language__menu--link.active, .language__menu--link:hover, .language__menu--link:active {
        color: #d4217b;
        text-decoration: none; }

.button {
  font-size: 1.4rem;
  font-family: "gotham";
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  outline: none;
  box-shadow: none;
  cursor: pointer; }
  .button-bordered {
    border: solid 2px #d4217b;
    padding: 1.35rem 2.5rem; }
    .button-bordered:hover {
      box-shadow: inset 30rem 0 0 0 #d4217b;
      text-decoration: none; }
    .button-bordered.white {
      border-color: #ffffff; }
      .button-bordered.white:hover {
        box-shadow: inset 30rem 0 0 0 #ffffff;
        color: #d4217b; }
  .button-submit {
    border: solid 2px #d4217b;
    padding: 1.05rem 2.5rem;
    background-color: #d4217b;
    width: 100%; }
    .button-submit:hover {
      border-color: #ffffff;
      color: #d4217b;
      box-shadow: inset 40rem 0 0 0 #ffffff;
      text-decoration: none; }
  .button-text {
    color: #cacaca; }
    .button-text.dark {
      color: #d4217b; }
    .button-text:hover {
      text-decoration: none; }
      .button-text:hover svg {
        margin-left: 1.4rem; }
    .button-text svg {
      transition: all 0.25s ease-in-out;
      margin-left: 1rem; }

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

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

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

#hamburger {
  width: 3rem;
  height: 3rem;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer; }

#hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #d8d8d8;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out; }

/* Icon 3 */
#hamburger span:nth-child(1) {
  top: 0px; }

#hamburger span:nth-child(2),
#hamburger span:nth-child(3) {
  top: 7.5px; }

#hamburger span:nth-child(4) {
  top: 15px; }

#hamburger.open span:nth-child(1) {
  top: 7.5px;
  width: 0%;
  left: 50%; }

#hamburger.open span:nth-child(2) {
  transform: rotate(45deg); }

#hamburger.open span:nth-child(3) {
  transform: rotate(-45deg); }

#hamburger.open span:nth-child(4) {
  top: 7.5px;
  width: 0%;
  left: 50%; }

.h-100 {
  height: 100%; }

.w-auto {
  width: auto; }

.mobile__header {
  z-index: 10;
  display: none; }
  @media only screen and (max-width: 47.99em) {
    .mobile__header {
      display: block; } }

.mobile__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #121421;
  z-index: 9;
  padding: 10rem 0 0 0;
  display: none; }
  .mobile__menu.active {
    display: block; }

.mobile__container {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap; }
  .mobile__container-header {
    width: 100%;
    flex: 1 1 0; }
  .mobile__container-footer {
    width: 100%;
    padding: 2.5rem 0 5rem 0;
    border-top: solid 1px #4b4d5d; }

.mobile__nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 3.5rem; }
  .mobile__nav--link {
    display: block;
    font-weight: 600;
    font-size: 2.4rem;
    color: #ffffff;
    text-decoration: none; }
    .mobile__nav--link:not(:last-child) {
      margin-bottom: 3.5rem; }

.mobile__language {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .mobile__language--link {
    font-size: 1.8rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem; }
    .mobile__language--link.active, .mobile__language--link:hover {
      text-decoration: none;
      background-color: #d4217b; }

.mobile__social {
  color: #cacaca;
  font-size: 1.4rem;
  font-family: "gotham";
  line-height: 1.5; }
  .mobile__social a {
    color: #cacaca;
    font-size: 2.4rem;
    font-family: "gotham";
    text-decoration: none;
    transition: all 0.25s ease-in-out; }
    .mobile__social a:not(:last-child) {
      margin-right: 3.5rem; }
    .mobile__social a:hover {
      text-decoration: none;
      color: #d4217b; }
    .mobile__social a svg {
      height: 2.4rem; }

@-webkit-keyframes widthIn {
  from {
    margin-left: -100%; }
  to {
    margin-left: 0; } }

@keyframes widthIn {
  from {
    margin-left: -100%; }
  to {
    margin-left: 0; } }

.widthIn {
  -webkit-animation: widthIn 0.2s ease-in-out;
          animation: widthIn 0.2s ease-in-out; }

.hero {
  min-height: 50vh;
  background-image: linear-gradient(to left, rgba(10, 11, 18, 0), #0a0b12 50%), url("../image/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 18rem;
  padding-bottom: 12rem; }
  @media only screen and (min-width: 48em) {
    .hero {
      padding-top: 6rem;
      padding-bottom: 0rem;
      min-height: 100vh; } }
  .hero--title {
    font-size: 2.1rem;
    font-weight: 600;
    margin-bottom: 1.25rem; }
    @media only screen and (min-width: 48em) {
      .hero--title {
        font-size: 3.6rem;
        margin-bottom: 1.5rem; } }
    @media only screen and (min-width: 62em) {
      .hero--title {
        font-size: 4.8rem; } }
  .hero--text {
    font-family: "gotham";
    font-size: 1.4rem;
    line-height: 1.5;
    color: #cacaca;
    margin-bottom: 1.25rem; }
    @media only screen and (min-width: 48em) {
      .hero--text {
        font-size: 1.6rem;
        margin-bottom: 1.5rem; } }
  .hero--date {
    font-size: 1.6rem;
    font-weight: 600;
    display: inline-block; }
    @media only screen and (max-width: 47.99em) {
      .hero--date {
        margin-bottom: 1.5rem; } }
    @media only screen and (min-width: 48em) {
      .hero--date {
        font-size: 1.8rem; } }
  .hero--countdown {
    background-color: #d4217b;
    font-family: "gotham";
    padding: 0.3rem 1.5rem;
    display: inline-block; }
  .hero__time {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 2.5rem;
    flex-direction: column; }
    @media only screen and (min-width: 48em) {
      .hero__time {
        flex-direction: row;
        align-items: center;
        margin-bottom: 3rem; } }
    .hero__time--date {
      margin-right: 3rem; }
  .hero__buttons .button:not(:last-child) {
    margin-right: 2.5rem; }

.about {
  padding: 6rem 0; }
  @media only screen and (min-width: 48em) {
    .about {
      padding: 13.5rem 0; } }

.image {
  position: relative;
  margin-left: 2rem;
  margin-top: 2rem;
  transition: all 0.25s ease-in-out; }
  @media only screen and (max-width: 47.99em) {
    .image {
      margin: 0 6rem 2.5rem 6rem; } }
  @media only screen and (min-width: 75em) {
    .image {
      margin-right: 3.5rem; } }
  .image::after {
    content: "";
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 100%;
    height: 100%;
    background-color: #516bd6;
    transition: all 0.25s ease-in-out;
    z-index: -1; }
  .image img {
    position: relative;
    max-width: 100%;
    z-index: 0; }

.title {
  font-size: 2.1rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
  z-index: 0; }
  @media only screen and (min-width: 48em) {
    .title {
      font-size: 2.4rem; } }
  @media only screen and (min-width: 75em) {
    .title {
      font-size: 3.6rem; } }
  .title-padding {
    margin-bottom: 1rem; }
    @media only screen and (min-width: 48em) {
      .title-padding {
        margin-bottom: 1.8rem; } }
    @media only screen and (min-width: 75em) {
      .title-padding {
        margin-bottom: 2.5rem; } }
  .title.line {
    padding: 0 1rem;
    font-size: 2.4rem; }
    .title.line::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.7rem;
      background-color: #d4217b;
      bottom: 0.5rem;
      left: 0;
      z-index: -1; }
    .title.line.dark::after {
      background-color: #0a0b12; }
    @media only screen and (min-width: 48em) {
      .title.line {
        font-size: 2.8rem; }
        .title.line::after {
          height: 1.7rem; } }
    @media only screen and (min-width: 75em) {
      .title.line {
        font-size: 3.6rem; } }

.line-animation::after {
  transform-origin: center left;
  -webkit-animation: line 1s 0.5s cubic-bezier(0.55, 0, 0.1, 1) 1;
          animation: line 1s 0.5s cubic-bezier(0.55, 0, 0.1, 1) 1; }

@-webkit-keyframes line {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }

@keyframes line {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }

.text {
  font-family: "gotham";
  font-size: 1.4rem;
  line-height: 1.5;
  color: #cacaca;
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 48em) {
    .text {
      font-size: 1.6rem; } }

.statistics__item {
  display: flex;
  align-items: center;
  justify-self: flex-start;
  height: calc(100% - 2rem);
  margin-bottom: 2rem; }
  @media only screen and (min-width: 62em) {
    .statistics__item {
      padding-right: 4rem; } }
  .statistics__item--count {
    font-size: 2.1rem;
    font-family: "gotham";
    font-weight: 500; }
    @media only screen and (min-width: 48em) {
      .statistics__item--count {
        font-size: 3.6rem; } }
  .statistics__item--text {
    font-size: 1.2rem;
    font-family: "gotham";
    font-family: 400;
    color: #cacaca;
    border-left: 1px solid #4a4a4a;
    padding: 1rem 0.75rem;
    margin-left: 1.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media only screen and (min-width: 48em) {
      .statistics__item--text {
        font-size: 1.4rem; } }

.pastspeakers {
  padding-bottom: 6rem;
  padding-top: 6rem; }
  @media only screen and (min-width: 48em) {
    .pastspeakers {
      padding-bottom: 13.5rem;
      padding-top: 13.5rem; } }
  .pastspeakers--container {
    padding: 2.5rem 0 0 0; }
    @media only screen and (min-width: 48em) {
      .pastspeakers--container {
        padding: 4.5rem 0 3.5rem 0; } }

.speaker {
  text-align: center; }
  .speaker--image {
    height: 13rem !important;
    width: 13rem !important;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin: 0 auto; }
    @media only screen and (min-width: 48em) {
      .speaker--image {
        height: 20.6rem !important;
        width: 20.6rem !important; } }
    @media only screen and (min-width: 62em) {
      .speaker--image {
        height: 20.6rem !important;
        width: 20.6rem !important; } }
    @media only screen and (min-width: 75em) {
      .speaker--image {
        height: 25rem !important;
        width: 25rem !important; } }
  .speaker--name {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "gotham";
    color: #ffffff;
    margin-top: 0.5rem; }
    @media only screen and (min-width: 48em) {
      .speaker--name {
        margin-top: 2rem;
        font-size: 2.1rem; } }
  .speaker--title {
    font-size: 1.2rem;
    font-weight: 300;
    font-family: "gotham";
    color: #ffffff;
    margin-top: 0.5rem; }
    @media only screen and (min-width: 48em) {
      .speaker--title {
        font-size: 1.6rem;
        margin-top: 1.5rem; } }

.bespeaker {
  padding: 5rem 0;
  background-image: url("../image/bespeaker.png");
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 48em) {
    .bespeaker {
      padding: 7rem 0; } }

.pastevents {
  padding: 6rem 0; }
  @media only screen and (min-width: 48em) {
    .pastevents {
      padding: 13.5rem 0; } }
  .pastevents-carousel {
    margin-top: 2.5rem;
    position: relative; }
    .pastevents-carousel-nav {
      position: absolute;
      left: 0;
      top: 25.5rem;
      margin-left: 2rem; }
      @media only screen and (min-width: 48em) {
        .pastevents-carousel-nav {
          top: 0;
          left: 50%; } }
      .pastevents-carousel-nav button {
        background: none;
        border: none;
        box-shadow: none;
        color: #d4217b;
        cursor: pointer;
        padding: 0;
        transition: all 0.25s ease-in-out; }
        .pastevents-carousel-nav button:not(:last-child) {
          margin-right: 3rem; }
        .pastevents-carousel-nav button:hover {
          color: #ffffff; }

.pastevent__content {
  margin-left: 2rem; }
  @media only screen and (min-width: 48em) {
    .pastevent__content {
      max-width: 36rem; } }
  @media only screen and (min-width: 62em) {
    .pastevent__content {
      max-width: 48rem; } }
  @media only screen and (min-width: 75em) {
    .pastevent__content {
      max-width: 57rem; } }

.pastevent--image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (max-width: 47.99em) {
    .pastevent--image {
      height: 24rem; } }

.pastevent__item {
  color: #ffffff;
  text-decoration: none; }
  .pastevent__item:hover {
    color: #ffffff;
    text-decoration: none; }

.pastevent--title {
  padding-top: 5rem;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 48em) {
    .pastevent--title {
      font-size: 2.4rem;
      margin-bottom: 1.6rem;
      padding-top: 6.5rem; } }
  @media only screen and (min-width: 75em) {
    .pastevent--title {
      font-size: 2.8rem;
      margin-bottom: 2.5rem; } }

.pastevent--text {
  color: #cacaca;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-size: 1.4rem;
  margin-bottom: 0.5rem; }
  @media only screen and (min-width: 48em) {
    .pastevent--text {
      font-size: 1.6rem;
      margin-bottom: 1.5rem; } }
  @media only screen and (min-width: 75em) {
    .pastevent--text {
      font-size: 1.8rem; } }

.pastevent--date {
  font-size: 1.4rem;
  line-height: 1.93;
  color: #cacaca;
  font-family: "gotham";
  margin-bottom: 2.5rem; }

.team--container {
  padding-top: 5rem; }

.team__member {
  position: relative;
  transition: all 0.25s ease-in-out; }
  .team__member:hover .team__member--content {
    display: flex;
    flex-direction: column; }
  .team__member--image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media only screen and (max-width: 47.99em) {
      .team__member--image {
        padding: 0 3rem; } }
  .team__member--content {
    position: relative;
    text-align: center;
    margin-top: 1.5rem; }
    @media only screen and (min-width: 48em) {
      .team__member--content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(212, 33, 123, 0.86);
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
        margin-top: 0;
        display: none;
        transition: all 0.25s ease-in-out; } }
  .team__member--name {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    font-family: "gotham";
    color: #ffffff;
    font-weight: 500; }
    @media only screen and (min-width: 48em) {
      .team__member--name {
        font-size: 2.4rem;
        margin-bottom: 1.5rem; } }
  .team__member--title {
    margin-bottom: 0rem;
    font-size: 1.2rem;
    font-family: "gotham";
    color: #ffffff; }
    @media only screen and (min-width: 48em) {
      .team__member--title {
        margin-bottom: 5rem;
        font-size: 1.6rem; } }

.partners {
  padding: 6rem 0; }
  @media only screen and (min-width: 48em) {
    .partners {
      padding: 13.5rem 0; } }
  .partners--container {
    padding-top: 5rem; }
  .partners__item {
    height: 3.2rem;
    text-align: center;
    transition: all 0.25s ease-in-out; }
    @media only screen and (min-width: 62em) {
      .partners__item {
        height: 3.5rem; } }
    .partners__item:hover img {
      -webkit-filter: invert(0) brightness(100%);
              filter: invert(0) brightness(100%); }
    .partners__item img {
      -webkit-filter: contrast(0) invert(1) brightness(100%);
              filter: contrast(0) invert(1) brightness(100%);
      width: auto !important;
      height: 100% !important;
      -o-object-fit: contain !important;
         object-fit: contain !important;
      transition: all 0.25s ease-in-out;
      margin: 0 auto; }

.gallery {
  padding-bottom: 0rem; }
  @media only screen and (min-width: 48em) {
    .gallery {
      padding-bottom: 7.5rem; } }
  .gallery--container {
    padding-top: 5rem; }
  .gallery__item {
    line-height: 0; }
    .gallery__item--link {
      display: inline-block;
      line-height: 0; }
    .gallery__item--image {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.more {
  padding-top: 5rem; }

.demographics {
  background-color: #d4217b;
  padding: 6rem 0; }
  @media only screen and (min-width: 48em) {
    .demographics {
      padding: 6.5rem 0; } }
  .demographics__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .demographics__item--count {
      font-size: 5.6rem;
      font-weight: bold; }
    .demographics__item--text {
      font-size: 1.6rem; }

.hosts {
  padding: 6rem 0; }
  @media only screen and (min-width: 48em) {
    .hosts {
      padding: 13.5rem 0; } }

.host {
  position: relative;
  transition: all 0.25s ease-in-out;
  margin: 0 1rem; }
  @media only screen and (max-width: 47.99em) {
    .host {
      margin-bottom: 3rem; } }
  .host:hover .host--content {
    display: flex; }
  .host--image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media only screen and (max-width: 47.99em) {
      .host--image {
        margin: 0 0rem 0rem 1rem; } }
    .host--image.image {
      margin-right: 1rem; }
      .host--image.image::after {
        background-color: #d4217b; }
  .host--content {
    position: relative;
    padding: 1.6rem;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0rem;
    left: 0rem;
    background: linear-gradient(360deg, rgba(10, 11, 18, 0.6) 0%, rgba(10, 11, 18, 0) 100%);
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    margin-top: 0;
    display: none;
    transition: all 0.25s ease-in-out; }
  .host--meta {
    text-align: center;
    margin-top: 2rem; }
  .host--name {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: 500; }
    @media only screen and (min-width: 48em) {
      .host--name {
        font-size: 2.4rem;
        margin-bottom: 1.2rem; } }
  .host--title {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    color: #ffffff; }
    @media only screen and (min-width: 48em) {
      .host--title {
        font-size: 1.6rem; } }
  .host--text {
    font-size: 1.2rem;
    font-family: "gotham";
    color: #ffffff;
    line-height: 1.5; }
    @media only screen and (min-width: 48em) {
      .host--text {
        font-size: 1.6rem; } }

.main {
  padding-top: 9rem; }
  @media only screen and (min-width: 48em) {
    .main {
      padding-top: 13.5rem; } }

.activeevent {
  padding-bottom: 13.5rem; }
  .activeevent__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%; }
  .activeevent--image {
    position: relative;
    margin-left: 1rem;
    margin-top: 1rem;
    height: 100%;
    transition: all 0.25s ease-in-out; }
    .activeevent--image::after {
      content: "";
      position: absolute;
      bottom: 1rem;
      right: 1rem;
      width: 100%;
      height: 100%;
      background-color: #516bd6;
      transition: all 0.25s ease-in-out;
      z-index: -1; }
    @media only screen and (min-width: 48em) {
      .activeevent--image {
        margin-left: 2rem;
        margin-top: 2rem; }
        .activeevent--image::after {
          bottom: 2rem;
          right: 2rem; } }
    .activeevent--image img {
      position: relative;
      width: 100%;
      z-index: 0;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .activeevent--title {
    font-weight: 600;
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
    margin-top: 4.5rem; }
    @media only screen and (min-width: 48em) {
      .activeevent--title {
        font-size: 2.4rem;
        margin-top: 0; } }
    @media only screen and (min-width: 62em) {
      .activeevent--title {
        font-size: 2.8rem; } }
  .activeevent--text {
    color: #cacaca;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
    font-size: 1.4rem;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 48em) {
      .activeevent--text {
        font-size: 1.6rem;
        margin-bottom: 1.5rem; } }
  .activeevent__details {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 1.5rem; }
    .activeevent__details--item {
      width: 100%;
      font-size: 1.6rem;
      color: #ffffff;
      margin-bottom: 1rem;
      font-family: "gotham"; }
      @media only screen and (min-width: 62em) {
        .activeevent__details--item {
          font-size: 1.8rem; } }
      .activeevent__details--item strong {
        font-weight: bold;
        margin-right: 0.5rem; }
  .activeevent__actions .button:not(:last-child) {
    margin-right: 2.5rem; }

.events {
  padding-bottom: 7.5rem; }
  .events--container {
    padding-top: 3.5rem; }
  .events__item {
    display: block;
    text-decoration: none;
    background-color: #181c3a;
    margin-bottom: 2rem;
    transition: 0.25s all ease-in-out;
    height: calc(100% - 2rem); }
    .events__item:hover .events__item--image img {
      transform: rotate(5deg) scale(1.2); }
    .events__item:hover .button-text svg {
      margin-left: 1.4rem; }
    .events__item--image {
      overflow: hidden;
      max-height: 22rem; }
      @media only screen and (min-width: 48em) {
        .events__item--image {
          height: 22rem; } }
      @media only screen and (min-width: 62em) {
        .events__item--image {
          height: 18rem; } }
      @media only screen and (min-width: 75em) {
        .events__item--image {
          height: 24rem; } }
      .events__item--image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        transform: rotate(0) scale(1);
        transition: 0.25s all ease-in-out; }
    .events__item--content {
      padding: 2.5rem 1.5rem; }
    .events__item--date {
      font-size: 1.4rem;
      color: #cacaca;
      line-height: 1.43;
      font-family: "gotham"; }
    .events__item--title {
      margin-top: 0.5rem;
      margin-bottom: 1rem;
      font-size: 1.6rem;
      color: #ffffff;
      text-decoration: none; }

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 48em) {
    .breadcrumb {
      margin-bottom: 4rem; } }
  .breadcrumb--item {
    display: inline-block;
    color: #cacaca;
    font-size: 1.2rem;
    font-family: "gotham"; }
    .breadcrumb--item:not(:last-child) {
      margin-right: 0.5rem; }
    @media only screen and (min-width: 48em) {
      .breadcrumb--item {
        font-size: 1.4rem; }
        .breadcrumb--item:not(:last-child) {
          margin-right: 1rem; } }
    .breadcrumb--item:not(:first-child)::before {
      display: inline-block;
      padding-right: 1rem;
      color: #cacaca;
      content: "/"; }
  .breadcrumb--link {
    color: #ffffff;
    font-size: 1.4rem;
    font-family: "gotham";
    text-decoration: none;
    transition: all 0.25s ease-in-out; }
    .breadcrumb--link:hover {
      color: #d4217b; }

.event {
  padding-bottom: 7.5rem; }
  .event--image {
    position: relative;
    margin-left: 1rem;
    margin-top: 1rem;
    transition: all 0.25s ease-in-out;
    width: 100%; }
    .event--image::after {
      content: "";
      position: absolute;
      bottom: 1rem;
      right: 1rem;
      width: 100%;
      height: 100%;
      background-color: #516bd6;
      transition: all 0.25s ease-in-out;
      z-index: -1; }
    @media only screen and (min-width: 48em) {
      .event--image {
        margin-left: 2rem;
        margin-top: 2rem; }
        .event--image::after {
          bottom: 2rem;
          right: 2rem; } }
    @media only screen and (min-width: 62em) {
      .event--image {
        margin-left: 2.5rem;
        margin-top: 2.5rem; }
        .event--image::after {
          bottom: 2.5rem;
          right: 2.5rem; } }
    .event--image img {
      position: relative;
      width: 100%;
      z-index: 0; }
  .event--title {
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.31;
    font-size: 2.1rem; }
    @media only screen and (min-width: 48em) {
      .event--title {
        font-size: 2.4rem;
        margin-top: 4rem;
        margin-bottom: 2.5rem; } }
    @media only screen and (min-width: 62em) {
      .event--title {
        font-size: 3.2rem;
        margin-top: 5.5rem; } }
  .event__share {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .event__share--title {
      font-size: 1.4rem;
      margin-right: 1rem;
      color: #cacaca; }
    .event__share--sources {
      color: #cacaca;
      font-size: 1.4rem;
      font-family: "gotham";
      line-height: 1.5; }
      .event__share--sources a {
        display: inline-block;
        color: #cacaca;
        font-size: 1.4rem;
        font-family: "gotham";
        text-decoration: none;
        transition: all 0.25s ease-in-out; }
        .event__share--sources a:not(:last-child) {
          margin-right: 1.25rem; }
        .event__share--sources a:hover {
          color: #d4217b; }
        .event__share--sources a svg {
          height: 1.8rem; }
  .event__details {
    margin-top: 3.5rem; }
    .event__details--item {
      width: 100%;
      font-size: 1.6rem;
      color: #ffffff;
      margin-bottom: 0.8rem;
      font-family: "gotham"; }
      @media only screen and (min-width: 48em) {
        .event__details--item {
          font-size: 1.8rem;
          margin-bottom: 2rem; } }
      .event__details--item strong {
        margin-right: 0.5rem;
        color: #d4217b; }
  .event--text {
    color: #cacaca;
    line-height: 1.5;
    font-size: 1.4rem;
    margin-bottom: 3.5rem; }
    .event--text p {
      margin-bottom: 1rem; }
    .event--text a {
      color: #d4217b;
      text-decoration: none; }
      .event--text a:hover {
        text-decoration: underline; }
    @media only screen and (min-width: 48em) {
      .event--text {
        font-size: 1.6rem;
        margin-bottom: 5rem; }
        .event--text p {
          margin-bottom: 1.5rem; } }
  .event__gallery--item {
    height: auto;
    width: 100%;
    line-height: 0;
    margin-bottom: 0;
    transition: 0.25s all ease-in-out; }
    @media only screen and (min-width: 48em) {
      .event__gallery--item {
        height: 25rem;
        margin-bottom: 2rem; } }
    @media only screen and (min-width: 62em) {
      .event__gallery--item {
        height: 34rem; } }
    .event__gallery--item-image {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      line-height: 1; }

.error {
  height: calc(100vh - 37.1rem);
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 47.99em) {
    .error {
      text-align: center; } }
  .error--image {
    margin: 0 auto;
    width: 100%; }
    @media only screen and (max-width: 47.99em) {
      .error--image {
        padding: 4rem; } }
  .error--text {
    color: #d4217b;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 62em) {
      .error--text {
        font-size: 4.8rem; } }

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