/*
Theme Name: DRIVERSHALL 2019
Author: Chin Man Yeung
Description: Custom DRIVERSHALL Theme designed by Gaspar Haznagy
Version: 0.0.1
Tags: drivers-hall, berlin, supercars, classics
*/

.registered-not-paid-para {
  text-align: center !important;
}

.input-wrapper-username input, .input-wrapper-password input {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.87);
}

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

.first-section-wrapper .red {
  margin: 35px 0;
}

.section .red {
  margin-bottom: 2rem;
}

@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
  .login-info {
    margin-top: 2rem !important;
  }
}

.apply-link span {
  margin-right:5px;
}

.apply-link:hover {
  text-decoration: none;
  color: #fff;
}

.apply-link:hover .arrow-forward {
  margin-left: 10px;
}

.country-wrapper {
  font-size: 1.2rem;
}
@media screen and (max-width: 519px) and (min-width: 501px) {
  .flex-center-wrapper .forward-arrow {
    right: 284px;
  }
}

@media screen and (max-width: 519px) and (min-width: 421px) {
  .mobile-forward-arrow {
    right: 177px !important;
  }
  .event-link-fix {
    margin-right: 0 !important;
  }
  .past-events-container {
    justify-content: center;
  }
}

@media screen and (max-width: 858px) and (min-width: 520px) {
  .past-events-container {
    justify-content: center;
  }

  .event-link-fix {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 575px) {
  .back-btn-payment {
    order: 2;
  }
}

.ceo-image img {
  width: 75px;
  height: 75px;
}
.menu-expand-fix {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
}

.no-decoration:hover {
  text-decoration: none;
}
.footer-content-links a {
  text-decoration: none !important;
}

@media screen and (max-width: 372px) {
  .collection-expand {
    width: 170px;
  }
  #expand-collection-management {
    margin-top: 44px;
  }
  .hidden-submenu-open-collection-management {
    margin-top: 10px;
  }
  .collection-first-fix {
    margin-top: 10px !important;
  }
  .submenu-collection-management {
    margin-top: 9px !important;
  }
}


/* HOVER CARD EFFECT */

.hover-card {
  filter: brightness(95%);
  transition: filter .2s ease;
}

.hover-card:hover {
  filter: brightness(120%);
}

.hover-card .tile .tile-img {
  opacity: 0;
  transition: opacity .3s ease;
}

.hover-card:hover .tile .tile-img {
  opacity: .5;
}

.shadow-card {
  transition: all .2s ease;
}

.shadow-card:hover {
  box-shadow: 5px 8px 8px 5px rgba(0, 0, 0, 0.24), -9px 2px 8px 2px rgba(0, 0, 0, 0.12)
}

.shadow-card:hover .animate-arrow-dashboard {
  padding-right: 15px !important;
}

.animate-arrow-dashboard {
  transition: all .2s ease;
}

.tile a:hover .animate-arrow-dashboard,
a.tile:hover .animate-arrow-dashboard,
.tile--event:hover .animate-arrow-dashboard {
  margin-right: -15px;
  padding-left: 15px;
}

.profile-invoice-wrapper {
  font-weight: bold;
}

.animate-event-arrow {
  transition: all .2s ease;
}

.events-wrapper-item:hover .animate-event-arrow {
  right: 27px;
}

.brightness-100 {
  filter: brightness(100%);
}

.see-all {
  transition: all .2s ease;
}

.see-all:hover .animate-arrow {
  margin-right: -10px;
  margin-left: 10px;
}

.animate-arrow {
  transition: all .2s ease;
}

.paylink:hover .animate-arrow{
  margin-left: 10px !important;
}

.not-paid-paylink:hover > .animate-arrow {
  transform: translateX(5px);
}

.event-pay-reminder {
  display: flex;
  justify-content: center;
  background: #e50434;
  border-radius: 0 0 4px 4px;
  height: 20px;
  align-items: center;
  font-family: Roboto Slab;
  color: white;
  flex: 1 0 auto;
}

@media (min-width: 768px) {
  .event-pay-reminder {
    border: 1px solid red;
    border-radius: 15px;
    height: 3rem;
    background: transparent;
  }
}

.event-pay-reminder .paylink {
  color: white !important;
  margin-top: 0;
  font-size: 9px;
}

.event-pay-reminder .paylink:hover {
  text-decoration: none;
}

.paylink .animate-arrow {
  /* display: none; */
}

.paylink:hover .animate-arrow {
  transform: translateX(10px);
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  .paylink .animate-arrow {
    display: inline-block;
  }

  .event-pay-reminder .paylink {
    font-size: 16px;
    padding: 1rem;
  }
}

.tile--event:hover .animate-arrow {
  margin-right: -10px;
}

.tile--event:hover .event-pay-reminder .animate-arrow {
  margin-right: 0;
}


/*! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

.button,
.delete,
.file,
.is-unselectable,
.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
section.section-wide.inquiry-form.welcome-form-pos {
  padding-bottom: 0px;
  margin-bottom: 0px;
  max-height: 1500px !important;
}


#profile-container-mobile {
  display: none !important;
}

/* INVOICE SECTION IN PROFILE EVENTS */
.profile-invoice-section {
  margin-left: 105px;
  margin-bottom: 50px;
  margin-right: 105px;
  border-top: 1px solid #d9d9d9;
}

@media screen and (max-width: 575px) {
  .profile-invoice-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 6vw 13vw 6vw !important;
  }
}

.profile-invoice-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 575px) {
  .profile-invoice-item {
    flex-wrap: wrap;
  }
}

.profile-invoice-title {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal
}

@media screen and (max-width: 575px) {
  .profile-invoice-title {
    font-size: 0.9rem;
    padding-bottom: 3vw;
    width: 100%;

  }
}

.invoice-download-img {
  margin-top: -6px;
  margin-left: 10px;
}

@media screen and (max-width: 575px) {
  .invoice-download-img  {
    margin-left: 5px;
  }
}

/* BILLING SITE 1ST STEP */

.header-billing-wrapper {
  width:100%;
  margin-top: 6.472vw !important;

}
    @media only screen and (max-width: 875px) {
      .header-billing-wrapper {
        margin-top: 10vw !important;
      }
    }

    @media only screen and (max-width: 575px) {
      .header-billing-wrapper {
        margin-top: 23vw !important;
        margin-bottom: 2vw;
      }
    }


.header-billing {
  font-family: Montserrat;
  font-size: 21px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 3.15px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}

@media screen and (max-width: 575px) {
  .header-billing {
    font-size: 1.3rem;
  }
}

.header-billing > span {
  color: #cbab83 !important;
}

.billing-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;

}

.billing-container {
  width: 70.833vw;
}
  @media only screen and (max-width: 875px) {
    .billing-container {
      width: 89vw !important;
    }
  }

.billing-border {
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.15);
}

.billing-form-pos {
  margin-top: 1.528vw !important;
  margin-bottom: 7.083vw !important;
}

.billing-address-header {
  font-size: 16px !important;
}

@media only screen and (max-width: 575px) {
  .billing-address-header {
    text-align: left;
  }
}

.billing-form-padding {
  max-width: 70.833vw;
  padding-left: 7.292vw !important;
  padding-right: 7.292vw !important;
  padding-top: 0 !important;

}

.mb-address-header {
  padding-bottom: 2.778vw;
}

@media only screen and (max-width: 575px) {
  .mt-mobile-billing-details {
    margin-top: 9vw;
  }
}

.mb-billing-input {
  margin-bottom: 58px !important;
}

@media only screen and (max-width: 875px) {
  .mb-billing-input {
    margin-bottom: 2.5vw !important;
  }
}

.billing-100-width {
  max-width: 100% !important;
  width: 100% !important;
}
    /* DROPDOWN COUNTRIES */

.country-select,
.select-input {
  border: none;
  outline: none;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .4);
  width: 100%;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 5px;
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: url('../images/select-arrow.svg') no-repeat right;
}

.select-input--invert {
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid #a7a7a7;
  background: url('../images/select-arrow-grey.svg') no-repeat right;
  padding-top: 4px
}

.country-select > option,
.select-input > option {
  padding-bottom: 10px;
}

.country-select-flag {
  display: none;
}

.country-label {
  color: #a7a7a7;
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: all .2s ease;
}

    /* BILLING TABLE */

.billing-table__wrapper {
  display: block;
  margin-bottom: 4.167vw;
}

@media only screen and (max-width: 575px) {
  .billing-table__wrapper {
    display: none;
  }
}

.billing-table__wrapper--mobile {
  margin-bottom: 4.167vw;
  display: none;
}

  @media only screen and (max-width: 875px) {
    .billing-table__wrapper--mobile {
      margin-bottom: 2.5vw !important;
    }
  }

  @media only screen and (max-width: 575px) {
    .billing-table__wrapper--mobile {
      margin-bottom: 7.5vw !important;
      display: block;
    }
  }


.billing-differential-tax-disclaimer {
  text-align: left;
  max-width: 500px;
  font-size: 12px;
  margin-top: 2rem;
}

.table-text-font {
  font-size: 0.9rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #000000;
}

@media only screen and (max-width: 875px) {
  .table-text-font {
    font-size: 0.7rem;
  }
}

.table-header-font {
  font-family: Montserrat;
  font-size: 0.8rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #a7a7a7;
}

@media only screen and (max-width: 875px) {
  .table-header-font {
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .table-header-font {
    font-size: 0.7rem;
  }
}
.table-bold-font {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #000000;
}

.pl1-proc-table {
  padding-left: 3%;
}
  @media only screen and (max-width: 575px) {
    .pl1-proc-table {
      padding-left: 0%;
    }
  }

.pl2-proc-table {
  padding-left: 4%;
}

.table-hr {
  border-bottom: 2px solid #cccccc;
}

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

@media only screen and (max-width: 575px) {
  .table-pb-10 {
    padding-bottom: 4px;
  }
}
.table-pt-5 {
  padding-top: 5px;
}
@media only screen and (max-width: 575px) {
  .table-pt-5 {
    padding-top: 0px;
  }
}

.table-pt-10 {
  padding-top: 10px;
}

@media only screen and (max-width: 575px) {
  .text-align-r {
    text-align: right;
  }

  .text-align-l {
    text-align: left;
  }
}
@media only screen and (max-width: 575px) {
  .mobile-title {
    font-size: 1rem;
    line-height: 5vw;
    margin-bottom: 10px;
  }

}

.billing-table {
  width: 100%;
}

.quantity-head {
  width:18%;
}

.description-head {
  width: 44%;
}

.unit-price-head {
  width: 18%;
}

@media only screen and (max-width: 575px) {
  .unit-price-head {
    width: 44%;
  }
}

.billing-button-wrapper {
  display: flex;
  justify-content: space-between;
  order: 2;
}

  @media only screen and (max-width: 575px) {
    .billing-button-wrapper {
      flex-wrap: wrap;
      order: 1;
      justify-content: center;
    }
  }


@media only screen and (max-width: 875px) {
  .button-back-payment {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 3vw;
  }
}

@media only screen and (max-width: 575px) {
  .button-back-payment {
    margin-top: 9vw;
  }
}




.billing-back-button {
  padding-top: 25px;
}
@media only screen and (max-width: 575px) {
  .billing-back-button {
    order: 2;
    width: 100%;
    font-size: 1.3rem;
    padding-top: 0px;
  }
}

.bold-amount {
  font-family: Montserrat;
  font-size: 0.9rem;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #000000;
}

@media only screen and (max-width: 875px) {
  .bold-amount {
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 575px) {
  .bold-amount {
    font-size: 0.9rem;
  }
}

.amount-to-pay {
  color: #a7a7a7 !important;
  font-size: 1rem;
  font-weight: 400 !important;
  pointer-events: none;
  transition: all .2s ease;
  padding-left: 0.3rem !important;
  margin-bottom: 80px;
  margin-left: -1em;
}

@media only screen and (max-width: 575px) {
  .amount-to-pay {
    margin-left: -2.8vw;
    margin-bottom: 45px;
  }
}

.amount-to-pay > span {
  color: #000 !important;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.87);
}

 /*THANK-YOU-PAGE*/

.thank-you__background {
  margin: auto;
  width: 100%;
  height: 675px;
  background-image: url('/static/images/thank-you.jpg');
  background-size: cover;
}
.thank-you__text {
  margin: auto;
  height: 100%;
  color: white;

}
.thank-you__text h3 {
  padding: 150px 0 0 0;
  line-height: normal;
  font-family: Montserrat;
  font-size: 55px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-align: center;
}
.thank-you__text h2 {
  width: 745px;
  margin: 40px auto 0 auto;
  font-family: Montserrat;
  font-size: 21px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 3.15px;
  text-align: center;
  color: #cbab83;
  text-transform: uppercase;
}
.thank-you__button {
  width: 237px;
  height: 50px;
  transform: skew(-30deg);
  background-color: #cbab83;
  margin: 103px auto 0px auto;
}
.thank-you__button a, .thank-you__button a:hover {
  transform: skew(30deg);
  display: block;
  height: 100%;
  line-height: 50px;
  font-family: "Roboto Slab";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-height: 620px) {

  .thank-you__text h3 {
    width: 100%;
    font-size: 45px;

  }
  .thank-you__text h2 {



  }
}

@media screen and (max-width: 1440px) {
  .thank-you__text {


  }
  .thank-you__text h3 {

    font-size: 45px;

  }
  .thank-you__text h2 {
     /* width: 90%; */


  }
  .thank-you__button {
    margin: 100px auto 0px auto;
  }
}

@media screen and (max-width: 1024px) {
  .thank-you__text {

  }
  .thank-you__text h3 {
    line-height: 45px;
    font-size: 45px;

  }
  .thank-you__text h2 {

  }
  .thank-you__button {
    margin: 100px auto;
  }
}

@media screen and (max-width: 974px) {

  .thank-you__text {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .thank-you__text h3 {
    width: 500px;
  }

  .thank-you__text h2 {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }

  .thank-you__button {
    margin-left: auto;
    margin-right: auto;
  }
}

  @media screen and (max-width: 768px) {
    .thank-you__text {
    }
    .thank-you__text h3 {
      font-size: 35px;
      height: 100px;

    }
    .thank-you__text h2 {
      height: 116px;
    }
    .thank-you__button {
      margin: 0 auto;
    }

}
@media screen and (max-width:640) {
  .thank-you__text h3 {
    height: 35%;
    font-size: 15px;

  }

  .thank-you__text h2 {
    font-size: 10px;
  }

  .thank-you__button {
    margin: 40px auto;
  }
}

@media screen and (max-width: 687px) {
  .thank-you__text h3 {
    font-size: 30px;
  }

  .thank-you__text h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {

  .thank-you__background {
    height: auto;
  }

  .thank-you__text h3 {
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 23px;
  }

  .thank-you__text h2 {
    font-size: 13px;
    margin-top: 76px;
  }

  .thank-you__button {
    margin: 30px auto 60px auto;
  }
}

@media screen and (max-width: 384px) {
  .thank-you__text h3 {
    line-height: 24px;
  }

  .thank-you__text h2 {
    margin-top: 94px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .thank-you__button {
    margin: 50px auto;
  }

}


/* PROFILE */




.profile-container {
  margin-top: 120px !important;
  /* width: 1440px; */
  /* min-height: 1600px !important; */
  height: 100%;
  background-color: #ffffff;
  margin: auto;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;


}

.profile-container .change-password {
  margin-bottom: 25px !important;
}
.profile-container .button-save {
  margin-top: -105px !important;
}

h2.your-profile {

  /* margin-top: 40px !important; */
  margin: auto;
  width: 100%;
  height: 28px;
  font-family: Montserrat;
  font-size: 21px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 3.15px;
  text-align: center;
  color: #cbab83;
  padding-bottom: 80px;

}

.profile-rectangle {
    width: 1020px;
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    margin: auto;
    font-weight: 500 ;
}
.profile-rectangle .form-label {
  font-weight: 500;
}
.profile-rectangle .form-padding {
  padding-left: 100px;
  padding-right: 100px;
}

.profile-rectangle .bookmark-container {
  display: flex;
}
.profile-rectangle a.bookmark {
     box-sizing: border-box;
     display: block;
     margin:auto;
     text-align: center;
     line-height: 76px;
     font-style: normal;
     padding: 0px 130px;
     font-size: 16px;
     font-family: Montserrat;
     font-weight: 300;
     width: 50%;
     height: 76px;
     letter-spacing: 2.4px;
     line-height: 32px;
     padding-top: 20px;
}

.bookmark-shadow-right{
  box-shadow: inset 17px -17px 23px 0px rgba(0, 0, 0, 0.05);
  z-index: 3;
}

.bookmark-shadow-left {
  box-shadow: inset -17px -17px 23px 0px rgba(0, 0, 0, 0.05);
  z-index: 3;
}



.profile-rectangle .active-card  {
  border-radius: 2px;
  /* box-shadow: 0 20px 20px 0 rgba( 0, 0, 0, 0.24), 0 0 20px 0 rgba(0, 0, 0, 0.12); */
  /* background-color: #f7f1ea; */
  color: #cbab83 !important;
  background-color: white;
  cursor: auto;
}

.profile-rectangle .non-active-card {
  background-color: #f7f1ea;
  color: black !important;
  cursor: pointer;
}
.profile-rectangle a:hover {
  color: #cbab83;
  text-decoration: none;
}
.profile-pic-wrapper {
  border: solid 1px #959595;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.profile-pic {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  border-radius: 0;
  margin-top: 50%;
  transform: translateY(-50%);
  display: block;
}
.profile-imagefield {
  position: relative;
  top: -20px;
  left: 0px;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
  filter: alpha(opacity=0);
  font-family: 'Courier New', Courier, monospace;
}
.profile-rectangle .profile-picture a {
  display: inline-block;
  margin-top: 30px;
  position: relative;
  bottom: -100px;
}

.profile-rectangle button {
  margin: auto !important;
}

.profile-rectangle a span.non-active-card  {
  color: black;
}

.profile-container form {
  padding-top: 0px;
  padding-bottom: 30px !important;
}


div.fee {
  padding-left: 105px;
  color: #959595;
}

div.fee p {
  font-size: 16px;
}

p.year-membership-fee {
  padding-top: 142px;
  color :black;
  line-height: 24px;
  font-family: Montserrat;
  font-weight: 600;
}

.membership-fee-para {
  font-weight: 400;
}

a.paylink {
  font-family: "Roboto Slab", Arial;
  font-size: 17px;
  display: block;
  color: black !important;
  margin-top: 18px ;
}
div a.paylink:nth-child(2) {
  margin-top: 0px;

}
.upload-photo {
  margin-bottom: 0px !important;
}
div.fee::after {
  display: block;
    content: "";
    width: 88%;
    margin-top: 30px;
    height: 1px;
    border: solid 1px #d9d9d9;
}

.profile-events-h3 {
  color: black;
  margin-top: 50px;
  text-align: center;
  font-size: 16px;
}
.profile-event-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 30px;
  margin-left: 105px;
  margin-right: 105px;
  margin-bottom: 26px;

}

.event-box {
  width: 390px;
  height: 316px;
  border-bottom: solid 1px #d9d9d9;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1) 5%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0));
  border-image-slice: 1;
  background-image: #ffffff, linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1) 5%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0));
  margin-bottom: 30px;
  padding: 15px;
}
.event-box:nth-child(odd) {
  margin-right: 30px;
}





.event-box div {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.event-box>div>p, .event-box>div>a  {
  display: block;

}
.event-box .event-status {
  margin-top: 10px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
}
.event-box .event-status-payment {
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  font-weight:400;
}
.event-box .event-amount {
  height: 65px;
  line-height: 80px;
  font-weight: 400;
}

h4.event-category {
  text-align: left;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  height: 40px;
  /* line-height: 2.33; */
  letter-spacing: 1.8px;
  color: #cbab83;
}
h4.event-title {
  color: black;
  font-size: 24px;
  text-align: left;
  height: 60px;
}

.event-box .details-bottom-links {
  height: calc(390px - 40px - 60px -28px - 80px - 28px - 10px);
  line-height: calc(390px - 40px - 60px -28px - 80px - 28px - 10px);
  padding-top: 30px;
}

.not-paid-paylink {
  display: flex !important;
  font-family: "Roboto Slab", Arial;
  color: #000;
}

a.not-paid-paylink:hover {
  color: #000;
}

.not-paid-paylink > img {
  margin-left: 5px;
}

@media (max-width: 899px) {
.services-wrapper-fix {
  margin: 50px auto !important;
}
}

@media (max-width: 1019px) {
  .profile-container {
    width: 600px;
  }

  .profile-event-wrapper {
    justify-content: center;
    padding-bottom: 70px;
  }

  .event-box:nth-child(odd) {
    margin-right: 0px;
  }

  .fee::after {
    width: 84% !important;
  }

  .profile-rectangle a.bookmark {
    text-align: left;
    height: 82px;
    line-height: 23px;
  }
}

@media (max-width: 780px) {
  .profile-rectangle {
    width: 645px;
  }

  .profile-rectangle a.bookmark {
    padding: 16px 44px;
  }

  .fee::after {
    width: 74% !important;
  }

  .event-box {
    width: 280px;
    height: 266px;
  }

  .event-category {
    font-size: 12px !important;
    margin-top: -2px;
    line-height: 16px !important;
  }

  .event-title {
    font-size: 17px !important;
    margin-top: -6px !important;
  }

  .event-status {
    margin-top: -1px !important;
    font-size: 13px !important;
  }

  .event-status-payment {
    font-size: 13px !important;
  }

  .event-amount {
    font-size: 13px !important;
    font-weight: 300;
  }

  .pink {
    font-weight: 300;
  }

  .event-status-payment {
    font-weight: 300;
    line-height: 18px !important;
  }

  .event-amount {
    margin-top: -17px;
  }

  .event-box .details-bottom-links {
    padding-top: 16px;
  }

  .free {
    line-height: 109px !important;
  }

  .reg-and-paid {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
  }

  .reg-and-paid > p > a {
    color: #000;

  }

  .reg-paylink {
    margin-left: 5px;
    margin-bottom: 3px;
  }

  .reg-paycontent {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    font-family: "Roboto Slab", Arial;
  }

  .not-paid-paylink {
    display: flex !important;
  }

  .not-paid-paylink > img {
    margin-left: 5px;
  }

  .reg-details {
    color: #000;
    opacity: .49;
  }

  .arrow-forward-reg {
    height: 22px !important;
  }

  .profile-container .change-password {
    margin-bottom: 0px !important;
  }

  .profile-rectangle-mobile {
    margin-bottom: 40px;
    padding-bottom: 30px;
    width: 100%;
  }

}

.reg-details,
.reg-details:hover {
  color: #000;
  opacity: .49;
}

.reg-details + .reg-details {
  margin-left: 1em;
}

.reg-details--red,
.reg-details--red:hover {
  color: red;
}

.reg-paycontent {
  font-size: 17px;
}

@media (max-width: 600px) {

  .profile-rectangle {
    /* width: 320px !important; */
    min-height: 350px;
  }

  .profile-container {
    width: 320px !important;

  }

  .profile-event-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: -19vw !important;
  }

  .profile-rectangle a.bookmark {
    font-size: 14px !important;
    padding: 16px 20px !important;
  }

  .your-profile {
    font-size: 16px !important;
    margin-top: -41px !important;
    padding-bottom: 13px !important;
  }

  .fee {
    padding-left: 22px !important;
  }

  .fee::after {
    width: 94% !important;
  }

  .year-membership-fee {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 475px) {
  .profile-container {
    width: 100% !important;
  }
}

/* PERSONAL DATA PAGE */

.picture-wrapper {
  display: flex;
  margin-top: 12px;
}

.upload-photo {
  width: 150px;
  line-height: 41px;
  /* margin-left: 10px; */
  font-size: 15px !important;
}

.upload-photo:hover .arrow-forward {
  margin-right: -5px;
  margin-left: 5px;
}

.profile-rectangle .oval {
  margin: 0;
}

  @media (max-width: 1019px) {
    .picture-wrapper {
      display: flex;
      margin-top: 12px;
    }

    .upload-photo {
      /* width: 112px; */
      line-height: 41px;
      margin-left: 10px;
    }

    .profile-rectangle .oval {
      margin: 0;
    }
  }

  @media (min-width: 768px) and (max-width: 780px) {

    #profile-container-mobile {
      display: none;
    }

    #profile-container {
      display: initial;
    }

    .form-padding {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  }



  @media (max-width: 768px) {
    .form-padding {
      padding-left:0 !important;
      padding-right: 0 !important;
    }

    #profile-container {
      display: none !important;
    }

    #profile-container-mobile {
      display: initial !important;
    }

    .first-section-wrapper {
      margin: 0 !important;
    }

    .profile-div {
      margin-top: -40px !important;
    }

    .profile-rectangle-mobile {
      margin-top: 13px;
    }

    .first-section-wrapper {
      margin-top: 0 !important;
    }

    .your-profile-mobile {
      margin-top: 118px !important;
    }

    .first-section-wrapper-mobile {
      margin-top: 10px !important;
      margin-bottom: 10px !important;
    }

    .container-inquiry-mobile {
      margin-bottom: 0px !important;
    }

    .container-brand-mobile {
      padding-bottom: 0 !important;
      padding-top: 18px !important;
    }

    .button-save-mobile {
      margin-top: 0 !important;
    }

    .profile-container .button-save {
      margin-top: 14px !important;
    }

    .form-label-change-pass {
      padding-left: 36px !important;
    }

    .mobile-password-change {
      padding-left: 37px !important;
      padding-right: 37px !important;
    }


  }

  @media (min-width: 550px) and (max-width: 600) {
    .profile-container .button-save {
      margin-left: 46px !important;
    }
  }


  @media (min-width: 601px) and (max-width: 768px) {
    .button-mobile-save {
      margin-left: 128px !important;
    }

  }

  .btn-wrapper {
    margin-left: -19px !important;
  }

  @media (max-width: 1207px) {
    .profile-event-trip-details {
      font-size: 13px !important;
    }
  }


  /* POPUPS PAGE */

  /* PRIVILEGES POPUP */

  .popup-form a.number-bold,
  .popup-form a.email {
    color: #cbab83;
    border-bottom: 1px solid transparent;
    transition: all .3s ease;
  }

  .popup-form a.number-bold:hover,
  .popup-form a.email:hover {
    text-decoration: none;
    border-bottom: 1px solid #cbab83;
  }

  .services-popup {
    width: 100% !important;
  }

  @media (max-width: 899px) {
    .services-popup__content > p {
      font-size: 13px;
      line-height: 17px;
      margin-bottom: 20px;
      margin-top: -134px;
    }

    .services-popup__content > h2 {
      font-size: 18px !important;
      margin-bottom: 15px !important;
    }

    .services-popup__content {
      width: 259px !important;
      margin-top: 60px !important;
      margin-right: auto !important;
    }

    .services-popup div+p {
      margin-top: 16px !important;
    }

    .form-question-fix {
      width: 100% !important;
      margin-bottom: 20px !important;
    }
    .btn-wrapper {
      margin-top: -61px;
      margin-left: -19px;
    }

    .modal-warning {
      margin-top: 295px !important;
    }
  }

.bold {
  font-style: bold;
}
.green {
  color: #59a722 !important;
}

.black {
  color: black;
}
.pink
{
  color: #ff486f !important;
}
.red {
  color: red;
}
.white {
  color: white;
}
.gold {
  color: #cbab83 !important;
}
/* profile-events-popup*/
.flex-container {
  display: flex;
}

.popup-column {
  width: 100% !important;
  display: flex;
}

.registration-cancelation-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.registration-cancelation-wrapper a.back,
.registration-cancelation-wrapper a.back:hover {
  color: white;
}

@media (max-width: 899px) {
  .registration-cancelation-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .registration-cancelation-wrapper a.back {
    margin-top: 1rem;
    order: 2;
  }
}


.is-third {
  width: 66% !important;
  text-align: right;
}
.profile-event-trip-details div
{
  width: 1000px;
  height: 40spx;
  padding: 0px;
  line-height: 40px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}


.profile-event-trip-details .columns .column:nth-child(even) {
  text-align: left;
  color: white;
}
.profile-event-trip-details .columns .column:nth-child(odd) {
  color: #a7a7a7;
}
.event-trip-bold {
  font-weight: 500;
}
.profile-event-trip-see-details {
  display: block;
  margin-top: 40px;
  width: 155px;
  height: 20px;
  font-family: "Roboto Slab", Arial;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  transition: all .2s ease;

}

.profile-event-trip-see-details:hover {
  color: white;
  text-decoration: none;
}

.profile-event-trip-see-details:hover .arrow-forward {
  margin-left: 5px;
}

.appearance-fix {
  -webkit-appearance: none !important;
}



.navbar-link:not(.is-arrowless):after,
.select:not(.is-multiple):not(.is-loading):after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: .625em;
  margin-top: -.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: .625em
}

.block:not(:last-child),
.box:not(:last-child),
.content:not(:last-child),
.highlight:not(:last-child),
.notification:not(:last-child),
.progress:not(:last-child),
.subtitle:not(:last-child),
.table-container:not(:last-child),
.table:not(:last-child),
.title:not(:last-child) {
  margin-bottom: 1.5rem
}

.delete,
.modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, .2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px
}

.delete:after,
.delete:before,
.modal-close:after,
.modal-close:before {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center
}

.delete:before,
.modal-close:before {
  height: 2px;
  width: 50%
}

.delete:after,
.modal-close:after {
  height: 50%;
  width: 2px
}

.delete:focus,
.delete:hover,
.modal-close:focus,
.modal-close:hover {
  background-color: rgba(10, 10, 10, .3)
}

.delete:active,
.modal-close:active {
  background-color: rgba(10, 10, 10, .4)
}

.is-small.delete,
.is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px
}

.is-medium.delete,
.is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px
}

.is-large.delete,
.is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px
}

.button.is-loading:after,
.control.is-loading:after,
.loader,
.select.is-loading:after {
  animation: spinAround .5s linear infinite;
  border-radius: 290486px;
  border-color: transparent transparent #dbdbdb #dbdbdb;
  border-style: solid;
  border-width: 2px;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.hero-video,
.image.is-1by1 .has-ratio,
.image.is-1by1 img,
.image.is-1by2 .has-ratio,
.image.is-1by2 img,
.image.is-1by3 .has-ratio,
.image.is-1by3 img,
.image.is-2by1 .has-ratio,
.image.is-2by1 img,
.image.is-2by3 .has-ratio,
.image.is-2by3 img,
.image.is-3by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by2 .has-ratio,
.image.is-3by2 img,
.image.is-3by4 .has-ratio,
.image.is-3by4 img,
.image.is-3by5 .has-ratio,
.image.is-3by5 img,
.image.is-4by3 .has-ratio,
.image.is-4by3 img,
.image.is-4by5 .has-ratio,
.image.is-4by5 img,
.image.is-5by3 .has-ratio,
.image.is-5by3 img,
.image.is-5by4 .has-ratio,
.image.is-5by4 img,
.image.is-9by16 .has-ratio,
.image.is-9by16 img,
.image.is-16by9 .has-ratio,
.image.is-16by9 img,
.image.is-square .has-ratio,
.image.is-square img,
.is-overlay,
.modal,
.modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.button,
.file-cta,
.file-name,
.input,
.select select,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding: calc(.375em - 1px) calc(.625em - 1px);
  position: relative;
  vertical-align: top
}

.button:active,
.button:focus,
.file-cta:active,
.file-cta:focus,
.file-name:active,
.file-name:focus,
.input:active,
.input:focus,
.is-active.button,
.is-active.file-cta,
.is-active.file-name,
.is-active.input,
.is-active.textarea,
.is-focused.button,
.is-focused.file-cta,
.is-focused.file-name,
.is-focused.input,
.is-focused.textarea,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
  outline: none
}

.select fieldset[disabled] select,
.select select[disabled],
[disabled].button,
[disabled].file-cta,
[disabled].file-name,
[disabled].input,
[disabled].textarea,
fieldset[disabled] .button,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .input,
fieldset[disabled] .select select,
fieldset[disabled] .textarea {
  cursor: not-allowed
}

/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400
}

ul {
  list-style: none
}

button,
input,
select,
textarea {
  margin: 0
}

embed,
iframe,
img,
object,
video {
  height: auto;
  max-width: 100%
}

audio {
  max-width: 100%
}

iframe {
  border: 0
}

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

td,
th {
  padding: 0;
  text-align: left
}

html {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  font-family: 'Montserrat', sans-serif;
  font-family: "Roboto Slab", serif;
  scroll-behavior: smooth;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block
}

body,
button,mobile-password-change
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace
}

body {
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5
}

a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none
}

a strong {
  color: currentColor
}

a:hover {
  color: #363636
}

code {
  color: #ff3860;
  font-size: .875em;
  font-weight: 400;
  padding: .25em .5em
}

code,
hr {
  background-color: #f5f5f5
}

hr {
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0
}

img {
  height: auto;
  max-width: 100%
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline
}

small {
  font-size: .875em
}

span {
  font-style: inherit;
  font-weight: inherit
}

strong {
  color: #363636;
  font-weight: 700
}

fieldset {
  border: none
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: #f5f5f5;
  color: #4a4a4a;
  font-size: .875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal
}

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0
}

table td,
table th {
  text-align: left;
  vertical-align: top
}

table th {
  color: #363636
}

.is-clearfix:after {
  clear: both;
  content: " ";
  display: table
}

.is-pulled-left {
  float: left !important
}

.is-pulled-right {
  float: right !important
}

.is-clipped {
  overflow: hidden !important
}

.is-size-1 {
  font-size: 3rem !important
}

.is-size-2 {
  font-size: 2.5rem !important
}

.is-size-3 {
  font-size: 2rem !important
}

.is-size-4 {
  font-size: 1.5rem !important
}

.is-size-5 {
  font-size: 1.25rem !important
}

.is-size-6 {
  font-size: 1rem !important
}

.is-size-7 {
  font-size: .75rem !important
}

@media screen and (max-width:768px) {
  .is-size-1-mobile {
    font-size: 3rem !important
  }


  .is-size-2-mobile {
    font-size: 2.5rem !important
  }

  .is-size-3-mobile {
    font-size: 2rem !important
  }

  .is-size-4-mobile {
    font-size: 1.5rem !important
  }

  .is-size-5-mobile {
    font-size: 1.25rem !important
  }

  .is-size-6-mobile {
    font-size: 1rem !important
  }

  .is-size-7-mobile {
    font-size: .75rem !important
  }
}

@media print,
screen and (min-width:769px) {
  .is-size-1-tablet {
    font-size: 3rem !important
  }

  .is-size-2-tablet {
    font-size: 2.5rem !important
  }

  .is-size-3-tablet {
    font-size: 2rem !important
  }

  .is-size-4-tablet {
    font-size: 1.5rem !important
  }

  .is-size-5-tablet {
    font-size: 1.25rem !important
  }

  .is-size-6-tablet {
    font-size: 1rem !important
  }

  .is-size-7-tablet {
    font-size: .75rem !important
  }
}

@media screen and (max-width:1019px) {
  .is-size-1-touch {
    font-size: 3rem !important
  }

  .is-size-2-touch {
    font-size: 2.5rem !important
  }

  .is-size-3-touch {
    font-size: 2rem !important
  }

  .is-size-4-touch {
    font-size: 1.5rem !important
  }

  .is-size-5-touch {
    font-size: 1.25rem !important
  }

  .is-size-6-touch {
    font-size: 1rem !important
  }

  .is-size-7-touch {
    font-size: .75rem !important
  }
}

@media screen and (min-width:1020px) {
  .is-size-1-desktop {
    font-size: 3rem !important
  }

  .is-size-2-desktop {
    font-size: 2.5rem !important
  }

  .is-size-3-desktop {
    font-size: 2rem !important
  }

  .is-size-4-desktop {
    font-size: 1.5rem !important
  }

  .is-size-5-desktop {
    font-size: 1.25rem !important
  }

  .is-size-6-desktop {
    font-size: 1rem !important
  }

  .is-size-7-desktop {
    font-size: .75rem !important
  }
}

@media screen and (min-width:1290px) {
  .is-size-1-widescreen {
    font-size: 3rem !important
  }

  .is-size-2-widescreen {
    font-size: 2.5rem !important
  }

  .is-size-3-widescreen {
    font-size: 2rem !important
  }

  .is-size-4-widescreen {
    font-size: 1.5rem !important
  }

  .is-size-5-widescreen {
    font-size: 1.25rem !important
  }

  .is-size-6-widescreen {
    font-size: 1rem !important
  }

  .is-size-7-widescreen {
    font-size: .75rem !important
  }
}

@media screen and (min-width:1290px) {
  .is-size-1-fullhd {
    font-size: 3rem !important
  }

  .is-size-2-fullhd {
    font-size: 2.5rem !important
  }

  .is-size-3-fullhd {
    font-size: 2rem !important
  }

  .is-size-4-fullhd {
    font-size: 1.5rem !important
  }

  .is-size-5-fullhd {
    font-size: 1.25rem !important
  }

  .is-size-6-fullhd {
    font-size: 1rem !important
  }

  .is-size-7-fullhd {
    font-size: .75rem !important
  }
}

.has-text-centered {
  text-align: center !important
}

.has-text-justified {
  text-align: justify !important
}

.has-text-left {
  text-align: left !important
}

.has-text-right {
  text-align: right !important
}

@media screen and (max-width:768px) {
  .has-text-centered-mobile {
    text-align: center !important
  }
}

