@charset "UTF-8";
/** Initial variables **/
/** Functions **/
/** Derived variables **/
/** Animations **/
@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
/** Mixins **/
/** Initial variables **/
.delete, .is-unselectable, .button, .file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.select:not(.is-multiple):not(.is-loading)::after, .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; }
.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child) {
  margin-bottom: 1.5rem; }
.delete {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 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; }
.delete::before, .delete::after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center; }
.delete::before {
    height: 2px;
    width: 50%; }
.delete::after {
    height: 50%;
    width: 2px; }
.delete:hover, .delete:focus {
    background-color: rgba(10, 10, 10, 0.3); }
.delete:active {
    background-color: rgba(10, 10, 10, 0.4); }
.is-small.delete {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px; }
.is-medium.delete {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px; }
.is-large.delete {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px; }
.button.is-loading::after, .select.is-loading::after, .control.is-loading::after, .loader {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em; }
.is-overlay, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
/** Controls **/
.button, .input,
.textarea, .select select, .file-cta,
.file-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top; }
.button:focus, .input:focus,
  .textarea:focus, .select select:focus, .file-cta:focus,
  .file-name:focus, .is-focused.button, .is-focused.input,
  .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
  .is-focused.file-name, .button:active, .input:active,
  .textarea:active, .select select:active, .file-cta:active,
  .file-name:active, .is-active.button, input:checked + .extra .button.is-yes, .is-active.input,
  .is-active.textarea, .select select.is-active, .select input:checked + .extra select.button.is-yes, .is-active.file-cta,
  .is-active.file-name {
    outline: none; }
.button[disabled], .input[disabled],
  .textarea[disabled], .select select[disabled], .file-cta[disabled],
  .file-name[disabled] {
    cursor: not-allowed; }
/** Minireset **/
/*! minireset.css v0.0.3 | 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,
audio,
video {
  height: auto;
  max-width: 100%; }
iframe {
  border: 0; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
td,
th {
  padding: 0;
  text-align: left; }
/** Generic **/
html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block; }
body,
button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif; }
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace; }
body {
  color: #454043;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; }
a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none; }
a strong {
    color: currentColor; }
a:hover {
    color: #363636; }
code {
  background-color: whitesmoke;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em; }
hr {
  background-color: whitesmoke;
  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: #363636;
  font-weight: 700; }
pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #454043;
  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 {
  text-align: left;
  vertical-align: top; }
table th {
  color: #363636; }
html *,
html *::before,
html *::after,
body *,
body *::before,
body *::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }
/** Helpers **/
/* stylelint-disable */
.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: 1087px) {
  .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: 1088px) {
  .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: 1280px) {
  .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; } }
