@font-face {
  font-display: swap;
  font-family: GalanoGrotesque;
  src: url("../../assets/fonts/GalanoGrotesqueMedium.eot");
  src: url("../../assets/fonts/GalanoGrotesqueMedium?#iefix") format("embedded-opentype"), url("../../assets/fonts/GalanoGrotesqueMedium.woff") format("woff"), url("../../assets/fonts/GalanoGrotesqueMedium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: GalanoGrotesque;
  font-weight: bold;
  src: url("../../assets/fonts/GalanoGrotesqueBold.eot");
  src: url("../../assets/fonts/GalanoGrotesqueBold?#iefix") format("embedded-opentype"), url("../../assets/fonts/GalanoGrotesqueBold.woff") format("woff"), url("../../assets/fonts/GalanoGrotesqueBold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: GalanoGrotesque;
  font-weight: 900;
  src: url("../../assets/fonts/GalanoGrotesqueExtraBold.eot");
  src: url("../../assets/fonts/GalanoGrotesqueExtraBold?#iefix") format("embedded-opentype"), url("../../assets/fonts/GalanoGrotesqueExtraBold.woff") format("woff"), url("../../assets/fonts/GalanoGrotesqueExtraBold.ttf") format("truetype");
}
.is-borderless {
  border: 0 !important;
}

table.is-completely-borderless td,
table.is-completely-borderless th,
table.is-completely-borderless tr {
  border: 0 !important;
}

.is-top-borderless {
  border-top: 0px !important;
}

.is-bottom-borderless {
  border-bottom: 0px !important;
}

.is-left-borderless {
  border-left: 0px !important;
}

.is-right-borderless {
  border-right: 0px !important;
}

.has-border-width-1 {
  border-width: 1px !important;
}

.has-border-top-width-1 {
  border-top-width: 1px !important;
}

.has-border-bottom-width-1 {
  border-bottom-width: 1px !important;
}

.has-border-left-width-1 {
  border-left-width: 1px !important;
}

.has-border-right-width-1 {
  border-right-width: 1px !important;
}

.has-border-width-2 {
  border-width: 2px !important;
}

.has-border-top-width-2 {
  border-top-width: 2px !important;
}

.has-border-bottom-width-2 {
  border-bottom-width: 2px !important;
}

.has-border-left-width-2 {
  border-left-width: 2px !important;
}

.has-border-right-width-2 {
  border-right-width: 2px !important;
}

.has-border-width-3 {
  border-width: 3px !important;
}

.has-border-top-width-3 {
  border-top-width: 3px !important;
}

.has-border-bottom-width-3 {
  border-bottom-width: 3px !important;
}

.has-border-left-width-3 {
  border-left-width: 3px !important;
}

.has-border-right-width-3 {
  border-right-width: 3px !important;
}

.has-border-width-4 {
  border-width: 4px !important;
}

.has-border-top-width-4 {
  border-top-width: 4px !important;
}

.has-border-bottom-width-4 {
  border-bottom-width: 4px !important;
}

.has-border-left-width-4 {
  border-left-width: 4px !important;
}

.has-border-right-width-4 {
  border-right-width: 4px !important;
}

.has-border-width-5 {
  border-width: 5px !important;
}

.has-border-top-width-5 {
  border-top-width: 5px !important;
}

.has-border-bottom-width-5 {
  border-bottom-width: 5px !important;
}

.has-border-left-width-5 {
  border-left-width: 5px !important;
}

.has-border-right-width-5 {
  border-right-width: 5px !important;
}

.has-border-width-6 {
  border-width: 6px !important;
}

.has-border-top-width-6 {
  border-top-width: 6px !important;
}

.has-border-bottom-width-6 {
  border-bottom-width: 6px !important;
}

.has-border-left-width-6 {
  border-left-width: 6px !important;
}

.has-border-right-width-6 {
  border-right-width: 6px !important;
}

.has-border-width-7 {
  border-width: 7px !important;
}

.has-border-top-width-7 {
  border-top-width: 7px !important;
}

.has-border-bottom-width-7 {
  border-bottom-width: 7px !important;
}

.has-border-left-width-7 {
  border-left-width: 7px !important;
}

.has-border-right-width-7 {
  border-right-width: 7px !important;
}

.has-border-width-8 {
  border-width: 8px !important;
}

.has-border-top-width-8 {
  border-top-width: 8px !important;
}

.has-border-bottom-width-8 {
  border-bottom-width: 8px !important;
}

.has-border-left-width-8 {
  border-left-width: 8px !important;
}

.has-border-right-width-8 {
  border-right-width: 8px !important;
}

.has-border-width-9 {
  border-width: 9px !important;
}

.has-border-top-width-9 {
  border-top-width: 9px !important;
}

.has-border-bottom-width-9 {
  border-bottom-width: 9px !important;
}

.has-border-left-width-9 {
  border-left-width: 9px !important;
}

.has-border-right-width-9 {
  border-right-width: 9px !important;
}

.has-cursor-default {
  cursor: default !important;
}

.has-cursor-pointer {
  cursor: pointer !important;
}

.has-cursor-grab {
  cursor: grab !important;
}

.has-cursor-help {
  cursor: help !important;
}

.has-cursor-wait {
  cursor: wait !important;
}

.has-cursor-crosshair {
  cursor: crosshair !important;
}

.has-cursor-not-allowed {
  cursor: not-allowed !important;
}

.has-cursor-zoom-in {
  cursor: zoom-in !important;
}

.flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row !important;
}
.flex-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-blurred {
  filter: blur(15px) !important;
}
.is-blurred-medium {
  filter: blur(40px) !important;
}
.is-blurred-hard {
  filter: blur(75px) !important;
}

.has-max-width-50 {
  max-width: 50px !important;
}

.has-min-width-50 {
  min-width: 50px !important;
}

.has-max-height-50 {
  max-height: 50px !important;
}

.has-min-height-50 {
  min-height: 50px !important;
}

.has-max-width-100 {
  max-width: 100px !important;
}

.has-min-width-100 {
  min-width: 100px !important;
}

.has-max-height-100 {
  max-height: 100px !important;
}

.has-min-height-100 {
  min-height: 100px !important;
}

.has-max-width-150 {
  max-width: 150px !important;
}

.has-min-width-150 {
  min-width: 150px !important;
}

.has-max-height-150 {
  max-height: 150px !important;
}

.has-min-height-150 {
  min-height: 150px !important;
}

.has-max-width-200 {
  max-width: 200px !important;
}

.has-min-width-200 {
  min-width: 200px !important;
}

.has-max-height-200 {
  max-height: 200px !important;
}

.has-min-height-200 {
  min-height: 200px !important;
}

.has-max-width-250 {
  max-width: 250px !important;
}

.has-min-width-250 {
  min-width: 250px !important;
}

.has-max-height-250 {
  max-height: 250px !important;
}

.has-min-height-250 {
  min-height: 250px !important;
}

.has-max-width-300 {
  max-width: 300px !important;
}

.has-min-width-300 {
  min-width: 300px !important;
}

.has-max-height-300 {
  max-height: 300px !important;
}

.has-min-height-300 {
  min-height: 300px !important;
}

.has-max-width-350 {
  max-width: 350px !important;
}

.has-min-width-350 {
  min-width: 350px !important;
}

.has-max-height-350 {
  max-height: 350px !important;
}

.has-min-height-350 {
  min-height: 350px !important;
}

.has-width-50 {
  width: 50px !important;
}

.has-height-50 {
  height: 50px !important;
}

.has-width-100 {
  width: 100px !important;
}

.has-height-100 {
  height: 100px !important;
}

.has-width-150 {
  width: 150px !important;
}

.has-height-150 {
  height: 150px !important;
}

.has-width-200 {
  width: 200px !important;
}

.has-height-200 {
  height: 200px !important;
}

.has-width-250 {
  width: 250px !important;
}

.has-height-250 {
  height: 250px !important;
}

.has-width-300 {
  width: 300px !important;
}

.has-height-300 {
  height: 300px !important;
}

.has-width-350 {
  width: 350px !important;
}

.has-height-350 {
  height: 350px !important;
}

.is-full-height {
  height: 100% !important;
}

.has-page-height {
  height: 100vh !important;
}

.is-half-height {
  height: 50% !important;
}

.has-half-page-height {
  height: 50vh !important;
}

.is-quarter-height {
  height: 25% !important;
}

.has-quarter-page-height {
  height: 25vh !important;
}

.is-full-width {
  width: 100% !important;
}

.has-page-width {
  width: 100vw !important;
}

.is-half-width {
  width: 50% !important;
}

.has-half-page-width {
  width: 50vw !important;
}

.is-quarter-width {
  width: 25% !important;
}

.has-quarter-page-width {
  width: 25vw !important;
}

.has-margin-5 {
  margin: 5px !important;
}

.has-padding-5 {
  padding: 5px !important;
}

.has-margin-top-5 {
  margin-top: 5px !important;
}

.has-padding-top-5 {
  padding-top: 5px !important;
}

.has-margin-bottom-5 {
  margin-bottom: 5px !important;
}

.has-padding-bottom-5 {
  padding-bottom: 5px !important;
}

.has-margin-left-5 {
  margin-left: 5px !important;
}

.has-padding-left-5 {
  padding-left: 5px !important;
}

.has-margin-right-5 {
  margin-right: 5px !important;
}

.has-padding-right-5 {
  padding-right: 5px !important;
}

.has-margin-10 {
  margin: 10px !important;
}

.has-padding-10 {
  padding: 10px !important;
}

.has-margin-top-10 {
  margin-top: 10px !important;
}

.has-padding-top-10 {
  padding-top: 10px !important;
}

.has-margin-bottom-10 {
  margin-bottom: 10px !important;
}

.has-padding-bottom-10 {
  padding-bottom: 10px !important;
}

.has-margin-left-10 {
  margin-left: 10px !important;
}

.has-padding-left-10 {
  padding-left: 10px !important;
}

.has-margin-right-10 {
  margin-right: 10px !important;
}

.has-padding-right-10 {
  padding-right: 10px !important;
}

.has-margin-15 {
  margin: 15px !important;
}

.has-padding-15 {
  padding: 15px !important;
}

.has-margin-top-15 {
  margin-top: 15px !important;
}

.has-padding-top-15 {
  padding-top: 15px !important;
}

.has-margin-bottom-15 {
  margin-bottom: 15px !important;
}

.has-padding-bottom-15 {
  padding-bottom: 15px !important;
}

.has-margin-left-15 {
  margin-left: 15px !important;
}

.has-padding-left-15 {
  padding-left: 15px !important;
}

.has-margin-right-15 {
  margin-right: 15px !important;
}

.has-padding-right-15 {
  padding-right: 15px !important;
}

.has-margin-20 {
  margin: 20px !important;
}

.has-padding-20 {
  padding: 20px !important;
}

.has-margin-top-20 {
  margin-top: 20px !important;
}

.has-padding-top-20 {
  padding-top: 20px !important;
}

.has-margin-bottom-20 {
  margin-bottom: 20px !important;
}

.has-padding-bottom-20 {
  padding-bottom: 20px !important;
}

.has-margin-left-20 {
  margin-left: 20px !important;
}

.has-padding-left-20 {
  padding-left: 20px !important;
}

.has-margin-right-20 {
  margin-right: 20px !important;
}

.has-padding-right-20 {
  padding-right: 20px !important;
}

.has-margin-25 {
  margin: 25px !important;
}

.has-padding-25 {
  padding: 25px !important;
}

.has-margin-top-25 {
  margin-top: 25px !important;
}

.has-padding-top-25 {
  padding-top: 25px !important;
}

.has-margin-bottom-25 {
  margin-bottom: 25px !important;
}

.has-padding-bottom-25 {
  padding-bottom: 25px !important;
}

.has-margin-left-25 {
  margin-left: 25px !important;
}

.has-padding-left-25 {
  padding-left: 25px !important;
}

.has-margin-right-25 {
  margin-right: 25px !important;
}

.has-padding-right-25 {
  padding-right: 25px !important;
}

.has-margin-30 {
  margin: 30px !important;
}

.has-padding-30 {
  padding: 30px !important;
}

.has-margin-top-30 {
  margin-top: 30px !important;
}

.has-padding-top-30 {
  padding-top: 30px !important;
}

.has-margin-bottom-30 {
  margin-bottom: 30px !important;
}

.has-padding-bottom-30 {
  padding-bottom: 30px !important;
}

.has-margin-left-30 {
  margin-left: 30px !important;
}

.has-padding-left-30 {
  padding-left: 30px !important;
}

.has-margin-right-30 {
  margin-right: 30px !important;
}

.has-padding-right-30 {
  padding-right: 30px !important;
}

.has-margin-35 {
  margin: 35px !important;
}

.has-padding-35 {
  padding: 35px !important;
}

.has-margin-top-35 {
  margin-top: 35px !important;
}

.has-padding-top-35 {
  padding-top: 35px !important;
}

.has-margin-bottom-35 {
  margin-bottom: 35px !important;
}

.has-padding-bottom-35 {
  padding-bottom: 35px !important;
}

.has-margin-left-35 {
  margin-left: 35px !important;
}

.has-padding-left-35 {
  padding-left: 35px !important;
}

.has-margin-right-35 {
  margin-right: 35px !important;
}

.has-padding-right-35 {
  padding-right: 35px !important;
}

.has-margin-40 {
  margin: 40px !important;
}

.has-padding-40 {
  padding: 40px !important;
}

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

.has-padding-top-40 {
  padding-top: 40px !important;
}

.has-margin-bottom-40 {
  margin-bottom: 40px !important;
}

.has-padding-bottom-40 {
  padding-bottom: 40px !important;
}

.has-margin-left-40 {
  margin-left: 40px !important;
}

.has-padding-left-40 {
  padding-left: 40px !important;
}

.has-margin-right-40 {
  margin-right: 40px !important;
}

.has-padding-right-40 {
  padding-right: 40px !important;
}

.has-margin-45 {
  margin: 45px !important;
}

.has-padding-45 {
  padding: 45px !important;
}

.has-margin-top-45 {
  margin-top: 45px !important;
}

.has-padding-top-45 {
  padding-top: 45px !important;
}

.has-margin-bottom-45 {
  margin-bottom: 45px !important;
}

.has-padding-bottom-45 {
  padding-bottom: 45px !important;
}

.has-margin-left-45 {
  margin-left: 45px !important;
}

.has-padding-left-45 {
  padding-left: 45px !important;
}

.has-margin-right-45 {
  margin-right: 45px !important;
}

.has-padding-right-45 {
  padding-right: 45px !important;
}

.has-margin-50 {
  margin: 50px !important;
}

.has-padding-50 {
  padding: 50px !important;
}

.has-margin-top-50 {
  margin-top: 50px !important;
}

.has-padding-top-50 {
  padding-top: 50px !important;
}

.has-margin-bottom-50 {
  margin-bottom: 50px !important;
}

.has-padding-bottom-50 {
  padding-bottom: 50px !important;
}

.has-margin-left-50 {
  margin-left: 50px !important;
}

.has-padding-left-50 {
  padding-left: 50px !important;
}

.has-margin-right-50 {
  margin-right: 50px !important;
}

.has-padding-right-50 {
  padding-right: 50px !important;
}

.has-margin-55 {
  margin: 55px !important;
}

.has-padding-55 {
  padding: 55px !important;
}

.has-margin-top-55 {
  margin-top: 55px !important;
}

.has-padding-top-55 {
  padding-top: 55px !important;
}

.has-margin-bottom-55 {
  margin-bottom: 55px !important;
}

.has-padding-bottom-55 {
  padding-bottom: 55px !important;
}

.has-margin-left-55 {
  margin-left: 55px !important;
}

.has-padding-left-55 {
  padding-left: 55px !important;
}

.has-margin-right-55 {
  margin-right: 55px !important;
}

.has-padding-right-55 {
  padding-right: 55px !important;
}

.has-margin-60 {
  margin: 60px !important;
}

.has-padding-60 {
  padding: 60px !important;
}

.has-margin-top-60 {
  margin-top: 60px !important;
}

.has-padding-top-60 {
  padding-top: 60px !important;
}

.has-margin-bottom-60 {
  margin-bottom: 60px !important;
}

.has-padding-bottom-60 {
  padding-bottom: 60px !important;
}

.has-margin-left-60 {
  margin-left: 60px !important;
}

.has-padding-left-60 {
  padding-left: 60px !important;
}

.has-margin-right-60 {
  margin-right: 60px !important;
}

.has-padding-right-60 {
  padding-right: 60px !important;
}

.has-margin-65 {
  margin: 65px !important;
}

.has-padding-65 {
  padding: 65px !important;
}

.has-margin-top-65 {
  margin-top: 65px !important;
}

.has-padding-top-65 {
  padding-top: 65px !important;
}

.has-margin-bottom-65 {
  margin-bottom: 65px !important;
}

.has-padding-bottom-65 {
  padding-bottom: 65px !important;
}

.has-margin-left-65 {
  margin-left: 65px !important;
}

.has-padding-left-65 {
  padding-left: 65px !important;
}

.has-margin-right-65 {
  margin-right: 65px !important;
}

.has-padding-right-65 {
  padding-right: 65px !important;
}

.has-margin-70 {
  margin: 70px !important;
}

.has-padding-70 {
  padding: 70px !important;
}

.has-margin-top-70 {
  margin-top: 70px !important;
}

.has-padding-top-70 {
  padding-top: 70px !important;
}

.has-margin-bottom-70 {
  margin-bottom: 70px !important;
}

.has-padding-bottom-70 {
  padding-bottom: 70px !important;
}

.has-margin-left-70 {
  margin-left: 70px !important;
}

.has-padding-left-70 {
  padding-left: 70px !important;
}

.has-margin-right-70 {
  margin-right: 70px !important;
}

.has-padding-right-70 {
  padding-right: 70px !important;
}

.has-margin-75 {
  margin: 75px !important;
}

.has-padding-75 {
  padding: 75px !important;
}

.has-margin-top-75 {
  margin-top: 75px !important;
}

.has-padding-top-75 {
  padding-top: 75px !important;
}

.has-margin-bottom-75 {
  margin-bottom: 75px !important;
}

.has-padding-bottom-75 {
  padding-bottom: 75px !important;
}

.has-margin-left-75 {
  margin-left: 75px !important;
}

.has-padding-left-75 {
  padding-left: 75px !important;
}

.has-margin-right-75 {
  margin-right: 75px !important;
}

.has-padding-right-75 {
  padding-right: 75px !important;
}

.has-margin-80 {
  margin: 80px !important;
}

.has-padding-80 {
  padding: 80px !important;
}

.has-margin-top-80 {
  margin-top: 80px !important;
}

.has-padding-top-80 {
  padding-top: 80px !important;
}

.has-margin-bottom-80 {
  margin-bottom: 80px !important;
}

.has-padding-bottom-80 {
  padding-bottom: 80px !important;
}

.has-margin-left-80 {
  margin-left: 80px !important;
}

.has-padding-left-80 {
  padding-left: 80px !important;
}

.has-margin-right-80 {
  margin-right: 80px !important;
}

.has-padding-right-80 {
  padding-right: 80px !important;
}

.has-margin-85 {
  margin: 85px !important;
}

.has-padding-85 {
  padding: 85px !important;
}

.has-margin-top-85 {
  margin-top: 85px !important;
}

.has-padding-top-85 {
  padding-top: 85px !important;
}

.has-margin-bottom-85 {
  margin-bottom: 85px !important;
}

.has-padding-bottom-85 {
  padding-bottom: 85px !important;
}

.has-margin-left-85 {
  margin-left: 85px !important;
}

.has-padding-left-85 {
  padding-left: 85px !important;
}

.has-margin-right-85 {
  margin-right: 85px !important;
}

.has-padding-right-85 {
  padding-right: 85px !important;
}

.has-margin-90 {
  margin: 90px !important;
}

.has-padding-90 {
  padding: 90px !important;
}

.has-margin-top-90 {
  margin-top: 90px !important;
}

.has-padding-top-90 {
  padding-top: 90px !important;
}

.has-margin-bottom-90 {
  margin-bottom: 90px !important;
}

.has-padding-bottom-90 {
  padding-bottom: 90px !important;
}

.has-margin-left-90 {
  margin-left: 90px !important;
}

.has-padding-left-90 {
  padding-left: 90px !important;
}

.has-margin-right-90 {
  margin-right: 90px !important;
}

.has-padding-right-90 {
  padding-right: 90px !important;
}

.has-margin-95 {
  margin: 95px !important;
}

.has-padding-95 {
  padding: 95px !important;
}

.has-margin-top-95 {
  margin-top: 95px !important;
}

.has-padding-top-95 {
  padding-top: 95px !important;
}

.has-margin-bottom-95 {
  margin-bottom: 95px !important;
}

.has-padding-bottom-95 {
  padding-bottom: 95px !important;
}

.has-margin-left-95 {
  margin-left: 95px !important;
}

.has-padding-left-95 {
  padding-left: 95px !important;
}

.has-margin-right-95 {
  margin-right: 95px !important;
}

.has-padding-right-95 {
  padding-right: 95px !important;
}

.has-margin-100 {
  margin: 100px !important;
}

.has-padding-100 {
  padding: 100px !important;
}

.has-margin-top-100 {
  margin-top: 100px !important;
}

.has-padding-top-100 {
  padding-top: 100px !important;
}

.has-margin-bottom-100 {
  margin-bottom: 100px !important;
}

.has-padding-bottom-100 {
  padding-bottom: 100px !important;
}

.has-margin-left-100 {
  margin-left: 100px !important;
}

.has-padding-left-100 {
  padding-left: 100px !important;
}

.has-margin-right-100 {
  margin-right: 100px !important;
}

.has-padding-right-100 {
  padding-right: 100px !important;
}

.has-margin-105 {
  margin: 105px !important;
}

.has-padding-105 {
  padding: 105px !important;
}

.has-margin-top-105 {
  margin-top: 105px !important;
}

.has-padding-top-105 {
  padding-top: 105px !important;
}

.has-margin-bottom-105 {
  margin-bottom: 105px !important;
}

.has-padding-bottom-105 {
  padding-bottom: 105px !important;
}

.has-margin-left-105 {
  margin-left: 105px !important;
}

.has-padding-left-105 {
  padding-left: 105px !important;
}

.has-margin-right-105 {
  margin-right: 105px !important;
}

.has-padding-right-105 {
  padding-right: 105px !important;
}

.has-margin-110 {
  margin: 110px !important;
}

.has-padding-110 {
  padding: 110px !important;
}

.has-margin-top-110 {
  margin-top: 110px !important;
}

.has-padding-top-110 {
  padding-top: 110px !important;
}

.has-margin-bottom-110 {
  margin-bottom: 110px !important;
}

.has-padding-bottom-110 {
  padding-bottom: 110px !important;
}

.has-margin-left-110 {
  margin-left: 110px !important;
}

.has-padding-left-110 {
  padding-left: 110px !important;
}

.has-margin-right-110 {
  margin-right: 110px !important;
}

.has-padding-right-110 {
  padding-right: 110px !important;
}

.has-margin-115 {
  margin: 115px !important;
}

.has-padding-115 {
  padding: 115px !important;
}

.has-margin-top-115 {
  margin-top: 115px !important;
}

.has-padding-top-115 {
  padding-top: 115px !important;
}

.has-margin-bottom-115 {
  margin-bottom: 115px !important;
}

.has-padding-bottom-115 {
  padding-bottom: 115px !important;
}

.has-margin-left-115 {
  margin-left: 115px !important;
}

.has-padding-left-115 {
  padding-left: 115px !important;
}

.has-margin-right-115 {
  margin-right: 115px !important;
}

.has-padding-right-115 {
  padding-right: 115px !important;
}

.has-margin-120 {
  margin: 120px !important;
}

.has-padding-120 {
  padding: 120px !important;
}

.has-margin-top-120 {
  margin-top: 120px !important;
}

.has-padding-top-120 {
  padding-top: 120px !important;
}

.has-margin-bottom-120 {
  margin-bottom: 120px !important;
}

.has-padding-bottom-120 {
  padding-bottom: 120px !important;
}

.has-margin-left-120 {
  margin-left: 120px !important;
}

.has-padding-left-120 {
  padding-left: 120px !important;
}

.has-margin-right-120 {
  margin-right: 120px !important;
}

.has-padding-right-120 {
  padding-right: 120px !important;
}

.has-margin-125 {
  margin: 125px !important;
}

.has-padding-125 {
  padding: 125px !important;
}

.has-margin-top-125 {
  margin-top: 125px !important;
}

.has-padding-top-125 {
  padding-top: 125px !important;
}

.has-margin-bottom-125 {
  margin-bottom: 125px !important;
}

.has-padding-bottom-125 {
  padding-bottom: 125px !important;
}

.has-margin-left-125 {
  margin-left: 125px !important;
}

.has-padding-left-125 {
  padding-left: 125px !important;
}

.has-margin-right-125 {
  margin-right: 125px !important;
}

.has-padding-right-125 {
  padding-right: 125px !important;
}

.has-margin-130 {
  margin: 130px !important;
}

.has-padding-130 {
  padding: 130px !important;
}

.has-margin-top-130 {
  margin-top: 130px !important;
}

.has-padding-top-130 {
  padding-top: 130px !important;
}

.has-margin-bottom-130 {
  margin-bottom: 130px !important;
}

.has-padding-bottom-130 {
  padding-bottom: 130px !important;
}

.has-margin-left-130 {
  margin-left: 130px !important;
}

.has-padding-left-130 {
  padding-left: 130px !important;
}

.has-margin-right-130 {
  margin-right: 130px !important;
}

.has-padding-right-130 {
  padding-right: 130px !important;
}

.has-margin-135 {
  margin: 135px !important;
}

.has-padding-135 {
  padding: 135px !important;
}

.has-margin-top-135 {
  margin-top: 135px !important;
}

.has-padding-top-135 {
  padding-top: 135px !important;
}

.has-margin-bottom-135 {
  margin-bottom: 135px !important;
}

.has-padding-bottom-135 {
  padding-bottom: 135px !important;
}

.has-margin-left-135 {
  margin-left: 135px !important;
}

.has-padding-left-135 {
  padding-left: 135px !important;
}

.has-margin-right-135 {
  margin-right: 135px !important;
}

.has-padding-right-135 {
  padding-right: 135px !important;
}

.has-margin-140 {
  margin: 140px !important;
}

.has-padding-140 {
  padding: 140px !important;
}

.has-margin-top-140 {
  margin-top: 140px !important;
}

.has-padding-top-140 {
  padding-top: 140px !important;
}

.has-margin-bottom-140 {
  margin-bottom: 140px !important;
}

.has-padding-bottom-140 {
  padding-bottom: 140px !important;
}

.has-margin-left-140 {
  margin-left: 140px !important;
}

.has-padding-left-140 {
  padding-left: 140px !important;
}

.has-margin-right-140 {
  margin-right: 140px !important;
}

.has-padding-right-140 {
  padding-right: 140px !important;
}

.has-margin-145 {
  margin: 145px !important;
}

.has-padding-145 {
  padding: 145px !important;
}

.has-margin-top-145 {
  margin-top: 145px !important;
}

.has-padding-top-145 {
  padding-top: 145px !important;
}

.has-margin-bottom-145 {
  margin-bottom: 145px !important;
}

.has-padding-bottom-145 {
  padding-bottom: 145px !important;
}

.has-margin-left-145 {
  margin-left: 145px !important;
}

.has-padding-left-145 {
  padding-left: 145px !important;
}

.has-margin-right-145 {
  margin-right: 145px !important;
}

.has-padding-right-145 {
  padding-right: 145px !important;
}

.is-top-marginless {
  margin-top: 0 !important;
}

.is-top-paddingless {
  padding-top: 0 !important;
}

.is-bottom-marginless {
  margin-bottom: 0 !important;
}

.is-bottom-paddingless {
  padding-bottom: 0 !important;
}

.is-left-marginless {
  margin-left: 0 !important;
}

.is-left-paddingless {
  padding-left: 0 !important;
}

.is-right-marginless {
  margin-right: 0 !important;
}

.is-right-paddingless {
  padding-right: 0 !important;
}

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

.has-margin-top-auto {
  margin-top: auto !important;
}

.has-margin-bottom-auto {
  margin-bottom: auto !important;
}

.has-margin-left-auto {
  margin-left: auto !important;
}

.has-margin-right-auto {
  margin-right: auto !important;
}

@media screen and (max-width: 768px) {
  .flex-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 769px), print {
  .flex-tablet {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .flex-tablet-only {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (max-width: 1119px) {
  .flex-touch {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 1120px) {
  .flex-desktop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .flex-desktop-only {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 1360px) {
  .flex-widescreen {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .flex-row-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row !important;
  }
}
@media screen and (min-width: 769px), print {
  .flex-row-tablet {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .flex-row-tablet-only {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row !important;
  }
}
@media screen and (max-width: 1119px) {
  .flex-row-touch {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row !important;
  }
}
@media screen and (min-width: 1120px) {
  .flex-row-desktop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .flex-row-desktop-only {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row !important;
  }
}
@media screen and (min-width: 1360px) {
  .flex-row-widescreen {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row !important;
  }
}
@media screen and (max-width: 768px) {
  .flex-column-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 769px), print {
  .flex-column-tablet {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .flex-column-tablet-only {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 1119px) {
  .flex-column-touch {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 1120px) {
  .flex-column-desktop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .flex-column-desktop-only {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 1360px) {
  .flex-column-widescreen {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 768px) {
  .nowrap-mobile {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 769px), print {
  .nowrap-tablet {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .nowrap-tablet-only {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 1119px) {
  .nowrap-touch {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 1120px) {
  .nowrap-desktop {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .nowrap-desktop-only {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 1360px) {
  .nowrap-widescreen {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap-mobile {
    flex-wrap: wrap !important;
  }
}
@media screen and (min-width: 769px), print {
  .wrap-tablet {
    flex-wrap: wrap !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .wrap-tablet-only {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 1119px) {
  .wrap-touch {
    flex-wrap: wrap !important;
  }
}
@media screen and (min-width: 1120px) {
  .wrap-desktop {
    flex-wrap: wrap !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .wrap-desktop-only {
    flex-wrap: wrap !important;
  }
}
@media screen and (min-width: 1360px) {
  .wrap-widescreen {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap-reverse-mobile {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 769px), print {
  .wrap-reverse-tablet {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .wrap-reverse-tablet-only {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (max-width: 1119px) {
  .wrap-reverse-touch {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 1120px) {
  .wrap-reverse-desktop {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .wrap-reverse-desktop-only {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 1360px) {
  .wrap-reverse-widescreen {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (max-width: 768px) {
  .align-start-mobile {
    align-content: start !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-start-tablet {
    align-content: start !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-start-tablet-only {
    align-content: start !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-start-touch {
    align-content: start !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-start-desktop {
    align-content: start !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-start-desktop-only {
    align-content: start !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-start-widescreen {
    align-content: start !important;
  }
}
@media screen and (max-width: 768px) {
  .align-end-mobile {
    align-content: end !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-end-tablet {
    align-content: end !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-end-tablet-only {
    align-content: end !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-end-touch {
    align-content: end !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-end-desktop {
    align-content: end !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-end-desktop-only {
    align-content: end !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-end-widescreen {
    align-content: end !important;
  }
}
@media screen and (max-width: 768px) {
  .align-flex-start-mobile {
    align-content: flex-start !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-flex-start-tablet {
    align-content: flex-start !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-flex-start-tablet-only {
    align-content: flex-start !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-flex-start-touch {
    align-content: flex-start !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-flex-start-desktop {
    align-content: flex-start !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-flex-start-desktop-only {
    align-content: flex-start !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-flex-start-widescreen {
    align-content: flex-start !important;
  }
}
@media screen and (max-width: 768px) {
  .align-flex-end-mobile {
    align-content: flex-end !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-flex-end-tablet {
    align-content: flex-end !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-flex-end-tablet-only {
    align-content: flex-end !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-flex-end-touch {
    align-content: flex-end !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-flex-end-desktop {
    align-content: flex-end !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-flex-end-desktop-only {
    align-content: flex-end !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-flex-end-widescreen {
    align-content: flex-end !important;
  }
}
@media screen and (max-width: 768px) {
  .align-center-mobile {
    align-content: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-center-tablet {
    align-content: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-center-tablet-only {
    align-content: center !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-center-touch {
    align-content: center !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-center-desktop {
    align-content: center !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-center-desktop-only {
    align-content: center !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-center-widescreen {
    align-content: center !important;
  }
}
@media screen and (max-width: 768px) {
  .align-normal-mobile {
    align-content: normal !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-normal-tablet {
    align-content: normal !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-normal-tablet-only {
    align-content: normal !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-normal-touch {
    align-content: normal !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-normal-desktop {
    align-content: normal !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-normal-desktop-only {
    align-content: normal !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-normal-widescreen {
    align-content: normal !important;
  }
}
@media screen and (max-width: 768px) {
  .align-space-between-mobile {
    align-content: space-between !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-space-between-tablet {
    align-content: space-between !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-space-between-tablet-only {
    align-content: space-between !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-space-between-touch {
    align-content: space-between !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-space-between-desktop {
    align-content: space-between !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-space-between-desktop-only {
    align-content: space-between !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-space-between-widescreen {
    align-content: space-between !important;
  }
}
@media screen and (max-width: 768px) {
  .align-space-around-mobile {
    align-content: space-around !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-space-around-tablet {
    align-content: space-around !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-space-around-tablet-only {
    align-content: space-around !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-space-around-touch {
    align-content: space-around !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-space-around-desktop {
    align-content: space-around !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-space-around-desktop-only {
    align-content: space-around !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-space-around-widescreen {
    align-content: space-around !important;
  }
}
@media screen and (max-width: 768px) {
  .align-space-evenly-mobile {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-space-evenly-tablet {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-space-evenly-tablet-only {
    align-content: space-evenly !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-space-evenly-touch {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-space-evenly-desktop {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-space-evenly-desktop-only {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-space-evenly-widescreen {
    align-content: space-evenly !important;
  }
}
@media screen and (max-width: 768px) {
  .align-stretch-mobile {
    align-content: stretch !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-stretch-tablet {
    align-content: stretch !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-stretch-tablet-only {
    align-content: stretch !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-stretch-touch {
    align-content: stretch !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-stretch-desktop {
    align-content: stretch !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-stretch-desktop-only {
    align-content: stretch !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-stretch-widescreen {
    align-content: stretch !important;
  }
}
@media screen and (max-width: 768px) {
  .align-baseline-mobile {
    align-content: baseline !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-baseline-tablet {
    align-content: baseline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-baseline-tablet-only {
    align-content: baseline !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-baseline-touch {
    align-content: baseline !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-baseline-desktop {
    align-content: baseline !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-baseline-desktop-only {
    align-content: baseline !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-baseline-widescreen {
    align-content: baseline !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-left-mobile {
    justify-content: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-left-tablet {
    justify-content: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .justify-left-tablet-only {
    justify-content: left !important;
  }
}
@media screen and (max-width: 1119px) {
  .justify-left-touch {
    justify-content: left !important;
  }
}
@media screen and (min-width: 1120px) {
  .justify-left-desktop {
    justify-content: left !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .justify-left-desktop-only {
    justify-content: left !important;
  }
}
@media screen and (min-width: 1360px) {
  .justify-left-widescreen {
    justify-content: left !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-right-mobile {
    justify-content: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-right-tablet {
    justify-content: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .justify-right-tablet-only {
    justify-content: right !important;
  }
}
@media screen and (max-width: 1119px) {
  .justify-right-touch {
    justify-content: right !important;
  }
}
@media screen and (min-width: 1120px) {
  .justify-right-desktop {
    justify-content: right !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .justify-right-desktop-only {
    justify-content: right !important;
  }
}
@media screen and (min-width: 1360px) {
  .justify-right-widescreen {
    justify-content: right !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-start-mobile {
    justify-content: start !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-start-tablet {
    justify-content: start !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .justify-start-tablet-only {
    justify-content: start !important;
  }
}
@media screen and (max-width: 1119px) {
  .justify-start-touch {
    justify-content: start !important;
  }
}
@media screen and (min-width: 1120px) {
  .justify-start-desktop {
    justify-content: start !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .justify-start-desktop-only {
    justify-content: start !important;
  }
}
@media screen and (min-width: 1360px) {
  .justify-start-widescreen {
    justify-content: start !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-end-mobile {
    justify-content: end !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-end-tablet {
    justify-content: end !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .justify-end-tablet-only {
    justify-content: end !important;
  }
}
@media screen and (max-width: 1119px) {
  .justify-end-touch {
    justify-content: end !important;
  }
}
@media screen and (min-width: 1120px) {
  .justify-end-desktop {
    justify-content: end !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .justify-end-desktop-only {
    justify-content: end !important;
  }
}
@media screen and (min-width: 1360px) {
  .justify-end-widescreen {
    justify-content: end !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-flex-start-mobile {
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-flex-start-tablet {
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .justify-flex-start-tablet-only {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 1119px) {
  .justify-flex-start-touch {
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 1120px) {
  .justify-flex-start-desktop {
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .justify-flex-start-desktop-only {
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 1360px) {
  .justify-flex-start-widescreen {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-flex-end-mobile {
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-flex-end-tablet {
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .justify-flex-end-tablet-only {
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 1119px) {
  .justify-flex-end-touch {
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 1120px) {
  .justify-flex-end-desktop {
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .justify-flex-end-desktop-only {
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 1360px) {
  .justify-flex-end-widescreen {
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-center-mobile {
    justify-content: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-center-tablet {
    justify-content: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .justify-center-tablet-only {
    justify-content: center !important;
  }
}
@media screen and (max-width: 1119px) {
  .justify-center-touch {
    justify-content: center !important;
  }
}
@media screen and (min-width: 1120px) {
  .justify-center-desktop {
    justify-content: center !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .justify-center-desktop-only {
    justify-content: center !important;
  }
}
@media screen and (min-width: 1360px) {
  .justify-center-widescreen {
    justify-content: center !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-normal-mobile {
    justify-content: normal !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-normal-tablet {
    justify-content: normal !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .justify-normal-tablet-only {
    justify-content: normal !important;
  }
}
@media screen and (max-width: 1119px) {
  .justify-normal-touch {
    justify-content: normal !important;
  }
}
@media screen and (min-width: 1120px) {
  .justify-normal-desktop {
    justify-content: normal !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .justify-normal-desktop-only {
    justify-content: normal !important;
  }
}
@media screen and (min-width: 1360px) {
  .justify-normal-widescreen {
    justify-content: normal !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-space-between-mobile {
    justify-content: space-between !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-space-between-tablet {
    justify-content: space-between !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .justify-space-between-tablet-only {
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 1119px) {
  .justify-space-between-touch {
    justify-content: space-between !important;
  }
}
@media screen and (min-width: 1120px) {
  .justify-space-between-desktop {
    justify-content: space-between !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .justify-space-between-desktop-only {
    justify-content: space-between !important;
  }
}
@media screen and (min-width: 1360px) {
  .justify-space-between-widescreen {
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-space-around-mobile {
    justify-content: space-around !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-space-around-tablet {
    justify-content: space-around !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .justify-space-around-tablet-only {
    justify-content: space-around !important;
  }
}
@media screen and (max-width: 1119px) {
  .justify-space-around-touch {
    justify-content: space-around !important;
  }
}
@media screen and (min-width: 1120px) {
  .justify-space-around-desktop {
    justify-content: space-around !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .justify-space-around-desktop-only {
    justify-content: space-around !important;
  }
}
@media screen and (min-width: 1360px) {
  .justify-space-around-widescreen {
    justify-content: space-around !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-space-evenly-mobile {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-space-evenly-tablet {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .justify-space-evenly-tablet-only {
    justify-content: space-evenly !important;
  }
}
@media screen and (max-width: 1119px) {
  .justify-space-evenly-touch {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 1120px) {
  .justify-space-evenly-desktop {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .justify-space-evenly-desktop-only {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 1360px) {
  .justify-space-evenly-widescreen {
    justify-content: space-evenly !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-stretch-mobile {
    justify-content: stretch !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-stretch-tablet {
    justify-content: stretch !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .justify-stretch-tablet-only {
    justify-content: stretch !important;
  }
}
@media screen and (max-width: 1119px) {
  .justify-stretch-touch {
    justify-content: stretch !important;
  }
}
@media screen and (min-width: 1120px) {
  .justify-stretch-desktop {
    justify-content: stretch !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .justify-stretch-desktop-only {
    justify-content: stretch !important;
  }
}
@media screen and (min-width: 1360px) {
  .justify-stretch-widescreen {
    justify-content: stretch !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-baseline-mobile {
    justify-content: baseline !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-baseline-tablet {
    justify-content: baseline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .justify-baseline-tablet-only {
    justify-content: baseline !important;
  }
}
@media screen and (max-width: 1119px) {
  .justify-baseline-touch {
    justify-content: baseline !important;
  }
}
@media screen and (min-width: 1120px) {
  .justify-baseline-desktop {
    justify-content: baseline !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .justify-baseline-desktop-only {
    justify-content: baseline !important;
  }
}
@media screen and (min-width: 1360px) {
  .justify-baseline-widescreen {
    justify-content: baseline !important;
  }
}
@media screen and (max-width: 768px) {
  .align-self-auto-mobile {
    align-self: auto !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-self-auto-tablet {
    align-self: auto !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-self-auto-tablet-only {
    align-self: auto !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-self-auto-touch {
    align-self: auto !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-self-auto-desktop {
    align-self: auto !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-self-auto-desktop-only {
    align-self: auto !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-self-auto-widescreen {
    align-self: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .align-self-flex-start-mobile {
    align-self: flex-start !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-self-flex-start-tablet {
    align-self: flex-start !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-self-flex-start-tablet-only {
    align-self: flex-start !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-self-flex-start-touch {
    align-self: flex-start !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-self-flex-start-desktop {
    align-self: flex-start !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-self-flex-start-desktop-only {
    align-self: flex-start !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-self-flex-start-widescreen {
    align-self: flex-start !important;
  }
}
@media screen and (max-width: 768px) {
  .align-self-flex-end-mobile {
    align-self: flex-end !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-self-flex-end-tablet {
    align-self: flex-end !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-self-flex-end-tablet-only {
    align-self: flex-end !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-self-flex-end-touch {
    align-self: flex-end !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-self-flex-end-desktop {
    align-self: flex-end !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-self-flex-end-desktop-only {
    align-self: flex-end !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-self-flex-end-widescreen {
    align-self: flex-end !important;
  }
}
@media screen and (max-width: 768px) {
  .align-self-center-mobile {
    align-self: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-self-center-tablet {
    align-self: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-self-center-tablet-only {
    align-self: center !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-self-center-touch {
    align-self: center !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-self-center-desktop {
    align-self: center !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-self-center-desktop-only {
    align-self: center !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-self-center-widescreen {
    align-self: center !important;
  }
}
@media screen and (max-width: 768px) {
  .align-self-baseline-mobile {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-self-baseline-tablet {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-self-baseline-tablet-only {
    align-self: baseline !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-self-baseline-touch {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-self-baseline-desktop {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-self-baseline-desktop-only {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-self-baseline-widescreen {
    align-self: baseline !important;
  }
}
@media screen and (max-width: 768px) {
  .align-self-stretch-mobile {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-self-stretch-tablet {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-self-stretch-tablet-only {
    align-self: stretch !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-self-stretch-touch {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-self-stretch-desktop {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-self-stretch-desktop-only {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-self-stretch-widescreen {
    align-self: stretch !important;
  }
}
@media screen and (max-width: 768px) {
  .align-items-flex-start-mobile {
    align-items: flex-start !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-items-flex-start-tablet {
    align-items: flex-start !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-items-flex-start-tablet-only {
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-items-flex-start-touch {
    align-items: flex-start !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-items-flex-start-desktop {
    align-items: flex-start !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-items-flex-start-desktop-only {
    align-items: flex-start !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-items-flex-start-widescreen {
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 768px) {
  .align-items-flex-end-mobile {
    align-items: flex-end !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-items-flex-end-tablet {
    align-items: flex-end !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-items-flex-end-tablet-only {
    align-items: flex-end !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-items-flex-end-touch {
    align-items: flex-end !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-items-flex-end-desktop {
    align-items: flex-end !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-items-flex-end-desktop-only {
    align-items: flex-end !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-items-flex-end-widescreen {
    align-items: flex-end !important;
  }
}
@media screen and (max-width: 768px) {
  .align-items-center-mobile {
    align-items: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-items-center-tablet {
    align-items: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-items-center-tablet-only {
    align-items: center !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-items-center-touch {
    align-items: center !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-items-center-desktop {
    align-items: center !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-items-center-desktop-only {
    align-items: center !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-items-center-widescreen {
    align-items: center !important;
  }
}
@media screen and (max-width: 768px) {
  .align-items-baseline-mobile {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-items-baseline-tablet {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-items-baseline-tablet-only {
    align-items: baseline !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-items-baseline-touch {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-items-baseline-desktop {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-items-baseline-desktop-only {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-items-baseline-widescreen {
    align-items: baseline !important;
  }
}
@media screen and (max-width: 768px) {
  .align-items-stretch-mobile {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-items-stretch-tablet {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .align-items-stretch-tablet-only {
    align-items: stretch !important;
  }
}
@media screen and (max-width: 1119px) {
  .align-items-stretch-touch {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 1120px) {
  .align-items-stretch-desktop {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .align-items-stretch-desktop-only {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 1360px) {
  .align-items-stretch-widescreen {
    align-items: stretch !important;
  }
}
@media screen and (max-width: 768px) {
  .has-width-50-mobile {
    width: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-width-50-tablet {
    width: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-width-50-tablet-only {
    width: 50px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-width-50-touch {
    width: 50px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-width-50-desktop {
    width: 50px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-width-50-desktop-only {
    width: 50px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-width-50-widescreen {
    width: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-height-50-mobile {
    height: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-height-50-tablet {
    height: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-height-50-tablet-only {
    height: 50px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-height-50-touch {
    height: 50px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-height-50-desktop {
    height: 50px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-height-50-desktop-only {
    height: 50px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-height-50-widescreen {
    height: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-width-100-mobile {
    width: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-width-100-tablet {
    width: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-width-100-tablet-only {
    width: 100px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-width-100-touch {
    width: 100px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-width-100-desktop {
    width: 100px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-width-100-desktop-only {
    width: 100px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-width-100-widescreen {
    width: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-height-100-mobile {
    height: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-height-100-tablet {
    height: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-height-100-tablet-only {
    height: 100px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-height-100-touch {
    height: 100px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-height-100-desktop {
    height: 100px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-height-100-desktop-only {
    height: 100px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-height-100-widescreen {
    height: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-width-150-mobile {
    width: 150px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-width-150-tablet {
    width: 150px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-width-150-tablet-only {
    width: 150px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-width-150-touch {
    width: 150px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-width-150-desktop {
    width: 150px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-width-150-desktop-only {
    width: 150px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-width-150-widescreen {
    width: 150px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-height-150-mobile {
    height: 150px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-height-150-tablet {
    height: 150px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-height-150-tablet-only {
    height: 150px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-height-150-touch {
    height: 150px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-height-150-desktop {
    height: 150px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-height-150-desktop-only {
    height: 150px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-height-150-widescreen {
    height: 150px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-width-200-mobile {
    width: 200px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-width-200-tablet {
    width: 200px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-width-200-tablet-only {
    width: 200px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-width-200-touch {
    width: 200px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-width-200-desktop {
    width: 200px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-width-200-desktop-only {
    width: 200px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-width-200-widescreen {
    width: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-height-200-mobile {
    height: 200px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-height-200-tablet {
    height: 200px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-height-200-tablet-only {
    height: 200px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-height-200-touch {
    height: 200px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-height-200-desktop {
    height: 200px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-height-200-desktop-only {
    height: 200px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-height-200-widescreen {
    height: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-width-250-mobile {
    width: 250px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-width-250-tablet {
    width: 250px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-width-250-tablet-only {
    width: 250px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-width-250-touch {
    width: 250px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-width-250-desktop {
    width: 250px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-width-250-desktop-only {
    width: 250px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-width-250-widescreen {
    width: 250px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-height-250-mobile {
    height: 250px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-height-250-tablet {
    height: 250px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-height-250-tablet-only {
    height: 250px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-height-250-touch {
    height: 250px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-height-250-desktop {
    height: 250px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-height-250-desktop-only {
    height: 250px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-height-250-widescreen {
    height: 250px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-width-300-mobile {
    width: 300px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-width-300-tablet {
    width: 300px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-width-300-tablet-only {
    width: 300px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-width-300-touch {
    width: 300px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-width-300-desktop {
    width: 300px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-width-300-desktop-only {
    width: 300px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-width-300-widescreen {
    width: 300px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-height-300-mobile {
    height: 300px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-height-300-tablet {
    height: 300px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-height-300-tablet-only {
    height: 300px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-height-300-touch {
    height: 300px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-height-300-desktop {
    height: 300px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-height-300-desktop-only {
    height: 300px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-height-300-widescreen {
    height: 300px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-width-350-mobile {
    width: 350px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-width-350-tablet {
    width: 350px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-width-350-tablet-only {
    width: 350px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-width-350-touch {
    width: 350px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-width-350-desktop {
    width: 350px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-width-350-desktop-only {
    width: 350px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-width-350-widescreen {
    width: 350px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-height-350-mobile {
    height: 350px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-height-350-tablet {
    height: 350px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-height-350-tablet-only {
    height: 350px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-height-350-touch {
    height: 350px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-height-350-desktop {
    height: 350px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-height-350-desktop-only {
    height: 350px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-height-350-widescreen {
    height: 350px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-width-50-mobile {
    max-width: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-width-50-tablet {
    max-width: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-max-width-50-tablet-only {
    max-width: 50px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-max-width-50-touch {
    max-width: 50px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-max-width-50-desktop {
    max-width: 50px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-max-width-50-desktop-only {
    max-width: 50px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-max-width-50-widescreen {
    max-width: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-width-50-mobile {
    min-width: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-width-50-tablet {
    min-width: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-min-width-50-tablet-only {
    min-width: 50px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-min-width-50-touch {
    min-width: 50px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-min-width-50-desktop {
    min-width: 50px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-min-width-50-desktop-only {
    min-width: 50px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-min-width-50-widescreen {
    min-width: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-height-50-mobile {
    max-height: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-height-50-tablet {
    max-height: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-max-height-50-tablet-only {
    max-height: 50px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-max-height-50-touch {
    max-height: 50px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-max-height-50-desktop {
    max-height: 50px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-max-height-50-desktop-only {
    max-height: 50px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-max-height-50-widescreen {
    max-height: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-height-50-mobile {
    min-height: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-height-50-tablet {
    min-height: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-min-height-50-tablet-only {
    min-height: 50px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-min-height-50-touch {
    min-height: 50px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-min-height-50-desktop {
    min-height: 50px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-min-height-50-desktop-only {
    min-height: 50px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-min-height-50-widescreen {
    min-height: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-width-100-mobile {
    max-width: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-width-100-tablet {
    max-width: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-max-width-100-tablet-only {
    max-width: 100px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-max-width-100-touch {
    max-width: 100px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-max-width-100-desktop {
    max-width: 100px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-max-width-100-desktop-only {
    max-width: 100px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-max-width-100-widescreen {
    max-width: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-width-100-mobile {
    min-width: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-width-100-tablet {
    min-width: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-min-width-100-tablet-only {
    min-width: 100px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-min-width-100-touch {
    min-width: 100px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-min-width-100-desktop {
    min-width: 100px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-min-width-100-desktop-only {
    min-width: 100px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-min-width-100-widescreen {
    min-width: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-height-100-mobile {
    max-height: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-height-100-tablet {
    max-height: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-max-height-100-tablet-only {
    max-height: 100px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-max-height-100-touch {
    max-height: 100px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-max-height-100-desktop {
    max-height: 100px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-max-height-100-desktop-only {
    max-height: 100px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-max-height-100-widescreen {
    max-height: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-height-100-mobile {
    min-height: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-height-100-tablet {
    min-height: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-min-height-100-tablet-only {
    min-height: 100px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-min-height-100-touch {
    min-height: 100px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-min-height-100-desktop {
    min-height: 100px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-min-height-100-desktop-only {
    min-height: 100px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-min-height-100-widescreen {
    min-height: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-width-150-mobile {
    max-width: 150px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-width-150-tablet {
    max-width: 150px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-max-width-150-tablet-only {
    max-width: 150px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-max-width-150-touch {
    max-width: 150px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-max-width-150-desktop {
    max-width: 150px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-max-width-150-desktop-only {
    max-width: 150px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-max-width-150-widescreen {
    max-width: 150px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-width-150-mobile {
    min-width: 150px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-width-150-tablet {
    min-width: 150px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-min-width-150-tablet-only {
    min-width: 150px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-min-width-150-touch {
    min-width: 150px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-min-width-150-desktop {
    min-width: 150px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-min-width-150-desktop-only {
    min-width: 150px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-min-width-150-widescreen {
    min-width: 150px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-height-150-mobile {
    max-height: 150px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-height-150-tablet {
    max-height: 150px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-max-height-150-tablet-only {
    max-height: 150px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-max-height-150-touch {
    max-height: 150px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-max-height-150-desktop {
    max-height: 150px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-max-height-150-desktop-only {
    max-height: 150px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-max-height-150-widescreen {
    max-height: 150px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-height-150-mobile {
    min-height: 150px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-height-150-tablet {
    min-height: 150px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-min-height-150-tablet-only {
    min-height: 150px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-min-height-150-touch {
    min-height: 150px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-min-height-150-desktop {
    min-height: 150px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-min-height-150-desktop-only {
    min-height: 150px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-min-height-150-widescreen {
    min-height: 150px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-width-200-mobile {
    max-width: 200px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-width-200-tablet {
    max-width: 200px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-max-width-200-tablet-only {
    max-width: 200px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-max-width-200-touch {
    max-width: 200px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-max-width-200-desktop {
    max-width: 200px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-max-width-200-desktop-only {
    max-width: 200px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-max-width-200-widescreen {
    max-width: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-width-200-mobile {
    min-width: 200px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-width-200-tablet {
    min-width: 200px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-min-width-200-tablet-only {
    min-width: 200px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-min-width-200-touch {
    min-width: 200px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-min-width-200-desktop {
    min-width: 200px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-min-width-200-desktop-only {
    min-width: 200px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-min-width-200-widescreen {
    min-width: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-height-200-mobile {
    max-height: 200px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-height-200-tablet {
    max-height: 200px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-max-height-200-tablet-only {
    max-height: 200px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-max-height-200-touch {
    max-height: 200px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-max-height-200-desktop {
    max-height: 200px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-max-height-200-desktop-only {
    max-height: 200px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-max-height-200-widescreen {
    max-height: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-height-200-mobile {
    min-height: 200px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-height-200-tablet {
    min-height: 200px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-min-height-200-tablet-only {
    min-height: 200px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-min-height-200-touch {
    min-height: 200px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-min-height-200-desktop {
    min-height: 200px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-min-height-200-desktop-only {
    min-height: 200px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-min-height-200-widescreen {
    min-height: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-width-250-mobile {
    max-width: 250px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-width-250-tablet {
    max-width: 250px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-max-width-250-tablet-only {
    max-width: 250px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-max-width-250-touch {
    max-width: 250px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-max-width-250-desktop {
    max-width: 250px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-max-width-250-desktop-only {
    max-width: 250px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-max-width-250-widescreen {
    max-width: 250px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-width-250-mobile {
    min-width: 250px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-width-250-tablet {
    min-width: 250px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-min-width-250-tablet-only {
    min-width: 250px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-min-width-250-touch {
    min-width: 250px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-min-width-250-desktop {
    min-width: 250px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-min-width-250-desktop-only {
    min-width: 250px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-min-width-250-widescreen {
    min-width: 250px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-height-250-mobile {
    max-height: 250px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-height-250-tablet {
    max-height: 250px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-max-height-250-tablet-only {
    max-height: 250px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-max-height-250-touch {
    max-height: 250px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-max-height-250-desktop {
    max-height: 250px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-max-height-250-desktop-only {
    max-height: 250px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-max-height-250-widescreen {
    max-height: 250px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-height-250-mobile {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-height-250-tablet {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-min-height-250-tablet-only {
    min-height: 250px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-min-height-250-touch {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-min-height-250-desktop {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-min-height-250-desktop-only {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-min-height-250-widescreen {
    min-height: 250px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-width-300-mobile {
    max-width: 300px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-width-300-tablet {
    max-width: 300px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-max-width-300-tablet-only {
    max-width: 300px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-max-width-300-touch {
    max-width: 300px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-max-width-300-desktop {
    max-width: 300px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-max-width-300-desktop-only {
    max-width: 300px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-max-width-300-widescreen {
    max-width: 300px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-width-300-mobile {
    min-width: 300px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-width-300-tablet {
    min-width: 300px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-min-width-300-tablet-only {
    min-width: 300px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-min-width-300-touch {
    min-width: 300px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-min-width-300-desktop {
    min-width: 300px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-min-width-300-desktop-only {
    min-width: 300px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-min-width-300-widescreen {
    min-width: 300px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-height-300-mobile {
    max-height: 300px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-height-300-tablet {
    max-height: 300px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-max-height-300-tablet-only {
    max-height: 300px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-max-height-300-touch {
    max-height: 300px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-max-height-300-desktop {
    max-height: 300px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-max-height-300-desktop-only {
    max-height: 300px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-max-height-300-widescreen {
    max-height: 300px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-height-300-mobile {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-height-300-tablet {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-min-height-300-tablet-only {
    min-height: 300px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-min-height-300-touch {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-min-height-300-desktop {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-min-height-300-desktop-only {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-min-height-300-widescreen {
    min-height: 300px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-width-350-mobile {
    max-width: 350px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-width-350-tablet {
    max-width: 350px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-max-width-350-tablet-only {
    max-width: 350px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-max-width-350-touch {
    max-width: 350px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-max-width-350-desktop {
    max-width: 350px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-max-width-350-desktop-only {
    max-width: 350px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-max-width-350-widescreen {
    max-width: 350px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-width-350-mobile {
    min-width: 350px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-width-350-tablet {
    min-width: 350px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-min-width-350-tablet-only {
    min-width: 350px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-min-width-350-touch {
    min-width: 350px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-min-width-350-desktop {
    min-width: 350px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-min-width-350-desktop-only {
    min-width: 350px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-min-width-350-widescreen {
    min-width: 350px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-height-350-mobile {
    max-height: 350px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-height-350-tablet {
    max-height: 350px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-max-height-350-tablet-only {
    max-height: 350px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-max-height-350-touch {
    max-height: 350px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-max-height-350-desktop {
    max-height: 350px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-max-height-350-desktop-only {
    max-height: 350px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-max-height-350-widescreen {
    max-height: 350px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-height-350-mobile {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-height-350-tablet {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-min-height-350-tablet-only {
    min-height: 350px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-min-height-350-touch {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-min-height-350-desktop {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-min-height-350-desktop-only {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-min-height-350-widescreen {
    min-height: 350px !important;
  }
}
@media screen and (max-width: 768px) {
  .is-full-height-mobile {
    height: 100% !important;
  }
  .has-page-height-mobile {
    height: 100vh !important;
  }
  .is-half-height-mobile {
    height: 50% !important;
  }
  .has-half-page-height-mobile {
    height: 50vh !important;
  }
  .is-quarter-height-mobile {
    height: 25% !important;
  }
  .has-quarter-page-height-mobile {
    height: 25vh !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-full-height-tablet {
    height: 100% !important;
  }
  .has-page-height-tablet {
    height: 100vh !important;
  }
  .is-half-height-tablet {
    height: 50% !important;
  }
  .has-half-page-height-tablet {
    height: 50vh !important;
  }
  .is-quarter-height-tablet {
    height: 25% !important;
  }
  .has-quarter-page-height-tablet {
    height: 25vh !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .is-full-height-tablet-only {
    height: 100% !important;
  }
  .has-page-height-tablet-only {
    height: 100vh !important;
  }
  .is-half-height-tablet-only {
    height: 50% !important;
  }
  .has-half-page-height-tablet-only {
    height: 50vh !important;
  }
  .is-quarter-height-tablet-only {
    height: 25% !important;
  }
  .has-quarter-page-height-tablet-only {
    height: 25vh !important;
  }
}
@media screen and (max-width: 1119px) {
  .is-full-height-touch {
    height: 100% !important;
  }
  .has-page-height-touch {
    height: 100vh !important;
  }
  .is-half-height-touch {
    height: 50% !important;
  }
  .has-half-page-height-touch {
    height: 50vh !important;
  }
  .is-quarter-height-touch {
    height: 25% !important;
  }
  .has-quarter-page-height-touch {
    height: 25vh !important;
  }
}
@media screen and (min-width: 1120px) {
  .is-full-height-desktop {
    height: 100% !important;
  }
  .has-page-height-desktop {
    height: 100vh !important;
  }
  .is-half-height-desktop {
    height: 50% !important;
  }
  .has-half-page-height-desktop {
    height: 50vh !important;
  }
  .is-quarter-height-desktop {
    height: 25% !important;
  }
  .has-quarter-page-height-desktop {
    height: 25vh !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .is-full-height-desktop-only {
    height: 100% !important;
  }
  .has-page-height-desktop-only {
    height: 100vh !important;
  }
  .is-half-height-desktop-only {
    height: 50% !important;
  }
  .has-half-page-height-desktop-only {
    height: 50vh !important;
  }
  .is-quarter-height-desktop-only {
    height: 25% !important;
  }
  .has-quarter-page-height-desktop-only {
    height: 25vh !important;
  }
}
@media screen and (min-width: 1360px) {
  .is-full-height-widescreen {
    height: 100% !important;
  }
  .has-page-height-widescreen {
    height: 100vh !important;
  }
  .is-half-height-widescreen {
    height: 50% !important;
  }
  .has-half-page-height-widescreen {
    height: 50vh !important;
  }
  .is-quarter-height-widescreen {
    height: 25% !important;
  }
  .has-quarter-page-height-widescreen {
    height: 25vh !important;
  }
}
@media screen and (max-width: 768px) {
  .is-full-width-mobile {
    width: 100% !important;
  }
  .has-page-width-mobile {
    width: 100vw !important;
  }
  .is-half-width-mobile {
    width: 50% !important;
  }
  .has-half-page-width-mobile {
    width: 50vw !important;
  }
  .is-quarter-width-mobile {
    width: 25% !important;
  }
  .has-quarter-page-width-mobile {
    width: 25vw !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-full-width-tablet {
    width: 100% !important;
  }
  .has-page-width-tablet {
    width: 100vw !important;
  }
  .is-half-width-tablet {
    width: 50% !important;
  }
  .has-half-page-width-tablet {
    width: 50vw !important;
  }
  .is-quarter-width-tablet {
    width: 25% !important;
  }
  .has-quarter-page-width-tablet {
    width: 25vw !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .is-full-width-tablet-only {
    width: 100% !important;
  }
  .has-page-width-tablet-only {
    width: 100vw !important;
  }
  .is-half-width-tablet-only {
    width: 50% !important;
  }
  .has-half-page-width-tablet-only {
    width: 50vw !important;
  }
  .is-quarter-width-tablet-only {
    width: 25% !important;
  }
  .has-quarter-page-width-tablet-only {
    width: 25vw !important;
  }
}
@media screen and (max-width: 1119px) {
  .is-full-width-touch {
    width: 100% !important;
  }
  .has-page-width-touch {
    width: 100vw !important;
  }
  .is-half-width-touch {
    width: 50% !important;
  }
  .has-half-page-width-touch {
    width: 50vw !important;
  }
  .is-quarter-width-touch {
    width: 25% !important;
  }
  .has-quarter-page-width-touch {
    width: 25vw !important;
  }
}
@media screen and (min-width: 1120px) {
  .is-full-width-desktop {
    width: 100% !important;
  }
  .has-page-width-desktop {
    width: 100vw !important;
  }
  .is-half-width-desktop {
    width: 50% !important;
  }
  .has-half-page-width-desktop {
    width: 50vw !important;
  }
  .is-quarter-width-desktop {
    width: 25% !important;
  }
  .has-quarter-page-width-desktop {
    width: 25vw !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .is-full-width-desktop-only {
    width: 100% !important;
  }
  .has-page-width-desktop-only {
    width: 100vw !important;
  }
  .is-half-width-desktop-only {
    width: 50% !important;
  }
  .has-half-page-width-desktop-only {
    width: 50vw !important;
  }
  .is-quarter-width-desktop-only {
    width: 25% !important;
  }
  .has-quarter-page-width-desktop-only {
    width: 25vw !important;
  }
}
@media screen and (min-width: 1360px) {
  .is-full-width-widescreen {
    width: 100% !important;
  }
  .has-page-width-widescreen {
    width: 100vw !important;
  }
  .is-half-width-widescreen {
    width: 50% !important;
  }
  .has-half-page-width-widescreen {
    width: 50vw !important;
  }
  .is-quarter-width-widescreen {
    width: 25% !important;
  }
  .has-quarter-page-width-widescreen {
    width: 25vw !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-5-mobile {
    margin: 5px !important;
  }
  .has-padding-5-mobile {
    padding: 5px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-5-tablet {
    margin: 5px !important;
  }
  .has-padding-5-tablet {
    padding: 5px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-5-tablet-only {
    margin: 5px !important;
  }
  .has-padding-5-tablet-only {
    padding: 5px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-5-touch {
    margin: 5px !important;
  }
  .has-padding-5-touch {
    padding: 5px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-5-desktop {
    margin: 5px !important;
  }
  .has-padding-5-desktop {
    padding: 5px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-5-desktop-only {
    margin: 5px !important;
  }
  .has-padding-5-desktop-only {
    padding: 5px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-5-widescreen {
    margin: 5px !important;
  }
  .has-padding-5-widescreen {
    padding: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-5-mobile {
    margin-top: 5px !important;
  }
  .has-padding-top-5-mobile {
    padding-top: 5px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-5-tablet {
    margin-top: 5px !important;
  }
  .has-padding-top-5-tablet {
    padding-top: 5px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-5-tablet-only {
    margin-top: 5px !important;
  }
  .has-padding-top-5-tablet-only {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-5-touch {
    margin-top: 5px !important;
  }
  .has-padding-top-5-touch {
    padding-top: 5px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-5-desktop {
    margin-top: 5px !important;
  }
  .has-padding-top-5-desktop {
    padding-top: 5px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-5-desktop-only {
    margin-top: 5px !important;
  }
  .has-padding-top-5-desktop-only {
    padding-top: 5px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-5-widescreen {
    margin-top: 5px !important;
  }
  .has-padding-top-5-widescreen {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-5-mobile {
    margin-bottom: 5px !important;
  }
  .has-padding-bottom-5-mobile {
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-5-tablet {
    margin-bottom: 5px !important;
  }
  .has-padding-bottom-5-tablet {
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-5-tablet-only {
    margin-bottom: 5px !important;
  }
  .has-padding-bottom-5-tablet-only {
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-5-touch {
    margin-bottom: 5px !important;
  }
  .has-padding-bottom-5-touch {
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-5-desktop {
    margin-bottom: 5px !important;
  }
  .has-padding-bottom-5-desktop {
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-5-desktop-only {
    margin-bottom: 5px !important;
  }
  .has-padding-bottom-5-desktop-only {
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-5-widescreen {
    margin-bottom: 5px !important;
  }
  .has-padding-bottom-5-widescreen {
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-5-mobile {
    margin-left: 5px !important;
  }
  .has-padding-left-5-mobile {
    padding-left: 5px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-5-tablet {
    margin-left: 5px !important;
  }
  .has-padding-left-5-tablet {
    padding-left: 5px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-5-tablet-only {
    margin-left: 5px !important;
  }
  .has-padding-left-5-tablet-only {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-5-touch {
    margin-left: 5px !important;
  }
  .has-padding-left-5-touch {
    padding-left: 5px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-5-desktop {
    margin-left: 5px !important;
  }
  .has-padding-left-5-desktop {
    padding-left: 5px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-5-desktop-only {
    margin-left: 5px !important;
  }
  .has-padding-left-5-desktop-only {
    padding-left: 5px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-5-widescreen {
    margin-left: 5px !important;
  }
  .has-padding-left-5-widescreen {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-5-mobile {
    margin-right: 5px !important;
  }
  .has-padding-right-5-mobile {
    padding-right: 5px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-5-tablet {
    margin-right: 5px !important;
  }
  .has-padding-right-5-tablet {
    padding-right: 5px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-5-tablet-only {
    margin-right: 5px !important;
  }
  .has-padding-right-5-tablet-only {
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-5-touch {
    margin-right: 5px !important;
  }
  .has-padding-right-5-touch {
    padding-right: 5px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-5-desktop {
    margin-right: 5px !important;
  }
  .has-padding-right-5-desktop {
    padding-right: 5px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-5-desktop-only {
    margin-right: 5px !important;
  }
  .has-padding-right-5-desktop-only {
    padding-right: 5px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-5-widescreen {
    margin-right: 5px !important;
  }
  .has-padding-right-5-widescreen {
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-10-mobile {
    margin: 10px !important;
  }
  .has-padding-10-mobile {
    padding: 10px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-10-tablet {
    margin: 10px !important;
  }
  .has-padding-10-tablet {
    padding: 10px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-10-tablet-only {
    margin: 10px !important;
  }
  .has-padding-10-tablet-only {
    padding: 10px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-10-touch {
    margin: 10px !important;
  }
  .has-padding-10-touch {
    padding: 10px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-10-desktop {
    margin: 10px !important;
  }
  .has-padding-10-desktop {
    padding: 10px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-10-desktop-only {
    margin: 10px !important;
  }
  .has-padding-10-desktop-only {
    padding: 10px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-10-widescreen {
    margin: 10px !important;
  }
  .has-padding-10-widescreen {
    padding: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-10-mobile {
    margin-top: 10px !important;
  }
  .has-padding-top-10-mobile {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-10-tablet {
    margin-top: 10px !important;
  }
  .has-padding-top-10-tablet {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-10-tablet-only {
    margin-top: 10px !important;
  }
  .has-padding-top-10-tablet-only {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-10-touch {
    margin-top: 10px !important;
  }
  .has-padding-top-10-touch {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-10-desktop {
    margin-top: 10px !important;
  }
  .has-padding-top-10-desktop {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-10-desktop-only {
    margin-top: 10px !important;
  }
  .has-padding-top-10-desktop-only {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-10-widescreen {
    margin-top: 10px !important;
  }
  .has-padding-top-10-widescreen {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-10-mobile {
    margin-bottom: 10px !important;
  }
  .has-padding-bottom-10-mobile {
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-10-tablet {
    margin-bottom: 10px !important;
  }
  .has-padding-bottom-10-tablet {
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-10-tablet-only {
    margin-bottom: 10px !important;
  }
  .has-padding-bottom-10-tablet-only {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-10-touch {
    margin-bottom: 10px !important;
  }
  .has-padding-bottom-10-touch {
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-10-desktop {
    margin-bottom: 10px !important;
  }
  .has-padding-bottom-10-desktop {
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-10-desktop-only {
    margin-bottom: 10px !important;
  }
  .has-padding-bottom-10-desktop-only {
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-10-widescreen {
    margin-bottom: 10px !important;
  }
  .has-padding-bottom-10-widescreen {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-10-mobile {
    margin-left: 10px !important;
  }
  .has-padding-left-10-mobile {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-10-tablet {
    margin-left: 10px !important;
  }
  .has-padding-left-10-tablet {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-10-tablet-only {
    margin-left: 10px !important;
  }
  .has-padding-left-10-tablet-only {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-10-touch {
    margin-left: 10px !important;
  }
  .has-padding-left-10-touch {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-10-desktop {
    margin-left: 10px !important;
  }
  .has-padding-left-10-desktop {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-10-desktop-only {
    margin-left: 10px !important;
  }
  .has-padding-left-10-desktop-only {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-10-widescreen {
    margin-left: 10px !important;
  }
  .has-padding-left-10-widescreen {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-10-mobile {
    margin-right: 10px !important;
  }
  .has-padding-right-10-mobile {
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-10-tablet {
    margin-right: 10px !important;
  }
  .has-padding-right-10-tablet {
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-10-tablet-only {
    margin-right: 10px !important;
  }
  .has-padding-right-10-tablet-only {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-10-touch {
    margin-right: 10px !important;
  }
  .has-padding-right-10-touch {
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-10-desktop {
    margin-right: 10px !important;
  }
  .has-padding-right-10-desktop {
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-10-desktop-only {
    margin-right: 10px !important;
  }
  .has-padding-right-10-desktop-only {
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-10-widescreen {
    margin-right: 10px !important;
  }
  .has-padding-right-10-widescreen {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-15-mobile {
    margin: 15px !important;
  }
  .has-padding-15-mobile {
    padding: 15px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-15-tablet {
    margin: 15px !important;
  }
  .has-padding-15-tablet {
    padding: 15px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-15-tablet-only {
    margin: 15px !important;
  }
  .has-padding-15-tablet-only {
    padding: 15px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-15-touch {
    margin: 15px !important;
  }
  .has-padding-15-touch {
    padding: 15px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-15-desktop {
    margin: 15px !important;
  }
  .has-padding-15-desktop {
    padding: 15px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-15-desktop-only {
    margin: 15px !important;
  }
  .has-padding-15-desktop-only {
    padding: 15px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-15-widescreen {
    margin: 15px !important;
  }
  .has-padding-15-widescreen {
    padding: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-15-mobile {
    margin-top: 15px !important;
  }
  .has-padding-top-15-mobile {
    padding-top: 15px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-15-tablet {
    margin-top: 15px !important;
  }
  .has-padding-top-15-tablet {
    padding-top: 15px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-15-tablet-only {
    margin-top: 15px !important;
  }
  .has-padding-top-15-tablet-only {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-15-touch {
    margin-top: 15px !important;
  }
  .has-padding-top-15-touch {
    padding-top: 15px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-15-desktop {
    margin-top: 15px !important;
  }
  .has-padding-top-15-desktop {
    padding-top: 15px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-15-desktop-only {
    margin-top: 15px !important;
  }
  .has-padding-top-15-desktop-only {
    padding-top: 15px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-15-widescreen {
    margin-top: 15px !important;
  }
  .has-padding-top-15-widescreen {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-15-mobile {
    margin-bottom: 15px !important;
  }
  .has-padding-bottom-15-mobile {
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-15-tablet {
    margin-bottom: 15px !important;
  }
  .has-padding-bottom-15-tablet {
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-15-tablet-only {
    margin-bottom: 15px !important;
  }
  .has-padding-bottom-15-tablet-only {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-15-touch {
    margin-bottom: 15px !important;
  }
  .has-padding-bottom-15-touch {
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-15-desktop {
    margin-bottom: 15px !important;
  }
  .has-padding-bottom-15-desktop {
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-15-desktop-only {
    margin-bottom: 15px !important;
  }
  .has-padding-bottom-15-desktop-only {
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-15-widescreen {
    margin-bottom: 15px !important;
  }
  .has-padding-bottom-15-widescreen {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-15-mobile {
    margin-left: 15px !important;
  }
  .has-padding-left-15-mobile {
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-15-tablet {
    margin-left: 15px !important;
  }
  .has-padding-left-15-tablet {
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-15-tablet-only {
    margin-left: 15px !important;
  }
  .has-padding-left-15-tablet-only {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-15-touch {
    margin-left: 15px !important;
  }
  .has-padding-left-15-touch {
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-15-desktop {
    margin-left: 15px !important;
  }
  .has-padding-left-15-desktop {
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-15-desktop-only {
    margin-left: 15px !important;
  }
  .has-padding-left-15-desktop-only {
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-15-widescreen {
    margin-left: 15px !important;
  }
  .has-padding-left-15-widescreen {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-15-mobile {
    margin-right: 15px !important;
  }
  .has-padding-right-15-mobile {
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-15-tablet {
    margin-right: 15px !important;
  }
  .has-padding-right-15-tablet {
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-15-tablet-only {
    margin-right: 15px !important;
  }
  .has-padding-right-15-tablet-only {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-15-touch {
    margin-right: 15px !important;
  }
  .has-padding-right-15-touch {
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-15-desktop {
    margin-right: 15px !important;
  }
  .has-padding-right-15-desktop {
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-15-desktop-only {
    margin-right: 15px !important;
  }
  .has-padding-right-15-desktop-only {
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-15-widescreen {
    margin-right: 15px !important;
  }
  .has-padding-right-15-widescreen {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-20-mobile {
    margin: 20px !important;
  }
  .has-padding-20-mobile {
    padding: 20px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-20-tablet {
    margin: 20px !important;
  }
  .has-padding-20-tablet {
    padding: 20px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-20-tablet-only {
    margin: 20px !important;
  }
  .has-padding-20-tablet-only {
    padding: 20px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-20-touch {
    margin: 20px !important;
  }
  .has-padding-20-touch {
    padding: 20px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-20-desktop {
    margin: 20px !important;
  }
  .has-padding-20-desktop {
    padding: 20px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-20-desktop-only {
    margin: 20px !important;
  }
  .has-padding-20-desktop-only {
    padding: 20px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-20-widescreen {
    margin: 20px !important;
  }
  .has-padding-20-widescreen {
    padding: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-20-mobile {
    margin-top: 20px !important;
  }
  .has-padding-top-20-mobile {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-20-tablet {
    margin-top: 20px !important;
  }
  .has-padding-top-20-tablet {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-20-tablet-only {
    margin-top: 20px !important;
  }
  .has-padding-top-20-tablet-only {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-20-touch {
    margin-top: 20px !important;
  }
  .has-padding-top-20-touch {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-20-desktop {
    margin-top: 20px !important;
  }
  .has-padding-top-20-desktop {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-20-desktop-only {
    margin-top: 20px !important;
  }
  .has-padding-top-20-desktop-only {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-20-widescreen {
    margin-top: 20px !important;
  }
  .has-padding-top-20-widescreen {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-20-mobile {
    margin-bottom: 20px !important;
  }
  .has-padding-bottom-20-mobile {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-20-tablet {
    margin-bottom: 20px !important;
  }
  .has-padding-bottom-20-tablet {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-20-tablet-only {
    margin-bottom: 20px !important;
  }
  .has-padding-bottom-20-tablet-only {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-20-touch {
    margin-bottom: 20px !important;
  }
  .has-padding-bottom-20-touch {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-20-desktop {
    margin-bottom: 20px !important;
  }
  .has-padding-bottom-20-desktop {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-20-desktop-only {
    margin-bottom: 20px !important;
  }
  .has-padding-bottom-20-desktop-only {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-20-widescreen {
    margin-bottom: 20px !important;
  }
  .has-padding-bottom-20-widescreen {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-20-mobile {
    margin-left: 20px !important;
  }
  .has-padding-left-20-mobile {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-20-tablet {
    margin-left: 20px !important;
  }
  .has-padding-left-20-tablet {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-20-tablet-only {
    margin-left: 20px !important;
  }
  .has-padding-left-20-tablet-only {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-20-touch {
    margin-left: 20px !important;
  }
  .has-padding-left-20-touch {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-20-desktop {
    margin-left: 20px !important;
  }
  .has-padding-left-20-desktop {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-20-desktop-only {
    margin-left: 20px !important;
  }
  .has-padding-left-20-desktop-only {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-20-widescreen {
    margin-left: 20px !important;
  }
  .has-padding-left-20-widescreen {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-20-mobile {
    margin-right: 20px !important;
  }
  .has-padding-right-20-mobile {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-20-tablet {
    margin-right: 20px !important;
  }
  .has-padding-right-20-tablet {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-20-tablet-only {
    margin-right: 20px !important;
  }
  .has-padding-right-20-tablet-only {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-20-touch {
    margin-right: 20px !important;
  }
  .has-padding-right-20-touch {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-20-desktop {
    margin-right: 20px !important;
  }
  .has-padding-right-20-desktop {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-20-desktop-only {
    margin-right: 20px !important;
  }
  .has-padding-right-20-desktop-only {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-20-widescreen {
    margin-right: 20px !important;
  }
  .has-padding-right-20-widescreen {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-25-mobile {
    margin: 25px !important;
  }
  .has-padding-25-mobile {
    padding: 25px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-25-tablet {
    margin: 25px !important;
  }
  .has-padding-25-tablet {
    padding: 25px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-25-tablet-only {
    margin: 25px !important;
  }
  .has-padding-25-tablet-only {
    padding: 25px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-25-touch {
    margin: 25px !important;
  }
  .has-padding-25-touch {
    padding: 25px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-25-desktop {
    margin: 25px !important;
  }
  .has-padding-25-desktop {
    padding: 25px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-25-desktop-only {
    margin: 25px !important;
  }
  .has-padding-25-desktop-only {
    padding: 25px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-25-widescreen {
    margin: 25px !important;
  }
  .has-padding-25-widescreen {
    padding: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-25-mobile {
    margin-top: 25px !important;
  }
  .has-padding-top-25-mobile {
    padding-top: 25px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-25-tablet {
    margin-top: 25px !important;
  }
  .has-padding-top-25-tablet {
    padding-top: 25px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-25-tablet-only {
    margin-top: 25px !important;
  }
  .has-padding-top-25-tablet-only {
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-25-touch {
    margin-top: 25px !important;
  }
  .has-padding-top-25-touch {
    padding-top: 25px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-25-desktop {
    margin-top: 25px !important;
  }
  .has-padding-top-25-desktop {
    padding-top: 25px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-25-desktop-only {
    margin-top: 25px !important;
  }
  .has-padding-top-25-desktop-only {
    padding-top: 25px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-25-widescreen {
    margin-top: 25px !important;
  }
  .has-padding-top-25-widescreen {
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-25-mobile {
    margin-bottom: 25px !important;
  }
  .has-padding-bottom-25-mobile {
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-25-tablet {
    margin-bottom: 25px !important;
  }
  .has-padding-bottom-25-tablet {
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-25-tablet-only {
    margin-bottom: 25px !important;
  }
  .has-padding-bottom-25-tablet-only {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-25-touch {
    margin-bottom: 25px !important;
  }
  .has-padding-bottom-25-touch {
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-25-desktop {
    margin-bottom: 25px !important;
  }
  .has-padding-bottom-25-desktop {
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-25-desktop-only {
    margin-bottom: 25px !important;
  }
  .has-padding-bottom-25-desktop-only {
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-25-widescreen {
    margin-bottom: 25px !important;
  }
  .has-padding-bottom-25-widescreen {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-25-mobile {
    margin-left: 25px !important;
  }
  .has-padding-left-25-mobile {
    padding-left: 25px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-25-tablet {
    margin-left: 25px !important;
  }
  .has-padding-left-25-tablet {
    padding-left: 25px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-25-tablet-only {
    margin-left: 25px !important;
  }
  .has-padding-left-25-tablet-only {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-25-touch {
    margin-left: 25px !important;
  }
  .has-padding-left-25-touch {
    padding-left: 25px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-25-desktop {
    margin-left: 25px !important;
  }
  .has-padding-left-25-desktop {
    padding-left: 25px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-25-desktop-only {
    margin-left: 25px !important;
  }
  .has-padding-left-25-desktop-only {
    padding-left: 25px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-25-widescreen {
    margin-left: 25px !important;
  }
  .has-padding-left-25-widescreen {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-25-mobile {
    margin-right: 25px !important;
  }
  .has-padding-right-25-mobile {
    padding-right: 25px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-25-tablet {
    margin-right: 25px !important;
  }
  .has-padding-right-25-tablet {
    padding-right: 25px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-25-tablet-only {
    margin-right: 25px !important;
  }
  .has-padding-right-25-tablet-only {
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-25-touch {
    margin-right: 25px !important;
  }
  .has-padding-right-25-touch {
    padding-right: 25px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-25-desktop {
    margin-right: 25px !important;
  }
  .has-padding-right-25-desktop {
    padding-right: 25px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-25-desktop-only {
    margin-right: 25px !important;
  }
  .has-padding-right-25-desktop-only {
    padding-right: 25px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-25-widescreen {
    margin-right: 25px !important;
  }
  .has-padding-right-25-widescreen {
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-30-mobile {
    margin: 30px !important;
  }
  .has-padding-30-mobile {
    padding: 30px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-30-tablet {
    margin: 30px !important;
  }
  .has-padding-30-tablet {
    padding: 30px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-30-tablet-only {
    margin: 30px !important;
  }
  .has-padding-30-tablet-only {
    padding: 30px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-30-touch {
    margin: 30px !important;
  }
  .has-padding-30-touch {
    padding: 30px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-30-desktop {
    margin: 30px !important;
  }
  .has-padding-30-desktop {
    padding: 30px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-30-desktop-only {
    margin: 30px !important;
  }
  .has-padding-30-desktop-only {
    padding: 30px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-30-widescreen {
    margin: 30px !important;
  }
  .has-padding-30-widescreen {
    padding: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-30-mobile {
    margin-top: 30px !important;
  }
  .has-padding-top-30-mobile {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-30-tablet {
    margin-top: 30px !important;
  }
  .has-padding-top-30-tablet {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-30-tablet-only {
    margin-top: 30px !important;
  }
  .has-padding-top-30-tablet-only {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-30-touch {
    margin-top: 30px !important;
  }
  .has-padding-top-30-touch {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-30-desktop {
    margin-top: 30px !important;
  }
  .has-padding-top-30-desktop {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-30-desktop-only {
    margin-top: 30px !important;
  }
  .has-padding-top-30-desktop-only {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-30-widescreen {
    margin-top: 30px !important;
  }
  .has-padding-top-30-widescreen {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-30-mobile {
    margin-bottom: 30px !important;
  }
  .has-padding-bottom-30-mobile {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-30-tablet {
    margin-bottom: 30px !important;
  }
  .has-padding-bottom-30-tablet {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-30-tablet-only {
    margin-bottom: 30px !important;
  }
  .has-padding-bottom-30-tablet-only {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-30-touch {
    margin-bottom: 30px !important;
  }
  .has-padding-bottom-30-touch {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-30-desktop {
    margin-bottom: 30px !important;
  }
  .has-padding-bottom-30-desktop {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-30-desktop-only {
    margin-bottom: 30px !important;
  }
  .has-padding-bottom-30-desktop-only {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-30-widescreen {
    margin-bottom: 30px !important;
  }
  .has-padding-bottom-30-widescreen {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-30-mobile {
    margin-left: 30px !important;
  }
  .has-padding-left-30-mobile {
    padding-left: 30px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-30-tablet {
    margin-left: 30px !important;
  }
  .has-padding-left-30-tablet {
    padding-left: 30px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-30-tablet-only {
    margin-left: 30px !important;
  }
  .has-padding-left-30-tablet-only {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-30-touch {
    margin-left: 30px !important;
  }
  .has-padding-left-30-touch {
    padding-left: 30px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-30-desktop {
    margin-left: 30px !important;
  }
  .has-padding-left-30-desktop {
    padding-left: 30px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-30-desktop-only {
    margin-left: 30px !important;
  }
  .has-padding-left-30-desktop-only {
    padding-left: 30px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-30-widescreen {
    margin-left: 30px !important;
  }
  .has-padding-left-30-widescreen {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-30-mobile {
    margin-right: 30px !important;
  }
  .has-padding-right-30-mobile {
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-30-tablet {
    margin-right: 30px !important;
  }
  .has-padding-right-30-tablet {
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-30-tablet-only {
    margin-right: 30px !important;
  }
  .has-padding-right-30-tablet-only {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-30-touch {
    margin-right: 30px !important;
  }
  .has-padding-right-30-touch {
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-30-desktop {
    margin-right: 30px !important;
  }
  .has-padding-right-30-desktop {
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-30-desktop-only {
    margin-right: 30px !important;
  }
  .has-padding-right-30-desktop-only {
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-30-widescreen {
    margin-right: 30px !important;
  }
  .has-padding-right-30-widescreen {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-35-mobile {
    margin: 35px !important;
  }
  .has-padding-35-mobile {
    padding: 35px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-35-tablet {
    margin: 35px !important;
  }
  .has-padding-35-tablet {
    padding: 35px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-35-tablet-only {
    margin: 35px !important;
  }
  .has-padding-35-tablet-only {
    padding: 35px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-35-touch {
    margin: 35px !important;
  }
  .has-padding-35-touch {
    padding: 35px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-35-desktop {
    margin: 35px !important;
  }
  .has-padding-35-desktop {
    padding: 35px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-35-desktop-only {
    margin: 35px !important;
  }
  .has-padding-35-desktop-only {
    padding: 35px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-35-widescreen {
    margin: 35px !important;
  }
  .has-padding-35-widescreen {
    padding: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-35-mobile {
    margin-top: 35px !important;
  }
  .has-padding-top-35-mobile {
    padding-top: 35px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-35-tablet {
    margin-top: 35px !important;
  }
  .has-padding-top-35-tablet {
    padding-top: 35px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-35-tablet-only {
    margin-top: 35px !important;
  }
  .has-padding-top-35-tablet-only {
    padding-top: 35px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-35-touch {
    margin-top: 35px !important;
  }
  .has-padding-top-35-touch {
    padding-top: 35px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-35-desktop {
    margin-top: 35px !important;
  }
  .has-padding-top-35-desktop {
    padding-top: 35px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-35-desktop-only {
    margin-top: 35px !important;
  }
  .has-padding-top-35-desktop-only {
    padding-top: 35px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-35-widescreen {
    margin-top: 35px !important;
  }
  .has-padding-top-35-widescreen {
    padding-top: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-35-mobile {
    margin-bottom: 35px !important;
  }
  .has-padding-bottom-35-mobile {
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-35-tablet {
    margin-bottom: 35px !important;
  }
  .has-padding-bottom-35-tablet {
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-35-tablet-only {
    margin-bottom: 35px !important;
  }
  .has-padding-bottom-35-tablet-only {
    padding-bottom: 35px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-35-touch {
    margin-bottom: 35px !important;
  }
  .has-padding-bottom-35-touch {
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-35-desktop {
    margin-bottom: 35px !important;
  }
  .has-padding-bottom-35-desktop {
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-35-desktop-only {
    margin-bottom: 35px !important;
  }
  .has-padding-bottom-35-desktop-only {
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-35-widescreen {
    margin-bottom: 35px !important;
  }
  .has-padding-bottom-35-widescreen {
    padding-bottom: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-35-mobile {
    margin-left: 35px !important;
  }
  .has-padding-left-35-mobile {
    padding-left: 35px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-35-tablet {
    margin-left: 35px !important;
  }
  .has-padding-left-35-tablet {
    padding-left: 35px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-35-tablet-only {
    margin-left: 35px !important;
  }
  .has-padding-left-35-tablet-only {
    padding-left: 35px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-35-touch {
    margin-left: 35px !important;
  }
  .has-padding-left-35-touch {
    padding-left: 35px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-35-desktop {
    margin-left: 35px !important;
  }
  .has-padding-left-35-desktop {
    padding-left: 35px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-35-desktop-only {
    margin-left: 35px !important;
  }
  .has-padding-left-35-desktop-only {
    padding-left: 35px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-35-widescreen {
    margin-left: 35px !important;
  }
  .has-padding-left-35-widescreen {
    padding-left: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-35-mobile {
    margin-right: 35px !important;
  }
  .has-padding-right-35-mobile {
    padding-right: 35px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-35-tablet {
    margin-right: 35px !important;
  }
  .has-padding-right-35-tablet {
    padding-right: 35px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-35-tablet-only {
    margin-right: 35px !important;
  }
  .has-padding-right-35-tablet-only {
    padding-right: 35px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-35-touch {
    margin-right: 35px !important;
  }
  .has-padding-right-35-touch {
    padding-right: 35px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-35-desktop {
    margin-right: 35px !important;
  }
  .has-padding-right-35-desktop {
    padding-right: 35px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-35-desktop-only {
    margin-right: 35px !important;
  }
  .has-padding-right-35-desktop-only {
    padding-right: 35px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-35-widescreen {
    margin-right: 35px !important;
  }
  .has-padding-right-35-widescreen {
    padding-right: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-40-mobile {
    margin: 40px !important;
  }
  .has-padding-40-mobile {
    padding: 40px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-40-tablet {
    margin: 40px !important;
  }
  .has-padding-40-tablet {
    padding: 40px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-40-tablet-only {
    margin: 40px !important;
  }
  .has-padding-40-tablet-only {
    padding: 40px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-40-touch {
    margin: 40px !important;
  }
  .has-padding-40-touch {
    padding: 40px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-40-desktop {
    margin: 40px !important;
  }
  .has-padding-40-desktop {
    padding: 40px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-40-desktop-only {
    margin: 40px !important;
  }
  .has-padding-40-desktop-only {
    padding: 40px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-40-widescreen {
    margin: 40px !important;
  }
  .has-padding-40-widescreen {
    padding: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-40-mobile {
    margin-top: 40px !important;
  }
  .has-padding-top-40-mobile {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-40-tablet {
    margin-top: 40px !important;
  }
  .has-padding-top-40-tablet {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-40-tablet-only {
    margin-top: 40px !important;
  }
  .has-padding-top-40-tablet-only {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-40-touch {
    margin-top: 40px !important;
  }
  .has-padding-top-40-touch {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-40-desktop {
    margin-top: 40px !important;
  }
  .has-padding-top-40-desktop {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-40-desktop-only {
    margin-top: 40px !important;
  }
  .has-padding-top-40-desktop-only {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-40-widescreen {
    margin-top: 40px !important;
  }
  .has-padding-top-40-widescreen {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-40-mobile {
    margin-bottom: 40px !important;
  }
  .has-padding-bottom-40-mobile {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-40-tablet {
    margin-bottom: 40px !important;
  }
  .has-padding-bottom-40-tablet {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-40-tablet-only {
    margin-bottom: 40px !important;
  }
  .has-padding-bottom-40-tablet-only {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-40-touch {
    margin-bottom: 40px !important;
  }
  .has-padding-bottom-40-touch {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-40-desktop {
    margin-bottom: 40px !important;
  }
  .has-padding-bottom-40-desktop {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-40-desktop-only {
    margin-bottom: 40px !important;
  }
  .has-padding-bottom-40-desktop-only {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-40-widescreen {
    margin-bottom: 40px !important;
  }
  .has-padding-bottom-40-widescreen {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-40-mobile {
    margin-left: 40px !important;
  }
  .has-padding-left-40-mobile {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-40-tablet {
    margin-left: 40px !important;
  }
  .has-padding-left-40-tablet {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-40-tablet-only {
    margin-left: 40px !important;
  }
  .has-padding-left-40-tablet-only {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-40-touch {
    margin-left: 40px !important;
  }
  .has-padding-left-40-touch {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-40-desktop {
    margin-left: 40px !important;
  }
  .has-padding-left-40-desktop {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-40-desktop-only {
    margin-left: 40px !important;
  }
  .has-padding-left-40-desktop-only {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-40-widescreen {
    margin-left: 40px !important;
  }
  .has-padding-left-40-widescreen {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-40-mobile {
    margin-right: 40px !important;
  }
  .has-padding-right-40-mobile {
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-40-tablet {
    margin-right: 40px !important;
  }
  .has-padding-right-40-tablet {
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-40-tablet-only {
    margin-right: 40px !important;
  }
  .has-padding-right-40-tablet-only {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-40-touch {
    margin-right: 40px !important;
  }
  .has-padding-right-40-touch {
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-40-desktop {
    margin-right: 40px !important;
  }
  .has-padding-right-40-desktop {
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-40-desktop-only {
    margin-right: 40px !important;
  }
  .has-padding-right-40-desktop-only {
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-40-widescreen {
    margin-right: 40px !important;
  }
  .has-padding-right-40-widescreen {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-45-mobile {
    margin: 45px !important;
  }
  .has-padding-45-mobile {
    padding: 45px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-45-tablet {
    margin: 45px !important;
  }
  .has-padding-45-tablet {
    padding: 45px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-45-tablet-only {
    margin: 45px !important;
  }
  .has-padding-45-tablet-only {
    padding: 45px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-45-touch {
    margin: 45px !important;
  }
  .has-padding-45-touch {
    padding: 45px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-45-desktop {
    margin: 45px !important;
  }
  .has-padding-45-desktop {
    padding: 45px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-45-desktop-only {
    margin: 45px !important;
  }
  .has-padding-45-desktop-only {
    padding: 45px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-45-widescreen {
    margin: 45px !important;
  }
  .has-padding-45-widescreen {
    padding: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-45-mobile {
    margin-top: 45px !important;
  }
  .has-padding-top-45-mobile {
    padding-top: 45px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-45-tablet {
    margin-top: 45px !important;
  }
  .has-padding-top-45-tablet {
    padding-top: 45px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-45-tablet-only {
    margin-top: 45px !important;
  }
  .has-padding-top-45-tablet-only {
    padding-top: 45px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-45-touch {
    margin-top: 45px !important;
  }
  .has-padding-top-45-touch {
    padding-top: 45px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-45-desktop {
    margin-top: 45px !important;
  }
  .has-padding-top-45-desktop {
    padding-top: 45px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-45-desktop-only {
    margin-top: 45px !important;
  }
  .has-padding-top-45-desktop-only {
    padding-top: 45px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-45-widescreen {
    margin-top: 45px !important;
  }
  .has-padding-top-45-widescreen {
    padding-top: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-45-mobile {
    margin-bottom: 45px !important;
  }
  .has-padding-bottom-45-mobile {
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-45-tablet {
    margin-bottom: 45px !important;
  }
  .has-padding-bottom-45-tablet {
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-45-tablet-only {
    margin-bottom: 45px !important;
  }
  .has-padding-bottom-45-tablet-only {
    padding-bottom: 45px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-45-touch {
    margin-bottom: 45px !important;
  }
  .has-padding-bottom-45-touch {
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-45-desktop {
    margin-bottom: 45px !important;
  }
  .has-padding-bottom-45-desktop {
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-45-desktop-only {
    margin-bottom: 45px !important;
  }
  .has-padding-bottom-45-desktop-only {
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-45-widescreen {
    margin-bottom: 45px !important;
  }
  .has-padding-bottom-45-widescreen {
    padding-bottom: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-45-mobile {
    margin-left: 45px !important;
  }
  .has-padding-left-45-mobile {
    padding-left: 45px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-45-tablet {
    margin-left: 45px !important;
  }
  .has-padding-left-45-tablet {
    padding-left: 45px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-45-tablet-only {
    margin-left: 45px !important;
  }
  .has-padding-left-45-tablet-only {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-45-touch {
    margin-left: 45px !important;
  }
  .has-padding-left-45-touch {
    padding-left: 45px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-45-desktop {
    margin-left: 45px !important;
  }
  .has-padding-left-45-desktop {
    padding-left: 45px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-45-desktop-only {
    margin-left: 45px !important;
  }
  .has-padding-left-45-desktop-only {
    padding-left: 45px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-45-widescreen {
    margin-left: 45px !important;
  }
  .has-padding-left-45-widescreen {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-45-mobile {
    margin-right: 45px !important;
  }
  .has-padding-right-45-mobile {
    padding-right: 45px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-45-tablet {
    margin-right: 45px !important;
  }
  .has-padding-right-45-tablet {
    padding-right: 45px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-45-tablet-only {
    margin-right: 45px !important;
  }
  .has-padding-right-45-tablet-only {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-45-touch {
    margin-right: 45px !important;
  }
  .has-padding-right-45-touch {
    padding-right: 45px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-45-desktop {
    margin-right: 45px !important;
  }
  .has-padding-right-45-desktop {
    padding-right: 45px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-45-desktop-only {
    margin-right: 45px !important;
  }
  .has-padding-right-45-desktop-only {
    padding-right: 45px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-45-widescreen {
    margin-right: 45px !important;
  }
  .has-padding-right-45-widescreen {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-50-mobile {
    margin: 50px !important;
  }
  .has-padding-50-mobile {
    padding: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-50-tablet {
    margin: 50px !important;
  }
  .has-padding-50-tablet {
    padding: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-50-tablet-only {
    margin: 50px !important;
  }
  .has-padding-50-tablet-only {
    padding: 50px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-50-touch {
    margin: 50px !important;
  }
  .has-padding-50-touch {
    padding: 50px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-50-desktop {
    margin: 50px !important;
  }
  .has-padding-50-desktop {
    padding: 50px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-50-desktop-only {
    margin: 50px !important;
  }
  .has-padding-50-desktop-only {
    padding: 50px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-50-widescreen {
    margin: 50px !important;
  }
  .has-padding-50-widescreen {
    padding: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-50-mobile {
    margin-top: 50px !important;
  }
  .has-padding-top-50-mobile {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-50-tablet {
    margin-top: 50px !important;
  }
  .has-padding-top-50-tablet {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-50-tablet-only {
    margin-top: 50px !important;
  }
  .has-padding-top-50-tablet-only {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-50-touch {
    margin-top: 50px !important;
  }
  .has-padding-top-50-touch {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-50-desktop {
    margin-top: 50px !important;
  }
  .has-padding-top-50-desktop {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-50-desktop-only {
    margin-top: 50px !important;
  }
  .has-padding-top-50-desktop-only {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-50-widescreen {
    margin-top: 50px !important;
  }
  .has-padding-top-50-widescreen {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-50-mobile {
    margin-bottom: 50px !important;
  }
  .has-padding-bottom-50-mobile {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-50-tablet {
    margin-bottom: 50px !important;
  }
  .has-padding-bottom-50-tablet {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-50-tablet-only {
    margin-bottom: 50px !important;
  }
  .has-padding-bottom-50-tablet-only {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-50-touch {
    margin-bottom: 50px !important;
  }
  .has-padding-bottom-50-touch {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-50-desktop {
    margin-bottom: 50px !important;
  }
  .has-padding-bottom-50-desktop {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-50-desktop-only {
    margin-bottom: 50px !important;
  }
  .has-padding-bottom-50-desktop-only {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-50-widescreen {
    margin-bottom: 50px !important;
  }
  .has-padding-bottom-50-widescreen {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-50-mobile {
    margin-left: 50px !important;
  }
  .has-padding-left-50-mobile {
    padding-left: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-50-tablet {
    margin-left: 50px !important;
  }
  .has-padding-left-50-tablet {
    padding-left: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-50-tablet-only {
    margin-left: 50px !important;
  }
  .has-padding-left-50-tablet-only {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-50-touch {
    margin-left: 50px !important;
  }
  .has-padding-left-50-touch {
    padding-left: 50px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-50-desktop {
    margin-left: 50px !important;
  }
  .has-padding-left-50-desktop {
    padding-left: 50px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-50-desktop-only {
    margin-left: 50px !important;
  }
  .has-padding-left-50-desktop-only {
    padding-left: 50px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-50-widescreen {
    margin-left: 50px !important;
  }
  .has-padding-left-50-widescreen {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-50-mobile {
    margin-right: 50px !important;
  }
  .has-padding-right-50-mobile {
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-50-tablet {
    margin-right: 50px !important;
  }
  .has-padding-right-50-tablet {
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-50-tablet-only {
    margin-right: 50px !important;
  }
  .has-padding-right-50-tablet-only {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-50-touch {
    margin-right: 50px !important;
  }
  .has-padding-right-50-touch {
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-50-desktop {
    margin-right: 50px !important;
  }
  .has-padding-right-50-desktop {
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-50-desktop-only {
    margin-right: 50px !important;
  }
  .has-padding-right-50-desktop-only {
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-50-widescreen {
    margin-right: 50px !important;
  }
  .has-padding-right-50-widescreen {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-55-mobile {
    margin: 55px !important;
  }
  .has-padding-55-mobile {
    padding: 55px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-55-tablet {
    margin: 55px !important;
  }
  .has-padding-55-tablet {
    padding: 55px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-55-tablet-only {
    margin: 55px !important;
  }
  .has-padding-55-tablet-only {
    padding: 55px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-55-touch {
    margin: 55px !important;
  }
  .has-padding-55-touch {
    padding: 55px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-55-desktop {
    margin: 55px !important;
  }
  .has-padding-55-desktop {
    padding: 55px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-55-desktop-only {
    margin: 55px !important;
  }
  .has-padding-55-desktop-only {
    padding: 55px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-55-widescreen {
    margin: 55px !important;
  }
  .has-padding-55-widescreen {
    padding: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-55-mobile {
    margin-top: 55px !important;
  }
  .has-padding-top-55-mobile {
    padding-top: 55px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-55-tablet {
    margin-top: 55px !important;
  }
  .has-padding-top-55-tablet {
    padding-top: 55px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-55-tablet-only {
    margin-top: 55px !important;
  }
  .has-padding-top-55-tablet-only {
    padding-top: 55px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-55-touch {
    margin-top: 55px !important;
  }
  .has-padding-top-55-touch {
    padding-top: 55px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-55-desktop {
    margin-top: 55px !important;
  }
  .has-padding-top-55-desktop {
    padding-top: 55px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-55-desktop-only {
    margin-top: 55px !important;
  }
  .has-padding-top-55-desktop-only {
    padding-top: 55px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-55-widescreen {
    margin-top: 55px !important;
  }
  .has-padding-top-55-widescreen {
    padding-top: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-55-mobile {
    margin-bottom: 55px !important;
  }
  .has-padding-bottom-55-mobile {
    padding-bottom: 55px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-55-tablet {
    margin-bottom: 55px !important;
  }
  .has-padding-bottom-55-tablet {
    padding-bottom: 55px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-55-tablet-only {
    margin-bottom: 55px !important;
  }
  .has-padding-bottom-55-tablet-only {
    padding-bottom: 55px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-55-touch {
    margin-bottom: 55px !important;
  }
  .has-padding-bottom-55-touch {
    padding-bottom: 55px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-55-desktop {
    margin-bottom: 55px !important;
  }
  .has-padding-bottom-55-desktop {
    padding-bottom: 55px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-55-desktop-only {
    margin-bottom: 55px !important;
  }
  .has-padding-bottom-55-desktop-only {
    padding-bottom: 55px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-55-widescreen {
    margin-bottom: 55px !important;
  }
  .has-padding-bottom-55-widescreen {
    padding-bottom: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-55-mobile {
    margin-left: 55px !important;
  }
  .has-padding-left-55-mobile {
    padding-left: 55px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-55-tablet {
    margin-left: 55px !important;
  }
  .has-padding-left-55-tablet {
    padding-left: 55px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-55-tablet-only {
    margin-left: 55px !important;
  }
  .has-padding-left-55-tablet-only {
    padding-left: 55px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-55-touch {
    margin-left: 55px !important;
  }
  .has-padding-left-55-touch {
    padding-left: 55px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-55-desktop {
    margin-left: 55px !important;
  }
  .has-padding-left-55-desktop {
    padding-left: 55px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-55-desktop-only {
    margin-left: 55px !important;
  }
  .has-padding-left-55-desktop-only {
    padding-left: 55px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-55-widescreen {
    margin-left: 55px !important;
  }
  .has-padding-left-55-widescreen {
    padding-left: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-55-mobile {
    margin-right: 55px !important;
  }
  .has-padding-right-55-mobile {
    padding-right: 55px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-55-tablet {
    margin-right: 55px !important;
  }
  .has-padding-right-55-tablet {
    padding-right: 55px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-55-tablet-only {
    margin-right: 55px !important;
  }
  .has-padding-right-55-tablet-only {
    padding-right: 55px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-55-touch {
    margin-right: 55px !important;
  }
  .has-padding-right-55-touch {
    padding-right: 55px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-55-desktop {
    margin-right: 55px !important;
  }
  .has-padding-right-55-desktop {
    padding-right: 55px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-55-desktop-only {
    margin-right: 55px !important;
  }
  .has-padding-right-55-desktop-only {
    padding-right: 55px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-55-widescreen {
    margin-right: 55px !important;
  }
  .has-padding-right-55-widescreen {
    padding-right: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-60-mobile {
    margin: 60px !important;
  }
  .has-padding-60-mobile {
    padding: 60px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-60-tablet {
    margin: 60px !important;
  }
  .has-padding-60-tablet {
    padding: 60px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-60-tablet-only {
    margin: 60px !important;
  }
  .has-padding-60-tablet-only {
    padding: 60px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-60-touch {
    margin: 60px !important;
  }
  .has-padding-60-touch {
    padding: 60px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-60-desktop {
    margin: 60px !important;
  }
  .has-padding-60-desktop {
    padding: 60px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-60-desktop-only {
    margin: 60px !important;
  }
  .has-padding-60-desktop-only {
    padding: 60px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-60-widescreen {
    margin: 60px !important;
  }
  .has-padding-60-widescreen {
    padding: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-60-mobile {
    margin-top: 60px !important;
  }
  .has-padding-top-60-mobile {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-60-tablet {
    margin-top: 60px !important;
  }
  .has-padding-top-60-tablet {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-60-tablet-only {
    margin-top: 60px !important;
  }
  .has-padding-top-60-tablet-only {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-60-touch {
    margin-top: 60px !important;
  }
  .has-padding-top-60-touch {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-60-desktop {
    margin-top: 60px !important;
  }
  .has-padding-top-60-desktop {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-60-desktop-only {
    margin-top: 60px !important;
  }
  .has-padding-top-60-desktop-only {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-60-widescreen {
    margin-top: 60px !important;
  }
  .has-padding-top-60-widescreen {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-60-mobile {
    margin-bottom: 60px !important;
  }
  .has-padding-bottom-60-mobile {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-60-tablet {
    margin-bottom: 60px !important;
  }
  .has-padding-bottom-60-tablet {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-60-tablet-only {
    margin-bottom: 60px !important;
  }
  .has-padding-bottom-60-tablet-only {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-60-touch {
    margin-bottom: 60px !important;
  }
  .has-padding-bottom-60-touch {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-60-desktop {
    margin-bottom: 60px !important;
  }
  .has-padding-bottom-60-desktop {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-60-desktop-only {
    margin-bottom: 60px !important;
  }
  .has-padding-bottom-60-desktop-only {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-60-widescreen {
    margin-bottom: 60px !important;
  }
  .has-padding-bottom-60-widescreen {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-60-mobile {
    margin-left: 60px !important;
  }
  .has-padding-left-60-mobile {
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-60-tablet {
    margin-left: 60px !important;
  }
  .has-padding-left-60-tablet {
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-60-tablet-only {
    margin-left: 60px !important;
  }
  .has-padding-left-60-tablet-only {
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-60-touch {
    margin-left: 60px !important;
  }
  .has-padding-left-60-touch {
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-60-desktop {
    margin-left: 60px !important;
  }
  .has-padding-left-60-desktop {
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-60-desktop-only {
    margin-left: 60px !important;
  }
  .has-padding-left-60-desktop-only {
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-60-widescreen {
    margin-left: 60px !important;
  }
  .has-padding-left-60-widescreen {
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-60-mobile {
    margin-right: 60px !important;
  }
  .has-padding-right-60-mobile {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-60-tablet {
    margin-right: 60px !important;
  }
  .has-padding-right-60-tablet {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-60-tablet-only {
    margin-right: 60px !important;
  }
  .has-padding-right-60-tablet-only {
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-60-touch {
    margin-right: 60px !important;
  }
  .has-padding-right-60-touch {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-60-desktop {
    margin-right: 60px !important;
  }
  .has-padding-right-60-desktop {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-60-desktop-only {
    margin-right: 60px !important;
  }
  .has-padding-right-60-desktop-only {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-60-widescreen {
    margin-right: 60px !important;
  }
  .has-padding-right-60-widescreen {
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-65-mobile {
    margin: 65px !important;
  }
  .has-padding-65-mobile {
    padding: 65px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-65-tablet {
    margin: 65px !important;
  }
  .has-padding-65-tablet {
    padding: 65px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-65-tablet-only {
    margin: 65px !important;
  }
  .has-padding-65-tablet-only {
    padding: 65px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-65-touch {
    margin: 65px !important;
  }
  .has-padding-65-touch {
    padding: 65px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-65-desktop {
    margin: 65px !important;
  }
  .has-padding-65-desktop {
    padding: 65px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-65-desktop-only {
    margin: 65px !important;
  }
  .has-padding-65-desktop-only {
    padding: 65px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-65-widescreen {
    margin: 65px !important;
  }
  .has-padding-65-widescreen {
    padding: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-65-mobile {
    margin-top: 65px !important;
  }
  .has-padding-top-65-mobile {
    padding-top: 65px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-65-tablet {
    margin-top: 65px !important;
  }
  .has-padding-top-65-tablet {
    padding-top: 65px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-65-tablet-only {
    margin-top: 65px !important;
  }
  .has-padding-top-65-tablet-only {
    padding-top: 65px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-65-touch {
    margin-top: 65px !important;
  }
  .has-padding-top-65-touch {
    padding-top: 65px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-65-desktop {
    margin-top: 65px !important;
  }
  .has-padding-top-65-desktop {
    padding-top: 65px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-65-desktop-only {
    margin-top: 65px !important;
  }
  .has-padding-top-65-desktop-only {
    padding-top: 65px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-65-widescreen {
    margin-top: 65px !important;
  }
  .has-padding-top-65-widescreen {
    padding-top: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-65-mobile {
    margin-bottom: 65px !important;
  }
  .has-padding-bottom-65-mobile {
    padding-bottom: 65px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-65-tablet {
    margin-bottom: 65px !important;
  }
  .has-padding-bottom-65-tablet {
    padding-bottom: 65px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-65-tablet-only {
    margin-bottom: 65px !important;
  }
  .has-padding-bottom-65-tablet-only {
    padding-bottom: 65px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-65-touch {
    margin-bottom: 65px !important;
  }
  .has-padding-bottom-65-touch {
    padding-bottom: 65px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-65-desktop {
    margin-bottom: 65px !important;
  }
  .has-padding-bottom-65-desktop {
    padding-bottom: 65px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-65-desktop-only {
    margin-bottom: 65px !important;
  }
  .has-padding-bottom-65-desktop-only {
    padding-bottom: 65px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-65-widescreen {
    margin-bottom: 65px !important;
  }
  .has-padding-bottom-65-widescreen {
    padding-bottom: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-65-mobile {
    margin-left: 65px !important;
  }
  .has-padding-left-65-mobile {
    padding-left: 65px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-65-tablet {
    margin-left: 65px !important;
  }
  .has-padding-left-65-tablet {
    padding-left: 65px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-65-tablet-only {
    margin-left: 65px !important;
  }
  .has-padding-left-65-tablet-only {
    padding-left: 65px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-65-touch {
    margin-left: 65px !important;
  }
  .has-padding-left-65-touch {
    padding-left: 65px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-65-desktop {
    margin-left: 65px !important;
  }
  .has-padding-left-65-desktop {
    padding-left: 65px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-65-desktop-only {
    margin-left: 65px !important;
  }
  .has-padding-left-65-desktop-only {
    padding-left: 65px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-65-widescreen {
    margin-left: 65px !important;
  }
  .has-padding-left-65-widescreen {
    padding-left: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-65-mobile {
    margin-right: 65px !important;
  }
  .has-padding-right-65-mobile {
    padding-right: 65px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-65-tablet {
    margin-right: 65px !important;
  }
  .has-padding-right-65-tablet {
    padding-right: 65px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-65-tablet-only {
    margin-right: 65px !important;
  }
  .has-padding-right-65-tablet-only {
    padding-right: 65px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-65-touch {
    margin-right: 65px !important;
  }
  .has-padding-right-65-touch {
    padding-right: 65px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-65-desktop {
    margin-right: 65px !important;
  }
  .has-padding-right-65-desktop {
    padding-right: 65px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-65-desktop-only {
    margin-right: 65px !important;
  }
  .has-padding-right-65-desktop-only {
    padding-right: 65px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-65-widescreen {
    margin-right: 65px !important;
  }
  .has-padding-right-65-widescreen {
    padding-right: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-70-mobile {
    margin: 70px !important;
  }
  .has-padding-70-mobile {
    padding: 70px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-70-tablet {
    margin: 70px !important;
  }
  .has-padding-70-tablet {
    padding: 70px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-70-tablet-only {
    margin: 70px !important;
  }
  .has-padding-70-tablet-only {
    padding: 70px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-70-touch {
    margin: 70px !important;
  }
  .has-padding-70-touch {
    padding: 70px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-70-desktop {
    margin: 70px !important;
  }
  .has-padding-70-desktop {
    padding: 70px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-70-desktop-only {
    margin: 70px !important;
  }
  .has-padding-70-desktop-only {
    padding: 70px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-70-widescreen {
    margin: 70px !important;
  }
  .has-padding-70-widescreen {
    padding: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-70-mobile {
    margin-top: 70px !important;
  }
  .has-padding-top-70-mobile {
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-70-tablet {
    margin-top: 70px !important;
  }
  .has-padding-top-70-tablet {
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-70-tablet-only {
    margin-top: 70px !important;
  }
  .has-padding-top-70-tablet-only {
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-70-touch {
    margin-top: 70px !important;
  }
  .has-padding-top-70-touch {
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-70-desktop {
    margin-top: 70px !important;
  }
  .has-padding-top-70-desktop {
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-70-desktop-only {
    margin-top: 70px !important;
  }
  .has-padding-top-70-desktop-only {
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-70-widescreen {
    margin-top: 70px !important;
  }
  .has-padding-top-70-widescreen {
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-70-mobile {
    margin-bottom: 70px !important;
  }
  .has-padding-bottom-70-mobile {
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-70-tablet {
    margin-bottom: 70px !important;
  }
  .has-padding-bottom-70-tablet {
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-70-tablet-only {
    margin-bottom: 70px !important;
  }
  .has-padding-bottom-70-tablet-only {
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-70-touch {
    margin-bottom: 70px !important;
  }
  .has-padding-bottom-70-touch {
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-70-desktop {
    margin-bottom: 70px !important;
  }
  .has-padding-bottom-70-desktop {
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-70-desktop-only {
    margin-bottom: 70px !important;
  }
  .has-padding-bottom-70-desktop-only {
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-70-widescreen {
    margin-bottom: 70px !important;
  }
  .has-padding-bottom-70-widescreen {
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-70-mobile {
    margin-left: 70px !important;
  }
  .has-padding-left-70-mobile {
    padding-left: 70px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-70-tablet {
    margin-left: 70px !important;
  }
  .has-padding-left-70-tablet {
    padding-left: 70px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-70-tablet-only {
    margin-left: 70px !important;
  }
  .has-padding-left-70-tablet-only {
    padding-left: 70px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-70-touch {
    margin-left: 70px !important;
  }
  .has-padding-left-70-touch {
    padding-left: 70px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-70-desktop {
    margin-left: 70px !important;
  }
  .has-padding-left-70-desktop {
    padding-left: 70px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-70-desktop-only {
    margin-left: 70px !important;
  }
  .has-padding-left-70-desktop-only {
    padding-left: 70px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-70-widescreen {
    margin-left: 70px !important;
  }
  .has-padding-left-70-widescreen {
    padding-left: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-70-mobile {
    margin-right: 70px !important;
  }
  .has-padding-right-70-mobile {
    padding-right: 70px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-70-tablet {
    margin-right: 70px !important;
  }
  .has-padding-right-70-tablet {
    padding-right: 70px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-70-tablet-only {
    margin-right: 70px !important;
  }
  .has-padding-right-70-tablet-only {
    padding-right: 70px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-70-touch {
    margin-right: 70px !important;
  }
  .has-padding-right-70-touch {
    padding-right: 70px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-70-desktop {
    margin-right: 70px !important;
  }
  .has-padding-right-70-desktop {
    padding-right: 70px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-70-desktop-only {
    margin-right: 70px !important;
  }
  .has-padding-right-70-desktop-only {
    padding-right: 70px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-70-widescreen {
    margin-right: 70px !important;
  }
  .has-padding-right-70-widescreen {
    padding-right: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-75-mobile {
    margin: 75px !important;
  }
  .has-padding-75-mobile {
    padding: 75px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-75-tablet {
    margin: 75px !important;
  }
  .has-padding-75-tablet {
    padding: 75px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-75-tablet-only {
    margin: 75px !important;
  }
  .has-padding-75-tablet-only {
    padding: 75px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-75-touch {
    margin: 75px !important;
  }
  .has-padding-75-touch {
    padding: 75px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-75-desktop {
    margin: 75px !important;
  }
  .has-padding-75-desktop {
    padding: 75px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-75-desktop-only {
    margin: 75px !important;
  }
  .has-padding-75-desktop-only {
    padding: 75px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-75-widescreen {
    margin: 75px !important;
  }
  .has-padding-75-widescreen {
    padding: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-75-mobile {
    margin-top: 75px !important;
  }
  .has-padding-top-75-mobile {
    padding-top: 75px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-75-tablet {
    margin-top: 75px !important;
  }
  .has-padding-top-75-tablet {
    padding-top: 75px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-75-tablet-only {
    margin-top: 75px !important;
  }
  .has-padding-top-75-tablet-only {
    padding-top: 75px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-75-touch {
    margin-top: 75px !important;
  }
  .has-padding-top-75-touch {
    padding-top: 75px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-75-desktop {
    margin-top: 75px !important;
  }
  .has-padding-top-75-desktop {
    padding-top: 75px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-75-desktop-only {
    margin-top: 75px !important;
  }
  .has-padding-top-75-desktop-only {
    padding-top: 75px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-75-widescreen {
    margin-top: 75px !important;
  }
  .has-padding-top-75-widescreen {
    padding-top: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-75-mobile {
    margin-bottom: 75px !important;
  }
  .has-padding-bottom-75-mobile {
    padding-bottom: 75px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-75-tablet {
    margin-bottom: 75px !important;
  }
  .has-padding-bottom-75-tablet {
    padding-bottom: 75px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-75-tablet-only {
    margin-bottom: 75px !important;
  }
  .has-padding-bottom-75-tablet-only {
    padding-bottom: 75px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-75-touch {
    margin-bottom: 75px !important;
  }
  .has-padding-bottom-75-touch {
    padding-bottom: 75px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-75-desktop {
    margin-bottom: 75px !important;
  }
  .has-padding-bottom-75-desktop {
    padding-bottom: 75px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-75-desktop-only {
    margin-bottom: 75px !important;
  }
  .has-padding-bottom-75-desktop-only {
    padding-bottom: 75px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-75-widescreen {
    margin-bottom: 75px !important;
  }
  .has-padding-bottom-75-widescreen {
    padding-bottom: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-75-mobile {
    margin-left: 75px !important;
  }
  .has-padding-left-75-mobile {
    padding-left: 75px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-75-tablet {
    margin-left: 75px !important;
  }
  .has-padding-left-75-tablet {
    padding-left: 75px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-75-tablet-only {
    margin-left: 75px !important;
  }
  .has-padding-left-75-tablet-only {
    padding-left: 75px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-75-touch {
    margin-left: 75px !important;
  }
  .has-padding-left-75-touch {
    padding-left: 75px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-75-desktop {
    margin-left: 75px !important;
  }
  .has-padding-left-75-desktop {
    padding-left: 75px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-75-desktop-only {
    margin-left: 75px !important;
  }
  .has-padding-left-75-desktop-only {
    padding-left: 75px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-75-widescreen {
    margin-left: 75px !important;
  }
  .has-padding-left-75-widescreen {
    padding-left: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-75-mobile {
    margin-right: 75px !important;
  }
  .has-padding-right-75-mobile {
    padding-right: 75px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-75-tablet {
    margin-right: 75px !important;
  }
  .has-padding-right-75-tablet {
    padding-right: 75px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-75-tablet-only {
    margin-right: 75px !important;
  }
  .has-padding-right-75-tablet-only {
    padding-right: 75px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-75-touch {
    margin-right: 75px !important;
  }
  .has-padding-right-75-touch {
    padding-right: 75px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-75-desktop {
    margin-right: 75px !important;
  }
  .has-padding-right-75-desktop {
    padding-right: 75px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-75-desktop-only {
    margin-right: 75px !important;
  }
  .has-padding-right-75-desktop-only {
    padding-right: 75px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-75-widescreen {
    margin-right: 75px !important;
  }
  .has-padding-right-75-widescreen {
    padding-right: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-80-mobile {
    margin: 80px !important;
  }
  .has-padding-80-mobile {
    padding: 80px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-80-tablet {
    margin: 80px !important;
  }
  .has-padding-80-tablet {
    padding: 80px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-80-tablet-only {
    margin: 80px !important;
  }
  .has-padding-80-tablet-only {
    padding: 80px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-80-touch {
    margin: 80px !important;
  }
  .has-padding-80-touch {
    padding: 80px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-80-desktop {
    margin: 80px !important;
  }
  .has-padding-80-desktop {
    padding: 80px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-80-desktop-only {
    margin: 80px !important;
  }
  .has-padding-80-desktop-only {
    padding: 80px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-80-widescreen {
    margin: 80px !important;
  }
  .has-padding-80-widescreen {
    padding: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-80-mobile {
    margin-top: 80px !important;
  }
  .has-padding-top-80-mobile {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-80-tablet {
    margin-top: 80px !important;
  }
  .has-padding-top-80-tablet {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-80-tablet-only {
    margin-top: 80px !important;
  }
  .has-padding-top-80-tablet-only {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-80-touch {
    margin-top: 80px !important;
  }
  .has-padding-top-80-touch {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-80-desktop {
    margin-top: 80px !important;
  }
  .has-padding-top-80-desktop {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-80-desktop-only {
    margin-top: 80px !important;
  }
  .has-padding-top-80-desktop-only {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-80-widescreen {
    margin-top: 80px !important;
  }
  .has-padding-top-80-widescreen {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-80-mobile {
    margin-bottom: 80px !important;
  }
  .has-padding-bottom-80-mobile {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-80-tablet {
    margin-bottom: 80px !important;
  }
  .has-padding-bottom-80-tablet {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-80-tablet-only {
    margin-bottom: 80px !important;
  }
  .has-padding-bottom-80-tablet-only {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-80-touch {
    margin-bottom: 80px !important;
  }
  .has-padding-bottom-80-touch {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-80-desktop {
    margin-bottom: 80px !important;
  }
  .has-padding-bottom-80-desktop {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-80-desktop-only {
    margin-bottom: 80px !important;
  }
  .has-padding-bottom-80-desktop-only {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-80-widescreen {
    margin-bottom: 80px !important;
  }
  .has-padding-bottom-80-widescreen {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-80-mobile {
    margin-left: 80px !important;
  }
  .has-padding-left-80-mobile {
    padding-left: 80px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-80-tablet {
    margin-left: 80px !important;
  }
  .has-padding-left-80-tablet {
    padding-left: 80px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-80-tablet-only {
    margin-left: 80px !important;
  }
  .has-padding-left-80-tablet-only {
    padding-left: 80px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-80-touch {
    margin-left: 80px !important;
  }
  .has-padding-left-80-touch {
    padding-left: 80px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-80-desktop {
    margin-left: 80px !important;
  }
  .has-padding-left-80-desktop {
    padding-left: 80px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-80-desktop-only {
    margin-left: 80px !important;
  }
  .has-padding-left-80-desktop-only {
    padding-left: 80px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-80-widescreen {
    margin-left: 80px !important;
  }
  .has-padding-left-80-widescreen {
    padding-left: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-80-mobile {
    margin-right: 80px !important;
  }
  .has-padding-right-80-mobile {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-80-tablet {
    margin-right: 80px !important;
  }
  .has-padding-right-80-tablet {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-80-tablet-only {
    margin-right: 80px !important;
  }
  .has-padding-right-80-tablet-only {
    padding-right: 80px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-80-touch {
    margin-right: 80px !important;
  }
  .has-padding-right-80-touch {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-80-desktop {
    margin-right: 80px !important;
  }
  .has-padding-right-80-desktop {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-80-desktop-only {
    margin-right: 80px !important;
  }
  .has-padding-right-80-desktop-only {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-80-widescreen {
    margin-right: 80px !important;
  }
  .has-padding-right-80-widescreen {
    padding-right: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-85-mobile {
    margin: 85px !important;
  }
  .has-padding-85-mobile {
    padding: 85px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-85-tablet {
    margin: 85px !important;
  }
  .has-padding-85-tablet {
    padding: 85px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-85-tablet-only {
    margin: 85px !important;
  }
  .has-padding-85-tablet-only {
    padding: 85px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-85-touch {
    margin: 85px !important;
  }
  .has-padding-85-touch {
    padding: 85px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-85-desktop {
    margin: 85px !important;
  }
  .has-padding-85-desktop {
    padding: 85px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-85-desktop-only {
    margin: 85px !important;
  }
  .has-padding-85-desktop-only {
    padding: 85px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-85-widescreen {
    margin: 85px !important;
  }
  .has-padding-85-widescreen {
    padding: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-85-mobile {
    margin-top: 85px !important;
  }
  .has-padding-top-85-mobile {
    padding-top: 85px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-85-tablet {
    margin-top: 85px !important;
  }
  .has-padding-top-85-tablet {
    padding-top: 85px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-85-tablet-only {
    margin-top: 85px !important;
  }
  .has-padding-top-85-tablet-only {
    padding-top: 85px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-85-touch {
    margin-top: 85px !important;
  }
  .has-padding-top-85-touch {
    padding-top: 85px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-85-desktop {
    margin-top: 85px !important;
  }
  .has-padding-top-85-desktop {
    padding-top: 85px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-85-desktop-only {
    margin-top: 85px !important;
  }
  .has-padding-top-85-desktop-only {
    padding-top: 85px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-85-widescreen {
    margin-top: 85px !important;
  }
  .has-padding-top-85-widescreen {
    padding-top: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-85-mobile {
    margin-bottom: 85px !important;
  }
  .has-padding-bottom-85-mobile {
    padding-bottom: 85px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-85-tablet {
    margin-bottom: 85px !important;
  }
  .has-padding-bottom-85-tablet {
    padding-bottom: 85px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-85-tablet-only {
    margin-bottom: 85px !important;
  }
  .has-padding-bottom-85-tablet-only {
    padding-bottom: 85px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-85-touch {
    margin-bottom: 85px !important;
  }
  .has-padding-bottom-85-touch {
    padding-bottom: 85px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-85-desktop {
    margin-bottom: 85px !important;
  }
  .has-padding-bottom-85-desktop {
    padding-bottom: 85px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-85-desktop-only {
    margin-bottom: 85px !important;
  }
  .has-padding-bottom-85-desktop-only {
    padding-bottom: 85px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-85-widescreen {
    margin-bottom: 85px !important;
  }
  .has-padding-bottom-85-widescreen {
    padding-bottom: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-85-mobile {
    margin-left: 85px !important;
  }
  .has-padding-left-85-mobile {
    padding-left: 85px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-85-tablet {
    margin-left: 85px !important;
  }
  .has-padding-left-85-tablet {
    padding-left: 85px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-85-tablet-only {
    margin-left: 85px !important;
  }
  .has-padding-left-85-tablet-only {
    padding-left: 85px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-85-touch {
    margin-left: 85px !important;
  }
  .has-padding-left-85-touch {
    padding-left: 85px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-85-desktop {
    margin-left: 85px !important;
  }
  .has-padding-left-85-desktop {
    padding-left: 85px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-85-desktop-only {
    margin-left: 85px !important;
  }
  .has-padding-left-85-desktop-only {
    padding-left: 85px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-85-widescreen {
    margin-left: 85px !important;
  }
  .has-padding-left-85-widescreen {
    padding-left: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-85-mobile {
    margin-right: 85px !important;
  }
  .has-padding-right-85-mobile {
    padding-right: 85px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-85-tablet {
    margin-right: 85px !important;
  }
  .has-padding-right-85-tablet {
    padding-right: 85px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-85-tablet-only {
    margin-right: 85px !important;
  }
  .has-padding-right-85-tablet-only {
    padding-right: 85px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-85-touch {
    margin-right: 85px !important;
  }
  .has-padding-right-85-touch {
    padding-right: 85px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-85-desktop {
    margin-right: 85px !important;
  }
  .has-padding-right-85-desktop {
    padding-right: 85px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-85-desktop-only {
    margin-right: 85px !important;
  }
  .has-padding-right-85-desktop-only {
    padding-right: 85px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-85-widescreen {
    margin-right: 85px !important;
  }
  .has-padding-right-85-widescreen {
    padding-right: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-90-mobile {
    margin: 90px !important;
  }
  .has-padding-90-mobile {
    padding: 90px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-90-tablet {
    margin: 90px !important;
  }
  .has-padding-90-tablet {
    padding: 90px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-90-tablet-only {
    margin: 90px !important;
  }
  .has-padding-90-tablet-only {
    padding: 90px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-90-touch {
    margin: 90px !important;
  }
  .has-padding-90-touch {
    padding: 90px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-90-desktop {
    margin: 90px !important;
  }
  .has-padding-90-desktop {
    padding: 90px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-90-desktop-only {
    margin: 90px !important;
  }
  .has-padding-90-desktop-only {
    padding: 90px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-90-widescreen {
    margin: 90px !important;
  }
  .has-padding-90-widescreen {
    padding: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-90-mobile {
    margin-top: 90px !important;
  }
  .has-padding-top-90-mobile {
    padding-top: 90px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-90-tablet {
    margin-top: 90px !important;
  }
  .has-padding-top-90-tablet {
    padding-top: 90px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-90-tablet-only {
    margin-top: 90px !important;
  }
  .has-padding-top-90-tablet-only {
    padding-top: 90px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-90-touch {
    margin-top: 90px !important;
  }
  .has-padding-top-90-touch {
    padding-top: 90px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-90-desktop {
    margin-top: 90px !important;
  }
  .has-padding-top-90-desktop {
    padding-top: 90px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-90-desktop-only {
    margin-top: 90px !important;
  }
  .has-padding-top-90-desktop-only {
    padding-top: 90px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-90-widescreen {
    margin-top: 90px !important;
  }
  .has-padding-top-90-widescreen {
    padding-top: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-90-mobile {
    margin-bottom: 90px !important;
  }
  .has-padding-bottom-90-mobile {
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-90-tablet {
    margin-bottom: 90px !important;
  }
  .has-padding-bottom-90-tablet {
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-90-tablet-only {
    margin-bottom: 90px !important;
  }
  .has-padding-bottom-90-tablet-only {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-90-touch {
    margin-bottom: 90px !important;
  }
  .has-padding-bottom-90-touch {
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-90-desktop {
    margin-bottom: 90px !important;
  }
  .has-padding-bottom-90-desktop {
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-90-desktop-only {
    margin-bottom: 90px !important;
  }
  .has-padding-bottom-90-desktop-only {
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-90-widescreen {
    margin-bottom: 90px !important;
  }
  .has-padding-bottom-90-widescreen {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-90-mobile {
    margin-left: 90px !important;
  }
  .has-padding-left-90-mobile {
    padding-left: 90px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-90-tablet {
    margin-left: 90px !important;
  }
  .has-padding-left-90-tablet {
    padding-left: 90px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-90-tablet-only {
    margin-left: 90px !important;
  }
  .has-padding-left-90-tablet-only {
    padding-left: 90px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-90-touch {
    margin-left: 90px !important;
  }
  .has-padding-left-90-touch {
    padding-left: 90px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-90-desktop {
    margin-left: 90px !important;
  }
  .has-padding-left-90-desktop {
    padding-left: 90px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-90-desktop-only {
    margin-left: 90px !important;
  }
  .has-padding-left-90-desktop-only {
    padding-left: 90px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-90-widescreen {
    margin-left: 90px !important;
  }
  .has-padding-left-90-widescreen {
    padding-left: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-90-mobile {
    margin-right: 90px !important;
  }
  .has-padding-right-90-mobile {
    padding-right: 90px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-90-tablet {
    margin-right: 90px !important;
  }
  .has-padding-right-90-tablet {
    padding-right: 90px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-90-tablet-only {
    margin-right: 90px !important;
  }
  .has-padding-right-90-tablet-only {
    padding-right: 90px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-90-touch {
    margin-right: 90px !important;
  }
  .has-padding-right-90-touch {
    padding-right: 90px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-90-desktop {
    margin-right: 90px !important;
  }
  .has-padding-right-90-desktop {
    padding-right: 90px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-90-desktop-only {
    margin-right: 90px !important;
  }
  .has-padding-right-90-desktop-only {
    padding-right: 90px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-90-widescreen {
    margin-right: 90px !important;
  }
  .has-padding-right-90-widescreen {
    padding-right: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-95-mobile {
    margin: 95px !important;
  }
  .has-padding-95-mobile {
    padding: 95px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-95-tablet {
    margin: 95px !important;
  }
  .has-padding-95-tablet {
    padding: 95px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-95-tablet-only {
    margin: 95px !important;
  }
  .has-padding-95-tablet-only {
    padding: 95px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-95-touch {
    margin: 95px !important;
  }
  .has-padding-95-touch {
    padding: 95px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-95-desktop {
    margin: 95px !important;
  }
  .has-padding-95-desktop {
    padding: 95px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-95-desktop-only {
    margin: 95px !important;
  }
  .has-padding-95-desktop-only {
    padding: 95px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-95-widescreen {
    margin: 95px !important;
  }
  .has-padding-95-widescreen {
    padding: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-95-mobile {
    margin-top: 95px !important;
  }
  .has-padding-top-95-mobile {
    padding-top: 95px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-95-tablet {
    margin-top: 95px !important;
  }
  .has-padding-top-95-tablet {
    padding-top: 95px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-95-tablet-only {
    margin-top: 95px !important;
  }
  .has-padding-top-95-tablet-only {
    padding-top: 95px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-95-touch {
    margin-top: 95px !important;
  }
  .has-padding-top-95-touch {
    padding-top: 95px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-95-desktop {
    margin-top: 95px !important;
  }
  .has-padding-top-95-desktop {
    padding-top: 95px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-95-desktop-only {
    margin-top: 95px !important;
  }
  .has-padding-top-95-desktop-only {
    padding-top: 95px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-95-widescreen {
    margin-top: 95px !important;
  }
  .has-padding-top-95-widescreen {
    padding-top: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-95-mobile {
    margin-bottom: 95px !important;
  }
  .has-padding-bottom-95-mobile {
    padding-bottom: 95px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-95-tablet {
    margin-bottom: 95px !important;
  }
  .has-padding-bottom-95-tablet {
    padding-bottom: 95px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-95-tablet-only {
    margin-bottom: 95px !important;
  }
  .has-padding-bottom-95-tablet-only {
    padding-bottom: 95px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-95-touch {
    margin-bottom: 95px !important;
  }
  .has-padding-bottom-95-touch {
    padding-bottom: 95px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-95-desktop {
    margin-bottom: 95px !important;
  }
  .has-padding-bottom-95-desktop {
    padding-bottom: 95px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-95-desktop-only {
    margin-bottom: 95px !important;
  }
  .has-padding-bottom-95-desktop-only {
    padding-bottom: 95px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-95-widescreen {
    margin-bottom: 95px !important;
  }
  .has-padding-bottom-95-widescreen {
    padding-bottom: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-95-mobile {
    margin-left: 95px !important;
  }
  .has-padding-left-95-mobile {
    padding-left: 95px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-95-tablet {
    margin-left: 95px !important;
  }
  .has-padding-left-95-tablet {
    padding-left: 95px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-95-tablet-only {
    margin-left: 95px !important;
  }
  .has-padding-left-95-tablet-only {
    padding-left: 95px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-95-touch {
    margin-left: 95px !important;
  }
  .has-padding-left-95-touch {
    padding-left: 95px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-95-desktop {
    margin-left: 95px !important;
  }
  .has-padding-left-95-desktop {
    padding-left: 95px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-95-desktop-only {
    margin-left: 95px !important;
  }
  .has-padding-left-95-desktop-only {
    padding-left: 95px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-95-widescreen {
    margin-left: 95px !important;
  }
  .has-padding-left-95-widescreen {
    padding-left: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-95-mobile {
    margin-right: 95px !important;
  }
  .has-padding-right-95-mobile {
    padding-right: 95px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-95-tablet {
    margin-right: 95px !important;
  }
  .has-padding-right-95-tablet {
    padding-right: 95px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-95-tablet-only {
    margin-right: 95px !important;
  }
  .has-padding-right-95-tablet-only {
    padding-right: 95px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-95-touch {
    margin-right: 95px !important;
  }
  .has-padding-right-95-touch {
    padding-right: 95px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-95-desktop {
    margin-right: 95px !important;
  }
  .has-padding-right-95-desktop {
    padding-right: 95px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-95-desktop-only {
    margin-right: 95px !important;
  }
  .has-padding-right-95-desktop-only {
    padding-right: 95px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-95-widescreen {
    margin-right: 95px !important;
  }
  .has-padding-right-95-widescreen {
    padding-right: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-100-mobile {
    margin: 100px !important;
  }
  .has-padding-100-mobile {
    padding: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-100-tablet {
    margin: 100px !important;
  }
  .has-padding-100-tablet {
    padding: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-100-tablet-only {
    margin: 100px !important;
  }
  .has-padding-100-tablet-only {
    padding: 100px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-100-touch {
    margin: 100px !important;
  }
  .has-padding-100-touch {
    padding: 100px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-100-desktop {
    margin: 100px !important;
  }
  .has-padding-100-desktop {
    padding: 100px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-100-desktop-only {
    margin: 100px !important;
  }
  .has-padding-100-desktop-only {
    padding: 100px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-100-widescreen {
    margin: 100px !important;
  }
  .has-padding-100-widescreen {
    padding: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-100-mobile {
    margin-top: 100px !important;
  }
  .has-padding-top-100-mobile {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-100-tablet {
    margin-top: 100px !important;
  }
  .has-padding-top-100-tablet {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-100-tablet-only {
    margin-top: 100px !important;
  }
  .has-padding-top-100-tablet-only {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-100-touch {
    margin-top: 100px !important;
  }
  .has-padding-top-100-touch {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-100-desktop {
    margin-top: 100px !important;
  }
  .has-padding-top-100-desktop {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-100-desktop-only {
    margin-top: 100px !important;
  }
  .has-padding-top-100-desktop-only {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-100-widescreen {
    margin-top: 100px !important;
  }
  .has-padding-top-100-widescreen {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-100-mobile {
    margin-bottom: 100px !important;
  }
  .has-padding-bottom-100-mobile {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-100-tablet {
    margin-bottom: 100px !important;
  }
  .has-padding-bottom-100-tablet {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-100-tablet-only {
    margin-bottom: 100px !important;
  }
  .has-padding-bottom-100-tablet-only {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-100-touch {
    margin-bottom: 100px !important;
  }
  .has-padding-bottom-100-touch {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-100-desktop {
    margin-bottom: 100px !important;
  }
  .has-padding-bottom-100-desktop {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-100-desktop-only {
    margin-bottom: 100px !important;
  }
  .has-padding-bottom-100-desktop-only {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-100-widescreen {
    margin-bottom: 100px !important;
  }
  .has-padding-bottom-100-widescreen {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-100-mobile {
    margin-left: 100px !important;
  }
  .has-padding-left-100-mobile {
    padding-left: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-100-tablet {
    margin-left: 100px !important;
  }
  .has-padding-left-100-tablet {
    padding-left: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-100-tablet-only {
    margin-left: 100px !important;
  }
  .has-padding-left-100-tablet-only {
    padding-left: 100px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-100-touch {
    margin-left: 100px !important;
  }
  .has-padding-left-100-touch {
    padding-left: 100px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-100-desktop {
    margin-left: 100px !important;
  }
  .has-padding-left-100-desktop {
    padding-left: 100px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-100-desktop-only {
    margin-left: 100px !important;
  }
  .has-padding-left-100-desktop-only {
    padding-left: 100px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-100-widescreen {
    margin-left: 100px !important;
  }
  .has-padding-left-100-widescreen {
    padding-left: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-100-mobile {
    margin-right: 100px !important;
  }
  .has-padding-right-100-mobile {
    padding-right: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-100-tablet {
    margin-right: 100px !important;
  }
  .has-padding-right-100-tablet {
    padding-right: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-100-tablet-only {
    margin-right: 100px !important;
  }
  .has-padding-right-100-tablet-only {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-100-touch {
    margin-right: 100px !important;
  }
  .has-padding-right-100-touch {
    padding-right: 100px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-100-desktop {
    margin-right: 100px !important;
  }
  .has-padding-right-100-desktop {
    padding-right: 100px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-100-desktop-only {
    margin-right: 100px !important;
  }
  .has-padding-right-100-desktop-only {
    padding-right: 100px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-100-widescreen {
    margin-right: 100px !important;
  }
  .has-padding-right-100-widescreen {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-105-mobile {
    margin: 105px !important;
  }
  .has-padding-105-mobile {
    padding: 105px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-105-tablet {
    margin: 105px !important;
  }
  .has-padding-105-tablet {
    padding: 105px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-105-tablet-only {
    margin: 105px !important;
  }
  .has-padding-105-tablet-only {
    padding: 105px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-105-touch {
    margin: 105px !important;
  }
  .has-padding-105-touch {
    padding: 105px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-105-desktop {
    margin: 105px !important;
  }
  .has-padding-105-desktop {
    padding: 105px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-105-desktop-only {
    margin: 105px !important;
  }
  .has-padding-105-desktop-only {
    padding: 105px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-105-widescreen {
    margin: 105px !important;
  }
  .has-padding-105-widescreen {
    padding: 105px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-105-mobile {
    margin-top: 105px !important;
  }
  .has-padding-top-105-mobile {
    padding-top: 105px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-105-tablet {
    margin-top: 105px !important;
  }
  .has-padding-top-105-tablet {
    padding-top: 105px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-105-tablet-only {
    margin-top: 105px !important;
  }
  .has-padding-top-105-tablet-only {
    padding-top: 105px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-105-touch {
    margin-top: 105px !important;
  }
  .has-padding-top-105-touch {
    padding-top: 105px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-105-desktop {
    margin-top: 105px !important;
  }
  .has-padding-top-105-desktop {
    padding-top: 105px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-105-desktop-only {
    margin-top: 105px !important;
  }
  .has-padding-top-105-desktop-only {
    padding-top: 105px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-105-widescreen {
    margin-top: 105px !important;
  }
  .has-padding-top-105-widescreen {
    padding-top: 105px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-105-mobile {
    margin-bottom: 105px !important;
  }
  .has-padding-bottom-105-mobile {
    padding-bottom: 105px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-105-tablet {
    margin-bottom: 105px !important;
  }
  .has-padding-bottom-105-tablet {
    padding-bottom: 105px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-105-tablet-only {
    margin-bottom: 105px !important;
  }
  .has-padding-bottom-105-tablet-only {
    padding-bottom: 105px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-105-touch {
    margin-bottom: 105px !important;
  }
  .has-padding-bottom-105-touch {
    padding-bottom: 105px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-105-desktop {
    margin-bottom: 105px !important;
  }
  .has-padding-bottom-105-desktop {
    padding-bottom: 105px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-105-desktop-only {
    margin-bottom: 105px !important;
  }
  .has-padding-bottom-105-desktop-only {
    padding-bottom: 105px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-105-widescreen {
    margin-bottom: 105px !important;
  }
  .has-padding-bottom-105-widescreen {
    padding-bottom: 105px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-105-mobile {
    margin-left: 105px !important;
  }
  .has-padding-left-105-mobile {
    padding-left: 105px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-105-tablet {
    margin-left: 105px !important;
  }
  .has-padding-left-105-tablet {
    padding-left: 105px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-105-tablet-only {
    margin-left: 105px !important;
  }
  .has-padding-left-105-tablet-only {
    padding-left: 105px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-105-touch {
    margin-left: 105px !important;
  }
  .has-padding-left-105-touch {
    padding-left: 105px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-105-desktop {
    margin-left: 105px !important;
  }
  .has-padding-left-105-desktop {
    padding-left: 105px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-105-desktop-only {
    margin-left: 105px !important;
  }
  .has-padding-left-105-desktop-only {
    padding-left: 105px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-105-widescreen {
    margin-left: 105px !important;
  }
  .has-padding-left-105-widescreen {
    padding-left: 105px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-105-mobile {
    margin-right: 105px !important;
  }
  .has-padding-right-105-mobile {
    padding-right: 105px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-105-tablet {
    margin-right: 105px !important;
  }
  .has-padding-right-105-tablet {
    padding-right: 105px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-105-tablet-only {
    margin-right: 105px !important;
  }
  .has-padding-right-105-tablet-only {
    padding-right: 105px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-105-touch {
    margin-right: 105px !important;
  }
  .has-padding-right-105-touch {
    padding-right: 105px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-105-desktop {
    margin-right: 105px !important;
  }
  .has-padding-right-105-desktop {
    padding-right: 105px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-105-desktop-only {
    margin-right: 105px !important;
  }
  .has-padding-right-105-desktop-only {
    padding-right: 105px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-105-widescreen {
    margin-right: 105px !important;
  }
  .has-padding-right-105-widescreen {
    padding-right: 105px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-110-mobile {
    margin: 110px !important;
  }
  .has-padding-110-mobile {
    padding: 110px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-110-tablet {
    margin: 110px !important;
  }
  .has-padding-110-tablet {
    padding: 110px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-110-tablet-only {
    margin: 110px !important;
  }
  .has-padding-110-tablet-only {
    padding: 110px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-110-touch {
    margin: 110px !important;
  }
  .has-padding-110-touch {
    padding: 110px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-110-desktop {
    margin: 110px !important;
  }
  .has-padding-110-desktop {
    padding: 110px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-110-desktop-only {
    margin: 110px !important;
  }
  .has-padding-110-desktop-only {
    padding: 110px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-110-widescreen {
    margin: 110px !important;
  }
  .has-padding-110-widescreen {
    padding: 110px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-110-mobile {
    margin-top: 110px !important;
  }
  .has-padding-top-110-mobile {
    padding-top: 110px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-110-tablet {
    margin-top: 110px !important;
  }
  .has-padding-top-110-tablet {
    padding-top: 110px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-110-tablet-only {
    margin-top: 110px !important;
  }
  .has-padding-top-110-tablet-only {
    padding-top: 110px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-110-touch {
    margin-top: 110px !important;
  }
  .has-padding-top-110-touch {
    padding-top: 110px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-110-desktop {
    margin-top: 110px !important;
  }
  .has-padding-top-110-desktop {
    padding-top: 110px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-110-desktop-only {
    margin-top: 110px !important;
  }
  .has-padding-top-110-desktop-only {
    padding-top: 110px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-110-widescreen {
    margin-top: 110px !important;
  }
  .has-padding-top-110-widescreen {
    padding-top: 110px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-110-mobile {
    margin-bottom: 110px !important;
  }
  .has-padding-bottom-110-mobile {
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-110-tablet {
    margin-bottom: 110px !important;
  }
  .has-padding-bottom-110-tablet {
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-110-tablet-only {
    margin-bottom: 110px !important;
  }
  .has-padding-bottom-110-tablet-only {
    padding-bottom: 110px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-110-touch {
    margin-bottom: 110px !important;
  }
  .has-padding-bottom-110-touch {
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-110-desktop {
    margin-bottom: 110px !important;
  }
  .has-padding-bottom-110-desktop {
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-110-desktop-only {
    margin-bottom: 110px !important;
  }
  .has-padding-bottom-110-desktop-only {
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-110-widescreen {
    margin-bottom: 110px !important;
  }
  .has-padding-bottom-110-widescreen {
    padding-bottom: 110px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-110-mobile {
    margin-left: 110px !important;
  }
  .has-padding-left-110-mobile {
    padding-left: 110px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-110-tablet {
    margin-left: 110px !important;
  }
  .has-padding-left-110-tablet {
    padding-left: 110px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-110-tablet-only {
    margin-left: 110px !important;
  }
  .has-padding-left-110-tablet-only {
    padding-left: 110px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-110-touch {
    margin-left: 110px !important;
  }
  .has-padding-left-110-touch {
    padding-left: 110px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-110-desktop {
    margin-left: 110px !important;
  }
  .has-padding-left-110-desktop {
    padding-left: 110px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-110-desktop-only {
    margin-left: 110px !important;
  }
  .has-padding-left-110-desktop-only {
    padding-left: 110px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-110-widescreen {
    margin-left: 110px !important;
  }
  .has-padding-left-110-widescreen {
    padding-left: 110px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-110-mobile {
    margin-right: 110px !important;
  }
  .has-padding-right-110-mobile {
    padding-right: 110px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-110-tablet {
    margin-right: 110px !important;
  }
  .has-padding-right-110-tablet {
    padding-right: 110px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-110-tablet-only {
    margin-right: 110px !important;
  }
  .has-padding-right-110-tablet-only {
    padding-right: 110px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-110-touch {
    margin-right: 110px !important;
  }
  .has-padding-right-110-touch {
    padding-right: 110px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-110-desktop {
    margin-right: 110px !important;
  }
  .has-padding-right-110-desktop {
    padding-right: 110px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-110-desktop-only {
    margin-right: 110px !important;
  }
  .has-padding-right-110-desktop-only {
    padding-right: 110px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-110-widescreen {
    margin-right: 110px !important;
  }
  .has-padding-right-110-widescreen {
    padding-right: 110px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-115-mobile {
    margin: 115px !important;
  }
  .has-padding-115-mobile {
    padding: 115px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-115-tablet {
    margin: 115px !important;
  }
  .has-padding-115-tablet {
    padding: 115px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-115-tablet-only {
    margin: 115px !important;
  }
  .has-padding-115-tablet-only {
    padding: 115px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-115-touch {
    margin: 115px !important;
  }
  .has-padding-115-touch {
    padding: 115px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-115-desktop {
    margin: 115px !important;
  }
  .has-padding-115-desktop {
    padding: 115px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-115-desktop-only {
    margin: 115px !important;
  }
  .has-padding-115-desktop-only {
    padding: 115px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-115-widescreen {
    margin: 115px !important;
  }
  .has-padding-115-widescreen {
    padding: 115px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-115-mobile {
    margin-top: 115px !important;
  }
  .has-padding-top-115-mobile {
    padding-top: 115px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-115-tablet {
    margin-top: 115px !important;
  }
  .has-padding-top-115-tablet {
    padding-top: 115px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-115-tablet-only {
    margin-top: 115px !important;
  }
  .has-padding-top-115-tablet-only {
    padding-top: 115px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-115-touch {
    margin-top: 115px !important;
  }
  .has-padding-top-115-touch {
    padding-top: 115px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-115-desktop {
    margin-top: 115px !important;
  }
  .has-padding-top-115-desktop {
    padding-top: 115px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-115-desktop-only {
    margin-top: 115px !important;
  }
  .has-padding-top-115-desktop-only {
    padding-top: 115px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-115-widescreen {
    margin-top: 115px !important;
  }
  .has-padding-top-115-widescreen {
    padding-top: 115px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-115-mobile {
    margin-bottom: 115px !important;
  }
  .has-padding-bottom-115-mobile {
    padding-bottom: 115px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-115-tablet {
    margin-bottom: 115px !important;
  }
  .has-padding-bottom-115-tablet {
    padding-bottom: 115px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-115-tablet-only {
    margin-bottom: 115px !important;
  }
  .has-padding-bottom-115-tablet-only {
    padding-bottom: 115px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-115-touch {
    margin-bottom: 115px !important;
  }
  .has-padding-bottom-115-touch {
    padding-bottom: 115px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-115-desktop {
    margin-bottom: 115px !important;
  }
  .has-padding-bottom-115-desktop {
    padding-bottom: 115px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-115-desktop-only {
    margin-bottom: 115px !important;
  }
  .has-padding-bottom-115-desktop-only {
    padding-bottom: 115px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-115-widescreen {
    margin-bottom: 115px !important;
  }
  .has-padding-bottom-115-widescreen {
    padding-bottom: 115px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-115-mobile {
    margin-left: 115px !important;
  }
  .has-padding-left-115-mobile {
    padding-left: 115px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-115-tablet {
    margin-left: 115px !important;
  }
  .has-padding-left-115-tablet {
    padding-left: 115px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-115-tablet-only {
    margin-left: 115px !important;
  }
  .has-padding-left-115-tablet-only {
    padding-left: 115px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-115-touch {
    margin-left: 115px !important;
  }
  .has-padding-left-115-touch {
    padding-left: 115px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-115-desktop {
    margin-left: 115px !important;
  }
  .has-padding-left-115-desktop {
    padding-left: 115px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-115-desktop-only {
    margin-left: 115px !important;
  }
  .has-padding-left-115-desktop-only {
    padding-left: 115px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-115-widescreen {
    margin-left: 115px !important;
  }
  .has-padding-left-115-widescreen {
    padding-left: 115px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-115-mobile {
    margin-right: 115px !important;
  }
  .has-padding-right-115-mobile {
    padding-right: 115px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-115-tablet {
    margin-right: 115px !important;
  }
  .has-padding-right-115-tablet {
    padding-right: 115px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-115-tablet-only {
    margin-right: 115px !important;
  }
  .has-padding-right-115-tablet-only {
    padding-right: 115px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-115-touch {
    margin-right: 115px !important;
  }
  .has-padding-right-115-touch {
    padding-right: 115px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-115-desktop {
    margin-right: 115px !important;
  }
  .has-padding-right-115-desktop {
    padding-right: 115px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-115-desktop-only {
    margin-right: 115px !important;
  }
  .has-padding-right-115-desktop-only {
    padding-right: 115px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-115-widescreen {
    margin-right: 115px !important;
  }
  .has-padding-right-115-widescreen {
    padding-right: 115px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-120-mobile {
    margin: 120px !important;
  }
  .has-padding-120-mobile {
    padding: 120px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-120-tablet {
    margin: 120px !important;
  }
  .has-padding-120-tablet {
    padding: 120px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-120-tablet-only {
    margin: 120px !important;
  }
  .has-padding-120-tablet-only {
    padding: 120px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-120-touch {
    margin: 120px !important;
  }
  .has-padding-120-touch {
    padding: 120px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-120-desktop {
    margin: 120px !important;
  }
  .has-padding-120-desktop {
    padding: 120px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-120-desktop-only {
    margin: 120px !important;
  }
  .has-padding-120-desktop-only {
    padding: 120px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-120-widescreen {
    margin: 120px !important;
  }
  .has-padding-120-widescreen {
    padding: 120px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-120-mobile {
    margin-top: 120px !important;
  }
  .has-padding-top-120-mobile {
    padding-top: 120px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-120-tablet {
    margin-top: 120px !important;
  }
  .has-padding-top-120-tablet {
    padding-top: 120px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-120-tablet-only {
    margin-top: 120px !important;
  }
  .has-padding-top-120-tablet-only {
    padding-top: 120px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-120-touch {
    margin-top: 120px !important;
  }
  .has-padding-top-120-touch {
    padding-top: 120px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-120-desktop {
    margin-top: 120px !important;
  }
  .has-padding-top-120-desktop {
    padding-top: 120px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-120-desktop-only {
    margin-top: 120px !important;
  }
  .has-padding-top-120-desktop-only {
    padding-top: 120px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-120-widescreen {
    margin-top: 120px !important;
  }
  .has-padding-top-120-widescreen {
    padding-top: 120px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-120-mobile {
    margin-bottom: 120px !important;
  }
  .has-padding-bottom-120-mobile {
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-120-tablet {
    margin-bottom: 120px !important;
  }
  .has-padding-bottom-120-tablet {
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-120-tablet-only {
    margin-bottom: 120px !important;
  }
  .has-padding-bottom-120-tablet-only {
    padding-bottom: 120px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-120-touch {
    margin-bottom: 120px !important;
  }
  .has-padding-bottom-120-touch {
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-120-desktop {
    margin-bottom: 120px !important;
  }
  .has-padding-bottom-120-desktop {
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-120-desktop-only {
    margin-bottom: 120px !important;
  }
  .has-padding-bottom-120-desktop-only {
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-120-widescreen {
    margin-bottom: 120px !important;
  }
  .has-padding-bottom-120-widescreen {
    padding-bottom: 120px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-120-mobile {
    margin-left: 120px !important;
  }
  .has-padding-left-120-mobile {
    padding-left: 120px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-120-tablet {
    margin-left: 120px !important;
  }
  .has-padding-left-120-tablet {
    padding-left: 120px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-120-tablet-only {
    margin-left: 120px !important;
  }
  .has-padding-left-120-tablet-only {
    padding-left: 120px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-120-touch {
    margin-left: 120px !important;
  }
  .has-padding-left-120-touch {
    padding-left: 120px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-120-desktop {
    margin-left: 120px !important;
  }
  .has-padding-left-120-desktop {
    padding-left: 120px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-120-desktop-only {
    margin-left: 120px !important;
  }
  .has-padding-left-120-desktop-only {
    padding-left: 120px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-120-widescreen {
    margin-left: 120px !important;
  }
  .has-padding-left-120-widescreen {
    padding-left: 120px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-120-mobile {
    margin-right: 120px !important;
  }
  .has-padding-right-120-mobile {
    padding-right: 120px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-120-tablet {
    margin-right: 120px !important;
  }
  .has-padding-right-120-tablet {
    padding-right: 120px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-120-tablet-only {
    margin-right: 120px !important;
  }
  .has-padding-right-120-tablet-only {
    padding-right: 120px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-120-touch {
    margin-right: 120px !important;
  }
  .has-padding-right-120-touch {
    padding-right: 120px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-120-desktop {
    margin-right: 120px !important;
  }
  .has-padding-right-120-desktop {
    padding-right: 120px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-120-desktop-only {
    margin-right: 120px !important;
  }
  .has-padding-right-120-desktop-only {
    padding-right: 120px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-120-widescreen {
    margin-right: 120px !important;
  }
  .has-padding-right-120-widescreen {
    padding-right: 120px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-125-mobile {
    margin: 125px !important;
  }
  .has-padding-125-mobile {
    padding: 125px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-125-tablet {
    margin: 125px !important;
  }
  .has-padding-125-tablet {
    padding: 125px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-125-tablet-only {
    margin: 125px !important;
  }
  .has-padding-125-tablet-only {
    padding: 125px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-125-touch {
    margin: 125px !important;
  }
  .has-padding-125-touch {
    padding: 125px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-125-desktop {
    margin: 125px !important;
  }
  .has-padding-125-desktop {
    padding: 125px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-125-desktop-only {
    margin: 125px !important;
  }
  .has-padding-125-desktop-only {
    padding: 125px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-125-widescreen {
    margin: 125px !important;
  }
  .has-padding-125-widescreen {
    padding: 125px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-125-mobile {
    margin-top: 125px !important;
  }
  .has-padding-top-125-mobile {
    padding-top: 125px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-125-tablet {
    margin-top: 125px !important;
  }
  .has-padding-top-125-tablet {
    padding-top: 125px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-125-tablet-only {
    margin-top: 125px !important;
  }
  .has-padding-top-125-tablet-only {
    padding-top: 125px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-125-touch {
    margin-top: 125px !important;
  }
  .has-padding-top-125-touch {
    padding-top: 125px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-125-desktop {
    margin-top: 125px !important;
  }
  .has-padding-top-125-desktop {
    padding-top: 125px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-125-desktop-only {
    margin-top: 125px !important;
  }
  .has-padding-top-125-desktop-only {
    padding-top: 125px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-125-widescreen {
    margin-top: 125px !important;
  }
  .has-padding-top-125-widescreen {
    padding-top: 125px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-125-mobile {
    margin-bottom: 125px !important;
  }
  .has-padding-bottom-125-mobile {
    padding-bottom: 125px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-125-tablet {
    margin-bottom: 125px !important;
  }
  .has-padding-bottom-125-tablet {
    padding-bottom: 125px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-125-tablet-only {
    margin-bottom: 125px !important;
  }
  .has-padding-bottom-125-tablet-only {
    padding-bottom: 125px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-125-touch {
    margin-bottom: 125px !important;
  }
  .has-padding-bottom-125-touch {
    padding-bottom: 125px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-125-desktop {
    margin-bottom: 125px !important;
  }
  .has-padding-bottom-125-desktop {
    padding-bottom: 125px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-125-desktop-only {
    margin-bottom: 125px !important;
  }
  .has-padding-bottom-125-desktop-only {
    padding-bottom: 125px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-125-widescreen {
    margin-bottom: 125px !important;
  }
  .has-padding-bottom-125-widescreen {
    padding-bottom: 125px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-125-mobile {
    margin-left: 125px !important;
  }
  .has-padding-left-125-mobile {
    padding-left: 125px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-125-tablet {
    margin-left: 125px !important;
  }
  .has-padding-left-125-tablet {
    padding-left: 125px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-125-tablet-only {
    margin-left: 125px !important;
  }
  .has-padding-left-125-tablet-only {
    padding-left: 125px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-125-touch {
    margin-left: 125px !important;
  }
  .has-padding-left-125-touch {
    padding-left: 125px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-125-desktop {
    margin-left: 125px !important;
  }
  .has-padding-left-125-desktop {
    padding-left: 125px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-125-desktop-only {
    margin-left: 125px !important;
  }
  .has-padding-left-125-desktop-only {
    padding-left: 125px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-125-widescreen {
    margin-left: 125px !important;
  }
  .has-padding-left-125-widescreen {
    padding-left: 125px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-125-mobile {
    margin-right: 125px !important;
  }
  .has-padding-right-125-mobile {
    padding-right: 125px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-125-tablet {
    margin-right: 125px !important;
  }
  .has-padding-right-125-tablet {
    padding-right: 125px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-125-tablet-only {
    margin-right: 125px !important;
  }
  .has-padding-right-125-tablet-only {
    padding-right: 125px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-125-touch {
    margin-right: 125px !important;
  }
  .has-padding-right-125-touch {
    padding-right: 125px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-125-desktop {
    margin-right: 125px !important;
  }
  .has-padding-right-125-desktop {
    padding-right: 125px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-125-desktop-only {
    margin-right: 125px !important;
  }
  .has-padding-right-125-desktop-only {
    padding-right: 125px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-125-widescreen {
    margin-right: 125px !important;
  }
  .has-padding-right-125-widescreen {
    padding-right: 125px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-130-mobile {
    margin: 130px !important;
  }
  .has-padding-130-mobile {
    padding: 130px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-130-tablet {
    margin: 130px !important;
  }
  .has-padding-130-tablet {
    padding: 130px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-130-tablet-only {
    margin: 130px !important;
  }
  .has-padding-130-tablet-only {
    padding: 130px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-130-touch {
    margin: 130px !important;
  }
  .has-padding-130-touch {
    padding: 130px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-130-desktop {
    margin: 130px !important;
  }
  .has-padding-130-desktop {
    padding: 130px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-130-desktop-only {
    margin: 130px !important;
  }
  .has-padding-130-desktop-only {
    padding: 130px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-130-widescreen {
    margin: 130px !important;
  }
  .has-padding-130-widescreen {
    padding: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-130-mobile {
    margin-top: 130px !important;
  }
  .has-padding-top-130-mobile {
    padding-top: 130px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-130-tablet {
    margin-top: 130px !important;
  }
  .has-padding-top-130-tablet {
    padding-top: 130px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-130-tablet-only {
    margin-top: 130px !important;
  }
  .has-padding-top-130-tablet-only {
    padding-top: 130px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-130-touch {
    margin-top: 130px !important;
  }
  .has-padding-top-130-touch {
    padding-top: 130px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-130-desktop {
    margin-top: 130px !important;
  }
  .has-padding-top-130-desktop {
    padding-top: 130px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-130-desktop-only {
    margin-top: 130px !important;
  }
  .has-padding-top-130-desktop-only {
    padding-top: 130px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-130-widescreen {
    margin-top: 130px !important;
  }
  .has-padding-top-130-widescreen {
    padding-top: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-130-mobile {
    margin-bottom: 130px !important;
  }
  .has-padding-bottom-130-mobile {
    padding-bottom: 130px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-130-tablet {
    margin-bottom: 130px !important;
  }
  .has-padding-bottom-130-tablet {
    padding-bottom: 130px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-130-tablet-only {
    margin-bottom: 130px !important;
  }
  .has-padding-bottom-130-tablet-only {
    padding-bottom: 130px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-130-touch {
    margin-bottom: 130px !important;
  }
  .has-padding-bottom-130-touch {
    padding-bottom: 130px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-130-desktop {
    margin-bottom: 130px !important;
  }
  .has-padding-bottom-130-desktop {
    padding-bottom: 130px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-130-desktop-only {
    margin-bottom: 130px !important;
  }
  .has-padding-bottom-130-desktop-only {
    padding-bottom: 130px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-130-widescreen {
    margin-bottom: 130px !important;
  }
  .has-padding-bottom-130-widescreen {
    padding-bottom: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-130-mobile {
    margin-left: 130px !important;
  }
  .has-padding-left-130-mobile {
    padding-left: 130px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-130-tablet {
    margin-left: 130px !important;
  }
  .has-padding-left-130-tablet {
    padding-left: 130px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-130-tablet-only {
    margin-left: 130px !important;
  }
  .has-padding-left-130-tablet-only {
    padding-left: 130px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-130-touch {
    margin-left: 130px !important;
  }
  .has-padding-left-130-touch {
    padding-left: 130px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-130-desktop {
    margin-left: 130px !important;
  }
  .has-padding-left-130-desktop {
    padding-left: 130px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-130-desktop-only {
    margin-left: 130px !important;
  }
  .has-padding-left-130-desktop-only {
    padding-left: 130px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-130-widescreen {
    margin-left: 130px !important;
  }
  .has-padding-left-130-widescreen {
    padding-left: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-130-mobile {
    margin-right: 130px !important;
  }
  .has-padding-right-130-mobile {
    padding-right: 130px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-130-tablet {
    margin-right: 130px !important;
  }
  .has-padding-right-130-tablet {
    padding-right: 130px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-130-tablet-only {
    margin-right: 130px !important;
  }
  .has-padding-right-130-tablet-only {
    padding-right: 130px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-130-touch {
    margin-right: 130px !important;
  }
  .has-padding-right-130-touch {
    padding-right: 130px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-130-desktop {
    margin-right: 130px !important;
  }
  .has-padding-right-130-desktop {
    padding-right: 130px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-130-desktop-only {
    margin-right: 130px !important;
  }
  .has-padding-right-130-desktop-only {
    padding-right: 130px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-130-widescreen {
    margin-right: 130px !important;
  }
  .has-padding-right-130-widescreen {
    padding-right: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-135-mobile {
    margin: 135px !important;
  }
  .has-padding-135-mobile {
    padding: 135px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-135-tablet {
    margin: 135px !important;
  }
  .has-padding-135-tablet {
    padding: 135px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-135-tablet-only {
    margin: 135px !important;
  }
  .has-padding-135-tablet-only {
    padding: 135px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-135-touch {
    margin: 135px !important;
  }
  .has-padding-135-touch {
    padding: 135px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-135-desktop {
    margin: 135px !important;
  }
  .has-padding-135-desktop {
    padding: 135px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-135-desktop-only {
    margin: 135px !important;
  }
  .has-padding-135-desktop-only {
    padding: 135px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-135-widescreen {
    margin: 135px !important;
  }
  .has-padding-135-widescreen {
    padding: 135px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-135-mobile {
    margin-top: 135px !important;
  }
  .has-padding-top-135-mobile {
    padding-top: 135px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-135-tablet {
    margin-top: 135px !important;
  }
  .has-padding-top-135-tablet {
    padding-top: 135px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-135-tablet-only {
    margin-top: 135px !important;
  }
  .has-padding-top-135-tablet-only {
    padding-top: 135px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-135-touch {
    margin-top: 135px !important;
  }
  .has-padding-top-135-touch {
    padding-top: 135px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-135-desktop {
    margin-top: 135px !important;
  }
  .has-padding-top-135-desktop {
    padding-top: 135px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-135-desktop-only {
    margin-top: 135px !important;
  }
  .has-padding-top-135-desktop-only {
    padding-top: 135px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-135-widescreen {
    margin-top: 135px !important;
  }
  .has-padding-top-135-widescreen {
    padding-top: 135px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-135-mobile {
    margin-bottom: 135px !important;
  }
  .has-padding-bottom-135-mobile {
    padding-bottom: 135px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-135-tablet {
    margin-bottom: 135px !important;
  }
  .has-padding-bottom-135-tablet {
    padding-bottom: 135px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-135-tablet-only {
    margin-bottom: 135px !important;
  }
  .has-padding-bottom-135-tablet-only {
    padding-bottom: 135px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-135-touch {
    margin-bottom: 135px !important;
  }
  .has-padding-bottom-135-touch {
    padding-bottom: 135px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-135-desktop {
    margin-bottom: 135px !important;
  }
  .has-padding-bottom-135-desktop {
    padding-bottom: 135px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-135-desktop-only {
    margin-bottom: 135px !important;
  }
  .has-padding-bottom-135-desktop-only {
    padding-bottom: 135px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-135-widescreen {
    margin-bottom: 135px !important;
  }
  .has-padding-bottom-135-widescreen {
    padding-bottom: 135px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-135-mobile {
    margin-left: 135px !important;
  }
  .has-padding-left-135-mobile {
    padding-left: 135px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-135-tablet {
    margin-left: 135px !important;
  }
  .has-padding-left-135-tablet {
    padding-left: 135px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-135-tablet-only {
    margin-left: 135px !important;
  }
  .has-padding-left-135-tablet-only {
    padding-left: 135px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-135-touch {
    margin-left: 135px !important;
  }
  .has-padding-left-135-touch {
    padding-left: 135px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-135-desktop {
    margin-left: 135px !important;
  }
  .has-padding-left-135-desktop {
    padding-left: 135px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-135-desktop-only {
    margin-left: 135px !important;
  }
  .has-padding-left-135-desktop-only {
    padding-left: 135px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-135-widescreen {
    margin-left: 135px !important;
  }
  .has-padding-left-135-widescreen {
    padding-left: 135px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-135-mobile {
    margin-right: 135px !important;
  }
  .has-padding-right-135-mobile {
    padding-right: 135px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-135-tablet {
    margin-right: 135px !important;
  }
  .has-padding-right-135-tablet {
    padding-right: 135px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-135-tablet-only {
    margin-right: 135px !important;
  }
  .has-padding-right-135-tablet-only {
    padding-right: 135px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-135-touch {
    margin-right: 135px !important;
  }
  .has-padding-right-135-touch {
    padding-right: 135px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-135-desktop {
    margin-right: 135px !important;
  }
  .has-padding-right-135-desktop {
    padding-right: 135px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-135-desktop-only {
    margin-right: 135px !important;
  }
  .has-padding-right-135-desktop-only {
    padding-right: 135px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-135-widescreen {
    margin-right: 135px !important;
  }
  .has-padding-right-135-widescreen {
    padding-right: 135px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-140-mobile {
    margin: 140px !important;
  }
  .has-padding-140-mobile {
    padding: 140px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-140-tablet {
    margin: 140px !important;
  }
  .has-padding-140-tablet {
    padding: 140px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-140-tablet-only {
    margin: 140px !important;
  }
  .has-padding-140-tablet-only {
    padding: 140px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-140-touch {
    margin: 140px !important;
  }
  .has-padding-140-touch {
    padding: 140px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-140-desktop {
    margin: 140px !important;
  }
  .has-padding-140-desktop {
    padding: 140px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-140-desktop-only {
    margin: 140px !important;
  }
  .has-padding-140-desktop-only {
    padding: 140px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-140-widescreen {
    margin: 140px !important;
  }
  .has-padding-140-widescreen {
    padding: 140px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-140-mobile {
    margin-top: 140px !important;
  }
  .has-padding-top-140-mobile {
    padding-top: 140px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-140-tablet {
    margin-top: 140px !important;
  }
  .has-padding-top-140-tablet {
    padding-top: 140px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-140-tablet-only {
    margin-top: 140px !important;
  }
  .has-padding-top-140-tablet-only {
    padding-top: 140px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-140-touch {
    margin-top: 140px !important;
  }
  .has-padding-top-140-touch {
    padding-top: 140px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-140-desktop {
    margin-top: 140px !important;
  }
  .has-padding-top-140-desktop {
    padding-top: 140px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-140-desktop-only {
    margin-top: 140px !important;
  }
  .has-padding-top-140-desktop-only {
    padding-top: 140px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-140-widescreen {
    margin-top: 140px !important;
  }
  .has-padding-top-140-widescreen {
    padding-top: 140px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-140-mobile {
    margin-bottom: 140px !important;
  }
  .has-padding-bottom-140-mobile {
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-140-tablet {
    margin-bottom: 140px !important;
  }
  .has-padding-bottom-140-tablet {
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-140-tablet-only {
    margin-bottom: 140px !important;
  }
  .has-padding-bottom-140-tablet-only {
    padding-bottom: 140px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-140-touch {
    margin-bottom: 140px !important;
  }
  .has-padding-bottom-140-touch {
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-140-desktop {
    margin-bottom: 140px !important;
  }
  .has-padding-bottom-140-desktop {
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-140-desktop-only {
    margin-bottom: 140px !important;
  }
  .has-padding-bottom-140-desktop-only {
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-140-widescreen {
    margin-bottom: 140px !important;
  }
  .has-padding-bottom-140-widescreen {
    padding-bottom: 140px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-140-mobile {
    margin-left: 140px !important;
  }
  .has-padding-left-140-mobile {
    padding-left: 140px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-140-tablet {
    margin-left: 140px !important;
  }
  .has-padding-left-140-tablet {
    padding-left: 140px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-140-tablet-only {
    margin-left: 140px !important;
  }
  .has-padding-left-140-tablet-only {
    padding-left: 140px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-140-touch {
    margin-left: 140px !important;
  }
  .has-padding-left-140-touch {
    padding-left: 140px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-140-desktop {
    margin-left: 140px !important;
  }
  .has-padding-left-140-desktop {
    padding-left: 140px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-140-desktop-only {
    margin-left: 140px !important;
  }
  .has-padding-left-140-desktop-only {
    padding-left: 140px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-140-widescreen {
    margin-left: 140px !important;
  }
  .has-padding-left-140-widescreen {
    padding-left: 140px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-140-mobile {
    margin-right: 140px !important;
  }
  .has-padding-right-140-mobile {
    padding-right: 140px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-140-tablet {
    margin-right: 140px !important;
  }
  .has-padding-right-140-tablet {
    padding-right: 140px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-140-tablet-only {
    margin-right: 140px !important;
  }
  .has-padding-right-140-tablet-only {
    padding-right: 140px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-140-touch {
    margin-right: 140px !important;
  }
  .has-padding-right-140-touch {
    padding-right: 140px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-140-desktop {
    margin-right: 140px !important;
  }
  .has-padding-right-140-desktop {
    padding-right: 140px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-140-desktop-only {
    margin-right: 140px !important;
  }
  .has-padding-right-140-desktop-only {
    padding-right: 140px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-140-widescreen {
    margin-right: 140px !important;
  }
  .has-padding-right-140-widescreen {
    padding-right: 140px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-145-mobile {
    margin: 145px !important;
  }
  .has-padding-145-mobile {
    padding: 145px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-145-tablet {
    margin: 145px !important;
  }
  .has-padding-145-tablet {
    padding: 145px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-145-tablet-only {
    margin: 145px !important;
  }
  .has-padding-145-tablet-only {
    padding: 145px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-145-touch {
    margin: 145px !important;
  }
  .has-padding-145-touch {
    padding: 145px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-145-desktop {
    margin: 145px !important;
  }
  .has-padding-145-desktop {
    padding: 145px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-145-desktop-only {
    margin: 145px !important;
  }
  .has-padding-145-desktop-only {
    padding: 145px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-145-widescreen {
    margin: 145px !important;
  }
  .has-padding-145-widescreen {
    padding: 145px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-145-mobile {
    margin-top: 145px !important;
  }
  .has-padding-top-145-mobile {
    padding-top: 145px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-145-tablet {
    margin-top: 145px !important;
  }
  .has-padding-top-145-tablet {
    padding-top: 145px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-top-145-tablet-only {
    margin-top: 145px !important;
  }
  .has-padding-top-145-tablet-only {
    padding-top: 145px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-top-145-touch {
    margin-top: 145px !important;
  }
  .has-padding-top-145-touch {
    padding-top: 145px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-top-145-desktop {
    margin-top: 145px !important;
  }
  .has-padding-top-145-desktop {
    padding-top: 145px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-top-145-desktop-only {
    margin-top: 145px !important;
  }
  .has-padding-top-145-desktop-only {
    padding-top: 145px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-top-145-widescreen {
    margin-top: 145px !important;
  }
  .has-padding-top-145-widescreen {
    padding-top: 145px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-145-mobile {
    margin-bottom: 145px !important;
  }
  .has-padding-bottom-145-mobile {
    padding-bottom: 145px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-145-tablet {
    margin-bottom: 145px !important;
  }
  .has-padding-bottom-145-tablet {
    padding-bottom: 145px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-bottom-145-tablet-only {
    margin-bottom: 145px !important;
  }
  .has-padding-bottom-145-tablet-only {
    padding-bottom: 145px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-bottom-145-touch {
    margin-bottom: 145px !important;
  }
  .has-padding-bottom-145-touch {
    padding-bottom: 145px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-bottom-145-desktop {
    margin-bottom: 145px !important;
  }
  .has-padding-bottom-145-desktop {
    padding-bottom: 145px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-bottom-145-desktop-only {
    margin-bottom: 145px !important;
  }
  .has-padding-bottom-145-desktop-only {
    padding-bottom: 145px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-bottom-145-widescreen {
    margin-bottom: 145px !important;
  }
  .has-padding-bottom-145-widescreen {
    padding-bottom: 145px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-145-mobile {
    margin-left: 145px !important;
  }
  .has-padding-left-145-mobile {
    padding-left: 145px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-145-tablet {
    margin-left: 145px !important;
  }
  .has-padding-left-145-tablet {
    padding-left: 145px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-145-tablet-only {
    margin-left: 145px !important;
  }
  .has-padding-left-145-tablet-only {
    padding-left: 145px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-145-touch {
    margin-left: 145px !important;
  }
  .has-padding-left-145-touch {
    padding-left: 145px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-145-desktop {
    margin-left: 145px !important;
  }
  .has-padding-left-145-desktop {
    padding-left: 145px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-145-desktop-only {
    margin-left: 145px !important;
  }
  .has-padding-left-145-desktop-only {
    padding-left: 145px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-145-widescreen {
    margin-left: 145px !important;
  }
  .has-padding-left-145-widescreen {
    padding-left: 145px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-145-mobile {
    margin-right: 145px !important;
  }
  .has-padding-right-145-mobile {
    padding-right: 145px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-145-tablet {
    margin-right: 145px !important;
  }
  .has-padding-right-145-tablet {
    padding-right: 145px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-145-tablet-only {
    margin-right: 145px !important;
  }
  .has-padding-right-145-tablet-only {
    padding-right: 145px !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-145-touch {
    margin-right: 145px !important;
  }
  .has-padding-right-145-touch {
    padding-right: 145px !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-145-desktop {
    margin-right: 145px !important;
  }
  .has-padding-right-145-desktop {
    padding-right: 145px !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-145-desktop-only {
    margin-right: 145px !important;
  }
  .has-padding-right-145-desktop-only {
    padding-right: 145px !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-145-widescreen {
    margin-right: 145px !important;
  }
  .has-padding-right-145-widescreen {
    padding-right: 145px !important;
  }
}
@media screen and (max-width: 768px) {
  .is-top-marginless-mobile {
    margin-top: 0 !important;
  }
  .is-top-paddingless-mobile {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-top-marginless-tablet {
    margin-top: 0 !important;
  }
  .is-top-paddingless-tablet {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .is-top-marginless-tablet-only {
    margin-top: 0 !important;
  }
  .is-top-paddingless-tablet-only {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 1119px) {
  .is-top-marginless-touch {
    margin-top: 0 !important;
  }
  .is-top-paddingless-touch {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1120px) {
  .is-top-marginless-desktop {
    margin-top: 0 !important;
  }
  .is-top-paddingless-desktop {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .is-top-marginless-desktop-only {
    margin-top: 0 !important;
  }
  .is-top-paddingless-desktop-only {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1360px) {
  .is-top-marginless-widescreen {
    margin-top: 0 !important;
  }
  .is-top-paddingless-widescreen {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .is-bottom-marginless-mobile {
    margin-bottom: 0 !important;
  }
  .is-bottom-paddingless-mobile {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-bottom-marginless-tablet {
    margin-bottom: 0 !important;
  }
  .is-bottom-paddingless-tablet {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .is-bottom-marginless-tablet-only {
    margin-bottom: 0 !important;
  }
  .is-bottom-paddingless-tablet-only {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1119px) {
  .is-bottom-marginless-touch {
    margin-bottom: 0 !important;
  }
  .is-bottom-paddingless-touch {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 1120px) {
  .is-bottom-marginless-desktop {
    margin-bottom: 0 !important;
  }
  .is-bottom-paddingless-desktop {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .is-bottom-marginless-desktop-only {
    margin-bottom: 0 !important;
  }
  .is-bottom-paddingless-desktop-only {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 1360px) {
  .is-bottom-marginless-widescreen {
    margin-bottom: 0 !important;
  }
  .is-bottom-paddingless-widescreen {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .is-left-marginless-mobile {
    margin-left: 0 !important;
  }
  .is-left-paddingless-mobile {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-left-marginless-tablet {
    margin-left: 0 !important;
  }
  .is-left-paddingless-tablet {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .is-left-marginless-tablet-only {
    margin-left: 0 !important;
  }
  .is-left-paddingless-tablet-only {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 1119px) {
  .is-left-marginless-touch {
    margin-left: 0 !important;
  }
  .is-left-paddingless-touch {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1120px) {
  .is-left-marginless-desktop {
    margin-left: 0 !important;
  }
  .is-left-paddingless-desktop {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .is-left-marginless-desktop-only {
    margin-left: 0 !important;
  }
  .is-left-paddingless-desktop-only {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1360px) {
  .is-left-marginless-widescreen {
    margin-left: 0 !important;
  }
  .is-left-paddingless-widescreen {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .is-right-marginless-mobile {
    margin-right: 0 !important;
  }
  .is-right-paddingless-mobile {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-right-marginless-tablet {
    margin-right: 0 !important;
  }
  .is-right-paddingless-tablet {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .is-right-marginless-tablet-only {
    margin-right: 0 !important;
  }
  .is-right-paddingless-tablet-only {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 1119px) {
  .is-right-marginless-touch {
    margin-right: 0 !important;
  }
  .is-right-paddingless-touch {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1120px) {
  .is-right-marginless-desktop {
    margin-right: 0 !important;
  }
  .is-right-paddingless-desktop {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .is-right-marginless-desktop-only {
    margin-right: 0 !important;
  }
  .is-right-paddingless-desktop-only {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1360px) {
  .is-right-marginless-widescreen {
    margin-right: 0 !important;
  }
  .is-right-paddingless-widescreen {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-auto-mobile {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-auto-tablet {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-left-auto-tablet-only {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-left-auto-touch {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-left-auto-desktop {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-left-auto-desktop-only {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-left-auto-widescreen {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-auto-mobile {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-auto-tablet {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-margin-right-auto-tablet-only {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-margin-right-auto-touch {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-margin-right-auto-desktop {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-margin-right-auto-desktop-only {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-margin-right-auto-widescreen {
    margin-right: auto !important;
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.tabs, .is-unselectable, .modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.level:not(:last-child), .tabs:not(:last-child), .message:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child) {
  margin-bottom: 1.5rem;
}

.modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10.2, 10.2, 10.2, 0.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;
}
.modal-close::before, .modal-close::after {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before {
  height: 2px;
  width: 50%;
}
.modal-close::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .modal-close:focus {
  background-color: rgba(10.2, 10.2, 10.2, 0.3);
}
.modal-close:active {
  background-color: rgba(10.2, 10.2, 10.2, 0.4);
}
.is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.hero-video, .modal-background, .modal, .is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

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

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

ul {
  list-style: none;
}

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

html {
  box-sizing: border-box;
}

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

img,
embed,
iframe,
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;
}
td:not([align]),
th:not([align]) {
  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%;
}

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

body,
button,
input,
select,
textarea {
  font-family: "GalanoGrotesque", sans-serif;
}

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

body {
  color: #313238;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #E94C0A;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #313238;
}

code {
  background-color: hsl(0, 0%, 96%);
  color: hsl(348, 100%, 61%);
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: hsl(0, 0%, 96%);
  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: 0.875em;
}

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

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

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 96%);
  color: #313238;
  font-size: 0.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 {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: left;
}
table th {
  color: #313238;
}

.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: 0.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: 0.75rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .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: 0.75rem !important;
  }
}
@media screen and (max-width: 1119px) {
  .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: 0.75rem !important;
  }
}
@media screen and (min-width: 1120px) {
  .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: 0.75rem !important;
  }
}
@media screen and (min-width: 1360px) {
  .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: 0.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 screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1119px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1120px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1360px) {
  .has-text-right-widescreen {
    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:hover, a.has-text-white:focus {
  color: rgb(229.5, 229.5, 229.5) !important;
}

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

.has-text-black {
  color: hsl(0, 0%, 4%) !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: hsl(0, 0%, 0%) !important;
}

.has-background-black {
  background-color: hsl(0, 0%, 4%) !important;
}

.has-text-light {
  color: hsl(0, 0%, 96%) !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: hsl(0, 0%, 86%) !important;
}

.has-background-light {
  background-color: hsl(0, 0%, 96%) !important;
}

.has-text-dark {
  color: hsl(0, 0%, 21%) !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: hsl(0, 0%, 11%) !important;
}

.has-background-dark {
  background-color: hsl(0, 0%, 21%) !important;
}

.has-text-primary {
  color: #E94C0A !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: rgb(184.0987654321, 60.049382716, 7.9012345679) !important;
}

.has-background-primary {
  background-color: #E94C0A !important;
}

.has-text-link {
  color: #E94C0A !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: rgb(184.0987654321, 60.049382716, 7.9012345679) !important;
}

.has-background-link {
  background-color: #E94C0A !important;
}

.has-text-info {
  color: hsl(204, 86%, 53%) !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: hsl(204, 86%, 43%) !important;
}

.has-background-info {
  background-color: hsl(204, 86%, 53%) !important;
}

.has-text-success {
  color: hsl(141, 71%, 48%) !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: hsl(141, 71%, 38%) !important;
}

.has-background-success {
  background-color: hsl(141, 71%, 48%) !important;
}

.has-text-warning {
  color: hsl(48, 100%, 67%) !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: hsl(48, 100%, 57%) !important;
}

.has-background-warning {
  background-color: hsl(48, 100%, 67%) !important;
}

.has-text-danger {
  color: hsl(348, 100%, 61%) !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: hsl(348, 100%, 51%) !important;
}

.has-background-danger {
  background-color: hsl(348, 100%, 61%) !important;
}

.has-text-black-bis {
  color: hsl(0, 0%, 7%) !important;
}

.has-background-black-bis {
  background-color: hsl(0, 0%, 7%) !important;
}

.has-text-black-ter {
  color: hsl(0, 0%, 14%) !important;
}

.has-background-black-ter {
  background-color: hsl(0, 0%, 14%) !important;
}

.has-text-grey-darker {
  color: hsl(0, 0%, 21%) !important;
}

.has-background-grey-darker {
  background-color: hsl(0, 0%, 21%) !important;
}

.has-text-grey-dark {
  color: #313238 !important;
}

.has-background-grey-dark {
  background-color: #313238 !important;
}

.has-text-grey {
  color: #A3A3A3 !important;
}

.has-background-grey {
  background-color: #A3A3A3 !important;
}

.has-text-grey-light {
  color: hsl(0, 0%, 71%) !important;
}

.has-background-grey-light {
  background-color: hsl(0, 0%, 71%) !important;
}

.has-text-grey-lighter {
  color: hsl(0, 0%, 86%) !important;
}

.has-background-grey-lighter {
  background-color: hsl(0, 0%, 86%) !important;
}

.has-text-white-ter {
  color: hsl(0, 0%, 96%) !important;
}

.has-background-white-ter {
  background-color: hsl(0, 0%, 96%) !important;
}

.has-text-white-bis {
  color: hsl(0, 0%, 98%) !important;
}

.has-background-white-bis {
  background-color: hsl(0, 0%, 98%) !important;
}

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

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

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

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

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

.is-family-primary {
  font-family: "GalanoGrotesque", sans-serif !important;
}

.is-family-secondary {
  font-family: "GalanoGrotesque", sans-serif !important;
}

.is-family-sans-serif {
  font-family: "GalanoGrotesque", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

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

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

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1119px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1120px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1360px) {
  .is-block-widescreen {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1119px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1120px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1360px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1119px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1120px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1360px) {
  .is-inline-widescreen {
    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 screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1119px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1120px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1360px) {
  .is-inline-block-widescreen {
    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 screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1119px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1120px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1360px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

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

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1119px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1120px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1360px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1119px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1120px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1360px) {
  .is-invisible-widescreen {
    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;
}

.is-relative {
  position: relative !important;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
@media screen and (min-width: 1120px) {
  .container {
    max-width: 960px;
  }
  .container.is-fluid {
    margin-left: 80px;
    margin-right: 80px;
    max-width: none;
  }
}
@media screen and (max-width: 1359px) {
  .container.is-widescreen {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1360px) {
  .container {
    max-width: 1200px;
  }
}

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

.title,
.subtitle {
  word-break: break-word;
}
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
.title sup,
.subtitle sup {
  font-size: 0.75em;
}
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: hsl(0, 0%, 21%);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.title + .highlight {
  margin-top: -0.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: 0.75rem;
}

.subtitle {
  color: #313238;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
.subtitle strong {
  color: hsl(0, 0%, 21%);
  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: 0.75rem;
}

.content li + li {
  margin-top: 0.25em;
}
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #313238;
  font-weight: 600;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: hsl(0, 0%, 96%);
  border-left: 5px solid hsl(0, 0%, 86%);
  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: 0.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 sup,
.content sub {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content table td,
.content table th {
  border: 1px solid hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: #313238;
}
.content table th:not([align]) {
  text-align: left;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #313238;
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #313238;
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content .tabs li + li {
  margin-top: 0;
}
.content.is-small {
  font-size: 0.75rem;
}
.content.is-medium {
  font-size: 1.25rem;
}
.content.is-large {
  font-size: 1.5rem;
}

.notification {
  background-color: hsl(0, 0%, 96%);
  border-radius: 0;
  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: 0.5rem;
  top: 0.5rem;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-white {
  background-color: #fff;
  color: hsl(0, 0%, 4%);
}
.notification.is-black {
  background-color: hsl(0, 0%, 4%);
  color: #fff;
}
.notification.is-light {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.notification.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}
.notification.is-primary {
  background-color: #E94C0A;
  color: #fff;
}
.notification.is-link {
  background-color: #E94C0A;
  color: #fff;
}
.notification.is-info {
  background-color: hsl(204, 86%, 53%);
  color: #fff;
}
.notification.is-success {
  background-color: hsl(141, 71%, 48%);
  color: #fff;
}
.notification.is-warning {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-danger {
  background-color: hsl(348, 100%, 61%);
  color: #fff;
}

.message {
  background-color: hsl(0, 0%, 96%);
  border-radius: 0;
  font-size: 1rem;
}
.message strong {
  color: currentColor;
}
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.message.is-small {
  font-size: 0.75rem;
}
.message.is-medium {
  font-size: 1.25rem;
}
.message.is-large {
  font-size: 1.5rem;
}
.message.is-white {
  background-color: white;
}
.message.is-white .message-header {
  background-color: #fff;
  color: hsl(0, 0%, 4%);
}
.message.is-white .message-body {
  border-color: #fff;
  color: rgb(76.5, 76.5, 76.5);
}
.message.is-black {
  background-color: hsl(0, 0%, 98%);
}
.message.is-black .message-header {
  background-color: hsl(0, 0%, 4%);
  color: #fff;
}
.message.is-black .message-body {
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 3.7875311115%);
}
.message.is-light {
  background-color: hsl(0, 0%, 98%);
}
.message.is-light .message-header {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.message.is-light .message-body {
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 31.1072581112%);
}
.message.is-dark {
  background-color: hsl(0, 0%, 98%);
}
.message.is-dark .message-header {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}
.message.is-dark .message-body {
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 16.5244144729%);
}
.message.is-primary {
  background-color: rgb(254.5802469136, 247.9901234568, 245.2197530864);
}
.message.is-primary .message-header {
  background-color: #E94C0A;
  color: #fff;
}
.message.is-primary .message-body {
  border-color: #E94C0A;
  color: rgb(138.2979878505, 49.4077994078, 12.0399494892);
}
.message.is-link {
  background-color: rgb(254.5802469136, 247.9901234568, 245.2197530864);
}
.message.is-link .message-header {
  background-color: #E94C0A;
  color: #fff;
}
.message.is-link .message-body {
  border-color: #E94C0A;
  color: rgb(138.2979878505, 49.4077994078, 12.0399494892);
}
.message.is-info {
  background-color: hsl(204, 86%, 98%);
}
.message.is-info .message-header {
  background-color: hsl(204, 86%, 53%);
  color: #fff;
}
.message.is-info .message-body {
  border-color: hsl(204, 86%, 53%);
  color: hsl(204, 75.34225737%, 28.1319338633%);
}
.message.is-success {
  background-color: hsl(141, 71%, 98%);
}
.message.is-success .message-header {
  background-color: hsl(141, 71%, 48%);
  color: #fff;
}
.message.is-success .message-body {
  border-color: hsl(141, 71%, 48%);
  color: hsl(141, 55.68003025%, 12.2534039166%);
}
.message.is-warning {
  background-color: hsl(48, 100%, 98%);
}
.message.is-warning .message-header {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.message.is-warning .message-body {
  border-color: hsl(48, 100%, 67%);
  color: hsl(48, 76.9411683441%, 13.1960594696%);
}
.message.is-danger {
  background-color: hsl(348, 100%, 98%);
}
.message.is-danger .message-header {
  background-color: hsl(348, 100%, 61%);
  color: #fff;
}
.message.is-danger .message-body {
  border-color: hsl(348, 100%, 61%);
  color: hsl(348, 91.806027338%, 41.8807304553%);
}

.message-header {
  align-items: center;
  background-color: #313238;
  border-radius: 0 0 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-color: hsl(0, 0%, 86%);
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #313238;
  padding: 1.25em 1.5em;
}
.message-body code,
.message-body pre {
  background-color: #fff;
}
.message-body pre code {
  background-color: transparent;
}

.menu {
  font-size: 1rem;
}
.menu.is-small {
  font-size: 0.75rem;
}
.menu.is-medium {
  font-size: 1.25rem;
}
.menu.is-large {
  font-size: 1.5rem;
}

.menu-list {
  line-height: 1.25;
}
.menu-list a {
  border-radius: 0;
  color: #313238;
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: hsl(0, 0%, 96%);
  color: #313238;
}
.menu-list a.is-active {
  background-color: #E94C0A;
  color: #fff;
}
.menu-list li ul {
  border-left: 1px solid hsl(0, 0%, 86%);
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #A3A3A3;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu-label:not(:first-child) {
  margin-top: 1em;
}
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs a {
  align-items: center;
  border-bottom-color: hsl(0, 0%, 86%);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #313238;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: #313238;
  color: #313238;
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: #E94C0A;
  color: #E94C0A;
}
.tabs ul {
  align-items: center;
  border-bottom-color: hsl(0, 0%, 86%);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.tabs ul.is-left {
  padding-right: 0.75em;
}
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.tabs.is-centered ul {
  justify-content: center;
}
.tabs.is-right ul {
  justify-content: flex-end;
}
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.tabs.is-boxed a:hover {
  background-color: hsl(0, 0%, 96%);
  border-bottom-color: hsl(0, 0%, 86%);
}
.tabs.is-boxed li.is-active a {
  background-color: #fff;
  border-color: hsl(0, 0%, 86%);
  border-bottom-color: transparent !important;
}
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
.tabs.is-toggle a {
  border-color: hsl(0, 0%, 86%);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.tabs.is-toggle a:hover {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 71%);
  z-index: 2;
}
.tabs.is-toggle li + li {
  margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
  border-radius: 0 0 0 0;
}
.tabs.is-toggle li:last-child a {
  border-radius: 0 0 0 0;
}
.tabs.is-toggle li.is-active a {
  background-color: #E94C0A;
  border-color: #E94C0A;
  color: #fff;
  z-index: 1;
}
.tabs.is-toggle ul {
  border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}
.tabs.is-small {
  font-size: 0.75rem;
}
.tabs.is-medium {
  font-size: 1.25rem;
}
.tabs.is-large {
  font-size: 1.5rem;
}

.media {
  align-items: flex-start;
  display: flex;
  text-align: left;
}
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.media .media {
  border-top: 1px solid rgba(219.3, 219.3, 219.3, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.media .media .media {
  padding-top: 0.5rem;
}
.media .media .media + .media {
  margin-top: 0.5rem;
}
.media + .media {
  border-top: 1px solid rgba(219.3, 219.3, 219.3, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}
.level {
  align-items: center;
  justify-content: space-between;
}
.level code {
  border-radius: 0;
}
.level img {
  display: inline-block;
  vertical-align: top;
}
.level.is-mobile {
  display: flex;
}
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .level-left {
    display: flex;
  }
}

.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
  .level-right {
    display: flex;
  }
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10.2, 10.2, 10.2, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .modal-content,
  .modal-card {
    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;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-card-title {
  color: #313238;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 1px solid hsl(0, 0%, 86%);
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.card {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px rgba(10.2, 10.2, 10.2, 0.1);
  color: #313238;
  max-width: 100%;
  position: relative;
}

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 1px 2px rgba(10.2, 10.2, 10.2, 0.1);
  display: flex;
}

.card-header-title {
  align-items: center;
  color: #313238;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem;
}
.card-header-title.is-centered {
  justify-content: center;
}

.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem;
}

.card-image {
  display: block;
  position: relative;
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.card-footer {
  background-color: transparent;
  border-top: 1px solid hsl(0, 0%, 86%);
  align-items: stretch;
  display: flex;
}

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}
.card-footer-item:not(:last-child) {
  border-right: 1px solid hsl(0, 0%, 86%);
}

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

.navbar {
  background-color: #fff;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: #fff;
  color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: rgb(242.25, 242.25, 242.25);
  color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-burger {
  color: hsl(0, 0%, 4%);
}
@media screen and (min-width: 1120px) {
  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:focus,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:focus,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:focus,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: rgb(242.25, 242.25, 242.25);
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(242.25, 242.25, 242.25);
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: #fff;
    color: hsl(0, 0%, 4%);
  }
}
.navbar.is-black {
  background-color: hsl(0, 0%, 4%);
  color: #fff;
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 0%);
  color: #fff;
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-black .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1120px) {
  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:focus,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:focus,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:focus,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 0%);
    color: #fff;
  }
  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 0%);
    color: #fff;
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 4%);
    color: #fff;
  }
}
.navbar.is-light {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: hsl(0, 0%, 21%);
}
.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 21%);
}
.navbar.is-light .navbar-burger {
  color: hsl(0, 0%, 21%);
}
@media screen and (min-width: 1120px) {
  .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: hsl(0, 0%, 21%);
  }
  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:focus,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:focus,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:focus,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 91%);
    color: hsl(0, 0%, 21%);
  }
  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 21%);
  }
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 91%);
    color: hsl(0, 0%, 21%);
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 21%);
  }
}
.navbar.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: hsl(0, 0%, 96%);
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 16%);
  color: hsl(0, 0%, 96%);
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 96%);
}
.navbar.is-dark .navbar-burger {
  color: hsl(0, 0%, 96%);
}
@media screen and (min-width: 1120px) {
  .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: hsl(0, 0%, 96%);
  }
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:focus,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:focus,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:focus,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 16%);
    color: hsl(0, 0%, 96%);
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 96%);
  }
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 16%);
    color: hsl(0, 0%, 96%);
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 21%);
    color: hsl(0, 0%, 96%);
  }
}
.navbar.is-primary {
  background-color: #E94C0A;
  color: #fff;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: rgb(208.549382716, 68.024691358, 8.950617284);
  color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-primary .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1120px) {
  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:focus,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:focus,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:focus,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: rgb(208.549382716, 68.024691358, 8.950617284);
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(208.549382716, 68.024691358, 8.950617284);
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #E94C0A;
    color: #fff;
  }
}
.navbar.is-link {
  background-color: #E94C0A;
  color: #fff;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: rgb(208.549382716, 68.024691358, 8.950617284);
  color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1120px) {
  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:focus,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:focus,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:focus,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: rgb(208.549382716, 68.024691358, 8.950617284);
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(208.549382716, 68.024691358, 8.950617284);
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #E94C0A;
    color: #fff;
  }
}
.navbar.is-info {
  background-color: hsl(204, 86%, 53%);
  color: #fff;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: hsl(204, 86%, 48%);
  color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-info .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1120px) {
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:focus,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:focus,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: hsl(204, 86%, 48%);
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(204, 86%, 48%);
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(204, 86%, 53%);
    color: #fff;
  }
}
.navbar.is-success {
  background-color: hsl(141, 71%, 48%);
  color: #fff;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: hsl(141, 71%, 43%);
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-success .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1120px) {
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:focus,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:focus,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:focus,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: hsl(141, 71%, 43%);
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(141, 71%, 43%);
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(141, 71%, 48%);
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: hsl(48, 100%, 62%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1120px) {
  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:focus,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:focus,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:focus,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: hsl(48, 100%, 62%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(48, 100%, 62%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(48, 100%, 67%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: hsl(348, 100%, 61%);
  color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: hsl(348, 100%, 56%);
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1120px) {
  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:focus,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:focus,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:focus,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: hsl(348, 100%, 56%);
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(348, 100%, 56%);
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(348, 100%, 61%);
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 hsl(0, 0%, 96%);
}
.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 hsl(0, 0%, 96%);
}
.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus, .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: #313238;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #313238;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: hsl(0, 0%, 98%);
  color: #E94C0A;
}

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}
.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.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #E94C0A;
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #E94C0A;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #E94C0A;
  padding-bottom: calc(0.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: #E94C0A;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1119px) {
  .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.2, 10.2, 10.2, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }
  .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.2, 10.2, 10.2, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1120px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 0;
  }
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:focus,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: #E94C0A;
  }
  .navbar-burger {
    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(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid hsl(0, 0%, 86%);
    border-radius: 0 0 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10.2, 10.2, 10.2, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    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 {
    justify-content: flex-end;
    margin-left: auto;
  }
  .navbar-dropdown {
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 2px solid hsl(0, 0%, 86%);
    box-shadow: 0 8px 8px rgba(10.2, 10.2, 10.2, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: #E94C0A;
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 0;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px rgba(10.2, 10.2, 10.2, 0.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;
  }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.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.2, 10.2, 10.2, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: hsl(0, 0%, 4%);
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 98%);
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.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: hsl(0, 0%, 4%);
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}
.hero.is-white .title {
  color: hsl(0, 0%, 4%);
}
.hero.is-white .subtitle {
  color: rgba(10.2, 10.2, 10.2, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: hsl(0, 0%, 4%);
}
@media screen and (max-width: 1119px) {
  .hero.is-white .navbar-menu {
    background-color: #fff;
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10.2, 10.2, 10.2, 0.7);
}
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: rgb(242.25, 242.25, 242.25);
  color: hsl(0, 0%, 4%);
}
.hero.is-white .tabs a {
  color: hsl(0, 0%, 4%);
  opacity: 0.9;
}
.hero.is-white .tabs a:hover {
  opacity: 1;
}
.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: hsl(0, 0%, 4%);
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.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: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: #fff;
}
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, rgb(229.5, 229.5, 229.5) 0%, #fff 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(229.5, 229.5, 229.5) 0%, #fff 71%, white 100%);
  }
}
.hero.is-black {
  background-color: hsl(0, 0%, 4%);
  color: #fff;
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}
.hero.is-black .title {
  color: #fff;
}
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1119px) {
  .hero.is-black .navbar-menu {
    background-color: hsl(0, 0%, 4%);
  }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: hsl(0, 0%, 0%);
  color: #fff;
}
.hero.is-black .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-black .tabs a:hover {
  opacity: 1;
}
.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.2, 10.2, 10.2, 0.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: hsl(0, 0%, 4%);
}
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 0%) 0%, hsl(0, 0%, 4%) 71%, hsl(10, 5%, 9%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 0%) 0%, hsl(0, 0%, 4%) 71%, hsl(10, 5%, 9%) 100%);
  }
}
.hero.is-light {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}
.hero.is-light .title {
  color: hsl(0, 0%, 21%);
}
.hero.is-light .subtitle {
  color: rgba(53.55, 53.55, 53.55, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: hsl(0, 0%, 21%);
}
@media screen and (max-width: 1119px) {
  .hero.is-light .navbar-menu {
    background-color: hsl(0, 0%, 96%);
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(53.55, 53.55, 53.55, 0.7);
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
}
.hero.is-light .tabs a {
  color: hsl(0, 0%, 21%);
  opacity: 0.9;
}
.hero.is-light .tabs a:hover {
  opacity: 1;
}
.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: hsl(0, 0%, 21%);
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.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: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
  }
}
.hero.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}
.hero.is-dark .title {
  color: hsl(0, 0%, 96%);
}
.hero.is-dark .subtitle {
  color: rgba(244.8, 244.8, 244.8, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: hsl(0, 0%, 96%);
}
@media screen and (max-width: 1119px) {
  .hero.is-dark .navbar-menu {
    background-color: hsl(0, 0%, 21%);
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(244.8, 244.8, 244.8, 0.7);
}
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: hsl(0, 0%, 16%);
  color: hsl(0, 0%, 96%);
}
.hero.is-dark .tabs a {
  color: hsl(0, 0%, 96%);
  opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
.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: hsl(0, 0%, 96%);
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.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: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
  }
}
.hero.is-primary {
  background-color: #E94C0A;
  color: #fff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}
.hero.is-primary .title {
  color: #fff;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1119px) {
  .hero.is-primary .navbar-menu {
    background-color: #E94C0A;
  }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: rgb(208.549382716, 68.024691358, 8.950617284);
  color: #fff;
}
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
.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.2, 10.2, 10.2, 0.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: #E94C0A;
}
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, rgb(192, 24.8251121076, 0) 0%, #E94C0A 71%, rgb(251.0992283951, 125.516873812, 17.4007716049) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(192, 24.8251121076, 0) 0%, #E94C0A 71%, rgb(251.0992283951, 125.516873812, 17.4007716049) 100%);
  }
}
.hero.is-link {
  background-color: #E94C0A;
  color: #fff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}
.hero.is-link .title {
  color: #fff;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1119px) {
  .hero.is-link .navbar-menu {
    background-color: #E94C0A;
  }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: rgb(208.549382716, 68.024691358, 8.950617284);
  color: #fff;
}
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-link .tabs a:hover {
  opacity: 1;
}
.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.2, 10.2, 10.2, 0.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: #E94C0A;
}
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, rgb(192, 24.8251121076, 0) 0%, #E94C0A 71%, rgb(251.0992283951, 125.516873812, 17.4007716049) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(192, 24.8251121076, 0) 0%, #E94C0A 71%, rgb(251.0992283951, 125.516873812, 17.4007716049) 100%);
  }
}
.hero.is-info {
  background-color: hsl(204, 86%, 53%);
  color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}
.hero.is-info .title {
  color: #fff;
}
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1119px) {
  .hero.is-info .navbar-menu {
    background-color: hsl(204, 86%, 53%);
  }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: hsl(204, 86%, 48%);
  color: #fff;
}
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-info .tabs a:hover {
  opacity: 1;
}
.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.2, 10.2, 10.2, 0.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: hsl(204, 86%, 53%);
}
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, hsl(194, 96%, 43%) 0%, hsl(204, 86%, 53%) 71%, hsl(214, 91%, 58%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(194, 96%, 43%) 0%, hsl(204, 86%, 53%) 71%, hsl(214, 91%, 58%) 100%);
  }
}
.hero.is-success {
  background-color: hsl(141, 71%, 48%);
  color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}
.hero.is-success .title {
  color: #fff;
}
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1119px) {
  .hero.is-success .navbar-menu {
    background-color: hsl(141, 71%, 48%);
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: hsl(141, 71%, 43%);
  color: #fff;
}
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.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.2, 10.2, 10.2, 0.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: hsl(141, 71%, 48%);
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, hsl(131, 81%, 38%) 0%, hsl(141, 71%, 48%) 71%, hsl(151, 76%, 53%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(131, 81%, 38%) 0%, hsl(141, 71%, 48%) 71%, hsl(151, 76%, 53%) 100%);
  }
}
.hero.is-warning {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1119px) {
  .hero.is-warning .navbar-menu {
    background-color: hsl(48, 100%, 67%);
  }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: hsl(48, 100%, 62%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
.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, 0.7);
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.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, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: hsl(48, 100%, 67%);
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, hsl(38, 100%, 57%) 0%, hsl(48, 100%, 67%) 71%, hsl(58, 100%, 72%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(38, 100%, 57%) 0%, hsl(48, 100%, 67%) 71%, hsl(58, 100%, 72%) 100%);
  }
}
.hero.is-danger {
  background-color: hsl(348, 100%, 61%);
  color: #fff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}
.hero.is-danger .title {
  color: #fff;
}
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1119px) {
  .hero.is-danger .navbar-menu {
    background-color: hsl(348, 100%, 61%);
  }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: hsl(348, 100%, 56%);
  color: #fff;
}
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
.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.2, 10.2, 10.2, 0.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: hsl(348, 100%, 61%);
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, hsl(338, 100%, 51%) 0%, hsl(348, 100%, 61%) 71%, hsl(358, 100%, 66%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(338, 100%, 51%) 0%, hsl(348, 100%, 61%) 71%, hsl(358, 100%, 66%) 100%);
  }
}
.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .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: 0.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: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1120px) {
  .section.is-medium {
    padding: 9rem 1.5rem;
  }
  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.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-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.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-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .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 screen and (min-width: 769px), print {
  .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-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .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: 1119px) {
  .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-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .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: 1120px) {
  .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-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .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: 1360px) {
  .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-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .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%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.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 screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1120px) {
  .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 screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1119px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1120px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1360px) {
  .columns.is-variable.is-0-widescreen {
    --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 screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1119px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1120px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1360px) {
  .columns.is-variable.is-1-widescreen {
    --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 screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1119px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1120px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1360px) {
  .columns.is-variable.is-2-widescreen {
    --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 screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1119px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1120px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1360px) {
  .columns.is-variable.is-3-widescreen {
    --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 screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1119px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1120px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1360px) {
  .columns.is-variable.is-4-widescreen {
    --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 screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1119px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1120px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1360px) {
  .columns.is-variable.is-5-widescreen {
    --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 screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1119px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1120px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1360px) {
  .columns.is-variable.is-6-widescreen {
    --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 screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1119px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1120px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1360px) {
  .columns.is-variable.is-7-widescreen {
    --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 screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1119px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1119px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1120px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1359px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1360px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.75rem;
}
.tile.is-vertical {
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 769px), print {
  .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%;
  }
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* Formie style hack */
.fui-row {
  display: flex;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.fui-field {
  width: 100%;
  padding: 0.75rem;
}

.fui-instructions p {
  padding: 0;
  font-size: 0.8rem;
}

.fui-input {
  margin: 0 !important;
}

.fui-select-field > .fui-input-container > .fui-input-container {
  margin: 0 !important;
}

.fui-error-message {
  color: #E94C0A;
  font-size: 1rem;
}

textarea.fui-input {
  min-height: 150px;
}

textarea.fui-input,
.textarea {
  width: 100%;
  border: 0;
  box-shadow: none;
  font-size: 12px;
  padding: 9px 20px;
  border-top: 3px solid #fff;
  margin: 20px 0;
}
textarea.fui-input--mono,
.textarea--mono {
  font-family: monospace;
  font-size: 18px;
  border-top: 3px solid #E94C0A;
  background: rgba(255, 255, 255, 0.7);
}

.fui-input,
.input {
  width: 100%;
  border: 0;
  box-shadow: none;
  font-size: 12px;
  padding: 9px 20px;
  border-top: 3px solid #fff;
  margin: 20px 0;
}
.fui-input:focus,
.input:focus {
  border-top: 3px solid #C4AE8F;
  outline: 0 !important;
  padding: 9px 20px;
}
.fui-input:disabled,
.input:disabled {
  background: rgba(255, 255, 255, 0.7);
}
.fui-input--location,
.input--location {
  padding-left: 9px;
}
.fui-input-incorrect,
.input-incorrect {
  border-top: 3px solid #E94C0A !important;
}
.fui-input--bordered,
.input--bordered {
  border: 1px solid #707070;
}
.fui-input--hard,
.input--hard {
  margin: 0;
}
.fui-input--hard-half,
.input--hard-half {
  margin: 10px 0;
}
.fui-input--search,
.input--search {
  padding: 5px 20px;
}

.fui-select-field > .fui-input-container > .fui-input-container,
.select {
  position: relative;
  height: 40px;
  background: #fff;
  margin: 20px 0;
}
.fui-select-field > .fui-input-container > .fui-input-container--bordered,
.select--bordered {
  border: 1px solid #707070;
}
.fui-select-field > .fui-input-container > .fui-input-container:after,
.select:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #C4AE8F transparent transparent transparent;
  pointer-events: none;
}
.fui-select-field > .fui-input-container > .fui-input-container:before,
.select:before {
  width: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  content: "";
  pointer-events: none;
}
.fui-select-field > .fui-input-container > .fui-input-container-incorrect,
.select-incorrect {
  border-top: 3px solid #E94C0A !important;
}
.fui-select-field > .fui-input-container > .fui-input-container select,
.select select {
  font-size: 12px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
  padding-right: 35px;
  padding-left: 20px;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.fui-select-field > .fui-input-container > .fui-input-container select:-moz-focusring,
.select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.fui-select-field > .fui-input-container > .fui-input-container select::-ms-expand,
.select select::-ms-expand {
  display: none;
}
.fui-select-field > .fui-input-container > .fui-input-container select:focus,
.select select:focus {
  border-color: #63ffb4;
}
.fui-select-field > .fui-input-container > .fui-input-container--lang,
.select--lang {
  background: #E94C0A;
  margin: 0;
  border: 0;
  height: auto;
}
.fui-select-field > .fui-input-container > .fui-input-container--lang:after,
.select--lang:after {
  border-color: #fff transparent transparent transparent;
}
.fui-select-field > .fui-input-container > .fui-input-container--lang select,
.select--lang select {
  color: #fff;
  font-size: 16px;
}
.fui-select-field > .fui-input-container > .fui-input-container--lang:before,
.select--lang:before {
  background: #E94C0A;
  border: 0;
}

.suggest {
  position: relative;
  background: #fff;
}
.suggest--bordered .vs__dropdown-toggle {
  border: 1px solid #707070;
}
.suggest--bordered .vs__dropdown-menu {
  border: 1px solid #707070;
}

.form .select {
  height: 36px;
}

.form--bordered-inputs .fui-input,
.form--bordered-inputs .fui-select-field > .fui-input-container > .fui-input-container,
.form--bordered-inputs .input,
.form--bordered-inputs .select {
  border: solid 1px #313238;
}

.form-message {
  background: #E94C0A;
  display: none;
  align-items: center;
}

.form-message--active {
  display: flex;
}

.form-message__text {
  flex: 1 1 auto;
  margin: 20px 0 20px 0;
  font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

.form-message .form-message__button {
  flex: 0 0 auto;
  margin: 20px;
  padding: 0;
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.form-message__button img {
  border: solid #fff 2px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 4px;
}

.v-select {
  position: relative;
  font-size: 12px;
}

.v-select,
.v-select * {
  box-sizing: border-box;
}

@-webkit-keyframes vSelectSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes vSelectSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.vs__fade-enter-active,
.vs__fade-leave-active {
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0;
}

.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px;
}

.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}

.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}

.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right;
}

.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  padding: 0 0 4px;
  background: none;
  white-space: normal;
}

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}

.vs__actions {
  display: flex;
  align-items: center;
  padding: 0px 6px 0 3px;
}

.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.vs__open-indicator {
  height: 20px;
  width: 20px;
  padding: 5px;
  fill: #313238;
  -webkit-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
  transition: -webkit-transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855), -webkit-transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}

.vs__open-indicator path {
  transform: scale(0.5) translateX(5px) translateY(5px);
  -webkit-transform: scale(0.5) translateX(5px) translateY(5px);
}

.vs--open .vs__open-indicator {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1);
}

.vs--loading .vs__open-indicator {
  opacity: 0;
}

.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

.vs__dropdown-menu {
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  border-top-style: none;
  text-align: left;
  list-style: none;
  background: #fff;
}

.vs__no-options {
  text-align: center;
}

.vs__dropdown-option {
  line-height: 1.42857143;
  display: block;
  padding: 7px 20px;
  clear: both;
  color: #333;
  white-space: nowrap;
}

.vs__dropdown-option:hover {
  cursor: pointer;
}

.vs__dropdown-option--highlight {
  background: #EEE5D9;
}

.vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0;
  padding: 0 0.25em;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}

.vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: 0.4;
}

.vs--single.vs--searching .vs__selected {
  display: none;
}

.vs__search::-ms-clear,
.vs__search::-webkit-search-cancel-button,
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration {
  display: none;
}

.vs__search,
.vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0;
  padding: 5px 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
}

.vs__search::-webkit-input-placeholder {
  color: inherit;
}

.vs__search:-ms-input-placeholder {
  color: inherit;
}

.vs__search::-ms-input-placeholder {
  color: inherit;
}

.vs__search::placeholder {
  color: inherit;
}

.vs--unsearchable .vs__search {
  opacity: 1;
}

.vs--unsearchable .vs__search:hover {
  cursor: pointer;
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: 0.2;
}

.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border: 0.9em solid hsla(0, 0%, 39.2%, 0.1);
  border-left-color: rgba(60, 60, 60, 0.45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner 1.1s linear infinite;
  animation: vSelectSpinner 1.1s linear infinite;
  transition: opacity 0.1s;
}

.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.vs--loading .vs__spinner {
  opacity: 1;
}

.selectr-selected {
  border: 0px;
  border-radius: 0;
}

.selectr-tag {
  font-size: 12px;
}

.selectr-options-container {
  border: 0;
}

.lang .selectr-selected {
  background: none !important;
  color: white !important;
  font-weight: normal;
}
.lang .selectr-selected::before {
  border-color: white transparent transparent;
}
.lang .selectr-container.open .selectr-selected::before {
  border-color: transparent transparent white;
}
.lang .selectr-options-container {
  background: #313238 !important;
  color: #fff;
}
.lang .selectr-options-container .selected {
  background: none;
}
.lang .selectr-options-container .active {
  background: none;
  font-weight: bold;
}

.fui-alert {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fui-alert-bottom-form {
  margin-top: -2em !important;
  margin-bottom: 2em !important;
}

.fui-alert-top-form {
  margin-bottom: 4em !important;
}

.fui-alert-error {
  color: #E94C0A !important;
}

.address--country-label-hidden .fui-address-country .fui-label {
  display: none;
}

.flipper {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  .flipper {
    flex-direction: row;
  }
}

.section {
  position: relative;
  padding: 60px 30px;
  background: #fff;
}
@media screen and (min-width: 1120px) {
  .section {
    padding: 160px 0;
  }
}
.section--inverted {
  background: #eee5d9;
}
.section--hard {
  padding: 0 30px;
}
@media screen and (min-width: 1120px) {
  .section--hard {
    padding: 0;
  }
}
.section--hard-top {
  padding-top: 0;
}
.section--hard-bottom {
  padding-bottom: 0;
}
.section--half {
  padding: 30px 30px;
}
@media screen and (min-width: 1120px) {
  .section--half {
    padding: 80px 0;
  }
}
.section--normal-top {
  padding-top: 60px;
}
@media screen and (min-width: 1120px) {
  .section--normal-top {
    padding-top: 160px;
  }
}
.section--half-top {
  padding-top: 30px;
}
@media screen and (min-width: 1120px) {
  .section--half-top {
    padding-top: 80px;
  }
}
.section--quarter-top {
  padding-top: 15px;
}
@media screen and (min-width: 1120px) {
  .section--quarter-top {
    padding-top: 40px;
  }
}
.section--normal-bottom {
  padding-top: 60px;
}
@media screen and (min-width: 1120px) {
  .section--normal-bottom {
    padding-bottom: 160px;
  }
}
.section--half-bottom {
  padding-bottom: 30px;
}
@media screen and (min-width: 1120px) {
  .section--half-bottom {
    padding-bottom: 80px;
  }
}
.section--quarter-bottom {
  padding-bottom: 15px;
}
@media screen and (min-width: 1120px) {
  .section--quarter-bottom {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1120px) {
  .section--shifted {
    margin-bottom: 80px;
  }
}
.section--transparent {
  background: none;
}

.space--around {
  padding: 40px;
}
.space--double-bottom {
  padding-bottom: 80px;
}
.space--double-top {
  padding-bottom: 80px;
}
.space--bottom {
  padding-bottom: 40px;
}
.space--top {
  padding-top: 40px;
}
.space--half {
  padding-top: 20px;
  padding-bottom: 20px;
}

.img-space {
  margin-bottom: 40px;
}

.spacer {
  height: 80px;
}
@media screen and (min-width: 1120px) {
  .spacer {
    height: 160px;
  }
}
.spacer--half {
  height: 40px;
}
@media screen and (min-width: 1120px) {
  .spacer--half {
    height: 80px;
  }
}
.spacer--quarter {
  height: 20px;
}
@media screen and (min-width: 1120px) {
  .spacer--quarter {
    height: 40px;
  }
}

.spacer-aside {
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .spacer-aside {
    padding-right: 0;
  }
}

mark {
  background: #E94C0A;
  color: white;
}

.scrollable {
  overflow-y: scroll;
}

.h1,
.h1-sub,
.h2,
.h3,
.h4,
.redactor h1,
.redactor h2,
.redactor h3,
.redactor h4 {
  font-weight: 900;
  text-transform: uppercase;
}

.h1 {
  font-size: 50px;
  line-height: 1;
  padding-bottom: 80px;
}
.h1--hard {
  padding-bottom: 0 !important;
}
.h1__icon {
  height: 60px;
}
.h1--large {
  font-size: 60px;
}
@media screen and (min-width: 1120px) {
  .h1--large {
    font-size: 80px;
  }
}
.h1--text {
  padding-bottom: 20px;
}

.h1-sub {
  font-size: 25px;
  padding-bottom: 3.3333333333px;
}

.h2,
.redactor h1,
.redactor h2 {
  font-size: 25px;
  line-height: 1.2;
  padding-bottom: 20px;
}
.h2--center,
.redactor h1--center,
.redactor h2--center {
  font-size: 36px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .h2--center,
  .redactor h1--center,
  .redactor h2--center {
    font-size: 50px;
  }
}
.h2--teaser,
.redactor h1--teaser,
.redactor h2--teaser {
  font-size: 50px;
}
.h2--iconed,
.redactor h1--iconed,
.redactor h2--iconed {
  display: flex;
}
.h2--iconed svg,
.redactor h1--iconed svg,
.redactor h2--iconed svg {
  display: block;
  margin-right: 20px;
  width: 50px;
}

.h3,
.redactor h3 {
  font-size: 16px;
  padding-bottom: 10px;
}
.h3--iconed,
.redactor h3--iconed {
  display: flex;
  align-items: center;
}
.h3--iconed svg,
.redactor h3--iconed svg {
  width: 70px;
  display: block;
  margin-right: 20px;
}
.h3--hard,
.redactor h3--hard {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .h3,
  .redactor h3 {
    font-size: 25px;
  }
}

.h3-plus,
.redactor .h3-plus {
  color: #E94C0A;
  font-size: 2em;
  padding: 0;
  margin: 0;
  margin-top: -0.3em;
  margin-bottom: 0.1em;
}

.h4,
.redactor h4 {
  font-size: 16px;
  padding-bottom: 10px;
}
.h4--inverted,
.redactor h4--inverted {
  color: #313238;
  font-weight: 900;
}

p,
.redactor p {
  padding-bottom: 40px;
}

.a,
.redactor a {
  color: #313238;
  text-decoration: underline;
  font-weight: bold;
}
.a:hover,
.redactor a:hover {
  color: #E94C0A;
}
.a--dark,
.redactor a--dark {
  color: #313238 !important;
}
.a--dark:hover,
.redactor a--dark:hover {
  color: #E94C0A !important;
}
.a--slim,
.redactor a--slim {
  font-weight: normal !important;
}
.a--inverted,
.redactor a--inverted {
  color: #fff;
}
.a--inverted:hover,
.redactor a--inverted:hover {
  color: #E94C0A;
}
.a--nude,
.redactor a--nude {
  text-decoration: none;
}

.redactor figcaption {
  padding-top: 1em;
  padding-bottom: 40px;
  font-size: 0.9rem;
}

.inverted p {
  color: #fff;
}
.inverted a {
  color: #fff;
}
.inverted strong {
  color: #E94C0A;
}

.fat {
  font-weight: 900;
  text-transform: uppercase;
}
.fat p {
  font-weight: 900;
}
.fat b,
.fat strong {
  color: #E94C0A;
}
.fat--big {
  font-size: 23px;
}

.ol,
.redactor ol,
.ul,
.redactor ul {
  padding-bottom: 20px;
}

.ol,
.redactor ol {
  padding-left: 18px;
}
.ol li,
.redactor ol li {
  padding-left: 20px;
  padding-bottom: 10px;
}

.ul li,
.redactor ul li,
.redactor-ul li {
  padding-left: 20px;
  padding-bottom: 5px;
}
.ul--disc ul,
.redactor ul--disc ul,
.redactor-ul--disc ul {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -20px;
}
.ul--checkmark, .ul--checkmark ul,
.redactor ul--checkmark,
.redactor ul--checkmark ul,
.redactor-ul--checkmark,
.redactor-ul--checkmark ul {
  list-style-type: none;
}
.ul--checkmark li, .ul--checkmark ul li,
.redactor ul--checkmark li,
.redactor ul--checkmark ul li,
.redactor-ul--checkmark li,
.redactor-ul--checkmark ul li {
  padding-left: 1.5rem;
  position: relative;
}
.ul--checkmark li:before, .ul--checkmark ul li:before,
.redactor ul--checkmark li:before,
.redactor ul--checkmark ul li:before,
.redactor-ul--checkmark li:before,
.redactor-ul--checkmark ul li:before {
  content: " ";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/check.svg");
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 5px;
}
.ul--strong li,
.redactor ul--strong li,
.redactor-ul--strong li {
  font-weight: 900;
}
.ul--hard li,
.redactor ul--hard li,
.redactor-ul--hard li {
  padding-left: 0 !important;
}

@media screen and (min-width: 769px) {
  .redactor--ul-two-columns ul {
    columns: 2;
  }
}

.small {
  font-size: 12px !important;
}

.hard {
  margin: 0px !important;
}

.harder {
  margin: 0px !important;
  padding: 0px !important;
}

.orange {
  color: #E94C0A !important;
}

.dark {
  color: #313238 !important;
}

.redactor table tr:nth-child(2n+1) {
  background: #EEE5D9;
}
.redactor table td {
  padding: 5px 10px;
  border-right: solid 3px #fff;
}

.redactor-quote {
  font-size: 18px;
}

.icon {
  padding-bottom: 30px;
}

.icon-img {
  height: 60px;
}

.redactor blockquote {
  padding: 10px;
  margin: 10px 0;
  border-left: 5px solid #EEE5D9;
}

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 320px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

/* Formie style hack */
.fui-btn {
  display: inline-block !important;
  width: auto !important;
}

.fui-btn,
.fui-btn.fui-submit,
.button {
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  font-weight: 900;
  font-family: "GalanoGrotesque", sans-serif;
  padding: 0 17px;
  border: 3px solid #E94C0A;
  background: #E94C0A;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  width: 100%;
  cursor: pointer;
}
.fui-btn:hover,
.fui-btn.fui-submit:hover,
.button:hover {
  color: #fff;
  background: #313238;
  border: 3px solid #313238;
}
.fui-btn:focus, .fui-btn:active,
.fui-btn.fui-submit:focus,
.fui-btn.fui-submit:active,
.button:focus,
.button:active {
  background: #8B2A02;
  border: 3px solid #8B2A02;
}
.fui-btn:disabled, .fui-btn-inactive,
.fui-btn.fui-submit:disabled,
.fui-btn.fui-submit-inactive,
.button:disabled,
.button-inactive {
  background: none;
  border: 3px solid #C4AE8F;
  color: #C4AE8F;
}
.fui-btn--centered,
.fui-btn.fui-submit--centered,
.button--centered {
  margin: 0 auto;
  width: unset;
  max-width: unset;
  padding-left: 40px;
  padding-right: 40px;
}
.fui-btn-inverted:hover,
.fui-btn.fui-submit-inverted:hover,
.button-inverted:hover {
  background: #313238;
  color: #fff;
  border: 3px solid #fff;
}
.fui-btn-dark,
.fui-btn.fui-submit-dark,
.button-dark {
  background: #313238;
  color: #fff;
  border-color: #313238;
}
.fui-btn-dark:hover,
.fui-btn.fui-submit-dark:hover,
.button-dark:hover {
  background: #8B2A02;
  color: #fff;
  border: 3px solid #8B2A02;
}
.fui-btn-hard,
.fui-btn.fui-submit-hard,
.button-hard {
  display: inline-block;
  width: auto;
}
.fui-btn-hard-bottom,
.fui-btn.fui-submit-hard-bottom,
.button-hard-bottom {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
}

.footer .button-inactive {
  background: none;
  border: 3px solid #A3A3A3;
  color: #A3A3A3;
}
.footer .button-inactive:hover {
  border: 3px solid #fff;
}

.scroll {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.scroll-down {
  display: none;
}
@media screen and (min-width: 1120px) {
  .scroll-down {
    display: block;
    bottom: 20px;
    left: 50%;
  }
}
.scroll-up {
  display: block;
  top: 30px;
  right: 30px;
}
.navbar {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  right: 0px;
}
@media screen and (min-width: 1120px) {
  .navbar {
    height: 120px;
  }
}
.navbar-spacer {
  height: 60px;
}
@media screen and (min-width: 1120px) {
  .navbar-spacer {
    height: 120px;
  }
}
.navbar-brand {
  height: 60px;
}
.navbar-logo {
  height: 30px;
  width: auto;
  margin-top: 15px;
  margin-left: 30px;
}
@media screen and (min-width: 1120px) {
  .navbar-logo {
    height: 40px;
    width: auto;
    min-width: 200px;
    margin-top: 40px;
  }
}
.navbar-logo-menu {
  height: 30px;
  margin-bottom: 45px;
}
.navbar-item {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 15px;
  font-weight: 900;
  text-transform: uppercase;
}
.navbar-item:hover {
  background: none !important;
}
.navbar-item.active {
  color: #E94C0A;
}
@media screen and (min-width: 1120px) {
  .navbar-item {
    color: #313238;
    border: none;
  }
}
.navbar-item-lang {
  color: #fff;
  font-weight: 900;
}
@media screen and (min-width: 1120px) {
  .navbar-item-lang {
    color: #A3A3A3;
    font-weight: normal;
  }
}
.navbar-item-lang a {
  color: #A3A3A3;
}
.navbar-item-lang .active {
  color: #E94C0A;
}
.navbar-end {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1120px) {
  .navbar-end {
    flex-direction: row;
  }
}
.navbar .navbar-header-menu {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 1120px) {
  .navbar .navbar-header-menu {
    flex-direction: row;
  }
}
.navbar .navbar-burger {
  width: 30px;
  padding: 0;
  margin-right: 30px;
  background: none;
  border: none;
}
.navbar .navbar-burger-mobile {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar .navbar-burger:hover {
  background: none;
}
.navbar .navbar-burger span {
  width: 30px;
  height: 2px;
  left: 0;
}
.navbar .navbar-burger span:nth-child(1) {
  top: calc(50% - 8px);
}
.navbar .navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar .navbar-burger span:nth-child(3) {
  top: calc(50% + 7px);
}
.navbar .navbar-burger span:nth-child(3) {
  top: calc(50% + 7px);
}
.navbar .navbar-burger.is-active span {
  color: white;
}
.navbar .navbar-burger.is-active span:nth-child(3) {
  top: calc(50% + 2px);
}
.navbar-menu {
  position: fixed;
  z-index: 3;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 70px 30px 80px 30px;
  background: #313238;
}
@media screen and (max-width: 1119px) {
  .navbar-menu {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1119px) {
  .navbar-menu a.navbar-item {
    padding-left: 0;
  }
}
@media screen and (min-width: 1120px) {
  .navbar-menu {
    position: relative;
    display: block;
    z-index: 100;
    background: #fff;
    padding: 48px 0 0 0;
  }
}
.navbar-menu .arrow {
  float: right;
}
@media screen and (min-width: 1120px) {
  .navbar-menu .arrow {
    display: none;
  }
}
.navbar-menu .arrow {
  width: 0;
  height: 0;
  margin-top: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: none;
  border-top: 5px solid white;
}
.navbar-menu .arrow-active {
  width: 0;
  height: 0;
  border-bottom: 5px solid white;
  border-top: none;
}
.navbar-menu a:focus,
.navbar-menu a:active {
  color: #fff;
  background: none;
}
@media screen and (min-width: 1120px) {
  .navbar-menu a:focus,
  .navbar-menu a:active {
    color: #E94C0A;
  }
}
.navbar__submenu {
  padding-left: 30px;
  display: none;
}
@media screen and (min-width: 1120px) {
  .navbar__submenu {
    background: white;
    position: absolute;
    top: 40px;
    margin-left: -20px;
    z-index: 2;
    min-width: 150px;
    padding: 20px 40px;
  }
}
.navbar__submenu a {
  font-weight: normal;
  padding: 10px 0;
}
.navbar__submenu--active {
  display: block;
}

.catalog {
  padding: 0 20px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  height: 40px;
  justify-items: center;
  align-items: center;
  flex: 1;
}
.catalog svg {
  margin-top: 5px;
}
.catalog:hover {
  color: #E94C0A;
}

.tools {
  position: fixed;
  z-index: 2000;
  background: #313238;
  font-weight: 900;
  right: 0px;
  bottom: 0px;
  height: 40px;
  width: 100%;
  display: inline-flex;
  transition: width 0.3s ease-in-out;
  padding-bottom: 40px;
}
@media screen and (min-width: 1120px) {
  .tools {
    position: fixed;
    display: inline-flex;
    width: 475px;
    right: calc((100vw - 1200px) / 2);
    top: 0px;
    height: 40px;
    padding-bottom: 0;
  }
}
.tools-menu-mobile {
  padding: 40px 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .tools-menu-mobile {
    display: none;
  }
}
.tools-menu-mobile__item {
  display: flex;
  color: white;
  padding: 20px;
  margin: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.tools-menu-mobile__item:hover {
  color: #E94C0A;
}
.tools-menu-mobile__item.active {
  color: #E94C0A;
}
.tools-menu {
  display: none;
  height: 40px;
}
@media screen and (min-width: 1120px) {
  .tools-menu {
    display: flex;
    flex: 1;
  }
}
.tools-menu__item {
  display: flex;
  color: white;
  padding: 0 20px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  justify-items: center;
  align-items: center;
  border-left: 1px solid #CCC;
}
.tools-menu__item:hover {
  color: #E94C0A;
}
.tools-menu__item.active {
  color: #E94C0A;
}
.tools .search {
  border-left: 1px solid white;
  border-right: 1px solid white;
  color: #fff;
  display: flex;
  width: 46px;
  height: 40px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.tools .search__button {
  background: none;
  border: 0;
  height: 40px;
  width: 46px;
  padding: 0;
  margin: 0;
  display: inline-block;
  flex: 0 0 46px;
  text-align: center;
  cursor: pointer;
}
.tools .search__button:focus {
  outline: none;
}
.tools .search input {
  display: none;
  background: none;
  color: white;
  width: 0;
  border: 0;
  flex: 1;
}
.tools .search input::placeholder {
  color: white;
}
.tools .search input::-moz-placeholder {
  opacity: 1;
}
.tools .search input:focus {
  outline: none;
}
.tools .search--active {
  flex: 1;
}
.tools .search--active input {
  display: block;
  width: 100%;
  padding: 0 10px;
  text-align: right;
}
@media screen and (min-width: 1120px) {
  .tools .search--active {
    width: 300px;
  }
  .tools .search--active input {
    width: 260px !important;
    text-align: left;
  }
}
.tools .search svg {
  width: 24px;
}
.tools .lang {
  height: 40px;
  flex: 1;
  justify-items: center;
  align-items: center;
  padding: 0;
  display: flex;
  width: 240px;
}
.tools .lang .selectr-container,
.tools .lang .selectr-options {
  font-size: 14px;
}
.tools .lang .selectr-options {
  max-height: none;
  overflow-y: auto;
}
.tools .lang .selectr-option {
  padding-left: 15px;
}
.tools .lang *:focus {
  outline: 0 !important;
}

.footer {
  position: relative;
  background: #313238;
  padding: 30px;
}
@media screen and (min-width: 1120px) {
  .footer {
    padding: 40px 0 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .columns {
    display: flex;
    flex-direction: column;
  }
  .footer .columns .column:nth-child(1) {
    order: 3;
  }
}
.footer .columns {
  margin-top: 0;
}
@media screen and (min-width: 1120px) {
  .footer .column--foot {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1120px) {
  .footer .column--ends {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.footer p {
  color: #fff;
}
.footer li {
  padding-bottom: 10px;
}
.footer .logo {
  height: 40px;
}
.footer .catalog-image img {
  width: 60%;
  margin: auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .footer .catalog-text {
    padding: 0 40px;
  }
}
.footer .newsletter .fat p {
  padding-bottom: 0px;
}
.footer .newsletter a {
  color: white;
  text-decoration: underline;
}
.footer .newsletter a:hover {
  color: #E94C0A;
}
.footer .address {
  padding-top: 15px;
  padding-left: 50px;
}
@media screen and (min-width: 769px) {
  .footer .address {
    padding-top: 20px;
    padding-left: 0;
  }
}
.footer .address strong {
  color: #fff;
}
.footer .address a {
  text-decoration: underline;
  color: #fff;
}
.footer .address a:hover {
  color: #E94C0A;
}
.footer .copyright {
  padding-top: 20px;
  padding-left: 50px;
}
@media screen and (min-width: 769px) {
  .footer .copyright {
    padding-left: 0;
  }
}
.footer .social {
  padding: 20px 0;
}
.footer .social a {
  margin: 2.5px;
}

.text--inverted,
.text--inverted a,
.text--inverted a:hover,
.text--inverted a:visited,
.text--inverted a:active,
.text--inverted strong {
  color: #fff;
}

.video-teaser {
  padding: 0;
  background: #313238;
  position: relative;
}
.video-teaser-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 40px;
}
@media screen and (min-width: 769px) {
  .video-teaser-content {
    padding: 0 120px 80px 0;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .video-teaser-content img {
    padding-top: 120px;
  }
}
.video-teaser-content-text {
  padding-left: 20px;
}
@media screen and (min-width: 769px) {
  .video-teaser-content-text {
    padding-top: 60px;
    padding-left: 0;
  }
}
.video-teaser-content-text p {
  font-size: 17px;
}
@media screen and (min-width: 769px) {
  .video-teaser-content-text p {
    font-size: 23px !important;
  }
}
@media screen and (min-width: 769px) {
  .video-teaser-video {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 33.33%;
  }
}
@media screen and (min-width: 1120px) {
  .video-teaser-video {
    width: calc((100vw - 960px) / 2 + 319.968px);
  }
}
@media screen and (min-width: 1360px) {
  .video-teaser-video {
    width: calc((100vw - 1200px) / 2 + 399.96px);
  }
}
.video-teaser-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-teaser {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .image-teaser {
    margin-bottom: 330px;
  }
}
.image-teaser .speech {
  display: none;
}
@media screen and (min-width: 769px) {
  .image-teaser .speech {
    display: block;
    position: absolute;
    top: 50px;
    left: 150px;
    z-index: 3;
    width: 400px;
  }
}
.image-teaser-image {
  display: block;
  background-color: #313238;
  background-size: cover;
  padding-top: 56%;
}
@media screen and (min-width: 769px) {
  .image-teaser-image {
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 66.66%;
  }
}
@media screen and (min-width: 1120px) {
  .image-teaser-image {
    width: calc((100vw - 960px) / 2 + 639.936px);
  }
}
@media screen and (min-width: 1360px) {
  .image-teaser-image {
    width: calc((100vw - 1200px) / 2 + 799.92px);
  }
}
.image-teaser-content {
  position: relative;
}
@media screen and (min-width: 769px) {
  .image-teaser-content > h1,
  .image-teaser-content > h2,
  .image-teaser-content > h3 {
    position: absolute;
  }
}
.image-teaser-content .cta {
  position: absolute;
}
.image-teaser-content img {
  position: absolute;
}
.image-teaser-content img {
  width: 200px;
  top: -120px;
  left: 50%;
  margin-left: -100px;
}
.image-teaser-content .cta {
  position: relative;
  padding: 100px 30px 30px 30px;
  text-align: center;
}
.image-teaser-content .cta h2 {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .image-teaser-content {
    min-height: 640px;
  }
  .image-teaser-content .cta {
    position: absolute;
    padding: 0;
    padding-right: 80px;
    padding-top: 450px;
    text-align: left;
  }
  .image-teaser-content img {
    width: 360px;
    top: 280px;
    left: -220px;
    margin: 0;
  }
}
.imagetext5050 {
  padding-top: 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .imagetext5050 {
    padding-top: 0;
  }
}
.imagetext5050__image {
  display: block;
  background-color: #313238;
  background-size: cover;
  background-position: center center;
  padding-top: 80%;
}
@media screen and (min-width: 769px) {
  .imagetext5050__image {
    padding-top: 56%;
  }
}
@media screen and (min-width: 769px) {
  .imagetext5050__image--right {
    margin-left: 50%;
  }
}
@media screen and (min-width: 769px) {
  .imagetext5050__image {
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
  }
}
.imagetext5050__content {
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .imagetext5050__content {
    padding: 80px 80px;
  }
}

.image {
  background-color: #313238;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 769px) {
  .image {
    display: flex;
    align-items: flex-end;
    padding: 30px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .image {
    padding: 80px 80px;
  }
}
.image__content {
  padding: 30px 0 30px 30px;
  background: rgba(238, 229, 217, 0.8);
}
@media screen and (min-width: 769px) {
  .image__content {
    background: none;
  }
}

.content-blocks .content-block:not(:last-child) {
  padding-bottom: 0 !important;
}
.content-blocks .content-block-2-columns .column:first-child {
  padding-right: 40px;
}
.content-blocks .content-block-2-columns .column:last-child {
  padding-left: 40px;
}
@media screen and (max-width: 769px) {
  .content-blocks .content-block-2-columns .column:first-child {
    padding-right: 0.75rem;
  }
  .content-blocks .content-block-2-columns .column:last-child {
    padding-left: 0.75rem;
  }
}
.content-blocks figure {
  margin-bottom: 1rem;
}

.alexa-bg {
  background: #EEE5D9;
}
.alexa-form {
  padding: 80px 40px 0 40px;
}
.alexa-form form {
  margin: 0 0 40px 0;
}
.alexa-image {
  padding: 20px;
  text-align: center;
}

.imagefull {
  padding: 30px 0 30px 30px;
}
.imagefull .ie11-fix {
  width: 100%;
}
.imagefull h1:not(:last-child) {
  padding-bottom: 0;
}
@media screen and (max-width: 1119px) {
  .imagefull {
    background: none !important;
  }
}
@media screen and (min-width: 1120px) {
  .imagefull {
    background-color: #313238;
    padding: 40px 40px 0 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    height: 65vh;
  }
  .imagefull h1 {
    color: white;
  }
  .imagefull p {
    color: white;
    padding-bottom: 80px;
  }
}
.imagefull--top h1 {
  padding-bottom: 10px;
}
@media screen and (min-width: 1120px) {
  .imagefull--top {
    align-items: flex-start;
    padding-top: 80px;
  }
}
.imagefull--bg-light .h1,
.imagefull--bg-light .h1-sub,
.imagefull--bg-light p,
.imagefull--bg-light .h3,
.imagefull--bg-light h1,
.imagefull--bg-light h3 {
  color: #313238 !important;
}

@media screen and (min-width: 1120px) {
  .imagefull-mobile {
    display: none;
  }
}

.header-image {
  background-color: #313238;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30vh 40px 40px 40px;
}
@media screen and (min-width: 769px) {
  .header-image {
    display: flex;
    align-items: flex-end;
    padding: 30vh 0 60px 0;
  }
}

.header-slider .ie11-fix {
  width: 100%;
}
@media screen and (max-width: 1119px) {
  .header-slider {
    background: none !important;
  }
}
@media screen and (min-width: 1120px) {
  .header-slider {
    position: relative;
    background-color: #313238;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px;
    display: flex;
    align-items: flex-end;
    height: 65vh;
  }
}
.header-slider__slides {
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 1120px) {
  .header-slider__slides {
    padding: 20px 40px;
  }
}
.header-slider__slide {
  width: 100%;
}
@media screen and (min-width: 1120px) {
  .header-slider__mobile-image {
    display: none;
  }
}
.header-slider__content {
  padding: 30px 30px 0 30px;
}
@media screen and (min-width: 1120px) {
  .header-slider__content {
    padding: 0;
  }
}
.header-slider__content h1, .header-slider__content p {
  padding-bottom: 20px;
}
.header-slider__content .button {
  margin-bottom: 0;
}
.header-slider__pagination {
  text-align: center;
}
@media screen and (min-width: 1120px) {
  .header-slider__pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    text-align: center;
    z-index: 3;
  }
}
.header-slider__radio {
  border-radius: 100%;
  border: 2px solid #707070;
  background: none;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 5px;
  display: inline-block;
  cursor: pointer;
}
.header-slider__radio--selected {
  background: #707070;
}

.slider__slide {
  width: 100%;
}
.slider .flickity-page-dots .dot {
  background: none;
  border: 2px solid #313238;
  opacity: 1;
  margin: 0 3px;
}
.slider .flickity-page-dots .is-selected {
  background: #313238;
}
.slider__img {
  width: 100%;
  position: relative;
  padding-top: 40%;
  background-color: #313238;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider__title {
  padding: 30px;
}
.slider__title img {
  width: 60px;
}
@media screen and (min-width: 769px) {
  .slider__title {
    position: absolute;
    bottom: 0px;
    padding: 40px;
  }
}
.slider__content {
  padding: 30px 15px;
}
@media screen and (min-width: 769px) {
  .slider__content {
    padding: 40px;
  }
}
.slider__img-shifted {
  position: relative;
}
@media screen and (min-width: 769px) {
  .slider__img-shifted > h1,
  .slider__img-shifted > h2,
  .slider__img-shifted > h3 {
    position: absolute;
  }
}
.slider__img-shifted .cta {
  position: absolute;
}
.slider__img-shifted img {
  position: absolute;
}
.slider__img-shifted img {
  display: none;
}
@media screen and (min-width: 769px) {
  .slider__img-shifted img {
    display: block;
    top: -150px;
    width: 300px;
    right: auto;
  }
}

.videofull {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 400px;
  overflow-y: hidden;
  margin: 30px 0;
}
.videofull .h1 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .videofull .h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 769px) {
  .videofull {
    margin: 80px 0;
  }
}
@media screen and (min-width: 769px) {
  .videofull {
    overflow-x: hidden;
    height: 400px;
  }
}
@media screen and (min-width: 1120px) {
  .videofull {
    overflow-x: hidden;
    height: 740px;
  }
}
.videofull-title {
  padding: 30px;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1120px) {
  .videofull-title {
    padding: 0;
  }
}
.videofull video {
  z-index: -1;
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  background: #A3A3A3;
}
@media screen and (min-width: 769px) {
  .videofull video {
    width: 100%;
    max-width: 100%;
    height: unset;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}

.questions {
  background: #EEE5D9;
  padding: 30px;
  margin: 30px;
}
@media screen and (min-width: 769px) {
  .questions {
    padding: 40px 0;
    margin: 80px 0;
  }
}
.questions-question {
  padding-right: 80px;
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .questions-question {
    padding: 0;
  }
}
.questions p {
  margin: 0 !important;
}
.questions h3 {
  margin: 0;
  padding: 0;
}
.questions-marker {
  position: relative;
}
@media screen and (min-width: 769px) {
  .questions-marker > h1,
  .questions-marker > h2,
  .questions-marker > h3 {
    position: absolute;
  }
}
.questions-marker .cta {
  position: absolute;
}
.questions-marker img {
  position: absolute;
}
.questions-marker img {
  top: -100px;
  right: -50px;
  width: 160px;
}
@media screen and (min-width: 769px) {
  .questions-marker {
    width: 260px;
  }
  .questions-marker img {
    top: -120px;
    width: 260px;
  }
}

.ad {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  background: #EEE5D9;
  z-index: 10;
}
.ad a {
  color: #313238;
}
@media screen and (min-width: 1120px) {
  .ad {
    display: block;
    padding: 0;
    background: none;
    position: fixed;
    right: 0px;
    left: unset;
    bottom: unset;
    top: 200px;
    width: 265px;
    min-height: 280px;
    padding: 60px 20px 0 20px;
  }
}
@media screen and (min-width: 1120px) {
  .ad-alexa {
    background: url("../../assets/img/ad-alexa.png");
    background-size: 265px auto;
  }
}
@media screen and (min-width: 1120px) {
  .ad-handler {
    background: url("../../assets/img/ad-handler.png");
    background-size: 265px auto;
  }
}
.ad-img {
  display: none;
}
@media screen and (min-width: 1120px) {
  .ad-img {
    display: block;
  }
}
.ad .desktop-title {
  display: none;
}
@media screen and (min-width: 1120px) {
  .ad .desktop-title {
    display: block;
    font-size: 28px;
    color: #fff;
  }
}
.ad .desktop-text {
  display: none;
}
@media screen and (min-width: 1120px) {
  .ad .desktop-text {
    display: block;
  }
  .ad .desktop-text p {
    line-height: 1.2;
    padding-top: 20px;
    padding-right: 40px;
    font-size: 23px;
  }
}
.ad .mobile-title {
  color: #fff;
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #E94C0A;
  width: 90%;
}
@media screen and (min-width: 1120px) {
  .ad .mobile-title {
    display: none;
  }
}
.ad-close {
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 1120px) {
  .ad-close {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}

.image5050 {
  padding: 0 0 60px 0;
}
@media screen and (min-width: 769px) {
  .image5050 {
    padding: 0 0 160px 0;
  }
}
.image5050 .container {
  background: #EEE5D9;
}
.image5050-left {
  text-align: center;
}
.image5050-left img {
  max-height: 420px;
}
.image5050-right {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .image5050-right {
    position: relative;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .image5050-right > h1,
  .image5050-right > h2,
  .image5050-right > h3 {
    position: absolute;
  }
}
@media screen and (min-width: 769px) {
  .image5050-right .cta {
    position: absolute;
  }
  .image5050-right img {
    position: absolute;
  }
}
.image5050-right img {
  width: 450px;
}
@media screen and (min-width: 769px) {
  .image5050-right img {
    top: 50px;
    left: -20px;
  }
}

.text-bg-image {
  position: relative;
  background-repeat: none;
  background-size: cover;
  height: 500px;
}
.text-bg-image .columns, .text-bg-image .column, .text-bg-image__text-container {
  height: 100%;
}
.text-bg-image__bubble {
  position: absolute;
}
.text-bg-image__text-container {
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.text-bg-image__text {
  padding: 20px 40px !important;
  background: rgba(255, 255, 255, 0.8) !important;
}
.text-bg-image__button {
  margin-top: 1em;
}
.text-bg-image .redactor p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1379px) {
  .text-bg-image {
    min-height: 43vw;
  }
}

@media screen and (max-width: 768px) {
  .text-bg-image {
    height: unset;
  }
  .text-bg-image__text-container {
    min-height: 0em;
  }
  .text-bg-image__foreground {
    background: #eee5d9;
  }
  .text-bg-image__text {
    background: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .text-bg-image .text-bg-image__foreground .text-bg-image__text h3, .text-bg-image .text-bg-image__foreground .text-bg-image__text div, .text-bg-image .text-bg-image__foreground .text-bg-image__text p {
    color: #E94C0A;
  }
  .text-bg-image--hide-bg-on-mobile {
    background-image: none !important;
    background-color: #eee5d9;
  }
}
/* style heading-dark */
.text-bg-image--style-heading-dark .text-bg-image__foreground .text-bg-image__text h3, .text-bg-image--style-heading-dark .text-bg-image__foreground .text-bg-image__text div, .text-bg-image--style-heading-dark .text-bg-image__foreground .text-bg-image__text p {
  color: black;
}

.text-bg-image-slider .text-bg-image {
  width: 100%;
}

.wizard__step {
  width: 100%;
  overflow: hidden;
}

.wizard-step {
  position: relative;
}
.wizard-step__body {
  position: relative;
}
.wizard-step__footer {
  position: relative;
  top: -0.75rem;
}
@media screen and (max-width: 769px) {
  .wizard-step__footer {
    top: 0;
    padding-top: 2rem;
  }
}
.wizard-step__footer .button {
  width: 100%;
  margin-bottom: 0 !important;
}
.wizard-step__footer-left {
  position: relative;
}
.wizard-step__footer-navigation {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  height: 8px;
}
.wizard-step__footer-navigation {
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  right: 0;
  height: 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.wizard-step__progress-container {
  position: relative;
  flex: 1 auto;
}
.wizard-step__progress-background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 52px;
  height: 8px;
  background-color: #eee5d9;
}
@media screen and (max-width: 769px) {
  .wizard-step__progress-background {
    right: 0;
  }
}
.wizard-step__progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 8px;
  background-color: #a3927a;
}
.wizard-step__prev {
  position: relative;
  top: 0.15em;
  width: 3em !important;
  background: none !important;
  border: none !important;
  color: #a3927a;
  flex: 0 auto;
  line-height: 1;
  padding: 0;
  margin: 0;
  padding-left: 1em;
  padding-right: 1em;
}
.wizard-step__prev:hover {
  color: #eee5d9 !important;
}

.step-layout__right .step-layout__right-container {
  background: #EEE5D9;
  padding: 40px;
}
.step-layout__right hr {
  background-color: #313238;
  height: 1px;
}

.wizard__select {
  margin-top: 1em;
  margin-bottom: 1em;
}

.wizard__image {
  text-align: left;
  position: relative;
}
.wizard__image img {
  max-width: 100%;
  max-height: 600px;
  position: relative;
  top: 6px;
}
.wizard__image-magnified {
  position: absolute;
  top: calc(50% - 50px);
  left: 50%;
  height: 200px;
  width: 200px;
  border: solid black 1px;
  border-radius: 50%;
  object-fit: none;
  object-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .wizard__image-magnified {
    display: none;
  }
}

.wizard .radio-button__description {
  line-height: 1;
}

/*
.wizard--inverted {
    .wizard-step {

        &__progress,
        &__arrow,
        &__prev-container {
            background-color: $wizard-background-color-inverted;
        }
    }
}
 */
.radio-button {
  display: flex;
  align-items: center;
}

.radio-button__image img {
  max-width: 100%;
}

.radio-button__title {
  font-weight: bold;
}

.radio-button__text {
  margin-left: 0.5em;
}

/* vertical */
.radio-button--orientation-vertical {
  flex-direction: column;
}

.radio-button--orientation-vertical .radio-button__button {
  position: relative;
  top: -8px;
}

.radio-button--orientation-vertical .radio-button__text {
  margin-left: 0;
}

/* horizontal */
.radio-button--orientation-horizontal {
  flex-direction: row;
}

.radio-button--orientation-horizontal .radio-button__button {
  position: relative;
  left: -8px;
}

.radio-button--orientation-horizontal .radio-button__text {
  margin-left: 0;
}

/* image and text (same layout, but not selectable, just for presentation) */
.image-and-text .radio-button__text {
  margin-left: 0.5em;
}

.blog {
  position: relative;
}
.blog__navigation ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .blog__navigation ul {
    flex-wrap: wrap;
  }
}
.blog__form {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog__header-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.blog__header-image {
  position: relative;
  overflow: hidden;
  height: 400px;
}
@media screen and (min-width: 769px) {
  .blog__header-image {
    height: 66vw;
    max-height: 75vh;
  }
}

.blog__header-image img,
.blog__header-image video {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 103%;
}

.blog__header-image video {
  position: relative;
  top: -5px;
}

.blog__header {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .blog__header {
    height: 66vw;
    max-height: 75vh;
  }
}

.blog__body {
  background: #fff;
  border-top: solid 1px #fff;
}

.blog__abstract p {
  margin-bottom: 1em;
  font-weight: bold;
}

.blog-teaser {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 40px;
  margin-bottom: 4em;
}

.blog__navigation__sticky-wrapper--sticky {
  z-index: 1000;
}
.blog__navigation__sticky-wrapper--sticky .blog__navigation {
  width: 70%;
  float: right;
  margin-top: 40px;
  border-bottom: none;
  background: #fff;
}
.blog__navigation__sticky-wrapper--sticky .blog__navigation .nav-item-horizontal {
  margin-top: 0;
}

.blog__header-scrolldown {
  position: absolute;
  bottom: 2em;
  left: 0%;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.entry-list-item__title {
  margin-top: 0.3em;
}

.entry-list-item__meta a {
  color: #313238;
  text-decoration: underline;
}

.entry-list-item__icon {
  position: relative;
  top: 3px;
}

/* style "card" */
.entry-list-item--style-card .entry-list-item__meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.entry-list-item--style-card .entry-list-item__author,
.entry-list-item--style-card .entry-list-item__category,
.entry-list-item--style-card .entry-list-item__post-date {
  width: 50%;
}

.entry-list-item--style-card {
  border-bottom: solid hsl(0, 0%, 4%) 1px;
  padding-bottom: 1em;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.entry-list-item--style-card .entry-list-item__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.entry-list-item--style-card .entry-list-item__category {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.entry-list-item--style-card .entry-list-item__image {
  margin-top: 1.5em;
}

/* style "list" */
.entry-list-item--style-list {
  display: flex;
  flex-direction: row;
}

.entry-list-item--style-list .entry-list-item__title {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}

.entry-list-item--style-list .entry-list-item__image {
  margin-right: 0.5em;
}

/* style "search" */
.entry-list-item--style-search {
  display: flex;
  flex-direction: row;
}

.entry-list-item--style-search .entry-list-item__title {
  font-size: 16px;
  padding-bottom: 0.2em;
}

.entry-list-item--style-search .entry-list-item__image {
  margin-right: 0.5em;
  width: 128px;
  flex: 0 0 128px;
}

.entry-list-item--style-search .entry-list-item__image img {
  max-width: 100%;
}

.entry-list-item--style-search .entry-list-item__meta {
  padding-top: 0.2em;
}

.entry-list-item--style-search .entry-list-item__meta img {
  display: none;
}

.entry-list-item--style-search .entry-list-item__meta a {
  color: #E94C0A;
  font-weight: bold;
  padding-top: 0.2em;
}

.entry-list-item--style-search b {
  font-weight: normal;
  color: #fff;
  background: #E94C0A;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

.nav-item-horizontal {
  flex: 1;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .nav-item-horizontal {
    margin-top: 1em;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 769px) {
  .nav-item-horizontal {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.nav-item-horizontal.is-active {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .nav-item-horizontal.is-active {
    margin-top: 0;
  }
}
.nav-item-horizontal:last-child {
  flex: 1;
  border-right: none;
}
.nav-item-horizontal a {
  padding: 20px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #313238;
}
.nav-item-horizontal.is-active a {
  color: #E94C0A;
}
@media screen and (min-width: 769px) {
  .nav-item-horizontal.is-active a {
    font-size: 16px;
  }
}

.roomplanner-download .icons {
  display: flex;
  align-items: center;
}

.accordion-item {
  border-top: solid #bbbbbc 2px;
}

.accordion-item:last-child {
  border-bottom: solid #bbbbbc 2px;
}

.accordion-item__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  cursor: pointer;
}

.accordion-item__title {
  font-weight: bold;
  flex: 1;
}

.accordion-item__body {
  position: absolute;
  width: 0;
  left: -9999px;
  height: 0 !important;
  padding-top: 2em;
  padding-bottom: 0.5em;
  overflow: hidden;
}

.accordion-item--status-active .accordion-item__body {
  position: static;
  left: 0;
  width: auto;
  height: auto !important;
}

.accordion-item--status-active .accordion-item__open {
  display: none;
}

.accordion-item__close {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.accordion-item__close span {
  cursor: pointer;
}

.chevron {
  position: relative;
  display: block;
  height: 16px;
  width: 16px;
}

.chevron:before,
.chevron:after {
  position: absolute;
  display: block;
  content: "";
  border: 8px solid transparent; /*adjust size*/
}

.chevron--orientation-down {
  top: 4px;
}

.chevron--orientation-down:before {
  top: 0;
  border-top-color: #313238;
}

.chevron--orientation-down:after {
  top: -2px; /*adjust thickness*/
  border-top-color: #fff;
}

.chevron--orientation-up {
  top: -4px;
}

.chevron--orientation-up:before {
  bottom: 0;
  border-bottom-color: #313238;
}

.chevron--orientation-up:after {
  bottom: -2px; /*adjust thickness*/
  border-bottom-color: #fff;
}

/* style "features" */
.accordion--style-features .accordion-item {
  border-top: solid black 1px;
}
.accordion--style-features .accordion-item:last-child {
  border-bottom: solid black 1px;
}

/* style "faq" */
.accordion--style-faq .accordion-item {
  border-top: solid black 1px;
}
.accordion--style-faq .accordion-item__body h1,
.accordion--style-faq .accordion-item__body h2,
.accordion--style-faq .accordion-item__body h3 {
  color: #E94C0A;
}
.accordion--style-faq .accordion-item:last-child {
  border-bottom: solid black 1px;
}

a .accordion-item {
  color: black;
}

.map-content {
  padding: 0 20%;
}

.map__logos {
  text-align: right;
}
.map__logos img {
  margin-left: 10px;
}
.map__ovens {
  padding-left: 40px;
  padding-bottom: 40px;
}
.map__ovens ul {
  display: flex;
  flex-wrap: wrap;
}
.map__ovens li {
  flex: 0 0 50%;
  padding-right: 40px;
}
.map__ovens a {
  border-top: 1px solid #313238;
  font-weight: bold;
  padding: 5px 0;
  color: #313238;
  display: block;
}
.map__legend {
  justify-content: center;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.map__legend a {
  display: flex;
  flex-direction: column;
  align-content: center;
  padding: 5px;
  max-width: 120px;
  color: #313238;
}
.map__legend p {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  padding-top: 5px;
}
.map__legend img {
  width: 48px;
  margin: 0px auto;
}

.map-search {
  margin-bottom: 20px;
}
.map-search__open {
  padding: 20px 0;
  text-align: right;
}
.map-search__open a {
  color: #313238 !important;
}

/*style the box*/
.gm-style .gm-style-iw {
  max-width: 300px;
  border-radius: 0;
  border: 3px solid #000;
}

/*style the p tag*/
.gm-style .gm-style-iw #google-popup p {
  padding: 10px;
}

/*style the arrow*/
.teaser {
  background: #eeeeee;
}
.teaser .button {
  margin-top: 40px;
}
.teaser__left {
  padding: 30px;
}
@media screen and (min-width: 769px) {
  .teaser__left {
    padding: 80px 0 80px 60px;
  }
}
.teaser__right {
  background-size: cover;
  background-color: inherit;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 40% 100%);
}
@media screen and (max-width: 769px) {
  .teaser__right {
    background-image: none !important;
  }
}

.block-teaser__container {
  background-color: #EEE5D9;
  padding: 2em 3em 0 3em;
}
.block-teaser__image {
  margin-bottom: 2em;
}
.block-teaser__heading {
  padding-bottom: 0.25em;
}

.contact-form {
  padding: 40px;
}
.contact-form__title {
  margin-bottom: 40px !important;
}
.contact-form__content {
  margin-top: 20px;
  margin-bottom: 40px;
}

.contact-form-image {
  padding: 80px 40px 80px 40px;
  background: #EEE5D9;
}
.contact-form-image__profile {
  margin-bottom: 2em;
}
.contact-form-image__profile img {
  width: 100px;
  max-width: 100%;
}
.contact-form-image__profile a, .contact-form-image__profile a:visited, .contact-form-image__profile a:active, .contact-form-image__profile a:hover {
  color: #313238;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .contact-form-image__aside {
    padding-left: 40px;
  }
}
.contact-form-image textarea.input {
  margin-top: 0;
  min-height: 20em;
}
.contact-form-image .checkbox-container .contact-form-image__privacy-text {
  color: #313238;
}

.sidenav {
  position: fixed;
  top: 33%;
  right: -180px;
  width: 240px;
  z-index: 100;
  display: none;
}
@media screen and (min-width: 769px) {
  .sidenav {
    display: block;
  }
}
.sidenav__button-container {
  height: 60px;
  position: relative;
  margin-bottom: 1px;
}
.sidenav__svg {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
}
.sidenav__label {
  display: block;
  flex: 1;
  text-transform: uppercase;
  font-weight: bold;
}
.sidenav__button {
  background: #313238;
  color: white;
  display: flex;
  justify-items: center;
  align-items: center;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
  position: absolute;
  height: 60px;
  width: 240px;
}
.sidenav__button:hover {
  transform: translateX(-180px);
  color: white;
}

.sidenav-icon-leaf {
  width: 25px;
  height: 25px;
}

.redactor-image--position-left {
  float: left;
  margin: 0 1em 1em 0;
}

.redactor-image--position-right {
  float: right;
  margin: 0 0 1em 1em;
}

@media screen and (max-width: 768px) {
  .redactor-image--position-left,
  .redactor-image--position-right {
    float: none;
    margin: 1em 0;
  }
}
.oven-color__image-wrapper {
  width: 150px;
  height: 150px;
}
.oven-color__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oven-color__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.oven-color__heading {
  text-transform: uppercase;
  margin-bottom: 0.4em;
}

.page-with-header {
  position: relative;
}
.page-with-header__header-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.page-with-header__header-image {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-with-header__header-image video {
  max-width: 100%;
}
.page-with-header__header-image img, .page-with-header__header-image video {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 103%;
}
.page-with-header__header-image video {
  position: relative;
  top: -5px;
}
.page-with-header__scrolldown {
  display: none;
  position: absolute;
  bottom: 1em;
  left: 0%;
  text-align: center;
  color: #313238;
  width: 100%;
  z-index: 2;
}
.page-with-header__scrolldown .scrolldown-image, .page-with-header__scrolldown .scrolldown-image-inverse {
  display: none;
}
.page-with-header__header {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-with-header__body {
  background: #fff;
  border-top: solid 1px #fff;
}

.page-with-header--control-height .page-with-header__header-image {
  height: 75vh;
  max-height: 75vh;
}
@media screen and (min-width: 1120px) {
  .page-with-header--control-height .page-with-header__header-image {
    height: 50vw;
    max-height: 75vh;
  }
}
.page-with-header--control-height .page-with-header__header {
  height: 75vh;
  max-height: 75vh;
}
@media screen and (min-width: 1120px) {
  .page-with-header--control-height .page-with-header__header {
    height: 50vw;
    max-height: 75vh;
  }
}

.page-with-header--inverse .page-with-header__header,
.page-with-header--inverse .page-with-header__header h1,
.page-with-header--inverse .page-with-header__header h2 .page-with-header__header h3,
.page-with-header--inverse .page-with-header__header p,
.page-with-header--inverse .page-with-header__header div,
.page-with-header--inverse .page-with-header__header a {
  color: #fff;
}

.page-with-header--scroll-indicator .page-with-header__scrolldown {
  display: block;
}
@media screen and (min-width: 1120px) {
  .page-with-header--scroll-indicator .page-with-header__header {
    padding-bottom: 4em;
  }
}
.page-with-header--scroll-indicator .page-with-header__scrolldown .scrolldown-image-inverse {
  display: none;
}
.page-with-header--scroll-indicator .page-with-header__scrolldown .scrolldown-image {
  display: inline;
}

.page-with-header--scroll-indicator.page-with-header--inverse .page-with-header__scrolldown .scrolldown-image-inverse {
  display: inline;
}
.page-with-header--scroll-indicator.page-with-header--inverse .page-with-header__scrolldown .scrolldown-image {
  display: none;
}

.popup {
  background: none repeat scroll 0 0 #ffffff;
  padding: 40px;
  margin: 10% auto;
  position: relative;
  max-width: 600px;
}
@media screen and (max-width: 769px) {
  .popup {
    margin: 10%;
  }
}
.popup__scroll {
  height: 60vh;
}
.popup__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  cursor: pointer;
}

.recaptcha {
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}

@keyframes lum-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lum-fadeZoom {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes lum-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lum-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}
.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: lum-loader-rotate 1800ms infinite linear;
}

.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.lum-lightbox-loader:before {
  left: 0;
  animation: lum-loader-before 1800ms infinite linear;
}

.lum-lightbox-loader:after {
  right: 0;
  animation: lum-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.lum-lightbox.lum-opening {
  animation: lum-fade 180ms ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: lum-fadeZoom 180ms ease-out;
}

.lum-lightbox.lum-closing {
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}

.lum-img {
  transition: opacity 120ms ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}

.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.lum-close-button:hover {
  opacity: 1;
}

.lum-close-button:before,
.lum-close-button:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}

.lum-close-button:before {
  transform: rotate(45deg);
}

.lum-close-button:after {
  transform: rotate(-45deg);
}

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
}

.lum-previous-button:after {
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}

.lum-next-button:after {
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  /* Used to centre the image in the container, respecting overflow: https://stackoverflow.com/a/33455342/515634 */
  .lum-lightbox-position-helper {
    margin: auto;
  }
  .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
  }
}
.hero-header-teaser {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 40px;
}

.ovens-list {
  border-bottom: 1px solid #313238;
  padding: 20px;
}

.ovenconfig__teaser-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .ovenconfig__teaser-container {
    flex-direction: column;
  }
}
.ovenconfig__teaser {
  text-align: center;
  width: 250px;
}
@media screen and (min-width: 769px) {
  .ovenconfig__container {
    width: 80%;
    margin: auto 0;
  }
}
.ovenconfig__arrow {
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
.ovenconfig__arrow svg {
  transform: rotate(90deg) scaleX(0.5) scaleY(0.5);
  display: block;
}
@media screen and (min-width: 769px) {
  .ovenconfig__arrow svg {
    transform: rotate(0) scaleX(1) scaleY(1);
  }
}
@media screen and (max-width: 769px) {
  .ovenconfig__arrow {
    height: 80px;
  }
}

.pages-block-text-and-ad .icon {
  padding-top: 15px;
}

.block-rika-store-premium-features__partner, .block-rika-store-premium-features__store {
  width: 5em;
  text-align: center;
}
.block-rika-store-premium-features img {
  max-width: 100%;
}
.block-rika-store-premium-features table {
  width: 100%;
}
.block-rika-store-premium-features table thead tr td img {
  padding-left: 5px;
  padding-right: 5px;
}
.block-rika-store-premium-features table tbody tr:nth-child(2n+1) td {
  background: #EEE5D9;
}
.block-rika-store-premium-features table tbody tr td {
  padding: 0.25em 1em;
}
.block-rika-store-premium-features table tbody tr .block-rika-store-premium-features__partner,
.block-rika-store-premium-features table tbody tr .block-rika-store-premium-features__store {
  border-color: white !important;
  border-left: 2px solid;
  border-right: 2px solid;
}

.block-rika-store-store-list table {
  width: 100%;
}
.block-rika-store-store-list table tbody tr {
  border-top: solid black 1px;
}
.block-rika-store-store-list table tbody tr td {
  padding: 0.5em 0;
}
.block-rika-store-store-list table tbody tr td a {
  color: #313238;
  text-decoration: underline;
}
.block-rika-store-store-list table tbody tr:last-child {
  border-bottom: solid black 1px;
}
.block-rika-store-store-list__web {
  padding-left: 0.25em;
  padding-right: 0.25em;
  color: white !important;
  text-decoration: none !important;
  background-color: #E94C0A;
  display: inline-block;
}

.block-rika-store-person__headline {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1em;
}
.block-rika-store-person__phone {
  margin-top: -1em;
}
.block-rika-store-person__email a, .block-rika-store-person__email a:active, .block-rika-store-person__email a:hover, .block-rika-store-person__email a:visited {
  color: hsl(0, 0%, 4%);
  text-decoration: underline;
  font-weight: bold;
}

.pages-block-text-and-ad .rika-store-ad-logo {
  margin-bottom: 1em;
  max-width: 300px;
}
.pages-block-text-and-ad .rika-store-ad-logo img {
  max-width: 100%;
}

.rika-store-menu {
  display: none;
  margin-top: 2em;
}
@media screen and (min-width: 1120px) {
  .rika-store-menu {
    display: block;
  }
}

.rika-store-menu-nav {
  position: relative;
  background: white;
  width: 100%;
  padding-bottom: 1em;
}

.rika-store-menu-nav--sticky {
  position: fixed;
  top: 120px;
  z-index: 100;
}

.rika-store-menu-nav-link {
  display: inline-block;
  background: #eaeaea;
  color: black !important;
  padding: 0.5em 1em;
  line-height: auto;
  text-transform: uppercase;
  font-weight: bold;
}
.rika-store-menu-nav-link--active {
  background: black;
  color: white !important;
}

.rika-store-menu-nav-link:not(:last-child) {
  margin-right: 0.5em;
}

.oven-slider__categories {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
.oven-slider__categories li {
  margin-left: 1em;
  margin-right: 1em;
}
.oven-slider__categories li label {
  font-weight: bold;
}
.oven-slider__slider, .oven-slider__slide {
  min-height: 640px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .oven-slider__slider, .oven-slider__slide {
    min-height: 320px;
  }
}
@media screen and (min-width: 769px) {
  .oven-slider__slide {
    width: 33%;
  }
}
.oven-slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: lightgrey;
  opacity: 0.2;
}
.oven-slider__overlay--active {
  opacity: 0;
  pointer-events: none;
}

.js-oven-slider-slide {
  display: none;
}
.js-oven-slider-slide--active {
  display: block;
}

.calendly {
  border: none;
  width: 100%;
  height: 780px;
}
@media screen and (min-width: 1120px) {
  .calendly {
    height: 680px;
  }
}

.configurator {
  width: 100%;
  border: 0 none;
  padding: 0;
  margin: 0;
  margin-left: 2rem;
  margin-right: 2rem;
  height: calc(100vh - 160px + 250px);
}
@media screen and (max-width: 1120px) {
  .configurator {
    height: calc(100vh - 462px);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.tabs-v2__tabs .active {
  background: #EEE5D9;
  color: #313238;
}
@media screen and (min-width: 769px) {
  .tabs-v2__tabs .active {
    border-top: 5px solid white;
    font-size: 20px;
  }
}
@media screen and (max-width: 769px) {
  .tabs-v2__tabs {
    padding-bottom: 30px;
  }
}
.tabs-v2__tabs--inverted .active {
  background: white;
  color: #C4AE8F;
}
.tabs-v2__content {
  background: #EEE5D9;
  padding: 40px;
}
.tabs-v2__content--inverted {
  background: white;
}
.tabs-v2__video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  margin-top: 20px;
  height: 0;
}
.tabs-v2__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tabs-v2__tab {
  display: inline-block;
  padding: 10px 20px;
  color: #313238;
  border-top: 5px solid white;
  background: #f5ebde;
}
.tabs-v2__tab--inverted {
  border-top: 5px solid #EEE5D9;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 769px) {
  .tabs-v2__tab {
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 769px) {
  .tabs-v2__tab:last-child {
    margin-bottom: 5px;
  }
}

.video-and-text-teaser__video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-and-text-teaser__video-container iframe, .video-and-text-teaser__video-container object, .video-and-text-teaser__video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-and-text-teaser__align-left {
  text-align: left;
}
.video-and-text-teaser--align-centered {
  text-align: center;
}
.video-and-text-teaser__align-right {
  text-align: right;
}

.site-switcher {
  margin-bottom: 3em;
}
.site-switcher__container {
  background-color: #EEE5D9;
  background-image: url(../../assets/img/site-switcher.png);
  padding: 2em 3em 0 3em;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;
}
@media screen and (max-width: 1400px) {
  .site-switcher__container {
    background-size: auto 75%;
  }
}
@media screen and (max-width: 960px) {
  .site-switcher__container {
    background-size: auto 60%;
  }
}
@media screen and (max-width: 800px) {
  .site-switcher__container {
    background-size: auto 50%;
  }
}
@media screen and (max-width: 768px) {
  .site-switcher__container {
    background-image: none;
  }
}
.site-switcher__heading {
  padding-bottom: 0.25em;
}
.site-switcher__select {
  width: 50%;
  border: solid black 1px;
  margin-bottom: 2em !important;
}
@media screen and (max-width: 768px) {
  .site-switcher__select {
    width: 100%;
  }
}

.dealersearch-premium {
  background: #EEE5D9;
  padding: 40px;
}
@media screen and (min-width: 1120px) {
  .dealersearch-premium .splide {
    margin-left: 40px;
  }
}
.dealersearch-premium .thumbnails {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}
.dealersearch-premium .thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
  opacity: 0.3;
}
.dealersearch-premium .thumbnail.is-active {
  opacity: 1;
}
.dealersearch-premium .thumbnail img {
  width: 100%;
  height: auto;
}

.tilegrid-tile {
  background: #EEE5D9;
  margin: 20px;
}
.tilegrid-tile__content {
  padding: 20px 40px;
}
.tilegrid-tile__img {
  width: 100%;
  height: 240px;
  background-position: center center;
  background-size: cover;
}
.tilegrid-tile__icons {
  display: flex;
  justify-content: right;
}
.tilegrid-tile__icons img {
  height: 64px;
  margin-left: 10px;
}

.storegrid {
  padding-bottom: 40px;
}

.storegrid-tile {
  margin: 20px;
}
.storegrid-tile__content {
  padding-top: 20px;
}
.storegrid-tile__img {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
}
.storegrid-tile__icons {
  display: flex;
  justify-content: right;
}
.storegrid-tile__icons img {
  height: 64px;
  margin-left: 10px;
}

.checkmarktable tr:nth-child(even) {
  background: #EEE5D9;
}
.checkmarktable tr:nth-child(odd) {
  background: #fff;
}
.checkmarktable td {
  border: 1px solid #fff;
  padding: 5px 10px;
}
.checkmarktable__checkmark {
  display: table-cell;
  vertical-align: middle;
}
.checkmarktable__checkmark div {
  width: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkmarktable__head {
  padding: 5px 10px;
  text-align: center;
}
.checkmarktable__label {
  min-width: 100px;
}

.announcement {
  background-color: #E94C0A;
  color: white;
  display: flex;
  padding: 0;
}
@media (max-width: 768px) {
  .announcement {
    flex-direction: column;
  }
}
.announcement .columns {
  margin: 0 !important;
}
.announcement__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0;
}
.announcement p, .announcement h1, .announcement h2, .announcement h3, .announcement h4, .announcement h5, .announcement h6 {
  margin: 0;
  padding: 0;
}
.announcement h1 {
  font-size: 60px;
}
.announcement:hover {
  color: white;
}
.announcement__image {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .announcement__image {
    max-width: 360px;
  }
}
.announcement__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-blog__card-list li {
  margin-bottom: 1em;
}

.section-blog__card-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-blog__aside .button {
  margin-top: 40px;
}

.section-blog__details-meta {
  border-top: solid hsl(0, 0%, 21%) 1px;
  padding-top: 1em;
}
.section-blog__details-meta .level-right {
  flex: 1 1 auto;
}
.section-blog__details-meta .level-right .sharethis-inline-share-buttons {
  text-align: right !important;
}

.section-blog .entry-list-item__meta {
  display: flex;
  flex-direction: row;
}

.section-blog__details-meta .entry-list-item__meta > div {
  margin-right: 1em;
}

.section-blog__details-meta .entry-list-item__share {
  flex: 1;
}

.section-blog__details-author {
  padding-top: 60px;
  display: flex;
  flex-direction: row;
}

.section-blog__details-author .author__image {
  margin-right: 1em;
}
.section-blog__details-author .author__image img {
  width: 80px;
  height: 80px;
}

.section-blog__details-author .author__text h4 {
  font-weight: bold;
}

.section-blog__card-list .entry-list-item__image {
  max-width: 64px;
}

.section-search__form {
  margin-top: 1em;
}
.section-search__list > li {
  margin-bottom: 2em;
}
.section-search__list > li:last-child {
  margin-bottom: 0;
}
.section-search__list--empty {
  padding-bottom: 350px;
}
.section-search__list-item .h3 {
  padding-bottom: 0.5em;
}
.section-search__list-item p {
  padding-bottom: 0.5em;
}

.search-result__link {
  font-weight: bold;
  text-decoration: underline;
}
.search-result b {
  color: #fff;
  background: #E94C0A;
  padding: 1px 3px;
}
@media screen and (max-width: 768px) {
  .search-result .media {
    flex-direction: column;
  }
  .search-result .media .media-left img {
    padding-left: 0;
  }
}

.search-result-image {
  width: 200px;
}
.search-result-image--section-technology img {
  padding-left: 60px;
  padding-right: 60px;
}

.product__navigation {
  display: none;
}
@media screen and (min-width: 1120px) {
  .product__navigation {
    display: block;
    width: 100%;
    height: 80px;
    background: white;
    border-bottom: 1px solid #ccc;
  }
}
.product__navigation ul {
  display: flex;
  flex-wrap: wrap;
}
.product__navigation .nav-item-horizontal a {
  font-size: 16px;
}
.product__navigation__sticky-wrapper--sticky {
  z-index: 1000;
  pointer-events: none;
}
.product__navigation__sticky-wrapper--sticky .product__navigation {
  width: 75%;
  float: right;
  margin-top: 40px;
  border-bottom: none;
  pointer-events: all;
}
.product__navigation__sticky-wrapper--sticky .product__navigation .nav-item-horizontal {
  margin: 0;
}
.product__navigation__sticky-wrapper--sticky .product__navigation .nav-item-horizontal a {
  padding: 17px 0;
}

.feature-headline {
  border-bottom: 1px solid #313238;
  color: #313238;
  margin-bottom: 40px;
  padding: 0px;
}
.feature-headline--muted {
  color: #313238;
  border-bottom: 1px solid #313238;
}

.features {
  display: flex;
  flex-wrap: wrap;
}
.features__img {
  width: 80px;
  height: 80px;
}
.features__feature {
  display: flex;
}
@media screen and (min-width: 769px) {
  .features__feature {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1120px) {
  .features__feature {
    flex: 0 0 33%;
  }
}
.features__feature div {
  flex: 1;
  padding-left: 20px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.features__feature h5 {
  color: #313238;
  margin-bottom: 0;
}
.features__feature p {
  color: #313238;
  margin: 0;
}
.features__feature--muted h5 {
  color: #313238;
}
.features__feature--muted p {
  color: #313238;
}

@media screen and (min-width: 769px) {
  .is-two-thirds .features__feature:nth-child(2n+1) {
    padding-right: 20px;
  }
}

.techdetails {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .techdetails {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.techdetails__detail {
  flex: 0 0 45%;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #313238;
}
.techdetails__detail:nth-last-child(2) {
  border-bottom: 1px solid #313238;
}
.techdetails__detail:last-child {
  border-bottom: 1px solid #313238;
}
.techdetails__label {
  width: 50%;
}
.techdetails__label h5 {
  color: #313238;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.techdetails__value {
  width: 50%;
}
.techdetails__value p {
  color: #313238;
  margin: 0;
  padding-left: 40px;
  padding-bottom: 0;
}

@media screen and (min-width: 769px) {
  .techfeatures {
    margin: 40px 0;
  }
}
.techfeatures__tabs .active {
  background: white;
  color: #E94C0A;
}
@media screen and (min-width: 769px) {
  .techfeatures__tabs .active {
    border-top: 5px solid white;
    font-size: 20px;
  }
}
.techfeatures__tab {
  display: inline-block;
  padding: 5px 20px;
  background: rgba(255, 255, 255, 0.5);
  color: #313238;
  border-top: 5px solid #EEE5D9;
}
@media screen and (max-width: 769px) {
  .techfeatures__tab:last-child {
    margin-bottom: 5px;
  }
}
.techfeatures__video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  margin-top: 20px;
  height: 0;
}
.techfeatures__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.techfeatures__feature {
  background: white;
  padding: 40px;
  display: none;
}
.techfeatures__features .active {
  display: block;
}
.techfeatures__details {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .techfeatures__details {
    flex-direction: row;
  }
}
.techfeatures__details img {
  width: 80px;
  height: 80px;
  margin-top: 20px;
}
.techfeatures__details .right {
  flex: 1;
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  .techfeatures__details .right {
    padding-top: 0;
    padding-left: 20px;
  }
}
.techfeatures__headline {
  border-bottom: 1px solid #313238;
  color: #313238;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.techfeatures__headline h4 {
  padding-bottom: 0;
}
.techfeatures__headline--muted {
  color: #313238;
  border-bottom: 1px solid #C4AE8F;
}
.techfeatures__headline--muted h4 {
  color: #313238;
}
.techfeatures h5 {
  color: #313238;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.techfeatures p {
  color: #313238;
  margin: 0;
}

.pdf-download {
  display: flex;
  line-height: 24px;
  padding: 5px;
}
.pdf-download ul {
  padding-bottom: 20px;
}
.pdf-download a {
  padding-left: 10px;
}
.pdf-download svg {
  width: 24px;
  height: 24px;
}

.pdf-download-all {
  display: flex;
  line-height: 48px;
}
.pdf-download-all a {
  margin-top: 3px;
  margin-left: 15px;
}
.pdf-download-all svg {
  width: 48px;
  height: 48px;
}

.section-press__contact, .section-press__main {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 40px;
  margin-bottom: 80px;
}
.section-press__contact p,
.section-press__contact h1,
.section-press__contact h3,
.section-press__contact .h1-sub, .section-press__main p,
.section-press__main h1,
.section-press__main h3,
.section-press__main .h1-sub {
  color: #313238;
  padding-bottom: 20px;
}
.section-press__body h2 {
  margin-top: 2em;
}
.section-press__body h2:first-child {
  margin-top: 0;
}
.section-press .press-image-archives img {
  max-width: 100%;
}
.section-press__oven-selection-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.section-press__oven-selection-form .select {
  border-radius: none;
}
.section-press__oven-selection-form > div:first-child {
  margin-right: 1em;
}
.section-press__form {
  margin-top: 100px;
}

.oventype-banner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .oventype-banner > h1,
  .oventype-banner > h2,
  .oventype-banner > h3 {
    position: absolute;
  }
}
.oventype-banner .cta {
  position: absolute;
}
.oventype-banner img {
  position: absolute;
}
.oventype-banner__shifted {
  width: 200px;
  bottom: 0px;
  right: 0;
}
@media screen and (min-width: 769px) {
  .oventype-banner__shifted {
    bottom: -150px;
    left: 0;
    width: 400px;
    right: auto;
  }
}

.section-oven-test__test ul li {
  font-weight: 900;
}

@media screen and (max-width: 769px) {
  .oven-test__wizard .step-layout__left-container,
  .oven-test__wizard .step-layout__right-container {
    min-height: 0em;
  }
}
.oven-test__wizard .step-layout__right {
  background-color: #EEE5D9;
  margin-left: 12px;
}
.oven-test__wizard .wizard__image img {
  width: 100%;
}

@media screen and (max-width: 1120px) {
  .h1-oven-test {
    padding-bottom: 40px;
  }
}
.section-oven-test-result__category-description ul {
  column-count: 2;
}
.section-oven-test-result__ovens-text {
  padding-bottom: 0;
}
.section-oven-test-result__hero .container {
  background-size: cover;
  background-position: 50% 50%;
  padding: 40px;
}
.section-oven-test-result__hero .button:not(:last-child) {
  margin-right: 10px;
}
.section-oven-test-result__hero-container {
  min-height: 20em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-oven-test-result__hero-container .h3, .section-oven-test-result__hero-container .redactor {
  color: #fff;
}
.section-oven-test-result__hero-container .redactor {
  margin-bottom: 1em;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .section-oven-test-result__hero-container {
    width: 100%;
  }
}

.products-list__product {
  position: relative;
}
.products-list__product .products__new {
  position: absolute;
  top: 40px;
  right: 117px;
}
@media screen and (max-width: 768px) {
  .products-list__product .products__new {
    right: 60px;
  }
}

.section-oven-compare__header {
  background-size: cover;
  background-repeat: no-repeat;
}
.section-oven-compare__header-left {
  color: #E94C0A;
}
.section-oven-compare__placeholder img {
  height: auto;
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .section-oven-compare__nav-wrapper {
    background-color: #fff;
  }
}
.section-oven-compare__nav .column {
  padding-top: 0;
  padding-bottom: 0;
}
.section-oven-compare__nav .column .oven-select__selected {
  color: hsl(0, 0%, 21%);
  font-weight: bold;
}
.section-oven-compare__nav select {
  width: 100%;
}
.section-oven-compare__nav-wrapper--sticky {
  z-index: 1000;
}
@media screen and (max-width: 769px) {
  .section-oven-compare__nav-wrapper--sticky {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .section-oven-compare__nav-wrapper--sticky .section-oven-compare__form {
    margin-top: 40px;
  }
}
.section-oven-compare__nav-wrapper--sticky .section-oven-compare__form .section-oven-compare__nav-placeholder {
  display: none;
}

.comparison .accordion-item table {
  margin-bottom: 20px;
}
.comparison__header thead tr td,
.comparison__header tfoot tr td, .comparison__footer thead tr td,
.comparison__footer tfoot tr td {
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .comparison__header thead tr td:first-child,
  .comparison__header tfoot tr td:first-child, .comparison__footer thead tr td:first-child,
  .comparison__footer tfoot tr td:first-child {
    display: none;
  }
  .comparison__header thead tr .comparison__empty-header-cell,
  .comparison__header thead tr .comparison__empty-footer-cell,
  .comparison__header tfoot tr .comparison__empty-header-cell,
  .comparison__header tfoot tr .comparison__empty-footer-cell, .comparison__footer thead tr .comparison__empty-header-cell,
  .comparison__footer thead tr .comparison__empty-footer-cell,
  .comparison__footer tfoot tr .comparison__empty-header-cell,
  .comparison__footer tfoot tr .comparison__empty-footer-cell {
    display: none;
  }
}
.comparison__table tbody tr:nth-child(2n+1) td {
  background: #EEE5D9;
}
.comparison__table tbody tr:nth-child(2n+1) .oven-compare-table__empty-cell {
  background: #f8f5f0;
}
.comparison__table tbody tr td {
  padding: 10px 10px;
  border-right: solid 3px #fff;
}
@media screen and (max-width: 768px) {
  .comparison__table tbody tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .comparison--1-columns .comparison__table tbody tr td:first-child, .comparison--2-columns .comparison__table tbody tr td:first-child, .comparison--3-columns .comparison__table tbody tr td:first-child, .comparison--4-columns .comparison__table tbody tr td:first-child {
    flex: 0 0 100%;
  }
  .comparison--1-columns .comparison__table tbody tr td, .comparison--2-columns .comparison__table tbody tr td, .comparison--3-columns .comparison__table tbody tr td, .comparison--4-columns .comparison__table tbody tr td {
    flex: 1;
  }
  .comparison__table tbody tr td.oven-compare-table__empty-cell,
  .comparison__table tbody tr td.comparison__empty-header-cell {
    display: none;
  }
  .comparison__table tbody tr td {
    min-height: 1.5em;
  }
}
.comparison__footer-button {
  margin-top: 40px;
}

.comparison table, table.comparison {
  width: 100%;
}
.comparison table tr td:first-child, table.comparison tr td:first-child {
  width: 24%;
  text-align: left;
}
.comparison table td, table.comparison td {
  text-align: center;
}

.comparison--1-columns td {
  width: 33%;
}

.comparison--2-columns td {
  width: 21.78%;
}

.comparison--3-columns td {
  width: 16.5%;
}

.comparison--4-columns td {
  width: 13.2%;
}

.section-faq__form .input {
  border: solid #a09fa0 1px;
}
.section-faq__form .button {
  margin-top: 20px;
}
.section-faq__faq .h4 {
  margin-top: 40px;
}
.section-faq__faq .h4:first-child {
  margin-top: 0;
}

.faq-topics__description {
  margin-top: 40px;
  margin-bottom: 40px;
}
.faq-topics .accordion-item-link img {
  max-width: 100%;
}

.section-jobs__cta {
  margin-top: 1em;
}

.jobs-slider {
  padding-left: 12px;
}
@media screen and (min-width: 1120px) {
  .jobs-slider {
    padding-left: calc((100vw - 960px) / 2 - 22px);
  }
}
@media screen and (min-width: 1360px) {
  .jobs-slider {
    padding-left: calc((100vw - 1152px) / 2 - 50px);
  }
}
@media screen and (min-width: 1504px) {
  .jobs-slider {
    padding-left: calc((100vw - 1344px) / 2 + 50px);
  }
}

.jobs-slider {
  padding-bottom: 100px;
}

.jobs-slider .slide {
  background: #EEE5D9;
  margin: 1rem;
  padding: 2rem;
  text-decoration: none;
  font-size: 1rem;
  width: 25rem;
  height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.jobs-slider .slide, .jobs-slider .slide h2 {
  color: black !important;
}

.jobs-benefits-item img {
  width: 64px;
}
.jobs-benefits-item h2 {
  min-height: 5em !important;
}

.jobs-steps {
  display: flex;
  flex-wrap: wrap;
}
.jobs-steps .jobs-steps-item {
  border: 0.5rem solid #EEE5D9;
  width: 180px;
  height: 180px;
  margin: 1rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.jobs-steps .jobs-steps-item__index {
  position: absolute;
  right: -0.9em;
  top: 0.5em;
  height: 3rem;
  width: 2rem;
  font-size: 2rem;
  background: white;
  font-weight: 600;
}
.jobs-steps .jobs-steps-item__secondary {
  min-height: 2em;
  color: #A3A3A3;
  font-size: 12px;
}

.jobs-back-link {
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}

.job-details-details {
  margin: 2em 0 4em 0;
}

.job-details-details-item {
  display: flex;
  align-items: center;
}
.job-details-details-item .job-details-details-item__image {
  width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2em;
}

.jobs-details-footer-contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.jobs-details-footer-contact-links__main {
  margin-right: 1em;
}

.jobs-details-aside-image {
  margin: 1em 0 0.5em 0;
}

.jobs-details-divider {
  border: solid #EEE5D9 3px;
  width: 10em;
  max-width: 100%;
}

.jobs-details-main {
  margin-top: 3em;
}

.jobs-aside-cta {
  margin-top: -2em;
}

.section-jobs__jobs .chevron {
  transform: rotate(-90deg);
  top: -1px;
}

.catalog__img {
  display: none;
}
@media screen and (min-width: 769px) {
  .catalog__img {
    display: block;
    position: relative;
    height: 100%;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .catalog__img > h1,
  .catalog__img > h2,
  .catalog__img > h3 {
    position: absolute;
  }
}
@media screen and (min-width: 769px) {
  .catalog__img .cta {
    position: absolute;
  }
  .catalog__img img {
    position: absolute;
  }
  .catalog__img img {
    bottom: -100px;
  }
}
.catalog__download {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.catalog__container {
  padding: 20px;
}
@media screen and (min-width: 769px) {
  .catalog__container {
    padding: 0;
    padding-bottom: 80px;
  }
}
.catalog__icon {
  width: 180px;
  margin: 0 auto;
}
.catalog__box {
  padding: 40px;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .catalog__box {
    padding: 40px;
  }
}
.catalog__box .button {
  margin: 0 !important;
}

#catalogue-form .checkbox-container p {
  padding-bottom: 0;
}

.section-technology__header .h1, .section-technology__header .h1-sub {
  color: #fff;
}
.section-technology__header-icon {
  margin-top: 1.05em;
  margin-right: 1em;
  height: 60px;
}
.section-technology__header-icon--mobile {
  margin-bottom: 20px;
}
.section-technology__content-1-right img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  .section-technology__content-1-right img {
    max-width: 280px;
  }
}
.section-technology__video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  margin-top: 20px;
  height: 0;
}
.section-technology__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-technology__ad .button {
  margin-top: 1em;
}
.section-technology__features .column p:last-child {
  padding-bottom: 0;
}
.section-technology__features .column article {
  border-top: solid #E94C0A 1px;
  border-bottom: solid #E94C0A 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
}

.products__product {
  display: block;
  text-align: center;
  position: relative;
}
.products__product p {
  padding: 0 30px;
  color: #313238;
}
.products__new {
  display: flex;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 15%;
  right: 25%;
  text-transform: uppercase;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  background: #E94C0A;
  color: white;
  border-radius: 40px;
  z-index: 2;
}
.products__5star {
  display: flex;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 15%;
  right: 25%;
  z-index: 2;
}
.products__features .column p:last-child {
  padding-bottom: 0;
}
.products__features .column article {
  border-top: solid #E94C0A 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
}
@media screen and (min-width: 1120px) {
  .products__features .column article {
    border-bottom: solid #E94C0A 1px;
  }
}
.products__features .column:last-child article {
  border-bottom: solid #E94C0A 1px;
}
@media screen and (max-width: 769px) {
  .products__features {
    min-height: 25em;
  }
}

.category-tabs__tabs .active {
  background: white;
  color: #C4AE8F;
}
@media screen and (min-width: 769px) {
  .category-tabs__tabs .active {
    border-top: 5px solid white;
    font-size: 20px;
  }
}
@media screen and (max-width: 769px) {
  .category-tabs__tabs {
    padding-bottom: 30px;
  }
}
.category-tabs__tab {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.5);
  color: #313238;
  border-top: 5px solid #EEE5D9;
}
@media screen and (max-width: 769px) {
  .category-tabs__tab {
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 769px) {
  .category-tabs__tab:last-child {
    margin-bottom: 5px;
  }
}

.contact__aside {
  margin-top: 13px;
}

.rika-store a.catalog {
  border-right: solid white 1px;
}
.rika-store a.catalog {
  font-weight: normal;
  text-transform: none;
  padding: 3px 15px;
  line-height: 110%;
}

.rika-store-footer-homepage__columns > .column > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.rika-store-footer-homepage__columns .rika-store-footer-homepage__content-and-copyright {
  height: 100%;
  justify-content: space-between;
}
.rika-store-footer-homepage__logo {
  margin-bottom: 1em;
}
@media screen and (max-width: 1120px) {
  .rika-store-footer-homepage {
    padding-bottom: 4em;
  }
}
@media screen and (max-width: 769px) {
  .rika-store-footer-homepage__columns > .column {
    padding-bottom: 4em;
  }
}

.container-valign-end {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.container-valign-space-between {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.marketing-pages__header-text {
  margin: 40px;
  margin-bottom: 80px;
}

.test-jobs-overview .slide {
  background: #EEE5D9;
  margin: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.1rem;
  text-decoration: none;
  font-size: 1rem;
}
.test-jobs-overview .slide div h2 {
  font-weight: 600;
  padding-top: 0.5rem;
}
.test-jobs-overview .shape-square {
  border: 0.5rem solid #EEE5D9;
  width: 180px;
  height: 180px;
  margin: 0 1rem 0 1rem;
}
.test-jobs-overview .shape-square p:first-of-type {
  align-content: end;
  height: 3rem;
  width: 2rem;
  font-size: 2rem;
  margin: 1rem;
  background: white;
  position: relative;
  right: -9rem;
  font-weight: 600;
}
.test-jobs-overview .shape-square p:nth-of-type(2) {
  margin-top: 1.5rem;
  margin-left: 0.6rem;
  font-weight: 600;
}
.test-jobs-overview .shape-square p:nth-of-type(3) {
  font-size: 0.9rem;
  position: relative;
  top: -2.3rem;
  margin-left: 0.6rem;
}
.test-jobs-overview a {
  text-decoration: none;
  color: black;
}

.test-jobs-details .bar {
  width: 180px;
  height: 7px;
  background: #EEE5D9;
}
.test-jobs-details #avatar {
  max-width: 15rem;
  display: block;
  margin: 2rem 0 2rem;
}
.test-jobs-details .cross {
  background: #E94C0A;
  height: 25px;
  position: relative;
  width: 5px;
  margin: 0;
  padding: 0;
}
.test-jobs-details .cross:after {
  background: #E94C0A;
  content: "";
  height: 5px;
  left: -10px;
  position: absolute;
  top: 10px;
  width: 25px;
}