@media print,
screen and (min-width:769px) {
  .has-text-centered-tablet {
    text-align: center !important
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .has-text-centered-tablet-only {
    text-align: center !important
  }
}

@media screen and (max-width:1019px) {
  .has-text-centered-touch {
    text-align: center !important
  }
}

@media screen and (min-width:1020px) {
  .has-text-centered-desktop {
    text-align: center !important
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .has-text-centered-desktop-only {
    text-align: center !important
  }
}

@media screen and (min-width:1290px) {
  .has-text-centered-widescreen {
    text-align: center !important
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .has-text-centered-widescreen-only {
    text-align: center !important
  }
}

@media screen and (min-width:1290px) {
  .has-text-centered-fullhd {
    text-align: center !important
  }
}

@media screen and (max-width:768px) {
  .has-text-justified-mobile {
    text-align: justify !important
  }
}

@media print,
screen and (min-width:769px) {
  .has-text-justified-tablet {
    text-align: justify !important
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .has-text-justified-tablet-only {
    text-align: justify !important
  }
}

@media screen and (max-width:1019px) {
  .has-text-justified-touch {
    text-align: justify !important
  }
}

@media screen and (min-width:1020px) {
  .has-text-justified-desktop {
    text-align: justify !important
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .has-text-justified-desktop-only {
    text-align: justify !important
  }
}

@media screen and (min-width:1290px) {
  .has-text-justified-widescreen {
    text-align: justify !important
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important
  }
}

@media screen and (min-width:1290px) {
  .has-text-justified-fullhd {
    text-align: justify !important
  }
}

@media screen and (max-width:768px) {
  .has-text-left-mobile {
    text-align: left !important
  }
}

@media print,
screen and (min-width:769px) {
  .has-text-left-tablet {
    text-align: left !important
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .has-text-left-tablet-only {
    text-align: left !important
  }
}

@media screen and (max-width:1019px) {
  .has-text-left-touch {
    text-align: left !important
  }
}

@media screen and (min-width:1020px) {
  .has-text-left-desktop {
    text-align: left !important
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .has-text-left-desktop-only {
    text-align: left !important
  }
}

@media screen and (min-width:1290px) {
  .has-text-left-widescreen {
    text-align: left !important
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .has-text-left-widescreen-only {
    text-align: left !important
  }
}

@media screen and (min-width:1290px) {
  .has-text-left-fullhd {
    text-align: left !important
  }
}

@media screen and (max-width:768px) {
  .has-text-right-mobile {
    text-align: right !important
  }
}

@media print,
screen and (min-width:769px) {
  .has-text-right-tablet {
    text-align: right !important
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .has-text-right-tablet-only {
    text-align: right !important
  }
}

@media screen and (max-width:1019px) {
  .has-text-right-touch {
    text-align: right !important
  }
}

@media screen and (min-width:1020px) {
  .has-text-right-desktop {
    text-align: right !important
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .has-text-right-desktop-only {
    text-align: right !important
  }
}

@media screen and (min-width:1290px) {
  .has-text-right-widescreen {
    text-align: right !important
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .has-text-right-widescreen-only {
    text-align: right !important
  }
}

@media screen and (min-width:1290px) {
  .has-text-right-fullhd {
    text-align: right !important
  }
}

.is-capitalized {
  text-transform: capitalize !important
}

.is-lowercase {
  text-transform: lowercase !important
}

.is-uppercase {
  text-transform: uppercase !important
}

.is-italic {
  font-style: italic !important
}

.has-text-white {
  color: #fff !important
}

a.has-text-white:focus,
a.has-text-white:hover {
  color: #e6e6e6 !important
}

.has-background-white {
  background-color: #fff !important
}

.has-text-black {
  color: #0a0a0a !important
}

a.has-text-black:focus,
a.has-text-black:hover {
  color: #000 !important
}

.has-background-black {
  background-color: #0a0a0a !important
}

.has-text-light {
  color: #f5f5f5 !important
}

a.has-text-light:focus,
a.has-text-light:hover {
  color: #dbdbdb !important
}

.has-background-light {
  background-color: #f5f5f5 !important
}

.has-text-dark {
  color: #363636 !important
}

a.has-text-dark:focus,
a.has-text-dark:hover {
  color: #1c1c1c !important
}

.has-background-dark {
  background-color: #363636 !important
}

.has-text-primary {
  color: #00d1b2 !important
}

a.has-text-primary:focus,
a.has-text-primary:hover {
  color: #009e86 !important
}

.has-background-primary {
  background-color: #00d1b2 !important
}

.has-text-link {
  color: #3273dc !important
}

a.has-text-link:focus,
a.has-text-link:hover {
  color: #205bbc !important
}

.has-background-link {
  background-color: #3273dc !important
}

.has-text-info {
  color: #209cee !important
}

a.has-text-info:focus,
a.has-text-info:hover {
  color: #0f81cc !important
}

.has-background-info {
  background-color: #209cee !important
}

.has-text-success {
  color: #23d160 !important
}

a.has-text-success:focus,
a.has-text-success:hover {
  color: #1ca64c !important
}

.has-background-success {
  background-color: #23d160 !important
}

.has-text-warning {
  color: #ffdd57 !important
}

a.has-text-warning:focus,
a.has-text-warning:hover {
  color: #ffd324 !important
}

.has-background-warning {
  background-color: #ffdd57 !important
}

.has-text-danger {
  color: #ff3860 !important
}

a.has-text-danger:focus,
a.has-text-danger:hover {
  color: #ff0537 !important
}

.has-background-danger {
  background-color: #ff3860 !important
}

.has-text-black-bis {
  color: #121212 !important
}

.has-background-black-bis {
  background-color: #121212 !important
}

.has-text-black-ter {
  color: #242424 !important
}

.has-background-black-ter {
  background-color: #242424 !important
}

.has-text-grey-darker {
  color: #363636 !important
}

.has-background-grey-darker {
  background-color: #363636 !important
}

.has-text-grey-dark {
  color: #4a4a4a !important
}

.has-background-grey-dark {
  background-color: #4a4a4a !important
}

.has-text-grey {
  color: #7a7a7a !important
}

.has-background-grey {
  background-color: #7a7a7a !important
}

.has-text-grey-light {
  color: #b5b5b5 !important
}

.has-background-grey-light {
  background-color: #b5b5b5 !important
}

.has-text-grey-lighter {
  color: #dbdbdb !important
}

.has-background-grey-lighter {
  background-color: #dbdbdb !important
}

.has-text-white-ter {
  color: #f5f5f5 !important
}

.has-background-white-ter {
  background-color: #f5f5f5 !important
}

.has-text-white-bis {
  color: #fafafa !important
}

.has-background-white-bis {
  background-color: #fafafa !important
}

.has-text-weight-light {
  font-weight: 300 !important
}

.has-text-weight-normal {
  font-weight: 400 !important
}

.has-text-weight-semibold {
  font-weight: 600 !important
}

.has-text-weight-bold {
  font-weight: 700 !important
}

.is-family-primary,
.is-family-sans-serif,
.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif !important
}

.is-family-code,
.is-family-monospace {
  font-family: monospace !important
}

.is-block {
  display: block !important
}

@media screen and (max-height: 640px) and (max-width: 768px) {
  /* .login-wrapper--para {
    margin-top: 13rem !important;
  } */
  .login-wrapper {
    height: 80% !important;
  }

  .container-brand.container-login.container-brand--white {
    height: 90%;
    padding: 0 10px !important;
  }

}

@media screen and (max-height: 475px) {
  .login-wrapper--para {
    margin-bottom: -1rem;
  }
}

@media screen and (max-width:768px) {
  .is-block-mobile {
    display: block !important
  }

  .container-brand {
    max-width: 100% !important;
  }
  p.login-wrapper--para {
   /* margin-top: 92px !important; */
  }
  .login-wrapper {
    /* justify-content: center !important; */
    align-items: center !important;
    width:80% !important;
    margin: auto !important;
    max-width: 100% !important;
    padding-left: 0rem !important;
  }
  .login-container {
    width: 100% !important;
    margin: auto -7.5% !important;
    max-width: 100% !important;
    background-color: #fff;
  }
}

.is-block-tablet {
  display: none;
}

@media print,
screen and (min-width:769px) {
  .is-block-tablet {
    display: block !important
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .is-block-tablet-only {
    display: block !important
  }
  .container-brand {
    max-width: 100% !important;
  }
  p.login-wrapper--para {
    margin-top: 6rem;
    margin-bottom: 2rem;
  }
  .login-wrapper {
    justify-content: center !important;
    align-items: center !important;
    width:80% !important;
    margin: auto !important;
    max-width: 100% !important;
    padding-left: 0rem !important;

  }
  .login-container {
    width: 100% !important;
    margin: auto -7.5% !important;
    max-width: 100% !important;
  }
  button.btn.btn--white {
    margin-left: -20px;
  }
}

@media screen and (max-width:1019px) {
  .is-block-touch {
    display: block !important
  }
}

@media screen and (min-width:1020px) {
  .is-block-desktop {
    display: block !important
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .is-block-desktop-only {
    display: block !important
  }
}

@media screen and (min-width:1290px) {
  .is-block-widescreen {
    display: block !important
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .is-block-widescreen-only {
    display: block !important
  }
}

@media screen and (min-width:1290px) {
  .is-block-fullhd {
    display: block !important
  }
}

.is-flex {
  display: flex !important
}

@media screen and (max-width:768px) {
  .is-flex-mobile {
    display: flex !important
  }
}

@media print,
screen and (min-width:769px) {
  .is-flex-tablet {
    display: flex !important
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .is-flex-tablet-only {
    display: flex !important
  }
}

@media screen and (max-width:1019px) {
  .is-flex-touch {
    display: flex !important
  }
}

@media screen and (min-width:1020px) {
  .is-flex-desktop {
    display: flex !important
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .is-flex-desktop-only {
    display: flex !important
  }
}

@media screen and (min-width:1290px) {
  .is-flex-widescreen {
    display: flex !important
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .is-flex-widescreen-only {
    display: flex !important
  }
}

@media screen and (min-width:1290px) {
  .is-flex-fullhd {
    display: flex !important
  }
}

.is-inline {
  display: inline !important
}

@media screen and (max-width:768px) {
  .is-inline-mobile {
    display: inline !important
  }
}

@media print,
screen and (min-width:769px) {
  .is-inline-tablet {
    display: inline !important
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .is-inline-tablet-only {
    display: inline !important
  }
}

@media screen and (max-width:1019px) {
  .is-inline-touch {
    display: inline !important
  }
}

@media screen and (min-width:1020px) {
  .is-inline-desktop {
    display: inline !important
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .is-inline-desktop-only {
    display: inline !important
  }
}

@media screen and (min-width:1290px) {
  .is-inline-widescreen {
    display: inline !important
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .is-inline-widescreen-only {
    display: inline !important
  }
}

@media screen and (min-width:1290px) {
  .is-inline-fullhd {
    display: inline !important
  }
}

.is-inline-block {
  display: inline-block !important
}

@media screen and (max-width:768px) {
  .is-inline-block-mobile {
    display: inline-block !important
  }
}

@media print,
screen and (min-width:769px) {
  .is-inline-block-tablet {
    display: inline-block !important
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .is-inline-block-tablet-only {
    display: inline-block !important
  }
}

@media screen and (max-width:1019px) {
  .is-inline-block-touch {
    display: inline-block !important
  }
}

@media screen and (min-width:1020px) {
  .is-inline-block-desktop {
    display: inline-block !important
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .is-inline-block-desktop-only {
    display: inline-block !important
  }
}

@media screen and (min-width:1290px) {
  .is-inline-block-widescreen {
    display: inline-block !important
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important
  }
}

@media screen and (min-width:1290px) {
  .is-inline-block-fullhd {
    display: inline-block !important
  }
}

.is-inline-flex {
  display: inline-flex !important
}

@media screen and (max-width:768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important
  }
}

@media print,
screen and (min-width:769px) {
  .is-inline-flex-tablet {
    display: inline-flex !important
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important
  }
}

@media screen and (max-width:1019px) {
  .is-inline-flex-touch {
    display: inline-flex !important
  }
}

@media screen and (min-width:1020px) {
  .is-inline-flex-desktop {
    display: inline-flex !important
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important
  }
}

@media screen and (min-width:1290px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important
  }
}

@media screen and (min-width:1290px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important
  }
}

.is-hidden {
  display: none !important
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: .01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: .01em !important
}

@media screen and (max-width:768px) {
  .is-hidden-mobile {
    display: none !important
  }
}

@media print,
screen and (min-width:769px) {
  .is-hidden-tablet {
    display: none !important
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .is-hidden-tablet-only {
    display: none !important
  }
}

@media screen and (max-width:1019px) {
  .is-hidden-touch {
    display: none !important
  }
}

@media screen and (min-width:1020px) {
  .is-hidden-desktop {
    display: none !important
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .is-hidden-desktop-only {
    display: none !important
  }
}

@media screen and (min-width:1290px) {
  .is-hidden-widescreen {
    display: none !important
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .is-hidden-widescreen-only {
    display: none !important
  }
}

@media screen and (min-width:1290px) {
  .is-hidden-fullhd {
    display: none !important
  }
}

.is-invisible {
  visibility: hidden !important
}

@media screen and (max-width:768px) {
  .is-invisible-mobile {
    visibility: hidden !important
  }
}

@media print,
screen and (min-width:769px) {
  .is-invisible-tablet {
    visibility: hidden !important
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .is-invisible-tablet-only {
    visibility: hidden !important
  }
}

@media screen and (max-width:1019px) {
  .is-invisible-touch {
    visibility: hidden !important
  }
}

@media screen and (min-width:1020px) {
  .is-invisible-desktop {
    visibility: hidden !important
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .is-invisible-desktop-only {
    visibility: hidden !important
  }
}

@media screen and (min-width:1290px) {
  .is-invisible-widescreen {
    visibility: hidden !important
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important
  }
}

@media screen and (min-width:1290px) {
  .is-invisible-fullhd {
    visibility: hidden !important
  }
}

.is-marginless {
  margin: 0 !important
}

.is-paddingless {
  padding: 0 !important
}

.is-radiusless {
  border-radius: 0 !important
}

.is-shadowless {
  box-shadow: none !important
}

.box {
  background-color: #fff;
  color: #4a4a4a;
  display: block;
  padding: 1.25rem
}

a.box:focus,
a.box:hover {
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px #3273dc
}

a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2), 0 0 0 1px #3273dc
}

.button {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding: calc(.375em - 1px) .75em;
  text-align: center;
  white-space: nowrap
}

.button strong {
  color: inherit
}

.button .icon,
.button .icon.is-large,
.button .icon.is-medium,
.button .icon.is-small {
  height: 1.5em;
  width: 1.5em
}

.button .icon:first-child:not(:last-child) {
  margin-left: calc(-.375em - 1px);
  margin-right: .1875em
}

.button .icon:last-child:not(:first-child) {
  margin-left: .1875em;
  margin-right: calc(-.375em - 1px)
}

.button .icon:first-child:last-child {
  margin-left: calc(-.375em - 1px);
  margin-right: calc(-.375em - 1px)
}

.button.is-hovered,
.button:hover {
  border-color: #b5b5b5;
  color: #363636
}

.button.is-focused,
.button:focus {
  border-color: #3273dc;
  color: #363636
}

.button.is-focused:not(:active),
.button:focus:not(:active) {
  box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.button.is-active,
.button:active {
  border-color: #4a4a4a;
  color: #363636
}

.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline
}

.button.is-text.is-focused,
.button.is-text.is-hovered,
.button.is-text:focus,
.button.is-text:hover {
  background-color: #f5f5f5;
  color: #363636
}

.button.is-text.is-active,
.button.is-text:active {
  background-color: #e8e8e8;
  color: #363636
}

.button.is-text[disabled],
fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none
}

.button.is-white {
  background-color: #fff;
  border-color: transparent;
  color: #0a0a0a
}

.button.is-white.is-hovered,
.button.is-white:hover {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a
}

.button.is-white.is-focused,
.button.is-white:focus {
  border-color: transparent;
  color: #0a0a0a
}

.button.is-white.is-focused:not(:active),
.button.is-white:focus:not(:active) {
  box-shadow: 0 0 0 .125em hsla(0, 0%, 100%, .25)
}

.button.is-white.is-active,
.button.is-white:active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a
}

.button.is-white[disabled],
fieldset[disabled] .button.is-white {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none
}

.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: #fff
}

.button.is-white.is-inverted:hover {
  background-color: #000
}

.button.is-white.is-inverted[disabled],
fieldset[disabled] .button.is-white.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: #fff
}

.button.is-white.is-loading:after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important
}

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff
}

.button.is-white.is-outlined:focus,
.button.is-white.is-outlined:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0a0a0a
}

.button.is-white.is-outlined.is-loading:after {
  border-color: transparent transparent #fff #fff !important
}

.button.is-white.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff
}

.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a
}

.button.is-white.is-inverted.is-outlined:focus,
.button.is-white.is-inverted.is-outlined:hover {
  background-color: #0a0a0a;
  color: #fff
}

.button.is-white.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a
}

.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: #fff
}

.button.is-black.is-hovered,
.button.is-black:hover {
  background-color: #040404;
  border-color: transparent;
  color: #fff
}

.button.is-black.is-focused,
.button.is-black:focus {
  border-color: transparent;
  color: #fff
}

.button.is-black.is-focused:not(:active),
.button.is-black:focus:not(:active) {
  box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}

.button.is-black.is-active,
.button.is-black:active {
  background-color: #000;
  border-color: transparent;
  color: #fff
}

.button.is-black[disabled],
fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none
}

.button.is-black.is-inverted {
  background-color: #fff;
  color: #0a0a0a
}

.button.is-black.is-inverted:hover {
  background-color: #f2f2f2
}

.button.is-black.is-inverted[disabled],
fieldset[disabled] .button.is-black.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a
}

.button.is-black.is-loading:after {
  border-color: transparent transparent #fff #fff !important
}

.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a
}

.button.is-black.is-outlined:focus,
.button.is-black.is-outlined:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff
}

.button.is-black.is-outlined.is-loading:after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important
}

.button.is-black.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a
}

.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff
}

.button.is-black.is-inverted.is-outlined:focus,
.button.is-black.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #0a0a0a
}

.button.is-black.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff
}

.button.is-light {
  background-color: #f5f5f5;
  border-color: transparent;
  color: #363636
}

.button.is-light.is-hovered,
.button.is-light:hover {
  background-color: #eee;
  border-color: transparent;
  color: #363636
}

.button.is-light.is-focused,
.button.is-light:focus {
  border-color: transparent;
  color: #363636
}

.button.is-light.is-focused:not(:active),
.button.is-light:focus:not(:active) {
  box-shadow: 0 0 0 .125em hsla(0, 0%, 96.1%, .25)
}

.button.is-light.is-active,
.button.is-light:active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636
}

.button.is-light[disabled],
fieldset[disabled] .button.is-light {
  background-color: #f5f5f5;
  border-color: transparent;
  box-shadow: none
}

.button.is-light.is-inverted {
  background-color: #363636;
  color: #f5f5f5
}

.button.is-light.is-inverted:hover {
  background-color: #292929
}

.button.is-light.is-inverted[disabled],
fieldset[disabled] .button.is-light.is-inverted {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
  color: #f5f5f5
}

.button.is-light.is-loading:after {
  border-color: transparent transparent #363636 #363636 !important
}

.button.is-light.is-outlined {
  background-color: transparent;
  border-color: #f5f5f5;
  color: #f5f5f5
}

.button.is-light.is-outlined:focus,
.button.is-light.is-outlined:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #363636
}

.button.is-light.is-outlined.is-loading:after {
  border-color: transparent transparent #f5f5f5 #f5f5f5 !important
}

.button.is-light.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: #f5f5f5;
  box-shadow: none;
  color: #f5f5f5
}

.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636
}

.button.is-light.is-inverted.is-outlined:focus,
.button.is-light.is-inverted.is-outlined:hover {
  background-color: #363636;
  color: #f5f5f5
}

.button.is-light.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636
}

.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #f5f5f5
}

.button.is-dark.is-hovered,
.button.is-dark:hover {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #f5f5f5
}

.button.is-dark.is-focused,
.button.is-dark:focus {
  border-color: transparent;
  color: #f5f5f5
}

.button.is-dark.is-focused:not(:active),
.button.is-dark:focus:not(:active) {
  box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.button.is-dark.is-active,
.button.is-dark:active {
  background-color: #292929;
  border-color: transparent;
  color: #f5f5f5
}

.button.is-dark[disabled],
fieldset[disabled] .button.is-dark {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none
}

.button.is-dark.is-inverted {
  background-color: #f5f5f5;
  color: #363636
}

.button.is-dark.is-inverted:hover {
  background-color: #e8e8e8
}

.button.is-dark.is-inverted[disabled],
fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #f5f5f5;
  border-color: transparent;
  box-shadow: none;
  color: #363636
}

.button.is-dark.is-loading:after {
  border-color: transparent transparent #f5f5f5 #f5f5f5 !important
}

.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636
}

.button.is-dark.is-outlined:focus,
.button.is-dark.is-outlined:hover {
  background-color: #363636;
  border-color: #363636;
  color: #f5f5f5
}

.button.is-dark.is-outlined.is-loading:after {
  border-color: transparent transparent #363636 #363636 !important
}

.button.is-dark.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636
}

.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #f5f5f5;
  color: #f5f5f5
}

.button.is-dark.is-inverted.is-outlined:focus,
.button.is-dark.is-inverted.is-outlined:hover {
  background-color: #f5f5f5;
  color: #363636
}

.button.is-dark.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #f5f5f5;
  box-shadow: none;
  color: #f5f5f5
}

.button.is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff
}

.button.is-primary.is-hovered,
.button.is-primary:hover {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff
}

.button.is-primary.is-focused,
.button.is-primary:focus {
  border-color: transparent;
  color: #fff
}

.button.is-primary.is-focused:not(:active),
.button.is-primary:focus:not(:active) {
  box-shadow: 0 0 0 .125em rgba(0, 209, 178, .25)
}

.button.is-primary.is-active,
.button.is-primary:active {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff
}

.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  box-shadow: none
}

.button.is-primary.is-inverted {
  background-color: #fff;
  color: #00d1b2
}

.button.is-primary.is-inverted:hover {
  background-color: #f2f2f2
}

.button.is-primary.is-inverted[disabled],
fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #00d1b2
}

.button.is-primary.is-loading:after {
  border-color: transparent transparent #fff #fff !important
}

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  color: #00d1b2
}

.button.is-primary.is-outlined:focus,
.button.is-primary.is-outlined:hover {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff
}

.button.is-primary.is-outlined.is-loading:after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important
}

.button.is-primary.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  box-shadow: none;
  color: #00d1b2
}

.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff
}

.button.is-primary.is-inverted.is-outlined:focus,
.button.is-primary.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #00d1b2
}

.button.is-primary.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff
}

.button.is-link {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff
}

.button.is-link.is-hovered,
.button.is-link:hover {
  background-color: #276cda;
  border-color: transparent;
  color: #fff
}

.button.is-link.is-focused,
.button.is-link:focus {
  border-color: transparent;
  color: #fff
}

.button.is-link.is-focused:not(:active),
.button.is-link:focus:not(:active) {
  box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.button.is-link.is-active,
.button.is-link:active {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff
}

.button.is-link[disabled],
fieldset[disabled] .button.is-link {
  background-color: #3273dc;
  border-color: transparent;
  box-shadow: none
}

.button.is-link.is-inverted {
  background-color: #fff;
  color: #3273dc
}

.button.is-link.is-inverted:hover {
  background-color: #f2f2f2
}

.button.is-link.is-inverted[disabled],
fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3273dc
}

.button.is-link.is-loading:after {
  border-color: transparent transparent #fff #fff !important
}

.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #3273dc;
  color: #3273dc
}

.button.is-link.is-outlined:focus,
.button.is-link.is-outlined:hover {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff
}

.button.is-link.is-outlined.is-loading:after {
  border-color: transparent transparent #3273dc #3273dc !important
}

.button.is-link.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #3273dc;
  box-shadow: none;
  color: #3273dc
}

.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff
}

.button.is-link.is-inverted.is-outlined:focus,
.button.is-link.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #3273dc
}

.button.is-link.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff
}

.button.is-info {
  background-color: #209cee;
  border-color: transparent;
  color: #fff
}

.button.is-info.is-hovered,
.button.is-info:hover {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff
}

.button.is-info.is-focused,
.button.is-info:focus {
  border-color: transparent;
  color: #fff
}

.button.is-info.is-focused:not(:active),
.button.is-info:focus:not(:active) {
  box-shadow: 0 0 0 .125em rgba(32, 156, 238, .25)
}

.button.is-info.is-active,
.button.is-info:active {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff
}

.button.is-info[disabled],
fieldset[disabled] .button.is-info {
  background-color: #209cee;
  border-color: transparent;
  box-shadow: none
}

.button.is-info.is-inverted {
  background-color: #fff;
  color: #209cee
}

.button.is-info.is-inverted:hover {
  background-color: #f2f2f2
}

.button.is-info.is-inverted[disabled],
fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #209cee
}

.button.is-info.is-loading:after {
  border-color: transparent transparent #fff #fff !important
}

.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #209cee;
  color: #209cee
}

.button.is-info.is-outlined:focus,
.button.is-info.is-outlined:hover {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff
}

.button.is-info.is-outlined.is-loading:after {
  border-color: transparent transparent #209cee #209cee !important
}

.button.is-info.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #209cee;
  box-shadow: none;
  color: #209cee
}

.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff
}

.button.is-info.is-inverted.is-outlined:focus,
.button.is-info.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #209cee
}

.button.is-info.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff
}

.button.is-success {
  background-color: #23d160;
  border-color: transparent;
  color: #fff
}

.button.is-success.is-hovered,
.button.is-success:hover {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff
}

.button.is-success.is-focused,
.button.is-success:focus {
  border-color: transparent;
  color: #fff
}

.button.is-success.is-focused:not(:active),
.button.is-success:focus:not(:active) {
  box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25)
}

.button.is-success.is-active,
.button.is-success:active {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff
}

.button.is-success[disabled],
fieldset[disabled] .button.is-success {
  background-color: #23d160;
  border-color: transparent;
  box-shadow: none
}

.button.is-success.is-inverted {
  background-color: #fff;
  color: #23d160
}

.button.is-success.is-inverted:hover {
  background-color: #f2f2f2
}

.button.is-success.is-inverted[disabled],
fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #23d160
}

.button.is-success.is-loading:after {
  border-color: transparent transparent #fff #fff !important
}

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #23d160;
  color: #23d160
}

.button.is-success.is-outlined:focus,
.button.is-success.is-outlined:hover {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff
}

.button.is-success.is-outlined.is-loading:after {
  border-color: transparent transparent #23d160 #23d160 !important
}

.button.is-success.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #23d160;
  box-shadow: none;
  color: #23d160
}

.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff
}

.button.is-success.is-inverted.is-outlined:focus,
.button.is-success.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #23d160
}

.button.is-success.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff
}

.button.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-hovered,
.button.is-warning:hover {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-focused,
.button.is-warning:focus {
  border-color: transparent;
  color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-focused:not(:active),
.button.is-warning:focus:not(:active) {
  box-shadow: 0 0 0 .125em rgba(255, 221, 87, .25)
}

.button.is-warning.is-active,
.button.is-warning:active {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, .7)
}

.button.is-warning[disabled],
fieldset[disabled] .button.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  box-shadow: none
}

.button.is-warning.is-inverted {
  color: #ffdd57
}

.button.is-warning.is-inverted,
.button.is-warning.is-inverted:hover {
  background-color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-inverted[disabled],
fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, .7);
  border-color: transparent;
  box-shadow: none;
  color: #ffdd57
}

.button.is-warning.is-loading:after {
  border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important
}

.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  color: #ffdd57
}

.button.is-warning.is-outlined:focus,
.button.is-warning.is-outlined:hover {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-outlined.is-loading:after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important
}

.button.is-warning.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  box-shadow: none;
  color: #ffdd57
}

.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, .7);
  color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-inverted.is-outlined:focus,
.button.is-warning.is-inverted.is-outlined:hover {
  background-color: rgba(0, 0, 0, .7);
  color: #ffdd57
}

.button.is-warning.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, .7);
  box-shadow: none;
  color: rgba(0, 0, 0, .7)
}

.button.is-danger {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff
}

.button.is-danger.is-hovered,
.button.is-danger:hover {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff
}

.button.is-danger.is-focused,
.button.is-danger:focus {
  border-color: transparent;
  color: #fff
}

.button.is-danger.is-focused:not(:active),
.button.is-danger:focus:not(:active) {
  box-shadow: 0 0 0 .125em rgba(255, 56, 96, .25)
}

.button.is-danger.is-active,
.button.is-danger:active {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff
}

.button.is-danger[disabled],
fieldset[disabled] .button.is-danger {
  background-color: #ff3860;
  border-color: transparent;
  box-shadow: none
}

.button.is-danger.is-inverted {
  background-color: #fff;
  color: #ff3860
}

.button.is-danger.is-inverted:hover {
  background-color: #f2f2f2
}

.button.is-danger.is-inverted[disabled],
fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ff3860
}

.button.is-danger.is-loading:after {
  border-color: transparent transparent #fff #fff !important
}

.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ff3860;
  color: #ff3860
}

.button.is-danger.is-outlined:focus,
.button.is-danger.is-outlined:hover {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff
}

.button.is-danger.is-outlined.is-loading:after {
  border-color: transparent transparent #ff3860 #ff3860 !important
}

.button.is-danger.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ff3860;
  box-shadow: none;
  color: #ff3860
}

.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff
}

.button.is-danger.is-inverted.is-outlined:focus,
.button.is-danger.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #ff3860
}

.button.is-danger.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff
}

.button.is-small {
  border-radius: 2px;
  font-size: .75rem
}

.button.is-normal {
  font-size: 1rem
}

.button.is-medium {
  font-size: 1.25rem
}

.button.is-large {
  font-size: 1.5rem
}

.button[disabled],
fieldset[disabled] .button {
  background-color: #fff;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: .5
}

.button.is-fullwidth {
  display: flex;
  width: 100%
}

.button.is-loading {
  color: transparent !important;
  pointer-events: none
}

.button.is-loading:after {
  position: absolute;
  left: calc(50% - .5em);
  top: calc(50% - .5em);
  position: absolute !important
}

.button.is-static {
  background-color: #f5f5f5;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none
}

.button.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.buttons .button {
  margin-bottom: .5rem
}

.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: .5rem
}

.buttons:last-child {
  margin-bottom: -.5rem
}

.buttons:not(:last-child) {
  margin-bottom: 1rem
}

.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  border-radius: 2px;
  font-size: .75rem
}

.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem
}

.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem
}

.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px
}

.buttons.has-addons .button:last-child {
  margin-right: 0
}

.buttons.has-addons .button.is-hovered,
.buttons.has-addons .button:hover {
  z-index: 2
}

.buttons.has-addons .button.is-active,
.buttons.has-addons .button.is-focused,
.buttons.has-addons .button.is-selected,
.buttons.has-addons .button:active,
.buttons.has-addons .button:focus {
  z-index: 3
}

.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .button.is-selected:hover,
.buttons.has-addons .button:active:hover,
.buttons.has-addons .button:focus:hover {
  z-index: 4
}

.buttons.has-addons .button.is-expanded {
  flex-grow: 1
}

.buttons.is-centered {
  justify-content: center
}

.buttons.is-right {
  justify-content: flex-end
}

.container {
  margin: 0 auto;
  position: relative;
  z-index: 1;

}

.login--flex {
  display: flex;
}
.show-password {
  cursor: pointer;
}

.login-hero-bg-fix {
  width: 143% !important;
  left: -60px;
}

@media (max-width: 768px){
  .login-wrapper {
    /* margin-top: 70px !important; */
  }
}

@media (max-width: 425px){
  .login-hero-bg-fix {
    left: -60px;
  }

  .login-button {
    display: flex;
    flex-flow: row nowrap;

  }

}

.login-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-title {
  color: #cbab83;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  margin-top: 105px;
  margin-bottom: 6rem;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  top: 0;
}

@media screen and (min-width:769px) {
  .login-title {
    font-size: 20px;
    letter-spacing: 2.4px;
  }
}

.login-container {
  margin: 0;
  z-index: 1;
  max-width: 600px;
  max-height:440px;
  width: 100%;
}

@media screen and (min-width:1020px) {
  .container {
    max-width: 960px;
    width: 960px
  }

  .container.is-fluid {
    margin-left: 30px;
    margin-right: 30px;
    max-width: none;
    width: auto
  }
}

@media screen and (max-width:1289px) {

  .container.is-fullhd,
  .container.is-widescreen {
    max-width: 1230px;
    width: auto
  }
}

@media screen and (min-width:1290px) {
  .container {
    max-width: 1230px;
    width: 1230px
  }
}

.content li+li {
  margin-top: .25em
}

.content blockquote:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content p:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child),
.content ul:not(:last-child) {
  margin-bottom: 1em
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125
}

.content h1 {
  font-size: 2em;
  margin-bottom: .5em
}

.content h1:not(:first-child) {
  margin-top: 1em
}

.content h2 {
  font-size: 1.75em;
  margin-bottom: .5714em
}

.content h2:not(:first-child) {
  margin-top: 1.1428em
}

.content h3 {
  font-size: 1.5em;
  margin-bottom: .6666em
}

.content h3:not(:first-child) {
  margin-top: 1.3333em
}

.content h4 {
  font-size: 1.25em;
  margin-bottom: .8em
}

.content h5 {
  font-size: 1.125em;
  margin-bottom: .8888em
}

.content h6 {
  font-size: 1em;
  margin-bottom: 1em
}

.content blockquote {
  background-color: #f5f5f5;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em
}

.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em
}

.content ol:not([type]) {
  list-style-type: decimal
}

.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha
}

.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman
}

.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha
}

.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman
}

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em
}

.content ul ul {
  list-style-type: circle;
  margin-top: .5em
}

.content ul ul ul {
  list-style-type: square
}

.content dd {
  margin-left: 2em
}

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center
}

.content figure:not(:first-child) {
  margin-top: 2em
}

.content figure:not(:last-child) {
  margin-bottom: 2em
}

.content figure img {
  display: inline-block
}

.content figure figcaption {
  font-style: italic
}

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal
}

.content sub,
.content sup {
  font-size: 75%
}

.content table {
  width: 100%
}

.content table td,
.content table th {
  border: solid #dbdbdb;
  border-width: 0 0 1px;
  padding: .5em .75em;
  vertical-align: top
}

.content table th {
  color: #363636;
  text-align: left
}

.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636
}

.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0
}

.content.is-small {
  font-size: .75rem
}

.content.is-medium {
  font-size: 1.25rem
}

.content.is-large {
  font-size: 1.5rem
}

.input,
.textarea {
  background-color: #fff;
  border-color: #dbdbdb;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
  max-width: 100%;
  width: 100%
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: rgba(54, 54, 54, .3)
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(54, 54, 54, .3)
}

.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color: rgba(54, 54, 54, .3)
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(54, 54, 54, .3)
}

.input.is-hovered,
.input:hover,
.textarea.is-hovered,
.textarea:hover {
  border-color: #b5b5b5
}

.input.is-active,
.input.is-focused,
.input:active,
.input:focus,
.textarea.is-active,
.textarea.is-focused,
.textarea:active,
.textarea:focus {
  border-color: #3273dc;
  box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.input[disabled],
.textarea[disabled],
fieldset[disabled] .input,
fieldset[disabled] .textarea {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  box-shadow: none;
  color: #7a7a7a
}

.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder {
  color: hsla(0, 0%, 47.8%, .3)
}

.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder {
  color: hsla(0, 0%, 47.8%, .3)
}

.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder {
  color: hsla(0, 0%, 47.8%, .3)
}

.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder {
  color: hsla(0, 0%, 47.8%, .3)
}

.input[readonly],
.textarea[readonly] {
  box-shadow: none
}

.input.is-white,
.textarea.is-white {
  border-color: #fff
}

.input.is-white.is-active,
.input.is-white.is-focused,
.input.is-white:active,
.input.is-white:focus,
.textarea.is-white.is-active,
.textarea.is-white.is-focused,
.textarea.is-white:active,
.textarea.is-white:focus {
  box-shadow: 0 0 0 .125em hsla(0, 0%, 100%, .25)
}

.input.is-black,
.textarea.is-black {
  border-color: #0a0a0a
}

.input.is-black.is-active,
.input.is-black.is-focused,
.input.is-black:active,
.input.is-black:focus,
.textarea.is-black.is-active,
.textarea.is-black.is-focused,
.textarea.is-black:active,
.textarea.is-black:focus {
  box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}

.input.is-light,
.textarea.is-light {
  border-color: #f5f5f5
}

.input.is-light.is-active,
.input.is-light.is-focused,
.input.is-light:active,
.input.is-light:focus,
.textarea.is-light.is-active,
.textarea.is-light.is-focused,
.textarea.is-light:active,
.textarea.is-light:focus {
  box-shadow: 0 0 0 .125em hsla(0, 0%, 96.1%, .25)
}

.input.is-dark,
.textarea.is-dark {
  border-color: #363636
}

.input.is-dark.is-active,
.input.is-dark.is-focused,
.input.is-dark:active,
.input.is-dark:focus,
.textarea.is-dark.is-active,
.textarea.is-dark.is-focused,
.textarea.is-dark:active,
.textarea.is-dark:focus {
  box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.input.is-primary,
.textarea.is-primary {
  border-color: #00d1b2
}

.input.is-primary.is-active,
.input.is-primary.is-focused,
.input.is-primary:active,
.input.is-primary:focus,
.textarea.is-primary.is-active,
.textarea.is-primary.is-focused,
.textarea.is-primary:active,
.textarea.is-primary:focus {
  box-shadow: 0 0 0 .125em rgba(0, 209, 178, .25)
}

.input.is-link,
.textarea.is-link {
  border-color: #3273dc
}

.input.is-link.is-active,
.input.is-link.is-focused,
.input.is-link:active,
.input.is-link:focus,
.textarea.is-link.is-active,
.textarea.is-link.is-focused,
.textarea.is-link:active,
.textarea.is-link:focus {
  box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.input.is-info,
.textarea.is-info {
  border-color: #209cee
}

.input.is-info.is-active,
.input.is-info.is-focused,
.input.is-info:active,
.input.is-info:focus,
.textarea.is-info.is-active,
.textarea.is-info.is-focused,
.textarea.is-info:active,
.textarea.is-info:focus {
  box-shadow: 0 0 0 .125em rgba(32, 156, 238, .25)
}

.input.is-success,
.textarea.is-success {
  border-color: #23d160
}

.input.is-success.is-active,
.input.is-success.is-focused,
.input.is-success:active,
.input.is-success:focus,
.textarea.is-success.is-active,
.textarea.is-success.is-focused,
.textarea.is-success:active,
.textarea.is-success:focus {
  box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25)
}

.input.is-warning,
.textarea.is-warning {
  border-color: #ffdd57
}

.input.is-warning.is-active,
.input.is-warning.is-focused,
.input.is-warning:active,
.input.is-warning:focus,
.textarea.is-warning.is-active,
.textarea.is-warning.is-focused,
.textarea.is-warning:active,
.textarea.is-warning:focus {
  box-shadow: 0 0 0 .125em rgba(255, 221, 87, .25)
}

.input.is-danger,
.textarea.is-danger {
  border-color: #ff3860
}

.input.is-danger.is-active,
.input.is-danger.is-focused,
.input.is-danger:active,
.input.is-danger:focus,
.textarea.is-danger.is-active,
.textarea.is-danger.is-focused,
.textarea.is-danger:active,
.textarea.is-danger:focus {
  box-shadow: 0 0 0 .125em rgba(255, 56, 96, .25)
}

.input.is-small,
.textarea.is-small {
  border-radius: 2px;
  font-size: .75rem
}

.input.is-medium,
.textarea.is-medium {
  font-size: 1.25rem
}

.input.is-large,
.textarea.is-large {
  font-size: 1.5rem
}

.input.is-fullwidth,
.textarea.is-fullwidth {
  display: block;
  width: 100%
}

.input.is-inline,
.textarea.is-inline {
  display: inline;

}

.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em
}

.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: .625em;
  resize: vertical
}

.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px
}

.textarea[rows] {
  height: auto
}

.textarea.has-fixed-size {
  resize: none
}

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative
}

.checkbox input,
.radio input {
  cursor: pointer
}

.checkbox:hover,
.radio:hover {
  color: #363636
}

.checkbox[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .radio {
  color: #7a7a7a;
  cursor: not-allowed
}

.radio+.radio {
  margin-left: .5em
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top
}

.select:not(.is-multiple) {
  height: 2.25em
}

.select:not(.is-multiple):not(.is-loading):after {
  border-color: #3273dc;
  right: 1.125em;
  z-index: 4
}

.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em
}

.select select {
  background-color: #fff;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none
}

.select select::-moz-placeholder {
  color: rgba(54, 54, 54, .3)
}

.select select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, .3)
}

.select select:-moz-placeholder {
  color: rgba(54, 54, 54, .3)
}

.select select:-ms-input-placeholder {
  color: rgba(54, 54, 54, .3)
}

.select select.is-hovered,
.select select:hover {
  border-color: #b5b5b5
}

.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus {
  border-color: #3273dc;
  box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.select select[disabled],
fieldset[disabled] .select select {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  box-shadow: none;
  color: #7a7a7a
}

.select select[disabled]::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder {
  color: hsla(0, 0%, 47.8%, .3)
}

.select select[disabled]::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder {
  color: hsla(0, 0%, 47.8%, .3)
}

.select select[disabled]:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder {
  color: hsla(0, 0%, 47.8%, .3)
}

.select select[disabled]:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder {
  color: hsla(0, 0%, 47.8%, .3)
}

.select select::-ms-expand {
  display: none
}

.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
  border-color: #f5f5f5
}