@media screen and (min-width: 1472px) {
  .is-size-1-fullhd {
    font-size: 3rem !important; }
  .is-size-2-fullhd {
    font-size: 2.5rem !important; }
  .is-size-3-fullhd {
    font-size: 2rem !important; }
  .is-size-4-fullhd {
    font-size: 1.5rem !important; }
  .is-size-5-fullhd {
    font-size: 1.25rem !important; }
  .is-size-6-fullhd {
    font-size: 1rem !important; }
  .is-size-7-fullhd {
    font-size: 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: 1087px) {
  .has-text-centered-tablet-only {
    text-align: center !important; } }
@media screen and (max-width: 1087px) {
  .has-text-centered-touch {
    text-align: center !important; } }
@media screen and (min-width: 1088px) {
  .has-text-centered-desktop {
    text-align: center !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-centered-desktop-only {
    text-align: center !important; } }
@media screen and (min-width: 1280px) {
  .has-text-centered-widescreen {
    text-align: center !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-centered-widescreen-only {
    text-align: center !important; } }
@media screen and (min-width: 1472px) {
  .has-text-centered-fullhd {
    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: 1087px) {
  .has-text-justified-tablet-only {
    text-align: justify !important; } }
@media screen and (max-width: 1087px) {
  .has-text-justified-touch {
    text-align: justify !important; } }
@media screen and (min-width: 1088px) {
  .has-text-justified-desktop {
    text-align: justify !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-justified-desktop-only {
    text-align: justify !important; } }
@media screen and (min-width: 1280px) {
  .has-text-justified-widescreen {
    text-align: justify !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important; } }
@media screen and (min-width: 1472px) {
  .has-text-justified-fullhd {
    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: 1087px) {
  .has-text-left-tablet-only {
    text-align: left !important; } }
@media screen and (max-width: 1087px) {
  .has-text-left-touch {
    text-align: left !important; } }
@media screen and (min-width: 1088px) {
  .has-text-left-desktop {
    text-align: left !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-left-desktop-only {
    text-align: left !important; } }
@media screen and (min-width: 1280px) {
  .has-text-left-widescreen {
    text-align: left !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-left-widescreen-only {
    text-align: left !important; } }
@media screen and (min-width: 1472px) {
  .has-text-left-fullhd {
    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: 1087px) {
  .has-text-right-tablet-only {
    text-align: right !important; } }
@media screen and (max-width: 1087px) {
  .has-text-right-touch {
    text-align: right !important; } }
@media screen and (min-width: 1088px) {
  .has-text-right-desktop {
    text-align: right !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-right-desktop-only {
    text-align: right !important; } }
@media screen and (min-width: 1280px) {
  .has-text-right-widescreen {
    text-align: right !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-right-widescreen-only {
    text-align: right !important; } }
@media screen and (min-width: 1472px) {
  .has-text-right-fullhd {
    text-align: right !important; } }
.is-capitalized {
  text-transform: capitalize !important; }
.is-lowercase {
  text-transform: lowercase !important; }
.is-uppercase {
  text-transform: uppercase !important; }
.is-italic {
  font-style: italic !important; }
.has-text-white {
  color: white !important; }
a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important; }
.has-background-white {
  background-color: white !important; }
.has-text-black {
  color: #0a0a0a !important; }
a.has-text-black:hover, a.has-text-black:focus {
  color: black !important; }
.has-background-black {
  background-color: #0a0a0a !important; }
.has-text-light {
  color: whitesmoke !important; }
a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important; }
.has-background-light {
  background-color: whitesmoke !important; }
.has-text-dark {
  color: #363636 !important; }
a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important; }
.has-background-dark {
  background-color: #363636 !important; }
.has-text-primary {
  color: #59374b !important; }
a.has-text-primary:hover, a.has-text-primary:focus {
  color: #392430 !important; }
.has-background-primary {
  background-color: #59374b !important; }
.has-text-link {
  color: #3273dc !important; }
a.has-text-link:hover, a.has-text-link:focus {
  color: #205bbc !important; }
.has-background-link {
  background-color: #3273dc !important; }
.has-text-info {
  color: #209cee !important; }
a.has-text-info:hover, a.has-text-info:focus {
  color: #0f81cc !important; }
.has-background-info {
  background-color: #209cee !important; }
.has-text-success {
  color: #23d160 !important; }
a.has-text-success:hover, a.has-text-success:focus {
  color: #1ca64c !important; }
.has-background-success {
  background-color: #23d160 !important; }
.has-text-warning {
  color: rgba(247, 200, 96, 0.14) !important; }
a.has-text-warning:hover, a.has-text-warning:focus {
  color: rgba(245, 183, 47, 0.14) !important; }
.has-background-warning {
  background-color: rgba(247, 200, 96, 0.14) !important; }
.has-text-danger {
  color: #ff3860 !important; }
a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ff0537 !important; }
.has-background-danger {
  background-color: #ff3860 !important; }
.has-text-black-bis {
  color: #121212 !important; }
.has-background-black-bis {
  background-color: #121212 !important; }
.has-text-black-ter {
  color: #242424 !important; }
.has-background-black-ter {
  background-color: #242424 !important; }
.has-text-grey-darker {
  color: #363636 !important; }
.has-background-grey-darker {
  background-color: #363636 !important; }
.has-text-grey-dark {
  color: #4a4a4a !important; }
.has-background-grey-dark {
  background-color: #4a4a4a !important; }
.has-text-grey {
  color: #7a7a7a !important; }
.has-background-grey {
  background-color: #7a7a7a !important; }
.has-text-grey-light {
  color: #b5b5b5 !important; }
.has-background-grey-light {
  background-color: #b5b5b5 !important; }
.has-text-grey-lighter {
  color: #dbdbdb !important; }
.has-background-grey-lighter {
  background-color: #dbdbdb !important; }
.has-text-white-ter {
  color: whitesmoke !important; }
.has-background-white-ter {
  background-color: whitesmoke !important; }
.has-text-white-bis {
  color: #fafafa !important; }
.has-background-white-bis {
  background-color: #fafafa !important; }
.has-text-weight-light {
  font-weight: 300 !important; }
.has-text-weight-normal {
  font-weight: 400 !important; }
.has-text-weight-semibold {
  font-weight: 600 !important; }
.has-text-weight-bold {
  font-weight: 700 !important; }
.is-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: 1087px) {
  .is-block-tablet-only {
    display: block !important; } }
@media screen and (max-width: 1087px) {
  .is-block-touch {
    display: block !important; } }
@media screen and (min-width: 1088px) {
  .is-block-desktop {
    display: block !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-block-desktop-only {
    display: block !important; } }
@media screen and (min-width: 1280px) {
  .is-block-widescreen {
    display: block !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-block-widescreen-only {
    display: block !important; } }
@media screen and (min-width: 1472px) {
  .is-block-fullhd {
    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: 1087px) {
  .is-flex-tablet-only {
    display: flex !important; } }
@media screen and (max-width: 1087px) {
  .is-flex-touch {
    display: flex !important; } }
@media screen and (min-width: 1088px) {
  .is-flex-desktop {
    display: flex !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-flex-desktop-only {
    display: flex !important; } }
@media screen and (min-width: 1280px) {
  .is-flex-widescreen {
    display: flex !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-flex-widescreen-only {
    display: flex !important; } }
@media screen and (min-width: 1472px) {
  .is-flex-fullhd {
    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: 1087px) {
  .is-inline-tablet-only {
    display: inline !important; } }
@media screen and (max-width: 1087px) {
  .is-inline-touch {
    display: inline !important; } }
@media screen and (min-width: 1088px) {
  .is-inline-desktop {
    display: inline !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-desktop-only {
    display: inline !important; } }
@media screen and (min-width: 1280px) {
  .is-inline-widescreen {
    display: inline !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-widescreen-only {
    display: inline !important; } }
@media screen and (min-width: 1472px) {
  .is-inline-fullhd {
    display: inline !important; } }
.is-inline-block {
  display: inline-block !important; }
@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important; } }
@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important; } }
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-block-tablet-only {
    display: inline-block !important; } }
@media screen and (max-width: 1087px) {
  .is-inline-block-touch {
    display: inline-block !important; } }
@media screen and (min-width: 1088px) {
  .is-inline-block-desktop {
    display: inline-block !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-block-desktop-only {
    display: inline-block !important; } }
@media screen and (min-width: 1280px) {
  .is-inline-block-widescreen {
    display: inline-block !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important; } }
@media screen and (min-width: 1472px) {
  .is-inline-block-fullhd {
    display: inline-block !important; } }
.is-inline-flex {
  display: inline-flex !important; }
@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important; } }
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important; } }
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important; } }
@media screen and (max-width: 1087px) {
  .is-inline-flex-touch {
    display: inline-flex !important; } }
@media screen and (min-width: 1088px) {
  .is-inline-flex-desktop {
    display: inline-flex !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important; } }
@media screen and (min-width: 1280px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important; } }
@media screen and (min-width: 1472px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important; } }
.is-hidden {
  display: none !important; }
.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 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: 1087px) {
  .is-hidden-tablet-only {
    display: none !important; } }
@media screen and (max-width: 1087px) {
  .is-hidden-touch {
    display: none !important; } }
@media screen and (min-width: 1088px) {
  .is-hidden-desktop {
    display: none !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-hidden-desktop-only {
    display: none !important; } }
@media screen and (min-width: 1280px) {
  .is-hidden-widescreen {
    display: none !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-hidden-widescreen-only {
    display: none !important; } }
@media screen and (min-width: 1472px) {
  .is-hidden-fullhd {
    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: 1087px) {
  .is-invisible-tablet-only {
    visibility: hidden !important; } }
@media screen and (max-width: 1087px) {
  .is-invisible-touch {
    visibility: hidden !important; } }
@media screen and (min-width: 1088px) {
  .is-invisible-desktop {
    visibility: hidden !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-invisible-desktop-only {
    visibility: hidden !important; } }
@media screen and (min-width: 1280px) {
  .is-invisible-widescreen {
    visibility: hidden !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important; } }
@media screen and (min-width: 1472px) {
  .is-invisible-fullhd {
    visibility: hidden !important; } }
.is-marginless {
  margin: 0 !important; }
.is-paddingless {
  padding: 0 !important; }
.is-radiusless {
  border-radius: 0 !important; }
.is-shadowless {
  box-shadow: none !important; }
@media screen and (max-width: 768px) {
  .is-padding-bottom-default {
    padding-bottom: 0.8rem; } }
@media screen and (max-width: 1087px) {
  .is-padding-bottom-default {
    padding-bottom: 0.8rem; } }
@media screen and (min-width: 1088px) {
  .is-padding-bottom-default {
    padding-bottom: 1rem; } }
@media screen and (min-width: 1472px) {
  .is-padding-bottom-default {
    padding-bottom: 1rem; } }
@media screen and (max-width: 768px) {
  .is-padding-bottom-small {
    padding-bottom: 0.5rem; } }
@media screen and (max-width: 1087px) {
  .is-padding-bottom-small {
    padding-bottom: 0.5rem; } }
@media screen and (min-width: 1088px) {
  .is-padding-bottom-small {
    padding-bottom: 0.8rem; } }
@media screen and (min-width: 1472px) {
  .is-padding-bottom-small {
    padding-bottom: 0.8rem; } }
@media screen and (max-width: 768px) {
  .is-padding-bottom-large {
    padding-bottom: 1.2rem; } }
@media screen and (max-width: 1087px) {
  .is-padding-bottom-large {
    padding-bottom: 1.2rem; } }
@media screen and (min-width: 1088px) {
  .is-padding-bottom-large {
    padding-bottom: 1.4rem; } }
@media screen and (min-width: 1472px) {
  .is-padding-bottom-large {
    padding-bottom: 1.4rem; } }
@media screen and (max-width: 768px) {
  .is-padding-top-default {
    padding-top: 0.8rem; } }
@media screen and (max-width: 1087px) {
  .is-padding-top-default {
    padding-top: 0.8rem; } }
@media screen and (min-width: 1088px) {
  .is-padding-top-default {
    padding-top: 1rem; } }
@media screen and (min-width: 1472px) {
  .is-padding-top-default {
    padding-top: 1rem; } }
@media screen and (max-width: 768px) {
  .is-padding-top-small {
    padding-top: 0.5rem; } }
@media screen and (max-width: 1087px) {
  .is-padding-top-small {
    padding-top: 0.5rem; } }
@media screen and (min-width: 1088px) {
  .is-padding-top-small {
    padding-top: 0.8rem; } }
@media screen and (min-width: 1472px) {
  .is-padding-top-small {
    padding-top: 0.8rem; } }
@media screen and (max-width: 768px) {
  .is-padding-top-large {
    padding-top: 1.2rem; } }
@media screen and (max-width: 1087px) {
  .is-padding-top-large {
    padding-top: 1.2rem; } }
@media screen and (min-width: 1088px) {
  .is-padding-top-large {
    padding-top: 1.4rem; } }
@media screen and (min-width: 1472px) {
  .is-padding-top-large {
    padding-top: 1.4rem; } }
@media screen and (max-width: 768px) {
  .is-margin-bottom-default {
    margin-bottom: 0.8rem; } }
@media screen and (max-width: 1087px) {
  .is-margin-bottom-default {
    margin-bottom: 0.8rem; } }
@media screen and (min-width: 1088px) {
  .is-margin-bottom-default {
    margin-bottom: 1rem; } }
@media screen and (min-width: 1472px) {
  .is-margin-bottom-default {
    margin-bottom: 1rem; } }
@media screen and (max-width: 768px) {
  .is-margin-bottom-small {
    margin-bottom: 0.5rem; } }
@media screen and (max-width: 1087px) {
  .is-margin-bottom-small {
    margin-bottom: 0.5rem; } }
@media screen and (min-width: 1088px) {
  .is-margin-bottom-small {
    margin-bottom: 0.8rem; } }
@media screen and (min-width: 1472px) {
  .is-margin-bottom-small {
    margin-bottom: 0.8rem; } }
@media screen and (max-width: 768px) {
  .is-margin-bottom-large {
    margin-bottom: 1.2rem; } }
@media screen and (max-width: 1087px) {
  .is-margin-bottom-large {
    margin-bottom: 1.2rem; } }
@media screen and (min-width: 1088px) {
  .is-margin-bottom-large {
    margin-bottom: 1.4rem; } }
@media screen and (min-width: 1472px) {
  .is-margin-bottom-large {
    margin-bottom: 1.4rem; } }
@media screen and (max-width: 768px) {
  .is-margin-top-default {
    margin-top: 0.8rem; } }
@media screen and (max-width: 1087px) {
  .is-margin-top-default {
    margin-top: 0.8rem; } }
@media screen and (min-width: 1088px) {
  .is-margin-top-default {
    margin-top: 1rem; } }
@media screen and (min-width: 1472px) {
  .is-margin-top-default {
    margin-top: 1rem; } }
@media screen and (max-width: 768px) {
  .is-margin-top-small {
    margin-top: 0.5rem; } }
@media screen and (max-width: 1087px) {
  .is-margin-top-small {
    margin-top: 0.5rem; } }
@media screen and (min-width: 1088px) {
  .is-margin-top-small {
    margin-top: 0.8rem; } }
@media screen and (min-width: 1472px) {
  .is-margin-top-small {
    margin-top: 0.8rem; } }
@media screen and (max-width: 768px) {
  .is-margin-top-large {
    margin-top: 1.2rem; } }
@media screen and (max-width: 1087px) {
  .is-margin-top-large {
    margin-top: 1.2rem; } }
@media screen and (min-width: 1088px) {
  .is-margin-top-large {
    margin-top: 1.4rem; } }
@media screen and (min-width: 1472px) {
  .is-margin-top-large {
    margin-top: 1.4rem; } }
.is-relative {
  position: relative; }
.is-absolute {
  position: absolute; }
.is-fixed {
  position: fixed; }
@media screen and (max-width: 768px) {
  .is-relative-mobile-only {
    position: relative; }
  .is-absolute-mobile-only {
    position: absolute; }
  .is-fixed-mobile-only {
    position: fixed; } }
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-relative-lg-only {
    position: relative; }
  .is-absolute-lg-only {
    position: absolute; }
  .is-fixed-lg-only {
    position: fixed; } }
@media screen and (min-width: 769px), print {
  .is-relative-lg-up {
    position: relative; }
  .is-absolute-lg-up {
    position: absolute; }
  .is-fixed-lg-up {
    position: fixed; } }
@media screen and (max-width: 1087px) {
  .is-relative-tablet-down {
    position: relative; }
  .is-absolute-tablet-down {
    position: absolute; }
  .is-fixed-tablet-down {
    position: fixed; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-relative-desktop-only {
    position: relative; }
  .is-absolute-desktop-only {
    position: absolute; }
  .is-fixed-desktop-only {
    position: fixed; } }
@media screen and (min-width: 1088px) {
  .is-relative-desktop-up {
    position: relative; }
  .is-absolute-desktop-up {
    position: absolute; }
  .is-fixed-desktop-up {
    position: fixed; } }
@media screen and (max-width: 1087px) {
  .is-relative-desktop-down {
    position: relative; }
  .is-absolute-desktop-down {
    position: absolute; }
  .is-fixed-desktop-down {
    position: fixed; } }
@media screen and (min-width: 1472px) {
  .is-relative-hd-only {
    position: relative; }
  .is-absolute-hd-only {
    position: absolute; }
  .is-fixed-hd-only {
    position: fixed; } }
@media screen and (max-width: 1471px) {
  .is-relative-hd-down {
    position: relative; }
  .is-absolute-hd-down {
    position: absolute; }
  .is-fixed-hd-down {
    position: fixed; } }
.is-scrollable {
  overflow: auto; }
.w-100 {
  width: 100%; }
.w-50 {
  width: 50%; }
.w-25 {
  width: 25%; }
.is-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }
.is-ml-auto {
  margin-left: auto; }
.is-mr-auto {
  margin-left: auto; }
.is-d-block {
  display: block; }
.is-d-flex {
  display: flex; }
.is-flex-wrap {
  flex-wrap: wrap; }
.is-flex-centered {
  align-items: center;
  display: flex;
  justify-content: center; }
.is-flex-centered-horizontal {
  display: flex;
  justify-content: center; }
.is-flex-centered-vertical {
  align-items: center;
  display: flex; }
.is-flex-space-around {
  justify-content: space-around; }
.is-flex-space-between {
  justify-content: space-between; }
.no-transition {
  transition: none !important; }
@media screen and (max-width: 769px) {
  .reverse-column-order {
    display: flex;
    flex-direction: column-reverse; } }
.has-gray-gradient {
  position: relative; }
.has-gray-gradient::after {
    background-image: linear-gradient(-33deg, #aca29d 5%, #f3efee 100%);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.74;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
.has-decor-bg {
  position: relative; }
.has-decor-bg.primary {
    background-image: linear-gradient(-10deg, #201832 5%, #59374b 100%); }
.has-decor-bg.secondary {
    background-image: linear-gradient(-135deg, #e5ae35 100%, #f7c860 0%); }
.has-decor-bg::before {
    background-image: url("/static/images/default-pattern.png");
    background-position: center center;
    background-repeat: repeat;
    background-size: 50px;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.03;
    position: absolute;
    top: 0;
    width: 100%; }
.margin-bottom-default {
  margin-bottom: 36px !important; }
.margin-bottom-large {
  margin-bottom: 70px !important; }
.has-divider {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px; }
.is-text-transform-normal {
  text-transform: none !important; }
.blured {
  transition: all 0.3s ease-out;
  will-change: transition;
  -webkit-filter: blur(0);
          filter: blur(0); }
.blured--blur {
    -webkit-filter: blur(10px);
            filter: blur(10px); }
.has-icon-right {
  padding-right: 27px !important; }
.is-disabled {
  opacity: 0.5; }
/** Box **/
.box {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.19);
  color: #454043;
  display: block;
  padding: 1.25rem; }
a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc; }
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc; }
.box {
  border: 1px solid #cecece;
  border-radius: 3px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 80px;
  padding: 40px 100px 75px; }
@media screen and (min-width: 769px) and (max-width: 1087px) {
    .box {
      padding: 40px 45px 20px; } }
@media screen and (max-width: 768px) {
    .box {
      border: 0;
      margin-left: -0.75em;
      margin-right: -0.75em;
      padding: 28px 19px; } }
@media screen and (min-width: 1088px) {
    .box__inner {
      margin-left: -56px;
      margin-right: -56px; } }
.form-box--type-2 {
  margin-bottom: 60px !important;
  padding-bottom: 60px; }
.form-box__title {
  color: #59374b;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 31px;
  text-align: center; }
.form-box__title span {
    color: #4d4d4d;
    display: block;
    font-family: "Lora", serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 27px;
    text-align: center; }
.form-box__title--type-2 {
    font-family: "Lora", serif;
    font-size: 15px;
    font-weight: normal;
    margin: -20px 0 30px -20px;
    text-align: left; }
@media screen and (max-width: 768px) {
      .form-box__title--type-2 {
        margin: 0 0 30px; } }
.box-gray {
  background-image: linear-gradient(-269deg, #fefefe 39%, #fcfcfc 98%);
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 30px; }
@media screen and (min-width: 769px) and (max-width: 1087px) {
    .box-gray {
      margin-left: -30px;
      margin-right: -30px;
      padding: 20px; } }
.box-gray:not(:last-child) {
    margin-bottom: 16px; }
.box-gray--small {
    padding: 14px 18px !important; }
/** Button **/
.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap; }
.button strong {
    color: inherit; }
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
    height: 1.5em;
    width: 1.5em; }
.button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.375em - 1px);
    margin-right: 0.1875em; }
.button .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: calc(-0.375em - 1px); }
.button .icon:first-child:last-child {
    margin-left: calc(-0.375em - 1px);
    margin-right: calc(-0.375em - 1px); }
.button:hover, .button.is-hovered {
    border-color: #b5b5b5;
    color: #363636; }
.button:focus, .button.is-focused {
    border-color: #3273dc;
    color: #363636; }
.button:focus:not(:active), .button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
.button:active, .button.is-active, input:checked + .extra .button.is-yes {
    border-color: #4a4a4a;
    color: #363636; }
.button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #454043;
    text-decoration: underline; }
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
      background-color: #59374b;
      color: #363636; }
.button.is-text:active, .button.is-text.is-active, input:checked + .extra .button.is-text.is-yes {
      background-color: #492d3e;
      color: #363636; }
.button.is-text[disabled] {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none; }
.button.is-white {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a; }
.button.is-white:hover, .button.is-white.is-hovered {
      background-color: #f9f9f9;
      border-color: transparent;
      color: #0a0a0a; }
.button.is-white:focus, .button.is-white.is-focused {
      border-color: transparent;
      color: #0a0a0a; }
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
.button.is-white:active, .button.is-white.is-active, input:checked + .extra .button.is-white.is-yes {
      background-color: #f2f2f2;
      border-color: transparent;
      color: #0a0a0a; }
.button.is-white[disabled] {
      background-color: white;
      border-color: transparent;
      box-shadow: none; }
.button.is-white.is-inverted {
      background-color: #0a0a0a;
      color: white; }
.button.is-white.is-inverted:hover {
        background-color: black; }
.button.is-white.is-inverted[disabled] {
        background-color: #0a0a0a;
        border-color: transparent;
        box-shadow: none;
        color: white; }
.button.is-white.is-loading::after {
      border-color: transparent transparent #0a0a0a #0a0a0a !important; }
.button.is-white.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
        background-color: white;
        border-color: white;
        color: #0a0a0a; }
.button.is-white.is-outlined.is-loading::after {
        border-color: transparent transparent white white !important; }
.button.is-white.is-outlined[disabled] {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
.button.is-white.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a; }
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
        background-color: #0a0a0a;
        color: white; }
.button.is-white.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #0a0a0a;
        box-shadow: none;
        color: #0a0a0a; }
.button.is-black {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white; }
.button.is-black:hover, .button.is-black.is-hovered {
      background-color: #040404;
      border-color: transparent;
      color: white; }
.button.is-black:focus, .button.is-black.is-focused {
      border-color: transparent;
      color: white; }
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
.button.is-black:active, .button.is-black.is-active, input:checked + .extra .button.is-black.is-yes {
      background-color: black;
      border-color: transparent;
      color: white; }
.button.is-black[disabled] {
      background-color: #0a0a0a;
      border-color: transparent;
      box-shadow: none; }
.button.is-black.is-inverted {
      background-color: white;
      color: #0a0a0a; }
.button.is-black.is-inverted:hover {
        background-color: #f2f2f2; }
.button.is-black.is-inverted[disabled] {
        background-color: white;
        border-color: transparent;
        box-shadow: none;
        color: #0a0a0a; }
.button.is-black.is-loading::after {
      border-color: transparent transparent white white !important; }
.button.is-black.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a; }
.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
        background-color: #0a0a0a;
        border-color: #0a0a0a;
        color: white; }
.button.is-black.is-outlined.is-loading::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
.button.is-black.is-outlined[disabled] {
        background-color: transparent;
        border-color: #0a0a0a;
        box-shadow: none;
        color: #0a0a0a; }
.button.is-black.is-inverted.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus {
        background-color: white;
        color: #0a0a0a; }
.button.is-black.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
.button.is-light {
    background-color: whitesmoke;
    border-color: transparent;
    color: #363636; }
.button.is-light:hover, .button.is-light.is-hovered {
      background-color: #eeeeee;
      border-color: transparent;
      color: #363636; }
.button.is-light:focus, .button.is-light.is-focused {
      border-color: transparent;
      color: #363636; }
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
.button.is-light:active, .button.is-light.is-active, input:checked + .extra .button.is-light.is-yes {
      background-color: #e8e8e8;
      border-color: transparent;
      color: #363636; }
.button.is-light[disabled] {
      background-color: whitesmoke;
      border-color: transparent;
      box-shadow: none; }
.button.is-light.is-inverted {
      background-color: #363636;
      color: whitesmoke; }
.button.is-light.is-inverted:hover {
        background-color: #292929; }
.button.is-light.is-inverted[disabled] {
        background-color: #363636;
        border-color: transparent;
        box-shadow: none;
        color: whitesmoke; }
.button.is-light.is-loading::after {
      border-color: transparent transparent #363636 #363636 !important; }
.button.is-light.is-outlined {
      background-color: transparent;
      border-color: whitesmoke;
      color: whitesmoke; }
.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
        background-color: whitesmoke;
        border-color: whitesmoke;
        color: #363636; }
.button.is-light.is-outlined.is-loading::after {
        border-color: transparent transparent whitesmoke whitesmoke !important; }
.button.is-light.is-outlined[disabled] {
        background-color: transparent;
        border-color: whitesmoke;
        box-shadow: none;
        color: whitesmoke; }
.button.is-light.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #363636;
      color: #363636; }
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
        background-color: #363636;
        color: whitesmoke; }
.button.is-light.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #363636;
        box-shadow: none;
        color: #363636; }
.button.is-dark {
    background-color: #363636;
    border-color: transparent;
    color: whitesmoke; }
.button.is-dark:hover, .button.is-dark.is-hovered {
      background-color: #2f2f2f;
      border-color: transparent;
      color: whitesmoke; }
.button.is-dark:focus, .button.is-dark.is-focused {
      border-color: transparent;
      color: whitesmoke; }
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
.button.is-dark:active, .button.is-dark.is-active, input:checked + .extra .button.is-dark.is-yes {
      background-color: #292929;
      border-color: transparent;
      color: whitesmoke; }
.button.is-dark[disabled] {
      background-color: #363636;
      border-color: transparent;
      box-shadow: none; }
.button.is-dark.is-inverted {
      background-color: whitesmoke;
      color: #363636; }
.button.is-dark.is-inverted:hover {
        background-color: #e8e8e8; }
.button.is-dark.is-inverted[disabled] {
        background-color: whitesmoke;
        border-color: transparent;
        box-shadow: none;
        color: #363636; }
.button.is-dark.is-loading::after {
      border-color: transparent transparent whitesmoke whitesmoke !important; }
.button.is-dark.is-outlined {
      background-color: transparent;
      border-color: #363636;
      color: #363636; }
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
        background-color: #363636;
        border-color: #363636;
        color: whitesmoke; }
.button.is-dark.is-outlined.is-loading::after {
        border-color: transparent transparent #363636 #363636 !important; }
.button.is-dark.is-outlined[disabled] {
        background-color: transparent;
        border-color: #363636;
        box-shadow: none;
        color: #363636; }
.button.is-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: whitesmoke;
      color: whitesmoke; }
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus {
        background-color: whitesmoke;
        color: #363636; }
.button.is-dark.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: whitesmoke;
        box-shadow: none;
        color: whitesmoke; }
.button.is-primary {
    background-color: #59374b;
    border-color: transparent;
    color: #fff; }
.button.is-primary:hover, .button.is-primary.is-hovered {
      background-color: #513244;
      border-color: transparent;
      color: #fff; }
.button.is-primary:focus, .button.is-primary.is-focused {
      border-color: transparent;
      color: #fff; }
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(89, 55, 75, 0.25); }
.button.is-primary:active, .button.is-primary.is-active, input:checked + .extra .button.is-primary.is-yes {
      background-color: #492d3e;
      border-color: transparent;
      color: #fff; }
.button.is-primary[disabled] {
      background-color: #59374b;
      border-color: transparent;
      box-shadow: none; }
.button.is-primary.is-inverted {
      background-color: #fff;
      color: #59374b; }
.button.is-primary.is-inverted:hover {
        background-color: #f2f2f2; }
.button.is-primary.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #59374b; }
.button.is-primary.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-primary.is-outlined {
      background-color: transparent;
      border-color: #59374b;
      color: #59374b; }
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
        background-color: #59374b;
        border-color: #59374b;
        color: #fff; }
.button.is-primary.is-outlined.is-loading::after {
        border-color: transparent transparent #59374b #59374b !important; }
.button.is-primary.is-outlined[disabled] {
        background-color: transparent;
        border-color: #59374b;
        box-shadow: none;
        color: #59374b; }
.button.is-primary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #59374b; }
.button.is-primary.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
.button.is-link {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff; }
.button.is-link:hover, .button.is-link.is-hovered {
      background-color: #276cda;
      border-color: transparent;
      color: #fff; }
.button.is-link:focus, .button.is-link.is-focused {
      border-color: transparent;
      color: #fff; }
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
.button.is-link:active, .button.is-link.is-active, input:checked + .extra .button.is-link.is-yes {
      background-color: #2366d1;
      border-color: transparent;
      color: #fff; }
.button.is-link[disabled] {
      background-color: #3273dc;
      border-color: transparent;
      box-shadow: none; }
.button.is-link.is-inverted {
      background-color: #fff;
      color: #3273dc; }
.button.is-link.is-inverted:hover {
        background-color: #f2f2f2; }
.button.is-link.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #3273dc; }
.button.is-link.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-link.is-outlined {
      background-color: transparent;
      border-color: #3273dc;
      color: #3273dc; }
.button.is-link.is-outlined:hover, .button.is-link.is-outlined:focus {
        background-color: #3273dc;
        border-color: #3273dc;
        color: #fff; }
.button.is-link.is-outlined.is-loading::after {
        border-color: transparent transparent #3273dc #3273dc !important; }
.button.is-link.is-outlined[disabled] {
        background-color: transparent;
        border-color: #3273dc;
        box-shadow: none;
        color: #3273dc; }
.button.is-link.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #3273dc; }
.button.is-link.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
.button.is-info {
    background-color: #209cee;
    border-color: transparent;
    color: #fff; }
.button.is-info:hover, .button.is-info.is-hovered {
      background-color: #1496ed;
      border-color: transparent;
      color: #fff; }
.button.is-info:focus, .button.is-info.is-focused {
      border-color: transparent;
      color: #fff; }
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
.button.is-info:active, .button.is-info.is-active, input:checked + .extra .button.is-info.is-yes {
      background-color: #118fe4;
      border-color: transparent;
      color: #fff; }
.button.is-info[disabled] {
      background-color: #209cee;
      border-color: transparent;
      box-shadow: none; }
.button.is-info.is-inverted {
      background-color: #fff;
      color: #209cee; }
.button.is-info.is-inverted:hover {
        background-color: #f2f2f2; }
.button.is-info.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #209cee; }
.button.is-info.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-info.is-outlined {
      background-color: transparent;
      border-color: #209cee;
      color: #209cee; }
.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
        background-color: #209cee;
        border-color: #209cee;
        color: #fff; }
.button.is-info.is-outlined.is-loading::after {
        border-color: transparent transparent #209cee #209cee !important; }
.button.is-info.is-outlined[disabled] {
        background-color: transparent;
        border-color: #209cee;
        box-shadow: none;
        color: #209cee; }
.button.is-info.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #209cee; }
.button.is-info.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
.button.is-success {
    background-color: #23d160;
    border-color: transparent;
    color: #fff; }
.button.is-success:hover, .button.is-success.is-hovered {
      background-color: #22c65b;
      border-color: transparent;
      color: #fff; }
.button.is-success:focus, .button.is-success.is-focused {
      border-color: transparent;
      color: #fff; }
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
.button.is-success:active, .button.is-success.is-active, input:checked + .extra .button.is-success.is-yes {
      background-color: #20bc56;
      border-color: transparent;
      color: #fff; }
.button.is-success[disabled] {
      background-color: #23d160;
      border-color: transparent;
      box-shadow: none; }
.button.is-success.is-inverted {
      background-color: #fff;
      color: #23d160; }
.button.is-success.is-inverted:hover {
        background-color: #f2f2f2; }
.button.is-success.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #23d160; }
.button.is-success.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-success.is-outlined {
      background-color: transparent;
      border-color: #23d160;
      color: #23d160; }
.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
        background-color: #23d160;
        border-color: #23d160;
        color: #fff; }
.button.is-success.is-outlined.is-loading::after {
        border-color: transparent transparent #23d160 #23d160 !important; }
.button.is-success.is-outlined[disabled] {
        background-color: transparent;
        border-color: #23d160;
        box-shadow: none;
        color: #23d160; }
.button.is-success.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #23d160; }
.button.is-success.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
.button.is-warning {
    background-color: rgba(247, 200, 96, 0.14);
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.button.is-warning:hover, .button.is-warning.is-hovered {
      background-color: rgba(246, 196, 84, 0.14);
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
.button.is-warning:focus, .button.is-warning.is-focused {
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(247, 200, 96, 0.25); }
.button.is-warning:active, .button.is-warning.is-active, input:checked + .extra .button.is-warning.is-yes {
      background-color: rgba(246, 192, 72, 0.14);
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
.button.is-warning[disabled] {
      background-color: rgba(247, 200, 96, 0.14);
      border-color: transparent;
      box-shadow: none; }
.button.is-warning.is-inverted {
      background-color: rgba(0, 0, 0, 0.7);
      color: rgba(247, 200, 96, 0.14); }
.button.is-warning.is-inverted:hover {
        background-color: rgba(0, 0, 0, 0.7); }
.button.is-warning.is-inverted[disabled] {
        background-color: rgba(0, 0, 0, 0.7);
        border-color: transparent;
        box-shadow: none;
        color: rgba(247, 200, 96, 0.14); }
.button.is-warning.is-loading::after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
.button.is-warning.is-outlined {
      background-color: transparent;
      border-color: rgba(247, 200, 96, 0.14);
      color: rgba(247, 200, 96, 0.14); }
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
        background-color: rgba(247, 200, 96, 0.14);
        border-color: rgba(247, 200, 96, 0.14);
        color: rgba(0, 0, 0, 0.7); }
.button.is-warning.is-outlined.is-loading::after {
        border-color: transparent transparent rgba(247, 200, 96, 0.14) rgba(247, 200, 96, 0.14) !important; }
.button.is-warning.is-outlined[disabled] {
        background-color: transparent;
        border-color: rgba(247, 200, 96, 0.14);
        box-shadow: none;
        color: rgba(247, 200, 96, 0.14); }
.button.is-warning.is-inverted.is-outlined {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.7);
      color: rgba(0, 0, 0, 0.7); }
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus {
        background-color: rgba(0, 0, 0, 0.7);
        color: rgba(247, 200, 96, 0.14); }
.button.is-warning.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.7);
        box-shadow: none;
        color: rgba(0, 0, 0, 0.7); }
.button.is-danger {
    background-color: #ff3860;
    border-color: transparent;
    color: #fff; }
.button.is-danger:hover, .button.is-danger.is-hovered {
      background-color: #ff2b56;
      border-color: transparent;
      color: #fff; }
.button.is-danger:focus, .button.is-danger.is-focused {
      border-color: transparent;
      color: #fff; }
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }
.button.is-danger:active, .button.is-danger.is-active, input:checked + .extra .button.is-danger.is-yes {
      background-color: #ff1f4b;
      border-color: transparent;
      color: #fff; }
.button.is-danger[disabled] {
      background-color: #ff3860;
      border-color: transparent;
      box-shadow: none; }
.button.is-danger.is-inverted {
      background-color: #fff;
      color: #ff3860; }
.button.is-danger.is-inverted:hover {
        background-color: #f2f2f2; }
.button.is-danger.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #ff3860; }
.button.is-danger.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-danger.is-outlined {
      background-color: transparent;
      border-color: #ff3860;
      color: #ff3860; }
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
        background-color: #ff3860;
        border-color: #ff3860;
        color: #fff; }
.button.is-danger.is-outlined.is-loading::after {
        border-color: transparent transparent #ff3860 #ff3860 !important; }
.button.is-danger.is-outlined[disabled] {
        background-color: transparent;
        border-color: #ff3860;
        box-shadow: none;
        color: #ff3860; }
.button.is-danger.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #ff3860; }
.button.is-danger.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
.button.is-small {
    border-radius: 0;
    font-size: 0.75rem; }
.button.is-medium {
    font-size: 1.25rem; }
.button.is-large {
    font-size: 1.5rem; }
.button[disabled] {
    background-color: white;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: 0.5; }
.button.is-fullwidth {
    display: flex;
    width: 100%; }
.button.is-loading {
    color: transparent !important;
    pointer-events: none; }
.button.is-loading::after {
      position: absolute;
      left: calc(50% - (1em / 2));
      top: calc(50% - (1em / 2));
      position: absolute !important; }
.button.is-static {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    color: #7a7a7a;
    box-shadow: none;
    pointer-events: none; }
.button.is-rounded {
    border-radius: 290486px;
    padding-left: 1em;
    padding-right: 1em; }
.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
.buttons .button {
    margin-bottom: 0.5rem; }
.buttons .button:not(:last-child):not(.is-fullwidth) {
      margin-right: 0.5rem; }
.buttons:last-child {
    margin-bottom: -0.5rem; }
.buttons:not(:last-child) {
    margin-bottom: 1rem; }
.buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
.buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px; }
.buttons.has-addons .button:last-child {
    margin-right: 0; }
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
    z-index: 2; }
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons input:checked + .extra .button.is-yes, input:checked + .extra .buttons.has-addons .button.is-yes, .buttons.has-addons .button.is-selected {
    z-index: 3; }
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons input:checked + .extra .button.is-yes:hover, input:checked + .extra .buttons.has-addons .button.is-yes:hover, .buttons.has-addons .button.is-selected:hover {
      z-index: 4; }
.buttons.has-addons .button.is-expanded {
    flex-grow: 1; }
.buttons.is-centered {
    justify-content: center; }
.buttons.is-right {
    justify-content: flex-end; }
.button:not(.is-normal) {
  transition: all 0.3s ease-out;
  will-change: transition;
  border-radius: 100px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 700;
  min-height: 60px;
  padding-left: 80px;
  padding-right: 30px;
  position: relative;
  text-transform: uppercase;
  white-space: normal; }
@media screen and (max-width: 768px) {
    .button:not(.is-normal) {
      padding-left: 70px;
      padding-right: 20px; } }
.button:not(.is-normal)::before, .button:not(.is-normal)::after {
    transition: all 0.3s ease-out;
    will-change: transition;
    border-radius: 100%;
    content: '';
    height: 60px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 60px; }
.button:not(.is-normal)::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    align-items: center;
    content: '\E901';
    display: flex;
    font-size: 22px;
    justify-content: center;
    z-index: 2; }
.button:not(.is-normal):hover {
    padding-left: 30px;
    padding-right: 80px; }
@media screen and (max-width: 768px) {
      .button:not(.is-normal):hover {
        padding-left: 20px;
        padding-right: 70px; } }
.button:not(.is-normal):hover::before, .button:not(.is-normal):hover::after {
      left: calc(100% - 60px); }
.button:not(.is-normal).is-primary {
    background-image: linear-gradient(-180deg, #59374b 0%, #201832 100%);
    color: #f7c860; }
.button:not(.is-normal).is-primary:hover {
      color: #f7c860; }
.button:not(.is-normal).is-primary::before {
      background-color: #59374b; }
.button:not(.is-normal).is-primary::after {
      color: white; }
.button:not(.is-normal).is-secondary {
    background-image: linear-gradient(0deg, #b7b7b7 0%, #fff 100%);
    border: 1px solid #fff;
    color: #59374b; }
.button:not(.is-normal).is-secondary::before {
      background-color: #f7c860;
      border: 1px solid white; }
.button:not(.is-normal).is-secondary::after {
      color: white; }
.button {
  outline: none !important; }
.button.is-disabled {
    cursor: no-drop;
    opacity: 0.5; }
.button.is-other {
    background: #d34413;
    border: 1px solid #d34413;
    border-radius: 6px;
    color: white;
    font-size: 13px;
    font-weight: 700;
    min-height: 55px;
    outline: none !important;
    padding: 0 34px;
    text-transform: uppercase; }
.button.is-other.is-loading::after {
      border: 2px solid white;
      border-radius: 290486px;
      border-right-color: transparent;
      border-top-color: transparent;
      height: 20px;
      top: 16px;
      width: 20px; }
.button.is-other:hover {
      background: #75260b; }
.button.is-normal {
  transition: all 0.3s ease-out;
  will-change: transition;
  font-size: 14px;
  font-weight: 700;
  min-height: 50px;
  min-width: 150px;
  padding: 0 15px;
  text-transform: uppercase; }
.button.is-normal.is-primary {
    background-color: #59374b;
    border-radius: 3px;
    color: #f7c860; }
.button.is-normal.is-primary:hover {
      background-color: #1a1016; }
.button.is-normal.is-primary.is-small {
      border-radius: 0;
      font-size: 9px;
      min-height: 30px;
      min-width: 118px;
      padding: 0 11px; }
.button.is-normal.is-primary.is-light {
      background: white;
      border: 1px solid #59374b;
      color: #59374b; }
.button.is-normal.is-secondary {
    background-color: #f7c860;
    border-color: #f7c860;
    border-radius: 3px;
    color: white; }
.button.is-normal.is-secondary:hover {
      background-color: #e5a20c; }
.button.is-normal.is-secondary.is-small {
      border-radius: 0;
      font-size: 9px;
      min-height: 30px;
      min-width: 118px;
      padding: 0 11px; }
.button.is-normal.is-outlined {
    border-radius: 0;
    font-size: 14px !important;
    height: auto;
    min-height: 30px !important;
    min-width: 0 !important;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: left;
    -moz-text-align-last: center;
         text-align-last: center;
    transition: all 0.3s ease-out;
    white-space: pre-wrap;
    will-change: transition;
    word-wrap: break-word; }
.button.is-normal.is-outlined.is-secondary {
      background: white;
      border: 1px solid #f7c860;
      color: #f7c860;
      font-weight: 700 !important;
      min-width: 100px !important; }
.button.is-normal.is-outlined.is-secondary.is-active, input:checked + .extra .button.is-normal.is-outlined.is-secondary.is-yes, .button.is-normal.is-outlined.is-secondary:hover {
        background-color: #f7c860;
        border-color: #f7c860;
        color: white; }
.button.is-normal.is-outlined.is-primary {
      background: white;
      border: 1px solid #59374b;
      color: #59374b; }
.button.is-normal.is-outlined.is-primary:hover {
        background-color: #59374b;
        border-color: #59374b;
        color: white; }
.button.is-normal.is-outlined.is-small {
      font-size: 9px !important;
      min-height: 30px !important;
      padding: 0 11px; }
.info-button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 100%;
  bottom: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: absolute;
  right: 20px; }
@media screen and (max-width: 768px) {
    .info-button {
      bottom: -15px;
      right: -25px; } }
.info-button--date {
    bottom: inherit;
    right: 10px;
    top: 10px;
    z-index: 2; }
.info-button::before {
    background: white;
    border-radius: 100%;
    color: #59374b;
    cursor: pointer;
    font-size: 25px; }
.info-button__content {
    transition: all 0.3s ease-out;
    will-change: transition;
    background: white;
    border: 1px solid #cecece;
    bottom: calc(100% + 4px);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.19);
    left: -45px;
    min-width: 271px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    transform: translateY(10px);
    z-index: 2;
    color: #4d4d4d !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 13px !important;
    line-height: 21px !important; }
@media screen and (max-width: 1087px) {
      .info-button__content {
        left: inherit;
        right: -45px; }
        .info-button__content::after, .info-button__content::before {
          left: inherit !important;
          right: 49px; } }
.info-button__content.is-active, input:checked + .extra .info-button__content.button.is-yes {
      opacity: 1;
      pointer-events: all;
      transform: translateY(0); }
.info-button__content::after {
      border-color: white transparent transparent;
      border-style: solid;
      border-width: 8px 7px 0;
      bottom: 0;
      content: '';
      height: 0;
      left: 49px;
      position: absolute;
      transform: translateY(100%);
      width: 0;
      z-index: 1; }
.info-button__content::before {
      border-color: #cecece transparent transparent;
      border-style: solid;
      border-width: 9px 8px 0;
      bottom: 0;
      content: '';
      height: 0;
      left: 48px;
      position: absolute;
      transform: translateY(100%);
      width: 0;
      z-index: -1; }
.info-button__content p:not(:last-child) {
      margin-bottom: 21px !important; }
/** Container **/
.container {
  margin: 0 auto;
  position: relative; }
@media screen and (min-width: 1088px) {
    .container {
      max-width: 960px;
      width: 960px; }
      .container.is-fluid {
        margin-left: 64px;
        margin-right: 64px;
        max-width: none;
        width: auto; } }
@media screen and (max-width: 1279px) {
    .container.is-widescreen {
      max-width: 1152px;
      width: auto; } }
@media screen and (max-width: 1471px) {
    .container.is-fullhd {
      max-width: 1344px;
      width: auto; } }
@media screen and (min-width: 1280px) {
    .container {
      max-width: 1152px;
      width: 1152px; } }
@media screen and (min-width: 1472px) {
    .container {
      max-width: 1344px;
      width: 1344px; } }
/** Content **/
.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: #363636;
  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: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em; }
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em; }
.content ol:not([type]) {
    list-style-type: decimal; }
.content ol:not([type]).is-lower-alpha {
      list-style-type: lower-alpha; }
.content ol:not([type]).is-lower-roman {
      list-style-type: lower-roman; }
.content ol:not([type]).is-upper-alpha {
      list-style-type: upper-alpha; }
.content ol:not([type]).is-upper-roman {
      list-style-type: upper-roman; }
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em; }
.content ul ul {
    list-style-type: circle;
    margin-top: 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 #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
.content table th {
    color: #363636;
    text-align: left; }
.content table thead td,
  .content table thead th {
    border-width: 0 0 2px;
    color: #363636; }
.content table tfoot td,
  .content table tfoot th {
    border-width: 2px 0 0;
    color: #363636; }
.content table tbody tr:last-child td,
  .content table tbody tr:last-child th {
    border-bottom-width: 0; }
.content.is-small {
  font-size: 0.75rem; }
.content.is-medium {
  font-size: 1.25rem; }
.content.is-large {
  font-size: 1.5rem; }
.content ul,
.content .ul {
  font-size: 16px;
  list-style-type: none;
  margin-bottom: 25px;
  margin-left: 0;
  padding-left: 29px; }
.content ul li,
  .content .ul li {
    margin-bottom: 35px;
    margin-top: 0;
    position: relative; }
.content ul li::before,
    .content .ul li::before {
      border-bottom: 1px solid #f7c860;
      border-right: 1px solid #f7c860;
      content: '';
      height: 10px;
      left: -12px;
      position: absolute;
      top: 7px;
      transform: translateX(-100%) rotate(-45deg);
      width: 10px; }
.content h3,
.content .h3 {
  color: #59374b;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 25px; }
.content h5,
.content .h5 {
  color: #59374b;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 18px; }
.content p:not(.help) {
  color: #4d4d4d;
  font-family: "Lora", serif;
  font-size: 17px;
  line-height: 30px; }
.content p:not(.help) strong {
    display: block; }
.content p:not(.help):not(:last-child) {
    margin-bottom: 27px !important; }
.content--small p {
  font-size: 15px !important;
  line-height: 1.3; }
.content--small p:not(:last-child) {
    margin-bottom: 14px !important; }
.content--small ul {
  padding-left: 10px; }
.content--small ul li {
    font-size: 14px;
    margin-bottom: 7px; }
h1,
.h1 {
  color: #59374b;
  font-family: inherit;
  font-size: 3rem;
  line-height: inherit; }
h2,
.h2 {
  color: #59374b;
  font-family: inherit;
  font-size: 2.5rem;
  line-height: inherit; }
h3,
.h3 {
  color: #59374b;
  font-family: inherit;
  font-size: 2rem;
  line-height: inherit; }
h4,
.h4 {
  color: #59374b;
  font-family: inherit;
  font-size: 1.5rem;
  line-height: inherit; }
h5,
.h5 {
  color: #59374b;
  font-family: inherit;
  font-size: 1.25rem;
  line-height: inherit; }
h6,
.h6 {
  color: #59374b;
  font-family: inherit;
  font-size: 1rem;
  line-height: inherit; }
a {
  transition: all 0.3s ease-out;
  will-change: transition; }
.smallest {
  font-size: 11px !important; }
.m-b-md {
  margin-bottom: 17px; }
/** Form **/
.input,
.textarea {
  background-color: #f9f9f9;
  border-color: #dbdbdb;
  color: #4d4d4d;
  box-shadow: none;
  max-width: 100%;
  width: 100%; }
.input::-moz-placeholder,
  .textarea::-moz-placeholder {
    color: rgba(77, 77, 77, 0.3); }
.input::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder {
    color: rgba(77, 77, 77, 0.3); }
.input:-moz-placeholder,
  .textarea:-moz-placeholder {
    color: rgba(77, 77, 77, 0.3); }
.input:-ms-input-placeholder,
  .textarea:-ms-input-placeholder {
    color: rgba(77, 77, 77, 0.3); }
.input:hover, .input.is-hovered,
  .textarea:hover,
  .textarea.is-hovered {
    border-color: #b5b5b5; }
.input:focus, .input.is-focused, .input:active, .input.is-active, input:checked + .extra .input.button.is-yes,
  .textarea:focus,
  .textarea.is-focused,
  .textarea:active,
  .textarea.is-active,
  input:checked + .extra .textarea.button.is-yes {
    border-color: #59374b;
    box-shadow: 0 0 0 0.125em rgba(89, 55, 75, 0.25); }
.input[disabled],
  .textarea[disabled] {
    background-color: whitesmoke;
    border-color: whitesmoke;
    box-shadow: none;
    color: #7a7a7a; }
.input[disabled]::-moz-placeholder,
    .textarea[disabled]::-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
.input[disabled]::-webkit-input-placeholder,
    .textarea[disabled]::-webkit-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }
.input[disabled]:-moz-placeholder,
    .textarea[disabled]:-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
.input[disabled]:-ms-input-placeholder,
    .textarea[disabled]:-ms-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }
.input[readonly],
  .textarea[readonly] {
    box-shadow: none; }
.input.is-white,
  .textarea.is-white {
    border-color: white; }
.input.is-white:focus, .input.is-white.is-focused, .input.is-white:active, .input.is-white.is-active, input:checked + .extra .input.is-white.button.is-yes,
    .textarea.is-white:focus,
    .textarea.is-white.is-focused,
    .textarea.is-white:active,
    .textarea.is-white.is-active,
    input:checked + .extra .textarea.is-white.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
.input.is-black,
  .textarea.is-black {
    border-color: #0a0a0a; }
.input.is-black:focus, .input.is-black.is-focused, .input.is-black:active, .input.is-black.is-active, input:checked + .extra .input.is-black.button.is-yes,
    .textarea.is-black:focus,
    .textarea.is-black.is-focused,
    .textarea.is-black:active,
    .textarea.is-black.is-active,
    input:checked + .extra .textarea.is-black.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
.input.is-light,
  .textarea.is-light {
    border-color: whitesmoke; }
.input.is-light:focus, .input.is-light.is-focused, .input.is-light:active, .input.is-light.is-active, input:checked + .extra .input.is-light.button.is-yes,
    .textarea.is-light:focus,
    .textarea.is-light.is-focused,
    .textarea.is-light:active,
    .textarea.is-light.is-active,
    input:checked + .extra .textarea.is-light.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
.input.is-dark,
  .textarea.is-dark {
    border-color: #363636; }
.input.is-dark:focus, .input.is-dark.is-focused, .input.is-dark:active, .input.is-dark.is-active, input:checked + .extra .input.is-dark.button.is-yes,
    .textarea.is-dark:focus,
    .textarea.is-dark.is-focused,
    .textarea.is-dark:active,
    .textarea.is-dark.is-active,
    input:checked + .extra .textarea.is-dark.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
.input.is-primary,
  .textarea.is-primary {
    border-color: #59374b; }
.input.is-primary:focus, .input.is-primary.is-focused, .input.is-primary:active, .input.is-primary.is-active, input:checked + .extra .input.is-primary.button.is-yes,
    .textarea.is-primary:focus,
    .textarea.is-primary.is-focused,
    .textarea.is-primary:active,
    .textarea.is-primary.is-active,
    input:checked + .extra .textarea.is-primary.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(89, 55, 75, 0.25); }
.input.is-link,
  .textarea.is-link {
    border-color: #3273dc; }
.input.is-link:focus, .input.is-link.is-focused, .input.is-link:active, .input.is-link.is-active, input:checked + .extra .input.is-link.button.is-yes,
    .textarea.is-link:focus,
    .textarea.is-link.is-focused,
    .textarea.is-link:active,
    .textarea.is-link.is-active,
    input:checked + .extra .textarea.is-link.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
.input.is-info,
  .textarea.is-info {
    border-color: #209cee; }
.input.is-info:focus, .input.is-info.is-focused, .input.is-info:active, .input.is-info.is-active, input:checked + .extra .input.is-info.button.is-yes,
    .textarea.is-info:focus,
    .textarea.is-info.is-focused,
    .textarea.is-info:active,
    .textarea.is-info.is-active,
    input:checked + .extra .textarea.is-info.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
.input.is-success,
  .textarea.is-success {
    border-color: #23d160; }
.input.is-success:focus, .input.is-success.is-focused, .input.is-success:active, .input.is-success.is-active, input:checked + .extra .input.is-success.button.is-yes,
    .textarea.is-success:focus,
    .textarea.is-success.is-focused,
    .textarea.is-success:active,
    .textarea.is-success.is-active,
    input:checked + .extra .textarea.is-success.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
.input.is-warning,
  .textarea.is-warning {
    border-color: rgba(247, 200, 96, 0.14); }
.input.is-warning:focus, .input.is-warning.is-focused, .input.is-warning:active, .input.is-warning.is-active, input:checked + .extra .input.is-warning.button.is-yes,
    .textarea.is-warning:focus,
    .textarea.is-warning.is-focused,
    .textarea.is-warning:active,
    .textarea.is-warning.is-active,
    input:checked + .extra .textarea.is-warning.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(247, 200, 96, 0.25); }
.input.is-danger,
  .textarea.is-danger {
    border-color: #ff3860; }
.input.is-danger:focus, .input.is-danger.is-focused, .input.is-danger:active, .input.is-danger.is-active, input:checked + .extra .input.is-danger.button.is-yes,
    .textarea.is-danger:focus,
    .textarea.is-danger.is-focused,
    .textarea.is-danger:active,
    .textarea.is-danger.is-active,
    input:checked + .extra .textarea.is-danger.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }
.input.is-small,
  .textarea.is-small {
    border-radius: 0;
    font-size: 0.75rem; }
.input.is-medium,
  .textarea.is-medium {
    font-size: 1.25rem; }
.input.is-large,
  .textarea.is-large {
    font-size: 1.5rem; }
.input.is-fullwidth,
  .textarea.is-fullwidth {
    display: block;
    width: 100%; }
.input.is-inline,
  .textarea.is-inline {
    display: inline;
    width: auto; }
.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em; }
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical; }
.textarea:not([rows]) {
    max-height: 600px;
    min-height: 120px; }
.textarea[rows] {
    height: initial; }
.textarea.has-fixed-size {
    resize: none; }
.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative; }
.checkbox input,
  .radio input {
    cursor: pointer; }
.checkbox:hover,
  .radio:hover {
    color: #363636; }
.checkbox[disabled],
  .radio[disabled] {
    color: #7a7a7a;
    cursor: not-allowed; }
.radio + .radio {
  margin-left: 0.5em; }
.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top; }
.select:not(.is-multiple) {
    height: 2.25em; }
.select:not(.is-multiple):not(.is-loading)::after {
    border-color: #3273dc;
    right: 1.125em;
    z-index: 4; }
.select.is-rounded select {
    border-radius: 290486px;
    padding-left: 1em; }
.select select {
    background-color: #f9f9f9;
    border-color: #dbdbdb;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none; }
.select select::-moz-placeholder {
      color: rgba(77, 77, 77, 0.3); }
.select select::-webkit-input-placeholder {
      color: rgba(77, 77, 77, 0.3); }
.select select:-moz-placeholder {
      color: rgba(77, 77, 77, 0.3); }
.select select:-ms-input-placeholder {
      color: rgba(77, 77, 77, 0.3); }
.select select:hover, .select select.is-hovered {
      border-color: #b5b5b5; }
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active, .select input:checked + .extra select.button.is-yes, input:checked + .extra .select select.button.is-yes {
      border-color: #59374b;
      box-shadow: 0 0 0 0.125em rgba(89, 55, 75, 0.25); }
.select select[disabled] {
      background-color: whitesmoke;
      border-color: whitesmoke;
      box-shadow: none;
      color: #7a7a7a; }
.select select[disabled]::-moz-placeholder {
        color: rgba(122, 122, 122, 0.3); }
.select select[disabled]::-webkit-input-placeholder {
        color: rgba(122, 122, 122, 0.3); }
.select select[disabled]:-moz-placeholder {
        color: rgba(122, 122, 122, 0.3); }
.select select[disabled]:-ms-input-placeholder {
        color: rgba(122, 122, 122, 0.3); }
.select select::-ms-expand {
      display: none; }
.select select[disabled]:hover {
      border-color: whitesmoke; }
.select select:not([multiple]) {
      padding-right: 2.5em; }
.select select[multiple] {
      height: auto;
      padding: 0; }
.select select[multiple] option {
        padding: 0.5em 1em; }
.select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #363636; }
.select.is-white:not(:hover)::after {
    border-color: white; }
.select.is-white select {
    border-color: white; }
.select.is-white select:hover, .select.is-white select.is-hovered {
      border-color: #f2f2f2; }
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active, .select.is-white input:checked + .extra select.button.is-yes, input:checked + .extra .select.is-white select.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
.select.is-black:not(:hover)::after {
    border-color: #0a0a0a; }
.select.is-black select {
    border-color: #0a0a0a; }
.select.is-black select:hover, .select.is-black select.is-hovered {
      border-color: black; }
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active, .select.is-black input:checked + .extra select.button.is-yes, input:checked + .extra .select.is-black select.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
.select.is-light:not(:hover)::after {
    border-color: whitesmoke; }
.select.is-light select {
    border-color: whitesmoke; }
.select.is-light select:hover, .select.is-light select.is-hovered {
      border-color: #e8e8e8; }
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active, .select.is-light input:checked + .extra select.button.is-yes, input:checked + .extra .select.is-light select.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
.select.is-dark:not(:hover)::after {
    border-color: #363636; }
.select.is-dark select {
    border-color: #363636; }
.select.is-dark select:hover, .select.is-dark select.is-hovered {
      border-color: #292929; }
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active, .select.is-dark input:checked + .extra select.button.is-yes, input:checked + .extra .select.is-dark select.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
.select.is-primary:not(:hover)::after {
    border-color: #59374b; }
.select.is-primary select {
    border-color: #59374b; }
.select.is-primary select:hover, .select.is-primary select.is-hovered {
      border-color: #492d3e; }
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active, .select.is-primary input:checked + .extra select.button.is-yes, input:checked + .extra .select.is-primary select.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(89, 55, 75, 0.25); }
.select.is-link:not(:hover)::after {
    border-color: #3273dc; }
.select.is-link select {
    border-color: #3273dc; }
.select.is-link select:hover, .select.is-link select.is-hovered {
      border-color: #2366d1; }
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active, .select.is-link input:checked + .extra select.button.is-yes, input:checked + .extra .select.is-link select.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
.select.is-info:not(:hover)::after {
    border-color: #209cee; }
.select.is-info select {
    border-color: #209cee; }
.select.is-info select:hover, .select.is-info select.is-hovered {
      border-color: #118fe4; }
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active, .select.is-info input:checked + .extra select.button.is-yes, input:checked + .extra .select.is-info select.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
.select.is-success:not(:hover)::after {
    border-color: #23d160; }
.select.is-success select {
    border-color: #23d160; }
.select.is-success select:hover, .select.is-success select.is-hovered {
      border-color: #20bc56; }
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active, .select.is-success input:checked + .extra select.button.is-yes, input:checked + .extra .select.is-success select.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
.select.is-warning:not(:hover)::after {
    border-color: rgba(247, 200, 96, 0.14); }
.select.is-warning select {
    border-color: rgba(247, 200, 96, 0.14); }
.select.is-warning select:hover, .select.is-warning select.is-hovered {
      border-color: rgba(246, 192, 72, 0.14); }
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active, .select.is-warning input:checked + .extra select.button.is-yes, input:checked + .extra .select.is-warning select.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(247, 200, 96, 0.25); }
.select.is-danger:not(:hover)::after {
    border-color: #ff3860; }
.select.is-danger select {
    border-color: #ff3860; }
.select.is-danger select:hover, .select.is-danger select.is-hovered {
      border-color: #ff1f4b; }
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active, .select.is-danger input:checked + .extra select.button.is-yes, input:checked + .extra .select.is-danger select.button.is-yes {
      box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }
.select.is-small {
    border-radius: 0;
    font-size: 0.75rem; }
.select.is-medium {
    font-size: 1.25rem; }
.select.is-large {
    font-size: 1.5rem; }
.select.is-disabled::after {
    border-color: #7a7a7a; }
.select.is-fullwidth {
    width: 100%; }
.select.is-fullwidth select {
      width: 100%; }
.select.is-loading::after {
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    transform: none; }
.select.is-loading.is-small:after {
    font-size: 0.75rem; }
.select.is-loading.is-medium:after {
    font-size: 1.25rem; }
.select.is-loading.is-large:after {
    font-size: 1.5rem; }
.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative; }
.file.is-white .file-cta {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a; }
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a; }
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
    color: #0a0a0a; }
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta, input:checked + .extra .file.is-white.button.is-yes .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a; }
.file.is-black .file-cta {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white; }
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: white; }
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
    color: white; }
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta, input:checked + .extra .file.is-black.button.is-yes .file-cta {
    background-color: black;
    border-color: transparent;
    color: white; }
.file.is-light .file-cta {
    background-color: whitesmoke;
    border-color: transparent;
    color: #363636; }
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
    background-color: #eeeeee;
    border-color: transparent;
    color: #363636; }
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
    color: #363636; }
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta, input:checked + .extra .file.is-light.button.is-yes .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #363636; }
.file.is-dark .file-cta {
    background-color: #363636;
    border-color: transparent;
    color: whitesmoke; }
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
    background-color: #2f2f2f;
    border-color: transparent;
    color: whitesmoke; }
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
    color: whitesmoke; }
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta, input:checked + .extra .file.is-dark.button.is-yes .file-cta {
    background-color: #292929;
    border-color: transparent;
    color: whitesmoke; }
.file.is-primary .file-cta {
    background-color: #59374b;
    border-color: transparent;
    color: #fff; }
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
    background-color: #513244;
    border-color: transparent;
    color: #fff; }
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(89, 55, 75, 0.25);
    color: #fff; }
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta, input:checked + .extra .file.is-primary.button.is-yes .file-cta {
    background-color: #492d3e;
    border-color: transparent;
    color: #fff; }
.file.is-link .file-cta {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff; }
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
    background-color: #276cda;
    border-color: transparent;
    color: #fff; }
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
    color: #fff; }
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta, input:checked + .extra .file.is-link.button.is-yes .file-cta {
    background-color: #2366d1;
    border-color: transparent;
    color: #fff; }
.file.is-info .file-cta {
    background-color: #209cee;
    border-color: transparent;
    color: #fff; }
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
    background-color: #1496ed;
    border-color: transparent;
    color: #fff; }
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
    color: #fff; }
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta, input:checked + .extra .file.is-info.button.is-yes .file-cta {
    background-color: #118fe4;
    border-color: transparent;
    color: #fff; }
.file.is-success .file-cta {
    background-color: #23d160;
    border-color: transparent;
    color: #fff; }
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
    background-color: #22c65b;
    border-color: transparent;
    color: #fff; }
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
    color: #fff; }
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta, input:checked + .extra .file.is-success.button.is-yes .file-cta {
    background-color: #20bc56;
    border-color: transparent;
    color: #fff; }
.file.is-warning .file-cta {
    background-color: rgba(247, 200, 96, 0.14);
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
    background-color: rgba(246, 196, 84, 0.14);
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(247, 200, 96, 0.25);
    color: rgba(0, 0, 0, 0.7); }
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta, input:checked + .extra .file.is-warning.button.is-yes .file-cta {
    background-color: rgba(246, 192, 72, 0.14);
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.file.is-danger .file-cta {
    background-color: #ff3860;
    border-color: transparent;
    color: #fff; }
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
    background-color: #ff2b56;
    border-color: transparent;
    color: #fff; }
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
    color: #fff; }
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta, input:checked + .extra .file.is-danger.button.is-yes .file-cta {
    background-color: #ff1f4b;
    border-color: transparent;
    color: #fff; }
.file.is-small {
    font-size: 0.75rem; }
.file.is-medium {
    font-size: 1.25rem; }
.file.is-medium .file-icon .fa {
      font-size: 21px; }
.file.is-large {
    font-size: 1.5rem; }
.file.is-large .file-icon .fa {
      font-size: 28px; }
.file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
.file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
.file.has-name.is-empty .file-cta {
    border-radius: 4px; }
.file.has-name.is-empty .file-name {
    display: none; }
.file.is-boxed .file-label {
    flex-direction: column; }
.file.is-boxed .file-cta {
    flex-direction: column;
    height: auto;
    padding: 1em 3em; }
.file.is-boxed .file-name {
    border-width: 0 1px 1px; }
.file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em; }
.file.is-boxed .file-icon .fa {
      font-size: 21px; }
.file.is-boxed.is-small .file-icon .fa {
    font-size: 14px; }
.file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px; }
.file.is-boxed.is-large .file-icon .fa {
    font-size: 35px; }
.file.is-boxed.has-name .file-cta {
    border-radius: 4px 4px 0 0; }
.file.is-boxed.has-name .file-name {
    border-radius: 0 0 4px 4px;
    border-width: 0 1px 1px; }
.file.is-centered {
    justify-content: center; }
.file.is-fullwidth .file-label {
    width: 100%; }
.file.is-fullwidth .file-name {
    flex-grow: 1;
    max-width: none; }
.file.is-right {
    justify-content: flex-end; }
.file.is-right .file-cta {
      border-radius: 0 4px 4px 0; }
.file.is-right .file-name {
      border-radius: 4px 0 0 4px;
      border-width: 1px 0 1px 1px;
      order: -1; }
.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative; }
.file-label:hover .file-cta {
    background-color: #eeeeee;
    color: #363636; }
.file-label:hover .file-name {
    border-color: #d5d5d5; }
.file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636; }
.file-label:active .file-name {
    border-color: #cfcfcf; }
.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%; }
.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap; }
.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a; }
.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis; }
.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em; }
.file-icon .fa {
    font-size: 14px; }
.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700; }
.label:not(:last-child) {
    margin-bottom: 0.5em; }
.label.is-small {
    font-size: 0.75rem; }
.label.is-medium {
    font-size: 1.25rem; }
.label.is-large {
    font-size: 1.5rem; }
.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem; }
.help.is-white {
    color: white; }
.help.is-black {
    color: #0a0a0a; }
.help.is-light {
    color: whitesmoke; }
.help.is-dark {
    color: #363636; }
.help.is-primary {
    color: #59374b; }
.help.is-link {
    color: #3273dc; }
.help.is-info {
    color: #209cee; }
.help.is-success {
    color: #23d160; }
.help.is-warning {
    color: rgba(247, 200, 96, 0.14); }
.help.is-danger {
    color: #ff3860; }
.field:not(:last-child) {
  margin-bottom: 0.75rem; }
.field.has-addons {
  display: flex;
  justify-content: flex-start; }
.field.has-addons .control:not(:last-child) {
    margin-right: -1px; }
.field.has-addons .control:not(:first-child):not(:last-child) .button,
  .field.has-addons .control:not(:first-child):not(:last-child) .input,
  .field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0; }
.field.has-addons .control:first-child .button,
  .field.has-addons .control:first-child .input,
  .field.has-addons .control:first-child .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
.field.has-addons .control:last-child .button,
  .field.has-addons .control:last-child .input,
  .field.has-addons .control:last-child .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
  .field.has-addons .control .input:not([disabled]):hover,
  .field.has-addons .control .input:not([disabled]).is-hovered,
  .field.has-addons .control .select select:not([disabled]):hover,
  .field.has-addons .control .select select:not([disabled]).is-hovered {
    z-index: 2; }
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active, .field.has-addons .control input:checked + .extra .button.is-yes:not([disabled]), input:checked + .extra .field.has-addons .control .button.is-yes:not([disabled]),
  .field.has-addons .control .input:not([disabled]):focus,
  .field.has-addons .control .input:not([disabled]).is-focused,
  .field.has-addons .control .input:not([disabled]):active,
  .field.has-addons .control .input:not([disabled]).is-active,
  .field.has-addons .control input:checked + .extra .input.button.is-yes:not([disabled]),
  input:checked + .extra .field.has-addons .control .input.button.is-yes:not([disabled]),
  .field.has-addons .control .select select:not([disabled]):focus,
  .field.has-addons .control .select select:not([disabled]).is-focused,
  .field.has-addons .control .select select:not([disabled]):active,
  .field.has-addons .control .select select:not([disabled]).is-active,
  .field.has-addons .control .select input:checked + .extra select.button.is-yes:not([disabled]),
  input:checked + .extra .field.has-addons .control .select select.button.is-yes:not([disabled]) {
    z-index: 3; }
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover, .field.has-addons .control input:checked + .extra .button.is-yes:not([disabled]):hover, input:checked + .extra .field.has-addons .control .button.is-yes:not([disabled]):hover,
    .field.has-addons .control .input:not([disabled]):focus:hover,
    .field.has-addons .control .input:not([disabled]).is-focused:hover,
    .field.has-addons .control .input:not([disabled]):active:hover,
    .field.has-addons .control .input:not([disabled]).is-active:hover,
    .field.has-addons .control input:checked + .extra .input.button.is-yes:not([disabled]):hover,
    input:checked + .extra .field.has-addons .control .input.button.is-yes:not([disabled]):hover,
    .field.has-addons .control .select select:not([disabled]):focus:hover,
    .field.has-addons .control .select select:not([disabled]).is-focused:hover,
    .field.has-addons .control .select select:not([disabled]):active:hover,
    .field.has-addons .control .select select:not([disabled]).is-active:hover,
    .field.has-addons .control .select input:checked + .extra select.button.is-yes:not([disabled]):hover,
    input:checked + .extra .field.has-addons .control .select select.button.is-yes:not([disabled]):hover {
      z-index: 4; }
.field.has-addons .control.is-expanded {
    flex-grow: 1; }
.field.has-addons.has-addons-centered {
    justify-content: center; }
.field.has-addons.has-addons-right {
    justify-content: flex-end; }
.field.has-addons.has-addons-fullwidth .control {
    flex-grow: 1;
    flex-shrink: 0; }
.field.is-grouped {
  display: flex;
  justify-content: flex-start; }
.field.is-grouped > .control {
    flex-shrink: 0; }
.field.is-grouped > .control:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
.field.is-grouped > .control.is-expanded {
      flex-grow: 1;
      flex-shrink: 1; }
.field.is-grouped.is-grouped-centered {
    justify-content: center; }
.field.is-grouped.is-grouped-right {
    justify-content: flex-end; }
.field.is-grouped.is-grouped-multiline {
    flex-wrap: wrap; }
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
      margin-bottom: 0.75rem; }
.field.is-grouped.is-grouped-multiline:last-child {
      margin-bottom: -0.75rem; }
.field.is-grouped.is-grouped-multiline:not(:last-child) {
      margin-bottom: 0; }
@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex; } }
.field-label .label {
  font-size: inherit; }
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem; } }
@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right; }
    .field-label.is-small {
      font-size: 0.75rem;
      padding-top: 0.375em; }
    .field-label.is-normal {
      padding-top: 0.375em; }
    .field-label.is-medium {
      font-size: 1.25rem;
      padding-top: 0.375em; }
    .field-label.is-large {
      font-size: 1.5rem;
      padding-top: 0.375em; } }
.field-body .field .field {
  margin-bottom: 0; }
@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1; }
    .field-body .field {
      margin-bottom: 0; }
    .field-body > .field {
      flex-shrink: 1; }
      .field-body > .field:not(.is-narrow) {
        flex-grow: 1; }
      .field-body > .field:not(:last-child) {
        margin-right: 0.75rem; } }
.control {
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left; }
.control.has-icon .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4; }
.control.has-icon .input:focus + .icon {
    color: #7a7a7a; }
.control.has-icon .input.is-small + .icon {
    font-size: 0.75rem; }
.control.has-icon .input.is-medium + .icon {
    font-size: 1.25rem; }
.control.has-icon .input.is-large + .icon {
    font-size: 1.5rem; }
.control.has-icon:not(.has-icon-right) .icon {
    left: 0; }
.control.has-icon:not(.has-icon-right) .input {
    padding-left: 2.25em; }
.control.has-icon.has-icon-right .icon {
    right: 0; }
.control.has-icon.has-icon-right .input {
    padding-right: 2.25em; }
.control.has-icons-left .input:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #7a7a7a; }
.control.has-icons-left .input.is-small ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon {
    font-size: 0.75rem; }
.control.has-icons-left .input.is-medium ~ .icon,
  .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
  .control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1.25rem; }
.control.has-icons-left .input.is-large ~ .icon,
  .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
  .control.has-icons-right .select.is-large ~ .icon {
    font-size: 1.5rem; }
.control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4; }
.control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: 2.25em; }
.control.has-icons-left .icon.is-left {
    left: 0; }
.control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: 2.25em; }
.control.has-icons-right .icon.is-right {
    right: 0; }
.control.is-loading::after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4; }
.control.is-loading.is-small:after {
    font-size: 0.75rem; }
.control.is-loading.is-medium:after {
    font-size: 1.25rem; }
.control.is-loading.is-large:after {
    font-size: 1.5rem; }
.label:not(:last-child) {
  margin-bottom: 0;
  padding-bottom: 0.5em; }
.label.is-normal {
  font-weight: normal; }
.textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  min-height: 50px;
  padding: 29px 37px; }
.textarea--small {
    padding: 10px; }
.input {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  min-height: 50px;
  padding: 0 11px; }
.label {
  color: #4d4d4d;
  font-size: 15px; }
.label span {
    color: #59374b;
    display: block;
    font-family: "Lora", serif;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: -3px;
    margin-top: 2px; }
.field:not(:last-child) {
  margin-bottom: 25px; }
.field.is-small:not(:last-child) {
  margin-bottom: 15px; }
.select--centered .select__value-container, .select--centered .select__option {
  justify-content: center; }
.select__control {
  background-color: #f9f9f9 !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  font-size: 13px !important;
  min-height: 50px !important; }
.select__control--is-focused {
    background-color: #f9f9f9 !important;
    box-shadow: none !important; }
.select__value-container {
  padding: 0 11px !important; }
.select__option {
  transition: all 0.3s ease-out;
  will-change: transition;
  align-items: center;
  background-color: white !important;
  color: #454043 !important;
  display: flex !important;
  font-size: 13px !important;
  padding: 11px !important; }
.select__option--is-focused {
    background-color: white !important; }
.select__option:hover {
    background-color: #e6e6e6 !important; }
.input.input-date {
  min-width: 235px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.fake-select {
  align-items: center;
  background: #fff;
  border: 1px solid #e6e6e6;
  display: flex;
  justify-content: center;
  min-height: 50px;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
.fake-select a span {
    color: #454043;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700; }
.fake-select::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    color: #59374b;
    content: '\E900';
    font-size: 17px;
    position: absolute;
    right: 20px;
    top: auto; }
.file-upload {
  transition: all 0.3s ease-out;
  will-change: transition;
  background: rgba(214, 214, 214, 0.09);
  border: 2px dashed #59374b;
  border-radius: 8px;
  min-height: 220px;
  overflow: hidden; }
.file-upload:not(:last-child) {
    margin-bottom: 18px; }
.file-upload input {
    width: 100%; }
.file-upload--hovered {
    background: rgba(214, 214, 214, 0.29);
    border-color: #f7c860;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.19); }
.file-upload--hovered span {
      opacity: 1;
      transform: scale(1.1); }
.file-upload--has-preview input {
    display: none; }
.file-upload__image {
    display: block;
    height: auto;
    width: 100%; }
.file-upload__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 30px 37px; }
.file-upload__content span {
      transition: all 0.3s ease-out;
      will-change: transition;
      color: #f7c860;
      font-size: 55px;
      margin-bottom: 13px;
      opacity: 0.54; }
.file-upload__content__title {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 20px;
      padding-bottom: 20px;
      position: relative;
      text-transform: uppercase; }
.file-upload__content__title:not(:last-child)::after {
        background: #e6e6e6;
        bottom: 0;
        content: '';
        height: 1px;
        left: 50%;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        transform: translateX(-50%);
        width: 170px; }
.file-upload__content__button {
      background-color: #f7c860;
      border: 1px solid #d5b97d;
      border-radius: 25px;
      color: white;
      min-height: 40px !important; }
.file-upload__content__button:hover {
        background-color: #f9d991;
        color: white; }
.image-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -6px;
  margin-right: -6px; }
.image-select:not(:last-child) {
    margin-bottom: 66px; }
@media screen and (max-width: 768px) {
      .image-select:not(:last-child) {
        margin-bottom: 30px; } }
.image-select input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 50%;
    top: 50%; }
.image-select__item {
    transition: all 0.3s ease-out;
    will-change: transition;
    align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    height: 113px;
    justify-content: center;
    margin: 0 6px 12px;
    min-width: 117px;
    position: relative;
    width: calc(33.33333% - 12px); }
@media screen and (max-width: 768px) {
      .image-select__item {
        min-width: 197px; } }
.image-select__item:hover, .image-select__item.is-active, input:checked + .extra .image-select__item.button.is-yes {
      border: 1px solid rgba(89, 55, 75, 0.7);
      box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.14); }
.image-select__item img {
      max-height: calc(100% - 18px); }
.image-select__item--empty {
      padding: 15px; }
.image-select__item--empty > * {
        color: #59374b;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase; }
.invisible-input {
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0; }
.buttons .button {
  margin-bottom: 0.5rem !important; }
/** Checkbox radio **/
.is-checkradio[type="radio"],
.is-checkradio[type="checkbox"] {
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0; }
.is-checkradio[type="radio"] + label,
  .is-checkradio[type="checkbox"] + label {
    position: relative;
    display: initial;
    cursor: pointer;
    vertical-align: middle;
    margin: .5em;
    padding: .2rem .5rem .2rem 0;
    border-radius: 4px; }
.is-checkradio[type="radio"] + label:hover::before, .is-checkradio[type="radio"] + label:hover:before,
    .is-checkradio[type="checkbox"] + label:hover::before,
    .is-checkradio[type="checkbox"] + label:hover:before {
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-name: hover-color;
              animation-name: hover-color; }
.is-checkradio[type="radio"] + label::before, .is-checkradio[type="radio"] + label:before,
    .is-checkradio[type="checkbox"] + label::before,
    .is-checkradio[type="checkbox"] + label:before {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      border: 0.1rem solid #ccc; }
.is-checkradio[type="radio"] + label::after, .is-checkradio[type="radio"] + label:after,
    .is-checkradio[type="checkbox"] + label::after,
    .is-checkradio[type="checkbox"] + label:after {
      position: absolute;
      display: none;
      content: '';
      top: 0; }
.is-checkradio[type="radio"].is-rtl + label,
  .is-checkradio[type="checkbox"].is-rtl + label {
    margin-right: 0rem;
    margin-left: 0.5rem; }
.is-checkradio[type="radio"].is-rtl + label::before, .is-checkradio[type="radio"].is-rtl + label:before,
    .is-checkradio[type="checkbox"].is-rtl + label::before,
    .is-checkradio[type="checkbox"].is-rtl + label:before {
      left: auto;
      right: 0; }
.is-checkradio[type="radio"]:focus + label::before, .is-checkradio[type="radio"]:focus + label:before,
  .is-checkradio[type="checkbox"]:focus + label::before,
  .is-checkradio[type="checkbox"]:focus + label:before {
    outline: 1px dotted #b5b5b5; }
.is-checkradio[type="radio"]:hover:not([disabled]) + label::before, .is-checkradio[type="radio"]:hover:not([disabled]) + label:before,
  .is-checkradio[type="checkbox"]:hover:not([disabled]) + label::before,
  .is-checkradio[type="checkbox"]:hover:not([disabled]) + label:before {
    border-color: #59374b !important; }
.is-checkradio[type="radio"]:checked + label::before, .is-checkradio[type="radio"]:checked + label:before,
  .is-checkradio[type="checkbox"]:checked + label::before,
  .is-checkradio[type="checkbox"]:checked + label:before {
    border: 0.1rem solid #ccc; }
.is-checkradio[type="radio"]:checked[disabled],
  .is-checkradio[type="checkbox"]:checked[disabled] {
    cursor: not-allowed; }
.is-checkradio[type="radio"]:checked[disabled] + label,
    .is-checkradio[type="checkbox"]:checked[disabled] + label {
      opacity: 0.5; }
.is-checkradio[type="radio"]:checked + label::before, .is-checkradio[type="radio"]:checked + label:before,
  .is-checkradio[type="checkbox"]:checked + label::before,
  .is-checkradio[type="checkbox"]:checked + label:before {
    -webkit-animation-name: none;
            animation-name: none; }
.is-checkradio[type="radio"]:checked + label::after, .is-checkradio[type="radio"]:checked + label:after,
  .is-checkradio[type="checkbox"]:checked + label::after,
  .is-checkradio[type="checkbox"]:checked + label:after {
    display: inline-block; }
.is-checkradio[type="radio"][disabled],
  .is-checkradio[type="checkbox"][disabled] {
    cursor: not-allowed; }
.is-checkradio[type="radio"][disabled] + label,
    .is-checkradio[type="checkbox"][disabled] + label {
      opacity: 0.5;
      cursor: not-allowed; }
.is-checkradio[type="radio"][disabled] + label:hover, .is-checkradio[type="radio"][disabled] + label:before, .is-checkradio[type="radio"][disabled] + label::before, .is-checkradio[type="radio"][disabled] + label::after, .is-checkradio[type="radio"][disabled] + label:after,
      .is-checkradio[type="checkbox"][disabled] + label:hover,
      .is-checkradio[type="checkbox"][disabled] + label:before,
      .is-checkradio[type="checkbox"][disabled] + label::before,
      .is-checkradio[type="checkbox"][disabled] + label::after,
      .is-checkradio[type="checkbox"][disabled] + label:after {
        cursor: not-allowed; }
.is-checkradio[type="radio"][disabled]:hover,
    .is-checkradio[type="checkbox"][disabled]:hover {
      cursor: not-allowed; }
.is-checkradio[type="radio"][disabled]:hover::before, .is-checkradio[type="radio"][disabled]:hover:before,
      .is-checkradio[type="checkbox"][disabled]:hover::before,
      .is-checkradio[type="checkbox"][disabled]:hover:before {
        -webkit-animation-name: none;
                animation-name: none; }
.is-checkradio[type="radio"][disabled]::before, .is-checkradio[type="radio"][disabled]:before,
    .is-checkradio[type="checkbox"][disabled]::before,
    .is-checkradio[type="checkbox"][disabled]:before {
      cursor: not-allowed; }
.is-checkradio[type="radio"][disabled]::after, .is-checkradio[type="radio"][disabled]:after,
    .is-checkradio[type="checkbox"][disabled]::after,
    .is-checkradio[type="checkbox"][disabled]:after {
      cursor: not-allowed; }
.is-checkradio[type="radio"].has-no-border + label::before, .is-checkradio[type="radio"].has-no-border + label:before,
  .is-checkradio[type="checkbox"].has-no-border + label::before,
  .is-checkradio[type="checkbox"].has-no-border + label:before {
    border: none !important; }
.is-checkradio[type="radio"].is-block,
  .is-checkradio[type="checkbox"].is-block {
    display: none !important; }
.is-checkradio[type="radio"].is-block + label,
    .is-checkradio[type="checkbox"].is-block + label {
      width: 100% !important;
      background: whitesmoke;
      color: rgba(0, 0, 0, 0.7);
      padding-right: .75em; }
.is-checkradio[type="radio"].is-block + label::before, .is-checkradio[type="radio"].is-block + label:before,
      .is-checkradio[type="checkbox"].is-block + label::before,
      .is-checkradio[type="checkbox"].is-block + label:before {
        border: none !important; }
.is-checkradio[type="checkbox"] + label::before, .is-checkradio[type="checkbox"] + label:before {
  border-radius: 4px; }
.is-checkradio[type="checkbox"] + label::after, .is-checkradio[type="checkbox"] + label:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  border-width: .1rem;
  border-style: solid;
  border-color: #59374b;
  border-top: 0;
  border-left: 0; }
.is-checkradio[type="checkbox"].is-circle + label::before, .is-checkradio[type="checkbox"].is-circle + label:before {
  border-radius: 50%; }
.is-checkradio[type="checkbox"] + label {
  font-size: 1rem;
  padding-left: 2rem; }
.is-checkradio[type="checkbox"] + label::before, .is-checkradio[type="checkbox"] + label:before {
    width: 1.5rem;
    height: 1.5rem; }
.is-checkradio[type="checkbox"] + label::after, .is-checkradio[type="checkbox"] + label:after {
    width: 0.375rem;
    height: 0.6rem;
    top: 0.405rem;
    left: 0.6rem; }
.is-checkradio[type="checkbox"].is-block + label::after, .is-checkradio[type="checkbox"].is-block + label:after {
  top: 0.585rem;
  left: 0.78rem; }
.is-checkradio[type="checkbox"].is-rtl + label {
  padding-left: 0;
  padding-right: 2rem; }
.is-checkradio[type="checkbox"].is-rtl + label::after, .is-checkradio[type="checkbox"].is-rtl + label:after {
    left: auto;
    right: 0.6rem; }
.is-checkradio[type="checkbox"].is-small + label {
  font-size: 0.75rem;
  padding-left: 1.5rem; }
.is-checkradio[type="checkbox"].is-small + label::before, .is-checkradio[type="checkbox"].is-small + label:before {
    width: 1.125rem;
    height: 1.125rem; }
.is-checkradio[type="checkbox"].is-small + label::after, .is-checkradio[type="checkbox"].is-small + label:after {
    width: 0.28125rem;
    height: 0.45rem;
    top: 0.30375rem;
    left: 0.45rem; }
.is-checkradio[type="checkbox"].is-small.is-block + label::after, .is-checkradio[type="checkbox"].is-small.is-block + label:after {
  top: 0.43875rem;
  left: 0.585rem; }
.is-checkradio[type="checkbox"].is-small.is-rtl + label {
  padding-left: 0;
  padding-right: 1.5rem; }
.is-checkradio[type="checkbox"].is-small.is-rtl + label::after, .is-checkradio[type="checkbox"].is-small.is-rtl + label:after {
    left: auto;
    right: 0.45rem; }
.is-checkradio[type="checkbox"].is-medium + label {
  font-size: 1.25rem;
  padding-left: 2.5rem; }
.is-checkradio[type="checkbox"].is-medium + label::before, .is-checkradio[type="checkbox"].is-medium + label:before {
    width: 1.875rem;
    height: 1.875rem; }
.is-checkradio[type="checkbox"].is-medium + label::after, .is-checkradio[type="checkbox"].is-medium + label:after {
    width: 0.46875rem;
    height: 0.75rem;
    top: 0.50625rem;
    left: 0.75rem; }
.is-checkradio[type="checkbox"].is-medium.is-block + label::after, .is-checkradio[type="checkbox"].is-medium.is-block + label:after {
  top: 0.73125rem;
  left: 0.975rem; }
.is-checkradio[type="checkbox"].is-medium.is-rtl + label {
  padding-left: 0;
  padding-right: 2.5rem; }
.is-checkradio[type="checkbox"].is-medium.is-rtl + label::after, .is-checkradio[type="checkbox"].is-medium.is-rtl + label:after {
    left: auto;
    right: 0.75rem; }
.is-checkradio[type="checkbox"].is-large + label {
  font-size: 1.5rem;
  padding-left: 3rem; }
.is-checkradio[type="checkbox"].is-large + label::before, .is-checkradio[type="checkbox"].is-large + label:before {
    width: 2.25rem;
    height: 2.25rem; }
.is-checkradio[type="checkbox"].is-large + label::after, .is-checkradio[type="checkbox"].is-large + label:after {
    width: 0.5625rem;
    height: 0.9rem;
    top: 0.6075rem;
    left: 0.9rem; }
.is-checkradio[type="checkbox"].is-large.is-block + label::after, .is-checkradio[type="checkbox"].is-large.is-block + label:after {
  top: 0.8775rem;
  left: 1.17rem; }
.is-checkradio[type="checkbox"].is-large.is-rtl + label {
  padding-left: 0;
  padding-right: 3rem; }
.is-checkradio[type="checkbox"].is-large.is-rtl + label::after, .is-checkradio[type="checkbox"].is-large.is-rtl + label:after {
    left: auto;
    right: 0.9rem; }
.is-checkradio[type="checkbox"].is-white.has-background-color + label::before, .is-checkradio[type="checkbox"].is-white.has-background-color + label:before {
  border-color: transparent !important;
  background-color: white !important; }
.is-checkradio[type="checkbox"].is-white:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-white:hover:not([disabled]) + label:before {
  border-color: white !important; }
.is-checkradio[type="checkbox"].is-white:checked + label::after, .is-checkradio[type="checkbox"].is-white:checked + label:after {
  border-color: white !important; }
.is-checkradio[type="checkbox"].is-white:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-white:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: white !important; }
.is-checkradio[type="checkbox"].is-white:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-white:checked.has-background-color + label:after {
  border-color: #0a0a0a !important;
  background-color: white !important; }
.is-checkradio[type="checkbox"].is-white:checked.is-block + label {
  color: #0a0a0a;
  border-color: white !important;
  background: white; }
.is-checkradio[type="checkbox"].is-white:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-white:checked.is-block + label:after {
    border-color: #0a0a0a !important; }
.is-checkradio[type="checkbox"].is-black.has-background-color + label::before, .is-checkradio[type="checkbox"].is-black.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0a0a0a !important; }
.is-checkradio[type="checkbox"].is-black:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-black:hover:not([disabled]) + label:before {
  border-color: #0a0a0a !important; }
.is-checkradio[type="checkbox"].is-black:checked + label::after, .is-checkradio[type="checkbox"].is-black:checked + label:after {
  border-color: #0a0a0a !important; }
.is-checkradio[type="checkbox"].is-black:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-black:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0a0a0a !important; }
.is-checkradio[type="checkbox"].is-black:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-black:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: #0a0a0a !important; }
.is-checkradio[type="checkbox"].is-black:checked.is-block + label {
  color: white;
  border-color: #0a0a0a !important;
  background: #0a0a0a; }
.is-checkradio[type="checkbox"].is-black:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-black:checked.is-block + label:after {
    border-color: white !important; }
.is-checkradio[type="checkbox"].is-light.has-background-color + label::before, .is-checkradio[type="checkbox"].is-light.has-background-color + label:before {
  border-color: transparent !important;
  background-color: whitesmoke !important; }
.is-checkradio[type="checkbox"].is-light:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-light:hover:not([disabled]) + label:before {
  border-color: whitesmoke !important; }
.is-checkradio[type="checkbox"].is-light:checked + label::after, .is-checkradio[type="checkbox"].is-light:checked + label:after {
  border-color: whitesmoke !important; }
.is-checkradio[type="checkbox"].is-light:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-light:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: whitesmoke !important; }
.is-checkradio[type="checkbox"].is-light:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-light:checked.has-background-color + label:after {
  border-color: #363636 !important;
  background-color: whitesmoke !important; }
.is-checkradio[type="checkbox"].is-light:checked.is-block + label {
  color: #363636;
  border-color: whitesmoke !important;
  background: whitesmoke; }
.is-checkradio[type="checkbox"].is-light:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-light:checked.is-block + label:after {
    border-color: #363636 !important; }
.is-checkradio[type="checkbox"].is-dark.has-background-color + label::before, .is-checkradio[type="checkbox"].is-dark.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #363636 !important; }
.is-checkradio[type="checkbox"].is-dark:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-dark:hover:not([disabled]) + label:before {
  border-color: #363636 !important; }
.is-checkradio[type="checkbox"].is-dark:checked + label::after, .is-checkradio[type="checkbox"].is-dark:checked + label:after {
  border-color: #363636 !important; }
.is-checkradio[type="checkbox"].is-dark:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-dark:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #363636 !important; }
.is-checkradio[type="checkbox"].is-dark:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-dark:checked.has-background-color + label:after {
  border-color: whitesmoke !important;
  background-color: #363636 !important; }
.is-checkradio[type="checkbox"].is-dark:checked.is-block + label {
  color: whitesmoke;
  border-color: #363636 !important;
  background: #363636; }
.is-checkradio[type="checkbox"].is-dark:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-dark:checked.is-block + label:after {
    border-color: whitesmoke !important; }
.is-checkradio[type="checkbox"].is-primary.has-background-color + label::before, .is-checkradio[type="checkbox"].is-primary.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #59374b !important; }
.is-checkradio[type="checkbox"].is-primary:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-primary:hover:not([disabled]) + label:before {
  border-color: #59374b !important; }
.is-checkradio[type="checkbox"].is-primary:checked + label::after, .is-checkradio[type="checkbox"].is-primary:checked + label:after {
  border-color: #59374b !important; }
.is-checkradio[type="checkbox"].is-primary:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-primary:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #59374b !important; }
.is-checkradio[type="checkbox"].is-primary:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-primary:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #59374b !important; }
.is-checkradio[type="checkbox"].is-primary:checked.is-block + label {
  color: #fff;
  border-color: #59374b !important;
  background: #59374b; }
.is-checkradio[type="checkbox"].is-primary:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-primary:checked.is-block + label:after {
    border-color: #fff !important; }
.is-checkradio[type="checkbox"].is-link.has-background-color + label::before, .is-checkradio[type="checkbox"].is-link.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #3273dc !important; }
.is-checkradio[type="checkbox"].is-link:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-link:hover:not([disabled]) + label:before {
  border-color: #3273dc !important; }
.is-checkradio[type="checkbox"].is-link:checked + label::after, .is-checkradio[type="checkbox"].is-link:checked + label:after {
  border-color: #3273dc !important; }
.is-checkradio[type="checkbox"].is-link:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-link:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #3273dc !important; }
.is-checkradio[type="checkbox"].is-link:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-link:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #3273dc !important; }
.is-checkradio[type="checkbox"].is-link:checked.is-block + label {
  color: #fff;
  border-color: #3273dc !important;
  background: #3273dc; }
.is-checkradio[type="checkbox"].is-link:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-link:checked.is-block + label:after {
    border-color: #fff !important; }
.is-checkradio[type="checkbox"].is-info.has-background-color + label::before, .is-checkradio[type="checkbox"].is-info.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #209cee !important; }
.is-checkradio[type="checkbox"].is-info:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-info:hover:not([disabled]) + label:before {
  border-color: #209cee !important; }
.is-checkradio[type="checkbox"].is-info:checked + label::after, .is-checkradio[type="checkbox"].is-info:checked + label:after {
  border-color: #209cee !important; }
.is-checkradio[type="checkbox"].is-info:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-info:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #209cee !important; }
.is-checkradio[type="checkbox"].is-info:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-info:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #209cee !important; }
.is-checkradio[type="checkbox"].is-info:checked.is-block + label {
  color: #fff;
  border-color: #209cee !important;
  background: #209cee; }
.is-checkradio[type="checkbox"].is-info:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-info:checked.is-block + label:after {
    border-color: #fff !important; }
.is-checkradio[type="checkbox"].is-success.has-background-color + label::before, .is-checkradio[type="checkbox"].is-success.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #23d160 !important; }
.is-checkradio[type="checkbox"].is-success:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-success:hover:not([disabled]) + label:before {
  border-color: #23d160 !important; }
.is-checkradio[type="checkbox"].is-success:checked + label::after, .is-checkradio[type="checkbox"].is-success:checked + label:after {
  border-color: #23d160 !important; }
.is-checkradio[type="checkbox"].is-success:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-success:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #23d160 !important; }
.is-checkradio[type="checkbox"].is-success:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-success:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #23d160 !important; }
.is-checkradio[type="checkbox"].is-success:checked.is-block + label {
  color: #fff;
  border-color: #23d160 !important;
  background: #23d160; }
.is-checkradio[type="checkbox"].is-success:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-success:checked.is-block + label:after {
    border-color: #fff !important; }
.is-checkradio[type="checkbox"].is-warning.has-background-color + label::before, .is-checkradio[type="checkbox"].is-warning.has-background-color + label:before {
  border-color: transparent !important;
  background-color: rgba(247, 200, 96, 0.14) !important; }
.is-checkradio[type="checkbox"].is-warning:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-warning:hover:not([disabled]) + label:before {
  border-color: rgba(247, 200, 96, 0.14) !important; }
.is-checkradio[type="checkbox"].is-warning:checked + label::after, .is-checkradio[type="checkbox"].is-warning:checked + label:after {
  border-color: rgba(247, 200, 96, 0.14) !important; }
.is-checkradio[type="checkbox"].is-warning:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-warning:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: rgba(247, 200, 96, 0.14) !important; }
.is-checkradio[type="checkbox"].is-warning:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-warning:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(247, 200, 96, 0.14) !important; }
.is-checkradio[type="checkbox"].is-warning:checked.is-block + label {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(247, 200, 96, 0.14) !important;
  background: rgba(247, 200, 96, 0.14); }
.is-checkradio[type="checkbox"].is-warning:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-warning:checked.is-block + label:after {
    border-color: rgba(0, 0, 0, 0.7) !important; }
.is-checkradio[type="checkbox"].is-danger.has-background-color + label::before, .is-checkradio[type="checkbox"].is-danger.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ff3860 !important; }
.is-checkradio[type="checkbox"].is-danger:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-danger:hover:not([disabled]) + label:before {
  border-color: #ff3860 !important; }
.is-checkradio[type="checkbox"].is-danger:checked + label::after, .is-checkradio[type="checkbox"].is-danger:checked + label:after {
  border-color: #ff3860 !important; }
.is-checkradio[type="checkbox"].is-danger:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-danger:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ff3860 !important; }
.is-checkradio[type="checkbox"].is-danger:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-danger:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #ff3860 !important; }
.is-checkradio[type="checkbox"].is-danger:checked.is-block + label {
  color: #fff;
  border-color: #ff3860 !important;
  background: #ff3860; }
.is-checkradio[type="checkbox"].is-danger:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-danger:checked.is-block + label:after {
    border-color: #fff !important; }
.is-checkradio[type="checkbox"]:indeterminate + label::after, .is-checkradio[type="checkbox"]:indeterminate + label:after {
  display: inline-block;
  transform: rotate(90deg);
  border-bottom: none; }
.is-checkradio[type="checkbox"]:indeterminate.is-white + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-white + label:after {
  border-color: white; }
.is-checkradio[type="checkbox"]:indeterminate.is-black + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-black + label:after {
  border-color: #0a0a0a; }
.is-checkradio[type="checkbox"]:indeterminate.is-light + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-light + label:after {
  border-color: whitesmoke; }
.is-checkradio[type="checkbox"]:indeterminate.is-dark + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-dark + label:after {
  border-color: #363636; }
.is-checkradio[type="checkbox"]:indeterminate.is-primary + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-primary + label:after {
  border-color: #59374b; }
.is-checkradio[type="checkbox"]:indeterminate.is-link + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-link + label:after {
  border-color: #3273dc; }
.is-checkradio[type="checkbox"]:indeterminate.is-info + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-info + label:after {
  border-color: #209cee; }
.is-checkradio[type="checkbox"]:indeterminate.is-success + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-success + label:after {
  border-color: #23d160; }
.is-checkradio[type="checkbox"]:indeterminate.is-warning + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-warning + label:after {
  border-color: rgba(247, 200, 96, 0.14); }
.is-checkradio[type="checkbox"]:indeterminate.is-danger + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-danger + label:after {
  border-color: #ff3860; }
.is-checkradio[type="radio"] + label::before, .is-checkradio[type="radio"] + label:before {
  border-radius: 50%; }
.is-checkradio[type="radio"] + label::after, .is-checkradio[type="radio"] + label:after {
  border-radius: 50%;
  background: #59374b;
  left: 0;
  transform: scale(0.5); }
.is-checkradio[type="radio"]:checked.has-background-color + label::before, .is-checkradio[type="radio"]:checked.has-background-color + label:before {
  border-color: #454043 !important;
  background-color: #454043 !important; }
.is-checkradio[type="radio"]:checked.has-background-color + label::after, .is-checkradio[type="radio"]:checked.has-background-color + label:after {
  border-color: #454043 !important;
  background-color: #454043 !important; }
.is-checkradio[type="radio"].is-rtl + label {
  padding-left: 0; }
.is-checkradio[type="radio"].is-rtl + label::after, .is-checkradio[type="radio"].is-rtl + label:after {
    left: auto;
    right: 0; }
.is-checkradio[type="radio"] + label {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 2rem; }
.is-checkradio[type="radio"] + label::before, .is-checkradio[type="radio"] + label:before, .is-checkradio[type="radio"] + label::after, .is-checkradio[type="radio"] + label:after {
    width: 1.5rem;
    height: 1.5rem; }
.is-checkradio[type="radio"].is-rtl + label {
  padding-right: 2rem; }
.is-checkradio[type="radio"].is-small + label {
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding-left: 1.5rem; }
.is-checkradio[type="radio"].is-small + label::before, .is-checkradio[type="radio"].is-small + label:before, .is-checkradio[type="radio"].is-small + label::after, .is-checkradio[type="radio"].is-small + label:after {
    width: 1.125rem;
    height: 1.125rem; }
.is-checkradio[type="radio"].is-small.is-rtl + label {
  padding-right: 1.5rem; }
.is-checkradio[type="radio"].is-medium + label {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-left: 2.5rem; }
.is-checkradio[type="radio"].is-medium + label::before, .is-checkradio[type="radio"].is-medium + label:before, .is-checkradio[type="radio"].is-medium + label::after, .is-checkradio[type="radio"].is-medium + label:after {
    width: 1.875rem;
    height: 1.875rem; }
.is-checkradio[type="radio"].is-medium.is-rtl + label {
  padding-right: 2.5rem; }
.is-checkradio[type="radio"].is-large + label {
  font-size: 1.5rem;
  line-height: 2.25rem;
  padding-left: 3rem; }
.is-checkradio[type="radio"].is-large + label::before, .is-checkradio[type="radio"].is-large + label:before, .is-checkradio[type="radio"].is-large + label::after, .is-checkradio[type="radio"].is-large + label:after {
    width: 2.25rem;
    height: 2.25rem; }
.is-checkradio[type="radio"].is-large.is-rtl + label {
  padding-right: 3rem; }
.is-checkradio[type="radio"].is-white.has-background-color + label::before, .is-checkradio[type="radio"].is-white.has-background-color + label:before {
  border-color: white !important;
  background-color: white !important; }
.is-checkradio[type="radio"].is-white:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-white:hover:not([disabled]) + label:before {
  border-color: white !important; }
.is-checkradio[type="radio"].is-white:checked + label::after, .is-checkradio[type="radio"].is-white:checked + label:after {
  border-color: white !important;
  background-color: white !important; }
.is-checkradio[type="radio"].is-white:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-white:checked.has-background-color + label:before {
  border-color: white !important;
  background-color: white !important; }
.is-checkradio[type="radio"].is-white:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-white:checked.has-background-color + label:after {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important; }
.is-checkradio[type="radio"].is-black.has-background-color + label::before, .is-checkradio[type="radio"].is-black.has-background-color + label:before {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important; }
.is-checkradio[type="radio"].is-black:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-black:hover:not([disabled]) + label:before {
  border-color: #0a0a0a !important; }
.is-checkradio[type="radio"].is-black:checked + label::after, .is-checkradio[type="radio"].is-black:checked + label:after {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important; }
.is-checkradio[type="radio"].is-black:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-black:checked.has-background-color + label:before {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important; }
.is-checkradio[type="radio"].is-black:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-black:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: white !important; }
.is-checkradio[type="radio"].is-light.has-background-color + label::before, .is-checkradio[type="radio"].is-light.has-background-color + label:before {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important; }
.is-checkradio[type="radio"].is-light:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-light:hover:not([disabled]) + label:before {
  border-color: whitesmoke !important; }
.is-checkradio[type="radio"].is-light:checked + label::after, .is-checkradio[type="radio"].is-light:checked + label:after {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important; }
.is-checkradio[type="radio"].is-light:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-light:checked.has-background-color + label:before {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important; }
.is-checkradio[type="radio"].is-light:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-light:checked.has-background-color + label:after {
  border-color: #363636 !important;
  background-color: #363636 !important; }
.is-checkradio[type="radio"].is-dark.has-background-color + label::before, .is-checkradio[type="radio"].is-dark.has-background-color + label:before {
  border-color: #363636 !important;
  background-color: #363636 !important; }
.is-checkradio[type="radio"].is-dark:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-dark:hover:not([disabled]) + label:before {
  border-color: #363636 !important; }
.is-checkradio[type="radio"].is-dark:checked + label::after, .is-checkradio[type="radio"].is-dark:checked + label:after {
  border-color: #363636 !important;
  background-color: #363636 !important; }
.is-checkradio[type="radio"].is-dark:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-dark:checked.has-background-color + label:before {
  border-color: #363636 !important;
  background-color: #363636 !important; }
.is-checkradio[type="radio"].is-dark:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-dark:checked.has-background-color + label:after {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important; }
.is-checkradio[type="radio"].is-primary.has-background-color + label::before, .is-checkradio[type="radio"].is-primary.has-background-color + label:before {
  border-color: #59374b !important;
  background-color: #59374b !important; }
.is-checkradio[type="radio"].is-primary:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-primary:hover:not([disabled]) + label:before {
  border-color: #59374b !important; }
.is-checkradio[type="radio"].is-primary:checked + label::after, .is-checkradio[type="radio"].is-primary:checked + label:after {
  border-color: #59374b !important;
  background-color: #59374b !important; }
.is-checkradio[type="radio"].is-primary:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-primary:checked.has-background-color + label:before {
  border-color: #59374b !important;
  background-color: #59374b !important; }
.is-checkradio[type="radio"].is-primary:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-primary:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important; }
.is-checkradio[type="radio"].is-link.has-background-color + label::before, .is-checkradio[type="radio"].is-link.has-background-color + label:before {
  border-color: #3273dc !important;
  background-color: #3273dc !important; }
.is-checkradio[type="radio"].is-link:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-link:hover:not([disabled]) + label:before {
  border-color: #3273dc !important; }
.is-checkradio[type="radio"].is-link:checked + label::after, .is-checkradio[type="radio"].is-link:checked + label:after {
  border-color: #3273dc !important;
  background-color: #3273dc !important; }
.is-checkradio[type="radio"].is-link:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-link:checked.has-background-color + label:before {
  border-color: #3273dc !important;
  background-color: #3273dc !important; }
.is-checkradio[type="radio"].is-link:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-link:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important; }
.is-checkradio[type="radio"].is-info.has-background-color + label::before, .is-checkradio[type="radio"].is-info.has-background-color + label:before {
  border-color: #209cee !important;
  background-color: #209cee !important; }
.is-checkradio[type="radio"].is-info:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-info:hover:not([disabled]) + label:before {
  border-color: #209cee !important; }
.is-checkradio[type="radio"].is-info:checked + label::after, .is-checkradio[type="radio"].is-info:checked + label:after {
  border-color: #209cee !important;
  background-color: #209cee !important; }
.is-checkradio[type="radio"].is-info:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-info:checked.has-background-color + label:before {
  border-color: #209cee !important;
  background-color: #209cee !important; }
.is-checkradio[type="radio"].is-info:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-info:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important; }
.is-checkradio[type="radio"].is-success.has-background-color + label::before, .is-checkradio[type="radio"].is-success.has-background-color + label:before {
  border-color: #23d160 !important;
  background-color: #23d160 !important; }
.is-checkradio[type="radio"].is-success:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-success:hover:not([disabled]) + label:before {
  border-color: #23d160 !important; }
.is-checkradio[type="radio"].is-success:checked + label::after, .is-checkradio[type="radio"].is-success:checked + label:after {
  border-color: #23d160 !important;
  background-color: #23d160 !important; }
.is-checkradio[type="radio"].is-success:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-success:checked.has-background-color + label:before {
  border-color: #23d160 !important;
  background-color: #23d160 !important; }
.is-checkradio[type="radio"].is-success:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-success:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important; }
.is-checkradio[type="radio"].is-warning.has-background-color + label::before, .is-checkradio[type="radio"].is-warning.has-background-color + label:before {
  border-color: rgba(247, 200, 96, 0.14) !important;
  background-color: rgba(247, 200, 96, 0.14) !important; }
.is-checkradio[type="radio"].is-warning:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-warning:hover:not([disabled]) + label:before {
  border-color: rgba(247, 200, 96, 0.14) !important; }
.is-checkradio[type="radio"].is-warning:checked + label::after, .is-checkradio[type="radio"].is-warning:checked + label:after {
  border-color: rgba(247, 200, 96, 0.14) !important;
  background-color: rgba(247, 200, 96, 0.14) !important; }
.is-checkradio[type="radio"].is-warning:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-warning:checked.has-background-color + label:before {
  border-color: rgba(247, 200, 96, 0.14) !important;
  background-color: rgba(247, 200, 96, 0.14) !important; }
.is-checkradio[type="radio"].is-warning:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-warning:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.7) !important; }
.is-checkradio[type="radio"].is-danger.has-background-color + label::before, .is-checkradio[type="radio"].is-danger.has-background-color + label:before {
  border-color: #ff3860 !important;
  background-color: #ff3860 !important; }
.is-checkradio[type="radio"].is-danger:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-danger:hover:not([disabled]) + label:before {
  border-color: #ff3860 !important; }
.is-checkradio[type="radio"].is-danger:checked + label::after, .is-checkradio[type="radio"].is-danger:checked + label:after {
  border-color: #ff3860 !important;
  background-color: #ff3860 !important; }
.is-checkradio[type="radio"].is-danger:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-danger:checked.has-background-color + label:before {
  border-color: #ff3860 !important;
  background-color: #ff3860 !important; }
.is-checkradio[type="radio"].is-danger:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-danger:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important; }
.is-checkradio[type='checkbox'].is-boxed:checked + label {
  background: #59374b;
  color: white; }
.is-checkradio[type='checkbox'].is-boxed:checked + label::before {
    border-color: #b5b5b5 !important; }
.is-checkradio[type='checkbox'].is-boxed:checked + label::after {
    border-color: #59374b; }
.is-checkradio[type='checkbox'].is-boxed + label {
  align-items: center;
  border: 1px solid #59374b;
  border-radius: 0;
  display: flex;
  line-height: 1.5;
  padding: 14px 15px 14px 44px; }
.is-checkradio[type='checkbox'].is-boxed + label::before {
    left: 15px;
    margin-top: -10px;
    position: absolute;
    top: 50%; }
.is-checkradio[type='checkbox'].is-boxed + label::after {
    left: 22px;
    margin-top: -7px;
    position: absolute;
    top: 50%; }
.is-checkradio[type='checkbox']:not(.is-boxed) + label {
  display: block;
  overflow: visible;
  padding-top: 0.05em; }
.is-checkradio[type='checkbox']:not(.is-boxed) + label::before {
    left: 1px;
    margin-top: -10px;
    position: absolute;
    top: 50%; }
.is-checkradio[type='checkbox']:not(.is-boxed) + label::after {
    left: 8px;
    margin-top: -7px;
    top: 50%; }
.is-checkradio[type="checkbox"] + label {
  color: #4d4d4d;
  font-size: 13px;
  margin-left: 0;
  outline: none !important;
  padding-bottom: 0;
  padding-left: 31px;
  padding-top: 0.08em; }
.is-checkradio[type='checkbox'] + label,
  .is-checkradio[type='checkbox'] + label a {
    overflow: hidden;
    text-overflow: ellipsis; }
.is-checkradio[type='checkbox'] + label::after {
    left: 0.55rem; }
.is-checkradio[type='checkbox'] + label::before {
    background: #fff;
    border: 1px solid #ccc !important;
    border-radius: 2px;
    height: 20px;
    outline: none !important;
    width: 20px; }
.is-checkradio[type='checkbox'] + label::after {
    border-width: 1px !important;
    left: 7.5px;
    top: 4px; }
.is-checkradio[type='checkbox'] + label::before, .is-checkradio[type='checkbox'] + label::after {
    transition: all 0.3s ease-out;
    will-change: transition; }
.is-checkradio[type='radio'].is-boxed + label {
  align-items: center;
  border: 1px solid #59374b;
  border-radius: 0;
  display: flex;
  padding: 14px 15px 14px 44px; }
.is-checkradio[type='radio'].is-boxed + label::before, .is-checkradio[type='radio'].is-boxed + label::after {
    transition: all 0.3s ease-out;
    will-change: transition; }
.is-checkradio[type='radio'].is-boxed + label::before {
    background-color: white;
    border-width: 1px !important;
    height: 20px;
    left: 15px;
    margin-top: -10px;
    outline: none !important;
    top: 50%;
    width: 20px; }
.is-checkradio[type='radio'].is-boxed + label::after {
    height: 20px;
    left: 15px;
    margin-top: -10px;
    top: 50%;
    width: 20px; }
.is-checkradio[type='radio'].is-boxed:checked + label {
  background: #59374b;
  color: white; }
.is-checkradio[type='radio'].is-boxed:checked + label::before {
    border-color: #b5b5b5 !important; }
.is-checkradio[type='radio'].is-boxed:checked + label::after {
    border-color: #59374b; }
.is-checkradio[type='radio'].is-boxed--type-2 + label {
  border-color: transparent;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 15px 10px 44px; }
.is-checkradio[type='radio'].is-boxed--type-2:checked + label {
  background: #f8f8f8;
  border-bottom: transparent;
  border-color: #c8c8c8;
  border-radius: 5px 5px 0 0;
  color: #4d4d4d; }
.is-checkradio[type='radio'].is-boxed--without-inner:checked + label {
  border-bottom: 1px solid #c8c8c8 !important;
  border-radius: 5px; }
.is-checkradio[type='radio']:not(.is-boxed) + label {
  transition: all 0.3s ease-out;
  will-change: transition; }
.is-checkradio[type='radio']:not(.is-boxed) + label::before {
    transition: all 0.3s ease-out;
    will-change: transition;
    border: 1px solid #c8c8c8;
    height: 20px;
    outline: none !important;
    width: 20px; }
.is-checkradio[type='radio']:not(.is-boxed) + label::after {
    transition: all 0.3s ease-out;
    will-change: transition;
    height: 20px;
    left: 0;
    margin-left: 0.001em;
    top: 0;
    width: 20px; }
.is-checkradio[type="radio"] + label {
  color: #4d4d4d;
  font-size: 13px;
  margin-left: 0;
  outline: none !important;
  padding-bottom: 0;
  padding-left: 31px;
  padding-top: 0.08em; }
.is-checkradio[type='radio'] + label,
  .is-checkradio[type='radio'] + label a {
    overflow: hidden;
    text-overflow: ellipsis; }
.is-checkradio[type='radio'] + label::after {
    left: 0.55rem; }
.checkbox-inner {
  background: white;
  border: 1px solid #c8c8c8;
  border-radius: 0 0 5px 5px;
  border-top: transparent;
  padding: 18px 30px 38px; }
.checkbox-inner__title {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 700; }
.checkbox-inner__title span {
      display: block;
      font-size: 13px;
      font-weight: normal; }
.label.has-inner {
  border-radius: 0 !important;
  display: flex !important; }
.label.has-inner div {
    margin-top: 1px;
    padding-bottom: 2px; }
/** Icon **/
[class^='icomoon-'],
[class*=' icomoon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon', sans-serif !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none; }
@font-face {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  src: url("/static/fonts/icomoon/icomoon.eot?bho7xx");
  src: url("/static/fonts/icomoon/icomoon.eot?bho7xx#iefix") format("embedded-opentype"), url("/static/fonts/icomoon/icomoon.ttf?bho7xx") format("truetype"), url("/static/fonts/icomoon/icomoon.woff?bho7xx") format("woff"), url("/static/fonts/icomoon/icomoon.svg?bho7xx#icomoon") format("svg"); }
[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none; }
.icon-direct-arrow::before {
  content: '\E924'; }
.icon-sos::before {
  content: '\E920'; }
.icon-crossword::before {
  content: '\E921'; }
.icon-clock::before {
  content: '\E922'; }
.icon-balloon::before {
  content: '\E923'; }
.icon-arrow-right-3::before {
  content: '\E91E'; }
.icon-united-kingdom .path1::before {
  color: #f0f0f0;
  content: '\E910'; }
.icon-united-kingdom .path2::before {
  color: #0052b4;
  content: '\E911';
  margin-left: -1em; }
.icon-united-kingdom .path3::before {
  color: #0052b4;
  content: '\E912';
  margin-left: -1em; }
.icon-united-kingdom .path4::before {
  color: #0052b4;
  content: '\E913';
  margin-left: -1em; }
.icon-united-kingdom .path5::before {
  color: #0052b4;
  content: '\E914';
  margin-left: -1em; }
.icon-united-kingdom .path6::before {
  color: #0052b4;
  content: '\E915';
  margin-left: -1em; }
.icon-united-kingdom .path7::before {
  color: #0052b4;
  content: '\E916';
  margin-left: -1em; }
.icon-united-kingdom .path8::before {
  color: #0052b4;
  content: '\E917';
  margin-left: -1em; }
.icon-united-kingdom .path9::before {
  color: #0052b4;
  content: '\E918';
  margin-left: -1em; }
.icon-united-kingdom .path10::before {
  color: #d80027;
  content: '\E919';
  margin-left: -1em; }
.icon-united-kingdom .path11::before {
  color: #d80027;
  content: '\E91A';
  margin-left: -1em; }
.icon-united-kingdom .path12::before {
  color: #d80027;
  content: '\E91B';
  margin-left: -1em; }
.icon-united-kingdom .path13::before {
  color: #d80027;
  content: '\E91C';
  margin-left: -1em; }
.icon-united-kingdom .path14::before {
  color: #d80027;
  content: '\E91D';
  margin-left: -1em; }
.icon-arrow-down::before {
  content: '\E900'; }
.icon-arrow-right-2::before {
  content: '\E901'; }
.icon-arrow-right::before {
  content: '\E902'; }
.icon-chart::before {
  content: '\E903'; }
.icon-heart::before {
  content: '\E904'; }
.icon-house::before {
  content: '\E905'; }
.icon-flag .path1::before {
  color: #f0f0f0;
  content: '\E906'; }
.icon-flag .path2::before {
  color: #d80027;
  content: '\E907';
  margin-left: -1em; }
.icon-flag .path3::before {
  color: #6da544;
  content: '\E908';
  margin-left: -1em; }
.icon-info::before {
  content: '\E909'; }
.icon-money::before {
  content: '\E90A'; }
.icon-play::before {
  content: '\E90B'; }
.icon-rocket::before {
  content: '\E90C'; }
.icon-up-and-down::before {
  content: '\E90D'; }
.icon-upload::before {
  content: '\E90E'; }
.icon-bank-card::before {
  content: '\E90F'; }
.icon-checked::before {
  content: '\E91F'; }
.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; }
/** Notification **/
.notification {
  background-color: whitesmoke;
  border-radius: 8px;
  padding: 14px 20px;
  position: relative; }
.notification a:not(.button):not(.dropdown-item) {
    color: currentColor;
    text-decoration: underline; }
.notification strong {
    color: currentColor; }
.notification code,
  .notification pre {
    background: white; }
.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: white;
    color: #0a0a0a; }
.notification.is-black {
    background-color: #0a0a0a;
    color: white; }
.notification.is-light {
    background-color: whitesmoke;
    color: #363636; }
.notification.is-dark {
    background-color: #363636;
    color: whitesmoke; }
.notification.is-primary {
    background-color: #59374b;
    color: #fff; }
.notification.is-link {
    background-color: #3273dc;
    color: #fff; }
.notification.is-info {
    background-color: #209cee;
    color: #fff; }
.notification.is-success {
    background-color: #23d160;
    color: #fff; }
.notification.is-warning {
    background-color: rgba(247, 200, 96, 0.14);
    color: rgba(0, 0, 0, 0.7); }
.notification.is-danger {
    background-color: #ff3860;
    color: #fff; }
.notification {
  font-size: 13px; }
.notification.is-warning {
    border: 1px solid #f7c860; }
/** Table **/
.table {
  background-color: white;
  color: #363636; }
.table td,
  .table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
.table td.is-white,
    .table th.is-white {
      background-color: white;
      border-color: white;
      color: #0a0a0a; }
.table td.is-black,
    .table th.is-black {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      color: white; }
.table td.is-light,
    .table th.is-light {
      background-color: whitesmoke;
      border-color: whitesmoke;
      color: #363636; }
.table td.is-dark,
    .table th.is-dark {
      background-color: #363636;
      border-color: #363636;
      color: whitesmoke; }
.table td.is-primary,
    .table th.is-primary {
      background-color: #59374b;
      border-color: #59374b;
      color: #fff; }
.table td.is-link,
    .table th.is-link {
      background-color: #3273dc;
      border-color: #3273dc;
      color: #fff; }
.table td.is-info,
    .table th.is-info {
      background-color: #209cee;
      border-color: #209cee;
      color: #fff; }
.table td.is-success,
    .table th.is-success {
      background-color: #23d160;
      border-color: #23d160;
      color: #fff; }
.table td.is-warning,
    .table th.is-warning {
      background-color: rgba(247, 200, 96, 0.14);
      border-color: rgba(247, 200, 96, 0.14);
      color: rgba(0, 0, 0, 0.7); }
.table td.is-danger,
    .table th.is-danger {
      background-color: #ff3860;
      border-color: #ff3860;
      color: #fff; }
.table td.is-narrow,
    .table th.is-narrow {
      white-space: nowrap;
      width: 1%; }
.table td.is-selected,
    .table th.is-selected {
      background-color: #59374b;
      color: #fff; }
.table td.is-selected a,
      .table td.is-selected strong,
      .table th.is-selected a,
      .table th.is-selected strong {
        color: currentColor; }
.table th {
    color: #363636;
    text-align: left; }
.table tr.is-selected {
    background-color: #59374b;
    color: #fff; }
.table tr.is-selected a,
    .table tr.is-selected strong {
      color: currentColor; }
.table tr.is-selected td,
    .table tr.is-selected th {
      border-color: #fff;
      color: currentColor; }
.table thead td,
  .table thead th {
    border-width: 0 0 2px;
    color: #363636; }
.table tfoot td,
  .table tfoot th {
    border-width: 2px 0 0;
    color: #363636; }
.table tbody tr:last-child td,
  .table tbody tr:last-child th {
    border-bottom-width: 0; }
.table.is-bordered td,
  .table.is-bordered th {
    border-width: 1px; }
.table.is-bordered tr:last-child td,
  .table.is-bordered tr:last-child th {
    border-bottom-width: 1px; }
.table.is-fullwidth {
    width: 100%; }
.table.is-hoverable tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
      background-color: whitesmoke; }
.table.is-narrow td,
  .table.is-narrow th {
    padding: 0.25em 0.5em; }
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa; }
.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%; }
/** Tag **/
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
.tags .tag {
    margin-bottom: 0.5rem; }
.tags .tag:not(:last-child) {
      margin-right: 0.5rem; }
.tags:last-child {
    margin-bottom: -0.5rem; }
.tags:not(:last-child) {
    margin-bottom: 1rem; }
.tags.has-addons .tag {
    margin-right: 0; }
.tags.has-addons .tag:not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
.tags.has-addons .tag:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
.tags.is-centered {
    justify-content: center; }
.tags.is-centered .tag {
      margin-right: 0.25rem;
      margin-left: 0.25rem; }
.tags.is-right {
    justify-content: flex-end; }
.tags.is-right .tag:not(:first-child) {
      margin-left: 0.5rem; }
.tags.is-right .tag:not(:last-child) {
      margin-right: 0; }
.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 0;
  color: #454043;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap; }
.tag:not(body) .delete {
    margin-left: 0.25rem;
    margin-right: -0.375rem; }
.tag:not(body).is-white {
    background-color: white;
    color: #0a0a0a; }
.tag:not(body).is-black {
    background-color: #0a0a0a;
    color: white; }
.tag:not(body).is-light {
    background-color: whitesmoke;
    color: #363636; }
.tag:not(body).is-dark {
    background-color: #363636;
    color: whitesmoke; }
.tag:not(body).is-primary {
    background-color: #59374b;
    color: #fff; }
.tag:not(body).is-link {
    background-color: #3273dc;
    color: #fff; }
.tag:not(body).is-info {
    background-color: #209cee;
    color: #fff; }
.tag:not(body).is-success {
    background-color: #23d160;
    color: #fff; }
.tag:not(body).is-warning {
    background-color: rgba(247, 200, 96, 0.14);
    color: rgba(0, 0, 0, 0.7); }
.tag:not(body).is-danger {
    background-color: #ff3860;
    color: #fff; }
.tag:not(body).is-medium {
    font-size: 1rem; }
.tag:not(body).is-large {
    font-size: 1.25rem; }
.tag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -0.375em;
    margin-right: 0.1875em; }
.tag:not(body) .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: -0.375em; }
.tag:not(body) .icon:first-child:last-child {
    margin-left: -0.375em;
    margin-right: -0.375em; }
.tag:not(body).is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em; }
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
      background-color: currentColor;
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform-origin: center center; }
.tag:not(body).is-delete::before {
      height: 1px;
      width: 50%; }
.tag:not(body).is-delete::after {
      height: 50%;
      width: 1px; }
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
      background-color: #e8e8e8; }
.tag:not(body).is-delete:active {
      background-color: #dbdbdb; }
.tag:not(body).is-rounded {
    border-radius: 290486px; }
a.tag:hover {
  text-decoration: underline; }
.tag {
  transition: all 0.3s ease-out;
  will-change: transition;
  font-family: "Open Sans", sans-serif !important;
  font-style: normal !important;
  height: 20px;
  line-height: 20px;
  text-decoration: none !important; }
.label + .tag {
    display: flex;
    margin-left: 44px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
.tag.is-secondary {
    background: white;
    border: 1px solid #f7c860;
    color: #f7c860 !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase; }
.tag.is-secondary:hover {
      background-color: #f7c860;
      color: white !important; }
/** Title **/
.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: #363636;
  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: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25; }
.subtitle strong {
    color: #363636;
    font-weight: 600; }
.subtitle:not(.is-spaced) + .title {
    margin-top: -1.25rem; }
.subtitle.is-1 {
    font-size: 3rem; }
.subtitle.is-2 {
    font-size: 2.5rem; }
.subtitle.is-3 {
    font-size: 2rem; }
.subtitle.is-4 {
    font-size: 1.5rem; }
.subtitle.is-5 {
    font-size: 1.25rem; }
.subtitle.is-6 {
    font-size: 1rem; }
.subtitle.is-7 {
    font-size: 0.75rem; }
/** Other **/
.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase; }
.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0; }
.highlight pre {
    overflow: auto;
    max-width: 100%; }
.number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top; }
.video-container {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
.video-container iframe,
  .video-container object,
  .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
.help-video {
  background: #fff;
  border: 1px solid #cecece;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.19); }
.help-video__header {
    display: block;
    position: relative; }
.help-video__header img {
      height: auto;
      width: 100%; }
.help-video__header:hover::before {
      opacity: 1; }
.help-video__header::before {
      background-image: url("/static/images/play-button.png");
      background-position: center center;
      background-size: contain;
      content: '';
      height: 100px;
      left: 0;
      margin-left: auto;
      margin-right: auto;
      margin-top: -50px;
      position: absolute;
      right: 0;
      top: 50%;
      width: 100px; }
.help-video__content {
    padding: 17px 25px; }
.help-video__title {
    color: #59374b;
    font-size: 17px;
    font-weight: 700; }
.help-video__title:not(:last-child) {
      margin-bottom: 8px; }
.help-video__desc {
    color: #4d4d4d;
    font-size: 13px; }
.help-video__desc:not(:last-child) {
      margin-bottom: 21px; }
.help-video__close {
    background: transparent;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px; }
.help-video__modal {
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 20px 7%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100; }
@media screen and (max-width: 768px) {
      .help-video__modal {
        padding-left: 0;
        padding-right: 0; } }
.help-video__modal .video-container {
      width: 100%; }
.delete {
  transition: all 0.3s ease-out;
  will-change: transition;
  position: absolute;
  right: 7px;
  top: 7px; }
.delete.is-danger {
    background: rgba(255, 56, 96, 0.6); }
.delete.is-danger:hover {
      background: #ff3860; }
.divider {
  background: #e6e6e6;
  display: block;
  height: 1px;
  margin-bottom: 47px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 47px;
  position: relative;
  width: 180px; }
.sidebar {
  z-index: 29; }
@media screen and (min-width: 769px), print {
    .sidebar {
      position: -webkit-sticky;
      position: sticky;
      top: 20px; } }
@media screen and (min-width: 1088px) {
    .sidebar {
      top: 120px; } }
.sidebar.video-visible {
    z-index: 30; }
.react-datepicker__year-option:last-of-type, .react-datepicker__month-option:last-of-type, .react-datepicker__month-year-option:last-of-type {
  padding: 10px 0; }
.logo-text {
  background-image: url("/static/images/logo-one-color.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block !important;
  font-size: inherit !important;
  height: 100%;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  position: relative !important;
  text-indent: -200000px;
  width: 94px; }
.logo-text.white {
    background-image: url("/static/images/logo-one-color-white.svg"); }
.logo-text.secondary {
    background-image: url("/static/images/logo-one-color-secondary.svg"); }
.logo-text.large {
    height: 45px;
    margin-top: 0;
    width: 158px; }
.emoji {
  font-size: inherit !important;
  font-style: normal !important;
  font-weight: normal !important;
  margin: 0 !important; }
.has-large-mb {
  margin-bottom: 20px !important; }
.resp-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative; }
.resp-container > iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
.m-b-lg {
  margin-bottom: 40px; }
.fakepos {
  position: absolute;
  top: 0; }
.fakepos > span {
    display: block;
    height: 1px;
    position: relative;
    width: 1px; }
@media screen and (min-width: 1088px) {
      .fakepos > span {
        top: -100px; } }
.cart {
  position: relative; }
.cart__box {
    background-image: linear-gradient(-269deg, #fefefe 39%, #fcfcfc 98%);
    border: 1px solid #e1e1e1;
    -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.24));
            filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.24));
    padding: 30px;
    position: absolute;
    right: 0;
    top: calc(100% - 20px);
    width: 550px; }
@media screen and (max-width: 1087px) {
      .cart__box {
        padding: 20px 15px;
        right: 16px;
        top: 70px;
        width: calc(100vw + 3px); } }
@media screen and (max-width: 768px) {
      .cart__box {
        max-height: 360px;
        overflow: auto; } }
.cart__box::before {
      border-color: transparent transparent white transparent;
      border-style: solid;
      border-width: 0 10px 10px;
      content: '';
      height: 10px;
      height: 0;
      position: absolute;
      right: 12px;
      top: 1px;
      transform: translateY(-100%);
      width: 0; }
.cart__item {
    background: #fff;
    border: 1px solid #dcdcdc;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    display: flex;
    padding: 10px 15px;
    position: relative; }
@media screen and (max-width: 768px) {
      .cart__item {
        align-items: center;
        flex-direction: column;
        padding-right: 27px; } }
.cart__item:not(:last-child) {
      margin-bottom: 10px; }
.cart__item > * {
      align-items: center;
      display: flex; }
.cart__item > *:not(:last-child) {
        margin-right: 15px; }
@media screen and (max-width: 768px) {
          .cart__item > *:not(:last-child) {
            margin-right: 0; }
            .cart__item > *:not(:last-child):not(:nth-last-child(2)) {
              margin-bottom: 10px; } }
.cart__item__title {
      color: #4d4d4d;
      flex: 0 0 calc(40% - 15px);
      font-size: 13px;
      font-weight: 700; }
.cart__item__image {
      flex: 0 0 calc(20% - 15px); }
.cart__item__image img {
        display: block;
        height: 48px;
        margin-bottom: -5px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -5px;
        max-width: none;
        width: auto; }
@media screen and (max-width: 768px) {
          .cart__item__image img {
            height: 68px; } }
.cart__item__price {
      color: #4d4d4d;
      flex: 0 0 20%;
      font-size: 13px; }
.cart__item__delete {
      align-items: center;
      display: flex;
      flex: 0 0 calc(10% - 15px);
      justify-content: flex-end;
      margin-left: auto;
      position: relative; }
@media screen and (max-width: 768px) {
        .cart__item__delete.with-button {
          flex: 0 0 100%;
          justify-content: center;
          margin-top: 10px;
          width: 100%; }
        .cart__item__delete:not(.with-button) {
          height: 30px;
          position: absolute;
          right: 0;
          top: 0;
          width: 30px; } }
.cart__item__delete .button {
        margin-bottom: 0 !important; }
.cart__item__delete .delete {
        background: transparent;
        height: 30px;
        margin-top: -10px;
        margin-top: -15px;
        min-height: 30px;
        min-width: 30px;
        right: 0;
        top: 50%;
        width: 30px; }
.cart__item__delete .delete:hover::before, .cart__item__delete .delete:hover::after {
          background: #ff3860; }
.cart__item__delete .delete::before, .cart__item__delete .delete::after {
          transition: all 0.3s ease-out;
          will-change: transition;
          background: #59374b; }
.cart__item__delete .delete::before {
          height: 1px;
          width: 18px; }
.cart__item__delete .delete::after {
          height: 18px;
          width: 1px; }
.cart__total-row {
    align-items: center;
    border-top: 3px solid #e6e6e6;
    color: #59374b;
    display: flex;
    font-size: 17px;
    font-weight: 700;
    justify-content: space-between;
    padding: 27px 15px 15px; }
@media screen and (max-width: 768px) {
      .cart__total-row {
        align-items: center;
        flex-direction: column;
        justify-content: center; } }
.cart__total-row:not(:last-child) {
      margin-bottom: 21px; }
.cart__total-row strong {
      color: #59374b !important;
      flex: 0 0 82%;
      padding-right: 32%;
      text-align: right; }
@media screen and (max-width: 768px) {
        .cart__total-row strong {
          padding: 0;
          text-align: center; } }
.cart__total-row strong i {
        color: #4d4d4d;
        display: block;
        font-size: 13px;
        font-style: normal;
        font-weight: normal; }
.cart__price-row {
    align-items: center;
    color: #4d4d4d;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: space-between;
    margin-top: 21px;
    padding: 0 15px; }
.cart__price-row:not(:last-child) {
      margin-bottom: 21px; }
.cart__price-row i {
      color: #4d4d4d !important;
      display: inline-flex;
      flex: 0 0 40.5%;
      font-size: 13px !important;
      font-style: normal;
      font-weight: normal;
      margin-bottom: 0 !important;
      margin-left: 0 !important; }
.cart--type-2 .button.is-small {
    margin-bottom: 17px; }
.cart--type-2 .cart__price-row {
    border-top: 1px solid #e6e6e6;
    margin-top: 0;
    padding-top: 20px; }
.cart--type-2 .cart__box {
    background: none;
    border: 0;
    bottom: 0;
    box-shadow: none;
    -webkit-filter: none;
            filter: none;
    left: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%; }
.cart--type-2 .cart__item {
    overflow: auto; }
.cart--type-2 .cart__item__image {
      max-width: calc(20% - 15px); }
@media screen and (max-width: 768px) {
        .cart--type-2 .cart__item__image {
          flex: 0 0 100%;
          max-width: 100%; } }
.cart--type-2 .cart__item__image img {
        height: auto;
        max-width: 100%;
        width: 50px; }
@media screen and (max-width: 768px) {
          .cart--type-2 .cart__item__image img {
            min-width: 70px; } }
.cart-tooltip-content {
  transition: all 0.3s ease-out;
  will-change: transition;
  background: white;
  border: 1px solid #cecece;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.19);
  color: #454043 !important;
  font-size: 14px;
  min-width: 271px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: left;
  top: calc(100% + 4px);
  transform: translateY(10px);
  z-index: 2; }
.cart-tooltip-content.is-active, input:checked + .extra .cart-tooltip-content.button.is-yes {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0); }
.cart-tooltip-content p {
    color: #4d4d4d !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 13px !important;
    line-height: 21px !important; }
.cart-tooltip-content p:not(:last-child) {
      margin-bottom: 21px !important; }
/** Navbar **/
/* stylelint-disable selector-no-qualifying-type */
.navbar {
  background-color: white;
  min-height: 6.25rem;
  position: relative;
  z-index: 30; }
.navbar.is-white {
    background-color: white;
    color: #0a0a0a; }
.navbar.is-white .navbar-brand > .navbar-item,
    .navbar.is-white .navbar-brand .navbar-link {
      color: #0a0a0a; }
.navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active, .navbar.is-white input:checked + .extra .navbar-brand > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-white .navbar-brand > a.navbar-item.button.is-yes,
    .navbar.is-white .navbar-brand .navbar-link:hover,
    .navbar.is-white .navbar-brand .navbar-link.is-active,
    .navbar.is-white .navbar-brand input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .navbar.is-white .navbar-brand .navbar-link.button.is-yes {
      background-color: #f2f2f2;
      color: #0a0a0a; }
.navbar.is-white .navbar-brand .navbar-link::after {
      border-color: #0a0a0a; }
.navbar.is-white .navbar-burger {
      color: #0a0a0a; }
@media screen and (min-width: 1088px) {
      .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: #0a0a0a; }
      .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active, .navbar.is-white input:checked + .extra .navbar-start > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-white .navbar-start > a.navbar-item.button.is-yes,
      .navbar.is-white .navbar-start .navbar-link:hover,
      .navbar.is-white .navbar-start .navbar-link.is-active,
      .navbar.is-white .navbar-start input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-white .navbar-start .navbar-link.button.is-yes,
      .navbar.is-white .navbar-end > a.navbar-item:hover,
      .navbar.is-white .navbar-end > a.navbar-item.is-active,
      .navbar.is-white input:checked + .extra .navbar-end > a.navbar-item.button.is-yes,
      input:checked + .extra .navbar.is-white .navbar-end > a.navbar-item.button.is-yes,
      .navbar.is-white .navbar-end .navbar-link:hover,
      .navbar.is-white .navbar-end .navbar-link.is-active,
      .navbar.is-white .navbar-end input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-white .navbar-end .navbar-link.button.is-yes {
        background-color: #f2f2f2;
        color: #0a0a0a; }
      .navbar.is-white .navbar-start .navbar-link::after,
      .navbar.is-white .navbar-end .navbar-link::after {
        border-color: #0a0a0a; }
      .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,
      .navbar.is-white input:checked + .extra .navbar-item.has-dropdown.button.is-yes .navbar-link,
      input:checked + .extra .navbar.is-white .navbar-item.has-dropdown.button.is-yes .navbar-link {
        background-color: #f2f2f2;
        color: #0a0a0a; }
      .navbar.is-white .navbar-dropdown a.navbar-item.is-active, .navbar.is-white .navbar-dropdown input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-white .navbar-dropdown a.navbar-item.button.is-yes {
        background-color: white;
        color: #0a0a0a; } }
.navbar.is-black {
    background-color: #0a0a0a;
    color: white; }
.navbar.is-black .navbar-brand > .navbar-item,
    .navbar.is-black .navbar-brand .navbar-link {
      color: white; }
.navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active, .navbar.is-black input:checked + .extra .navbar-brand > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-black .navbar-brand > a.navbar-item.button.is-yes,
    .navbar.is-black .navbar-brand .navbar-link:hover,
    .navbar.is-black .navbar-brand .navbar-link.is-active,
    .navbar.is-black .navbar-brand input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .navbar.is-black .navbar-brand .navbar-link.button.is-yes {
      background-color: black;
      color: white; }
.navbar.is-black .navbar-brand .navbar-link::after {
      border-color: white; }
.navbar.is-black .navbar-burger {
      color: white; }
@media screen and (min-width: 1088px) {
      .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: white; }
      .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active, .navbar.is-black input:checked + .extra .navbar-start > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-black .navbar-start > a.navbar-item.button.is-yes,
      .navbar.is-black .navbar-start .navbar-link:hover,
      .navbar.is-black .navbar-start .navbar-link.is-active,
      .navbar.is-black .navbar-start input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-black .navbar-start .navbar-link.button.is-yes,
      .navbar.is-black .navbar-end > a.navbar-item:hover,
      .navbar.is-black .navbar-end > a.navbar-item.is-active,
      .navbar.is-black input:checked + .extra .navbar-end > a.navbar-item.button.is-yes,
      input:checked + .extra .navbar.is-black .navbar-end > a.navbar-item.button.is-yes,
      .navbar.is-black .navbar-end .navbar-link:hover,
      .navbar.is-black .navbar-end .navbar-link.is-active,
      .navbar.is-black .navbar-end input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-black .navbar-end .navbar-link.button.is-yes {
        background-color: black;
        color: white; }
      .navbar.is-black .navbar-start .navbar-link::after,
      .navbar.is-black .navbar-end .navbar-link::after {
        border-color: white; }
      .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,
      .navbar.is-black input:checked + .extra .navbar-item.has-dropdown.button.is-yes .navbar-link,
      input:checked + .extra .navbar.is-black .navbar-item.has-dropdown.button.is-yes .navbar-link {
        background-color: black;
        color: white; }
      .navbar.is-black .navbar-dropdown a.navbar-item.is-active, .navbar.is-black .navbar-dropdown input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-black .navbar-dropdown a.navbar-item.button.is-yes {
        background-color: #0a0a0a;
        color: white; } }
.navbar.is-light {
    background-color: whitesmoke;
    color: #363636; }
.navbar.is-light .navbar-brand > .navbar-item,
    .navbar.is-light .navbar-brand .navbar-link {
      color: #363636; }
.navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active, .navbar.is-light input:checked + .extra .navbar-brand > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-light .navbar-brand > a.navbar-item.button.is-yes,
    .navbar.is-light .navbar-brand .navbar-link:hover,
    .navbar.is-light .navbar-brand .navbar-link.is-active,
    .navbar.is-light .navbar-brand input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .navbar.is-light .navbar-brand .navbar-link.button.is-yes {
      background-color: #e8e8e8;
      color: #363636; }
.navbar.is-light .navbar-brand .navbar-link::after {
      border-color: #363636; }
.navbar.is-light .navbar-burger {
      color: #363636; }
@media screen and (min-width: 1088px) {
      .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: #363636; }
      .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active, .navbar.is-light input:checked + .extra .navbar-start > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-light .navbar-start > a.navbar-item.button.is-yes,
      .navbar.is-light .navbar-start .navbar-link:hover,
      .navbar.is-light .navbar-start .navbar-link.is-active,
      .navbar.is-light .navbar-start input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-light .navbar-start .navbar-link.button.is-yes,
      .navbar.is-light .navbar-end > a.navbar-item:hover,
      .navbar.is-light .navbar-end > a.navbar-item.is-active,
      .navbar.is-light input:checked + .extra .navbar-end > a.navbar-item.button.is-yes,
      input:checked + .extra .navbar.is-light .navbar-end > a.navbar-item.button.is-yes,
      .navbar.is-light .navbar-end .navbar-link:hover,
      .navbar.is-light .navbar-end .navbar-link.is-active,
      .navbar.is-light .navbar-end input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-light .navbar-end .navbar-link.button.is-yes {
        background-color: #e8e8e8;
        color: #363636; }
      .navbar.is-light .navbar-start .navbar-link::after,
      .navbar.is-light .navbar-end .navbar-link::after {
        border-color: #363636; }
      .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,
      .navbar.is-light input:checked + .extra .navbar-item.has-dropdown.button.is-yes .navbar-link,
      input:checked + .extra .navbar.is-light .navbar-item.has-dropdown.button.is-yes .navbar-link {
        background-color: #e8e8e8;
        color: #363636; }
      .navbar.is-light .navbar-dropdown a.navbar-item.is-active, .navbar.is-light .navbar-dropdown input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-light .navbar-dropdown a.navbar-item.button.is-yes {
        background-color: whitesmoke;
        color: #363636; } }
.navbar.is-dark {
    background-color: #363636;
    color: whitesmoke; }
.navbar.is-dark .navbar-brand > .navbar-item,
    .navbar.is-dark .navbar-brand .navbar-link {
      color: whitesmoke; }
.navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active, .navbar.is-dark input:checked + .extra .navbar-brand > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-dark .navbar-brand > a.navbar-item.button.is-yes,
    .navbar.is-dark .navbar-brand .navbar-link:hover,
    .navbar.is-dark .navbar-brand .navbar-link.is-active,
    .navbar.is-dark .navbar-brand input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .navbar.is-dark .navbar-brand .navbar-link.button.is-yes {
      background-color: #292929;
      color: whitesmoke; }
.navbar.is-dark .navbar-brand .navbar-link::after {
      border-color: whitesmoke; }
.navbar.is-dark .navbar-burger {
      color: whitesmoke; }
@media screen and (min-width: 1088px) {
      .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: whitesmoke; }
      .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active, .navbar.is-dark input:checked + .extra .navbar-start > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-dark .navbar-start > a.navbar-item.button.is-yes,
      .navbar.is-dark .navbar-start .navbar-link:hover,
      .navbar.is-dark .navbar-start .navbar-link.is-active,
      .navbar.is-dark .navbar-start input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-dark .navbar-start .navbar-link.button.is-yes,
      .navbar.is-dark .navbar-end > a.navbar-item:hover,
      .navbar.is-dark .navbar-end > a.navbar-item.is-active,
      .navbar.is-dark input:checked + .extra .navbar-end > a.navbar-item.button.is-yes,
      input:checked + .extra .navbar.is-dark .navbar-end > a.navbar-item.button.is-yes,
      .navbar.is-dark .navbar-end .navbar-link:hover,
      .navbar.is-dark .navbar-end .navbar-link.is-active,
      .navbar.is-dark .navbar-end input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-dark .navbar-end .navbar-link.button.is-yes {
        background-color: #292929;
        color: whitesmoke; }
      .navbar.is-dark .navbar-start .navbar-link::after,
      .navbar.is-dark .navbar-end .navbar-link::after {
        border-color: whitesmoke; }
      .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,
      .navbar.is-dark input:checked + .extra .navbar-item.has-dropdown.button.is-yes .navbar-link,
      input:checked + .extra .navbar.is-dark .navbar-item.has-dropdown.button.is-yes .navbar-link {
        background-color: #292929;
        color: whitesmoke; }
      .navbar.is-dark .navbar-dropdown a.navbar-item.is-active, .navbar.is-dark .navbar-dropdown input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-dark .navbar-dropdown a.navbar-item.button.is-yes {
        background-color: #363636;
        color: whitesmoke; } }
.navbar.is-primary {
    background-color: #59374b;
    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:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, .navbar.is-primary input:checked + .extra .navbar-brand > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-primary .navbar-brand > a.navbar-item.button.is-yes,
    .navbar.is-primary .navbar-brand .navbar-link:hover,
    .navbar.is-primary .navbar-brand .navbar-link.is-active,
    .navbar.is-primary .navbar-brand input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .navbar.is-primary .navbar-brand .navbar-link.button.is-yes {
      background-color: #492d3e;
      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: 1088px) {
      .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:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active, .navbar.is-primary input:checked + .extra .navbar-start > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-primary .navbar-start > a.navbar-item.button.is-yes,
      .navbar.is-primary .navbar-start .navbar-link:hover,
      .navbar.is-primary .navbar-start .navbar-link.is-active,
      .navbar.is-primary .navbar-start input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-primary .navbar-start .navbar-link.button.is-yes,
      .navbar.is-primary .navbar-end > a.navbar-item:hover,
      .navbar.is-primary .navbar-end > a.navbar-item.is-active,
      .navbar.is-primary input:checked + .extra .navbar-end > a.navbar-item.button.is-yes,
      input:checked + .extra .navbar.is-primary .navbar-end > a.navbar-item.button.is-yes,
      .navbar.is-primary .navbar-end .navbar-link:hover,
      .navbar.is-primary .navbar-end .navbar-link.is-active,
      .navbar.is-primary .navbar-end input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-primary .navbar-end .navbar-link.button.is-yes {
        background-color: #492d3e;
        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:hover .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,
      .navbar.is-primary input:checked + .extra .navbar-item.has-dropdown.button.is-yes .navbar-link,
      input:checked + .extra .navbar.is-primary .navbar-item.has-dropdown.button.is-yes .navbar-link {
        background-color: #492d3e;
        color: #fff; }
      .navbar.is-primary .navbar-dropdown a.navbar-item.is-active, .navbar.is-primary .navbar-dropdown input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-primary .navbar-dropdown a.navbar-item.button.is-yes {
        background-color: #59374b;
        color: #fff; } }
.navbar.is-link {
    background-color: #3273dc;
    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:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active, .navbar.is-link input:checked + .extra .navbar-brand > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-link .navbar-brand > a.navbar-item.button.is-yes,
    .navbar.is-link .navbar-brand .navbar-link:hover,
    .navbar.is-link .navbar-brand .navbar-link.is-active,
    .navbar.is-link .navbar-brand input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .navbar.is-link .navbar-brand .navbar-link.button.is-yes {
      background-color: #2366d1;
      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: 1088px) {
      .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:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active, .navbar.is-link input:checked + .extra .navbar-start > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-link .navbar-start > a.navbar-item.button.is-yes,
      .navbar.is-link .navbar-start .navbar-link:hover,
      .navbar.is-link .navbar-start .navbar-link.is-active,
      .navbar.is-link .navbar-start input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-link .navbar-start .navbar-link.button.is-yes,
      .navbar.is-link .navbar-end > a.navbar-item:hover,
      .navbar.is-link .navbar-end > a.navbar-item.is-active,
      .navbar.is-link input:checked + .extra .navbar-end > a.navbar-item.button.is-yes,
      input:checked + .extra .navbar.is-link .navbar-end > a.navbar-item.button.is-yes,
      .navbar.is-link .navbar-end .navbar-link:hover,
      .navbar.is-link .navbar-end .navbar-link.is-active,
      .navbar.is-link .navbar-end input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-link .navbar-end .navbar-link.button.is-yes {
        background-color: #2366d1;
        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:hover .navbar-link,
      .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,
      .navbar.is-link input:checked + .extra .navbar-item.has-dropdown.button.is-yes .navbar-link,
      input:checked + .extra .navbar.is-link .navbar-item.has-dropdown.button.is-yes .navbar-link {
        background-color: #2366d1;
        color: #fff; }
      .navbar.is-link .navbar-dropdown a.navbar-item.is-active, .navbar.is-link .navbar-dropdown input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-link .navbar-dropdown a.navbar-item.button.is-yes {
        background-color: #3273dc;
        color: #fff; } }
.navbar.is-info {
    background-color: #209cee;
    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:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, .navbar.is-info input:checked + .extra .navbar-brand > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-info .navbar-brand > a.navbar-item.button.is-yes,
    .navbar.is-info .navbar-brand .navbar-link:hover,
    .navbar.is-info .navbar-brand .navbar-link.is-active,
    .navbar.is-info .navbar-brand input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .navbar.is-info .navbar-brand .navbar-link.button.is-yes {
      background-color: #118fe4;
      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: 1088px) {
      .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:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active, .navbar.is-info input:checked + .extra .navbar-start > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-info .navbar-start > a.navbar-item.button.is-yes,
      .navbar.is-info .navbar-start .navbar-link:hover,
      .navbar.is-info .navbar-start .navbar-link.is-active,
      .navbar.is-info .navbar-start input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-info .navbar-start .navbar-link.button.is-yes,
      .navbar.is-info .navbar-end > a.navbar-item:hover,
      .navbar.is-info .navbar-end > a.navbar-item.is-active,
      .navbar.is-info input:checked + .extra .navbar-end > a.navbar-item.button.is-yes,
      input:checked + .extra .navbar.is-info .navbar-end > a.navbar-item.button.is-yes,
      .navbar.is-info .navbar-end .navbar-link:hover,
      .navbar.is-info .navbar-end .navbar-link.is-active,
      .navbar.is-info .navbar-end input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-info .navbar-end .navbar-link.button.is-yes {
        background-color: #118fe4;
        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:hover .navbar-link,
      .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,
      .navbar.is-info input:checked + .extra .navbar-item.has-dropdown.button.is-yes .navbar-link,
      input:checked + .extra .navbar.is-info .navbar-item.has-dropdown.button.is-yes .navbar-link {
        background-color: #118fe4;
        color: #fff; }
      .navbar.is-info .navbar-dropdown a.navbar-item.is-active, .navbar.is-info .navbar-dropdown input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-info .navbar-dropdown a.navbar-item.button.is-yes {
        background-color: #209cee;
        color: #fff; } }
.navbar.is-success {
    background-color: #23d160;
    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:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, .navbar.is-success input:checked + .extra .navbar-brand > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-success .navbar-brand > a.navbar-item.button.is-yes,
    .navbar.is-success .navbar-brand .navbar-link:hover,
    .navbar.is-success .navbar-brand .navbar-link.is-active,
    .navbar.is-success .navbar-brand input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .navbar.is-success .navbar-brand .navbar-link.button.is-yes {
      background-color: #20bc56;
      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: 1088px) {
      .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:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active, .navbar.is-success input:checked + .extra .navbar-start > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-success .navbar-start > a.navbar-item.button.is-yes,
      .navbar.is-success .navbar-start .navbar-link:hover,
      .navbar.is-success .navbar-start .navbar-link.is-active,
      .navbar.is-success .navbar-start input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-success .navbar-start .navbar-link.button.is-yes,
      .navbar.is-success .navbar-end > a.navbar-item:hover,
      .navbar.is-success .navbar-end > a.navbar-item.is-active,
      .navbar.is-success input:checked + .extra .navbar-end > a.navbar-item.button.is-yes,
      input:checked + .extra .navbar.is-success .navbar-end > a.navbar-item.button.is-yes,
      .navbar.is-success .navbar-end .navbar-link:hover,
      .navbar.is-success .navbar-end .navbar-link.is-active,
      .navbar.is-success .navbar-end input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-success .navbar-end .navbar-link.button.is-yes {
        background-color: #20bc56;
        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:hover .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,
      .navbar.is-success input:checked + .extra .navbar-item.has-dropdown.button.is-yes .navbar-link,
      input:checked + .extra .navbar.is-success .navbar-item.has-dropdown.button.is-yes .navbar-link {
        background-color: #20bc56;
        color: #fff; }
      .navbar.is-success .navbar-dropdown a.navbar-item.is-active, .navbar.is-success .navbar-dropdown input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-success .navbar-dropdown a.navbar-item.button.is-yes {
        background-color: #23d160;
        color: #fff; } }
.navbar.is-warning {
    background-color: rgba(247, 200, 96, 0.14);
    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:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, .navbar.is-warning input:checked + .extra .navbar-brand > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-warning .navbar-brand > a.navbar-item.button.is-yes,
    .navbar.is-warning .navbar-brand .navbar-link:hover,
    .navbar.is-warning .navbar-brand .navbar-link.is-active,
    .navbar.is-warning .navbar-brand input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .navbar.is-warning .navbar-brand .navbar-link.button.is-yes {
      background-color: rgba(246, 192, 72, 0.14);
      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: 1088px) {
      .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:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active, .navbar.is-warning input:checked + .extra .navbar-start > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-warning .navbar-start > a.navbar-item.button.is-yes,
      .navbar.is-warning .navbar-start .navbar-link:hover,
      .navbar.is-warning .navbar-start .navbar-link.is-active,
      .navbar.is-warning .navbar-start input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-warning .navbar-start .navbar-link.button.is-yes,
      .navbar.is-warning .navbar-end > a.navbar-item:hover,
      .navbar.is-warning .navbar-end > a.navbar-item.is-active,
      .navbar.is-warning input:checked + .extra .navbar-end > a.navbar-item.button.is-yes,
      input:checked + .extra .navbar.is-warning .navbar-end > a.navbar-item.button.is-yes,
      .navbar.is-warning .navbar-end .navbar-link:hover,
      .navbar.is-warning .navbar-end .navbar-link.is-active,
      .navbar.is-warning .navbar-end input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-warning .navbar-end .navbar-link.button.is-yes {
        background-color: rgba(246, 192, 72, 0.14);
        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:hover .navbar-link,
      .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,
      .navbar.is-warning input:checked + .extra .navbar-item.has-dropdown.button.is-yes .navbar-link,
      input:checked + .extra .navbar.is-warning .navbar-item.has-dropdown.button.is-yes .navbar-link {
        background-color: rgba(246, 192, 72, 0.14);
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-dropdown a.navbar-item.is-active, .navbar.is-warning .navbar-dropdown input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-warning .navbar-dropdown a.navbar-item.button.is-yes {
        background-color: rgba(247, 200, 96, 0.14);
        color: rgba(0, 0, 0, 0.7); } }
.navbar.is-danger {
    background-color: #ff3860;
    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:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active, .navbar.is-danger input:checked + .extra .navbar-brand > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-danger .navbar-brand > a.navbar-item.button.is-yes,
    .navbar.is-danger .navbar-brand .navbar-link:hover,
    .navbar.is-danger .navbar-brand .navbar-link.is-active,
    .navbar.is-danger .navbar-brand input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .navbar.is-danger .navbar-brand .navbar-link.button.is-yes {
      background-color: #ff1f4b;
      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: 1088px) {
      .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:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active, .navbar.is-danger input:checked + .extra .navbar-start > a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-danger .navbar-start > a.navbar-item.button.is-yes,
      .navbar.is-danger .navbar-start .navbar-link:hover,
      .navbar.is-danger .navbar-start .navbar-link.is-active,
      .navbar.is-danger .navbar-start input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-danger .navbar-start .navbar-link.button.is-yes,
      .navbar.is-danger .navbar-end > a.navbar-item:hover,
      .navbar.is-danger .navbar-end > a.navbar-item.is-active,
      .navbar.is-danger input:checked + .extra .navbar-end > a.navbar-item.button.is-yes,
      input:checked + .extra .navbar.is-danger .navbar-end > a.navbar-item.button.is-yes,
      .navbar.is-danger .navbar-end .navbar-link:hover,
      .navbar.is-danger .navbar-end .navbar-link.is-active,
      .navbar.is-danger .navbar-end input:checked + .extra .navbar-link.button.is-yes,
      input:checked + .extra .navbar.is-danger .navbar-end .navbar-link.button.is-yes {
        background-color: #ff1f4b;
        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:hover .navbar-link,
      .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,
      .navbar.is-danger input:checked + .extra .navbar-item.has-dropdown.button.is-yes .navbar-link,
      input:checked + .extra .navbar.is-danger .navbar-item.has-dropdown.button.is-yes .navbar-link {
        background-color: #ff1f4b;
        color: #fff; }
      .navbar.is-danger .navbar-dropdown a.navbar-item.is-active, .navbar.is-danger .navbar-dropdown input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-danger .navbar-dropdown a.navbar-item.button.is-yes {
        background-color: #ff3860;
        color: #fff; } }
.navbar > .container {
    align-items: stretch;
    display: flex;
    min-height: 6.25rem;
    width: 100%; }
.navbar.has-shadow {
    box-shadow: 0 2px 0 0 whitesmoke; }
.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 whitesmoke; }
.navbar.is-fixed-top {
    top: 0; }
html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 6.25rem; }
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 6.25rem; }
.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 6.25rem; }
.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: #454043;
  cursor: pointer;
  display: block;
  height: 6.25rem;
  position: relative;
  width: 6.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: 0.3s;
    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), input:checked + .extra .navbar-burger.button.is-yes span:nth-child(1) {
    transform: translateY(5px) rotate(45deg); }
.navbar-burger.is-active span:nth-child(2), input:checked + .extra .navbar-burger.button.is-yes span:nth-child(2) {
    opacity: 0; }
.navbar-burger.is-active span:nth-child(3), input:checked + .extra .navbar-burger.button.is-yes span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg); }
.navbar-menu {
  display: none; }
.navbar-item,
.navbar-link {
  color: #454043;
  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:hover, a.navbar-item.is-active, input:checked + .extra a.navbar-item.button.is-yes,
  .navbar-link:hover,
  .navbar-link.is-active,
  input:checked + .extra .navbar-link.button.is-yes {
    background-color: transparent;
    color: #f7c860; }
.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0; }
.navbar-item img {
    max-height: none; }
.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: 6.25rem;
    padding-bottom: calc(0.5rem - 1px); }
.navbar-item.is-tab:hover {
      background-color: transparent;
      border-bottom-color: #3273dc; }
.navbar-item.is-tab.is-active, input:checked + .extra .navbar-item.is-tab.button.is-yes {
      background-color: transparent;
      border-bottom-color: #3273dc;
      border-bottom-style: solid;
      border-bottom-width: 3px;
      color: #3273dc;
      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: #3273dc;
    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: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0; }
@media screen and (max-width: 1087px) {
  .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: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0; }
    .navbar-menu.is-active, input:checked + .extra .navbar-menu.button.is-yes {
      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, 10, 10, 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 - 6.25rem);
    overflow: auto; }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 6.25rem; }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 6.25rem; } }
@media screen and (min-width: 1088px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex; }
  .navbar {
    min-height: 6.25rem; }
    .navbar.is-spaced {
      padding: 0.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: 4px; }
    .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active, .navbar.is-transparent input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-transparent a.navbar-item.button.is-yes,
    .navbar.is-transparent .navbar-link:hover,
    .navbar.is-transparent .navbar-link.is-active,
    .navbar.is-transparent input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .navbar.is-transparent .navbar-link.button.is-yes {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent input:checked + .extra .navbar-item.has-dropdown.button.is-yes .navbar-link, input:checked + .extra .navbar.is-transparent .navbar-item.has-dropdown.button.is-yes .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:hover {
      background-color: whitesmoke;
      color: #0a0a0a; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active, .navbar.is-transparent .navbar-dropdown input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .navbar.is-transparent .navbar-dropdown a.navbar-item.button.is-yes {
      background-color: whitesmoke;
      color: #3273dc; }
  .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 #dbdbdb;
      border-radius: 6px 6px 0 0;
      border-top: none;
      bottom: 100%;
      box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
      top: auto; }
    .navbar-item.is-active .navbar-dropdown, input:checked + .extra .navbar-item.button.is-yes .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
      display: block; }
      .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar.is-spaced input:checked + .extra .navbar-item.button.is-yes .navbar-dropdown, input:checked + .extra .navbar.is-spaced .navbar-item.button.is-yes .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, input:checked + .extra .navbar-item.button.is-yes .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: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 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:hover {
        background-color: whitesmoke;
        color: #0a0a0a; }
      .navbar-dropdown a.navbar-item.is-active, .navbar-dropdown input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .navbar-dropdown a.navbar-item.button.is-yes {
        background-color: whitesmoke;
        color: #3273dc; }
    .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
      border-radius: 6px;
      border-top: none;
      box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      display: block;
      opacity: 0;
      pointer-events: none;
      top: calc(100% + (-4px));
      transform: translateY(-5px);
      transition-duration: 0.3s;
      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: -.75rem; }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -.75rem; }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0; }
    .navbar.is-fixed-bottom-desktop.has-shadow {
      box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-desktop {
    top: 0; }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 6.25rem; }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 6.25rem; }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 6.45rem; }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 6.45rem; }
  a.navbar-item.is-active, input:checked + .extra a.navbar-item.button.is-yes,
  .navbar-link.is-active,
  input:checked + .extra .navbar-link.button.is-yes {
    color: #454043; }
  a.navbar-item.is-active:not(:hover), input:checked + .extra a.navbar-item.button.is-yes:not(:hover),
  .navbar-link.is-active:not(:hover),
  input:checked + .extra .navbar-link.button.is-yes:not(:hover) {
    background-color: transparent; }
  .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link, input:checked + .extra .navbar-item.has-dropdown.button.is-yes .navbar-link {
    background-color: transparent; } }
@media screen and (min-width: 1088px) {
  .navbar {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    top: 0; } }
@media screen and (max-width: 1087px) {
  .navbar-brand .navbar-item {
    margin-left: auto;
    margin-right: auto; }
  .navbar-menu {
    display: block !important;
    padding: 0;
    position: relative; }
    .navbar-menu .navbar-start {
      transition: all 0.3s ease-out;
      will-change: transition;
      background: #f5f2f1;
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      text-align: center; }
      .navbar-menu .navbar-start .navbar-item {
        font-size: 18px;
        padding-bottom: 18px;
        padding-top: 18px; }
        .navbar-menu .navbar-start .navbar-item:not(:last-child) {
          border-bottom: 1px solid #e6e6e6; }
    .navbar-menu.is-active .navbar-start, input:checked + .extra .navbar-menu.button.is-yes .navbar-start {
      max-height: 300px;
      overflow: hidden;
      padding: 19px 20px; }
    .navbar-menu .navbar-end {
      display: flex;
      left: 0;
      margin-left: auto;
      max-width: 140px;
      position: absolute;
      right: 0;
      top: 0;
      transform: translateY(-100%); }
      .navbar-menu .navbar-end .navbar-item {
        align-items: center;
        display: flex;
        height: 60px; }
    .navbar-menu .cart {
      background: rgba(89, 55, 75, 0.3);
      border-radius: 100%;
      height: 60px;
      position: fixed;
      right: -17px;
      top: -178px;
      width: 60px;
      z-index: 10; }
      .navbar-menu .cart .icon-chart {
        color: white !important;
        margin-bottom: -14px;
        margin-left: -4px !important; }
      .navbar-menu .cart.is-active, .navbar-menu input:checked + .extra .cart.button.is-yes, input:checked + .extra .navbar-menu .cart.button.is-yes {
        background: #f7c860; }
        .navbar-menu .cart.is-active .icon-chart, .navbar-menu input:checked + .extra .cart.button.is-yes .icon-chart, input:checked + .extra .navbar-menu .cart.button.is-yes .icon-chart {
          color: white !important;
          margin-bottom: -14px;
          margin-left: -4px !important; } }
@media screen and (min-width: 1088px) {
  .navbar .hamburger {
    display: none !important; } }
.navbar .loader {
  display: block;
  margin-left: 47px;
  margin-right: 30px; }
@media screen and (max-width: 768px) {
    .navbar .loader {
      margin-left: 54px;
      margin-right: auto; } }
.navbar .hamburger {
  align-items: center;
  background-color: #f5f2f1;
  display: flex;
  height: 60px;
  justify-content: flex-start;
  margin-left: 0 !important;
  margin-right: auto;
  max-width: 200px; }
.navbar .hamburger > p {
    font-size: 18px;
    left: 88px;
    pointer-events: none;
    position: absolute; }
.navbar .hamburger:hover {
    background-color: #e0d6d3; }
.navbar .hamburger .navbar-burger {
    transition: all 0.3s ease-out;
    will-change: transition;
    align-items: center;
    display: flex;
    height: 17px;
    height: 100%;
    justify-content: flex-start;
    margin-left: 0;
    width: 100%; }
.navbar .hamburger .navbar-burger span {
      left: 29px;
      width: 18px; }
.navbar .hamburger .navbar-burger span:nth-child(1) {
      top: calc(50% - 7px); }
.navbar .hamburger .navbar-burger span:nth-child(2) {
      top: calc(50% - 1px); }
.navbar .hamburger .navbar-burger span:nth-child(3) {
      top: calc(50% + 5px); }
.navbar .hamburger .navbar-burger.is-active span:nth-child(1), .navbar .hamburger input:checked + .extra .navbar-burger.button.is-yes span:nth-child(1), input:checked + .extra .navbar .hamburger .navbar-burger.button.is-yes span:nth-child(1) {
      transform: translateY(7px) rotate(45deg); }
.navbar .hamburger .navbar-burger.is-active span:nth-child(3), .navbar .hamburger input:checked + .extra .navbar-burger.button.is-yes span:nth-child(3), input:checked + .extra .navbar .hamburger .navbar-burger.button.is-yes span:nth-child(3) {
      transform: translateY(-5px) rotate(-45deg); }
.navbar-logo img {
  height: auto;
  max-height: none !important;
  max-width: none;
  width: 150px; }
.navbar-start {
  justify-content: space-around;
  width: 100%; }
.navbar-end .cart .icon-chart {
  color: #e6e6e6;
  cursor: pointer;
  font-size: 29px;
  margin-left: 17px; }
@media screen and (min-width: 1088px) {
    .navbar-end .cart .icon-chart {
      transition: all 0.3s ease-out;
      will-change: transition; } }
.navbar-end .cart .icon-chart:hover {
    color: #f7c860; }
.navbar-end .cart.is-active .icon-chart, .navbar-end input:checked + .extra .cart.button.is-yes .icon-chart, input:checked + .extra .navbar-end .cart.button.is-yes .icon-chart {
  color: #f7c860; }
@media screen and (min-width: 1088px) {
  .navbar-item:hover .icon-chart {
    color: #f7c860; } }
.navbar-item.underlined {
  font-size: 14px;
  text-transform: uppercase; }
@media screen and (min-width: 1088px) {
    .navbar-item.underlined {
      position: relative; }
      .navbar-item.underlined::before {
        transition: all 0.3s ease-out;
        will-change: transition;
        background-color: #f7c860;
        content: '';
        height: 1px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 0;
        top: calc(50% + 15px);
        width: 0; }
      .navbar-item.underlined:hover::before {
        width: 40%; } }
.navbar-item.underlined.is-active::before, input:checked + .extra .navbar-item.underlined.button.is-yes::before {
    width: 40%; }
.lang-select__control {
  background-color: white !important;
  border: 1px solid #e6e6e6;
  border-radius: 0 !important;
  margin-left: 17px;
  min-height: 40px !important;
  width: 97px; }
.lang-select__control--is-focused {
    border-color: #e6e6e6 !important;
    box-shadow: none !important; }
.lang-select__value-container {
  padding-left: 10px !important; }
.lang-select__single-value {
  color: #454043 !important;
  font-size: 14px;
  left: 29px !important; }
.lang-select__option {
  transition: all 0.3s ease-out;
  will-change: transition;
  align-items: center;
  background-color: white !important;
  color: #454043 !important;
  display: flex !important;
  font-size: 14px;
  padding-left: 10px !important; }
.lang-select__option [class^='icon-'],
  .lang-select__option [class*=' icon-'] {
    margin-right: 5px; }
.lang-select__option--is-focused {
    background-color: white !important; }
.lang-select__option:hover {
    background-color: #e6e6e6 !important; }
.lang-select__indicator-separator {
  display: none !important; }
.lang-select__indicators span {
  color: #59374b;
  display: block;
  padding-right: 10px; }
.lang-select__menu {
  border-color: #e6e6e6 !important;
  border-radius: 0 !important; }
.lang-select__menu-list {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }
.clock-section {
  align-items: center;
  box-shadow: 0 2px 54px 0 rgba(0, 0, 0, 0.37);
  display: flex;
  min-height: 196px;
  padding-bottom: calc(32px - 0.75em);
  padding-top: calc(32px - 0.75em);
  z-index: 2; }
.clock-section > .container {
    min-height: 153px; }
.clock-section__clock {
    bottom: -19px;
    height: 262px;
    left: 4%;
    position: absolute;
    width: 310px; }
@media screen and (max-width: 768px) {
      .clock-section__clock {
        bottom: 0;
        left: 0;
        margin: 0 auto;
        margin-top: -90px;
        position: relative;
        right: 0; } }
.clock-section__clock img {
      height: auto;
      width: 100%; }
.section-secondary + * {
  z-index: 3; }
.section-secondary__title {
  color: #59374b;
  font-size: 30px;
  font-weight: 900; }
.section-secondary__title:not(:last-child) {
    margin-bottom: 18px; }
.section-secondary__desc {
  color: #59374b;
  font-family: "Lora", serif;
  font-size: 15px;
  font-style: italic;
  font-weight: bold; }
.section-secondary__desc strong {
    background-image: url("/static/images/logo-one-color.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 27px;
    text-indent: -200000px;
    width: 94px; }
.section-secondary__desc:not(:last-child) {
    margin-bottom: 18px; }
.review-section {
  overflow: hidden;
  padding: calc(57px - 0.75em) 0; }
@media screen and (max-width: 768px) {
    .review-section {
      padding: calc(35px - 0.75em) 0; } }
.review-section .slick-track {
    display: flex; }
.review-section .slick-track .slick-slide {
      display: flex;
      height: auto; }
.review-section__slide {
    display: flex;
    flex-direction: column;
    height: calc(100% - 18px);
    justify-content: stretch;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 29px); }
.review-section__slide-outter {
      height: 100%;
      outline: none; }
.review-section__slide__content {
      background: #f5f2f1;
      border: 4px solid #cecece;
      box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.19);
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-content: space-between;
      padding: 141px 32px 32px; }
@media screen and (max-width: 768px) {
        .review-section__slide__content {
          padding: 141px 15px 15px; } }
.review-section__slide__content p {
        color: #59374b;
        font-family: "Lora", serif;
        font-size: 15px;
        font-style: italic;
        margin-bottom: 33px;
        text-align: justify; }
.review-section__slide__content *:last-child {
        margin-bottom: 0; }
.review-section__slide__review {
      align-items: center;
      align-items: center;
      display: flex;
      justify-content: center; }
.review-section__slide__review p {
        align-items: center;
        display: flex; }
.review-section__slide__review p span {
          color: #59374b;
          font-size: 25px;
          margin-right: 7px; }
.review-section__slide__review p span:last-of-type {
            margin-right: 27px; }
.review-section__slide__review p em {
          color: #59374b;
          font-size: 15px; }
.review-section__slide__image {
      background-position: center center;
      background-size: cover;
      margin: 0 auto -110px;
      max-width: calc(100% - 27px);
      padding-bottom: 68%;
      position: relative;
      width: 100%;
      z-index: 2; }
@media screen and (max-width: 768px) {
        .review-section__slide__image {
          max-width: calc(100% - 59px); } }
.info-section {
  overflow: hidden;
  padding: calc(92px - 0.75em) 0; }
@media screen and (max-width: 768px) {
    .info-section {
      padding: calc(38px - 0.75em) 0; } }
.info-section__desc {
    color: #4d4d4d;
    font-family: "Lora", serif;
    font-size: 17px;
    line-height: 27px;
    text-align: justify; }
.info-section__desc h3 {
      text-align: center; }
.info-section__desc:not(:last-child) {
      margin-bottom: 55px; }
.info-section__parallax {
    bottom: 10%;
    left: 47%;
    position: absolute;
    width: 560px; }
@media screen and (min-width: 769px) and (max-width: 1087px) {
      .info-section__parallax {
        width: 500px; } }
@media screen and (max-width: 768px) {
      .info-section__parallax {
        bottom: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
        position: relative;
        right: 0;
        width: 100%; } }
.info-section__parallax img {
      height: auto;
      max-width: none;
      width: 100%; }
.show-section {
  padding: calc(57px - 0.75em) 0; }
@media screen and (max-width: 768px) {
    .show-section {
      padding: calc(35px - 0.75em) 0 calc(55px - 0.75em); }
      .show-section .slick-list {
        margin-left: -0.75em !important;
        margin-right: -0.75em !important; } }
.slick-active .show-section__slide__content {
    transform: scale(1) translateY(-50%) translateX(0); }
@media screen and (max-width: 768px) {
      .slick-active .show-section__slide__content {
        transform: scale(1) translateY(0) translateX(0); } }
.slick-active .show-section__slide__image {
    transform: scale(1) translateX(0); }
.show-section__slide {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 29px);
    position: relative; }
@media screen and (max-width: 768px) {
      .show-section__slide {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px; } }
.show-section__slide-outter {
      outline: none; }
.show-section__slide__content {
      transition: all 0.3s ease;
      background: #f5f2f1;
      border: 4px solid #cecece;
      box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.19);
      left: 2%;
      max-height: 310px;
      max-width: 42%;
      overflow: auto;
      padding: 35px 17px;
      position: absolute;
      top: 50%;
      transform: scale(0.8) translateY(-50%) translateX(-200px);
      z-index: 2; }
@media screen and (min-width: 769px) and (max-width: 1087px) {
        .show-section__slide__content {
          padding: 30px; } }
@media screen and (max-width: 768px) {
        .show-section__slide__content {
          left: 0;
          margin-left: auto;
          margin-right: auto;
          margin-top: -32px;
          max-width: calc(100% - 1.5em);
          padding: 30px 15px;
          position: relative;
          right: 0;
          top: 0;
          transform: scale(0.8) translateY(200px) translateX(0); } }
.show-section__slide__content p {
        color: #454043;
        font-family: "Open Sans", sans-serif;
        font-size: 17px;
        margin-bottom: 33px; }
.show-section__slide__content *:last-child {
        margin-bottom: 0; }
.show-section__slide__image {
      transition: all 0.3s ease;
      background-position: center center;
      background-size: cover;
      box-shadow: 0 2px 94px rgba(0, 0, 0, 0.5);
      margin-left: auto;
      margin-right: 3%;
      max-width: 65%;
      padding-bottom: 400px;
      position: relative;
      transform: scale(0.4) translateX(200px);
      z-index: 2; }
@media screen and (max-width: 768px) {
        .show-section__slide__image {
          max-width: none;
          padding-bottom: 68.75%;
          transform: scale(0.4) translateX(0);
          width: 100%; } }
.product-section {
  overflow: hidden;
  padding: calc(67px - 0.75em) 0; }
@media screen and (max-width: 768px) {
    .product-section {
      padding: calc(51px - 0.75em) 0; }
      .product-section .slick-next,
      .product-section .slick-prev {
        top: 29px !important; } }
.product-section .section__title {
    margin-bottom: 61px; }
.product-section .slick-list {
    margin-top: -29px;
    padding-top: 29px; }
.product-section__slide {
    background: #f5f2f1;
    border: 4px solid #cecece;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 95px;
    margin-left: auto;
    margin-right: auto;
    max-width: 270px;
    padding: 35px 15px;
    position: relative; }
.product-section__slide-outter {
      outline: none; }
.product-section__slide__title {
      color: #4d4d4d;
      font-family: "Lora", serif;
      font-size: 17px;
      margin-bottom: 10px;
      text-align: center; }
.product-section__slide__image {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 212px; }
.product-section__slide__price {
      align-items: center;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: -99px;
      color: #59374b;
      display: block;
      display: flex;
      font-family: "Open Sans", sans-serif;
      font-size: 17px;
      font-weight: bold;
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
      min-height: 95px;
      padding: 10% 5% 10% 49%;
      position: absolute;
      right: 2px;
      width: 100%; }
.cover-section {
  overflow: hidden;
  padding: 52px 0 calc(52px - 0.75em);
  position: relative; }
.cover-section > img {
    bottom: 0;
    left: 0;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    right: 0; }
@media screen and (max-width: 768px) {
    .cover-section .section__title {
      padding: 0 0.75em; } }
@media screen and (max-width: 1087px) {
    .cover-section .section__title span {
      display: none; } }
.cover-section__item {
    cursor: pointer;
    overflow: hidden;
    padding: 30px 25px;
    pointer-events: all;
    position: relative; }
@media screen and (max-width: 768px) {
      .cover-section__item {
        margin-left: auto;
        margin-right: auto;
        max-width: 330px; } }
@media screen and (min-width: 1280px) {
      .cover-section__item:hover .cover-section__item__desc {
        opacity: 1;
        transform: scale(1) translateY(0) translateX(0); }
      .cover-section__item:hover .decor-layer {
        opacity: 0.42;
        transform: scale(1) translateY(0) translateX(0); } }
@media screen and (max-width: 1087px) {
      .cover-section__item__desc {
        transform: translateX(100%) scale(1) translateY(0) !important; }
      .cover-section__item .decor-layer {
        display: none !important; }
      .cover-section__item:hover .cover-section__item__desc {
        opacity: 1;
        transform: translateX(0) !important; } }
.cover-section__item__image {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-filter: drop-shadow(0 0 21px rgba(0, 0, 0, 0.3));
              filter: drop-shadow(0 0 21px rgba(0, 0, 0, 0.3));
      margin-bottom: 23px;
      padding-bottom: 212px; }
.cover-section__item__title {
      color: #4d4d4d;
      font-family: "Lora", serif;
      font-size: 17px;
      margin-bottom: 13px;
      text-align: center; }
.cover-section__item__price {
      color: #4d4d4d;
      font-size: 15px;
      font-weight: 700;
      text-align: center; }
.cover-section__item .decor-layer {
      transition: all 0.3s ease-out;
      will-change: transition;
      background-color: #3e2936;
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      transform: scale(0.5) translateY(-100%) translateX(-100%);
      width: 100%;
      z-index: 2; }
.cover-section__item__desc {
      transition: all 0.3s ease-out;
      will-change: transition;
      align-items: center;
      background: white;
      background-color: rgba(62, 41, 54, 0.62);
      color: white;
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: space-between;
      left: 0;
      margin-left: auto;
      margin-right: auto;
      opacity: 0;
      padding: 30px 28px;
      position: absolute;
      right: 0;
      top: 0;
      transform: scale(0.5) translateY(100%) translateX(100%);
      z-index: 3; }
.cover-section__item__desc .logo-text {
        height: 26px !important;
        top: -2px !important; }
.cover-section__item__desc p {
        font-size: 13px;
        text-align: justify; }
.cover-section__item__desc__title {
        color: white;
        font-family: "Lora", serif;
        font-size: 20px;
        margin-bottom: 28px;
        text-align: center; }
.cover-section__item__desc__title span {
          display: block;
          font-size: 15px;
          font-size: "Open Sans", sans-serif; }
.shipping-info-section {
  overflow: hidden;
  padding: calc(65px - 0.75em) 0 calc(78px - 0.75em); }
@media screen and (max-width: 768px) {
    .shipping-info-section {
      padding: calc(40px - 0.75em) 0; }
      .shipping-info-section::after {
        height: 200%; } }
.shipping-info-section::after {
    background-image: linear-gradient(-19deg, #aca29d -10%, #f3efee 40%); }
.shipping-info-section .content:not(:last-child) {
    margin-bottom: 3.5rem; }
.shipping-info-section__items {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 29px; }
@media screen and (max-width: 768px) {
      .shipping-info-section__items {
        align-items: flex-start;
        flex-direction: column; } }
.shipping-info-section__items .columns {
      width: 100%; }
.shipping-info-section__items .column {
      align-items: center;
      color: #4d4d4d;
      display: flex;
      font-family: "Lora", serif;
      font-size: 16px;
      justify-content: center;
      margin-bottom: calc(62px - 1.5rem); }
@media screen and (max-width: 768px) {
        .shipping-info-section__items .column {
          justify-content: flex-start;
          text-align: left; } }
.shipping-info-section__items .column [class^='icon-'],
      .shipping-info-section__items .column [class*=' icon-'] {
        color: #f7c860;
        margin-right: 15px; }
@media screen and (max-width: 768px) {
          .shipping-info-section__items .column [class^='icon-'],
          .shipping-info-section__items .column [class*=' icon-'] {
            min-width: 80px; } }
.shipping-info-section__items .column [class^='icon-'].icon-house,
        .shipping-info-section__items .column [class*=' icon-'].icon-house {
          font-size: 52px; }
.shipping-info-section__items .column [class^='icon-'].icon-rocket,
        .shipping-info-section__items .column [class*=' icon-'].icon-rocket {
          font-size: 57px; }
.shipping-info-section__items .column [class^='icon-'].icon-money,
        .shipping-info-section__items .column [class*=' icon-'].icon-money {
          font-size: 58px; }
.shipping-info-section__items .column [class^='icon-'].icon-bank-card,
        .shipping-info-section__items .column [class*=' icon-'].icon-bank-card {
          font-size: 62px; }
.shipping-info-section__items .column [class^='icon-'].icon-up-and-down,
        .shipping-info-section__items .column [class*=' icon-'].icon-up-and-down {
          font-size: 47px; }
.shipping-info-section__items .column [class^='icon-'].icon-direct-arrow,
        .shipping-info-section__items .column [class*=' icon-'].icon-direct-arrow {
          font-size: 48px; }
.shipping-info-section__items .column [class^='icon-'].icon-sos, .shipping-info-section__items .column [class^='icon-'].icon-clock, .shipping-info-section__items .column [class^='icon-'].icon-crossword,
        .shipping-info-section__items .column [class*=' icon-'].icon-sos,
        .shipping-info-section__items .column [class*=' icon-'].icon-clock,
        .shipping-info-section__items .column [class*=' icon-'].icon-crossword {
          font-size: 50px; }
.shipping-info-section__items .column [class^='icon-'].icon-balloon,
        .shipping-info-section__items .column [class*=' icon-'].icon-balloon {
          font-size: 57px;
          margin-right: 8px; }
.shipping-info-section__bottom-section {
    margin-top: 40px; }
.shipping-info-section__bottom-section__title {
      margin-bottom: 20px;
      text-align: center; }
.discount-section {
  align-items: center;
  box-shadow: 0 2px 54px 0 rgba(0, 0, 0, 0.37);
  display: flex;
  min-height: 196px;
  padding-bottom: calc(32px - 0.75em);
  padding-top: calc(32px - 0.75em);
  z-index: 2; }
@media screen and (min-width: 769px) and (max-width: 1087px) {
    .discount-section {
      overflow: hidden; } }
@media screen and (max-width: 768px) {
    .discount-section {
      overflow: hidden; }
      .discount-section > .container {
        display: block;
        max-width: 100%; }
        .discount-section > .container .column:first-child {
          padding-bottom: 300px; }
        .discount-section > .container > .columns {
          max-width: calc(100% + 1.5em);
          width: calc(100% + 1.5em) !important; } }
.discount-section > .container {
    align-items: center;
    display: flex;
    min-height: 260px; }
.discount-section > .container > .columns {
      width: 100%; }
.discount-section__cash-register {
    bottom: -8px;
    position: absolute;
    right: -5%;
    width: 514px; }
@media screen and (min-width: 769px) and (max-width: 1087px) {
      .discount-section__cash-register {
        right: -11%; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
      .discount-section__cash-register {
        right: -11%; } }
@media screen and (max-width: 768px) {
      .discount-section__cash-register {
        bottom: 0;
        left: unset;
        margin-bottom: -130px;
        margin-top: -50px;
        max-width: none;
        right: -50px;
        right: -118px;
        width: 491px; } }
.discount-section__cash-register img {
      height: auto;
      max-width: none;
      width: 100%; }
.section-secondary + * {
  z-index: 3; }
.section-secondary__title {
  color: #59374b;
  font-size: 30px;
  font-weight: 900; }
.section-secondary__title:not(:last-child) {
    margin-bottom: 18px; }
.section-secondary__desc {
  color: #59374b;
  font-family: "Lora", serif;
  font-size: 15px;
  font-style: italic; }
.section-secondary__desc:not(:last-child) {
    margin-bottom: 18px; }
.crossword-section {
  height: auto !important;
  padding-top: 57px;
  position: relative; }
.crossword-section > .container > .columns {
    min-height: 488px; }
.crossword-section::before {
    background-image: linear-gradient(-195deg, #59374b 0%, #2e2717 100%);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
.crossword-section::after {
    background-image: url("/static/images/default-pattern.png");
    background-position: center center;
    background-size: 50px;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.03;
    position: absolute;
    top: 0;
    width: 100%; }
.crossword-section > .container {
    z-index: 2; }
.crossword-section__content {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    margin-left: 6%; }
@media screen and (max-width: 768px) {
      .crossword-section__content {
        margin-left: 0; } }
.crossword-section__content > *:last-child {
      margin-bottom: 42px; }
.crossword-section__newspaper {
    left: 68%;
    position: absolute;
    width: 373px;
    z-index: -1; }
@media screen and (max-width: 768px) {
      .crossword-section__newspaper {
        display: block;
        left: 0;
        margin-bottom: -0.75em;
        margin-left: auto;
        margin-right: auto;
        max-width: 373px;
        position: relative;
        right: 0;
        width: 100%; } }
.crossword-section__title {
    color: #f7c860;
    font-size: 26px;
    font-weight: 900;
    line-height: 36px;
    position: relative;
    text-align: center; }
.crossword-section__title::after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      color: white;
      content: '\E91E';
      font-size: 160px;
      position: absolute;
      right: 0;
      top: 12px;
      transform: translateX(100%) scaleY(-1); }
@media screen and (max-width: 768px) {
        .crossword-section__title::after {
          display: none; } }
.crossword-section__title:not(:last-child) {
      margin-bottom: 71px; }
@media screen and (max-width: 768px) {
        .crossword-section__title:not(:last-child) {
          margin-bottom: 54px; } }
.crossword-section__title span {
      color: white;
      display: block;
      font-family: "Lora", serif;
      font-size: 25px;
      font-style: italic;
      font-weight: normal;
      margin-bottom: 20px; }
@media screen and (min-width: 769px) {
    .crossword-section .button {
      display: inline-flex;
      margin-left: auto;
      margin-right: auto;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; } }
.video-section {
  padding: calc(69px - 0.75em) 0; }
@media screen and (max-width: 768px) {
    .video-section {
      padding: calc(45px - 0.75em) 0; } }
.video-section .video-container {
    box-shadow: 0 0 74px rgba(0, 0, 0, 0.5); }
@media screen and (max-width: 768px) {
      .video-section .video-container {
        margin-left: -0.75em;
        margin-right: -0.75em;
        padding-top: 13px; } }
.video-section__title {
    color: #f7c860;
    font-size: 26px;
    font-weight: 900;
    position: relative;
    text-align: center; }
@media screen and (max-width: 768px) {
      .video-section__title {
        margin-bottom: calc(45px - 0.75em); }
        .video-section__title::after {
          display: none; } }
.video-section__title::after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      bottom: 0;
      content: '\E91E';
      font-size: 76px;
      position: absolute;
      right: 0;
      transform: translateX(100%); }
.video-section__content {
    align-items: center;
    display: flex !important;
    position: relative;
    z-index: 2; }
.content-section {
  padding: calc(80px - 0.75em) 0;
  position: relative; }
@media screen and (max-width: 768px) {
    .content-section {
      padding: calc(42px - 0.75em) 0; } }
.content-section__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50%;
    width: 100%; }
.content-section__image:not(:last-child) {
      margin-bottom: 12px; }
.details-section {
  padding: calc(46px - 0.75em) 0; }
.details-section__image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 306px; }
.details-section .logo-text {
    line-height: 1.4 !important; }
.details-section__content {
    display: flex !important;
    flex-direction: column;
    justify-content: center; }
.details-section__content .button {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
.history-section {
  padding: 90px 0;
  position: relative; }
@media screen and (max-width: 768px) {
    .history-section {
      padding: 40px 0; } }
.history-section img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
.history-section img:not(:last-child) {
      margin-bottom: 35px; }
.history-section__background {
    left: 0;
    min-height: 100%;
    position: absolute !important;
    top: 0;
    width: 100% !important; }
.history-section__content {
    background: rgba(255, 255, 255, 0.9);
    border: 5px solid rgba(248, 248, 248, 0.9);
    padding-bottom: 30px !important;
    padding-top: 30px !important; }
@media screen and (min-width: 769px) {
      .history-section__content {
        padding: 5.39% 8.7% !important; }
        .history-section__content h3 {
          margin-bottom: 43px !important; } }
.other-section {
  overflow: hidden;
  padding: 34px 0;
  position: relative; }
.other-section__logo {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 268px; }
.other-section__background {
    left: 0;
    min-height: 100%;
    position: absolute !important;
    top: 0;
    width: 100%; }
.other-section__background .parallax-banner-layer-0 {
      opacity: 0.03; }
.other-section__intro {
    color: #4d4d4d;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin-bottom: 47px; }
.other-section__intro p:not(:last-child) {
      margin-bottom: 20px; }
.other-section .slick-list {
    margin: -29px 0;
    padding-bottom: 29px !important;
    padding-top: 29px !important; }
.other-section__slider-column {
    padding: 30px 0.75em 50px !important; }
.other-section .slider .slick-next {
    right: -50px; }
@media screen and (max-width: 768px) {
      .other-section .slider .slick-next {
        right: -65px;
        top: 30px; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
      .other-section .slider .slick-next {
        right: -70px; } }
@media screen and (min-width: 769px) and (max-width: 1087px) {
      .other-section .slider .slick-next {
        right: -90px; } }
.other-section .slider .slick-prev {
    left: -50px; }
@media screen and (max-width: 768px) {
      .other-section .slider .slick-prev {
        left: -65px;
        top: 30px; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
      .other-section .slider .slick-prev {
        left: -70px; } }
@media screen and (min-width: 769px) and (max-width: 1087px) {
      .other-section .slider .slick-prev {
        left: -90px; } }
.other-section__slide {
    background: #fff;
    border: 5px solid #f8f8f8;
    box-shadow: 0 2px 24px 0 rgba(192, 192, 192, 0.5);
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 270px; }
.other-section__slide-outter {
      outline: none !important; }
.other-section__slide__image {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 177px;
      margin: -5px -5px 0 -5px;
      width: auto; }
.other-section__slide__content {
      align-items: center;
      display: flex;
      justify-content: center;
      min-height: 60px;
      padding: 5px 15px;
      text-align: center;
      flex-direction: column; }
.other-section__slide__content span {
        font-size: 15px;
        color: #454043;
        font-weight: normal;
        margin-top: 8px;
        display: block; }
.other-section__slide__content > * {
        color: #59374b;
        font-family: "Open Sans", sans-serif;
        font-size: 17px;
        font-weight: bold; }
.other-section__subscribe {
    align-items: center;
    margin-top: 30px !important; }
.other-section__subscribe__title {
      color: #d34413;
      font-family: "Open Sans", sans-serif;
      font-size: 26px;
      font-weight: 900;
      line-height: 36px;
      margin-bottom: 17px;
      position: relative;
      text-align: center; }
@media screen and (min-width: 769px) {
        .other-section__subscribe__title::after {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none;
          color: #d34413;
          content: '\E91E';
          font-size: 112px;
          position: absolute;
          right: 40px;
          top: -66px;
          transform: translateX(100%) scale(1, -1); } }
.other-section__subscribe__sub-title {
      color: #4d4d4d;
      font-family: "Lora", serif;
      font-size: 17px;
      text-align: center; }
.other-section__subscribe__box {
      background: #fff;
      border: 5px solid #f8f8f8;
      box-shadow: 0 2px 24px 0 rgba(192, 192, 192, 0.5);
      padding: 34px 43px; }
@media screen and (max-width: 768px) {
        .other-section__subscribe__box {
          margin-left: -0.75em;
          margin-right: -0.75em;
          padding: 30px 15px; } }
.other-section__subscribe__box .input {
        background: #f9f9f9;
        border: 1px solid #ccc;
        border-radius: 3px;
        box-shadow: none;
        font-size: 13px;
        min-height: 50px;
        padding: 0 17px; }
.other-section__subscribe__box .input::-webkit-input-placeholder {
          color: #4d4d4d; }
.other-section__subscribe__box .input::-moz-placeholder {
          color: #4d4d4d; }
.other-section__subscribe__box .input:-ms-input-placeholder {
          color: #4d4d4d; }
.other-section__subscribe__box .input::-ms-input-placeholder {
          color: #4d4d4d; }
.other-section__subscribe__box .input::placeholder {
          color: #4d4d4d; }
.other-section__subscribe__box .field:not(:last-child) {
        margin-bottom: 16px; }
.other-section__subscribe__box a {
        color: #d34413; }
.other-section__decor {
    bottom: 0;
    height: 584px;
    position: absolute;
    right: 0;
    width: 462px;
    z-index: -1; }
@media screen and (max-width: 768px) {
      .other-section__decor {
        bottom: -180px; } }
.cover {
  transition: all 0.3s ease-out;
  will-change: transition;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  display: block;
  text-align: center; }
@media screen and (min-width: 1088px) {
    .cover--12 {
      display: flex;
      flex-direction: row-reverse;
      overflow: hidden; }
      .cover--12 .cover__image {
        background-position: center 30px;
        background-size: 75% auto;
        flex: 0 0 222px;
        height: 280px;
        margin-bottom: -60px;
        margin-top: 0;
        max-width: 222px; }
      .cover--12 .cover__content {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 17px 12px;
        width: 100%; } }
.cover:last-child {
    margin-bottom: 1.5rem; }
.cover .button.is-active, .cover input:checked + .extra .button.is-yes, input:checked + .extra .cover .button.is-yes {
    display: none; }
.cover:hover {
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.14); }
input:checked + .cover {
    background: #f5f2f1;
    border: 1px solid rgba(89, 55, 75, 0.7);
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.14); }
input:checked + .cover .button {
      display: none; }
input:checked + .cover .button.is-active, input:checked + .cover input:checked + .extra .button.is-yes, input:checked + .extra input:checked + .cover .button.is-yes {
        display: inline-flex; }
input:checked + .cover .cover__options, input:checked + .cover .cover__urgent {
      display: block; }
.cover__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    cursor: pointer;
    height: 190px;
    margin-bottom: 11px;
    overflow: hidden;
    position: relative;
    width: 100%; }
.cover__title {
    color: #59374b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
.cover__title:not(:last-child) {
      margin-bottom: 8px; }
.cover__urgent {
    display: none;
    margin-top: 28px; }
.cover__urgent label {
      color: #59374b;
      font-weight: bold;
      text-align: left; }
.cover__urgent .notification {
      text-align: left; }
.cover__options {
    display: none;
    margin-top: 28px; }
.cover__options .label {
      color: #59374b;
      font-size: 14px;
      font-weight: 700;
      position: relative;
      text-align: left;
      text-transform: uppercase; }
.cover__options .label::before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none;
        bottom: 0;
        color: #ff3860;
        content: '\E91E';
        font-size: 45px;
        left: -5px;
        position: absolute;
        transform: translateX(-100%) rotate(25deg); }
.cover__content {
    padding: 14px 12px 28px; }
.cover__price {
    color: #4d4d4d;
    font-size: 13px; }
.cover__price:not(:last-child) {
      margin-bottom: 18px; }
.cover__desc {
    transition: all 0.3s ease-out;
    will-change: transition;
    align-items: center;
    background: white;
    background-color: rgba(62, 41, 54, 0.82);
    border-radius: 5px 5px 0 0;
    color: white;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    overflow: auto;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0.5) translateY(100%) translateX(100%);
    z-index: 3; }
.cover__desc p {
      font-size: 13px;
      text-align: justify; }
.cover__desc__title {
      color: white;
      font-family: "Lora", serif;
      font-size: 17px;
      margin-bottom: 15px;
      text-align: center; }
.cover__desc__title span {
        display: block;
        font-size: 11px;
        font-size: "Open Sans", sans-serif; }
.cover__image:hover .cover__desc {
    opacity: 1;
    transform: scale(1) translateY(0) translateX(0); }
/* stylelint-disable scss/at-extend-no-missing-placeholder */
.extra {
  transition: all 0.3s ease-out;
  will-change: transition;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 21px 12px;
  position: relative; }
@media screen and (max-width: 768px) {
    .extra {
      flex-direction: column;
      flex-wrap: nowrap; } }
.extra.disabled .extra__disabled-content {
    opacity: 1;
    pointer-events: all; }
.extra__disabled-content {
    transition: all 0.3s ease-out;
    will-change: transition;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    color: #f7c860;
    display: flex;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4; }
.extra .button.is-normal.is-outlined {
    box-shadow: none;
    min-width: 100px !important; }
.extra .button.is-no {
    cursor: pointer;
    pointer-events: none; }
.extra:hover {
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.14); }
input:checked + .extra {
    background: #f5f2f1;
    border: 1px solid rgba(89, 55, 75, 0.7);
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.14); }
input:checked + .extra .button.is-no {
      pointer-events: all; }
input:checked + .extra .cover__options {
      display: block; }
.extra__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    flex: 0 0 40%;
    height: 140px;
    margin: 0 auto;
    max-width: 212px;
    position: relative;
    width: 100%; }
@media screen and (max-width: 768px) {
      .extra__image {
        order: 0; } }
.extra__image span {
      bottom: 0;
      color: #59374b;
      cursor: pointer;
      font-size: 25px;
      position: absolute;
      right: 20px; }
.extra__title {
    color: #59374b;
    font-size: 17px;
    font-weight: 700; }
.extra__title:not(:last-child) {
      margin-bottom: 12px; }
.extra__more {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
.extra__more > p {
      align-items: center;
      display: flex;
      font-size: 11px;
      margin-bottom: 9px; }
.extra__more > p:not(:last-child) {
        margin-right: 10px; }
.extra__more > p::before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none;
        color: #23d160;
        content: '\E91F';
        margin-right: 4px; }
.extra__content {
    align-items: center;
    display: flex;
    flex: 0 0 60%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%; }
.extra__options {
    display: none;
    margin-top: 28px; }
.extra__options .label {
      color: #59374b;
      font-size: 14px;
      font-weight: 700;
      position: relative;
      text-align: left;
      text-transform: uppercase; }
.extra__options .label::before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none;
        bottom: 0;
        color: #ff3860;
        content: '\E91E';
        font-size: 45px;
        left: -5px;
        position: absolute;
        transform: translateX(-100%) rotate(25deg); }
.extra__price {
    color: #4d4d4d;
    font-size: 13px; }
.extra__price:not(:last-child) {
      margin-bottom: 20px; }
.extra .extra__inner:only-of-type {
    display: none !important;
    margin-top: 20px !important; }
.extra__inner {
    flex: 0 0 100%;
    margin-top: 15px;
    max-width: 100%; }
.extra__inner ~ .extra__inner {
      margin-top: 0; }
.extra__inner__card {
      background: white;
      background: #fff;
      border: 1px solid #e6e6e6;
      border-top-color: transparent;
      margin-top: calc(-0.5em + 1px);
      margin-top: -6.5px;
      max-width: calc(100% - 0.41em);
      padding: 19px 16px 23px; }
.accordion {
  background: #fff;
  border: 1px solid #cecece;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 8px; }
.accordion__header {
    align-items: center;
    color: #59374b;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    min-height: 55px;
    padding: 15px 27px;
    position: relative; }
@media screen and (max-width: 768px) {
      .accordion__header {
        padding-right: 70px; } }
.accordion__header::before {
      transition: all 0.3s ease-out;
      will-change: transition;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      color: #949494;
      content: '\E902';
      font-size: 16px;
      font-weight: bold;
      position: absolute;
      right: 27px;
      transform: rotate(90deg); }
.is-active .accordion__header::before, input:checked + .extra .button.is-yes .accordion__header::before {
        transform: rotate(-90deg); }
.accordion__content {
    max-height: 0;
    overflow: auto;
    padding: 0 28px;
    transition: max-height 0.15s ease-out; }
.accordion__content p,
    .accordion__content a,
    .accordion__content li {
      font-size: 13px;
      line-height: 1.35; }
.is-active .accordion__content, input:checked + .extra .button.is-yes .accordion__content {
      max-height: 450px;
      padding: 0 28px 15px;
      transition: max-height 0.25s ease-in; }
/** Carousel **/
.slider .slick-list {
  margin-left: -27px;
  margin-right: -27px; }
@media screen and (min-width: 769px) {
    .slider .slick-list {
      margin-left: -29px;
      margin-right: -29px; } }
.slider .slick-next,
.slider .slick-prev {
  transition: all 0.3s ease-out;
  will-change: transition;
  align-items: center;
  border-radius: 100%;
  display: flex;
  height: 50px;
  justify-content: center;
  opacity: 0.79;
  width: 50px; }
@media screen and (max-width: 768px) {
    .slider .slick-next,
    .slider .slick-prev {
      top: 0; } }
.slider .slick-next::before,
  .slider .slick-prev::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    content: '\E902'; }
.slider .slick-next {
  right: -110px; }
@media screen and (max-width: 768px) {
    .slider .slick-next {
      left: 0;
      margin-left: auto;
      margin-right: auto;
      right: -65px; } }
.slider .slick-next::before {
    margin-right: -3px; }
.slider .slick-prev {
  left: -110px;
  z-index: 1; }
@media screen and (max-width: 768px) {
    .slider .slick-prev {
      left: -65px;
      margin-left: auto;
      margin-right: auto;
      right: 0; } }
.slider .slick-prev::before {
    display: block;
    margin-left: -3px;
    transform: rotate(180deg); }
.slider--type-1 .slick-next,
.slider--type-1 .slick-prev {
  background: #f7c860; }
.slider--type-1 .slick-next:hover, .slider--type-1 .slick-next:focus,
  .slider--type-1 .slick-prev:hover,
  .slider--type-1 .slick-prev:focus {
    background: #f7c860;
    color: white;
    opacity: 1; }
.slider--type-2 .slick-next,
.slider--type-2 .slick-prev {
  background: #59374b; }
.slider--type-2 .slick-next:hover, .slider--type-2 .slick-next:focus,
  .slider--type-2 .slick-prev:hover,
  .slider--type-2 .slick-prev:focus {
    background: #59374b;
    color: white;
    opacity: 1; }
/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px; }
.slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: transparent;
    color: transparent;
    outline: none; }
.slick-prev:hover::before, .slick-prev:focus::before,
    .slick-next:hover::before,
    .slick-next:focus::before {
      opacity: 1; }
.slick-prev.slick-disabled::before,
  .slick-next.slick-disabled::before {
    opacity: 0.25; }
.slick-prev::before,
  .slick-next::before {
    color: white;
    font-family: "slick";
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    opacity: 0.75; }
.slick-prev {
  left: -25px; }
[dir='rtl'] .slick-prev {
    left: auto;
    right: -25px; }
.slick-prev::before {
    content: "\2190"; }
[dir='rtl'] .slick-prev::before {
      content: "\2192"; }
.slick-next {
  right: -25px; }
[dir='rtl'] .slick-next {
    left: -25px;
    right: auto; }
.slick-next::before {
    content: "\2192"; }
[dir='rtl'] .slick-next::before {
      content: "\2190"; }
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }
.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 20px; }
.slick-dots li button {
      background: transparent;
      border: 0;
      color: transparent;
      cursor: pointer;
      display: block;
      font-size: 0;
      height: 20px;
      line-height: 0;
      outline: none;
      padding: 5px;
      width: 20px; }
.slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
          opacity: 1; }
.slick-dots li button::before {
        color: black;
        content: "\2022";
        font-family: "slick";
        font-size: 6px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        height: 20px;
        left: 0;
        line-height: 20px;
        opacity: 0.25;
        position: absolute;
        text-align: center;
        top: 0;
        width: 20px; }
.slick-dots li.slick-active button::before {
      color: black;
      opacity: 0.75; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
.slick-arrow.slick-hidden {
  display: none; }
/** Datepicker **/
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px; }
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae; }
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #f0f0f0; }
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #aeaeae; }
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff; }
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #aeaeae; }
.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0; }
.react-datepicker {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #4d4d4d;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }
.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px; }
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0; }
.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem; }
.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem; }
.react-datepicker__triangle {
  position: absolute;
  left: 50px; }
.react-datepicker-popper {
  z-index: 1; }
.react-datepicker-popper[data-placement^="bottom"] {
    margin-top: 10px; }
.react-datepicker-popper[data-placement^="top"] {
    margin-bottom: 10px; }
.react-datepicker-popper[data-placement^="right"] {
    margin-left: 8px; }
.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
      left: auto;
      right: 42px; }
.react-datepicker-popper[data-placement^="left"] {
    margin-right: 8px; }
.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
      left: 42px;
      right: auto; }
.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }
.react-datepicker__header--time {
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px; }
.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #4d4d4d;
  font-weight: bold;
  font-size: 0.944rem; }
.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden; }
.react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #ccc; }
.react-datepicker__navigation--previous:hover {
      border-right-color: #b3b3b3; }
.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #e6e6e6;
      cursor: default; }
.react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #ccc; }
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
      right: 80px; }
.react-datepicker__navigation--next:hover {
      border-left-color: #b3b3b3; }
.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #e6e6e6;
      cursor: default; }
.react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
.react-datepicker__navigation--years-previous {
      top: 4px;
      border-top-color: #ccc; }
.react-datepicker__navigation--years-previous:hover {
        border-top-color: #b3b3b3; }
.react-datepicker__navigation--years-upcoming {
      top: -4px;
      border-bottom-color: #ccc; }
.react-datepicker__navigation--years-upcoming:hover {
        border-bottom-color: #b3b3b3; }
.react-datepicker__month-container {
  float: left; }
.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }
.react-datepicker__month .react-datepicker__month-text,
  .react-datepicker__month .react-datepicker__quarter-text {
    display: inline-block;
    width: 4rem;
    margin: 2px; }
.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left; }
.react-datepicker__input-time-container .react-datepicker-time__caption {
    display: inline-block; }
.react-datepicker__input-time-container .react-datepicker-time__input-container {
    display: inline-block; }
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
      display: inline-block;
      margin-left: 10px; }
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
        width: 85px; }
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
        -moz-appearance: textfield; }
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
      margin-left: 5px;
      display: inline-block; }
.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px; }
.react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    position: absolute;
    right: -72px;
    top: 0; }
.react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: white; }
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
      width: 85px;
      overflow-x: hidden;
      margin: 0 auto;
      text-align: center; }
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
        list-style: none;
        margin: 0;
        height: calc(195px + (1.7rem / 2));
        overflow-y: scroll;
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
        box-sizing: content-box; }
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
          height: 30px;
          padding: 5px 10px;
          white-space: nowrap; }
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
            cursor: pointer;
            background-color: #f0f0f0; }
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
            background-color: #59374b;
            color: white;
            font-weight: bold; }
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
              background-color: #59374b; }
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
            color: #ccc; }
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
              cursor: default;
              background-color: transparent; }
.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }
.react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer; }
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
      border-radius: 0.3rem;
      background-color: #f0f0f0; }
.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap; }
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #4d4d4d;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }
.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #59374b;
  color: #fff; }
.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
  .react-datepicker__quarter--selected:hover,
  .react-datepicker__quarter--in-selecting-range:hover,
  .react-datepicker__quarter--in-range:hover {
    background-color: #492d3e; }
.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none; }
.react-datepicker__month--disabled:hover,
  .react-datepicker__quarter--disabled:hover {
    cursor: default;
    background-color: transparent; }
.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text {
  cursor: pointer; }
.react-datepicker__day:hover,
  .react-datepicker__month-text:hover,
  .react-datepicker__quarter-text:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0; }
.react-datepicker__day--today,
  .react-datepicker__month-text--today,
  .react-datepicker__quarter-text--today {
    font-weight: bold; }
.react-datepicker__day--highlighted,
  .react-datepicker__month-text--highlighted,
  .react-datepicker__quarter-text--highlighted {
    border-radius: 0.3rem;
    background-color: #f7c860;
    color: #fff; }
.react-datepicker__day--highlighted:hover,
    .react-datepicker__month-text--highlighted:hover,
    .react-datepicker__quarter-text--highlighted:hover {
      background-color: #f6c048; }
.react-datepicker__day--highlighted-custom-1,
    .react-datepicker__month-text--highlighted-custom-1,
    .react-datepicker__quarter-text--highlighted-custom-1 {
      color: magenta; }
.react-datepicker__day--highlighted-custom-2,
    .react-datepicker__month-text--highlighted-custom-2,
    .react-datepicker__quarter-text--highlighted-custom-2 {
      color: green; }
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
  .react-datepicker__month-text--selected,
  .react-datepicker__month-text--in-selecting-range,
  .react-datepicker__month-text--in-range,
  .react-datepicker__quarter-text--selected,
  .react-datepicker__quarter-text--in-selecting-range,
  .react-datepicker__quarter-text--in-range {
    border-radius: 0.3rem;
    background-color: #59374b;
    color: #fff; }
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
    .react-datepicker__month-text--selected:hover,
    .react-datepicker__month-text--in-selecting-range:hover,
    .react-datepicker__month-text--in-range:hover,
    .react-datepicker__quarter-text--selected:hover,
    .react-datepicker__quarter-text--in-selecting-range:hover,
    .react-datepicker__quarter-text--in-range:hover {
      background-color: #492d3e; }
.react-datepicker__day--keyboard-selected,
  .react-datepicker__month-text--keyboard-selected,
  .react-datepicker__quarter-text--keyboard-selected {
    border-radius: 0.3rem;
    background-color: #794a66;
    color: #fff; }
.react-datepicker__day--keyboard-selected:hover,
    .react-datepicker__month-text--keyboard-selected:hover,
    .react-datepicker__quarter-text--keyboard-selected:hover {
      background-color: #492d3e; }
.react-datepicker__day--in-selecting-range ,
  .react-datepicker__month-text--in-selecting-range ,
  .react-datepicker__quarter-text--in-selecting-range {
    background-color: rgba(89, 55, 75, 0.5); }
.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
  .react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
  .react-datepicker__quarter-text--in-range {
    background-color: #f0f0f0;
    color: #4d4d4d; }
.react-datepicker__day--disabled,
  .react-datepicker__month-text--disabled,
  .react-datepicker__quarter-text--disabled {
    cursor: default;
    color: #ccc; }
.react-datepicker__day--disabled:hover,
    .react-datepicker__month-text--disabled:hover,
    .react-datepicker__quarter-text--disabled:hover {
      background-color: transparent; }
.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #59374b; }
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0; }
.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%; }
.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }
.react-datepicker__year-read-view:hover,
  .react-datepicker__month-read-view:hover,
  .react-datepicker__month-year-read-view:hover {
    cursor: pointer; }
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
      border-top-color: #b3b3b3; }
.react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow {
    border-top-color: #ccc;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 0.45rem; }
.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }
.react-datepicker__year-dropdown:hover,
  .react-datepicker__month-dropdown:hover,
  .react-datepicker__month-year-dropdown:hover {
    cursor: pointer; }
.react-datepicker__year-dropdown--scrollable,
  .react-datepicker__month-dropdown--scrollable,
  .react-datepicker__month-year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll; }
.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
.react-datepicker__year-option:first-of-type,
  .react-datepicker__month-option:first-of-type,
  .react-datepicker__month-year-option:first-of-type {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
.react-datepicker__year-option:last-of-type, .react-datepicker__month-option:last-of-type, .react-datepicker__month-year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
.react-datepicker__year-option:hover,
  .react-datepicker__month-option:hover,
  .react-datepicker__month-year-option:hover {
    background-color: #ccc; }
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
      border-bottom-color: #b3b3b3; }
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
      border-top-color: #b3b3b3; }
.react-datepicker__year-option--selected,
  .react-datepicker__month-option--selected,
  .react-datepicker__month-year-option--selected {
    position: absolute;
    left: 15px; }
.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle; }
.react-datepicker__close-icon::after {
    cursor: pointer;
    background-color: #59374b;
    color: #fff;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    padding: 2px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    content: "\D7"; }
.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }
.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }
.react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem; }
@media (max-width: 400px), (max-height: 550px) {
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__day,
    .react-datepicker__portal .react-datepicker__time-name {
      width: 2rem;
      line-height: 2rem; } }
.react-datepicker__portal .react-datepicker__current-month,
  .react-datepicker__portal .react-datepicker-time__header {
    font-size: 1.44rem; }
.react-datepicker__portal .react-datepicker__navigation {
    border: 0.81rem solid transparent; }
.react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #ccc; }
.react-datepicker__portal .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b3b3; }
.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #e6e6e6;
      cursor: default; }
.react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #ccc; }
.react-datepicker__portal .react-datepicker__navigation--next:hover {
      border-left-color: #b3b3b3; }
.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #e6e6e6;
      cursor: default; }
@media screen and (max-width: 768px) {
  .react-datepicker {
    display: flex; } }
.react-datepicker__input-container {
  width: 100%; }
.react-datepicker__day--keyboard-selected {
  background-color: transparent !important;
  border-radius: 0.3rem;
  color: inherit !important; }
.react-datepicker__day--highlighted {
  color: white; }
.react-datepicker__day--highlighted:hover {
    background: #f7c860;
    color: white; }
.react-datepicker__navigation--years-previous, .react-datepicker__navigation--years-previous, .react-datepicker__navigation--years-previous {
  border-top-color: #59374b !important; }
.react-datepicker__year-dropdown--scrollable {
  height: 260px !important; }
/** Columns **/
.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-1 {
    flex: none;
    width: 8.33333%; }
.columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333%; }
.columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.66667%; }
.columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66667%; }
.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.33333%; }
.columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333%; }
.columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.66667%; }
.columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66667%; }
.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.33333%; }
.columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333%; }
.columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.66667%; }
.columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66667%; }
.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.33333%; }
.columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333%; }
.columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.66667%; }
.columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66667%; }
.columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%; }
.columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
@media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
      flex: none; }
    .column.is-full-mobile {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .column.is-1-mobile {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.33333%; }
    .column.is-2-mobile {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.66667%; }
    .column.is-3-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.33333%; }
    .column.is-5-mobile {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.66667%; }
    .column.is-6-mobile {
      flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.33333%; }
    .column.is-8-mobile {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.66667%; }
    .column.is-9-mobile {
      flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.33333%; }
    .column.is-11-mobile {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.66667%; }
    .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-1, .column.is-1-tablet {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.33333%; }
    .column.is-2, .column.is-2-tablet {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.66667%; }
    .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.33333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.33333%; }
    .column.is-5, .column.is-5-tablet {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.66667%; }
    .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.33333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.33333%; }
    .column.is-8, .column.is-8-tablet {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.66667%; }
    .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.33333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.33333%; }
    .column.is-11, .column.is-11-tablet {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.66667%; }
    .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: 1087px) {
    .column.is-narrow-touch {
      flex: none; }
    .column.is-full-touch {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .column.is-1-touch {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-touch {
      margin-left: 8.33333%; }
    .column.is-2-touch {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-touch {
      margin-left: 16.66667%; }
    .column.is-3-touch {
      flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-touch {
      margin-left: 33.33333%; }
    .column.is-5-touch {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-touch {
      margin-left: 41.66667%; }
    .column.is-6-touch {
      flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-touch {
      margin-left: 58.33333%; }
    .column.is-8-touch {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-touch {
      margin-left: 66.66667%; }
    .column.is-9-touch {
      flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-touch {
      margin-left: 83.33333%; }
    .column.is-11-touch {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-touch {
      margin-left: 91.66667%; }
    .column.is-12-touch {
      flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
@media screen and (min-width: 1088px) {
    .column.is-narrow-desktop {
      flex: none; }
    .column.is-full-desktop {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .column.is-1-desktop {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.33333%; }
    .column.is-2-desktop {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.66667%; }
    .column.is-3-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.33333%; }
    .column.is-5-desktop {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.66667%; }
    .column.is-6-desktop {
      flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.33333%; }
    .column.is-8-desktop {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.66667%; }
    .column.is-9-desktop {
      flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.33333%; }
    .column.is-11-desktop {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.66667%; }
    .column.is-12-desktop {
      flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
@media screen and (min-width: 1280px) {
    .column.is-narrow-widescreen {
      flex: none; }
    .column.is-full-widescreen {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-widescreen {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-widescreen {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-widescreen {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-widescreen {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-offset-one-fifth-widescreen {
      margin-left: 20%; }
    .column.is-offset-two-fifths-widescreen {
      margin-left: 40%; }
    .column.is-offset-three-fifths-widescreen {
      margin-left: 60%; }
    .column.is-offset-four-fifths-widescreen {
      margin-left: 80%; }
    .column.is-1-widescreen {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.33333%; }
    .column.is-2-widescreen {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.66667%; }
    .column.is-3-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.33333%; }
    .column.is-5-widescreen {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.66667%; }
    .column.is-6-widescreen {
      flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.33333%; }
    .column.is-8-widescreen {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.66667%; }
    .column.is-9-widescreen {
      flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.33333%; }
    .column.is-11-widescreen {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.66667%; }
    .column.is-12-widescreen {
      flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
@media screen and (min-width: 1472px) {
    .column.is-narrow-fullhd {
      flex: none; }
    .column.is-full-fullhd {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd {
      flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd {
      flex: none;
      width: 50%; }
    .column.is-one-third-fullhd {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-fullhd {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-fullhd {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-fullhd {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-fullhd {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-fullhd {
      margin-left: 75%; }
    .column.is-offset-two-thirds-fullhd {
      margin-left: 66.6666%; }
    .column.is-offset-half-fullhd {
      margin-left: 50%; }
    .column.is-offset-one-third-fullhd {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-fullhd {
      margin-left: 25%; }
    .column.is-offset-one-fifth-fullhd {
      margin-left: 20%; }
    .column.is-offset-two-fifths-fullhd {
      margin-left: 40%; }
    .column.is-offset-three-fifths-fullhd {
      margin-left: 60%; }
    .column.is-offset-four-fifths-fullhd {
      margin-left: 80%; }
    .column.is-1-fullhd {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.33333%; }
    .column.is-2-fullhd {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.66667%; }
    .column.is-3-fullhd {
      flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.33333%; }
    .column.is-5-fullhd {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.66667%; }
    .column.is-6-fullhd {
      flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.33333%; }
    .column.is-8-fullhd {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.66667%; }
    .column.is-9-fullhd {
      flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.33333%; }
    .column.is-11-fullhd {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.66667%; }
    .column.is-12-fullhd {
      flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      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: 1088px) {
    .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: 1087px) {
    .columns.is-variable.is-0-tablet-only {
      --columnGap: 0rem; } }
@media screen and (max-width: 1087px) {
    .columns.is-variable.is-0-touch {
      --columnGap: 0rem; } }
@media screen and (min-width: 1088px) {
    .columns.is-variable.is-0-desktop {
      --columnGap: 0rem; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-0-desktop-only {
      --columnGap: 0rem; } }
@media screen and (min-width: 1280px) {
    .columns.is-variable.is-0-widescreen {
      --columnGap: 0rem; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-0-widescreen-only {
      --columnGap: 0rem; } }
@media screen and (min-width: 1472px) {
    .columns.is-variable.is-0-fullhd {
      --columnGap: 0rem; } }
.columns.is-variable.is-1 {
    --columnGap: 0.25rem; }
@media screen and (max-width: 768px) {
    .columns.is-variable.is-1-mobile {
      --columnGap: 0.25rem; } }
@media screen and (min-width: 769px), print {
    .columns.is-variable.is-1-tablet {
      --columnGap: 0.25rem; } }
@media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-1-tablet-only {
      --columnGap: 0.25rem; } }
@media screen and (max-width: 1087px) {
    .columns.is-variable.is-1-touch {
      --columnGap: 0.25rem; } }
@media screen and (min-width: 1088px) {
    .columns.is-variable.is-1-desktop {
      --columnGap: 0.25rem; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-1-desktop-only {
      --columnGap: 0.25rem; } }
@media screen and (min-width: 1280px) {
    .columns.is-variable.is-1-widescreen {
      --columnGap: 0.25rem; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-1-widescreen-only {
      --columnGap: 0.25rem; } }
@media screen and (min-width: 1472px) {
    .columns.is-variable.is-1-fullhd {
      --columnGap: 0.25rem; } }
.columns.is-variable.is-2 {
    --columnGap: 0.5rem; }
@media screen and (max-width: 768px) {
    .columns.is-variable.is-2-mobile {
      --columnGap: 0.5rem; } }
@media screen and (min-width: 769px), print {
    .columns.is-variable.is-2-tablet {
      --columnGap: 0.5rem; } }
@media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-2-tablet-only {
      --columnGap: 0.5rem; } }
@media screen and (max-width: 1087px) {
    .columns.is-variable.is-2-touch {
      --columnGap: 0.5rem; } }
@media screen and (min-width: 1088px) {
    .columns.is-variable.is-2-desktop {
      --columnGap: 0.5rem; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-2-desktop-only {
      --columnGap: 0.5rem; } }
@media screen and (min-width: 1280px) {
    .columns.is-variable.is-2-widescreen {
      --columnGap: 0.5rem; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-2-widescreen-only {
      --columnGap: 0.5rem; } }
@media screen and (min-width: 1472px) {
    .columns.is-variable.is-2-fullhd {
      --columnGap: 0.5rem; } }
.columns.is-variable.is-3 {
    --columnGap: 0.75rem; }
@media screen and (max-width: 768px) {
    .columns.is-variable.is-3-mobile {
      --columnGap: 0.75rem; } }
@media screen and (min-width: 769px), print {
    .columns.is-variable.is-3-tablet {
      --columnGap: 0.75rem; } }
@media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-3-tablet-only {
      --columnGap: 0.75rem; } }
@media screen and (max-width: 1087px) {
    .columns.is-variable.is-3-touch {
      --columnGap: 0.75rem; } }
@media screen and (min-width: 1088px) {
    .columns.is-variable.is-3-desktop {
      --columnGap: 0.75rem; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-3-desktop-only {
      --columnGap: 0.75rem; } }
@media screen and (min-width: 1280px) {
    .columns.is-variable.is-3-widescreen {
      --columnGap: 0.75rem; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-3-widescreen-only {
      --columnGap: 0.75rem; } }
@media screen and (min-width: 1472px) {
    .columns.is-variable.is-3-fullhd {
      --columnGap: 0.75rem; } }
.columns.is-variable.is-4 {
    --columnGap: 1rem; }
@media screen and (max-width: 768px) {
    .columns.is-variable.is-4-mobile {
      --columnGap: 1rem; } }
@media screen and (min-width: 769px), print {
    .columns.is-variable.is-4-tablet {
      --columnGap: 1rem; } }
@media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-4-tablet-only {
      --columnGap: 1rem; } }
@media screen and (max-width: 1087px) {
    .columns.is-variable.is-4-touch {
      --columnGap: 1rem; } }
@media screen and (min-width: 1088px) {
    .columns.is-variable.is-4-desktop {
      --columnGap: 1rem; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-4-desktop-only {
      --columnGap: 1rem; } }
@media screen and (min-width: 1280px) {
    .columns.is-variable.is-4-widescreen {
      --columnGap: 1rem; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-4-widescreen-only {
      --columnGap: 1rem; } }
@media screen and (min-width: 1472px) {
    .columns.is-variable.is-4-fullhd {
      --columnGap: 1rem; } }
.columns.is-variable.is-5 {
    --columnGap: 1.25rem; }
@media screen and (max-width: 768px) {
    .columns.is-variable.is-5-mobile {
      --columnGap: 1.25rem; } }
@media screen and (min-width: 769px), print {
    .columns.is-variable.is-5-tablet {
      --columnGap: 1.25rem; } }
@media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-5-tablet-only {
      --columnGap: 1.25rem; } }
@media screen and (max-width: 1087px) {
    .columns.is-variable.is-5-touch {
      --columnGap: 1.25rem; } }
@media screen and (min-width: 1088px) {
    .columns.is-variable.is-5-desktop {
      --columnGap: 1.25rem; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-5-desktop-only {
      --columnGap: 1.25rem; } }
@media screen and (min-width: 1280px) {
    .columns.is-variable.is-5-widescreen {
      --columnGap: 1.25rem; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-5-widescreen-only {
      --columnGap: 1.25rem; } }
@media screen and (min-width: 1472px) {
    .columns.is-variable.is-5-fullhd {
      --columnGap: 1.25rem; } }
.columns.is-variable.is-6 {
    --columnGap: 1.5rem; }
@media screen and (max-width: 768px) {
    .columns.is-variable.is-6-mobile {
      --columnGap: 1.5rem; } }
@media screen and (min-width: 769px), print {
    .columns.is-variable.is-6-tablet {
      --columnGap: 1.5rem; } }
@media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-6-tablet-only {
      --columnGap: 1.5rem; } }
@media screen and (max-width: 1087px) {
    .columns.is-variable.is-6-touch {
      --columnGap: 1.5rem; } }
@media screen and (min-width: 1088px) {
    .columns.is-variable.is-6-desktop {
      --columnGap: 1.5rem; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-6-desktop-only {
      --columnGap: 1.5rem; } }
@media screen and (min-width: 1280px) {
    .columns.is-variable.is-6-widescreen {
      --columnGap: 1.5rem; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-6-widescreen-only {
      --columnGap: 1.5rem; } }
@media screen and (min-width: 1472px) {
    .columns.is-variable.is-6-fullhd {
      --columnGap: 1.5rem; } }
.columns.is-variable.is-7 {
    --columnGap: 1.75rem; }
@media screen and (max-width: 768px) {
    .columns.is-variable.is-7-mobile {
      --columnGap: 1.75rem; } }
@media screen and (min-width: 769px), print {
    .columns.is-variable.is-7-tablet {
      --columnGap: 1.75rem; } }
@media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-7-tablet-only {
      --columnGap: 1.75rem; } }
@media screen and (max-width: 1087px) {
    .columns.is-variable.is-7-touch {
      --columnGap: 1.75rem; } }
@media screen and (min-width: 1088px) {
    .columns.is-variable.is-7-desktop {
      --columnGap: 1.75rem; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-7-desktop-only {
      --columnGap: 1.75rem; } }
@media screen and (min-width: 1280px) {
    .columns.is-variable.is-7-widescreen {
      --columnGap: 1.75rem; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-7-widescreen-only {
      --columnGap: 1.75rem; } }
@media screen and (min-width: 1472px) {
    .columns.is-variable.is-7-fullhd {
      --columnGap: 1.75rem; } }
.columns.is-variable.is-8 {
    --columnGap: 2rem; }
@media screen and (max-width: 768px) {
    .columns.is-variable.is-8-mobile {
      --columnGap: 2rem; } }
@media screen and (min-width: 769px), print {
    .columns.is-variable.is-8-tablet {
      --columnGap: 2rem; } }
@media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-8-tablet-only {
      --columnGap: 2rem; } }
@media screen and (max-width: 1087px) {
    .columns.is-variable.is-8-touch {
      --columnGap: 2rem; } }
@media screen and (min-width: 1088px) {
    .columns.is-variable.is-8-desktop {
      --columnGap: 2rem; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-8-desktop-only {
      --columnGap: 2rem; } }
@media screen and (min-width: 1280px) {
    .columns.is-variable.is-8-widescreen {
      --columnGap: 2rem; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-8-widescreen-only {
      --columnGap: 2rem; } }
@media screen and (min-width: 1472px) {
    .columns.is-variable.is-8-fullhd {
      --columnGap: 2rem; } }
/** Hero **/
.hero {
  overflow: hidden;
  position: relative; }
@media screen and (min-width: 1280px) {
    .hero {
      max-height: 548px; } }
.hero-background {
    background-position: center center;
    background-size: cover;
    left: 0;
    min-height: 100%;
    position: absolute !important;
    top: 0;
    width: 100% !important; }
.hero::before {
    background-image: linear-gradient(-135deg, #59374b 0%, #2e2717 100%);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.65;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
.hero::after {
    background-image: url("/static/images/default-pattern.png");
    background-position: center center;
    background-size: 50px;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.03;
    position: absolute;
    top: 0;
    width: 100%; }
.hero--subpage .hero-body {
    max-height: 191px; }
.hero-body {
    overflow: hidden;
    position: relative;
    z-index: 1; }
@media screen and (max-width: 768px) {
      .hero-body {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
.hero__title {
    color: #f7c860;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 9px !important;
    text-transform: uppercase; }
@media screen and (max-width: 768px) {
      .hero__title {
        font-size: 30px;
        margin-bottom: 40px !important; } }
.hero__subtitle-1 {
    color: white;
    font-family: "Lora", serif;
    font-size: 25px;
    font-style: italic;
    margin-bottom: 62px;
    text-align: center; }
.hero__subtitle-2 {
    color: white;
    font-family: "Lora", serif;
    font-size: 17px;
    margin-bottom: 25px;
    text-align: center; }
.hero__price {
    color: white;
    font-family: "Lora", serif;
    font-size: 17px;
    margin-bottom: 25px;
    text-align: center; }
.hero__decor-img {
    bottom: -215px;
    display: block;
    height: 138%;
    left: 40%;
    max-width: none;
    position: absolute;
    width: auto;
    z-index: -1; }
@media screen and (min-width: 769px) {
      .hero__decor-img {
        -webkit-animation: up-and-down 3s infinite;
                animation: up-and-down 3s infinite; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
      .hero__decor-img {
        bottom: -285px; } }
@media screen and (min-width: 769px) and (max-width: 1087px) {
      .hero__decor-img {
        bottom: -285px; } }
@media screen and (min-width: 1280px) {
      .hero__decor-img {
        left: 45%; } }
@media screen and (max-width: 768px) {
      .hero__decor-img {
        bottom: 0;
        left: 0;
        margin-bottom: -80px;
        margin-left: -10%;
        margin-top: -120px;
        position: relative;
        right: 0;
        width: 120%; } }
.hero--subpage {
    margin-bottom: calc(42px - 0.75em); }
@media screen and (max-width: 768px) {
      .hero--subpage {
        margin-bottom: 10px; } }
.hero--subpage .hero-body {
      padding-bottom: 64px;
      padding-top: 64px; }
@media screen and (max-width: 768px) {
        .hero--subpage .hero-body {
          padding-bottom: 30px;
          padding-top: 30px; } }
.hero--subpage .hero .lazyload-placeholder {
      position: absolute !important; }
.hero--subpage .hero__title {
      font-size: 35px;
      margin-bottom: 0 !important; }
.hero--subpage .hero__decor-img {
      bottom: -360px;
      height: auto;
      left: 68%;
      right: 0;
      width: 306px; }
@-webkit-keyframes up-and-down {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); }
  to {
    transform: translateY(0); } }
@keyframes up-and-down {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); }
  to {
    transform: translateY(0); } }
.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: white;
    color: #0a0a0a; }
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-white strong {
      color: inherit; }
.hero.is-white .title {
      color: #0a0a0a; }
.hero.is-white .subtitle {
      color: rgba(10, 10, 10, 0.9); }
.hero.is-white .subtitle a:not(.button),
      .hero.is-white .subtitle strong {
        color: #0a0a0a; }
@media screen and (max-width: 1087px) {
      .hero.is-white .navbar-menu {
        background-color: white; } }
.hero.is-white .navbar-item,
    .hero.is-white .navbar-link {
      color: rgba(10, 10, 10, 0.7); }
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active, .hero.is-white input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .hero.is-white a.navbar-item.button.is-yes,
    .hero.is-white .navbar-link:hover,
    .hero.is-white .navbar-link.is-active,
    .hero.is-white input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .hero.is-white .navbar-link.button.is-yes {
      background-color: #f2f2f2;
      color: #0a0a0a; }
.hero.is-white .tabs a {
      color: #0a0a0a;
      opacity: 0.9; }
.hero.is-white .tabs a:hover {
        opacity: 1; }
.hero.is-white .tabs li.is-active a, .hero.is-white .tabs input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-white .tabs li.button.is-yes a {
      opacity: 1; }
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
      color: #0a0a0a; }
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-white .tabs.is-boxed li.button.is-yes a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-boxed input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-white .tabs.is-boxed li.button.is-yes a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-white .tabs.is-toggle li.button.is-yes a, .hero.is-white .tabs.is-toggle li.is-active a:hover, .hero.is-white .tabs.is-toggle input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-white .tabs.is-toggle li.button.is-yes a:hover {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      color: white; }
.hero.is-white.is-bold {
      background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); }
@media screen and (max-width: 768px) {
        .hero.is-white.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); } }
.hero.is-black {
    background-color: #0a0a0a;
    color: white; }
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-black strong {
      color: inherit; }
.hero.is-black .title {
      color: white; }
.hero.is-black .subtitle {
      color: rgba(255, 255, 255, 0.9); }
.hero.is-black .subtitle a:not(.button),
      .hero.is-black .subtitle strong {
        color: white; }
@media screen and (max-width: 1087px) {
      .hero.is-black .navbar-menu {
        background-color: #0a0a0a; } }
.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 input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .hero.is-black a.navbar-item.button.is-yes,
    .hero.is-black .navbar-link:hover,
    .hero.is-black .navbar-link.is-active,
    .hero.is-black input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .hero.is-black .navbar-link.button.is-yes {
      background-color: black;
      color: white; }
.hero.is-black .tabs a {
      color: white;
      opacity: 0.9; }
.hero.is-black .tabs a:hover {
        opacity: 1; }
.hero.is-black .tabs li.is-active a, .hero.is-black .tabs input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-black .tabs li.button.is-yes a {
      opacity: 1; }
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
      color: white; }
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-black .tabs.is-boxed li.button.is-yes a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-boxed input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-black .tabs.is-boxed li.button.is-yes a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-black .tabs.is-toggle li.button.is-yes a, .hero.is-black .tabs.is-toggle li.is-active a:hover, .hero.is-black .tabs.is-toggle input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-black .tabs.is-toggle li.button.is-yes a:hover {
      background-color: white;
      border-color: white;
      color: #0a0a0a; }
.hero.is-black.is-bold {
      background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); }
@media screen and (max-width: 768px) {
        .hero.is-black.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); } }
.hero.is-light {
    background-color: whitesmoke;
    color: #363636; }
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-light strong {
      color: inherit; }
.hero.is-light .title {
      color: #363636; }
.hero.is-light .subtitle {
      color: rgba(54, 54, 54, 0.9); }
.hero.is-light .subtitle a:not(.button),
      .hero.is-light .subtitle strong {
        color: #363636; }
@media screen and (max-width: 1087px) {
      .hero.is-light .navbar-menu {
        background-color: whitesmoke; } }
.hero.is-light .navbar-item,
    .hero.is-light .navbar-link {
      color: rgba(54, 54, 54, 0.7); }
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active, .hero.is-light input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .hero.is-light a.navbar-item.button.is-yes,
    .hero.is-light .navbar-link:hover,
    .hero.is-light .navbar-link.is-active,
    .hero.is-light input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .hero.is-light .navbar-link.button.is-yes {
      background-color: #e8e8e8;
      color: #363636; }
.hero.is-light .tabs a {
      color: #363636;
      opacity: 0.9; }
.hero.is-light .tabs a:hover {
        opacity: 1; }
.hero.is-light .tabs li.is-active a, .hero.is-light .tabs input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-light .tabs li.button.is-yes a {
      opacity: 1; }
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
      color: #363636; }
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-light .tabs.is-boxed li.button.is-yes a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-boxed input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-light .tabs.is-boxed li.button.is-yes a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-light .tabs.is-toggle li.button.is-yes a, .hero.is-light .tabs.is-toggle li.is-active a:hover, .hero.is-light .tabs.is-toggle input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-light .tabs.is-toggle li.button.is-yes a:hover {
      background-color: #363636;
      border-color: #363636;
      color: whitesmoke; }
.hero.is-light.is-bold {
      background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); }
@media screen and (max-width: 768px) {
        .hero.is-light.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); } }
.hero.is-dark {
    background-color: #363636;
    color: whitesmoke; }
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-dark strong {
      color: inherit; }
.hero.is-dark .title {
      color: whitesmoke; }
.hero.is-dark .subtitle {
      color: rgba(245, 245, 245, 0.9); }
.hero.is-dark .subtitle a:not(.button),
      .hero.is-dark .subtitle strong {
        color: whitesmoke; }
@media screen and (max-width: 1087px) {
      .hero.is-dark .navbar-menu {
        background-color: #363636; } }
.hero.is-dark .navbar-item,
    .hero.is-dark .navbar-link {
      color: rgba(245, 245, 245, 0.7); }
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active, .hero.is-dark input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .hero.is-dark a.navbar-item.button.is-yes,
    .hero.is-dark .navbar-link:hover,
    .hero.is-dark .navbar-link.is-active,
    .hero.is-dark input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .hero.is-dark .navbar-link.button.is-yes {
      background-color: #292929;
      color: whitesmoke; }
.hero.is-dark .tabs a {
      color: whitesmoke;
      opacity: 0.9; }
.hero.is-dark .tabs a:hover {
        opacity: 1; }
.hero.is-dark .tabs li.is-active a, .hero.is-dark .tabs input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-dark .tabs li.button.is-yes a {
      opacity: 1; }
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
      color: whitesmoke; }
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-dark .tabs.is-boxed li.button.is-yes a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-boxed input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-dark .tabs.is-boxed li.button.is-yes a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-dark .tabs.is-toggle li.button.is-yes a, .hero.is-dark .tabs.is-toggle li.is-active a:hover, .hero.is-dark .tabs.is-toggle input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-dark .tabs.is-toggle li.button.is-yes a:hover {
      background-color: whitesmoke;
      border-color: whitesmoke;
      color: #363636; }
.hero.is-dark.is-bold {
      background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); }
@media screen and (max-width: 768px) {
        .hero.is-dark.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); } }
.hero.is-primary {
    background-color: #59374b;
    color: #fff; }
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-primary strong {
      color: inherit; }
.hero.is-primary .title {
      color: #fff; }
.hero.is-primary .subtitle {
      color: 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: 1087px) {
      .hero.is-primary .navbar-menu {
        background-color: #59374b; } }
.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 input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .hero.is-primary a.navbar-item.button.is-yes,
    .hero.is-primary .navbar-link:hover,
    .hero.is-primary .navbar-link.is-active,
    .hero.is-primary input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .hero.is-primary .navbar-link.button.is-yes {
      background-color: #492d3e;
      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, .hero.is-primary .tabs input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-primary .tabs li.button.is-yes a {
      opacity: 1; }
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
      color: #fff; }
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-primary .tabs.is-boxed li.button.is-yes a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-boxed input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-primary .tabs.is-boxed li.button.is-yes a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-primary .tabs.is-toggle li.button.is-yes a, .hero.is-primary .tabs.is-toggle li.is-active a:hover, .hero.is-primary .tabs.is-toggle input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-primary .tabs.is-toggle li.button.is-yes a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #59374b; }
.hero.is-primary.is-bold {
      background-image: linear-gradient(141deg, #3e1f36 0%, #59374b 71%, #6d3d51 100%); }
@media screen and (max-width: 768px) {
        .hero.is-primary.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #3e1f36 0%, #59374b 71%, #6d3d51 100%); } }
.hero.is-link {
    background-color: #3273dc;
    color: #fff; }
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-link strong {
      color: inherit; }
.hero.is-link .title {
      color: #fff; }
.hero.is-link .subtitle {
      color: 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: 1087px) {
      .hero.is-link .navbar-menu {
        background-color: #3273dc; } }
.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 input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .hero.is-link a.navbar-item.button.is-yes,
    .hero.is-link .navbar-link:hover,
    .hero.is-link .navbar-link.is-active,
    .hero.is-link input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .hero.is-link .navbar-link.button.is-yes {
      background-color: #2366d1;
      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, .hero.is-link .tabs input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-link .tabs li.button.is-yes a {
      opacity: 1; }
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
      color: #fff; }
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-link .tabs.is-boxed li.button.is-yes a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-boxed input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-link .tabs.is-boxed li.button.is-yes a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-link .tabs.is-toggle li.button.is-yes a, .hero.is-link .tabs.is-toggle li.is-active a:hover, .hero.is-link .tabs.is-toggle input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-link .tabs.is-toggle li.button.is-yes a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #3273dc; }
.hero.is-link.is-bold {
      background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); }
@media screen and (max-width: 768px) {
        .hero.is-link.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); } }
.hero.is-info {
    background-color: #209cee;
    color: #fff; }
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-info strong {
      color: inherit; }
.hero.is-info .title {
      color: #fff; }
.hero.is-info .subtitle {
      color: 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: 1087px) {
      .hero.is-info .navbar-menu {
        background-color: #209cee; } }
.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 input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .hero.is-info a.navbar-item.button.is-yes,
    .hero.is-info .navbar-link:hover,
    .hero.is-info .navbar-link.is-active,
    .hero.is-info input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .hero.is-info .navbar-link.button.is-yes {
      background-color: #118fe4;
      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, .hero.is-info .tabs input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-info .tabs li.button.is-yes a {
      opacity: 1; }
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
      color: #fff; }
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-info .tabs.is-boxed li.button.is-yes a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-boxed input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-info .tabs.is-boxed li.button.is-yes a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-info .tabs.is-toggle li.button.is-yes a, .hero.is-info .tabs.is-toggle li.is-active a:hover, .hero.is-info .tabs.is-toggle input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-info .tabs.is-toggle li.button.is-yes a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #209cee; }
.hero.is-info.is-bold {
      background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); }
@media screen and (max-width: 768px) {
        .hero.is-info.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); } }
.hero.is-success {
    background-color: #23d160;
    color: #fff; }
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-success strong {
      color: inherit; }
.hero.is-success .title {
      color: #fff; }
.hero.is-success .subtitle {
      color: 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: 1087px) {
      .hero.is-success .navbar-menu {
        background-color: #23d160; } }
.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 input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .hero.is-success a.navbar-item.button.is-yes,
    .hero.is-success .navbar-link:hover,
    .hero.is-success .navbar-link.is-active,
    .hero.is-success input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .hero.is-success .navbar-link.button.is-yes {
      background-color: #20bc56;
      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, .hero.is-success .tabs input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-success .tabs li.button.is-yes a {
      opacity: 1; }
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
      color: #fff; }
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-success .tabs.is-boxed li.button.is-yes a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-boxed input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-success .tabs.is-boxed li.button.is-yes a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-success .tabs.is-toggle li.button.is-yes a, .hero.is-success .tabs.is-toggle li.is-active a:hover, .hero.is-success .tabs.is-toggle input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-success .tabs.is-toggle li.button.is-yes a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #23d160; }
.hero.is-success.is-bold {
      background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%); }
@media screen and (max-width: 768px) {
        .hero.is-success.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%); } }
.hero.is-warning {
    background-color: rgba(247, 200, 96, 0.14);
    color: rgba(0, 0, 0, 0.7); }
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-warning strong {
      color: inherit; }
.hero.is-warning .title {
      color: rgba(0, 0, 0, 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: 1087px) {
      .hero.is-warning .navbar-menu {
        background-color: rgba(247, 200, 96, 0.14); } }
.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 input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .hero.is-warning a.navbar-item.button.is-yes,
    .hero.is-warning .navbar-link:hover,
    .hero.is-warning .navbar-link.is-active,
    .hero.is-warning input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .hero.is-warning .navbar-link.button.is-yes {
      background-color: rgba(246, 192, 72, 0.14);
      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, .hero.is-warning .tabs input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-warning .tabs li.button.is-yes 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, 10, 10, 0.1); }
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-warning .tabs.is-boxed li.button.is-yes a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-boxed input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-warning .tabs.is-boxed li.button.is-yes a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-warning .tabs.is-toggle li.button.is-yes a, .hero.is-warning .tabs.is-toggle li.is-active a:hover, .hero.is-warning .tabs.is-toggle input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-warning .tabs.is-toggle li.button.is-yes a:hover {
      background-color: rgba(0, 0, 0, 0.7);
      border-color: rgba(0, 0, 0, 0.7);
      color: rgba(247, 200, 96, 0.14); }
.hero.is-warning.is-bold {
      background-image: linear-gradient(141deg, rgba(255, 151, 37, 0.14) 0%, rgba(247, 200, 96, 0.14) 71%, rgba(252, 232, 117, 0.14) 100%); }
@media screen and (max-width: 768px) {
        .hero.is-warning.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, rgba(255, 151, 37, 0.14) 0%, rgba(247, 200, 96, 0.14) 71%, rgba(252, 232, 117, 0.14) 100%); } }
.hero.is-danger {
    background-color: #ff3860;
    color: #fff; }
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-danger strong {
      color: inherit; }
.hero.is-danger .title {
      color: #fff; }
.hero.is-danger .subtitle {
      color: 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: 1087px) {
      .hero.is-danger .navbar-menu {
        background-color: #ff3860; } }
.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 input:checked + .extra a.navbar-item.button.is-yes, input:checked + .extra .hero.is-danger a.navbar-item.button.is-yes,
    .hero.is-danger .navbar-link:hover,
    .hero.is-danger .navbar-link.is-active,
    .hero.is-danger input:checked + .extra .navbar-link.button.is-yes,
    input:checked + .extra .hero.is-danger .navbar-link.button.is-yes {
      background-color: #ff1f4b;
      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, .hero.is-danger .tabs input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-danger .tabs li.button.is-yes a {
      opacity: 1; }
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
      color: #fff; }
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-danger .tabs.is-boxed li.button.is-yes a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-boxed input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-danger .tabs.is-boxed li.button.is-yes a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle input:checked + .extra li.button.is-yes a, input:checked + .extra .hero.is-danger .tabs.is-toggle li.button.is-yes a, .hero.is-danger .tabs.is-toggle li.is-active a:hover, .hero.is-danger .tabs.is-toggle input:checked + .extra li.button.is-yes a:hover, input:checked + .extra .hero.is-danger .tabs.is-toggle li.button.is-yes a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #ff3860; }
.hero.is-danger.is-bold {
      background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%); }
@media screen and (max-width: 768px) {
        .hero.is-danger.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 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.is-fullheight-with-navbar {
    min-height: calc(100vh - 6.25rem); }
.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 **/
.section__title {
  color: #59374b;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center; }
.section__title span {
    color: #4d4d4d;
    display: block;
    font-family: "Lora", serif;
    font-size: 17px;
    font-weight: 400;
    margin-top: 14px;
    text-align: center; }
.section.has-decor-bg .section__title {
  color: #f7c860; }
.section.has-gray-gradient .section__title {
  color: #59374b; }
/** Footer **/
.footer__top {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 130px; }
@media screen and (max-width: 768px) {
    .footer__top {
      padding: 39px 0; } }
.footer__top::after {
    background-image: linear-gradient(-193deg, #fefefe 5%, #e8e8e8 100%); }
.footer__top img {
    height: auto;
    max-width: none; }
.footer__top ul {
    align-items: center;
    display: flex;
    justify-content: center; }
@media screen and (max-width: 768px) {
      .footer__top ul {
        flex-direction: column; } }
.footer__top ul li {
      margin: 0 25px;
      text-align: center; }
@media screen and (max-width: 768px) {
        .footer__top ul li:not(:last-child) {
          margin-bottom: 20px; } }
.footer__top ul a {
      color: #454043;
      font-size: 14px;
      position: relative;
      text-align: center;
      text-transform: uppercase; }
.footer__top ul a::before {
        background-color: #f7c860;
        bottom: -5px;
        content: '';
        height: 1px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 0;
        transition: all 0.3s ease-out;
        width: 0;
        will-change: transition; }
.footer__top ul a:hover {
        color: #f7c860; }
.footer__top ul a:hover::before {
          width: 40%; }
.footer__bottom {
  background: white;
  text-align: center; }
.footer__bottom p {
    color: #454043;
    font-size: 14;
    padding: 24px;
    padding-top: 24px;
    text-transform: uppercase; }
.subpage-intro {
  margin-bottom: calc(42px - 0.75em);
  text-align: center; }
@media screen and (max-width: 768px) {
    .subpage-intro {
      margin-bottom: 0; } }
.subpage-intro__title {
    color: #f7c860;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 25px; }
.order-page {
  background-image: url("/static/images/newspaper-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto; }
.order-page--succeed {
    background-position: center 10%; }
.order-page .box .cover {
    height: 100%; }
.order-step-doing span {
  font-weight: 700 !important;
  opacity: 1 !important; }
.order-step-doing::before {
  background: #454043 !important;
  height: 17px !important;
  left: -9px !important;
  width: 17px !important; }
.order-step-done span {
  opacity: 1 !important; }
.order-step-done::before {
  background: #6ec460 !important; }
.order-steps {
  display: flex;
  flex-direction: column;
  padding-left: 13px;
  position: relative; }
@media screen and (max-width: 768px) {
    .order-steps {
      padding-left: 0; } }
.order-steps:not(:last-child) {
    margin-bottom: 64px; }
.order-steps__mobile {
    background: #f8f8f8;
    display: none;
    margin-bottom: -25px;
    margin-left: -0.75em;
    margin-right: -0.75em;
    padding: 15px 11px;
    position: relative; }
@media screen and (max-width: 768px) {
      .order-steps__mobile {
        display: block; } }
.order-steps__mobile.is-active .order-steps, input:checked + .extra .order-steps__mobile.button.is-yes .order-steps {
      opacity: 1;
      pointer-events: all; }
.order-steps__mobile .order-steps {
    transition: all 0.3s ease-out;
    will-change: transition;
    background: white;
    border: 1px solid #e6e6e6;
    display: none !important;
    margin-top: -16px;
    opacity: 0;
    padding: 28px 37px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: calc(100% - 22px);
    z-index: 1; }
@media screen and (max-width: 768px) {
      .order-steps__mobile .order-steps {
        display: flex !important; } }
.order-steps__mobile .order-steps::before {
      height: calc(100% - 68px);
      left: 36px; }
.order-steps__mobile .order-steps > a {
      display: block !important; }
.order-steps::before {
    background-color: #979797;
    content: '';
    height: calc(100% - 15px);
    left: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px; }
.order-steps > a {
    color: #454043;
    font-size: 14px;
    padding-left: 26px;
    position: relative;
    text-transform: uppercase; }
@media screen and (max-width: 768px) {
      .order-steps > a {
        display: none; } }
.order-steps > a:not(:last-child) {
      margin-bottom: 28px; }
.order-steps > a:last-child {
      margin-top: 36px; }
.order-steps > a > span {
      opacity: 0.3; }
.order-steps > a::before {
      background: #fff;
      border: 1px solid #979797;
      border-radius: 100%;
      content: '';
      display: block;
      height: 9px;
      left: -5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 9px;
      z-index: 4; }
.order-tip-row {
  display: flex; }
@media screen and (max-width: 768px) {
    .order-tip-row {
      flex-direction: column; } }
.order-tip-row:not(:last-child) {
    margin-bottom: 45px; }
.order-tip-row__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    flex: 0 0 30%;
    margin-right: 10px;
    min-width: 141px; }
@media screen and (max-width: 768px) {
      .order-tip-row__image {
        margin-bottom: 20px;
        min-width: none;
        padding-bottom: 45%;
        width: 100%; } }
.total-amount {
  align-items: center;
  color: #59374b;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 54px;
  margin-top: 40px; }
.total-amount i {
    color: #4d4d4d;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-left: 12px; }
.order-success {
  text-align: center; }
.order-success__title {
    color: #4d4d4d;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 2px;
    padding-top: 80px;
    text-transform: uppercase; }
@media screen and (max-width: 768px) {
      .order-success__title {
        padding-top: 30px; } }
.order-success__sub-title {
    color: #f7c860;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 34px; }
.order-success__content {
    margin-bottom: 38px !important; }
.order-success__content p {
      font-size: 17px !important; }
.order-success__box {
    align-items: center;
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 3px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 63px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 30px;
    width: 627px; }
.order-success__box__title {
      color: #59374b;
      font-size: 26px;
      font-weight: 900;
      margin-bottom: 20px; }
.contact {
  margin-bottom: 50px; }
.contact a {
    color: #f7c860; }
.contact .content div:not(:last-child) {
    margin-bottom: 27px !important; }
.faq-title {
  color: #59374b;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 27px; }
@media screen and (min-width: 769px) {
    .faq-title {
      align-items: center;
      display: flex;
      min-height: 78px; } }


/*# sourceMappingURL=1edb6a7e.a9d880b3.chunk.css.map*/