.select select:not([multiple]) {
  padding-right: 2.5em
}

.select select[multiple] {
  height: auto;
  padding: 0
}

.select select[multiple] option {
  padding: .5em 1em
}

.select:not(.is-multiple):not(.is-loading):hover:after {
  border-color: #363636
}

.select.is-white:not(:hover):after,
.select.is-white select {
  border-color: #fff
}

.select.is-white select.is-hovered,
.select.is-white select:hover {
  border-color: #f2f2f2
}

.select.is-white select.is-active,
.select.is-white select.is-focused,
.select.is-white select:active,
.select.is-white select:focus {
  box-shadow: 0 0 0 .125em hsla(0, 0%, 100%, .25)
}

.select.is-black:not(:hover):after,
.select.is-black select {
  border-color: #0a0a0a
}

.select.is-black select.is-hovered,
.select.is-black select:hover {
  border-color: #000
}

.select.is-black select.is-active,
.select.is-black select.is-focused,
.select.is-black select:active,
.select.is-black select:focus {
  box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}

.select.is-light:not(:hover):after,
.select.is-light select {
  border-color: #f5f5f5
}

.select.is-light select.is-hovered,
.select.is-light select:hover {
  border-color: #e8e8e8
}

.select.is-light select.is-active,
.select.is-light select.is-focused,
.select.is-light select:active,
.select.is-light select:focus {
  box-shadow: 0 0 0 .125em hsla(0, 0%, 96.1%, .25)
}

.select.is-dark:not(:hover):after,
.select.is-dark select {
  border-color: #363636
}

.select.is-dark select.is-hovered,
.select.is-dark select:hover {
  border-color: #292929
}

.select.is-dark select.is-active,
.select.is-dark select.is-focused,
.select.is-dark select:active,
.select.is-dark select:focus {
  box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.select.is-primary:not(:hover):after,
.select.is-primary select {
  border-color: #00d1b2
}

.select.is-primary select.is-hovered,
.select.is-primary select:hover {
  border-color: #00b89c
}

.select.is-primary select.is-active,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select:focus {
  box-shadow: 0 0 0 .125em rgba(0, 209, 178, .25)
}

.select.is-link:not(:hover):after,
.select.is-link select {
  border-color: #3273dc
}

.select.is-link select.is-hovered,
.select.is-link select:hover {
  border-color: #2366d1
}

.select.is-link select.is-active,
.select.is-link select.is-focused,
.select.is-link select:active,
.select.is-link select:focus {
  box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.select.is-info:not(:hover):after,
.select.is-info select {
  border-color: #209cee
}

.select.is-info select.is-hovered,
.select.is-info select:hover {
  border-color: #118fe4
}

.select.is-info select.is-active,
.select.is-info select.is-focused,
.select.is-info select:active,
.select.is-info select:focus {
  box-shadow: 0 0 0 .125em rgba(32, 156, 238, .25)
}

.select.is-success:not(:hover):after,
.select.is-success select {
  border-color: #23d160
}

.select.is-success select.is-hovered,
.select.is-success select:hover {
  border-color: #20bc56
}

.select.is-success select.is-active,
.select.is-success select.is-focused,
.select.is-success select:active,
.select.is-success select:focus {
  box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25)
}

.select.is-warning:not(:hover):after,
.select.is-warning select {
  border-color: #ffdd57
}

.select.is-warning select.is-hovered,
.select.is-warning select:hover {
  border-color: #ffd83d
}

.select.is-warning select.is-active,
.select.is-warning select.is-focused,
.select.is-warning select:active,
.select.is-warning select:focus {
  box-shadow: 0 0 0 .125em rgba(255, 221, 87, .25)
}

.select.is-danger:not(:hover):after,
.select.is-danger select {
  border-color: #ff3860
}

.select.is-danger select.is-hovered,
.select.is-danger select:hover {
  border-color: #ff1f4b
}

.select.is-danger select.is-active,
.select.is-danger select.is-focused,
.select.is-danger select:active,
.select.is-danger select:focus {
  box-shadow: 0 0 0 .125em rgba(255, 56, 96, .25)
}

.select.is-small {
  border-radius: 2px;
  font-size: .75rem
}

.select.is-medium {
  font-size: 1.25rem
}

.select.is-large {
  font-size: 1.5rem
}

.select.is-disabled:after {
  border-color: #7a7a7a
}

.select.is-fullwidth,
.select.is-fullwidth select {
  width: 100%
}

.select.is-loading:after {
  margin-top: 0;
  position: absolute;
  right: .625em;
  top: .625em;
  transform: none
}

.select.is-loading.is-small:after {
  font-size: .75rem
}

.select.is-loading.is-medium:after {
  font-size: 1.25rem
}

.select.is-loading.is-large:after {
  font-size: 1.5rem
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative
}

.file.is-white .file-cta {
  background-color: #fff;
  border-color: transparent;
  color: #0a0a0a
}

.file.is-white.is-hovered .file-cta,
.file.is-white:hover .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a
}

.file.is-white.is-focused .file-cta,
.file.is-white:focus .file-cta {
  border-color: transparent;
  box-shadow: 0 0 .5em hsla(0, 0%, 100%, .25);
  color: #0a0a0a
}

.file.is-white.is-active .file-cta,
.file.is-white:active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a
}

.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: #fff
}

.file.is-black.is-hovered .file-cta,
.file.is-black:hover .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: #fff
}

.file.is-black.is-focused .file-cta,
.file.is-black:focus .file-cta {
  border-color: transparent;
  box-shadow: 0 0 .5em rgba(10, 10, 10, .25);
  color: #fff
}

.file.is-black.is-active .file-cta,
.file.is-black:active .file-cta {
  background-color: #000;
  border-color: transparent;
  color: #fff
}

.file.is-light .file-cta {
  background-color: #f5f5f5;
  border-color: transparent;
  color: #363636
}

.file.is-light.is-hovered .file-cta,
.file.is-light:hover .file-cta {
  background-color: #eee;
  border-color: transparent;
  color: #363636
}

.file.is-light.is-focused .file-cta,
.file.is-light:focus .file-cta {
  border-color: transparent;
  box-shadow: 0 0 .5em hsla(0, 0%, 96.1%, .25);
  color: #363636
}

.file.is-light.is-active .file-cta,
.file.is-light:active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636
}

.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: #f5f5f5
}

.file.is-dark.is-hovered .file-cta,
.file.is-dark:hover .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #f5f5f5
}

.file.is-dark.is-focused .file-cta,
.file.is-dark:focus .file-cta {
  border-color: transparent;
  box-shadow: 0 0 .5em rgba(54, 54, 54, .25);
  color: #f5f5f5
}

.file.is-dark.is-active .file-cta,
.file.is-dark:active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #f5f5f5
}

.file.is-primary .file-cta {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff
}

.file.is-primary.is-hovered .file-cta,
.file.is-primary:hover .file-cta {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff
}

.file.is-primary.is-focused .file-cta,
.file.is-primary:focus .file-cta {
  border-color: transparent;
  box-shadow: 0 0 .5em rgba(0, 209, 178, .25);
  color: #fff
}

.file.is-primary.is-active .file-cta,
.file.is-primary:active .file-cta {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff
}

.file.is-link .file-cta {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff
}

.file.is-link.is-hovered .file-cta,
.file.is-link:hover .file-cta {
  background-color: #276cda;
  border-color: transparent;
  color: #fff
}

.file.is-link.is-focused .file-cta,
.file.is-link:focus .file-cta {
  border-color: transparent;
  box-shadow: 0 0 .5em rgba(50, 115, 220, .25);
  color: #fff
}

.file.is-link.is-active .file-cta,
.file.is-link:active .file-cta {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff
}

.file.is-info .file-cta {
  background-color: #209cee;
  border-color: transparent;
  color: #fff
}

.file.is-info.is-hovered .file-cta,
.file.is-info:hover .file-cta {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff
}

.file.is-info.is-focused .file-cta,
.file.is-info:focus .file-cta {
  border-color: transparent;
  box-shadow: 0 0 .5em rgba(32, 156, 238, .25);
  color: #fff
}

.file.is-info.is-active .file-cta,
.file.is-info:active .file-cta {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff
}

.file.is-success .file-cta {
  background-color: #23d160;
  border-color: transparent;
  color: #fff
}

.file.is-success.is-hovered .file-cta,
.file.is-success:hover .file-cta {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff
}

.file.is-success.is-focused .file-cta,
.file.is-success:focus .file-cta {
  border-color: transparent;
  box-shadow: 0 0 .5em rgba(35, 209, 96, .25);
  color: #fff
}

.file.is-success.is-active .file-cta,
.file.is-success:active .file-cta {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff
}

.file.is-warning .file-cta {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, .7)
}

.file.is-warning.is-hovered .file-cta,
.file.is-warning:hover .file-cta {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, .7)
}

.file.is-warning.is-focused .file-cta,
.file.is-warning:focus .file-cta {
  border-color: transparent;
  box-shadow: 0 0 .5em rgba(255, 221, 87, .25);
  color: rgba(0, 0, 0, .7)
}

.file.is-warning.is-active .file-cta,
.file.is-warning:active .file-cta {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, .7)
}

.file.is-danger .file-cta {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff
}

.file.is-danger.is-hovered .file-cta,
.file.is-danger:hover .file-cta {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff
}

.file.is-danger.is-focused .file-cta,
.file.is-danger:focus .file-cta {
  border-color: transparent;
  box-shadow: 0 0 .5em rgba(255, 56, 96, .25);
  color: #fff
}

.file.is-danger.is-active .file-cta,
.file.is-danger:active .file-cta {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff
}

.file.is-small {
  font-size: .75rem
}

.file.is-medium {
  font-size: 1.25rem
}

.file.is-medium .file-icon .fa {
  font-size: 21px
}

.file.is-large {
  font-size: 1.5rem
}

.file.is-large .file-icon .fa {
  font-size: 28px
}

.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.file.has-name.is-empty .file-cta {
  border-radius: 4px
}

.file.has-name.is-empty .file-name {
  display: none
}

.file.is-boxed .file-label {
  flex-direction: column
}

.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em
}

.file.is-boxed .file-name {
  border-width: 0 1px 1px
}

.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em
}

.file.is-boxed .file-icon .fa {
  font-size: 21px
}

.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px
}

.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px
}

.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px
}

.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0
}

.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px
}

.file.is-centered {
  justify-content: center
}

.file.is-fullwidth .file-label {
  width: 100%
}

.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none
}

.file.is-right {
  justify-content: flex-end
}

.file.is-right .file-cta {
  border-radius: 0 4px 4px 0
}

.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative
}

.file-label:hover .file-cta {
  background-color: #eee;
  color: #363636
}

.file-label:hover .file-name {
  border-color: #d5d5d5
}

.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636
}

.file-label:active .file-name {
  border-color: #cfcfcf
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%
}

.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap
}

.file-cta {
  background-color: #f5f5f5;
  color: #4a4a4a
}

.file-name {
  border: 1px solid #dbdbdb;
  border-left-width: 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: .5em;
  width: 1em
}

.file-icon .fa {
  font-size: 14px
}

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700
}

.label:not(:last-child) {
  margin-bottom: .5em
}

.label.is-small {
  font-size: .75rem
}

.label.is-medium {
  font-size: 1.25rem
}

.label.is-large {
  font-size: 1.5rem
}

.help {
  display: block;
  font-size: .75rem;
  margin-top: .25rem
}

.help.is-white {
  color: #fff
}

.help.is-black {
  color: #0a0a0a
}

.help.is-light {
  color: #f5f5f5
}

.help.is-dark {
  color: #363636
}

.help.is-primary {
  color: #00d1b2
}

.help.is-link {
  color: #3273dc
}

.help.is-info {
  color: #209cee
}

.help.is-success {
  color: #23d160
}

.help.is-warning {
  color: #ffdd57
}

.help.is-danger {
  color: #ff3860
}

.field:not(:last-child) {
  margin-bottom: .75rem
}

.field.has-addons {
  display: flex;
  justify-content: flex-start
}

.field.has-addons .control:not(:last-child) {
  margin-right: -1px
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0
}

.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .button:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover {
  z-index: 2
}

.field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .button:not([disabled]).is-focused,
.field.has-addons .control .button:not([disabled]):active,
.field.has-addons .control .button:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]):focus {
  z-index: 3
}

.field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .button:not([disabled]).is-focused:hover,
.field.has-addons .control .button:not([disabled]):active:hover,
.field.has-addons .control .button:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover {
  z-index: 4
}

.field.has-addons .control.is-expanded {
  flex-grow: 1
}

.field.has-addons.has-addons-centered {
  justify-content: center
}

.field.has-addons.has-addons-right {
  justify-content: flex-end
}

.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0
}

.field.is-grouped {
  display: flex;
  justify-content: flex-start
}

.field.is-grouped>.control {
  flex-shrink: 0
}

.field.is-grouped>.control:not(:last-child) {
  margin-bottom: 0;
  margin-right: .75rem
}

.field.is-grouped>.control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1
}

.field.is-grouped.is-grouped-centered {
  justify-content: center
}

.field.is-grouped.is-grouped-right {
  justify-content: flex-end
}

.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap
}

.field.is-grouped.is-grouped-multiline>.control:last-child,
.field.is-grouped.is-grouped-multiline>.control:not(:last-child) {
  margin-bottom: .75rem
}

.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -.75rem
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0
}

@media print,
screen and (min-width:769px) {
  .field.is-horizontal {
    display: flex
  }
}

.field-label .label {
  font-size: inherit
}

@media screen and (max-width:768px) {
  .field-label {
    margin-bottom: .5rem
  }
}

@media print,
screen and (min-width:769px) {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right
  }

  .field-label.is-small {
    font-size: .75rem;
    padding-top: .375em
  }

  .field-label.is-normal {
    padding-top: .375em
  }

  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: .375em
  }

  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: .375em
  }
}

.field-body .field .field {
  margin-bottom: 0
}

@media print,
screen and (min-width:769px) {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1
  }

  .field-body .field {
    margin-bottom: 0
  }

  .field-body>.field {
    flex-shrink: 1
  }

  .field-body>.field:not(.is-narrow) {
    flex-grow: 1
  }

  .field-body>.field:not(:last-child) {
    margin-right: .75rem
  }
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left
}

.control.has-icons-left .input:focus~.icon,
.control.has-icons-left .select:focus~.icon,
.control.has-icons-right .input:focus~.icon,
.control.has-icons-right .select:focus~.icon {
  color: #7a7a7a
}

.control.has-icons-left .input.is-small~.icon,
.control.has-icons-left .select.is-small~.icon,
.control.has-icons-right .input.is-small~.icon,
.control.has-icons-right .select.is-small~.icon {
  font-size: .75rem
}

.control.has-icons-left .input.is-medium~.icon,
.control.has-icons-left .select.is-medium~.icon,
.control.has-icons-right .input.is-medium~.icon,
.control.has-icons-right .select.is-medium~.icon {
  font-size: 1.25rem
}

.control.has-icons-left .input.is-large~.icon,
.control.has-icons-left .select.is-large~.icon,
.control.has-icons-right .input.is-large~.icon,
.control.has-icons-right .select.is-large~.icon {
  font-size: 1.5rem
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.25em
}

.control.has-icons-left .icon.is-left {
  left: 0
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.25em
}

.control.has-icons-right .icon.is-right {
  right: 0
}

.control.is-loading:after {
  position: absolute !important;
  right: .625em;
  top: .625em;
  z-index: 4
}

.control.is-loading.is-small:after {
  font-size: .75rem
}

.control.is-loading.is-medium:after {
  font-size: 1.25rem
}

.control.is-loading.is-large:after {
  font-size: 1.5rem
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem
}

.icon.is-small {
  height: 1rem;
  width: 1rem
}

.icon.is-medium {
  height: 2rem;
  width: 2rem
}

.icon.is-large {
  height: 3rem;
  width: 3rem
}

.image {
  display: block;
  position: relative
}

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

.image img.is-rounded {
  border-radius: 290486px
}

.image.is-1by1 .has-ratio,
.image.is-1by1 img,
.image.is-1by2 .has-ratio,
.image.is-1by2 img,
.image.is-1by3 .has-ratio,
.image.is-1by3 img,
.image.is-2by1 .has-ratio,
.image.is-2by1 img,
.image.is-2by3 .has-ratio,
.image.is-2by3 img,
.image.is-3by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by2 .has-ratio,
.image.is-3by2 img,
.image.is-3by4 .has-ratio,
.image.is-3by4 img,
.image.is-3by5 .has-ratio,
.image.is-3by5 img,
.image.is-4by3 .has-ratio,
.image.is-4by3 img,
.image.is-4by5 .has-ratio,
.image.is-4by5 img,
.image.is-5by3 .has-ratio,
.image.is-5by3 img,
.image.is-5by4 .has-ratio,
.image.is-5by4 img,
.image.is-9by16 .has-ratio,
.image.is-9by16 img,
.image.is-16by9 .has-ratio,
.image.is-16by9 img,
.image.is-square .has-ratio,
.image.is-square img {
  height: 100%;
  width: 100%
}

.image.is-1by1,
.image.is-square {
  padding-top: 100%
}

.image.is-5by4 {
  padding-top: 80%
}

.image.is-4by3 {
  padding-top: 75%
}

.image.is-3by2 {
  padding-top: 66.6666%
}

.image.is-5by3 {
  padding-top: 60%
}

.image.is-16by9 {
  padding-top: 56.25%
}

.image.is-2by1 {
  padding-top: 50%
}

.image.is-3by1 {
  padding-top: 33.3333%
}

.image.is-4by5 {
  padding-top: 125%
}

.image.is-3by4 {
  padding-top: 133.3333%
}

.image.is-2by3 {
  padding-top: 150%
}

.image.is-3by5 {
  padding-top: 166.6666%
}

.image.is-9by16 {
  padding-top: 177.7777%
}

.image.is-1by2 {
  padding-top: 200%
}

.image.is-1by3 {
  padding-top: 300%
}

.image.is-16x16 {
  height: 16px;
  width: 16px
}

.image.is-24x24 {
  height: 24px;
  width: 24px
}

.image.is-32x32 {
  height: 32px;
  width: 32px
}

.image.is-48x48 {
  height: 48px;
  width: 48px
}

.image.is-64x64 {
  height: 64px;
  width: 64px
}

.image.is-96x96 {
  height: 96px;
  width: 96px
}

.image.is-128x128 {
  height: 128px;
  width: 128px
}

.notification {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative
}

.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline
}

.notification strong {
  color: currentColor
}

.notification code,
.notification pre {
  background: #fff
}

.notification pre code {
  background: transparent
}

.notification>.delete {
  position: absolute;
  right: .5rem;
  top: .5rem
}

.notification .content,
.notification .subtitle,
.notification .title {
  color: currentColor
}

.notification.is-white {
  background-color: #fff;
  color: #0a0a0a
}

.notification.is-black {
  background-color: #0a0a0a;
  color: #fff
}

.notification.is-light {
  background-color: #f5f5f5;
  color: #363636
}

.notification.is-dark {
  background-color: #363636;
  color: #f5f5f5
}

.notification.is-primary {
  background-color: #00d1b2;
  color: #fff
}

.notification.is-link {
  background-color: #3273dc;
  color: #fff
}

.notification.is-info {
  background-color: #209cee;
  color: #fff
}

.notification.is-success {
  background-color: #23d160;
  color: #fff
}

.notification.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, .7)
}

.notification.is-danger {
  background-color: #ff3860;
  color: #fff
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.progress::-webkit-progress-bar {
  background-color: #dbdbdb
}

.progress::-webkit-progress-value {
  background-color: #4a4a4a
}

.progress::-moz-progress-bar {
  background-color: #4a4a4a
}

.progress::-ms-fill {
  background-color: #4a4a4a;
  border: none
}


.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: #dbdbdb;
  background-image: linear-gradient(90deg, #4a4a4a 30%, #dbdbdb 0);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 150% 150%
}

.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent
}

.progress:indeterminate::-moz-progress-bar {
  background-color: transparent
}

.progress.is-white::-webkit-progress-value {
  background-color: #fff
}

.progress.is-white::-moz-progress-bar {
  background-color: #fff
}

.progress.is-white::-ms-fill {
  background-color: #fff
}

.progress.is-white:indeterminate {
  background-image: linear-gradient(90deg, #fff 30%, #dbdbdb 0)
}

.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a
}

.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a
}

.progress.is-black::-ms-fill {
  background-color: #0a0a0a
}

.progress.is-black:indeterminate {
  background-image: linear-gradient(90deg, #0a0a0a 30%, #dbdbdb 0)
}

.progress.is-light::-webkit-progress-value {
  background-color: #f5f5f5
}

.progress.is-light::-moz-progress-bar {
  background-color: #f5f5f5
}

.progress.is-light::-ms-fill {
  background-color: #f5f5f5
}

.progress.is-light:indeterminate {
  background-image: linear-gradient(90deg, #f5f5f5 30%, #dbdbdb 0)
}

.progress.is-dark::-webkit-progress-value {
  background-color: #363636
}

.progress.is-dark::-moz-progress-bar {
  background-color: #363636
}

.progress.is-dark::-ms-fill {
  background-color: #363636
}

.progress.is-dark:indeterminate {
  background-image: linear-gradient(90deg, #363636 30%, #dbdbdb 0)
}

.progress.is-primary::-webkit-progress-value {
  background-color: #00d1b2
}

.progress.is-primary::-moz-progress-bar {
  background-color: #00d1b2
}

.progress.is-primary::-ms-fill {
  background-color: #00d1b2
}

.progress.is-primary:indeterminate {
  background-image: linear-gradient(90deg, #00d1b2 30%, #dbdbdb 0)
}

.progress.is-link::-webkit-progress-value {
  background-color: #3273dc
}

.progress.is-link::-moz-progress-bar {
  background-color: #3273dc
}

.progress.is-link::-ms-fill {
  background-color: #3273dc
}

.progress.is-link:indeterminate {
  background-image: linear-gradient(90deg, #3273dc 30%, #dbdbdb 0)
}

.progress.is-info::-webkit-progress-value {
  background-color: #209cee
}

.progress.is-info::-moz-progress-bar {
  background-color: #209cee
}

.progress.is-info::-ms-fill {
  background-color: #209cee
}

.progress.is-info:indeterminate {
  background-image: linear-gradient(90deg, #209cee 30%, #dbdbdb 0)
}

.progress.is-success::-webkit-progress-value {
  background-color: #23d160
}

.progress.is-success::-moz-progress-bar {
  background-color: #23d160
}

.progress.is-success::-ms-fill {
  background-color: #23d160
}

.progress.is-success:indeterminate {
  background-image: linear-gradient(90deg, #23d160 30%, #dbdbdb 0)
}

.progress.is-warning::-webkit-progress-value {
  background-color: #ffdd57
}

.progress.is-warning::-moz-progress-bar {
  background-color: #ffdd57
}

.progress.is-warning::-ms-fill {
  background-color: #ffdd57
}

.progress.is-warning:indeterminate {
  background-image: linear-gradient(90deg, #ffdd57 30%, #dbdbdb 0)
}

.progress.is-danger::-webkit-progress-value {
  background-color: #ff3860
}

.progress.is-danger::-moz-progress-bar {
  background-color: #ff3860
}

.progress.is-danger::-ms-fill {
  background-color: #ff3860
}

.progress.is-danger:indeterminate {
  background-image: linear-gradient(90deg, #ff3860 30%, #dbdbdb 0)
}

.progress.is-small {
  height: .75rem
}

.progress.is-medium {
  height: 1.25rem
}

.progress.is-large {
  height: 1.5rem
}

@keyframes moveIndeterminate {
  0% {
    background-position: 200% 0
  }

  to {
    background-position: -200% 0
  }
}

.table {
  background-color: #fff;
  color: #363636
}

.table td,
.table th {
  border: solid #dbdbdb;
  border-width: 0 0 1px;
  padding: .5em .75em;
  vertical-align: top
}

.table td.is-white,
.table th.is-white {
  background-color: #fff;
  border-color: #fff;
  color: #0a0a0a
}

.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff
}

.table td.is-light,
.table th.is-light {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #363636
}

.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: #f5f5f5
}

.table td.is-primary,
.table th.is-primary {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff
}

.table td.is-link,
.table th.is-link {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff
}

.table td.is-info,
.table th.is-info {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff
}

.table td.is-success,
.table th.is-success {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff
}

.table td.is-warning,
.table th.is-warning {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, .7)
}

.table td.is-danger,
.table th.is-danger {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff
}

.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%
}

.table td.is-selected,
.table th.is-selected {
  background-color: #00d1b2;
  color: #fff
}

.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor
}

.table th {
  color: #363636;
  text-align: left
}

.table tr.is-selected {
  background-color: #00d1b2;
  color: #fff
}

.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor
}

.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor
}

.table thead {
  background-color: transparent
}

.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636
}

.table tfoot {
  background-color: transparent
}

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636
}

.table tbody {
  background-color: transparent
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0
}

.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px
}

.table.is-fullwidth {
  width: 100%
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover,
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n) {
  background-color: #f5f5f5
}

.table.is-narrow td,
.table.is-narrow th {
  padding: .25em .5em
}

.table.is-striped tbody tr:not(.is-selected):nth-child(2n) {
  background-color: #fafafa
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%
}

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.tags .tag {
  margin-bottom: .5rem
}

.tags .tag:not(:last-child) {
  margin-right: .5rem
}

.tags:last-child {
  margin-bottom: -.5rem
}

.tags:not(:last-child) {
  margin-bottom: 1rem
}

.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem
}

.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem
}

.tags.is-centered {
  justify-content: center
}

.tags.is-centered .tag {
  margin-right: .25rem;
  margin-left: .25rem
}

.tags.is-right {
  justify-content: flex-end
}

.tags.is-right .tag:not(:first-child) {
  margin-left: .5rem
}

.tags.has-addons .tag,
.tags.is-right .tag:not(:last-child) {
  margin-right: 0
}

.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.tag:not(body) {
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: .75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: .75em;
  padding-right: .75em;
  white-space: nowrap
}

.tag:not(body) .delete {
  margin-left: .25rem;
  margin-right: -.375rem
}

.tag:not(body).is-white {
  background-color: #fff;
  color: #0a0a0a
}

.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: #fff
}

.tag:not(body).is-light {
  background-color: #f5f5f5;
  color: #363636
}

.tag:not(body).is-dark {
  background-color: #363636;
  color: #f5f5f5
}

.tag:not(body).is-primary {
  background-color: #00d1b2;
  color: #fff
}

.tag:not(body).is-link {
  background-color: #3273dc;
  color: #fff
}

.tag:not(body).is-info {
  background-color: #209cee;
  color: #fff
}

.tag:not(body).is-success {
  background-color: #23d160;
  color: #fff
}

.tag:not(body).is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, .7)
}

.tag:not(body).is-danger {
  background-color: #ff3860;
  color: #fff
}

.tag:not(body).is-normal {
  font-size: .75rem
}

.tag:not(body).is-medium {
  font-size: 1rem
}

.tag:not(body).is-large {
  font-size: 1.25rem
}

.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -.375em;
  margin-right: .1875em
}

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: .1875em;
  margin-right: -.375em
}

.tag:not(body) .icon:first-child:last-child {
  margin-left: -.375em;
  margin-right: -.375em
}

.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em
}

.tag:not(body).is-delete:after,
.tag:not(body).is-delete:before {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center
}

.tag:not(body).is-delete:before {
  height: 1px;
  width: 50%
}

.tag:not(body).is-delete:after {
  height: 50%;
  width: 1px
}

.tag:not(body).is-delete:focus,
.tag:not(body).is-delete:hover {
  background-color: #e8e8e8
}

.tag:not(body).is-delete:active {
  background-color: #dbdbdb
}

.tag:not(body).is-rounded {
  border-radius: 290486px
}

a.tag:hover {
  text-decoration: underline
}

.subtitle,
.title {
  word-break: break-word
}

.subtitle em,
.subtitle span,
.title em,
.title span {
  font-weight: inherit
}

.subtitle sub,
.subtitle sup,
.title sub,
.title sup {
  font-size: .75em
}

.subtitle .tag,
.title .tag {
  vertical-align: middle
}

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125
}

.title strong {
  color: inherit;
  font-weight: inherit
}

.title+.highlight {
  margin-top: -.75rem
}

.title:not(.is-spaced)+.subtitle {
  margin-top: -1.25rem
}

.title.is-1 {
  font-size: 3rem
}

.title.is-2 {
  font-size: 2.5rem
}

.title.is-3 {
  font-size: 2rem
}

.title.is-4 {
  font-size: 1.5rem
}

.title.is-5 {
  font-size: 1.25rem
}

.title.is-6 {
  font-size: 1rem
}

.title.is-7 {
  font-size: .75rem
}

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25
}

.subtitle strong {
  color: #363636;
  font-weight: 600
}

.subtitle:not(.is-spaced)+.title {
  margin-top: -1.25rem
}

.subtitle.is-1 {
  font-size: 3rem
}

.subtitle.is-2 {
  font-size: 2.5rem
}

.subtitle.is-3 {
  font-size: 2rem
}

.subtitle.is-4 {
  font-size: 1.5rem
}

.subtitle.is-5 {
  font-size: 1.25rem
}

.subtitle.is-6 {
  font-size: 1rem
}

.subtitle.is-7 {
  font-size: .75rem
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase
}

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0
}

.highlight pre {
  overflow: auto;
  max-width: 100%
}
.box.modal-box>.form-question>div.input-wrapper>span.highlight {
  overflow: hidden;
  top: 0%;
  display: block;
  height: 50% !important;
  margin-bottom: 0px;
}






.number {
  background-color: #f5f5f5;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: .25rem .5rem;
  text-align: center;
  vertical-align: top
}

.modal,
.number {
  align-items: center;
  justify-content: center
}

.modal {
  display: none;
  flex-direction: column;
  overflow: hidden;
  position: fixed;
  z-index: 40
}

.modal.is-active {
  display: flex
}

.modal-background {
  background-color: rgba(10, 10, 10, .86)
}

.modal-card,
.modal-content {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%
}

@media print,
screen and (min-width:769px) {

  .modal-card,
  .modal-content {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
  overflow-y: visible;
}

.modal-card-foot,
.modal-card-head {
  align-items: center;
  background-color: #f5f5f5;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px
}

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 10px
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px
}

.navbar {
  background-color: #fff;
  min-height: 3.4375rem;
  position: relative;
  z-index: 30;
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
}

.navbar.is-white {
  background-color: #fff;
  color: #0a0a0a
}

.navbar.is-white .navbar-brand .navbar-link,
.navbar.is-white .navbar-brand>.navbar-item {
  color: #0a0a0a
}

.navbar-brand {
  margin-right: 0 !important;
}

.navbar.is-white .navbar-brand .navbar-link.is-active,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand>a.navbar-item.is-active,
.navbar.is-white .navbar-brand>a.navbar-item:hover {
  color: #cbab83;
  text-decoration: none;
}

.navbar.is-white .navbar-brand .navbar-link:after {
  border-color: #0a0a0a
}

.navbar.is-white .navbar-burger {
  color: #cbab83
}

@media screen and (min-width:1020px) {

  .navbar.is-white .navbar-end .navbar-link,
  .navbar.is-white .navbar-end>.navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-start>.navbar-item {
    color: #0a0a0a
  }

  .navbar.is-white .navbar-end .navbar-link.is-active,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end>a.navbar-item.is-active,
  .navbar.is-white .navbar-end>a.navbar-item:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start>a.navbar-item.is-active,
  .navbar.is-white .navbar-start>a.navbar-item:hover {
    color: #cbab83
  }

  .navbar.is-white .navbar-end .navbar-link:after,
  .navbar.is-white .navbar-start .navbar-link:after {
    border-color: #0a0a0a
  }

  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #f2f2f2;
    color: #cbab83
  }

  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: #fff;
    color: #0a0a0a
  }
}

.navbar.is-black {
  background-color: #0a0a0a;
  color: #fff
}

.navbar.is-black .navbar-brand .navbar-link,
.navbar.is-black .navbar-brand>.navbar-item {
  color: #fff
}

.navbar.is-black .navbar-brand .navbar-link.is-active,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand>a.navbar-item.is-active,
.navbar.is-black .navbar-brand>a.navbar-item:hover {
  color: #cbab83
}

.navbar.is-black .navbar-brand .navbar-link:after {
  border-color: #fff
}

.navbar.is-black .navbar-burger {
  color: #cbab83
}

@media screen and (min-width:1020px) {

  .navbar.is-black .navbar-end .navbar-link,
  .navbar.is-black .navbar-end>.navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-start>.navbar-item {
    color: #fff
  }

  .navbar.is-black .navbar-end .navbar-link.is-active,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end>a.navbar-item.is-active,
  .navbar.is-black .navbar-end>a.navbar-item:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start>a.navbar-item.is-active,
  .navbar.is-black .navbar-start>a.navbar-item:hover {
    color: #cbab83
  }

  .navbar.is-black .navbar-end .navbar-link:after,
  .navbar.is-black .navbar-start .navbar-link:after {
    border-color: #fff
  }

  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #000;
    color: #cbab83
  }

  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: #fff
  }
}

.navbar.is-light {
  background-color: #f5f5f5;
  color: #363636
}

.navbar.is-light .navbar-brand .navbar-link,
.navbar.is-light .navbar-brand>.navbar-item {
  color: #363636
}

.navbar.is-light .navbar-brand .navbar-link.is-active,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand>a.navbar-item.is-active,
.navbar.is-light .navbar-brand>a.navbar-item:hover {
  color: #cbab83
}

.navbar.is-light .navbar-brand .navbar-link:after {
  border-color: #363636
}

.navbar.is-light .navbar-burger {
  color: #cbab83
}

@media screen and (min-width:1020px) {

  .navbar.is-light .navbar-end .navbar-link,
  .navbar.is-light .navbar-end>.navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-start>.navbar-item {
    color: #363636
  }

  .navbar.is-light .navbar-end .navbar-link.is-active,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end>a.navbar-item.is-active,
  .navbar.is-light .navbar-end>a.navbar-item:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start>a.navbar-item.is-active,
  .navbar.is-light .navbar-start>a.navbar-item:hover {
    color: #cbab83
  }

  .navbar.is-light .navbar-end .navbar-link:after,
  .navbar.is-light .navbar-start .navbar-link:after {
    border-color: #363636
  }

  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #e8e8e8;
    color: #cbab83
  }

  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: #f5f5f5;
    color: #363636
  }
}

.navbar.is-dark {
  background-color: #363636;
  color: #f5f5f5
}

.navbar.is-dark .navbar-brand .navbar-link,
.navbar.is-dark .navbar-brand>.navbar-item {
  color: #f5f5f5
}

.navbar.is-dark .navbar-brand .navbar-link.is-active,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand>a.navbar-item.is-active,
.navbar.is-dark .navbar-brand>a.navbar-item:hover {
  color: #cbab83
}

.navbar.is-dark .navbar-brand .navbar-link:after {
  border-color: #f5f5f5
}

.navbar.is-dark .navbar-burger {
  color: #cbab83
}

@media screen and (min-width:1020px) {

  .navbar.is-dark .navbar-end .navbar-link,
  .navbar.is-dark .navbar-end>.navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-start>.navbar-item {
    color: #f5f5f5
  }

  .navbar.is-dark .navbar-end .navbar-link.is-active,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end>a.navbar-item.is-active,
  .navbar.is-dark .navbar-end>a.navbar-item:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start>a.navbar-item.is-active,
  .navbar.is-dark .navbar-start>a.navbar-item:hover {
    color: #cbab83
  }

  .navbar.is-dark .navbar-end .navbar-link:after,
  .navbar.is-dark .navbar-start .navbar-link:after {
    border-color: #f5f5f5
  }

  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #292929;
    color: #cbab83
  }

  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: #f5f5f5
  }
}

.navbar.is-primary {
  background-color: #00d1b2;
  color: #fff
}

.navbar.is-primary .navbar-brand .navbar-link,
.navbar.is-primary .navbar-brand>.navbar-item {
  color: #fff
}

.navbar.is-primary .navbar-brand .navbar-link.is-active,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand>a.navbar-item.is-active,
.navbar.is-primary .navbar-brand>a.navbar-item:hover {
  color: #cbab83
}

.navbar.is-primary .navbar-brand .navbar-link:after {
  border-color: #fff
}

.navbar.is-primary .navbar-burger {
  color: #cbab83
}

@media screen and (min-width:1020px) {

  .navbar.is-primary .navbar-end .navbar-link,
  .navbar.is-primary .navbar-end>.navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-start>.navbar-item {
    color: #fff
  }

  .navbar.is-primary .navbar-end .navbar-link.is-active,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end>a.navbar-item.is-active,
  .navbar.is-primary .navbar-end>a.navbar-item:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start>a.navbar-item.is-active,
  .navbar.is-primary .navbar-start>a.navbar-item:hover {
    color: #cbab83
  }

  .navbar.is-primary .navbar-end .navbar-link:after,
  .navbar.is-primary .navbar-start .navbar-link:after {
    border-color: #fff
  }

  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #00b89c;
    color: #cbab83
  }

  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #00d1b2;
    color: #fff
  }
}

.navbar.is-link {
  background-color: #3273dc;
  color: #fff
}

.navbar.is-link .navbar-brand .navbar-link,
.navbar.is-link .navbar-brand>.navbar-item {
  color: #fff
}

.navbar.is-link .navbar-brand .navbar-link.is-active,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand>a.navbar-item.is-active,
.navbar.is-link .navbar-brand>a.navbar-item:hover {
  color: #cbab83
}

.navbar.is-link .navbar-brand .navbar-link:after {
  border-color: #fff
}

.navbar.is-link .navbar-burger {
  color: #cbab83
}

@media screen and (min-width:1020px) {

  .navbar.is-link .navbar-end .navbar-link,
  .navbar.is-link .navbar-end>.navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-start>.navbar-item {
    color: #fff
  }

  .navbar.is-link .navbar-end .navbar-link.is-active,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end>a.navbar-item.is-active,
  .navbar.is-link .navbar-end>a.navbar-item:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start>a.navbar-item.is-active,
  .navbar.is-link .navbar-start>a.navbar-item:hover {
    color: #cbab83
  }

  .navbar.is-link .navbar-end .navbar-link:after,
  .navbar.is-link .navbar-start .navbar-link:after {
    border-color: #fff
  }

  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #2366d1;
    color: #cbab83
  }

  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #3273dc;
    color: #fff
  }
}

.navbar.is-info {
  background-color: #209cee;
  color: #fff
}

.navbar.is-info .navbar-brand .navbar-link,
.navbar.is-info .navbar-brand>.navbar-item {
  color: #fff
}

.navbar.is-info .navbar-brand .navbar-link.is-active,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand>a.navbar-item.is-active,
.navbar.is-info .navbar-brand>a.navbar-item:hover {
  color: #cbab83
}

.navbar.is-info .navbar-brand .navbar-link:after {
  border-color: #fff
}

.navbar.is-info .navbar-burger {
  color: #cbab83
}

@media screen and (min-width:1020px) {

  .navbar.is-info .navbar-end .navbar-link,
  .navbar.is-info .navbar-end>.navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-start>.navbar-item {
    color: #fff
  }

  .navbar.is-info .navbar-end .navbar-link.is-active,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end>a.navbar-item.is-active,
  .navbar.is-info .navbar-end>a.navbar-item:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start>a.navbar-item.is-active,
  .navbar.is-info .navbar-start>a.navbar-item:hover {
    color: #cbab83
  }

  .navbar.is-info .navbar-end .navbar-link:after,
  .navbar.is-info .navbar-start .navbar-link:after {
    border-color: #fff
  }

  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #118fe4;
    color: #cbab83
  }

  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #209cee;
    color: #fff
  }
}

.navbar.is-success {
  background-color: #23d160;
  color: #fff
}

.navbar.is-success .navbar-brand .navbar-link,
.navbar.is-success .navbar-brand>.navbar-item {
  color: #fff
}

.navbar.is-success .navbar-brand .navbar-link.is-active,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand>a.navbar-item.is-active,
.navbar.is-success .navbar-brand>a.navbar-item:hover {
  color: #cbab83
}

.navbar.is-success .navbar-brand .navbar-link:after {
  border-color: #fff
}

.navbar.is-success .navbar-burger {
  color: #cbab83
}

@media screen and (min-width:1020px) {

  .navbar.is-success .navbar-end .navbar-link,
  .navbar.is-success .navbar-end>.navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-start>.navbar-item {
    color: #fff
  }

  .navbar.is-success .navbar-end .navbar-link.is-active,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end>a.navbar-item.is-active,
  .navbar.is-success .navbar-end>a.navbar-item:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start>a.navbar-item.is-active,
  .navbar.is-success .navbar-start>a.navbar-item:hover {
    color: #cbab83
  }

  .navbar.is-success .navbar-end .navbar-link:after,
  .navbar.is-success .navbar-start .navbar-link:after {
    border-color: #fff
  }

  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #20bc56;
    color: #cbab83
  }

  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #23d160;
    color: #fff
  }
}

.navbar.is-warning {
  background-color: #ffdd57
}

.navbar.is-warning,
.navbar.is-warning .navbar-brand .navbar-link,
.navbar.is-warning .navbar-brand>.navbar-item {
  color: rgba(0, 0, 0, .7)
}

.navbar.is-warning .navbar-brand .navbar-link.is-active,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand>a.navbar-item.is-active,
.navbar.is-warning .navbar-brand>a.navbar-item:hover {
  color: #cbab83
}

.navbar.is-warning .navbar-brand .navbar-link:after {
  border-color: rgba(0, 0, 0, .7)
}

.navbar.is-warning .navbar-burger {
  color: #cbab83
}

@media screen and (min-width:1020px) {

  .navbar.is-warning .navbar-end .navbar-link,
  .navbar.is-warning .navbar-end>.navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-start>.navbar-item {
    color: rgba(0, 0, 0, .7)
  }

  .navbar.is-warning .navbar-end .navbar-link.is-active,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end>a.navbar-item.is-active,
  .navbar.is-warning .navbar-end>a.navbar-item:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start>a.navbar-item.is-active,
  .navbar.is-warning .navbar-start>a.navbar-item:hover {
    color: #cbab83
  }

  .navbar.is-warning .navbar-end .navbar-link:after,
  .navbar.is-warning .navbar-start .navbar-link:after {
    border-color: rgba(0, 0, 0, .7)
  }

  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #ffd83d;
    color: #cbab83
  }

  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, .7)
  }
}

.navbar.is-danger {
  background-color: #ff3860;
  color: #fff
}

.navbar.is-danger .navbar-brand .navbar-link,
.navbar.is-danger .navbar-brand>.navbar-item {
  color: #fff
}

.navbar.is-danger .navbar-brand .navbar-link.is-active,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand>a.navbar-item.is-active,
.navbar.is-danger .navbar-brand>a.navbar-item:hover {
  color: #cbab83
}

.navbar.is-danger .navbar-brand .navbar-link:after {
  border-color: #fff
}

.navbar.is-danger .navbar-burger {
  color: #cbab83
}

@media screen and (min-width:1020px) {

  .navbar.is-danger .navbar-end .navbar-link,
  .navbar.is-danger .navbar-end>.navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-start>.navbar-item {
    color: #fff
  }

  .navbar.is-danger .navbar-end .navbar-link.is-active,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end>a.navbar-item.is-active,
  .navbar.is-danger .navbar-end>a.navbar-item:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start>a.navbar-item.is-active,
  .navbar.is-danger .navbar-start>a.navbar-item:hover {
    color: #cbab83
  }

  .navbar.is-danger .navbar-end .navbar-link:after,
  .navbar.is-danger .navbar-start .navbar-link:after {
    border-color: #fff
  }

  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #ff1f4b;
    color: #cbab83
  }

  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #ff3860;
    color: #fff
  }
}

.navbar>.container {
  align-items: stretch;
  display: flex;
  min-height: 3.4375rem;
  width: 100%
}

.navbar.has-shadow {
  box-shadow: 0 2px 0 0 #f5f5f5
}

.navbar.is-fixed-bottom,
.navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30
}

.navbar.is-fixed-bottom {
  bottom: 0
}

.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 #f5f5f5
}

.navbar.is-fixed-top {
  top: 0
}

body.has-navbar-fixed-top,
html.has-navbar-fixed-top {
  padding-top: 3.4375rem
}

body.has-navbar-fixed-bottom,
html.has-navbar-fixed-bottom {
  padding-bottom: 3.4375rem
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.4375rem
}

.navbar-brand a.navbar-item:hover {
  background-color: transparent
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden
}

.navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 80px;
  position: absolute;
  width: 80px;
  right: 0;
  z-index: 10;
  margin-left: auto
}

@media screen and (max-width: 1230px) {
  .navbar-burger {
    margin-right: 0 !important;
  }
}

.navbar-burger span {
  color: #cbab83;
  background-color: currentColor;
  display: block;
  height: 3px;
  left: calc(45% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 25px
}

@media print,
screen and (min-width:769px) {
  .navbar-burger span {
    width: 50px;
    left: calc(30% - 8px)
  }
}

.navbar-burger span:first-child {
  top: calc(45% - 10px)
}

/* @media print,
screen and (min-width:769px) {
  .navbar-burger span:first-child {
    top: calc(30% + 1px)
  }
} */

.navbar-burger span:nth-child(2) {
  top: calc(45% - 1px)
}

/* @media print,
screen and (min-width:769px) {
  .navbar-burger span:nth-child(2) {
    top: calc(34% + 11px)
  }
} */

.navbar-burger span:nth-child(3) {
  top: calc(45% + 8px)
}

/* @media print,
screen and (min-width:769px) {
  .navbar-burger span:nth-child(3) {
    top: calc(34% + 24px)
  }
} */

/* .navbar-burger.is-active span {
  width: 30px;
  left: calc(40% - 8px)
}

@media print,
screen and (min-width:769px) {
  .navbar-burger.is-active span {
    left: calc(35% - 8px);
    width: 50px
  }
}

.navbar-burger.is-active span:first-child {
  transform: translateY(10px) rotate(45deg)
}

@media print,
screen and (min-width:769px) {
  .navbar-burger.is-active span:first-child {
    transform: translateY(18px) rotate(45deg);
    top: 20px
  }
}

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0
}

.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg)
}

@media print,
screen and (min-width:769px) {
  .navbar-burger.is-active span:nth-child(3) {
    top: 46px
  }
} */

.navbar-menu {
  display: none

}

.navbar-item,
.navbar-link,
.navbar a.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0;
  position: relative;
  margin: 1rem .75rem;
  transition: all .3s ease;
  border-bottom: 1px solid transparent;
}

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -.25rem;
  margin-right: -.25rem
}

.navbar-link,
a.navbar-item {
  cursor: pointer
}

.navbar-link.is-active,
.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:hover {
  color: #cbab83
}

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  text-transform: uppercase;
}

.navbar-item img {
  max-height: 77px
}

.navbar-item.has-dropdown {
  padding: 0
}

.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1
}

.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.4375rem;
  padding-bottom: calc(.5rem - 1px)
}

.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #3273dc
}

.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom: 3px solid #3273dc;
  color: #3273dc;
  padding-bottom: calc(.5rem - 3px)
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em
}

.navbar-link:not(.is-arrowless):after {
  border-color: #3273dc;
  margin-top: -.375em;
  right: 1.125em
}

.navbar-dropdown {
  font-size: .875rem;
  padding-bottom: .5rem;
  padding-top: .5rem
}

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.navbar-divider {
  background-color: #f5f5f5;
  border: none;
  display: none;
  height: 2px;
  margin: .5rem 0
}

@media screen and (max-width:1019px) {
  .navbar>.container {
    display: block
  }

  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex
  }

  .navbar-link:after {
    display: none
  }

  .navbar-menu {
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(10, 10, 10, .1);
    padding: .5rem 0;

  }

  .navbar-menu.is-active {
    display: block;
    width: 105vw;
    margin-left: -30px;
  }

  .navbar.is-fixed-bottom-touch,
  .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30
  }

  .navbar.is-fixed-bottom-touch {
    bottom: 0
  }

  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, .1)
  }

  .navbar.is-fixed-top-touch {
    top: 0
  }

  .navbar.is-fixed-top-touch .navbar-menu,
  .navbar.is-fixed-top .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.4375rem);
    overflow: auto
  }

  body.has-navbar-fixed-top-touch,
  html.has-navbar-fixed-top-touch {
    padding-top: 3.4375rem
  }

  body.has-navbar-fixed-bottom-touch,
  html.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.4375rem
  }
}

@media screen and (min-width:1020px) {

  .navbar,
  .navbar-end,
  .navbar-menu,
  .navbar-start {
    align-items: stretch;
    display: flex
  }

  .navbar {
    min-height: 3.4375rem
  }

  .navbar.is-spaced {
    padding: 1rem 2rem
  }

  .navbar.is-spaced .navbar-end,
  .navbar.is-spaced .navbar-start {
    align-items: center
  }

  .navbar.is-spaced .navbar-link,
  .navbar.is-spaced a.navbar-item {
    border-radius: 4px
  }

  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link,
  .navbar.is-transparent .navbar-link.is-active,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent a.navbar-item:hover {
    background-color: transparent !important
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: #f5f5f5;
    color: #0a0a0a
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: #f5f5f5;
    color: #3273dc
  }



  .navbar-burger-not-member {
    display: none;
  }

  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex
  }

  .navbar-item {
    display: flex
  }

  .navbar-item.has-dropdown {
    align-items: stretch
  }

  .navbar-item.has-dropdown-up .navbar-link:after {
    transform: rotate(135deg) translate(.25em, -.25em)
  }

  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, .1);
    top: auto
  }

  .navbar-item.is-active .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block
  }

  .navbar-item.is-active .navbar-dropdown.is-boxed,
  .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
  .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
  }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0
  }

  .navbar-start {
    justify-content: flex-start;
    margin-right: auto

  }

  .navbar-end, .navbar-end-member {
    justify-content: flex-end;
    margin-left: auto
  }

  .navbar-dropdown {
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, .1);
    display: none;
    font-size: .875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20
  }

  .navbar-dropdown .navbar-item {
    padding: .375rem 1rem;
    white-space: nowrap
  }

  .navbar-dropdown a.navbar-item {
    padding-right: 3rem
  }

  .navbar-dropdown a.navbar-item:hover {
    background-color: #f5f5f5;
    color: #0a0a0a
  }

  .navbar-dropdown a.navbar-item.is-active {
    background-color: #f5f5f5;
    color: #3273dc
  }

  .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-dropdown {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + -4px);
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform
  }

  .navbar-dropdown.is-right {
    left: auto;
    right: 0
  }

  .navbar-divider {
    display: block
  }

  .container>.navbar .navbar-brand,
  .navbar>.container .navbar-brand {
    margin-left: -.75rem
  }

  .container>.navbar .navbar-menu,
  .navbar>.container .navbar-menu {
    margin-right: -.75rem
  }

  .navbar.is-fixed-bottom-desktop,
  .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30
  }

  .navbar.is-fixed-bottom-desktop {
    bottom: 0
  }

  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, .1)
  }

  .navbar.is-fixed-top-desktop {
    top: 0
  }

  body.has-navbar-fixed-top-desktop,
  html.has-navbar-fixed-top-desktop {
    padding-top: 3.4375rem
  }

  body.has-navbar-fixed-bottom-desktop,
  html.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.4375rem
  }

  body.has-spaced-navbar-fixed-top,
  html.has-spaced-navbar-fixed-top {
    padding-top: 11.615rem
  }

  body.has-spaced-navbar-fixed-bottom,
  html.has-spaced-navbar-fixed-bottom {
    padding-bottom: 11.615rem
  }

  .navbar-link.is-active,
  a.navbar-item.is-active {
    color: #0a0a0a
  }

  .navbar-link.is-active:not(:hover),
  a.navbar-item.is-active:not(:hover) {
    background-color: transparent
  }

  .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #fafafa
  }
}

.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.4375rem)
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 15px
}

.payment-pending-link {
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.page-header-payment-pending-alert {
  padding: 1rem;
  border: 1px solid red;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 1rem 2rem;
  max-width: 1200px;
}

.page-header-payment-pending-alert__text {
  font-size: 14px;
  color: #fff;
  display: inline-block;
}

@media screen and (min-width:1290px) {
  .page-header-payment-pending-alert {
    padding: 1rem 2rem;
    margin: 0 auto 2rem;
  }

  .page-header-payment-pending-alert__text {
    font-size: 18px;
  }
}

.page-header-payment-pending-alert .paylink {
  color: #fff !important;
  padding-left: 2rem;
  display: block;
  margin-top: 1rem;
  width: 140px;
  margin-right: -15px;
  align-self: flex-end;
}

.page-header-payment-pending-alert .paylink:hover {
  text-decoration: none;
}

@media screen and (min-width:1290px) {
  .page-header-payment-pending-alert {
    flex-direction: row;
  }

  .page-header-payment-pending-alert .paylink {
    margin-top: 0;
    align-self: center;
  }
}


.detailed-event-description .page-header-payment-pending-alert {
  margin-top: 2rem;
}

@media screen and (max-width: 1230px) {
  .detailed-event-description .page-header-payment-pending-alert {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 500px) {
  .detailed-event-description .page-header-payment-pending-alert {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.detailed-event-description .page-header-payment-pending-alert__text,
.detailed-event-description .page-header-payment-pending-alert .paylink {
  color: #000 !important;
}

.no-padding {
  padding: 0;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-left-padding {
  padding-left: 0 !important;
}

.no-right-padding {
  padding-right: 0 !important;
}

.columns.is-mobile>.column.is-narrow {
  flex: none
}

.columns.is-mobile>.column.is-full {
  flex: none;
  width: 100%
}

.columns.is-mobile>.column.is-three-quarters {
  flex: none;
  width: 75%
}

.columns.is-mobile>.column.is-two-thirds {
  flex: none;
  width: 66.6666%
}

.columns.is-mobile>.column.is-half {
  flex: none;
  width: 50%
}

.columns.is-mobile>.column.is-one-third {
  flex: none;
  width: 33.3333%
}

.columns.is-mobile>.column.is-one-quarter {
  flex: none;
  width: 25%
}

.columns.is-mobile>.column.is-one-fifth {
  flex: none;
  width: 20%
}

.columns.is-mobile>.column.is-two-fifths {
  flex: none;
  width: 40%
}

.columns.is-mobile>.column.is-three-fifths {
  flex: none;
  width: 60%
}

.columns.is-mobile>.column.is-four-fifths {
  flex: none;
  width: 80%
}

.columns.is-mobile>.column.is-offset-three-quarters {
  margin-left: 75%
}

.columns.is-mobile>.column.is-offset-two-thirds {
  margin-left: 66.6666%
}

.columns.is-mobile>.column.is-offset-half {
  margin-left: 50%
}

.columns.is-mobile>.column.is-offset-one-third {
  margin-left: 33.3333%
}

.columns.is-mobile>.column.is-offset-one-quarter {
  margin-left: 25%
}

.columns.is-mobile>.column.is-offset-one-fifth {
  margin-left: 20%
}

.columns.is-mobile>.column.is-offset-two-fifths {
  margin-left: 40%
}

.columns.is-mobile>.column.is-offset-three-fifths {
  margin-left: 60%
}

.columns.is-mobile>.column.is-offset-four-fifths {
  margin-left: 80%
}

.columns.is-mobile>.column.is-1 {
  flex: none;
  width: 8.3333333333%
}

.columns.is-mobile>.column.is-offset-1 {
  margin-left: 8.3333333333%
}

.columns.is-mobile>.column.is-2 {
  flex: none;
  width: 16.6666666667%
}

.columns.is-mobile>.column.is-offset-2 {
  margin-left: 16.6666666667%
}

.columns.is-mobile>.column.is-3 {
  flex: none;
  width: 25%
}

.columns.is-mobile>.column.is-offset-3 {
  margin-left: 25%
}

.columns.is-mobile>.column.is-4 {
  flex: none;
  width: 33.3333333333%
}

.columns.is-mobile>.column.is-offset-4 {
  margin-left: 33.3333333333%
}

.columns.is-mobile>.column.is-5 {
  flex: none;
  width: 41.6666666667%
}

.columns.is-mobile>.column.is-offset-5 {
  margin-left: 41.6666666667%
}

.columns.is-mobile>.column.is-6 {
  flex: none;
  width: 50%
}

.columns.is-mobile>.column.is-offset-6 {
  margin-left: 50%
}

.columns.is-mobile>.column.is-7 {
  flex: none;
  width: 58.3333333333%
}

.columns.is-mobile>.column.is-offset-7 {
  margin-left: 58.3333333333%
}

.columns.is-mobile>.column.is-8 {
  flex: none;
  width: 66.6666666667%
}

.columns.is-mobile>.column.is-offset-8 {
  margin-left: 66.6666666667%
}

.columns.is-mobile>.column.is-9 {
  flex: none;
  width: 75%
}

.columns.is-mobile>.column.is-offset-9 {
  margin-left: 75%
}

.columns.is-mobile>.column.is-10 {
  flex: none;
  width: 83.3333333333%
}

.columns.is-mobile>.column.is-offset-10 {
  margin-left: 83.3333333333%
}

.columns.is-mobile>.column.is-11 {
  flex: none;
  width: 91.6666666667%
}

.columns.is-mobile>.column.is-offset-11 {
  margin-left: 91.6666666667%
}

.columns.is-mobile>.column.is-12 {
  flex: none;
  width: 100%
}

.columns.is-mobile>.column.is-offset-12 {
  margin-left: 100%
}

@media screen and (max-width:768px) {
  .column.is-narrow-mobile {
    flex: none
  }

  .column.is-full-mobile {
    flex: none;
    width: 100%
  }

  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%
  }

  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%
  }

  .column.is-half-mobile {
    flex: none;
    width: 50%
  }

  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%
  }

  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%
  }

  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%
  }

  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%
  }

  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%
  }

  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%
  }

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%
  }

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%
  }

  .column.is-offset-half-mobile {
    margin-left: 50%
  }

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%
  }

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%
  }

  .column.is-offset-one-fifth-mobile {
    margin-left: 20%
  }

  .column.is-offset-two-fifths-mobile {
    margin-left: 40%
  }

  .column.is-offset-three-fifths-mobile {
    margin-left: 60%
  }

  .column.is-offset-four-fifths-mobile {
    margin-left: 80%
  }

  .column.is-1-mobile {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%
  }

  .column.is-2-mobile {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%
  }

  .column.is-3-mobile {
    flex: none;
    width: 25%
  }

  .column.is-offset-3-mobile {
    margin-left: 25%
  }

  .column.is-4-mobile {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%
  }

  .column.is-5-mobile {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%
  }

  .column.is-6-mobile {
    flex: none;
    width: 50%
  }

  .column.is-offset-6-mobile {
    margin-left: 50%
  }

  .column.is-7-mobile {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%
  }

  .column.is-8-mobile {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%
  }

  .column.is-9-mobile {
    flex: none;
    width: 75%
  }

  .column.is-offset-9-mobile {
    margin-left: 75%
  }

  .column.is-10-mobile {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%
  }

  .column.is-11-mobile {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%
  }

  .column.is-12-mobile {
    flex: none;
    width: 100%
  }

  .column.is-offset-12-mobile {
    margin-left: 100%
  }
}

@media print,
screen and (min-width:769px) {

  .column.is-narrow,
  .column.is-narrow-tablet {
    flex: none
  }

  .column.is-full,
  .column.is-full-tablet {
    flex: none;
    width: 100%
  }

  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    flex: none;
    width: 75%
  }

  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%
  }

  .column.is-half,
  .column.is-half-tablet {
    flex: none;
    width: 50%
  }

  .column.is-one-third,
  .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%
  }

  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    flex: none;
    width: 25%
  }

  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    flex: none;
    width: 20%
  }

  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    flex: none;
    width: 40%
  }

  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    flex: none;
    width: 60%
  }

  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    flex: none;
    width: 80%
  }

  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%
  }

  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%
  }

  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%
  }

  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%
  }

  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%
  }

  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%
  }

  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%
  }

  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%
  }

  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%
  }

  .column.is-1,
  .column.is-1-tablet {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.3333333333%
  }

  .column.is-2,
  .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.6666666667%
  }

  .column.is-3,
  .column.is-3-tablet {
    flex: none;
    width: 25%
  }

  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%
  }

  .column.is-4,
  .column.is-4-tablet {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.3333333333%
  }

  .column.is-5,
  .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.6666666667%
  }

  .column.is-6,
  .column.is-6-tablet {
    flex: none;
    width: 50%
  }

  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%
  }

  .column.is-7,
  .column.is-7-tablet {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.3333333333%
  }

  .column.is-8,
  .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.6666666667%
  }

  .column.is-9,
  .column.is-9-tablet {
    flex: none;
    width: 75%
  }

  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%
  }

  .column.is-10,
  .column.is-10-tablet {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.3333333333%
  }

  .column.is-11,
  .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.6666666667%
  }

  .column.is-12,
  .column.is-12-tablet {
    flex: none;
    width: 100%
  }

  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%
  }
}

@media screen and (max-width:1019px) {
  .column.is-narrow-touch {
    flex: none
  }

  .column.is-full-touch {
    flex: none;
    width: 100%
  }

  .column.is-three-quarters-touch {
    flex: none;
    width: 75%
  }

  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%
  }

  .column.is-half-touch {
    flex: none;
    width: 50%
  }

  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%
  }

  .column.is-one-quarter-touch {
    flex: none;
    width: 25%
  }

  .column.is-one-fifth-touch {
    flex: none;
    width: 20%
  }

  .column.is-two-fifths-touch {
    flex: none;
    width: 40%
  }

  .column.is-three-fifths-touch {
    flex: none;
    width: 60%
  }

  .column.is-four-fifths-touch {
    flex: none;
    width: 80%
  }

  .column.is-offset-three-quarters-touch {
    margin-left: 75%
  }

  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%
  }

  .column.is-offset-half-touch {
    margin-left: 50%
  }

  .column.is-offset-one-third-touch {
    margin-left: 33.3333%
  }

  .column.is-offset-one-quarter-touch {
    margin-left: 25%
  }

  .column.is-offset-one-fifth-touch {
    margin-left: 20%
  }

  .column.is-offset-two-fifths-touch {
    margin-left: 40%
  }

  .column.is-offset-three-fifths-touch {
    margin-left: 60%
  }

  .column.is-offset-four-fifths-touch {
    margin-left: 80%
  }

  .column.is-1-touch {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1-touch {
    margin-left: 8.3333333333%
  }

  .column.is-2-touch {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2-touch {
    margin-left: 16.6666666667%
  }

  .column.is-3-touch {
    flex: none;
    width: 25%
  }

  .column.is-offset-3-touch {
    margin-left: 25%
  }

  .column.is-4-touch {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4-touch {
    margin-left: 33.3333333333%
  }

  .column.is-5-touch {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5-touch {
    margin-left: 41.6666666667%
  }

  .column.is-6-touch {
    flex: none;
    width: 50%
  }

  .column.is-offset-6-touch {
    margin-left: 50%
  }

  .column.is-7-touch {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7-touch {
    margin-left: 58.3333333333%
  }

  .column.is-8-touch {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8-touch {
    margin-left: 66.6666666667%
  }

  .column.is-9-touch {
    flex: none;
    width: 75%
  }

  .column.is-offset-9-touch {
    margin-left: 75%
  }

  .column.is-10-touch {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10-touch {
    margin-left: 83.3333333333%
  }

  .column.is-11-touch {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11-touch {
    margin-left: 91.6666666667%
  }

  .column.is-12-touch {
    flex: none;
    width: 100%
  }

  .column.is-offset-12-touch {
    margin-left: 100%
  }
}

@media screen and (min-width:1020px) {
  .column.is-narrow-desktop {
    flex: none
  }

  .column.is-full-desktop {
    flex: none;
    width: 100%
  }

  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%
  }

  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%
  }

  .column.is-half-desktop {
    flex: none;
    width: 50%
  }

  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%
  }

  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%
  }

  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%
  }

  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%
  }

  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%
  }

  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%
  }

  .column.is-offset-half-desktop {
    margin-left: 50%
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%
  }

  .column.is-offset-one-fifth-desktop {
    margin-left: 20%
  }

  .column.is-offset-two-fifths-desktop {
    margin-left: 40%
  }

  .column.is-offset-three-fifths-desktop {
    margin-left: 60%
  }

  .column.is-offset-four-fifths-desktop {
    margin-left: 80%
  }

  .column.is-1-desktop {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%
  }

  .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%
  }

  .column.is-3-desktop {
    flex: none;
    width: 25%
  }

  .column.is-offset-3-desktop {
    margin-left: 25%
  }

  .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%
  }

  .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%
  }

  .column.is-6-desktop {
    flex: none;
    width: 50%
  }

  .column.is-offset-6-desktop {
    margin-left: 50%
  }

  .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%
  }

  .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%
  }

  .column.is-9-desktop {
    flex: none;
    width: 75%
  }

  .column.is-offset-9-desktop {
    margin-left: 75%
  }

  .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%
  }

  .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%
  }

  .column.is-12-desktop {
    flex: none;
    width: 100%
  }

  .column.is-offset-12-desktop {
    margin-left: 100%
  }
}

@media screen and (min-width:1290px) {
  .column.is-narrow-widescreen {
    flex: none
  }

  .column.is-full-widescreen {
    flex: none;
    width: 100%
  }

  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%
  }

  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%
  }

  .column.is-half-widescreen {
    flex: none;
    width: 50%
  }

  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%
  }

  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%
  }

  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%
  }

  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%
  }

  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%
  }

  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%
  }

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%
  }

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%
  }

  .column.is-offset-half-widescreen {
    margin-left: 50%
  }

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%
  }

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%
  }

  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%
  }

  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%
  }

  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%
  }

  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%
  }

  .column.is-1-widescreen {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%
  }

  .column.is-2-widescreen {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%
  }

  .column.is-3-widescreen {
    flex: none;
    width: 25%
  }

  .column.is-offset-3-widescreen {
    margin-left: 25%
  }

  .column.is-4-widescreen {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%
  }

  .column.is-5-widescreen {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%
  }

  .column.is-6-widescreen {
    flex: none;
    width: 50%
  }

  .column.is-offset-6-widescreen {
    margin-left: 50%
  }

  .column.is-7-widescreen {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%
  }

  .column.is-8-widescreen {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%
  }

  .column.is-9-widescreen {
    flex: none;
    width: 75%
  }

  .column.is-offset-9-widescreen {
    margin-left: 75%
  }

  .column.is-10-widescreen {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%
  }

  .column.is-11-widescreen {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%
  }

  .column.is-12-widescreen {
    flex: none;
    width: 100%
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%
  }
}

@media screen and (min-width:1290px) {
  .column.is-narrow-fullhd {
    flex: none
  }

  .column.is-full-fullhd {
    flex: none;
    width: 100%
  }

  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%
  }

  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%
  }

  .column.is-half-fullhd {
    flex: none;
    width: 50%
  }

  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%
  }

  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%
  }

  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%
  }

  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%
  }

  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%
  }

  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%
  }

  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%
  }

  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%
  }

  .column.is-offset-half-fullhd {
    margin-left: 50%
  }

  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%
  }

  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%
  }

  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%
  }

  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%
  }

  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%
  }

  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%
  }

  .column.is-1-fullhd {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%
  }

  .column.is-2-fullhd {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%
  }

  .column.is-3-fullhd {
    flex: none;
    width: 25%
  }

  .column.is-offset-3-fullhd {
    margin-left: 25%
  }

  .column.is-4-fullhd {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%
  }

  .column.is-5-fullhd {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%
  }

  .column.is-6-fullhd {
    flex: none;
    width: 50%
  }

  .column.is-offset-6-fullhd {
    margin-left: 50%
  }

  .column.is-7-fullhd {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%
  }

  .column.is-8-fullhd {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%
  }

  .column.is-9-fullhd {
    flex: none;
    width: 75%
  }

  .column.is-offset-9-fullhd {
    margin-left: 75%
  }

  .column.is-10-fullhd {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%
  }

  .column.is-11-fullhd {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%
  }

  .column.is-12-fullhd {
    flex: none;
    width: 100%
  }

  .column.is-offset-12-fullhd {
    margin-left: 100%
  }
}

.columns {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px
}

.columns:last-child {
  margin-bottom: -15px
}

.columns:not(:last-child) {
  margin-bottom: calc(4.375rem - 15px)
}

.columns.is-centered {
  justify-content: center
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0
}

.columns.is-gapless>.column {
  margin: 0;
  padding: 0 !important
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem
}

.columns.is-gapless:last-child {
  margin-bottom: 0
}

.columns.is-mobile {
  display: flex
}

.columns.is-multiline {
  flex-wrap: wrap
}

.columns.is-vcentered {
  align-items: center
}

@media print,
screen and (min-width:769px) {
  .columns:not(.is-desktop) {
    display: flex
  }
}

@media screen and (min-width:1020px) {
  .columns.is-desktop {
    display: flex
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1*var(--columnGap));
  margin-right: calc(-1*var(--columnGap))
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap)
}

.columns.is-variable.is-0 {
  --columnGap: 0rem
}

@media screen and (max-width:768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem
  }
}

@media print,
screen and (min-width:769px) {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem
  }
}

@media screen and (max-width:1019px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem
  }
}

@media screen and (min-width:1020px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem
  }
}

@media screen and (min-width:1290px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem
  }
}

@media screen and (min-width:1290px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem
  }
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem
}

@media screen and (max-width:768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem
  }
}

@media print,
screen and (min-width:769px) {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem
  }
}

@media screen and (max-width:1019px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem
  }
}

@media screen and (min-width:1020px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem
  }
}

@media screen and (min-width:1290px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem
  }
}

@media screen and (min-width:1290px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem
  }
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem
}

@media screen and (max-width:768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem
  }
}

@media print,
screen and (min-width:769px) {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem
  }
}

@media screen and (max-width:1019px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem
  }
}

@media screen and (min-width:1020px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem
  }
}

@media screen and (min-width:1290px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem
  }
}

@media screen and (min-width:1290px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem
  }
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem
}

@media screen and (max-width:768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem
  }
}

@media print,
screen and (min-width:769px) {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem
  }
}

@media screen and (max-width:1019px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem
  }
}

@media screen and (min-width:1020px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem
  }
}

@media screen and (min-width:1290px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem
  }
}

@media screen and (min-width:1290px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem
}

@media screen and (max-width:768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem
  }
}

@media print,
screen and (min-width:769px) {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem
  }
}

@media screen and (max-width:1019px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem
  }
}

@media screen and (min-width:1020px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem
  }
}

@media screen and (min-width:1290px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem
  }
}

@media screen and (min-width:1290px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem
}

@media screen and (max-width:768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem
  }
}

@media print,
screen and (min-width:769px) {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem
  }
}

@media screen and (max-width:1019px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem
  }
}

@media screen and (min-width:1020px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem
  }
}

@media screen and (min-width:1290px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem
  }
}

@media screen and (min-width:1290px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem
}

@media screen and (max-width:768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem
  }
}

@media print,
screen and (min-width:769px) {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem
  }
}

@media screen and (max-width:1019px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem
  }
}

@media screen and (min-width:1020px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem
  }
}

@media screen and (min-width:1290px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem
  }
}

@media screen and (min-width:1290px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem
}

@media screen and (max-width:768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem
  }
}

@media print,
screen and (min-width:769px) {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem
  }
}

@media screen and (max-width:1019px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem
  }
}

@media screen and (min-width:1020px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem
  }
}

@media screen and (min-width:1290px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem
  }
}

@media screen and (min-width:1290px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem
}

@media screen and (max-width:768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem
  }
}

@media print,
screen and (min-width:769px) {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem
  }
}

@media screen and (min-width:769px) and (max-width:1019px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem
  }
}

@media screen and (max-width:1019px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem
  }
}

@media screen and (min-width:1020px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem
  }
}

@media screen and (min-width:1020px) and (max-width:1289px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem
  }
}

@media screen and (min-width:1290px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem
  }
}

@media screen and (min-width:1290px) and (max-width:1289px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem
  }
}

@media screen and (min-width:1290px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem
  }
}

@media print,
screen and (min-width:769px) {
  .tile:not(.is-child) {
    display: flex
  }

  .tile.is-1 {
    flex: none;
    width: 8.3333333333%
  }

  .tile.is-2 {
    flex: none;
    width: 16.6666666667%
  }

  .tile.is-3 {
    flex: none;
    width: 25%
  }

  .tile.is-4 {
    flex: none;
    width: 33.3333333333%
  }

  .tile.is-5 {
    flex: none;
    width: 41.6666666667%
  }

  .tile.is-6 {
    flex: none;
    width: 50%
  }

  .tile.is-7 {
    flex: none;
    width: 58.3333333333%
  }

  .tile.is-8 {
    flex: none;
    width: 66.6666666667%
  }

  .tile.is-9 {
    flex: none;
    width: 75%
  }

  .tile.is-10 {
    flex: none;
    width: 83.3333333333%
  }

  .tile.is-11 {
    flex: none;
    width: 91.6666666667%
  }

  .tile.is-12 {
    flex: none;
    width: 100%
  }
}

.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.hero .navbar {
  background: none
}

.hero .tabs ul {
  border-bottom: none
}

.hero.is-white {
  background-color: #fff;
  color: #0a0a0a
}

.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-white strong {
  color: inherit
}

.hero.is-white .title {
  color: #0a0a0a
}

.hero.is-white .subtitle {
  color: rgba(10, 10, 10, .9)
}

.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a
}

@media screen and (max-width:1019px) {
  .hero.is-white .navbar-menu {
    background-color: #fff
  }
}

.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, .7)
}

.hero.is-white .navbar-link.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white a.navbar-item.is-active,
.hero.is-white a.navbar-item:hover {
  background-color: #f2f2f2;
  color: #0a0a0a
}

.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: .9
}

.hero.is-white .tabs a:hover,
.hero.is-white .tabs li.is-active a {
  opacity: 1
}

.hero.is-white .tabs.is-boxed a,
.hero.is-white .tabs.is-toggle a {
  color: #0a0a0a
}

.hero.is-white .tabs.is-boxed a:hover,
.hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1)
}

.hero.is-white .tabs.is-boxed li.is-active a,
.hero.is-white .tabs.is-boxed li.is-active a:hover,
.hero.is-white .tabs.is-toggle li.is-active a,
.hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff
}

.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4, #fff 71%, #fff)
}

@media screen and (max-width:768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4, #fff 71%, #fff)
  }
}

.hero.is-black {
  background-color: #0a0a0a;
  color: #fff
}

.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-black strong {
  color: inherit
}

.hero.is-black .title {
  color: #fff
}

.hero.is-black .subtitle {
  color: hsla(0, 0%, 100%, .9)
}

.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: #fff
}

@media screen and (max-width:1019px) {
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a
  }
}

.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: hsla(0, 0%, 100%, .7)
}

.hero.is-black .navbar-link.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black a.navbar-item.is-active,
.hero.is-black a.navbar-item:hover {
  background-color: #000;
  color: #fff
}

.hero.is-black .tabs a {
  color: #fff;
  opacity: .9
}

.hero.is-black .tabs a:hover,
.hero.is-black .tabs li.is-active a {
  opacity: 1
}

.hero.is-black .tabs.is-boxed a,
.hero.is-black .tabs.is-toggle a {
  color: #fff
}

.hero.is-black .tabs.is-boxed a:hover,
.hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1)
}

.hero.is-black .tabs.is-boxed li.is-active a,
.hero.is-black .tabs.is-boxed li.is-active a:hover,
.hero.is-black .tabs.is-toggle li.is-active a,
.hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0a0a0a
}

.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, #000, #0a0a0a 71%, #181616)
}

@media screen and (max-width:768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #000, #0a0a0a 71%, #181616)
  }
}

.hero.is-light {
  background-color: #f5f5f5;
  color: #363636
}

.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-light strong {
  color: inherit
}

.hero.is-light .title {
  color: #363636
}

.hero.is-light .subtitle {
  color: rgba(54, 54, 54, .9)
}

.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: #363636
}

@media screen and (max-width:1019px) {
  .hero.is-light .navbar-menu {
    background-color: #f5f5f5
  }
}

.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(54, 54, 54, .7)
}

.hero.is-light .navbar-link.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light a.navbar-item.is-active,
.hero.is-light a.navbar-item:hover {
  background-color: #e8e8e8;
  color: #363636
}

.hero.is-light .tabs a {
  color: #363636;
  opacity: .9
}

.hero.is-light .tabs a:hover,
.hero.is-light .tabs li.is-active a {
  opacity: 1
}

.hero.is-light .tabs.is-boxed a,
.hero.is-light .tabs.is-toggle a {
  color: #363636
}

.hero.is-light .tabs.is-boxed a:hover,
.hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1)
}

.hero.is-light .tabs.is-boxed li.is-active a,
.hero.is-light .tabs.is-boxed li.is-active a:hover,
.hero.is-light .tabs.is-toggle li.is-active a,
.hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: #363636;
  border-color: #363636;
  color: #f5f5f5
}

.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9, #f5f5f5 71%, #fff)
}

@media screen and (max-width:768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9, #f5f5f5 71%, #fff)
  }
}

.hero.is-dark {
  background-color: #363636;
  color: #f5f5f5
}

.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-dark strong {
  color: inherit
}

.hero.is-dark .title {
  color: #f5f5f5
}

.hero.is-dark .subtitle {
  color: hsla(0, 0%, 96.1%, .9)
}

.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #f5f5f5
}

@media screen and (max-width:1019px) {
  .hero.is-dark .navbar-menu {
    background-color: #363636
  }
}

.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: hsla(0, 0%, 96.1%, .7)
}

.hero.is-dark .navbar-link.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark a.navbar-item.is-active,
.hero.is-dark a.navbar-item:hover {
  background-color: #292929;
  color: #f5f5f5
}

.hero.is-dark .tabs a {
  color: #f5f5f5;
  opacity: .9
}

.hero.is-dark .tabs a:hover,
.hero.is-dark .tabs li.is-active a {
  opacity: 1
}

.hero.is-dark .tabs.is-boxed a,
.hero.is-dark .tabs.is-toggle a {
  color: #f5f5f5
}

.hero.is-dark .tabs.is-boxed a:hover,
.hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1)
}

.hero.is-dark .tabs.is-boxed li.is-active a,
.hero.is-dark .tabs.is-boxed li.is-active a:hover,
.hero.is-dark .tabs.is-toggle li.is-active a,
.hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #363636
}

.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #1f191a, #363636 71%, #46403f)
}

@media screen and (max-width:768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a, #363636 71%, #46403f)
  }
}

.hero.is-primary {
  background-color: #00d1b2;
  color: #fff
}

.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary strong {
  color: inherit
}

.hero.is-primary .title {
  color: #fff
}

.hero.is-primary .subtitle {
  color: hsla(0, 0%, 100%, .9)
}

.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff
}

@media screen and (max-width:1019px) {
  .hero.is-primary .navbar-menu {
    background-color: #00d1b2
  }
}

.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: hsla(0, 0%, 100%, .7)
}

.hero.is-primary .navbar-link.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary a.navbar-item.is-active,
.hero.is-primary a.navbar-item:hover {
  background-color: #00b89c;
  color: #fff
}

.hero.is-primary .tabs a {
  color: #fff;
  opacity: .9
}

.hero.is-primary .tabs a:hover,
.hero.is-primary .tabs li.is-active a {
  opacity: 1
}

.hero.is-primary .tabs.is-boxed a,
.hero.is-primary .tabs.is-toggle a {
  color: #fff
}

.hero.is-primary .tabs.is-boxed a:hover,
.hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1)
}

.hero.is-primary .tabs.is-boxed li.is-active a,
.hero.is-primary .tabs.is-boxed li.is-active a:hover,
.hero.is-primary .tabs.is-toggle li.is-active a,
.hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00d1b2
}

.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #009e6c, #00d1b2 71%, #00e7eb)
}

@media screen and (max-width:768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #009e6c, #00d1b2 71%, #00e7eb)
  }
}

.hero.is-link {
  background-color: #3273dc;
  color: #fff
}

.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-link strong {
  color: inherit
}

.hero.is-link .title {
  color: #fff
}

.hero.is-link .subtitle {
  color: hsla(0, 0%, 100%, .9)
}

.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff
}

@media screen and (max-width:1019px) {
  .hero.is-link .navbar-menu {
    background-color: #3273dc
  }
}

.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: hsla(0, 0%, 100%, .7)
}

.hero.is-link .navbar-link.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link a.navbar-item.is-active,
.hero.is-link a.navbar-item:hover {
  background-color: #2366d1;
  color: #fff
}

.hero.is-link .tabs a {
  color: #fff;
  opacity: .9
}

.hero.is-link .tabs a:hover,
.hero.is-link .tabs li.is-active a {
  opacity: 1
}

.hero.is-link .tabs.is-boxed a,
.hero.is-link .tabs.is-toggle a {
  color: #fff
}

.hero.is-link .tabs.is-boxed a:hover,
.hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1)
}

.hero.is-link .tabs.is-boxed li.is-active a,
.hero.is-link .tabs.is-boxed li.is-active a:hover,
.hero.is-link .tabs.is-toggle li.is-active a,
.hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3273dc
}

.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #1577c6, #3273dc 71%, #4366e5)
}

@media screen and (max-width:768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1577c6, #3273dc 71%, #4366e5)
  }
}

.hero.is-info {
  background-color: #209cee;
  color: #fff
}

.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-info strong {
  color: inherit
}

.hero.is-info .title {
  color: #fff
}

.hero.is-info .subtitle {
  color: hsla(0, 0%, 100%, .9)
}

.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff
}

@media screen and (max-width:1019px) {
  .hero.is-info .navbar-menu {
    background-color: #209cee
  }
}

.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: hsla(0, 0%, 100%, .7)
}

.hero.is-info .navbar-link.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info a.navbar-item.is-active,
.hero.is-info a.navbar-item:hover {
  background-color: #118fe4;
  color: #fff
}

.hero.is-info .tabs a {
  color: #fff;
  opacity: .9
}

.hero.is-info .tabs a:hover,
.hero.is-info .tabs li.is-active a {
  opacity: 1
}

.hero.is-info .tabs.is-boxed a,
.hero.is-info .tabs.is-toggle a {
  color: #fff
}

.hero.is-info .tabs.is-boxed a:hover,
.hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1)
}

.hero.is-info .tabs.is-boxed li.is-active a,
.hero.is-info .tabs.is-boxed li.is-active a:hover,
.hero.is-info .tabs.is-toggle li.is-active a,
.hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #209cee
}

.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #04a6d7, #209cee 71%, #3287f5)
}

@media screen and (max-width:768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #04a6d7, #209cee 71%, #3287f5)
  }
}

.hero.is-success {
  background-color: #23d160;
  color: #fff
}

.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-success strong {
  color: inherit
}

.hero.is-success .title {
  color: #fff
}

.hero.is-success .subtitle {
  color: hsla(0, 0%, 100%, .9)
}

.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff
}

@media screen and (max-width:1019px) {
  .hero.is-success .navbar-menu {
    background-color: #23d160
  }
}

.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: hsla(0, 0%, 100%, .7)
}

.hero.is-success .navbar-link.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success a.navbar-item.is-active,
.hero.is-success a.navbar-item:hover {
  background-color: #20bc56;
  color: #fff
}

.hero.is-success .tabs a {
  color: #fff;
  opacity: .9
}

.hero.is-success .tabs a:hover,
.hero.is-success .tabs li.is-active a {
  opacity: 1
}

.hero.is-success .tabs.is-boxed a,
.hero.is-success .tabs.is-toggle a {
  color: #fff
}

.hero.is-success .tabs.is-boxed a:hover,
.hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1)
}

.hero.is-success .tabs.is-boxed li.is-active a,
.hero.is-success .tabs.is-boxed li.is-active a:hover,
.hero.is-success .tabs.is-toggle li.is-active a,
.hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #23d160
}

.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #12af2f, #23d160 71%, #2ce28a)
}

@media screen and (max-width:768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #12af2f, #23d160 71%, #2ce28a)
  }
}

.hero.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, .7)
}

.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-warning strong {
  color: inherit
}

.hero.is-warning .title {
  color: rgba(0, 0, 0, .7)
}

.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, .9)
}

.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, .7)
}

@media screen and (max-width:1019px) {
  .hero.is-warning .navbar-menu {
    background-color: #ffdd57
  }
}

.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, .7)
}

.hero.is-warning .navbar-link.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning a.navbar-item.is-active,
.hero.is-warning a.navbar-item:hover {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, .7)
}

.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, .7);
  opacity: .9
}

.hero.is-warning .tabs a:hover,
.hero.is-warning .tabs li.is-active a {
  opacity: 1
}

.hero.is-warning .tabs.is-boxed a,
.hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, .7)
}

.hero.is-warning .tabs.is-boxed a:hover,
.hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1)
}

.hero.is-warning .tabs.is-boxed li.is-active a,
.hero.is-warning .tabs.is-boxed li.is-active a:hover,
.hero.is-warning .tabs.is-toggle li.is-active a,
.hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, .7);
  border-color: rgba(0, 0, 0, .7);
  color: #ffdd57
}

.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ffaf24, #ffdd57 71%, #fffa70)
}

@media screen and (max-width:768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffaf24, #ffdd57 71%, #fffa70)
  }
}

.hero.is-danger {
  background-color: #ff3860;
  color: #fff
}

.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-danger strong {
  color: inherit
}

.hero.is-danger .title {
  color: #fff
}

.hero.is-danger .subtitle {
  color: hsla(0, 0%, 100%, .9)
}

.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff
}

@media screen and (max-width:1019px) {
  .hero.is-danger .navbar-menu {
    background-color: #ff3860
  }
}

.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: hsla(0, 0%, 100%, .7)
}

.hero.is-danger .navbar-link.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger a.navbar-item.is-active,
.hero.is-danger a.navbar-item:hover {
  background-color: #ff1f4b;
  color: #fff
}

.hero.is-danger .tabs a {
  color: #fff;
  opacity: .9
}

.hero.is-danger .tabs a:hover,
.hero.is-danger .tabs li.is-active a {
  opacity: 1
}

.hero.is-danger .tabs.is-boxed a,
.hero.is-danger .tabs.is-toggle a {
  color: #fff
}

.hero.is-danger .tabs.is-boxed a:hover,
.hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, .1)
}

.hero.is-danger .tabs.is-boxed li.is-active a,
.hero.is-danger .tabs.is-boxed li.is-active a:hover,
.hero.is-danger .tabs.is-toggle li.is-active a,
.hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff3860
}

.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #ff0561, #ff3860 71%, #ff5257)
}

@media screen and (max-width:768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ff0561, #ff3860 71%, #ff5257)
  }
}

.hero.is-small .hero-body {
  padding-bottom: 1.5rem
}

@media print,
screen and (min-width:769px) {
  .hero.is-medium .hero-body {
    padding-bottom: 57px
  }
}

@media print,
screen and (min-width:769px) {
  .hero.is-large .hero-body {
    padding-bottom: 57px;
    padding-top: 57px
  }
}

.hero.is-fullheight-with-navbar .hero-body,
.hero.is-fullheight .hero-body,
.hero.is-halfheight .hero-body {
  align-items: center;
  display: flex
}

.hero.is-fullheight-with-navbar .hero-body>.container,
.hero.is-fullheight .hero-body>.container,
.hero.is-halfheight .hero-body>.container {
  flex-grow: 1;
  flex-shrink: 1
}

.hero.is-halfheight {
  min-height: 50vh
}

.hero.is-fullheight {
  min-height: 100vh
}

.hero-video {
  overflow: hidden
}

.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0)
}

.hero-video.is-transparent {
  opacity: .3
}

@media screen and (max-width:768px) {
  .hero-video {
    display: none
  }
}

.hero-buttons {
  margin-top: 1.5rem
}

@media screen and (max-width:768px) {
  .hero-buttons .button {
    display: flex
  }

  .hero-buttons .button:not(:last-child) {
    margin-bottom: .75rem
  }
}

@media print,
screen and (min-width:769px) {
  .hero-buttons {
    display: flex;
    justify-content: center
  }

  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem
  }
}

.hero-foot,
.hero-head {
  flex-grow: 0;
  flex-shrink: 0
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 0 1.5rem 3rem
}

.section {
  padding: 3.125rem 1.5rem
}

@media screen and (min-width:1020px) {
  .section.is-medium {
    padding: 9rem 1.5rem
  }

  .section.is-large {
    padding: 18rem 1.5rem
  }
}
/* main {
  margin-top: 45px
} */

@media screen and (min-width:1020px) {
  /* main {
    margin-top: 55px
  } */
}

.navbar {
  position: fixed;
  width: 100%;
  background-image: linear-gradient(#595959, #000000);
}

.navbar,
.navbar .navbar-brand,
.navbar>.container {
  min-height: 45px
}

.navbar-item--logo {
  position: relative;
  display: flex;
  align-items: center;
}

.not-logged-navbar {
  height: 55px !important;
  /* overflow: hidden; */
}

.not-logged-navbar:before {
  height: 55px !important;
}

.navbar-item--logo:before {
  position: absolute;
  content: '';
  /* display: none; */
  background-image: linear-gradient(#fff, #e4e4e4);
  height: 55px;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -350px;
  right: -200px;
  transform: skewX(-30deg) translateX(-45%);
  width: 1004px;
  margin-top: -5px;
}

@media print,
screen and (min-width:769px) {

  .navbar,
  .navbar .navbar-brand,
  .navbar>.container {
    min-height: 55px
  }

}

.logo, .logo-members{
  position: relative;
  width: 120px;
  height: 30px
}

@media screen and (min-width:768px) {
  .logo, .logo-members {
    width: 145px
  }
}

.navbar-item {
  font-family: Montserrat, Arial;
  font-display: auto;
  font-size: .8125rem;
  letter-spacing: 3.47px;
  color: #000
}

a.navbar-item.link:hover {
  color: #cbab83;
  border-bottom: 1px solid #cbab83;
  text-decoration: none;
}

@media screen and (min-width:1020px) {
  .navbar-item--logo {
    margin: 0;
    /* position: static; */
    top: 0;
    left: 0
  }

  .navbar-item--logo:before {
    display: block;
  }

  .logo g {
    fill: #1A1919
  }

  .logo-members g {
    fill: #fff;
  }
}

.navbar-menu {
  display: block;
  opacity: 0;
  background-image: linear-gradient(#595959, #000000);
  left: 100%;
  position: absolute;
  top: 0;
  width: 100vw;

  height: 100vh;
  transition: .2s ease
}

@media screen and (min-width:1020px) {
  .navbar-menu {
    display: flex;
    background-color: #fff;
    opacity: 1;
    position: static;
    left: 0;
    top: 0;
    width: 60%;
    max-height: 55px;
  }
}

.navbar-menu.is-active {
  left: 0;
  opacity: 1;
  top: -5px;
  width: 110vw;
}

.navbar-menu.is-active .navbar-item {
  color: #cbab83;
  font-size: 1.875rem;
  text-transform: capitalize;
}

.navbar-menu.is-active a.navbar-item.link:hover {
  border-bottom: 1px solid transparent;
  color: #fff;
}

.navbar-item--active {
  color: #cbab83
}

.navbar-start {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.vl {
  border-left: 1px solid #cbab83;;
  height: 35px;
  margin-right: .5em;
}

.navbar-info-wrapper {
  width: 745px;
}

.navbar-info-wrapper p {
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: 1.65px;
  color: #cbab83;
}

.navbar-info-wrapper a {
  border-bottom: 1px solid transparent;
  padding-bottom: .3em;
  transition: border .3s ease;
  font-size: .8125rem;
}

.navbar-info-wrapper a:hover {
  color: #cbab83;
  text-decoration: none;
  border-bottom: 1px solid #cbab83;
}

@media (max-width: 490px) {
  .navbar-info-wrapper a {
    font-size: .6rem;
  }
}

.navbar-end {
  width: 180px;
  margin: 66px auto;
  /* display: none !important; */
}

.navbar-end-member {
  width: 180px;
  margin: 66px auto;
  display: none !important;
}

.navbar-hamburger {
  width: 26px !important;
}

.logo-position-fix {
  margin-left: -3px;
}

@media screen and (min-width:1020px) {
  .navbar-end, .navbar-end-member {
    margin: 0 -15px 0 auto;
    width: auto
  }
}

.navbar-burger {
  height: 50px;
  width: 50px;
  height: 100%;
}

@media print,
screen and (min-width:769px) {
  .navbar-burger {
    max-height: 45px;
    width: 25px;
    height: 100%;
  }
}
@media (max-width: 375px) {
  .registration-btn {
    width: 170px !important;
  }
}
.btn {
  border: 0;
  height: 50px;
  background-color: #cbab83;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: skewX(-30deg);
  width: 210px;
  max-width: 210px;
  cursor: pointer;
  outline: none;
  border-radius: 0;
}

@media screen and (min-width:550px) {
  .btn {
    display: inline-flex;
    transform: skewX(-30deg) translateX(10px)
  }
}

@media (max-width: 320px){
  .btn {
    width: 170px;
  }
}

.btn>span {
  font-family: "Roboto Slab", Arial;
  font-display: auto;
  font-size: 1.25rem;
  color: #fff;
  transform: skewX(30deg);
  font-weight: bold;
}

@media screen and (max-width:768px) {
  .btn+.btn {
    margin-top: 1rem
  }
}

@media screen and (min-width:550px) {
  .btn+.btn {
    margin-top: 0;
    margin-left: 20px
  }
}

.btn:after,
.btn:before {
  background: #000;
  content: "";
  position: absolute;
  z-index: -1;
  transition: all .3s
}

.btn:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0
}

.btn:hover:after {
  width: 100%
}

.btn.btn--big {
  margin: 0 auto
}

@media print,
screen and (min-width:769px) {
  .btn.btn--big {
    min-width: 290px
  }
}

.btn.btn--white {
  border: 2px solid #cbab83;
  background-color: transparent
}

.btn.btn--white>span {
  color: #000
}

.btn.btn--white:after {
  background: #cbab83
}

.hero {
  overflow: hidden;
  position: relative;
  margin-bottom: 3.125rem;
}

.hero .subtitle {
  color: #cbab83;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px
}

@media screen and (min-width:1020px) {
  .hero {
    height: 545px;
  }

  .hero .subtitle {
    font-size: 1rem;
    letter-spacing: 2.4px;
    margin-bottom: 45px;
    margin-top: 45px;
    position: relative;
  }

  .hero .subtitle:after {
    position: absolute;
    border-left: 1px solid #cbab83;
    content: '';
    height: 545px;
    transform: skewX(-30deg);
    left: -160px;
    top: -20px;
  }
}

.hero .title {
  font-size: 1.7rem;
  line-height: 1.2
}

.hero--main .title {
  font-size: 1.5625rem;
  padding-top: 2rem;
  text-align: center;
  margin-top: -13rem;
  margin-bottom: 9rem;
  color: #fff;
}

@media screen and (min-width:1020px) {
  .hero .title {
    color: #fff;
    font-size: 3.4375rem;
    margin-bottom: 30px;
  }

  .hero--main .title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .hero .content {
    color: #fff;
  }
}

@media screen and (min-width:1020px) {
  .hero .content {
    width: 50%
  }
}

.content {
  font-size: 1rem;
  line-height: 24px
}

@media screen and (min-width:1020px) {
  .content {
    line-height: 28px
  }
}

.hero-bg-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}

@media screen and (min-width:1020px) {
  .hero-bg-container:after {
    width: 100%;
    height: 90px;
    content: '';
    background-color: #fff;
    transform: skewX(-30deg) translateX(50%);
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
  }

  .hero--main .hero-bg-container:after {
    transform: skewX(-30deg) translateX(55%);
  }
}

@media screen and (min-width:1290px) {
  .hero--main .title {
    font-size: 4.062rem;
  }
}

.hero-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.71);
  transform: skewX(-30deg) translateX(-45%);
  position: absolute;
  z-index: 1
}

@media screen and (min-width:1290px) {
  .hero-bg {
    transform: skewX(-30deg) translateX(-50%)
  }

  .hero--main .hero-bg {
    transform: skewX(-30deg) translateX(-45%)
  }
}

.hero-bg__img {
  height: 100%;
  background-position: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  left: 0;
  background-size: cover
}

@media screen and (min-width:1290px) {
  .hero-bg__img {
    right: 0
  }
}

.hero.is-secondary {
  margin-bottom: 0
}

@media screen and (min-width:1020px) {
  .hero.is-secondary {
    min-height: 368px;
    padding-top: 4rem
  }
}

.hero.is-secondary .benefits-icon {
  display: block;
  margin: 2rem auto;
  height: 2rem
}

@media screen and (min-width:1020px) {
  .hero.is-secondary .benefits-icon {
    margin: 0 0 1rem
  }
}

.hero.is-secondary .title {
  font-size: 2rem
}

@media screen and (min-width:1020px) {
  .hero.is-secondary .title {
    width: 50%;
    font-size: 2.5rem
  }
}

.hero.is-secondary .hero-bg {
  transform: skewX(-30deg) translateX(-50%)
}

@media screen and (min-width:1290px) {
  .hero.is-secondary .hero-bg {
    transform: skewX(-30deg) translateX(-60%)
  }
}

.hero.is-secondary .hero-bg__img {
  left: 38%
}

@media screen and (min-width:1290px) {
  .hero.is-secondary .hero-bg__img {
    left: 30%
  }
}

.hero-body {
  position: relative;
  z-index: 1
}

.hero-mobile-bg {
  height: 190px;
  background-size: cover;
  background-position: 0 60%;
}

.hero--main .hero-mobile-bg {
  filter: brightness(50%);
}

@media print,
screen and (min-width:769px) {
  .hero-mobile-bg {
    height: 290px
  }
}

.hero-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

@media screen and (min-width:550px) {
  .hero-cta {
    flex-direction: row
  }
}

@media screen and (min-width:1020px) {
  .hero-cta {
    justify-content: flex-start
  }
}

.benefits.tile {
  padding: 0;
  line-height: 1
}

.benefits-icon {
  height: 28px;
  width: auto;
  margin-bottom: 1rem
}

.benefits-title {
  font-weight: 600;
  font-size: 1.5625rem;
  margin-bottom: 1.25rem
}

@media screen and (max-width:1019px) {
  .skew-container-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    margin-top: -31px;
    overflow: hidden;
    margin-bottom: 10px
  }
}

.skew {
  transform: skew(-30deg) translateX(50px);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 100%
}

.skew>h2 {
  transform: skew(30deg) translateX(-80px)
}

.skew-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-top: -31px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative
}

.pagination-container {
  text-align: center;
  font-family: "Roboto Slab",Arial;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: .5rem;
}

.pagination-container a {
  color: #cbab83;
  transition: color .2s ease;
}

.pagination-container a:hover {
  color: #000;
}

@media screen and (max-width:1019px) {
  .skew-mobile {
    transform: skew(-30deg) translateX(10px);
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 32px;
    width: 100%;
    padding-left: 2rem;
  }

  .skew-mobile>h2 {
    transform: skew(30deg) translateX(-10px)
  }
}

.section-wide {
  padding-left: 0;
  padding-right: 0;
  position: relative
}

.section-benefit {
  display: flex;
  flex-direction: column;
  padding-top: 0
}

@media screen and (max-width:1019px) {
  .section-benefit {
    padding: 0
  }
}

@media screen and (min-width:1020px) {
  .section-benefit {
    flex-direction: row
  }
}

.section-benefit .section__title {
  font-size: 1.5625rem;
  color: #cbab83;
  font-weight: 500;
  margin-bottom: 20px
}

.section-benefit~.section-benefit {
  padding-top: 3.125rem
}

.section-left,
.section-right {
  flex: 1 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  order: 2
}

@media screen and (min-width:1020px) {

  .section-left,
  .section-right {
    max-width: 60%;
    width: 60%;
    order: 0
  }
}

.section-left h1,
.section-left h2,
.section-left h3,
.section-left p,
.section-right h1,
.section-right h2,
.section-right h3,
.section-right p {
  position: relative;
  z-index: 10
}

.section-left .section-skew {
  border-left: 1px solid #cbab83;
  transform: skewX(-30deg) translateX(18%)
}

@media screen and (min-width:1290px) {
  .section-left .section-skew {
    transform: skewX(-30deg) translateX(14%)
  }
}

.section-left.section-bg {
  background-position: 100%
}

.section-right .section-skew {
  border-right: 1px solid #cbab83;
  transform: skewX(-30deg) translateX(-18%)
}

@media screen and (min-width:1290px) {
  .section-right .section-skew {
    transform: skewX(-30deg) translateX(-14%)
  }
}

.section-bg {
  min-height: 200px;
  background-size: cover;
  background-position: 50%;
  order: 1
}

@media print,
screen and (min-width:769px) {
  .section-bg {
    min-height: 300px
  }
}

@media screen and (min-width:1020px) {
  .section-bg {
    min-height: 368px;
    order: 0;
    max-width: 40%;
    width: 40%
  }
}

.section-skew {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1
}

@media screen and (max-width:1019px) {
  .benefit-description {
    padding: 3.125rem
  }
}

@media screen and (min-width:1020px) {
  .benefit-description {
    max-width: 430px
  }
}

@media screen and (min-width:1290px) {
  .benefit-description {
    max-width: 575px
  }
}

@media screen and (min-width:1020px) {
  .section-left .benefit-description {
    margin-left: 40%
  }
}

.section-cta {
  position: relative
}

@media screen and (min-width:1020px) {
  .section-cta {
    padding: 100px 0
  }
}

.section-cta .btn {
  margin: 0 auto
}

@media screen and (max-width:1019px) {
  .section--legal {
    padding: 1rem 1.5rem
  }
}

@media screen and (min-width:1020px) {
  .section--legal {
    padding: 1rem 0
  }
}

.section--legal h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 500
}

.section--legal h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500
}

.section--legal h3 {
  font-size: 1.25rem;
  margin: 1.5rem 0 1rem;
  font-weight: 500
}

.section--legal p {
  margin-bottom: 1rem
}

.section--legal ul {
  margin-left: 1rem;
  margin-bottom: 1rem
}

.container-login {
 padding: 0px 38px !important;
 display: flex;
 justify-content: center;
}

.login-form {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 70%;
  margin-bottom: 20px;
  margin-top: 3rem;
}

.login-form .red {
  margin-bottom: 2rem;
  display: block;
}

@media screen and (max-width: 549px) {
  .login-form {
    width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.login-info {
  z-index: 2;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 2.4px;
  color: #ffffff;
  margin-top: 2.5rem;
}

@media screen and (max-width:768px) {
  .login-info {
    margin-top: 5rem;
  }
}

.apply-link {
  display: flex;
  align-items: center;
  z-index: 2;
  font-family: "Roboto Slab", Arial;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: .5rem;
}

.apply-link--icon {
  margin-left: .5em;
}

.container-brand {
  text-align: center;
  padding: 70px 38px;
  background-color: #f7f1ea;
  max-width: 600px;
}

@media only screen and (max-width: 875px) {
  .container-brand {
    padding: 70px 38px 0px 38px;
  }
}
.container-border-bottom {
  border-radius: 2px;
  border-bottom: 2px solid rgba(0, 0, 0, .12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.container-brand--left {
  text-align: left;
  padding: 5rem;
  line-height: 28px;
}

.container-brand--left .container-brand__title {
  margin-bottom: 1.25rem;
}

@media screen and (min-width:768px) {
  .container-brand--left {
    padding-left: 130px;
  }
}

@media screen and (min-width:1290px) {
  .container-brand {
    max-width: 810px
  }

  .container-brand--left {
    padding-left: 130px;
  }
}

.container-brand.container-brand--white {
  background: #fff;
  /* height: 440px; */
  /* box-shadow: 0 0 24px 0 rgba(0, 0, 0, .15) */
}

.container-register {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .15);

}

.payment-top-margin {
  margin-top: 6vw !important;
}

@media screen and (max-width:875px) {
  .payment-top-margin {
    margin-top: 9vw !important
  }
}

.button-ps-wrapper {

}

  @media screen and (max-width:875px) {
    .button-ps-wrapper {
      order: 2;
    }
  }

.button-ps-pay-wrapper {

}

  @media screen and (max-width:875px) {
    .button-ps-pay-wrapper {
      display: flex;
      justify-content: center;
    }
  }

  @media screen and (max-width:575px) {
    .button-ps-pay-wrapper {
      margin-top: 9vw;
    }
  }

.container-brand.container-brand--white .container-brand__title {
  font-size: 1.625rem;
  margin-bottom: 10px
}

.container-brand.container-brand--white .container-brand__subtitle {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 2rem;
  letter-spacing: normal;
  text-transform: none
}

.container-brand__subtitle {
  text-transform: uppercase;
  letter-spacing: 2.4px
}

.container-brand__title {
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 3.875rem
}

.container-brand-bg {
  position: absolute;
  overflow: hidden;
  height: auto;
  width: 600px
}

.container-brand-bg__skew {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute
}

.container-brand-bg__left {
  left: 0;
  bottom: 0
}

.container-brand-bg__left .container-brand-bg__skew {
  transform: skewX(-30deg) translateX(70%)
}

.container-brand-bg__right {
  right: 0;
  top: 0
}

.container-brand-bg__right .container-brand-bg__skew {
  transform: skewX(-30deg) translateX(-70%)
}

.container-brand-bg__img {
  max-width: 600px;
  height: auto
}

.container-inquiry {
  max-width: 1020px;
  padding: 35px;
  margin: 0 auto 5rem;
}

.inquiry-form .container-brand__subtitle {
  color: #959595
}

@media screen and (max-width:768px) {
  .inquiry-form .columns {
    margin-bottom: 15px
  }
}

.inquiry-form .btn {
  margin: 0 auto
}

.footer {
  border-top: 1px solid #383838;
  background-color: rgb(29,29,29);
  font-weight: 100;
  font-family: Montserrat, Arial;
  padding: 3rem 1.5rem 1.5rem;
  color: #fff;
}

.footer-logos__header {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 2.4px;
  text-align: center;
  color: #cbab83;
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #383838;
  padding-bottom: 35px;
  margin-bottom: 30px;
}

.footer-logos img {
  width: 180px;
  height: 60px;
  margin: 20px 22px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column
}

@media print,
screen and (min-width:769px) {
  .footer-container {
    flex-direction: row
  }
}

.footer a.link {
  display: inline-block
}

.footer__left {
  order: 2;
  display: flex;
  flex-direction: column;
  text-align: center
}

.footer__left .link {
  margin-left: 0;
  margin-bottom: 1rem
}

@media print,
screen and (min-width:769px) {
  .footer__left {
    order: 1;
    flex-direction: row
  }

  .footer__left .link {
    margin-left: 27px;
    margin-bottom: 0
  }
}

.footer__right {
  order: 1;
  margin-bottom: 32px
}

.footer__right a.link+a.link {
  margin-left: 27px
}

@media print,
screen and (min-width:769px) {
  .footer__right {
    order: 2;
    margin-bottom: 0
  }
}

.link--icon path {
  transition: all .2s ease
}

.link--icon:hover path {
  fill: #000
}

a, a.link {
  color: #cbab83;
  transition: all .3s ease
}

a:hover, a.link--reversed,
a.link:hover {
  color: #cbab83;
}

a.link--darkbg,
a.link--reversed:hover {
  color: #cbab83
}

a.link--darkbg:hover {
  color: #fff
}

a.link--white {
  color: #ffffff
}

a.link--white:hover {
  color: #cbab83
}

a.link--bold {
  font-weight: 600;
}

.skew-header {
  transform: skew(-30deg);
  border-left: 1px solid #cbab83;
  border-right: 1px solid #cbab83;
  height: 70px;
  max-width: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 75px
}

@media screen and (max-width:768px) {
  .skew-header {
    margin: 0 1.5rem 75px;
    max-width: none
  }
}

.skew-header span {
  transform: skew(30deg)
}

.header,
.skew-header span {
  letter-spacing: 2.4;
  text-transform: uppercase;
  padding: 0 3rem;
  text-align: center
}

.header--margin {
  margin-bottom: 3.5rem
}

.header--inquiry {
  margin: 0 auto;
  padding-top: 3.5rem;
  text-align: center
}

.article h2{
  font-size: 2.25rem;
  margin-bottom: .5rem;
}

.article h3 {
  font-size: 1.875rem;
  margin-bottom: .5rem;
}

.article-hero .article-link__bg {
  height: 375px
}



@media print,
screen and (min-width:769px) {
  .article-hero .article-link__bg {
    height: 500px;
    filter: brightness(100%);
  }
}

.article-hero .skew-container {
  flex-direction: column;
  justify-content: left;
  max-width: 1020px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: -31px;
  align-items: center
}

@media print,
screen and (min-width:769px) {
  .article-hero .skew-container {
    margin-top: -120px
  }
}

.article-hero .skew {
  position: absolute;
  top: 0
}

@media screen and (max-width:768px) {
  .article-hero .skew {
    transform: skew(-30deg) translateX(1.5rem)
  }
}

@media print,
screen and (min-width:769px) {
  .article-hero .skew {
    height: 121px
  }
}

.article-hero .skewed-content {
  position: relative;
  max-width: 810px
}

@media screen and (max-width:768px) {
  .article-hero .skewed-content {
    padding-left: 3rem;
    padding-right: 3rem
  }
}

@media print,
screen and (min-width:769px) {
  .article-hero .skewed-content {
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 2rem
  }
}

@media screen and (min-width:1020px) {
  .article-hero .skewed-content {
    padding-left: 2rem;
    padding-right: 2rem
  }
}

.article-hero .article-link__title {
  padding-right: 0;
  font-size: 2.25rem;
  max-width: 810px;
  width: 100%;
  color: #fff;
  margin: 0 0 18px
}

.article-hero .article-link__subtitle {
  position: static;
  margin: 0 0 18px;
  line-height: 36px;
  font-size: 1rem
}

@media print,
screen and (min-width:769px) {
  .article-hero .article-link__subtitle {
    line-height: 1
  }
}

.article-hero .article-link__excerpt {
  line-height: 1.75;
  margin: 0 0 18px
}

.article-hero .article-link__cta {
  margin: 0
}

.article-link-container {
  padding-bottom: 30px;
  border-bottom: 1px solid #cbab83;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.article-link {
  overflow: hidden;
  color: #000
}

@media screen and (max-width:768px) {
  .article-link {
    margin-left: -1.5rem;
    margin-right: -1.5rem
  }
}

.article-link:hover .article-link__bg {
  filter: brightness(100%)
}

.article-link:hover .article-link__title {
  color: #cbab83
}

.article-link:hover .article-link__cta img {
  margin-left: 15px
}

.article-link__bg {
  height: 250px;
  width: 100%;
  background-position: 50%;
  background-size: cover;
  position: relative;
  filter: brightness(80%);
  transition: filter .2s ease
}

@media screen and (min-width:1020px) {
  .article-link__bg {
    filter: brightness(50%)
  }
}

.article-link__subtitle {
  font-size: 13px;
  color: #cbab83;
  margin-top: 10px;
  position: absolute;
  left: 60px;
  z-index: 2;
  bottom: 1px
}

.article-link__title {
  min-height: 4rem;
  font-size: 20px;
  font-weight: 600;
  transition: color .2s ease;
  margin-left: 60px;
  margin-bottom: 45px;
  padding-right: 60px
}

.article-link__cta {
  font-family: "Roboto Slab", Arial;
  font-size: 15px;
  margin-left: 60px;
  margin-top: auto;
  font-weight: bold;
}

.article-link__cta img {
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 5px;
  transition: all .2s ease
}

.article .columns {
  margin: -12px
}

.article .columns+.content,
.article .columns+p{
  margin-top: 1rem
}

.article .columns+h2,
.article .columns+h3 {
  margin-top: 1em;
}

.article .columns+.columns {
  margin-top: 6px
}

.article .column {
  padding: 12px
}

.cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

@media print,
screen and (min-width:769px) {
  .cta-row {
    flex-direction: row
  }
}

.cta-row>span {
  margin: 1rem
}

@media print,
screen and (min-width:769px) {
  .cta-row>span {
    margin: 0 2rem 0 3rem
  }
}

.legal-header-bg {
  height: 150px;
  background-size: cover;
  background-position: 50%
}

@media print,
screen and (min-width:769px) {
  .legal-header-bg {
    height: 300px
  }
}

.topbar-container {
  display: flex;
  align-items: center;
  flex-direction: column
}

.topbar-container .header {
  padding: 0
}

@media print,
screen and (min-width:769px) {
  .topbar-container {
    flex-direction: row;
    justify-content: space-between
  }
}

@media screen and (max-width:768px) {
  .topbar-container .header {
    margin-bottom: 2rem
  }
}

.input--search {
  max-width: 390px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #cbab83;
  padding: 5px 5px 5px 1.5rem;
  font-size: 1rem;
  outline: none;
  background: #fff;
  color: #000
}

.transparent {
  color: transparent;
}

.non-transparent {
  color: black;
}

.input-wrapper {
  position: relative
}

.input-wrapper--search {
  max-width: 390px;
  width: 100%
}

.input-wrapper--search:before {
  position: absolute;
  height: 100%;
  width: 1rem;
  content: "";
  background-image: url(icon-search.91460404.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain
}

input {
  font-size: 16px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #a7a7a7;
  font-family: Montserrat, Arial;
  font-weight: 500;
  height: 40px
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: none;
  -webkit-text-fill-color: #171930;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  outline: none !important;
}

input:focus {
  outline: none
}

::placeholder,
.label {
  color: #a7a7a7;
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: all .2s ease
}




/* input:-internal-autofill-selected~.label,
input:-webkit-autofill~.label,
input:-webkit-autofill:hover~.label,
input:-webkit-autofill:focus~.label */
input:focus~.label,
input:not(.empty)~.label,
select:not(.empty)~.label {
  top: -12px;
  font-size: 12px;
  color: rgba(0, 0, 0, .4);
  font-weight: 600
}
/* CHROME AUTOFILL */

input:-internal-autofill-selected~.label,
input:-webkit-autofill~.label,
input:-webkit-autofill:hover~.label,
input:-webkit-autofill:focus~.label
{
  top: -12px;
  font-size: 12px;
  color: rgba(0, 0, 0, .4);
  font-weight: 600
}


.bar {
  position: relative;
  display: block;
  width: 100%
}

.bar:after,
.bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #cbab83;
  transition: all .2s ease
}

.bar:before {
  left: 50%
}

.bar:after {
  right: 50%
}

input:focus~.bar:after,
input:focus~.bar:before {
  width: 50%
}

textarea:focus~.bar:after,
textarea:focus~.bar:before {
  width: 50%
}

.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: .5
}


@keyframes inputHighlighter {
  0% {
    background: #cbab83
  }

  to {
    width: 0;
    background: transparent
}
}
.date-input.empty {
  color: transparent
}

.date-input:focus {
  color: #000
}
.upload-photo-text {
  font-family: "Roboto Slab", Arial;
  font-size: 15px;
  display: flex;
  margin-left: 20px;
  align-items: center;
}

.upload-photo-text img {
  margin-left: 5px;
}

.upload-photo-text:hover{
  cursor: pointer;
}

@media screen and (max-width:768px) {
  .column-swap-down {
    margin-top: 75px
  }
}

@media screen and (max-width:768px) {
  .column-swap-up {
    margin-top: -155px;
    margin-bottom: 75px
  }
}

.email-error-fix {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .email-error-fix {
    width: 100%;
    margin-bottom: 30px;
  }

  .email-error-fix li {
    font-size: 12px;
  }
}

.form-question {
  margin-bottom: 2.875rem
}

.form-label {
  font-weight: 500;
  color: rgba(0, 0, 0, .87)
}

.form-label,
.form-radio,
.form-tip {
  text-align: left
}

.input-radio-container {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
  user-select: none;
  pointer-events: all
}

.pass-forgot {
  display: block;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.15;
  letter-spacing: normal;
  color: #959595;
  text-decoration: underline;
  margin-top: 1rem;
}

@media screen and (max-width:768px) {
  .input-radio-container {
    padding-left: 2rem
  }
}

.input-radio-container+.input-radio-container {
  margin-left: 1rem
}

.input-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}

.input-radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #cbab83;
  transition: all .2s ease
}

.input-radio-container:hover input~.checkmark {
  background-color: #eee
}

.input-radio-container input:checked~.checkmark {
  background-color: #fff
}

.input-radio-container input:checked~.checkmark:after {
  display: block
}

.input-radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cbab83
}

.input-checkbox-container {
  display: flex;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
  pointer-events: all;
  text-align: left;
  color: #000;
  font-weight: 500;
  width: 100%;
  justify-content: space-between;
}


.input-checkbox-container--login {
  display: flex;
  position: relative;
  cursor: pointer;
  user-select: none;
  pointer-events: all;
  text-align: left;
  color: #000;
  font-weight: 400;
  width: 100%;
  justify-content: space-between;
}

.input-checkbox-container+.input-checkbox-container {
  margin-top: 12px
}

.input-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.input-checkbox-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #cbab83;
  border-radius: 4px;
  transition: all .2s ease
}

.input-checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 0;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg)
}

.input-checkbox-container:hover input~.checkmark {
  background-color: #eee
}

.input-checkbox-container input:checked~.checkmark {
  background-color: #cbab83
}

.input-checkbox-container input:checked~.checkmark:after {
  display: block
}

.btn-add-vehicle {
  position: static;
  pointer-events: all;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  max-width: 200px
}

.btn-add-vehicle div {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 2px solid #cbab83;
  border-radius: 50%;
  align-items: center;
  font-size: 24px;
  color: #cbab83;
  outline: none;
  transition: all .2s ease;
  line-height: 41px
}

.btn-add-vehicle span {
  font-family: "Roboto Slab", Arial;
  margin-left: 1rem;
  font-weight: bold;
}

.btn-add-vehicle:hover div {
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .25)
}

.form-modal-title {
  font-size: 25px;
  font-weight: 600
}

.modal-box {
  padding: 3rem 6rem;
  position: relative
}

.modal-submit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  position: relative;
}

.modal-warning {
  color: red;
  position: absolute;
  margin-top: -40px;
}

@media screen and (max-width: 340px) {
  .modal-warning {
    font-size: 9px;
    padding-top: 5px;
  }
}

.modal-submit .link {
  font-family: "Roboto Slab", Arial
}

.modal-add-vehicle .modal-close {
  position: absolute
}

.modal-add-vehicle .modal-close:after,
.modal-add-vehicle .modal-close:before {
  background-color: #cbab83
}

.modal-add-vehicle .modal-close:focus,
.modal-add-vehicle .modal-close:hover {
  background: #fff
}

.form-vehicles {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap
}

.form-vehicles .vehicle-box {
  position: relative;
  margin: 15px;
  background: #fff;
  height: 5rem;
  width: calc(50% - 30px);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
  display: flex;
  color: #959595;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  padding: 1rem;
  transition: all .2s ease
}

@media screen and (max-width: 346px) {
  .vehicle-box {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    height: auto !important;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px){
  .vehicle-box {
    display: inline-block !important;
    height: auto !important;
  }

  .vehicle-remove {
    top: 32%;
  }

}


@media screen and (max-width:768px) {
  .form-vehicles .vehicle-box {
    width: 100%
  }
}

.form-vehicles .vehicle-box:hover {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .25)
}

@media screen and (min-width:1020px) {
  .form-vehicles .vehicle-box:hover .delete {
    display: block
  }
}

.form-vehicles .vehicle-box .delete {
  position: absolute;
  right: 1rem;
  background-color: #fff;
  max-height: 2rem;
  max-width: 2rem;
  min-height: 2rem;
  min-width: 2rem
}

@media screen and (min-width:1020px) {
  .form-vehicles .vehicle-box .delete {
    display: none
  }
}

.form-vehicles .vehicle-box .delete:after,
.form-vehicles .vehicle-box .delete:before {
  background-color: #cbab83
}

.form-vehicles .vehicle-model:before {
  content: ", "
}

.login {
  position: relative;
  background-color: #f7f1ea
}

.login .container-brand {
  max-width: 600px;
  padding: 2rem
}

@media print,
screen and (min-width:769px) {
  .login .container-brand {
    padding: 2rem 6rem
  }
}

.login .btn {
  margin: 0 auto
}

.login .section {
  position: relative;
  z-index: 10
}

.login-hero-container {
  position: relative;
  min-height: 100vh;
  padding-bottom: 5rem;
}

.login-hero {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 650px;
  background-size: cover;
  background-position: 0;
  background-image: url(../images/DRIVERSHALL-Login.jpg);
  overflow: hidden;
}

.login-hero:after {
  content: "";
  position: absolute;
  background: rgba(0,0,0,.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.login-bg {
  left: 50%;
  background-size: cover;
  background-position: 0;
  z-index: 1
}

.login-bg,
.login-bg-skew {
  display: block;
  height: 370px;
  width: 50%;
  position: absolute
}

.login-bg-skew {
  left: 0;
  background-color: #f7f1ea;
  transform: skewX(-30deg);
  z-index: 2
}

.form-question--remember {
  margin-top: -1rem;
  margin-bottom: 5rem;
  width: 100%;
}

html {
  box-sizing: border-box
}

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

body,
html {
  background: #fff;
  font-size: 13px;
  font-family: Montserrat, Arial;
  font-display: auto;
  height: 100%;
}

.signup-form {
  text-align: center;
  padding-bottom: 10px;
}

@media print,
screen and (min-width:769px) {

  body,
  html {
    font-size: 16px
  }
}

body {
  /* overflow: hidden */
}

.article-content p:not(:last-child) {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 1.5rem;
}

.article-content .wp-block-image + .wp-block-image,
.article-content .wp-block-image + .wp-block-gallery,
.article-content .wp-block-gallery + .wp-block-image,
.article-content .wp-block-gallery + .wp-block-gallery {
  margin-top: 2px;
}

.article-content .wp-block-image + p,
.article-content .wp-block-image + h2,
.article-content .wp-block-image + h3,
.article-content .wp-block-image + h4,
.article-content .wp-block-gallery + p,
.article-content .wp-block-gallery + h2,
.article-content .wp-block-gallery + h3,
.article-content .wp-block-gallery + h4 {
  margin-top: 1rem;
}

.article-content .wp-block-image,
.article-content .wp-block-gallery{
  margin: -2px;
}

.article-content .wp-block-image img,
.article-content .wp-block-gallery img {
  padding: 2px;
}


@media print,
screen and (min-width: 769px) {

  .article-content p:not(:last-child) {
    line-height: 28px;
  }
}

@media print,
screen and (min-width:769px) {
  ul.blocks-gallery-grid,
  .wp-block-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.section--event {
  display: flex;
  flex: 1 0 auto;
}

.section--event-itinerary,
.section--right-wrapper {
  padding-top: 0;
}

.itinerary-section {
  margin-bottom: 2.5rem;
}

@media print,
screen and (min-width:1020px) {
  .container-two-columns {
    position: relative;
  }

  .section--event-description,
  .section--event-itinerary {
    max-width: 60%;
    padding-left: 0;
  }

  .section--right-wrapper {
    left: 60%;
    right: 0;
    top: 0;
    position: absolute;
    padding-top: 3.125rem;
    flex-direction: column;
  }

  .section--event-details,
  .section--event-help {
    max-width: 40%;
    padding-right: 0;
  }
}



.card {
  padding: 25px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.24), 0 0 2px 0 rgba(0,0,0,.12);
  width: 100%;
  margin-bottom: 2.5rem;
}

.container-help {
  padding: 25px;
  background-color: #f7f1ea;
}

.container-help__header {
  color: #cbab83;
  font-size: 1.25rem;
  font-weight: 600;
}

.container-help p {
  font-size: 13px;
  margin: .8rem 0 1.4rem;
}

.container-help .link {
  display: block;
  margin: 13px 0;
  font-weight: 600;
}

.subtitle--detail {
  font-size: 1rem;
  letter-spacing: 2.4px;
  color: #cbab83;
  text-transform:uppercase;
}

.detail-list {
  margin-bottom: 1.875rem;
}

.detail-list-item {
  display: flex;
  justify-content: space-between;
  margin: .875rem 0;
}

.detail-list__key {
  font-size: .875rem;
  color: #606060;
}

.detail-list__value {
  font-size: .875rem;
  color: #000;
}

.subtitle--blue {
  font-size: .8125rem;
  line-height: 1.54;
  color: #052f5f;
  font-weight: 500;
  margin-bottom: .5rem;
}

.title--event {
  font-size: 2.5rem;
}

.header--event {
  font-size: 1.5625rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}

.event-itinerary {
  font-size: .875rem;
  line-height: 1.375rem;
  margin-bottom: 1rem;
}

.form-field {
  margin: 3rem 0;
}

.frm_error, .frm_error_style {
  color: #B94A48;
}

.payment-form .frm_error {
  margin-top: 2rem;
}

input[type=checkbox], input[type=radio]{
  display: inline;
  vertical-align: middle;
}

.frm_opt_container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}

.frm_opt_container--radio {
  max-width: 325px;
}

.frm_submit .btn {
  margin: 0 auto;
}

.section-link {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  transition: all .2s ease;
  margin: 0 1rem 2rem;
  padding: 0;
}

.section-link .article-link__bg {
  filter: brightness(100%) opacity(70%);
}

.section-link:hover {
  box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.24), 0 0 15px 0 rgba(0, 0, 0, 0.12);
  border-image-source: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1) 5%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0));
}

.sectopm-link:hover .article-link__bg {
  filter: brightness(100%) opacity(100%);
}

.section-link .article-link__subtitle {
  font-size: 1.875rem;
  margin-left: 1rem;
}

.section-link .skew-container {
  margin-top: -49px;
  height: 50px;
}

.section-link .skew {
  height: 50px;
}

.section-link p {
  padding: 0 1rem 1rem 2rem;
  font-size: 14px;
}

.section-link .article-link__cta {
  margin-left: 2rem;
}

.content-header {
  font-size: 1.5625rem;
  color: #cbab83;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.content-header--black {
  color: #000;
}

.content-block + .content-block {
  margin-top: 3rem;
}

.skewed-top,
.skewed-bottom,
.skewed-line-center,
.skewed-line-right {
  position: relative;
}

.skewed-top:before,
.skewed-bottom:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #fff;
  height: 50px;
  transform: skewX(-30deg) translateX(-25%);
  z-index: 1;
  width: 100%;
}

.skewed-bottom:before {
  bottom: 0;
  right: 0;
  top: initial;
  left: initial;
  transform: skewX(-30deg) translateX(15%);
}

.skewed-line-center:after,
.skewed-line-right:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  border-right: 1px solid #cbab83;
  transform: skewX(-30deg) translate(-25%, -5%);
  z-index: 1;
  width: 100%;
  height: 110%;
}

.skewed-line-center:after {
  transform: skewX(-30deg) translate(-55%, -5%);
}

.column .section:not(:last-child) {
  padding-bottom: 0;
}

@media print,
screen and (max-width:768px) {
  .column .section {
    padding-top: 0;
  }
}

@media print,
screen and (min-width:769px) {

  .section-link {
    width: calc(33.333% - 2rem) !important;
  }

  .content-block + .content-block {
    margin-top: 5rem;
  }

  .content-block--pull-up {
    margin-top: -9rem;
  }
}

.privilege-list-wrapper,
.portrait-wrapper {
  position: relative;
  min-height: 260px;
}

.portrait {
  width: 235px;
  height: 235px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  margin-left: -117px;
}

@media print,
screen and (min-width:768px) {
  .portrait {
    left: initial;
    margin-left: 0;
    right: -60%;
    top: -50%;
  }
}


.privilege-list {
  position: absolute;
  z-index: 10;
  left: 10rem;
}

.privilege-list li {
  font-size: 2.125rem;
  margin-bottom: 2rem;
}

.privilege-list li:before {
  content: '';
  width: 51px;
  height: 48px;
  position: absolute;
  background-image: url('../images/hashtag.png');
  display: block;
  left: -4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonial {
  font-size: 2.125rem;
  padding: 2rem;
  position: relative;
  font-weight: 100;
}

@media screen and (min-width:768px) {
  .testimonial--small {
    font-size: 1.5rem;
  }
}

.testimonial::before,
.testimonial::after {
  content: '';
  position: absolute;

  display: block;
  border-left: 1px solid #cbab83;
  border-right: 1px solid #cbab83;
  width: 20px;
  height: 40px;
  transform: skewX(-30deg);
}

.testimonial::before{
  top: 0;
  left: 0;
}

.testimonial::after {
  bottom: 0;
  right: 25%;
}

@media print,
screen and (min-width:1020px) {
  .column-left {
    padding-right: 3rem;
  }

  .column-right {
    padding-left: 3rem;
  }

  .column .section {
    padding-left: 0;
    padding-right: 0;
  }

  .privilege-list-wrapper {
    min-height: initial;
  }

  .privilege-list {
    right: -10rem;
    top: 3rem;
    left: initial;
  }

}

.big-number {
  font-size: 4.5rem;
  color: #cbab83;
  font-family: "Roboto Slab", Arial;
  font-weight: 100;
}

.club-list li {
  list-style: none;
  display: flex;
  margin-bottom: 2rem;
}

.club-list .big-number {
  line-height: 1;
  display: inline-block;
  width: 50px;
  padding-right: 4rem;
}

.club-list__header {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: .5rem;
}

/* Welcome Page*/

.section-invisible {
  display: none
}

.welcome-content {
  margin: 2rem 0 5rem 0;
  display: flex;
}

.welcome-text {
  width: 50%;
  padding-left: 6rem;
}

.welcome-text p {
  text-align: justify;
}

.welcome-card {
  display: flex;
  padding-left: 4rem;
}

.author-img {
  height:75px;
  max-height: 75px;
  width: 75px;
  max-width: 75px;
}

.sign-wrapper {
  margin-left: 1em;
  margin-top: 1.2em;
}

.author-name {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #000000;
}

.author-founder {
  font-size: 10px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #959595;
}

.bg-header {
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 380px;
  max-height: 380px;
  background-image: url("../images/181021_Lamborghini.jpg");
  background-size: cover;
  background-position: 0;
}

.bg-header-opacity {
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.71;
  background-color: #000000;
}

.form-wrapper {
  display:none;
}

.details-section {
  height: 415px;
  max-height: 415px;
}

.welcome-section {
  height: 415px;
  max-height: 415px;
}

.welcome-form {
  position: absolute;
  width: 1022px;
  z-index: 3;
  min-height: 415px;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  margin-top: 6rem;
}

.welcome-form--name {
  height: 415px;
}

.welcome-form--header {
  font-size: 21px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 3.15px;
  text-align: center;
  color: #cbab83;
  padding-top: 1em;
}

.welcome-form--para {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  margin-top: .5em;
}

.welcome-form--input-wrapper {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.form-question-fix {
  width: 40%;
}

.input-wrapper-sm {
  width: 50%;
}

.img-profile-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 2rem;
}

.img-profile {
  width: 115px;
  height: 115px;
  border: solid 1px #959595;
  border-radius: 50%;
  background-color: #fbfbfb;
}

.profile-img-section {
  display: flex;
  justify-content: center;
}

.upload-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.5em;
}

.upload-wrapper-para {
  margin-right: .5em;
}

.checkbox-wrapper {
  width: 80%;
  margin: 2rem auto;
}

.checkbox-agree {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #000000;
}

.password-wrapper-fix {
  width: 45%;
}

.password-input-fix {
  margin-left: 3.2rem;
}

.back-wrapper {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: 24px;
}

.back-wrapper:hover {
  cursor: pointer;
}

.finish-wrapper {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 24px;
}

.finish-link {
  height: 30px;
}

.btn-finish {
  background: transparent;
  border: none;
  height: 100%;
}

.btn-finish:hover {
  cursor: pointer;
}

.finish-span {
  color: black;
}

.errorlist li {
  color: #cbab83;
}

/* EVENTS PAGE */

.wrapper-event {
  height: 500px;
  width: 100%;
}

.event-section-bg {
  background-image: url("../images/181021_Lamborghini.jpg");
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  height: 100%;
}

.storage-section-bg-img {
  animation: fadeInBg 6s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 2s ease;
  object-position: 25% 0%;
  z-index: 0;
}

.storage-section-bg-img--indoors {
  object-position: 50% 50%;
}

.storage-section-bg-img--outdoors {
  opacity: 0;
  object-position: 25% 0%;
}

.storage-section-bg-img--visible {
  opacity: 1;
}

@keyframes fadeInBg {
  0% {
    object-position: 100% 0%;
  }
  100% {
    object-position: 50% 0%;
  }
}

@media (min-width: 1230px) {
  @keyframes fadeInBg {
    0% {
      object-position: bottom center;
    }
    100% {
      object-position: center center;
    }
  }

  .storage-section-bg-img--outdoors {
    object-position: center center;
  }

  .storage-section-bg-img--outdoors {
    object-position: center center;
  }
}

.storage-section-bg .event-bg-gradient {
  animation: fadeInWhite 1s ease;
}

@keyframes fadeInWhite {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: rgba(0,0,0,.10);
  }
}

.storage-title {
  animation: fadeInBottom 1s ease;
}

.container--storage-title .register-btn-wrapper {
  animation: fadeInBottom 1.5s ease;
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  60% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.event-section-wrapper,
.storage-section-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.event-bg-gradient {
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.71);
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.storage-section-bg .event-bg-gradient {
  background-color: rgba(0,0,0,.1);
}

@media (min-width: 500px) {
  .event-bg-gradient.event-bg-gradient--bright {
    background-color: rgba(255,255,255,.71);
  }

  .event-bg-gradient.event-bg-gradient--bright * {
    filter: brightness(0);
  }

  .event-bg-gradient.event-bg-gradient--bright h6 {
    font-weight: 500;
  }
}

@media (min-width: 768px) {
  .event-bg-gradient.event-bg-gradient--bright {
    background-color: rgba(255,255,255,.71);
  }
}

.event-para,
.storage-para {
  width: 100%;
  height: 50px;
  z-index: 2;
  margin-top: 130px;
  font-size: 21px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 3.15px;
  text-align: center;
  color: #cbab83;
  text-transform: uppercase;
}

.subpage-breadcrumb{
  display: block;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.event-modal {
  margin-top: -100px;
  display: flex;
  width: 1230px;
  height: 70px;
  border-radius: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  background-color: #f7f1ea;
  align-items: center;
}

.event-modal p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  margin-left: 2rem;
}

.event-modal a {
  display: flex;
  align-items: center;
  margin-left: .5em;
}

.event-modal a img {
  margin-left: .3em;
}

.main-events {
  max-width: 1230px;
  margin: -80px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.events-section {
  max-width: 815px;
  margin-right: 30px;
  z-index: 4;
}

.events-section--header {
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 2.7px;
  color: #ffffff;
  margin-bottom: 16px;
}

.event-wrapper {
  position: relative;
  max-width: 815px;
  width: 815px;
  height: 455px;
  max-height: 455px;
  margin-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.event-wrapper--info {
  padding-top: 80px;
  font-size: 20px;
  margin-top: 250px;
}

.event-wrapper-grad {
  background-color: rgba(0,0,0,.65);
  height:100%;
  width:100%;
}

.event-wrapper-grad:hover {
  cursor: pointer;
}

.event-section--header {
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  max-width: 350px;
  max-height: 88px;
  padding: 130px 0 0 55px;
}

.all-events-link {
  display: flex;
  font-size: 15px;
  margin-top: 25px;
  font-family: "Roboto Slab", Arial;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000
}

.all-events-link > img {
  margin-left: .5em;
}

.all-events-link:hover {
  color:#cbab83
}

.forward-arrow {
  position: absolute;
  z-index: 5;
  right: 36px;
  bottom: 32px;
  height: 25px;
  transition: all .2s ease;
}

.services-section {
  width: 30%;
  min-height: 200px;
  z-index: 4;
}

.service {
  z-index: 4;
  width: 100%;

  min-height: 250px;
  max-width: 390px;
  margin-bottom: 30px;
  background-color: rgb(0, 0, 0);
}

.service-header {
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 2.7px;
  color: #cbab83;
  text-align: center;
  padding-top: 2rem;
  text-align: left;
  padding-left: 1.5rem;
  margin: 0 0 10px 0;
}

.contact-flex-wrapper {
  display: flex;
  padding-left: 1.5rem;
}

.service-menu {
  margin-left: 1.6rem;
  padding-bottom: 1rem;
}

.link-menu {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: 2.33px;
  color: #a7a7a7;
  margin-bottom: 1rem;
}

.link-menu-color {
  color: #a7a7a7;
  position: relative;
  text-decoration: none !important;
}

.link-menu-color :hover {
  color: #fff;
  display: none;
}

.animated-slash {
  width: 200px;
  position: absolute;
  z-index: 5;
  height: 30px;
  margin-right: 20px;
}

.animated-slash:hover {
 display: block;
}

.service-menu :hover {
  cursor: pointer;
  color: #fff;
}

.priviledges-section {
  max-width: 1230px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 3;
  margin-bottom: -222px;
}

.priviledges-header {
  width: 100%;
  text-align: center;
  margin-bottom: 34px;
}

.priviledges-section--l-arrow {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.priviledges-item-grad {
  position: relative;
  background-color: rgba(0,0,0,.5);
  margin-right: 15px;
  width: 100%;
  height: 100%;
  z-index:2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.priviledges-item-grad:hover {
  cursor: pointer;
}

.priviledges-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 28px;
}

.priviledges-item {
  height: 272px;
  z-index: 1;
  width: 272px;
  margin-right: 15px;
}

.priviledges-item-1 {
  background-image: url('../images/181021-mclaren.jpg');
  object-fit: contain;
  margin-left: 15px;
}

.priviledges-item-2 {
  background-image: url('../images/scouting-service.jpg');
  object-fit: contain;
}

.priviledges-item-3 {
  background-image: url('../images/consignment-2.jpg');
  object-fit: contain;
}

.priviledges-item-4 {
  background-image: url('../images/expert.jpg');
  object-fit: contain;
}

.priviledges-para {
  z-index: 3;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.priviledges-background {
  width: 100%;
  background-color: #f7f1ea;
  height: 315px;
}

.back-to-top-wrapper {
  display: none;
}

/* DETAILED EVENT */

.wrapper-detailed-event {
  height: 100vh;
  width: 100%;
}

.wrapper-storage {
  height: 500px;
  width: 100%;
  background: rgb(29,29,29);
}

.content-wrapper--storage {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: rgb(29,29,29);
}

@media screen and (min-width: 500px) {
  .wrapper-storage {
    height: 100%;
  }
}

.right-container {
  display: flex;
  flex-flow: column nowrap;
}
.submit-inline {
  display: flex;
  align-items: center;
}

#registration {
  color: #cbab83 !important;
  background-color: #000;
  padding: 30px 100px;
  border: 0px solid black;
  margin: 75px 0px 75px 0px;
  text-align: center;
}

.messages-box {
  color: #cbab83 !important;
  background-color: #000;
  padding: 30px 100px;
  border: 0px solid black;
  margin: 75px 0px 75px 0px;
  text-align: center;
}
.detailed-event-title,
.storage-title {
  font-size: 3.875rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  max-height: 155px;
}

.storage-title {
  margin-bottom: 5rem;
}

.detailed-event-subtitle, .detailed-event-subtitle-mobile  {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3px;
  text-align: center;
  color: #ffffff;
  margin-top: -50px;
  text-transform:uppercase;
}

.detailed-event-subtitle-mobile {
  display: none
}

.detailed-event-section-bg,
.storage-section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.detailed-event-section-bg {
  background-image: url("../images/detailed-event.jpg");
}

.storage-wrapper {
  width: 1230px;
  min-height: 400px;
  display: flex;
  margin: 0 auto;
}

.detailed-event-para {
  margin-top: -32px;
}

.detailed-event-description,
.storage-description {
  width: 810px;
}

.detailed-event-info,
.storage-info {
  max-width: 100vw;
  margin: 40px 0 0px 0;
  line-height: 28px;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 300;
  color: black;
}

.storage-info {
  margin-top: 0;
}

.event-header-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50%);
  z-index: 10;
  width: 100%;
  padding: 0 21px;
}

@media screen and (max-width: 500px) {
  .detailed-event-info,
  .storage-info {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
    margin-top: 0 !important;
  }
}

.day-wrapper {
  width: 100%;
  margin-bottom: 40px;
}

.day-date {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 2.4px;
  color: #cbab83;
  margin-bottom: .2em;
}

.day-header {
  font-family: Montserrat;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 1.1em;

}

.day-img-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 80px;
}

.day-img-wrapper {
  width: calc(100% - 4px);
  height: 150px;
  display: none;
}

.day-img-wrapper:first-child {
  display: block;
}

@media only screen and (min-width: 500px) {
  .day-img-wrapper {
    width: 33.333%;
  }
  .day-img-wrapper {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .day-img-wrapper {
    width: 33.333%;
    height: 235px;
  }
}

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

.day-content-wrapper {
  max-width: calc(810px - 4rem);
  margin: 0 auto;
  padding: 2rem;
}

.day-program-table td {
  padding-bottom: 1rem;
}

.detailed-event-registration,
.storage-registration {
  margin-top: 50px;
  width: 100%;
  background-color: #000;
  padding-bottom: 20px;
  padding:20px;
}
.storage-registration{
  padding: 0;
  margin-bottom: 0;
  background: none;
}
.storage-registration .register-btn-wrapper{
  margin-left: 0;
  padding: 20px;
}
.detailed-event-payment {
  width: 100%;
  background-color: #000;
  min-height: 170px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.registration-header {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  width: 100%;
  padding-top: 35px;
}

.registration-para {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.87);
  text-align: center;
  margin-top: 15px;
  padding-right: 1rem;
}

.past-events-container {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0 !important;
  padding-right: 0 !important;

}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.registration-info {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.registration-answers-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.registration-answers-wrapper label:nth-child(1n) {
  margin-right: 30px;
}

.registration-answers-wrapper > input {
  margin-right: .3em;
  height: 20px;
}

/* Registration Form */

.control-group {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  color: #fff;
}

.control-radio-first {
  margin-right: 30px;
}

.control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #cbab83;
}
.control-radio .control_indicator {
  border-radius: 50%;
}

.control input:checked ~ .control_indicator {
  background: black;
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control_indicator:after {
  display: block;
}
.control-radio .control_indicator:after {
  left: 2px;
  top: 2px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #cbab83;
}
.control-radio input:disabled ~ .control_indicator:after {
  background: #7b7b7b;
}

.control-input-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.popup-anything-to-add {
  font-weight: 500 !important;
}

.control-input {
    font-family: Montserrat;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 9px;
    cursor: pointer;
    font-size: 16px;
}
    .control-input input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control-input_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    margin-top: 3px;
    background: #000000;
    border: 2px solid #cbab83;
    border-radius: 20%;
}
.control-input-radio .control-input_indicator {
    border-radius: undefined;
}

.control-input:hover input ~ .control-input_indicator,
.control-input input:focus ~ .control-input_indicator {
    background: #000000;
}

.control-input input:checked ~ .control-input_indicator {
    background: #cbab83;
}
/* .control-input:hover input:not([disabled]):checked ~ .control-input_indicator,
.control-input input:checked:focus ~ .control-input_indicator {
    background: #0e6647d;
} */

.control-input input:disabled ~ .control-input_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control-input_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control-input input:checked ~ .control-input_indicator:after {
    display: block;
}
.control-input-checkbox .control-input_indicator:after {
    left: 4px;
    top: 0px;
    width: 4px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-input-checkbox input:disabled ~ .control-input_indicator:after {
    border-color: #7b7b7b;
}

.margin-popup-checkbox {
  width: 300px;
}

.form-question-fix {
  margin-bottom: 80px !important;
}

.services-wrapper-fix {
  margin: 200px auto !important;
}

.mb-reset-fix {
  margin-bottom: 10px;
}

.registration-info {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #959595;
}

.registration-input {
  background-color: #000;
  color: #fff;
  max-width: 390px;
  margin: 26px auto 0 auto;

}

.registration-input::placeholder {
  color: #fff;
}

.registration-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.checkbox-wrapper {
  margin-top: 55px;
}

.registration-checkbox > input {
  margin-right: 11px;
}

.register-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 25px;
  flex-direction: column;
  align-items: center;
}

.register-btn__link-wrapper {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.87);
}

.register-btn__link {
  font-family: "Roboto Slab", Arial !important;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.57) !important;
  background: transparent;
  border: 0;
}

.register-btn__link:focus {
  outline: 0;
}

@media only screen and (max-width: 575px) {
  .register-btn-wrapper {
    width: 100%;
  }
}

.remove-txt-dec {
  text-decoration: none !important;
}

.btn-register {
  margin: 0 auto;
  font-family: "Roboto Slab", Arial !important;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  max-width: 290px !important;
  width: 290px !important;
  border-radius: 0;
}
@media (max-width: 425px) {
  .btn-register {
    width: 220px !important;
  }
  .clear-left-margin {
    padding-right: 10px !important;
  }
}

.register-font-color {
  color: #ffffff !important;
}

.checkbox-register-wrapper {
  margin-top: 45px;
  display: flex;
}

.key-details-wrapper .checkbox-register-wrapper {
  margin-top: 25px;
}

.control-cb {
  font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}

.control-cb input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 0;
}

.control_indicator-cb {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #cbab83;
  margin-top: .14em;
  border: 0px solid #000000;
  border-radius: 20%;
}


.control-radio-cb .control_indicator-cb {
  border-radius: undefined;
}

.control-cb:hover input ~ .control_indicator-cb,
.control-cb input:focus ~ .control_indicator-cb {
  background: #cbab83;
}

.control-cb input:checked ~ .control_indicator-cb {
  background: #cbab83;
}

.control-cb input:disabled ~ .control_indicator-cb {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control_indicator-cb:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}
.control-cb input:checked ~ .control_indicator-cb:after {
  display: block;
}
.control-checkbox-cb .control_indicator-cb:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 11px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control-checkbox-cb input:disabled ~ .control_indicator-cb:after {
  border-color: #7b7b7b;
}

.key-details-wrapper {
  width: 390px;
  max-width: 390px;
}

.storage-list-wrapper {
  width: 100%;
  padding-bottom: 20px;
}

@media (min-width: 1230px) {
  .key-details-wrapper {
    z-index: 5;
    margin-left: auto;
    margin-top: -90px;
  }

  .storage-list-wrapper {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 80px;
    background: #000;
    padding: 1rem 21px;
  }
}


.event-info-list {
  margin: 0 auto;
  font-size: 14px;
}

.event-info-list-item,
.storage-info-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-key-item {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 2.4px;
  color: #cbab83;
}

.key-countdown {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: right;
  color: #ff486f;
}

.info-desc-item {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #a7a7a7;
  max-width: 200px;
}

.event-info-list > li:nth-child(2) {
  margin-top: 1rem;
}

.list-item-regular {
  margin-top: 1rem;
}

.info-desc-result {
  text-align: right;
  color: #fff;
}

.info-desc-result--highlight {
  font-weight: bold;
}

.key-pricing {
  font-weight: 700;
}

.attendies-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.attendies-para {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 2.4px;
  color: #cbab83;
}

.attendies-img-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.attendies-img-wrapper > picture {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: .5em;
  overflow: hidden;
}

.attendies-img-wrapper img {
  transform: translateY(-50%);
  margin-top: 50%;
}

.hr-footer {
  margin-top: 0px;
  width: 100%;
  color: #d9d9d9;
}

.footer-content-wrapper {
  border-top: 1px solid #383838;
  width: 1230px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 20px;
}

.footer-content > p {
  font-size: 17px;
  margin-right: .8em;
  font-family: "Roboto Slab",Arial;
  font-weight: 400;
  color: #828282
}

.footer-content-links {
  display: flex;
  flex-direction: row;
  color: #a7a7a7;
  font-size: 1rem;
  font-weight: 400;

}

.footer-content-links span {
  font-family: "Roboto Slab";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-decoration: none;
  color: #cbab83;
  margin-left: 27px;
}

.footer-content-links span:hover {
  color: #000;
  text-decoration: none;
}

.footer-social {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 25px;
}

.fotter-content-links a:hover {
  text-decoration: none;
}

.footer-social img:nth-child(1) {
  margin-right: 1rem;
  height: 50px;
}

@media screen and (max-width: 1200px) {
  .footer-content-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 756px) {
  .footer-content-wrapper {
    display: flex;
    width: 100%;
  }
}

footer-content {
  padding-left: 20px;
}

@media screen and (max-width: 439px) {
  .footer-content > p {
    display: none;
  }
}
/* SERVICES */
.services-wrapper {
    margin: -200px auto 200px auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1260px;
    color: white;
    font-size: 36px;
    text-transform: uppercase;

}


.services-wrapper__box {
  background-color: black;
  margin: 15px;
  width: 600px;
  height: 390px;
  text-align: center;
  overflow: hidden;
  position: relative;

}
.services-wrapper__box img {
  width: 600px;
  height: 390px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;

}
.services-wrapper__box h2 {
  line-height: 390px;
  color: white;
  opacity: 0.999;
  font-family: Montserrat;


}
.services-wrapper__box a:hover {
  text-decoration: none;

}
.services-wrapper__box .arrow-forward {
  display: block;
  position: absolute;
  top: 330px;
  left: 540px;
  width: 30px;
  height: 30px;
  opacity: 0.999;
}

.services-img-position{
  object-fit: cover;
}


/* SERVICES TEMPLATE */
.background-img-positioning {
  height: 650px !important;
}

.background-img-positioning2 {
  object-fit: cover;
}

.services-template-header {
  color: white;
  opacity: 0.999;
  font-size: 62px;
  text-align: center;
  margin-top: 300px;
  z-index: 2;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 3.15px;
  text-align: center;

}

.services__content {
  margin: 60px 400px 60px 400px;
}
.services__content p {
  font: Montserrat-Light;
  font-size: 16px;
  line-height: 28px;
  color: black !important;

  margin: 30px 0px 30px 0px ;
}
.services__content a.services__arrow-link {
  font-family: "Roboto Slab", Arial;
  font-size: 15px;
  z-index: 2;
  color: black;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.services-template-wrapper {
  position: relative;
}

.services-template-wrapper a.services__arrow-link--back {
  display: block;
  width: 200px;
  height: 50px;
  font-family: "Roboto Slab", Arial;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: white;
  z-index: 3;
  position: absolute;
  top: 100px;
  left: 200px;
  color: #cbab83;
  opacity: 0.999


}
.services-template-wrapper a.services__arrow-link--back img{
  transform: rotate(180deg);
}


.services-template-wrapper a.services__arrow-link--back:hover {
  text-decoration: none;
  color: #cbab83;

}
/* SERVICES POPUP */
.pay-details-margin-left {
  margin-left: -15px;
}

.services-popup {
  margin: 0 auto;
  width: 1430px;
  min-height: 100vh;
  background-color: black;
  color: white;
  overflow: hidden;
  position: relative;
}

.exit-btn {
  position: fixed;
  right: 1rem;
  top: 1rem;
  transition: all .3s ease-in;
  z-index: 10000;
  margin: -1rem;
  padding: 1rem;
}

.exit-btn svg {
  height: 2rem;
  width: 2rem;
}

@media (min-width: 1230px) {
  .exit-btn {
    right: 55px;
    top: 55px;
  }
}

.black-bg {
  background-color: #000;
}

.exit-btn:hover {
  color: #cbab83;
  text-decoration: none;
}

.exit-btn span {
  font-size: 28px;
  font-weight: bold;
}

.exit-btn:hover span {
  color: #fff;
}

.main-popup {
  background-color: #000;
}

.services-popup__content,
.storage-popup-content {
  margin: 0 auto;
  width: 60%;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  position: relative;
  align-self: center;
}

.storage-popup-content {
  display: flex;
  margin: 0;
  width: 100%;
  flex-direction: column;
}

.services-popup__content--centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0 !important;
}

.services-popup__content--centered.services-popup__content h2 {
  line-height: 1.5;
}

.services-popup__content--centered.services-popup__content > p {
  margin-top: 0;
  line-height: 1.5;
}

.storage-popup-inputs,
.storage-popup-results {
  flex: 1 0 auto;
  padding: 1rem;
  max-width: 100%;
}

.storage-popup-inputs__field {
  display: inline-flex;
  max-width: calc(50% - 1rem);
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  margin-bottom: 2rem;
}

.storage-popup-inputs__field label {
  font-size: 14px;
}

@media (min-width: 1230px) {
  .storage-popup-inputs__field label {
    font-size: 16px;
  }
}

.storage-popup-inputs__field + .storage-popup-inputs__field {
  margin-left: 1rem;
  width: calc(50% - 1rem);
}

.storage-popup-results {
  font-size: 1rem;
}

.services-popup_logo-wrapper {
  margin: 1rem 0 2rem;
  padding: 0 1rem;
}

.services-popup_logo {
  height: 85px;
}

.services-popup-introduction {
  max-width: 500px;
  margin: 0 0 2rem;
  padding: 0 1rem;
}

.services-popup-introduction h1 {
  font-size: 21px;
  margin-bottom: 2rem;
  font-weight: 500;
}

.services-popup-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 100px;
}

@media (min-width: 1230px){
  .services-popup_logo-wrapper {
    margin: 55px 100px 2rem;
    padding: 0 1rem;
  }

  .services-popup_logo {
    height: auto;
  }

  .services-popup-introduction {
    max-width: 500px;
    margin: 0 100px 2rem;
    padding: 0 1rem;
  }

  .storage-popup-content {
    flex-direction: row;
    justify-content: center;
    margin: 0 100px 100px !important;
    width: calc(100% - 200px);
    flex-wrap: wrap;
  }

  .storage-popup-inputs,
  .storage-popup-results {
    max-width: 50%;
  }
}

.gold-bg {
  background-color: #f5e9da;
}

.storage-popup-content h5 {
  margin-top: 2rem;
  color: #a7a7a7;
}

@media (min-width: 1230px) {
  .storage-popup-content h5 {
    margin-top: 4rem;
  }
}

.storage-popup-results table {
  width: 100%;
}

.storage-popup-results td,
.storage-popup-results th {
  padding: .5rem;
  text-align: right;
  color: white;
  font-weight: 100;
}

.storage-popup-results th {
  padding: 0 .5rem .5rem;
}

.storage-popup-results .header,
.storage-popup-results .concepts,
.storage-popup-results .tax {
  border-bottom: 1px solid #fff;
}


.storage-popup-results .btn-wrapper {
  text-align: right;
  margin-top: 2rem;
}

.storage-popup-results .btn-wrapper button {
  color: white;
}

.popup-column div:nth-child(2) {
  text-align: left;

}
.services-popup__content-details {
  width: 50% !important;
}
.services-popup__content p,
.storage-popup-content p {
  color: #a7a7a7;
}

.services-popup-footer p {
  padding-left: 1rem;
}
.services-popup__content .number-bold {
  font-weight: 500;
}
.services-popup__content h2,
.storage-popup-content h2 {
  font-size: 21px;
  margin-bottom: 45px;
  font-weight: 500;
}

.services-popup__checkbox-container {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
}
.popup-size-fix {
  width: 500px !important;
}

.services-popup__checkbox-container label {
  line-height: 28px;
  margin-right: 50px;
  text-align: left;
}
.services-popup__check-on {
  visibility: hidden;
  width: 18px;
  height: 18px;
  object-fit: contain;
  background-color: #cbab83;
  color: #cbab83;
  border: 1px solid #cbab83;

}
.services-popup__check-on--image {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 2px solid #cbab83;
  border-radius: 4px;
  margin-right: 10px;
}

.services-popup div+p {
  margin-top: 30px;
  width: 180px;
  height: 24px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.87);
}

.storage-popup div+p {
    width: initial;
}


.services-popup__anything-to-add input[type="text"],
.services-popup__anything-to-add textarea {
  color: #fff;
  background-color: black;
}

.services-popup__input input[type="text"],
.services-popup__input textarea {
  color: #fff;
  background-color: black;
}

.services-popup__submit {
  width: 120px;
  height: 26px;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  color: #cbab83 !important;
  background-color: #000 !important;
  -webkit-appearance: none;
  border: none;
  transition: all .2s ease-in;
}

.arrow-forward {
  transition: all .2s ease-in;
}

.services-popup__submit:focus {
  outline: none;
}

.services-popup__submit:hover {
  text-decoration: none;
}

.services-popup__submit:hover .arrow-forward {
  margin-right: -10px;
  padding-left: 10px;
}

.unactive-link {
  color: gray !important;
  pointer-events: none;
}

.red-warning {
  color: red !important;
}



/* CAROUSEL */

.carousel-bg-color {
  position: relative;
  background-color: #fff;
  height: 420px;
}

.carousel-bg-color:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 114px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f7f1ea;
}

.carousel__section {
  min-height: 400px;
  width:1500px;
  margin: 50px auto 100px auto;
}
.further-header,
.carousel__header {
  width: 100%;
  height: 28px;
  font-family: Montserrat;
  font-size: 21px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 3.15px;
  text-align: center;
  color: #cbab83;
  margin-bottom: 34px;
}
.carousel__arrow-right {
  transform: rotate(180deg);
}

.carousel__slide {
  margin: auto;
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: space-around;
}
.carousel__box {
  width: 272px;
  height: 272px;
  background-color: black;
  position: relative;
}

@media (max-width: 958px) {
  .carousel-bg-color {
    display: none;
  }
}

@media (max-width: 1192px) {
  .carousel__box {
    height: 180px;
    width: 180px;
  }
  .carousel__box-header {
    font-size: 18px !important;
  }
}

@media (max-width: 1415px) {
  .carousel__box {
    height: 230px;
    width: 230px;
  }

  .carousel__box-header {
    font-size: 18px;
  }
}

.carousel__box-img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  object-fit: cover;
}
.carousel__box-header {
  width: 100%;
  height: 100%;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  z-index: 2;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel__box-arrow {
  position: absolute;
  z-index: 3;
  bottom: 18px;
  right: 18px;
  width: 28px;
  height: 28px;


}


/* WELCOME PAGE */

.first-section-wrapper {
  margin-top: 70px !important;
}

.section-wrapper {
  margin: 120px 0 120px 0;
}

@media screen and (max-width: 576px) {
  .section-wrapper {
    margin: 0;
  }
}

.own-vehicles {
  width: 100%;
  height: 200px;
  margin-top: 10px;
  resize: none;
  padding: 10px 10px 10px 8px;
  font-size: 16px;
}

.background-welcome {
  background-image: url('../images/181021-lamborghini.jpg');
  height: 554px;
  width: 100%;
  position: absolute;
  background-size: cover;
  /* background-position-x: -200px; */
  background-position-y: -1000px;
}

@media screen and (max-width: 1400px) {
  .background-welcome {
    background-position-y: -400px;
  }
}
@media screen and (max-width: 1400px) {
  .backround-welcome {
    background-position-y: 0;
  }
}

.date-of-birth:focus {
  color: black !important;
}

.welcome-form-pos {
  padding-top: 140px;
}

.btn-fix {
  margin-bottom: 80px !important;
  margin-top: 60px !important;
}

.form-radio-fix {
  margin-top: 17px;
}

.own-vehicles-fix {
  margin-top: 16px;
}

.welcome-footer {
  width: 100%;
}

.welcome-footer-size {
  font-family: "Roboto Slab", Arial;
  border-top: 1px solid #383838;
  background-color: rgba(29,29,29);
  padding-top: 22px;
  font-weight: bold;
  height: 175px;
  width: 100%;
  order: 7;
}

/* MEMBERS NAVBAR */

.navbar-member-item--logo:before {
  position: absolute;
  content: '';
  display: none;
  background-image: linear-gradient(#fff, #e4e4e4);
  height: 100%;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -350px;
  right: -200px;
  transform: skewX(-30deg) translateX(-45%);
  width: 1000px;
}

a.navbar-logout {
  display: block;
  text-decoration: none;
  position: absolute;
  width: 100px;
  height: 100%;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: right;
  font-family: Montserrat;
  color: #cbab83 !important;
  letter-spacing: 3px;
  line-height: 56px;
  top: 0px;
  left: 0px;
  margin-left: auto;
  /* margin-right: 60px; */
  margin-right: -20px;
  font-size: 13px;
  cursor: pointer;
  z-index: 10;
  right: 20px;
  font-weight: 600;
}
/* SIDE NAV NOT MEMBER */

.sidenav-not-member {
  width: 0px;
  background-color: #000;
  z-index: 0;
  height: 100vh;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  margin-top: 70px;
  transition: 0.3s;
}

.sidenav-not-member a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #cbab83;
  display: block;
  transition: 0.3s;
  margin-bottom: 1rem;
  overflow: hidden;
}

.sidenav-not-member a:hover {
  color: #f1f1f1;
}

/* SIDE NAV */

.sidenav {
  width: 0px;
  background-color: #000;
  z-index: 20;
  height: 100vh;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  margin-top: 55px;
  transition: 0.3s;
}

.sidenav-links-wrapper {
  margin-top: 10px !important;
}

.sidenav a, .menu-item-expand {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #cbab83;
  display: block;
  transition: 0.3s;
  margin-bottom: 1rem;
  overflow: hidden;
}

.menu-item-expand {
  cursor: pointer;
}

.menu-item-expand:hover {
  color: #f1f1f1;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav a:hover .expand-menu-icon {
  fill: #6b6868;
}

#expand-collection-management:hover .collection-management-path,
#expand-services:hover .services-path,
#expand-privileges:hover .privileges-path {
  fill: #fff;
}

path.expand-menu-icon {
  fill: #cbab83;
}

.svg-expand-menu {
  transition: transform .5s ease-in-out;
  margin-left: 5px;
}

.svg-expand-menu-rotate {
  transform: rotate(180deg);
}

.sidenav-links-wrapper {
  margin-top: 65px;
}

.submenu-services {

}

.submenu-item {
  padding-left: 4rem !important;
}

.submenu-item-first-mt {
  margin-top: 17px;
}

.submenu-item-wrapper {
  transition-timing-function: ease-in;
  transition-duration: 1s;
}

.hidden-submenu {
  /* display:none !important; */
  height:0px;
  overflow: hidden;
  -webkit-transition:height, 0.5s ease-in-out;
  -moz-transition: height, 0.5s ease-in-out;
  -ms-transition: height, 0.5s ease-in-out;
  -o-transition: height, 0.5s ease-in-out;
  transition: height, 0.5s ease-in-out;
}

.hidden-submenu-open {
  /* display: block !important; */
  height:200px;
  -webkit-transition:height, 0.5s ease-in-out;
  -moz-transition: height, 0.5s ease-in-out;
  -ms-transition: height, 0.5s ease-in-out;
  -o-transition: height, 0.5s ease-in-out;
  transition: height, 0.5s ease-in-out;
}

.hidden-submenu-open-collection-management {
  height: 200px !important;
}

.hidden-submenu-open-services {
  height: 270px !important;
}

@media (max-width: 365px) {
  .hidden-submenu-open-services {
    height: 300px !important;
  }
}

.hidden-submenu-open-privileges {
  height: 130px !important;
}

.services-submenu-open {
  height: 270px !important;
}


::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
    color: transparent;
}


/* EVENTS LIST */

.background-eventlist {
  height: 340px;
  width: 100%;
  background-size: cover;
}

@media (min-width: 768px) {
  .background-eventlist {
    height: 710px;
  }
}

.layout-wrapper {
  margin: 0 auto;
  margin-top: -210px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
}


@media screen and (min-width: 769px) {
  .layout-wrapper--large {
    margin-top: -250px;
  }
}

.layout-wrapper--short {
  margin-top: -100px;
}

.no-events-info {
  height: 80px;
}

.event-wrapper--info {
  padding-top: 0 !important;
  margin-top: 50px;
}

.events-wrapper {
  width: 1230px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 auto;
}

.events-wrapper-item {
  width: 100%;
  height: 100%;
}

.event-list {
  justify-content: center;
}

@media (min-width:1229px) {
  .event-list {
    justify-content: space-between;
  }
}

.event-list .tile {
  flex-grow: 0;
  flex-direction: column;
  position: relative;
  width: 100%;
}

@media (min-width: 420px) {
  .event-list .tile {
    height: 390px;
  }
}

.tile__footer {
  position: absolute;
  bottom: 0;
  left: 20px;
  display: flex;
  justify-content: center;
  text-align: right;
  width: 83px;
  padding: 0;
  z-index: 100;
}

@media (min-width: 768px) {
  .tile__footer {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    justify-content: space-between;
    text-align: right;
    width: 100%;
    padding: 0 20px;
  }

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

.add-event-calendar {
  width: 23px;
  margin-right: 9px;
}


.menu-events-section {
  height: 100vh;
}

.menu-events-wrapper {
  width: 390px;
  height: 390px;
}

.menu-fix {
  width: 100%;
  height: 100%;
}

.link-menu-fix {
  margin-bottom: 1rem;
}

.header-menu-fix {
  padding-left: 2.4rem;
}

.menu-margin-fix {
  padding-left: 1rem;
}

.menu-events-wraper-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.event-date {
  position: absolute;
  top: 65px;
  left: 59px;
}

.event-date:hover {
  color: #cbab83;
  text-decoration: none;
}

.event-list-para {
  padding-top: 40px;
  font-size: 10px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.8;
  letter-spacing: 1.5px;
  text-align: center;
  padding-left: 0;
  width: 100%;
}

@media (min-width: 420px) {
  .event-list-para {
    position: absolute;
    padding-top: 0;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.33;
    letter-spacing: 1.8px;
    padding-left: 0;
    color: #cbab83;
    top: 85px;
    left: 58px;
    text-align: left;
  }
}

.events-wrapper-item::after {
  position: absolute;
  border-left: 1px solid #cbab83;
  content: '';
  height: 84px;
  transform: skewX(-30deg);
  left: 24px;
  top: 64px;
}

.event-link-fix {
  text-decoration: none;
  width: 100%;
  height: 100%;
  min-height: 390px;
}

.event-link-fix:hover {
  text-decoration: none;
  cursor: pointer;
  color: #cbab83;
}

.event-link-fix:nth-child(3n+3) {
  margin-right: 0 !important;
}

.events-list-header {
  width: 100%;
  height: 50px;
  margin-top: -21px;
  z-index: 2;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 3.15px;
  text-align: center;
  color: #cbab83;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .events-list-header {
    margin-top: -31px;
    font-size: 21px;
  }


  .service-bg .events-list-header {
    margin-top: -30px;
  }
}

.events-list-subtitle {
  margin: 0;
  width: 100%;
  text-align: justify;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-family: Montserrat;
}

/* CONTACT BLOCK */
.contact-section {
  width: 100%;
  height: 100px;
  background-color: rgb(29,29,29);
  display: flex;
  justify-content: center;
  align-items: center;
  order: 6;
  color: #FFF;
  padding: 2rem 0;
}

.contact-wrapper {
  height: 70px;
  width: 326px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-content: space-around;
}

.contact-header {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 2.7px;
  text-align: center;
  color: #cbab83;
}

.contact-mail {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #cbab83;
}

.past-events-section {
  width: 100%;
  background-color: #f7f1ea;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.past-events-header {
  padding-bottom: 35px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 3.15px;
  text-align: center;
  color: #cbab83;
  width: 100%;
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .past-events-header {
    padding-top: 55px;
  }
}

.past-events-wrapper {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.past-events-info {
  text-align: center;
  padding-bottom: 30px;
}

.no-events-info {
  margin: 0 auto;
}

/* PRIVILEGES PAGE */

.page-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}

.page-item-wrapper {
  width: 1230px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: -200px;
}

.flex-center-wrapper {
  padding-top: 170px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.storage-fix {
  padding-top: 130px !important;
}

.flex-relative {
  position: relative;
}

.page-item-wrapper--item {
  width: 600px;
  height: 390px;
  margin-right: 30px;
  margin-bottom: 37px;
}

.privileges-item-gapless {
  background-image: url('../images/gapless-header.jpg');
  background-size: cover;
  background-position-x: -30px;
}
.gapless-header{
  background-position-y: 50%;
}

.privileges-item-fahrengold {
  background-image: url('../images/fahrengold.jpg');
  background-size: cover;
}

.privileges-item-scouting-service {
  background-image: url('../images/scouting-service.jpg');
  background-size: cover;
}

.privileges-item-consignment {
  background-image: url('../images/consignment-2.jpg');
  background-size: cover;
  margin-right: 0 !important;
}

.privileges-item-storage {
  background-image: url('../images/storage.jpg');
  background-size: cover;
}

.services-item-expert-advice {
  background-image: url('../images/advice_1.jpg');
  background-size: cover;
}

.services-item-photoshooting {
  background-image: url('../images/photoshoot-header.jpg');
  background-size: cover;
}

.services-item-transportation {
  background-image: url('../images/transportation.jpg');
  background-size: cover;
}

.services-item-maintanace {
  background-image: url('../images/maintenance1.jpg');
  background-size: cover;
}

.item-para {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.page-relative-pos {
  position: relative;
}

.page-custom-link {
  height: 390px;
  width: 600px;
  margin-right: 30px;
  margin-bottom: 37px;
  transition: all .2s ease
}

.page-custom-link:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.page-custom-link:hover .forward-arrow {
  right: 25px;
}

.page-custom-link:nth-child(2n) {
  margin-right: 0;
}

/*PRIVILEGES PAGE*/
/*GAPLESS SUBPAGE*/
.subpage-header {
  margin-top: 55px;
  height: 508px;
  width: 100%;
  background-size: cover;
  position:relative;
}

.subpage-header::before {
  position: absolute;
  border-left: 1px solid #cbab83;
  content: '';
  height: 200px;
  transform: skewX(-30deg);
  left:150px;
  bottom: 0px;
}

.subpage-header::after {
  position: absolute;
  border-left: 1px solid #cbab83;
  content: '';
  height: 200px;
  top: 0px;
  right: 150px;
  transform: skewX(-30deg);
  z-index: 10;
}


.subpage-title {
  font-family: Montserrat;
  font-size: 62px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  width: 100%;
}

.subpage-subtitle {
  margin-top: 20px;
  color: #fff;
  font-size: 19px;

}

.text-content-wrapper__header {
  font-family: Montserrat;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-top: 40px;
}

.margin-fix-scouting {
  margin-top: 27px !important;
}

.margin-fix-header {
  margin-top: 60px !important;
  margin-bottom: 30px !important;
}

.margin-fix-fahrengold {
  margin-top: 60px !important;
}

@media screen and (max-width: 519px) {
  .margin-fix-fahrengold {
    justify-content: center;
  }
}

.text-content-wrapper__list--wrapper {
  width: 100%;
  margin-top: 28px;
}

.text-content-wrapper__list--header {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.text-content-wrapper__list {
  margin-top: 28px;
}

.text-content-wrapper__list--item {
  margin-top: 15px;
  font-size: 16px;
}

.list-item__dot {
  margin-right: 30px;
}

@media screen and (max-width:519px) {
  .list-item__dot {
    margin-right: 4px;
  }
  /* .page-content {
    margin: 0 auto;
    width: 300px;
  } */
}


.page-text-content {
  width: 810px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px auto 0 auto;
}

.text-content-wrapper {
  width: 100%;
}

@media screen and (max-width: 519px) {
  .text-content-wrapper {
    width:300px;
  }
}

.text-content-wrapper__text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #000000;
  margin-top: 10px;
}

.text-content-wrapper__text--italic {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #000000;
  margin-top: 13px;
}

.page-content--paragraph {
  width: 810px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #000000;
  margin-top: 60px;
}

.page-paragraph-fix {
  margin-top: 20px !important;
}

.interested-wrapper {
  margin-top: 35px;
  margin-bottom: 0;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: white;
  height: 175px;
  background-image: linear-gradient(to bottom, #595959, #000000 47%);
}

.interested__copy {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 9px;
  text-align: center;
  color: #ffffff;
}

.interested__link,
.interested__link:hover {
  text-decoration: none;
  margin-left: -.4rem;
}

@media (min-width: 768px){
  .interested__link,
  .interested__link:hover {
    text-decoration: none;
    margin-left: -1.5rem;
  }
}

.register-font-color {
  font-weight: 400;
}

.link-back-wrapper {
  margin: 0 auto;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .link-back-wrapper {
    padding-top: 3.125rem;
  }
}

.event-linkback-fix, .storage-linkback-fix {
  padding-top: 75px;
}

@media (min-width: 768px) {
  .event-linkback-fix, .storage-linkback-fix {
    padding-top: calc(55px + 3.125rem);
  }
}

.subpage-link-back {
  z-index: 3;
  font-family: "Roboto Slab", Arial;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #cbab83;
  display: inline-flex;
  align-items: center;
  transition: all .2s ease;
  text-decoration: none;
  padding: 2rem;
  margin: -2rem;
}

.subpage-link-back img {
  margin-right: 9px;
  width: 12px;
  height: 18px;
}

.subpage-link-back:hover {
  color: #cbab83;
  text-decoration: none;
}

.subpage-link-back:hover img.arrow-forward {
  margin-left: -10px;
    margin-right: 19px;
}

.subpage-link-back img {
  transform: rotate(180deg);
}

/* MOBILE */

/* DASHBOARD */

.main-dashboard {
  background-color: #f7f1ea;
}

.member-info-wrapper {
  margin-left: 70px;
  width: 150px;
  display: flex;
  align-items: center;
}

@media (min-width: 1192px) and (max-width:1229px) {
  .page-custom-link {
    width: 100%;
    justify-content: center;
    display: flex;
  }
}

@media (min-width: 638px) and (max-width:1229px) {
  .page-custom-link {
    /* margin-right: 30px !important; */
  }
}

@media (min-width: 638px) and (max-width:1229px) {
  .page-item-wrapper {
    justify-content: center;
  }

  .page-custom-link {
    margin-right: 0px;
    width: 596px;
  }

  .page-custom-link:nth-child(2n) {
    margin-right: 0;
    margin-left: 0px;
  }
}
@media (min-width: 501px) and (max-width:647px) {
  .page-item-wrapper {
    display: flex;
    justify-content: center;
  }
  .page-custom-link {
    margin-right: 0px;
  }
}

@media (min-width: 1230px) {
  .events-wrapper {
    width: 1230px;
  }
}

 @media (max-width: 768px) {
  .navbar-item--logo:before {
    margin-top: -9px;
  }
 }

 @media(max-width: 767px) {
   .navbar-item--logo:before {
     left: -380px;
   }
 }

 @media (min-width: 419px) and (max-width: 575px) {
   .subtitle-collection {
     width: 100% !important;
   }

   .tile-img-overlay {
     top: 26%;
     left: 0;
     right: 0;
     bottom: 0;
   }
 }



 @media (max-width: 1400px) {
  .navbar-logout {
    display: none !important;
  }
 }

@media (max-width: 490px) {

  .logo {
    height: 20px;
  }

  .navbar-item--logo:before {
    margin-top: -9px !important;
    left: -420px;
  }

  .member-info-wrapper {
    margin-left: 20px;
  }

  .page-item-wrapper {
    width: 100%;
    justify-content: center;
  }

  .page-item-wrapper--item {
    width: 100%;
    transition: all .2s ease;
  }

  .page-custom-link {
    width: 40%;
    height: auto;
  }

}

@media(max-width: 1200px) {
  .detailed-event-description,
  .storage-description {
    width: 600px;
  }
}

@media (max-width: 1080px) {

  .detailed-event-description,
  .storage-description {
    width: 550px;
  }

  .key-details-wrapper {
    padding-right: 10px;
  }

  .navbar-logout {
    display: none;
  }

  .detailed-event-registration {
    padding: 20px;
    height: auto;
  }
}



@media (max-width: 1019px) {
  .logo-members {
    height: 30px;
  }
}

@media (max-width: 975px) {
  .detailed-event-description,
  .storage-description {
    width: 450px;
  }
}

@media (min-width: 859px) and (max-width: 1119px) {
  .margin-btn-tablet {
    margin: 0 auto !important;
  }
}

@media (max-width: 858px) {

  .detailed-event-description,
  .storage-description {
    padding-left: 0px !important;
  }

  .item-para {
    font-size: 22px;
  }

  .events-wrapper {
    width: 400px;
  }

  .event-link-fix:nth-child(odd) {
    margin-left: 0px !important;
  }
}




  /* DETAILED EVENT */
@media (max-width: 768px) {
  .content-wrapper {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
   }

   .detailed-event-wrapper,
   .storage-wrapper {
     flex-wrap: wrap;
     order: 2 !important;
   }

   .detailed-event-description,
   .storage-description {
     order: 2 !important;
     width: 100%;
     flex-wrap: wrap;
     padding-left: 0px;
   }

   .storage-description {
     margin-top: 0;
   }

   #register-section {
     padding-left: 0;
     margin-top: 44px;
   }
   .register-form-fix {
     padding: 20px !important;
   }

   .key-details-wrapper {
     order: 1 !important;
     padding: 0 20px;
     position: static;
     width: 100%;
     margin: 0 auto;
   }
   .wrapper-detailed-event {
    height: 200px;
    margin-top: 55px;
   }

   .wrapper-detailed-event .event-linkback-fix {
     padding-top: 20px;
   }

   @media (min-width: 1230px) {
    .wrapper-detailed-event .event-linkback-fix {
      padding: 80px;
    }
   }

  .footer-content {
    width: 100%;
    padding-left: 20px;
    font-size: 16px;
  }

  .footer-content-links {
    flex-wrap: nowrap;
    padding-left: 0;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
  }

  .footer-content-links a {
    width: 100%;
    text-decoration: none !important;
  }

  .detailed-event-para {
    font-family: Montserrat;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    height: initial;
    line-height: 28px;
    letter-spacing: 1.5px;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
  }

  .subpage-breadcrumb + .detailed-event-para {
    height: 28px;
    font-size: 10px;
    margin-top: -14px;
  }

  .footer-content-links > a:nth-child(1) {
    margin-top: 0px;
  }

  .detailed-event-title {
   font-family: Montserrat;
   font-size: 23px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: normal;
   letter-spacing: normal;
   padding: 0 20px;
  }

  .detailed-event-subtitle {
    display: none;
  }

  @media screen and (max-width: 500px) {
    .detailed-event-subtitle {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }

  .detailed-event-subtitle-mobile {
    display: block;
    color: #fff;
    margin: 0;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    padding: 40px 15px;
    letter-spacing: normal;
    background: rgb(29,29,29);
    width: 100%;
    text-align: center;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  @media screen and (min-width: 500px) and (max-width: 1230px) {
    .event-info-list {
      padding-left: 20px;
      padding-right: 20px;
    }

    .info-desc-item,
    .info-desc-result {
      font-size: 14px;
    }
  }

  .detailed-event-description,
  .storage-description {
    width: 100%;
    padding-left: 0 !important;
    margin-top: 50px;
  }

  .storage-description {
    margin-top: 0;
  }

  @media (max-width: 390px) {
    .event-info-list {
      width: 100%;
    }
  }

  .detail-key-item {
    font-size: 12px;
  }

  .key-countdown {
    font-size: 10px;
  }

  .info-desc-item {
    font-size: 14px;
  }

  .info-desc-result {
    font-size: 14px;
  }

  .register-btn-wrapper {
    margin-left: 20px;
  }

  @media screen and (max-width: 1230px) {
    .attendies-btn-wrapper {
      margin-left: 0 !important;
    }

  }

  .detailed-event-info,
  .storage-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .storage-info {
    flex-direction: column;
  }

  .detailed-event-day {
    order: 2;
  }

  .btn-register {
    margin: 0;
  }

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

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

  .registration-para {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: start;
  }

  .free-registration-para {
    text-align: center !important;
  }

  .registration-info {
    margin-left: 0;
    width: 100%;
  }

  .registration-info li {
    font-size: 12px;
    text-align: start;
    margin-left: 0;
  }

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

  .registration-info {
    font-size: 12px;
    text-align: start;
  }

  .registration-input {
    margin-top: 10px !important;
  }

  .detailed-event-registration {
    margin: 0 auto;
  }

  .registration-header {
    padding-top: 30px !important;
    font-size: 20px;
    font-weight: bold;
  }

  .btn-register {
    margin-left: 10px !important;
  }

  .clear-left-margin {
    margin-left: 0 !important;
    padding-right: 29px;
  }

  .attendies-wrapper {
    padding: 0 13px !important;
  }

  .attendies-para {
    font-size: 12px;
  }

  .messages {
    margin-bottom: 0px !important;
  }

  .detailed-event-registration-free {
    min-height: 400px !important;
  }
}

.storage-info h3 {
  font-weight: bold;
  margin-bottom: 2rem;
  margin-top: 2rem;
  line-height: 1.5;
  color: #fff;
}

.storage-info .storage-icons-section h3 {
  text-align: left;
}

.storage-info p {
  margin-top: 1rem;
  color: rgb(120,120,120);
}

.storage-icons-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 350px;
  margin: 2rem auto 0;
}

.storage-icon {
  display: flex;
  text-align: center;
  flex-direction: row;
  align-items: center;
  padding: 0;
  justify-content: flex-start;
  margin: 1rem 0;
}

.storage-icon img {
  height: 42px;
  margin: 0;
  width: 75px;
}

@media (min-width: 769px) {
  .storage-icons-wrapper {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    max-width: initial;
    margin-top: 0;
  }

  .storage-icon {
    justify-content: center;
    flex-direction: column;
    padding: 0 1rem;
  }

  .storage-icon img {
    margin: 2rem 0 1rem;
  }

  .storage-icon img {
    width: 100px;
  }
}

@media (min-width: 500px) and (max-width: 1230px) {
  .storage-icons-wrapper {
    margin-top: 2rem;
  }

  .register-btn-wrapper:not(.clear-left-margin) button.btn.btn--white {
    margin-left: -20px !important;
  }

  .info-desc-item,
  .info-desc-result {
    font-size: 14px;
  }
}


.storage-icon h5 {
  line-height: 1.5;
  color: #fff;
}

.storage-info .list-intro {
  font-weight: 100;
  margin: 2rem 0 1rem 0;
}

.storage-info ul {
  list-style: none;
  margin: 0;
  padding-left: 2rem;
}

.storage-info li {
  margin: 2rem auto;
  line-height: 1.2;
}

.storage-icon img {
  margin: 0 0 1rem;
}

.storage-info h4 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.storage-info h4:before {
  content: "";
  width: 100px;
  border-bottom: 1px solid #000;
  margin-right: 1rem;
}

@media (max-width: 700px) {

  .storage-registration {
    width: 100%;
  }

  .storage-info li {
    font-size: 1rem;
    margin: 2rem auto;
  }
}

@media (max-width: 769px) {
  .background-eventlist {
    background-image: none !important;
  }
}

@media (max-width: 500px) {

  .forward-arrow {
    right: 130px;
  }

  .events-list-subtitle {
    color: #000;
    margin-top: -250px;
    font-weight: 300 !important;
  }

  .event-bg-gradient.event-bg-gradient--no-image {
    background-color: #fff;
  }

  .event-bg-gradient {
    background-color: #fff;
  }

  .storage-section-bg .event-bg-gradient {
    background-color: rgba(0,0,0,.1);
    /* text-shadow: 0 0 5px rgba(0,0,0,.8); */
  }

  .storage-section-bg .btn>span {
  text-shadow: 0 0 5px rgba(0,0,0,.9), 0 0 10px rgba(0,0,0,.9);
  }

  /* PRIVILEGES PAGE */

  .page-item-wrapper {
    margin-top: -320px !important;
  }

  .page-custom-link {
    height: 290px;
    width: 290px;
    margin:0 auto 15px auto;
  }

  .page-item-wrapper--item {
    height: 100%;
    width: 100%;
  }

  .page-custom-link:nth-child(2n) {
    margin: 0 auto;
  }

  .flex-center-wrapper {
    padding-top: 0;
    align-items: center;
  }

  .item-para {
    font-size: 24px;
  }

  .page-custom-link:nth-child(2n) {
    margin: 0 auto 15px auto;
  }

  .page-section {
    padding-bottom: 20px;
  }

  .collection-management-fix {
    margin-top: -362px !important;
  }
  .detailed-event-description,
  .storage-description {
    padding-left: 10px;
  }
}

.events-wrapper {
  margin: 0 auto 20px auto;
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}

@media (min-width: 858px) {
  .events-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1230px) {
  .events-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}


@media (max-width: 420px) {

  .detailed-event-registration,
  .storage-registration {
    width: 100%;
  }

  .forward-arrow {
    right: 4px;
  }

  .navbar {
    height: 50px;
  }

  .padding-left-fix {
    padding-left: 5 !important;
  }

  .padding-right-fix {
    padding-right: 5px !important;
  }

  .logo-members {
    height: 16px;
    width: 81px;
  }

  .vl {
    height: 19px;
    width: 0.5px;
    margin-right: .3em
  }

  .navbar-info-wrapper p {
    font-size: 5.5px;
  }

  .reset-left-padding {
    padding-left: 0 !important;
  }

  .navbar-burger {
    margin-top: -3px;
  }

  .page-header--headline {
    margin-top: -36px;
    margin-bottom: 40px !important;
  }

  .page-section--light {
    height: auto !important;
  }

  .page-header--title {
    font-size: 16px !important;
  }

  .page-header--claim {
    width: 280px;
    height: 30px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin: 0 auto 30px auto !important;
  }

  .dashboard-item-event {
    margin-bottom: 20px !important;
  }

  .tile-img-overlay {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
  }

  .tile--event .tile-img-overlay {
    padding: 50px 40px 10px 40px;;
  }

  .tile-mb-bottom {
    margin-bottom: 40px !important;
  }

  .tile--category {
    color: #ab83cb;
    width: 250px;
    display: flex;
    justify-content: center;
    text-align: center;
  }

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

  .footer-content-links {
    padding-left: 20px;
  }



  /* EVENTS LIST */

  .events-list-header {
    /* margin-top: 80px; */
    font-size: 16px;
  }

  .events-list-subtitle {
    margin-top: -240px;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
  }

  .events-list-subtitle {
    color: #000;
    font-weight: 300;
  }

  .event-link-fix {
    margin: 0 auto !important;
  }

  .event-link-fix:nth-child(2n + 2) {
    margin: 0 auto !important;
  }

  .event-link-fix:nth-child(odd) {
    margin: 0 auto !important;
  }

  .menu-events-wraper-item {
    width: 290px;
    height: 290px;
    margin: 0 auto !important;
  }

  .event-link-fix:nth-child(3n+3) {
    margin: 0 auto !important;
  }

  .events-wrapper-item::after {
    display: none;
  }

  .event-date {
    display: none;
  }

  .event-section--header {
    padding: 2rem 0;
    width: 199px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
  }

  .page-item-wrapper {
    margin-top: -320px !important;
  }

  .page-custom-link {
    height: 290px;
    width: 290px;
    margin:0 auto 15px auto;
  }

  .page-item-wrapper--item {
    height: 100%;
    width: 100%;
  }

  .page-custom-link:nth-child(2n) {
    margin: 0 auto;
  }

  .flex-center-wrapper {
    padding-top: 0;
    align-items: center;
  }

  .item-para {
    font-size: 24px;
  }

  .page-custom-link:nth-child(2n) {
    margin: 0 auto 15px auto;
  }

  .page-section {
    padding-bottom: 20px;
  }

  .collection-management-fix {
      margin-top: -362px !important;
    }
  }

  .detailed-event-description,
  .storage-description {
    padding-left: 10px;
  }

  .past-events-wrapper {
     padding-bottom: 10px;
     width:290px;
   }

   .past-events-info {
     margin: 0 auto;
   }

   .back-to-top-wrapper {
     width: 100%;
   }

   .back-to-top-wrapper {
    display: block;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
   }

   .back-to-top-wrapper--dark {
     background: rgb(29,29,29);
   }

   .back-to-top-wrapper--dark a:hover {
     color: #fff;
   }

   .back-to-top {
    font-family: "Roboto Slab", Arial;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #cbab83;
   }


/* FOOTER */
@media (max-width: 860px) {
  .welcome-footer-size {
    height: auto;
  }

  .footer-content-wrapper {
    flex-wrap: wrap;
  }

  .footer-social-wrapper {
    margin: 20px auto 15px auto;
    order:1;
  }
  .footer-social {
    margin: 0;
  }
  .footer-social a + a {
    margin-left: 27px;
  }
  .footer-content {
    width: 100%;
    padding-left: 0px;
  }

  .footer-content-links {
    flex-wrap: wrap;
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
  }

  .footer-content-links > a {
    width: 100%;
    margin-top: 16px;
  }

  .footer-content-links >a:nth-child(1) {
    margin-top: 0px;
  }

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












/********************* QUICK FIX ******************/

@media (max-width: 1847px) {
  .key-details-wrapper {
    right: 320px
  }
}
@media (max-width: 1821px) {
  .key-details-wrapper {
    right: 300px
  }
}

@media (max-width: 1795px) {
  .key-details-wrapper {
    right: 280px
  }
}
@media (max-width: 1745px) {
  .key-details-wrapper {
    right: 250px
  }
}

@media (max-width: 1695px) {
  .key-details-wrapper {
    right: 220px
  }
}

@media (max-width: 1645px) {
  .key-details-wrapper {
    right: 190px
  }
}

@media (max-width: 1595px) {
  .key-details-wrapper {
    right: 160px
  }
}

@media (max-width: 1555px) {
  .key-details-wrapper {
    right: 130px
  }
}

@media (max-width: 1505px) {
  .key-details-wrapper {
    right: 100px
  }
}

@media (max-width: 1415px) {
  .key-details-wrapper {
    right: 70px
  }
}

@media (max-width: 1375px) {
  .key-details-wrapper {
    right: 40px
  }
}

@media (max-width: 1325px) {
  .key-details-wrapper {
    right: 30px
  }
}

@media (max-width: 1275px) {
  .key-details-wrapper {
    right: 0px
  }
}

.margin-center {
  margin: 0 auto !important;
}

/* Large desktop */
@media (min-width: 1200px) {
  .back-to-top-wrapper {
    display: none !important;
  }
 }

 @media (min-width: 421px) and (max-width: 500px) {
   .forward-arrow {
     right: 182px;
   }
 }

 /* MEMBERS SITES */

 @media(min-width: 1000px) {
  .subpage-header::before {
    bottom: 0px;
  }

  .subpage-header::after {
    top: 0px;
  }
 }

 @media(max-width: 1000px) {
  .subpage-header::before, .subpage-header::after {
    display: none;
  }
 }

 @media (max-width: 827px) {
   .page-text-content {
     padding-left: 10px;
     padding-right: 10px;
     width: 100%;
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
   }

   .page-content {
     width: 100%;
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     padding-left: 10px;
     padding-right: 10px;
   }

   .page-content--paragraph {
     width: 100%;
   }
 }

@media(max-width: 519px) {

  .page-text-content {
    width: 300px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-content {
    width: 300px;
  }

  .subpage-header {
    background-size: cover;
    height: 200px;
  }

  .subpage-title {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding-top: 38px;
  }

  .storage-title {
    margin-top: -20 !important;
  }

  .subpage-header::before {
    display:none !important;
  }

  .subpage-header::after {
    display: none !important;
  }

  .link-back-wrapper {
    padding-left: 24px;
  }

  .subpage-subtitle {
    display: none;
  }

  .subpage-link-back {
    font-size: 12px;
  }

  .arrow-forward {
    height: 12px;
    margin-right: 7px;
    margin-bottom: 1px;
  }

  .page-content--paragraph {
    margin-top: 16px;
    width: 300px;
  }

  .storage-fix {
    padding-top: 16px !important;
  }
}

.container--event-title,
.container--storage-title {
  max-width: 960px;
}

@media (min-width: 768px) {
  .detailed-event-title {
    margin-bottom: 1rem;
  }

  .detailed-event-subtitle {
    margin-top: 0;
    line-height: 1.5;
  }
}

/* STRIPE FORM
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */

 #name-bank-card {
  padding-left: 10px;
  padding-top: 1px;
  padding-bottom: 0;
 }

 .stripe-item-relative {
   position: relative;
 }

 .stripe-placeholder {
   position: absolute;
   font-family: Montserrat, Arial;
   font-weight: 400;
   font-size: 16px;
   color: #a7a7a7;
   top: 26px;
   left: 4px
 }

 .stripe-cursor {
   cursor: text;
 }

 .stripe-input-width {
  padding-left: 0;
  padding-right: 0;
  width: 48% !important;
 }
    @media screen and (max-width: 875px) {
      .stripe-input-width {
        width: 100% !important;
      }
    }

 .stripe-space-between {
   justify-content: space-between;
 }

 @media screen and (max-width: 875px) {
  .stripe-space-between {
    flex-wrap: wrap;
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 875px) {
  .mb-fix-stripe {
    margin-bottom: 1vw !important;
  }
}

.pl-fix-stripe {
  padding-top: 1px !important;
}



@media screen and (max-width: 875px) {
  .pl-fix-stripe {
    padding-left: 0.7vw;
    padding-bottom: 5px;
  }
}

 #payment-form {
   margin-bottom: 93px;
 }

    @media screen and (max-width: 575px) {
      #payment-form {
        margin-bottom: 50px;
      }
    }
 .remember-checkbox {
   margin-top: 130px;
 }

 .remember-label {
   margin-top: 12px;
 }

 .payment-form-wrapper {
   background-color: #FFF;
   box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.15);
   margin-top: 22px;
   margin-bottom: 75px;
   width: 70.833vw !important;
 }

 @media screen and (max-width: 575px) {
   .payment-form-wrapper {
     width: 89vw !important;
   }
 }
 .payment-content {
   margin: 0 10%;
 }
 .payment-header {
   text-align: center;
   margin: 30px 0;
   padding: 0;
 }

 .payment-ps-header {

 }

  @media screen and (max-width: 575px) {
    .payment-ps-header {
      text-align: left;
      margin-left: -2.8vw;
    }
  }

 .card-details {
   margin: 20px 0;

 }
 .card-input {
   height: 50px;
   width: 500px;
 }
 .StripeElement {
  font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #a7a7a7;
    font-family: Montserrat, Arial;
    font-weight: 500;
    height: 40px;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/*PAYMENT SUCCESSFUL*/

.success-mobile {

}

@media screen and (max-width: 575px) {
  .success-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.payment-complete-mt {
  margin-top: 5.569vw;
}

@media screen and (max-width: 575px) {
  .payment-complete-mt {
    margin-top: 22.569vw;
  }
}

.top-padding-fix-complete {

}

@media screen and (max-width: 575px) {
  .top-padding-fix-complete {
    padding-top: 7vw !important;
  }
}

.payment-complete-mb {
  margin-bottom: 5.208vw !important;
}

.payment-complete-header {
  font-family: Montserrat;
  font-size: 21px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 3.15px;
  text-align: center;
  color: #cbab83;
}

@media screen and (max-width: 575px) {
  .payment-complete-header {
   font-size: 1.5rem;
   margin-bottom: 7vw;
  }
}

.payment-failed-header {
  font-family: Montserrat;
  font-size: 21px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 3.15px;
  text-align: center;
  color: #ff486f;
}

.payment-pending-header {
  font-family: Montserrat;
  font-size: 21px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 3.15px;
  text-align: center;
  color: #cbab83;
}

.payment-complete-para {
  padding-left: 10%;
  padding-right: 10%;
  line-height: 27px;
  margin-top: 1.319vw;
}

.payment-complete-link:hover {
  text-decoration: none;
}

.payment-complete-link:hover .arrow-forward {
  margin-right: -5px;
  margin-left: 13px;
}
  @media screen and (max-width: 575px) {
    .payment-complete-para {
      padding-left: 0;
      padding-right: 0;
      font-size: 1.2rem;
      margin-bottom: 6.5vw;
    }
  }

  .payment-failed-para {

  }

  @media screen and (max-width: 575px) {
    .payment-failed-para {
      font-size: 1.1rem !important;
      margin-top: 11vw !important;
      margin-bottom: 5.5vw !important;
    }
  }

.payment-complete-img {
  margin-top: 1.319vw;
}

    @media screen and (max-width: 575px) {
      .payment-complete-img {
        margin-bottom: 4vw;
      }
    }

.payment-failed-img {
  margin-top: 3.319vw;
}

.payment-complete-invoice-info {
  margin-top:4.583vw;
  margin-bottom: 1.5vw;
}

@media screen and (max-width: 575px) {
  .payment-complete-invoice-info {
    font-size: 1.2rem;
    padding: 0 10px;
    color: #959595;
    margin-bottom: 8vw;
  }
}

.invoices-header {

}

@media screen and (max-width: 575px) {
  .invoices-header {
    margin-top: 6vw !important;
  }
}


.payment-complete-link {
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-complete-link > img {
  margin-left: 8px;
}

.mailto-payment-failed {

}



/*CAROUSEL MOBILE*/

.further-services-wrapper {
  min-height: 300px;
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
  align-items: center;
}

.further-services-wrapper__item {
  height: 272px;
  width: 272px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.further-services-section {
  margin: 5rem 0;
}

@media (max-width: 958px) {

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

  .further-services-section {
    display: block;
    justify-content: center;
    /* background-color: #f7f1ea; */
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-top: 0;
    background-image: linear-gradient(#595959, #000000);
  }

  .further-services-section .tile--service__title,
  .further-services-section .tile--service__link:hover .tile--service__title {
    color: #fff;
  }

  .further-services-wrapper__item {
    padding-top: 0;
    background-color: #f7f1ea;
    padding-bottom: 30px;
    margin: 0;
  }

  .further-services-section .tile--service {
    background-image: none;
    box-shadow: none;
  }

  .carousel-img::after {
    background-color: rgba(0,0,0,.71);
  }

  .carousel-img {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.71);
  }

  .center-wrapper {
    background-color: #f7f1ea;
  }

  .further-header {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
  }

  .further-services-wrapper {
    margin-top: -70px;
  }

  .further-services-wrapper__item {
    width: 300px;
    height: 300px;
    position: relative;
  }

  .carousel-header {
    position: absolute;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }

  .further-header {
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.33;
    letter-spacing: 1.8px;
    text-align: center;
    color: #cbab83;
  }

  .further-arrow {
    position: absolute;
    height: 28px;
    bottom: 26px;
    left: 137px;
  }
}

@media(max-width: 595px) {
  .further-services-wrapper__item {
    margin-right: 0px;
  }
}

@media (max-width: 519px) {
  .further-services-wrapper__item {
    width: 300px;
    height: 300px;
  }

  .further-arrow {
    left: 136px;
  }
}

.further-consignment {
  background-image: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('/static/images/consignment-2.jpg');
  background-size: cover;
}

.further-storage {
  background-image: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('/static/images/storage.jpg');
  background-size: cover;

}

.further-scouting-service {
  background-image: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('/static/images/scouting-service.jpg');
  background-size: cover;
}

.scouting-header-fix {
  left: 22px;
}

.further-consignment {
  background-image: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('/static/images/consignment-2.jpg');
  background-size: cover;
}

.further-photoshooting {
  background-image: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('/static/images/photoshoot-header.jpg');
  background-size: cover;
}

.photoshooting-fix {
  left: 38px;
}

@media (max-width: 519px) {
  .photoshooting-fix {
    left: 38px;
  }
}

.further-transportation {
  background-image: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('/static/images/transportation.jpg');
  background-size: cover;
}

@media (max-width: 519px) {
  .gapless-fix {
    left: 86px;
  }
}

@media screen and (min-width: 958px) {
  /* .further-services-section {
    display: none;
  } */
}


.further-maintanance {
  background-image: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('/static/images/maintenance1.jpg');
  background-size: cover;
}

.further-expert-advice {
  background-image: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('/static/images/advice_1.jpg');
  background-size: cover;
}

.further-gapless {
  background-image: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('/static/images/gapless-header.jpg');
  background-size: cover;
}

.gapless-fix {
  left: 95px;
}

@media (max-width: 519px) {
  .gapless-fix {
    left: 95px;
  }
}

.further-fahrengold {
  background-image: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('/static/images/fahrengold.jpg');
  background-size: cover;
}

.fahrengold-fix {
  left: 63px;
}

@media (max-width: 519px) {
  .fahrengold-fix {
    left: 62px;
  }

  .forward-arrow {
    right: 132px;
  }
}

/* Error pages styles */
.error-container {
  background-image: url('../images/server-error-img.png');
  background-size: cover;
  height: calc(100vh - 20rem);
  background-position: center;
  margin-top:3rem;
}

.error-text {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: Montserrat;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
}

.error-text h3 {
  font-size: 62px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.error-text p {
  margin: 0px 15%;
  font-size: 21px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 3.15px;
  text-align: center;
  color: #cbab83;
}

.error-text__button {
  width: 237px;
  height: 50px;
  transform: skew(-30deg);
  background-color: #cbab83;
  /* margin: 50px auto; */
}

.error-text__button a {
  transform: skew(30deg);
  display: block;
  height: 100%;
  line-height: 50px;
  font-family: "Roboto Slab", Arial;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-height: 600px) {
  .error-container {
    height: 100vh;
  }

  .error-text h3 {
    font-size: 45px;
  }
}

@media (max-width: 992px) {

 .error-text p {
   font-size: 20px;
 }
}

@media (max-width: 480px) {

 .error-text h3 {
   font-size: 30px;
   font-weight: 500;
 }
}

@media (max-width: 375px) {

 .error-text h3 {
   font-size: 25px;
 }
}

@media (max-width: 320px) {

 .error-text h3 {
   font-size: 22px;
 }

 .error-text p {
   font-size: 15px;
 }
}

/* Error pages styles */

@media (min-width: 1220px) {
  .past-events-wrapper {
    width: 1220px !important;
    margin: auto;
  }
}

p.welcome-message {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
/* WELCOME MOBILE */

@media (max-width: 850px) {
  #welcome-form {
   width: 100%;
   margin: auto;
   padding-left: 0px;
   padding-right: 0px;

  }
  .welcome-header h3 {
    text-align: center;
  }

  .welcome-footer-size {
    /* border-top: none; */
    padding-top: 0px;
    margin-top: 0px;
    order: 7;
    width: 100%;
  }
  .welcome-form-pos {
    margin-top: 10px;
    padding-top : 20px;
    font-size: 12px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .step-content {
    padding: 2px !important;
  }
  .welcome-header h2 {
    font-size: 10px !important;
    margin-bottom: 16px;
    margin-top: 24px;
    text-align: center;
    font-family: Montserrat;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #cbab83;

  }

  .welcome-form-pos .container {
    margin-top: 10px;
    max-width: 90% !important;
    font-size: 12px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 5px;
    margin-top: 45px;
    text-align: left;
    text-justify: none;
    margin-bottom: 45px;


  }
  p.welcome-message {
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 39px;
  }
  .arrow-next {
    font-size: 16px;
  }
  .step-content .column {
    padding-top: 0px !important;
  }
  .step-content .d-flex {
    height: 80px;
  }
  .step-content .upload-photo {
    width: 130px;
  }
  .d-flex .arrow-prev {
    width: 60px;
  }
  .background-welcome .event-bg-gradient {
    background-color: black;
    display: block;
    opacity: 0.5;
    z-index: 20;
  }
  .background-welcome {
    background-image: url('../images/181021-lamborghini.jpg');
    opacity: 0.99;
    background-position-x: 0;
    background-position-y:0;

  }
}
@media (max-width: 500px) {
  .welcome-form-pos .container {
    min-height: auto;
    padding-bottom: 10px;
    padding-top: 35px;
  }
}
/* WELCOME MOBILE zepplin */
@media (max-width: 400px) {

  .welcome-form-pos .container {
    margin-top: 50px;
    max-width: 350px !important;
    padding-left: 22px;
    padding-right: 22px;
    text-justify: none;


  }
  p.welcome-message {
    margin: auto;
    width: 236px;
    font-size: 12px;
    font-family: Montserrat !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 1.83 !important;
    letter-spacing: normal !important;
    color: #000000;
    height: auto;
    margin-top: 16px;
    margin-bottom: 39px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .ceo-image {
    margin-left: 0px;
    width: 43px;
    height: 43px;
    object-fit: contain;
  }
  .ceo-image img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  @media only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
    .ceo-image img {
      width: 43px;
      height: auto;
    }
  }

  .upload-profile-pic {
    text-align: center;
  }

  @media all and (min-device-pixel-ratio : 1.5) {
    .ceo-image img {
      height:150px;
      width:150px;
    }
   }
  .ceo-signature {
    width: 103px;
    height: 46px;
    object-fit: contain;
  }
  .ceo-signature figcaption {

    width: 205px;
    height: 100px;
    font-family: Montserrat;
    font-size: 12px !important;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #000000;
  }

}
/* FOOTER MOBILE */


@media (max-width: 860px) {

  .footer-content {
    letter-spacing: 1px;
    order: 2;
    flex-direction: column;
    padding-bottom: 0px;
    padding-top: 15px;
    margin-bottom: 6rem;
  }

  .footer-content p {
    display: block;
    margin-bottom: 15px;
    font-family: "Roboto Slab", arial;
    color: #4a4a4a;
    font-size: 10px;
  }
  .footer-content-links a span{
    transition: 0.1s all ease-in-out;
  }
  .footer-content-links a:hover {
    text-decoration: none;

  }
  .footer-content-links a:hover span {
    color: black !important;
  }
}
@media (min-width: 500px) and (max-width: 850px) {
  .welcome-form-pos .container {
    max-width: 92% !important;
    padding-top: 10px;
    text-align:center;
  }

  .country-select,
  .select-input {
    padding-bottom: 13px;
  }
}

/* PAYMENT DETAILS */
@media (max-width: 1200px) {
  .profile-event-trip-details {
    font-size: 13px;
    width: 98%;
  }

  .popup-margin-fix {
    margin-right: auto !important;
    width: 80% !important;
    margin-left: auto !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

  }

  .payment-details {
    width: 100%;
  }

}

@media (max-width: 550px) {

  .popup-margin-fix {
    width: 95% !important;
  }

  .profile-event-trip-details {
    font-size: 9px !important;
  }

  .payment-details {
    margin-left: 14px;
  }
}

/* Payment popup 2 */

@media (max-width: 840px) {
  .services-popup__content-details {
    margin: 60px auto 0 auto !important;
  }
}

@media (max-width: 550px) {
  .services-popup__content-details {
    width: 56% !important;
  }
}

@media (max-width: 418px) {
  .services-popup__content-details {
    width: 67% !important;
  }
}

.terms-condition__header {
  text-align: left;
  margin-bottom: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.terms-condition__block {
  text-align: left;
  margin-bottom: 2rem;
}

.terms-condition__block h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.terms-condition__block p {
  margin-bottom: 1rem;
}


/* Dashboard styles */

.tile--header {
  padding-left: 0;
  padding-top: 1.5rem;
}

.tile--header::before {
  position: absolute;
  border-left: 1px solid #cbab83;
  content: '';
  height: 100px;
  transform: skewX(-30deg);
  left: 13px;
  top: 55px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .tile--header::before {
      left: 4px;
  }
}

.page-header--dashboard {
  padding-top: 75px;
  position: relative;
  height: 470px;
}

@media screen and (min-width: 768px) {
  .page-header--dashboard {
    height: 710px;
    padding-top: 11rem;
  }
}

.dashboard-bg::before {
  background:linear-gradient(0deg,rgba(0,0,0,0.35),rgba(0,0,0,0.65)),url('/static/images/dashboard/dashboard.jpg');
  background-size: 1440px auto;
  background-repeat: no-repeat;
  background-position-x: 60%;
  background-position-y: 60%;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  z-index: 0;
}

.dashboard-bg::after {
  background-color: #000;
}

@media (min-width: 768px){
  .dashboard-bg::before {
    height: 710px;
    background-size: cover;
  }
}

.page-header .page-header-headline {
  position: relative;
  margin-bottom: 100px;
}

.container--payment-alert .page-header-headline {
  margin-bottom: 0;
}

.container--payment-alert .page-header--claim,
.container--payment-alert .page-header--subtitle {
  display: none;
}

.page-header--title, .page-header--subtitle, .page-header--claim {
  margin-bottom: 0.8rem;
}

.page-header--title {
  font-family: "Montserrat", serif;
  font-size: 21px;
  line-height: 1.33;
  letter-spacing: 3px;
  text-align: center;
  color: #cbab83;
  text-transform: uppercase;
}

.page-header--subtitle {
  font-family: "Montserrat", serif;
  font-size: 18px;
  text-align: center;
  color: #cbab83;
}

.page-header--claim {
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.page-section--light {
  background: #f7f1ea;
  padding: 3rem 0;
}

.page-section--light .page-header--claim {
  color: #000;
}


.tiles-wrapper {
  margin: 0 auto 20px auto;
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}

.tiles-wrapper--menu {
  padding-right: 0;
}

.tiles-wrapper--events {
  grid-gap: 21px;
}

.tiles-wrapper--services {

}

@media (min-width: 768px) {
  .tiles-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .tiles-wrapper--menu {
    padding: 0;
  }
}

@media (min-width: 858px) {
  .events-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1230px) {
  .events-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tiles-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
  }

  .tiles-wrapper--menu {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .tiles-wrapper--services {
    grid-template-columns: 1fr 1fr;
  }

}

@media (min-width: 1290px) {
  .tiles-wrapper {
    grid-gap: 30px;
  }
}

.tile {
  background-image: linear-gradient(#595959, #000000);
  position: relative;
  overflow: hidden;
  align-items: center;
  display: flex;
  flex: 1 0 auto;
  min-height: min-content;
  height: 86px;
  justify-content: space-between;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  transition: all .2s ease;
  text-decoration: none;
}

.tile--menu {
  padding: 0 20px 0 18px;
}

.tile--menu:hover {
  box-shadow: 0 11px 12px -4px rgba(0, 0, 0, 0.5);
}

.tile--menu:focus {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
}

.tile--service {
  height: auto;
  flex-direction: column;
}

.tile--service__category {
  text-align: left;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  line-height: 2.8;
  letter-spacing: 1.5px;
  margin: 25px auto 17px 35px;
}

@media (min-width: 768px) {
  .tile--service {
    height: auto;
    padding-bottom: 50px;
  }

  .tile--service__category {
    text-align: center;
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 2.7px;
    margin: 25px auto 17px;
  }
}

.tile--service__title,
a:hover .tile--service__title {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.tile--service__desc,
a:hover .tile--service__desc {
  color: #a2a2a2;
  font-size: 11px;
  text-decoration: none;
}

.tile--service ul {
  margin-bottom: auto;
  width: 100%;
}

.tile--service li {
  padding: 0 33px 0 35px;
}

.tile--service__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

a.tile--service__link:hover {
  text-decoration: none;
}


.tile--service li:not(:last-child):after {
  content: '';
  display: block;
  height: 1px;
  opacity: 0.18;
  border: solid 1.1px #979797;
  margin: 11px 0 14px;
}

.tile--service .tile__thumbnail {
  max-width: 57px;
  position: relative;
  flex: 1 0 auto;
  width: 100%;
  height: 57px;
  display: block;
  margin: 0;
  /* background-color: #181818; */
  filter: none;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  border-radius: 4px;
  /* border-top: 1px solid rgb(151,151,151, 0.17); */
  transition: all .2s ease;
}

.tile--service__link:hover .tile__thumbnail {
  /* background-color: #000; */
}

.tile--service .tile__details {
  display: block;
  align-self: center;
}


@media (min-width: 768px) {
  .tile {
    align-items: baseline;
  }

  .tile--menu:hover {
    align-items: baseline;
    text-decoration: none;
  }

  .tile--menu {
    height: 224px;
    padding: 58px 20px;
  }
}



.tile-header, .tile-arrow {
  position: relative;
  z-index: 10;
  transition: all .2s ease;
}

.tile-arrow {
  flex: 1 0 auto;
  text-align: right;
}

.tile__title {
  font-size: 16px;
  color: #cbab83;
  line-height: 1;
  padding: 0;
  margin: 0;
  text-decoration: none;
  transition: all .2s ease;
}

.tile--menu:hover .tile__title {
  color: #fff;
}

.tile-arrow img{
  width: 12px;
}

@media (min-width: 768px) {
  .tile__title {
    font-size: 30px;
  }

  .tile-arrow img{
    width: 16px;
    margin-top: -8px;
  }

  .tile__title:hover {
    text-decoration: none;
  }

  .tile--menu:hover .tile-arrow {
    filter: brightness(2);
  }
}

.tile--menu .tile__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
  object-position: 50% 80%;
  opacity: 0;
  transition: all .2s ease;
}

.tile--menu .logo-crest {
  width: 68px;
  height: 60px;
  display: none;
  opacity: .15;
  position: absolute;
  bottom: 25px;
  right: 20px;
  transition: all .2s ease;
}

@media screen and (min-width:768px) {
  .tile--menu:hover .tile__img {
    opacity: 1;
  }

  .tile--menu .logo-crest {
    display: block;
  }

  .tile--menu:hover .logo-crest {
    opacity: .4;
  }
}



.tile--event {
  width: 100%;
  background: none;
  box-shadow: none;
  position: relative;
}

.tile--event__link {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  position: relative;
}

.tile--event__link:hover {
  text-decoration: none;
}

.tile__thumbnail {
  display: block;
  flex: 1 0 auto;
  width: 100%;
  max-width: 83px;
  height: 83px;
  border-radius: 4px;
  background-position: center;
  background-size: cover;
  filter: brightness(.9);
  transition: all .2s ease;
}

.tile__details {
  margin-left: 18px;
  margin-right: 18px;
  flex: 1 1 auto;
  height: 100%;
  position: relative;
  z-index: 10;
}

.tile--event__date {
  font-family: "Montserrat", serif;
  font-weight: 300;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.8px;
  color: #cbab83;
}

.tile--event__title {
  font-family: "Montserrat", serif;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

@media screen and (min-width:768px) {
  .tile--event {
    height: 390px;
  }

  .tile--event::after {
    position: absolute;
    border-left: 1px solid #cbab83;
    content: '';
    height: 84px;
    transform: skewX(-30deg);
    left: 24px;
    top: 64px;
  }

  .tile--event:hover {
    box-shadow: 0 11px 12px -4px rgba(0, 0, 0, 0.5);
  }

  .tile--event:focus {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  }

  .tile--event__link {
    padding: 0;
  }

  .tile--event .tile__details {
    margin: 0;
    max-width: 100%;
    padding-top: 59px;
    padding-left: 55px;
    padding-right: 20px;
  }

  .tile--event__date {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 2.1px;
  }

  .tile--event__type {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 2.4px;
  }

  .tile__thumbnail {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    filter: brightness(.3);
    border-radius: 2px;
    transition: all .2s ease;
  }

  .tile--event:hover .tile__thumbnail {
    filter: brightness(.5);
  }

  .tile--event__title {
    font-size: 36px;
    color: #fff;
  }

  .tile--event__link > .tile-arrow {
    display: none;
  }
}

.tile--event .tile__footer .calendar,
.tile--event .tile__footer .details {
  display: none;
}

.tile--event .tile__footer a.calendar,
.tile--event .tile__footer a.details,
.tile--event .tile__footer a.calendar:hover,
.tile--event .tile__footer a.details:hover {
  text-decoration: none;
  color: #cbab83;
}

.tile__footer .arrow-link img {
  width: 28px;
  display: none;
}

.event-pay-reminder .arrow-link {
  filter: brightness(2);
}

.page-section--events {
  overflow: hidden;
  margin-top: -100px;
}

.page-section--events {
  padding-top: 21px;
  background: linear-gradient(to bottom, #595959, #000000 47%);
}

@media (min-width: 769px) {
  .page-section--services {
    margin-top: 50px;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .tile__footer .arrow-link img {
    display: block;
    width: 14px;
    margin-left: 3px;
  }

  .tile--event .tile__footer .calendar,
  .tile--event .tile__footer .details {
    display: flex;
  }

  .tile--event .tile__footer .calendar {
    visibility: hidden;
  }
}


.see-all {
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  color: #000000;
}

.see-all:hover {
  text-decoration: none;
}

.container--unpadded {
  padding-left: 0;
  padding-right: 0;
}


.container--dashboard-menu {
  margin-right: 0;
}

.dark-mobile {
  background-image: linear-gradient(to bottom, #595959, rgb(29,29,29) 47%);
}

.dark-mobile .event-bg-gradient.event-bg-gradient--no-image {
  background-color: transparent;
  height: 400px;
}

.dark-mobile .event-bg-gradient.event-bg-gradient--no-image.service-bg {
  height: initial;
  margin-bottom: 2rem;
}

.dark-mobile .tile--event__title {
  color: #fff;
}

.dark-mobile .past-events-section {
  background: none;
}

.dark-mobile--service .background-eventlist {
  display: none;
}

.dark-mobile .tile--service {
  background: none;
}

.dark-mobile .events-list-header{
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  height: 37px;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .dark-mobile {
    background-image: none;
  }

  .dark-mobile--service {
    background-image: linear-gradient(to bottom, #595959, #000000 47%);
  }

  .dark-mobile .event-bg-gradient.event-bg-gradient--no-image {
    background-color: rgba(0,0,0,.71);
    height: 100%;
  }

  .dark-mobile .event-bg-gradient.event-bg-gradient--no-image.service-bg {
    height: 100%;
    margin-bottom: 0;
  }

  .dark-mobile--service .event-bg-gradient.event-bg-gradient--no-image {
    background-color: transparent;
  }

  .dark-mobile .events-list-header{
    margin-top: 0;
    max-width: initial;
  }

  .dark-mobile .past-events-section {
    background: rgb(29, 29, 29);
  }

  .page-section--events {
    margin-top: -250px;
    padding-top: 0;
  }

  .page-section--events {
    background: linear-gradient(rgba(29,29,29,0),rgba(29,29,29,1) 50%);
  }

  .service-bg .event-linkback-fix {
    padding-top: 100px;
  }

  .tile--service .tile-arrow img {
    margin-top: 0;
    width: 13px;
  }
}

@media (min-width: 1230px) {
  .dark-mobile--service {
    background: none;
  }
  .dark-mobile .background-eventlist {
    display: block;
  }

  .dark-mobile .tile--service {
    background: linear-gradient(#595959, #000000);
  }

  .dark-mobile--service .event-bg-gradient.event-bg-gradient--no-image.service-bg {
    top: 0;
    position: absolute;
    height: 710px;
    background-color: rgba(0,0,0,.71);
    justify-content: flex-start;
    flex-direction: column;
  }

  .dark-mobile--service .storage-section-bg .event-bg-gradient {
    /* background-color: rgba(0,0,0,.1); */
    background-color: rgba(0,0,0,0);
    /* text-shadow: 0 0 5px rgba(0,0,0,.8); */
  }

  .storage-section-bg .btn>span {
    text-shadow: 0 0 5px rgba(0,0,0,.9), 0 0 10px rgba(0,0,0,.9);
  }

  .dark-mobile.dark-mobile--service .background-eventlist {
    height: 710px;
  }

  .page-section--events {
    padding-bottom: 0;
  }
}

.quantity {
  position: relative;
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 100%;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  background: transparent;
  color: white;
  border-bottom: 1px solid white;
  text-align: center;
  padding-right: 1rem;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  cursor: pointer;
  width: 20px;
  text-align: center;
  font-size: 20px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1;
  transform: translateX(-100%);
  user-select: none;
}

.quantity-button:hover {
  background: #333;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
}

.inline-input {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.inline-input label {
  margin: 0;
}

.input-wrapper + span {
  margin-left: auto;
  padding-right: 2rem;
}

.buttongroup {
  margin: 0;
}

.buttongroup label{
  border: 1px solid #fff;
  padding: 6px 10px;
  font-size: 14px;
  cursor: pointer;
  min-width: 50px;
  transition: all 0.3s ease;
  text-align: center;
}


.buttongroup label.one-of-four {
  min-width: 25%;
}

.buttongroup label:not(:first-of-type) {
  border-left: 0;
}

.buttongroup label:hover{
  background-color: #333;
}

.buttongroup input[type=radio]{
  display:none;
}

.buttongroup input:checked+label{
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

.container--carousel {
  max-width: calc(900px + 8rem);
}

.services-carousel .owl-nav {
  line-height: 0;
  height: 100px;
  top: 0;
  margin: 0;
  width: 100%;
  padding: 0 2rem;
  position: absolute;
  display: flex;
  justify-content: space-between;
  color: #cbab83;
  font-size: 115px;
  pointer-events: none;
}

.owl-carousel .owl-nav button {
  z-index: 1000;
  font-size: 115px;
  pointer-events: all;
}

.owl-carousel .owl-nav button,
.owl-carousel .owl-nav button:hover,
.owl-carousel .owl-nav button:active {
  outline: none;
}

.services-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.services-carousel-item {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  flex: 1 0 auto;
  min-height: min-content;
  min-height: 380px;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  text-decoration: none;
}

.services-carousel-left {
  background-image: linear-gradient(#595959, #000000);
}

.services-carousel-right {
  flex-direction: column;
  display: flex;
  background-color: rgba(0,0,0,.81);
  background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url('https://drivershall.com/wp/wp-content/uploads/2020/01/KenoZache_IMG_3471-scaled.jpg');
  background-size: cover;
  background-position: center;
  justify-content: flex-end;
}

.services-carousel-right .btn {
  transform: skewX(-30deg) translateX(0px);
  margin: 0 auto 2rem;
}

.services-carousel-item-header {
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.services-carousel-right .services-carousel-item-header {
  display: none;
}

.services-carousel-item-header h4 {
  font-size: 18px;
  font-weight: 300;
  color: #cbab83;
}

.services-carousel-left .services-carousel-item-header {
  border-bottom: 1px solid rgba(151,151,151, .18);
}

.services-carousel-item-header__icon {
  max-width: 24px;
  position: relative;
  flex: 1 0 auto;
  width: 100%;
  height: 57px;
  display: flex;
  margin: 0;
  filter: none;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  border-radius: 4px;
  transition: all .2s ease;
  justify-content: center;
  align-items: center;
}

.services-carousel-item__description {
  padding: 2rem;
  line-height: 1.75;
  color: #a2a2a2;
  min-height: 25rem;
}

.services-carousel-item-list {
  padding: 2rem;
  margin: 0;
  list-style: none;
  min-height: 12rem;
}

.services-carousel-item-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.services-carousel-item-list-item label {
  color: #cbab83;
  margin: 0;
}

.services-carousel-item-list-item span {
  color: #ffffff;
  text-align: right;
  padding-left: 1rem;
}

@media screen and (min-width: 768px) {

  .services-carousel-item__description,
  .services-carousel-item-list {
    min-height: initial;
  }

  .services-carousel-item-header h4 {
    font-size: 24px;
  }

  .input-wrapper + span {
    margin: 0;
    padding: 0;
  }

  .services-carousel .owl-nav {
    line-height: 0;
    height: 100px;
    padding: 0;
    top: 50%;
    margin-top: -50px;
  }

  .services-carousel-item-header__icon {
    /* background-color: #181818; */
    border-radius: 4px;
    margin: 0 1rem 0 0;
    border-top: 1px solid rgb(151,151,151, 0.17);
    /* margin-right: 1rem; */
  }

  .services-carousel-item {
    flex-direction: row;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .services-carousel-right .services-carousel-item-header {
    display: block;
  }

  .services-carousel-item-header {
    justify-content: flex-start;
    flex-direction: row;
  }

  .services-carousel-left {
    max-width: 66.6666%;
    flex: 1 0 auto;
  }

  .services-carousel-right {
    max-width: 33.3333%;
    flex: 1 0 auto;
  }

  .services-carousel-item-header {
    min-height: 100px;
  }
}

.event-days-carousel {
  counter-reset: day;
}

.event-days-carousel.owl-carousel .owl-item {
  background: transparent;
}

.event-days-carousel.owl-carousel.owl-loaded  {
  display: flex;
  flex-direction: column-reverse;
  max-width: 100vw;
}

.event-days-carousel .owl-dots {
  margin: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 165px;
  left: 50%;
  background: transparent;
  max-width: 100vw;
  transform: translateX(-50%);
  flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 500px) {
  .event-days-carousel .owl-dots {
    top: 185px;
  }
}

@media (min-width: 769px) {
  .event-days-carousel .owl-dots {
    top: 275px;
  }
}

.event-days-carousel .owl-dots button.owl-dot {
  outline: none;
  border: 1px solid #fff;
  transition: all .3s ease-in-out;
  width: 90px;
  height: 30px;
  border-radius: 100px;
  margin: 6px;
  opacity: .5;
}

.event-days-carousel .owl-dot::before {
  counter-increment: day;
  content: "Day " counter(day);
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
  transition: all .3s ease-in-out;
}

.event-days-carousel button.owl-dot:hover {
  opacity: .9;
}

.event-days-carousel .owl-dots button.owl-dot.active {
  border: 1px solid #cbab83;
  opacity: 1;
}

.testimonial {
  font-size: 2.125rem;
  padding: 2rem 4rem;
  position: relative;
  font-weight: 100;
  margin: 0 auto;
  max-width: calc(900px + 8rem);
  color: white;
}

.testimonial--small {
  font-size: 1rem;
}

.testimonial::before,
.testimonial::after {
  content: '';
  position: absolute;
  display: block;
  border-left: 1px solid #cbab83;
  border-right: 1px solid #cbab83;
  width: 20px;
  height: 40px;
  transform: skewX(-30deg);
}

.testimonial::before{
  top: 0;
  left: 3rem;
}

.testimonial::after {
  bottom: 1rem;
  right: 4rem;
}

@media (min-width: 1230px) {

  .testimonial--small {
    font-size: 1.5rem;
  }

  .testimonial {
    padding: 2rem 5rem;
  }
}

.service-form {
  margin-bottom: 2rem;
}

.service-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;;
}

.service-form-field {
  flex: 1 0 auto;
  max-width: 100%;
  width: 100%;
  padding: 1rem;
}

.service-form-field textarea {
  width: 100%;
  border: 0px;
  height: 5rem;
  outline: none;
  margin-bottom: -8px;
  border-bottom: 1px solid #a7a7a7;
}

.service-form .buttongroup {
  margin-left: 0;
}

.service-form .btn-wrapper {
  margin: 0 0 0 auto;
}

.service-form .form-question {
  margin-bottom: 1.5rem;
}

.form-footer {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
}

.form-footer p {
  max-width: 370px;
}

.form-footer .btn-wrapper {
  margin-bottom: 4rem;
  text-align: right;
  margin-right: -20px;
}

@media (min-width: 1230px) {
  .service-form-field {
    max-width: 50%;
  }
  .service-form .form-question {
    margin-bottom: 2.875rem;
  }
  .form-footer {
    flex-direction: row;
    justify-content: space-between;
  }

  .form-footer .btn-wrapper {
    margin-bottom: 2rem;
    margin-right: 0;
  }
}

.header-background {
  min-height: 450px;
  width: 100%;
  background-size: cover;
  background-position: bottom;
  padding-top: 55px;
}

@media (min-width: 768px) {
  .services .header-background {
    height: 100vh;
  }
}

.header-background h1 {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 16px;
  letter-spacing: 3.15px;
  color: #cbab83;
  text-transform: uppercase;
  font-weight: 500;
}

.header-background .subpage-link-back {
  position: absolute;
}

@media (min-width: 768px) {
  .header-background {
    height: 710px;
  }

  .header-background h1 {
    font-size: 21px;
    margin-bottom: 3rem;
  }
}

.rsvp-interested-wrapper {
  /* background-image: linear-gradient(#595959, #000000); */
  border: 0;
  padding: 1rem 1rem 0;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rsvp-interested {
  color: white;
  padding: 0 0 1.5rem;
  font-size: 14px;
}

.interested-btn {
  display: flex;
  align-items: end;
  border: 0;
  background: none;
  padding: 0;
  outline: none;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 2.4px;
  color: #cbab83;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  transition: border .3s ease;
}

.interested-btn:hover {
  border-bottom: 1px solid #cbab83;
}

.interested-btn:focus {
  outline: none;
}

.interested-btn svg {
  margin-right: 1rem;
}

.dark-mode {
  background: rgb(29,29,29);
}



.service-block {
  border-bottom: 1px solid #383838;
}

.services--spring21 {
  background-color: rgb(29,29,29);
}

.services--spring21 h1 {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: 2.7px;
  text-align: center;
  color: #cbab83;
  text-transform: uppercase;
  padding-top: 0;
  margin-top: -5px;
}

.service-intro {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
  margin: 36px 0 0;
  position: relative;
  z-index: 1;
}


.services--spring21 .header-background {
  height: 250px;
  min-height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 55px 0 0 0;
}

.service-block-header {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
}

.service-block__icon {
  width: 60px;
  height: 60px;
  padding: 15px;
  margin-right: 15px;
  border-radius: 8px;
  background-image: linear-gradient(to bottom, #272727, #171717);
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-block-header h4 {
  font-size: 14px;
  font-weight: 300;
  color: #cbab83;
}

.service-block-header .chevron {
  margin-left: auto;
  transition: all .3s ease-in-out;
}

.service-block-info.open .chevron {
  transform: rotate(180deg)
}

.service-block-body {
  max-height: 0;
  overflow: auto;
  transition: all .3s ease-in-out;
}

.service-block-info.open .service-block-body {
  max-height: 800px;
}

.services-block-sm-img {
  height: 135px;
  width: 100%;
  object-fit: cover;
}

.service-block__description {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.77;
  color: #a2a2a2;
  margin: 20px 0 34px;
  padding: 0 20px;
}

.service-block__description + .services-carousel-item-list {
  padding: 0 20px;
  min-height: auto;
  margin-bottom: 36px;
}

.service-block .btn {
  margin: 0 auto 36px;
  display: flex;
  width: auto;
}

.service-block .btn.btn--white>span {
  color: #fff;
  font-weight: 100;
}

.services-block-md-img {
  display: none;
}

@media (min-width: 768px) {

  .services--spring21 h1 {
    padding-top: 0;
    margin-bottom: 22px;
    font-weight: normal;
  }

  .service-intro {
    max-width: 850px;
    margin: 0 auto;
    font-size: 18px;
  }

  .services--spring21 .header-background {
    height: 100vh;
  }

  .services--spring21  .page-section--services {
    margin-top: -68vh;
  }

  .service-block {
    display: flex;
    border: 0;
    margin-bottom: 40px;
  }

  .service-block-info,
  .services-block-md-img {
    max-width: 50%;
    flex: 1 0 auto;
  }

  .service-block-info {
    padding: 50px 50px 68px;
    background-image: linear-gradient(to bottom, #272727, #000000);
  }

  .service-block-body {
    max-height: initial;
  }

  .service-block-header {
    border-bottom: 1px solid #383838;
    cursor: initial;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }

  .service-block__icon {
    width: fit-content;
    height: fit-content;
    padding: 0;
  }

  .service-block-header h4 {
    font-size: 24px;
  }

  .service-block .chevron {
    display: none;
  }

  .service-block__description {
    font-size: 16px;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
  }

  .service-block__description + .services-carousel-item-list {
    padding-left: 0;
    padding-right: 0;
  }

  .service-block .btn {
    margin: 0 auto 0 5px;
  }

  .service-block:nth-child(even) .service-block-info {
    order: 2;
  }

  .service-block:nth-child(even) .services-block-md-img {
    order: 1;
  }

  .services-block-sm-img {
    display: none;
  }

  .services-block-md-img {
    display: block;
    object-fit: cover;
  }
}

.page-section--services .container {
  max-width: initial;
  padding: 0;
}


.see-more-label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
  margin: 16px 0;
  color: #ffffff;
}

.see-more-link {
  font-size: 14px;
  font-weight: bold;
  color: #cbab83;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 27px;
}

.see-more-link svg {
  margin-left: 5px;
}

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

.service-card {
  padding: 16px 0;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #383838;
}

.service__icon {
  display: flex;
  height: 60px;
  width: 60px;
  margin-right: 15px;
  border-radius: 8px;
  background-image: linear-gradient(to bottom, #272727, #171717);
  justify-content: center;
  align-items: center;
}

.service__title {
  font-size: 14px;
}

.service-card .chevron {
  margin-left: auto;
  transition: all .3s ease-in-out;
}

.service__description,
.service-card .arrow {
  display: none;
  transition: all .3s ease-in-out;
}

.service-card:hover .chevron,
.service-card:hover .arrow {
  transform: translateX(15px);
}

.service-card:hover,
.service-card:hover .service__title {
  color: #cbab83;
  text-decoration: none;
}

@media (min-width: 768px) {
  .section--padded {
    margin: 40px;
    padding: 0 40px;
    min-height: calc(100vh - 80px - 55px);
  }

  .section--nl {
    margin: 150px 0 130px;
  }

  .section__title {
    font-size: 30px;
    letter-spacing: 5px;
  }

  .section__subheader {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 2.4px;
    margin-top: 16px;
  }

  .section__content {
    display: block;
    max-width: 1000px;
    margin: 35px 0 80px;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #d5d5d5;
  }

  .section__cta svg {
    display: none;
  }

  .section__cta button.btn {
    display: inline-flex;
    position: relative;
    z-index: 1;
  }

  .service-cards {
    flex-direction: row;
  }

  .service-card {
    flex-direction: column;
    flex: 1 0;
    padding: 40px 20px;
    border-radius: 9px;
    box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.55);
    background-color: #1d1d1d;
    justify-content: center;
    align-items: center;
    margin: 53px 15px 70px;
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
  }

  .service-card:hover {
    border: solid 1px rgba(70, 70, 70, 0.87);
    box-shadow: none;
    background-color: #4d4d4d;
  }

  .service__icon {
    margin: 0;
    width: 70px;
    height: 70px;
  }

  .service__title {
    margin: 20px 0 15px;
    font-size: 16px;
    text-align: center;
  }

  .service-card .chevron {
    display: none;
  }

  .service__description {
    flex: 1 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #a2a2a2;
    margin-bottom: 27px;
    transition: all .3s ease-in-out;
  }

  .service-card:hover .service__description {
    color: #fff;
  }

  .service__description,
  .service-card .arrow {
    display: block;
  }
}

.article,
.article .skew,
.section--services {
  background-color: rgb(29,29,29);
  color: #fff;
}

.article-hero .skew-container {
  margin-bottom: 0;
}

.article-link__title, strong {
  color: #fff;
}

.get-in-touch-label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
  margin: 30px 0 16px;
  color: #ffffff;
}

.get-in-touch-link {
  font-size: 14px;
  font-weight: bold;
  color: #cbab83;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 27px;
}

.get-in-touch-link:hover {
  color: #cbab83;
  text-decoration: none;
}

.get-in-touch-link svg {
  margin-left: 5px;
}

.section__title {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #cbab83;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .section__title {
    font-size: 48px;
    letter-spacing: 5px;
  }
}

.split-block-wrapper {
  margin: 0 auto 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.split-block-wrapper:first-of-type {
  margin-top: 0;
}

.content-wrapper.dark {
  background-color: rgb(29, 29, 29);
  color: #fff;
}

.content-wrapper.dark .day-header,
.content-wrapper.dark .day-wrapper {
  color: #fff;
}

.split-block--image {
  min-height: 140px;
  width: 100%;
  background-position: center;
  background-size: cover;
  order: 1;
}

.split-block--content {
  padding: 15px 21px;
  order: 2;
}

.split-block--summary p {
  font-size: 13px;
  line-height: 23px;
  color: #a2a2a2;
}

.split-block-header {
  display: flex;
  justify-content: space-between;
  padding: 15px 21px;
  background: rgb(29,29,29);
}

.split-block--content__header {
  display: none;
}

.split-block__title {
  font-size: 16px;
  font-weight: 300;
  color: #cbab83;
  text-transform: uppercase;
}

.gradient-block__title {
  padding: 15px 21px;
  font-size: 16px;
  font-weight: 300;
  color: #cbab83;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .content-wrapper.dark {
    padding: 40px 0;
  }

  .gradient-block-wrapper {
    background-image: linear-gradient(to bottom, #272727, #000000);
    max-width: 1200px;
    flex-direction: row;
    margin: 0 auto 40px;
  }

  .gradient-block__title {
    padding: 50px 0 27px;
    font-size: 24px;
    text-align: center;
  }

  .split-block-header {
    display: none;
  }

  .split-block-wrapper {
    background-image: linear-gradient(to bottom, #272727, #000000);
    max-width: 1200px;
    flex-direction: row;
    margin: 0 auto 40px;
  }

  .split-block-wrapper--unflex {
    display:
  }

  .split-block--content {
    padding: 50px 38px 68px 50px;
  }

  .split-block--summary p {
    font-size: 16px;
    line-height: 28px;
  }

  .split-block--content__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }

  .split-block {
    max-width: 50%;
    flex: 1 0 auto;
  }

  .split-block--image {
    order: initial;
  }

  .split-block--content {
    padding: 50px 38px 68px 50px;
    order: initial;
  }
}

.gold {
  color: #cbab83;
}

.black {
  color: ##4a4a4a;
}

.messageList {
  padding-top: 50px;
  z-index: 10;
  width: 100%;
}

ul.messageList li {
  display: block;
  color: #333;
}

ul.messageList .message-wrapper {
  font-size: 16px;
  padding: 15px 15px 15px 55px;
  max-width: 1260px;
  margin: 0 auto;
  display: block;
}

ul.messageList li.success {
  background: #dfd;
}

ul.messageList li.success .message-wrapper {
  display: block;
  background: #dfd url('../images/icon-yes.svg') 15px 12px no-repeat;
  background-size: 30px auto;
  color: #333;
}

ul.messageList .message-wrapper strong {
  color: #363636;
}