@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

body {
  -webkit-font-smoothing: antialised;
  color: #3e3e3e;
  font-family: "Josefin Sans", sans-serif;
}

body > div {
  position: relative;
}

.grecaptcha-badge {
  position: absolute !important;
  bottom: 24px !important;
  right: 0 !important;
}

a {
  text-decoration: none;
}

p {
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  p {
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    font-size: 21px;
    line-height: 32px;
  }
}

p > span {
  font-weight: bold;
  opacity: 1;
}

figure {
  margin: 0;
}

body.menu-active {
  overflow: hidden;
}

@media (min-width: 768px) {
  .hide-dt {
    display: none;
  }
}

.swiper-button-prev,
.swiper-button-next {
  color: #ffffff;
}

.field-wrap:not(.submit-wrap):not(.recaptcha_v3-wrap) .nf-field-element,
.woocommerce-input-wrapper {
  position: relative;
}
.field-wrap:not(.submit-wrap):not(.recaptcha_v3-wrap) .nf-field-element:before,
.woocommerce-input-wrapper:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  height: calc(100% + 8px);
  width: calc(100% + 8px);
  border: 2px solid #ffffff;
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  border-radius: 16px;
}

#practical_check_date_field .woocommerce-input-wrapper:before,
#practical_check_time_field .woocommerce-input-wrapper:before {
  content: "" !important;
}

.woocommerce-input-wrapper:before {
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}
.woocommerce-input-wrapper select {
  background: white;
  z-index: 2;
  border-radius: 12px;
  font-size: 15px;
  line-height: 24px;
  padding-left: 18px;
}
@media (min-width: 768px) {
  .woocommerce-input-wrapper select {
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    line-height: 30px;
    font-size: 18px;
  }
}

.required,
.optional {
  color: #f2a83e;
}

.woocommerce form .form-row .required {
  display: none;
}

.textarea-container .nf-field-element:before {
  height: calc(100% + 3px) !important;
}

.ninja-forms-field:not([type=button]) {
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  padding: 32px;
}

.nf-field-element input:not([type=button]):not([type=submit]), .nf-field-element select, .nf-field-element textarea,
.input-text {
  border: none !important;
  border-radius: 12px !important;
  background-color: #ffffff !important;
  z-index: 1 !important;
  position: relative;
  padding: 26px 12px 14px 12px !important;
}
@media (min-width: 768px) {
  .nf-field-element input:not([type=button]):not([type=submit]), .nf-field-element select, .nf-field-element textarea,
  .input-text {
    padding: 30px 20px 10px 20px !important;
  }
}

.nf-field-container.submit-container input[type=submit] {
  width: 100%;
  background-color: #f2a83e;
  color: #ffffff;
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  border: none;
}
@media (min-width: 1025px) {
  .nf-field-container.submit-container input[type=submit] {
    transition: 0.3s filter ease;
  }
  .nf-field-container.submit-container input[type=submit]:hover {
    filter: brightness(1.08);
  }
}

.field-wrap.active .nf-field-label {
  font-size: 13px;
  top: -12px;
  left: 0px;
}

.field-wrap .nf-field-label {
  position: relative;
}
.field-wrap .nf-field-label label {
  position: absolute;
  z-index: 333;
  color: #333;
  top: 22px;
  left: 12px;
  transition: 0.3s all ease;
  display: flex;
}
@media (min-width: 768px) {
  .field-wrap .nf-field-label label {
    left: 20px;
  }
}

.field-wrap.filled .nf-field-element:before {
  background: #5fc75e;
}

.field-wrap.nf-error .nf-field-element:before {
  background: #e80000;
}

.nf-form-content .submit-container {
  display: inline-block;
}

.a1-section-contact .nf-error-msg, .a1-section-contact .ninja-forms-req-symbol {
  color: #3146B6;
}

.nf-before-form-content {
  display: none;
}

.nf-after-field .nf-error-msg {
  color: #ffffff;
  margin-top: 24px;
}

.ninja-forms-field[type=button] {
  width: 100%;
  background-color: #f2a83e;
  color: #ffffff;
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  border: none;
  margin-top: auto;
  border: none;
  width: 100% !important;
}
@media (min-width: 1025px) {
  .ninja-forms-field[type=button] {
    transition: 0.3s filter ease;
  }
  .ninja-forms-field[type=button]:hover {
    filter: brightness(1.08);
  }
}

.submit-container {
  width: 100%;
}

.nf-error-msg {
  color: #ffffff !important;
  font-weight: bold;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.hero__overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
}
.hero__overlay-image {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.5);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 33%, rgb(0, 0, 0) 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 33%, rgb(0, 0, 0) 100%);
  width: 100%;
  object-position: right;
  opacity: 0.15;
}
.hero--home {
  position: relative;
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  min-height: 100vh;
}
@media (min-width: 768px) {
  .hero--home {
    min-height: 0;
  }
}
.hero--minimal {
  max-height: 708px;
}
@media (min-width: 768px) {
  .hero--bg-center {
    background-position: center center;
  }
}
@media (min-width: 768px) {
  .hero {
    height: calc(100vh - 72px);
  }
}
.hero__inner {
  margin: 0 20px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__inner {
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .hero__inner {
    padding: 0;
  }
}
.hero--home .hero__inner {
  margin: 0 20px;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  .hero--home .hero__inner {
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .hero--home .hero__inner {
    padding: 0;
  }
}
@media (min-width: 1441px) {
  .hero--home .hero__inner {
    margin: 0 20px;
    box-sizing: border-box;
  }
}
@media (min-width: 1441px) and (min-width: 768px) {
  .hero--home .hero__inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1441px) and (min-width: 1366px) {
  .hero--home .hero__inner {
    padding: 0;
  }
}
.hero--home .hero__content {
  text-align: left;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .hero--home .hero__content {
    max-width: calc(100vw - 240px);
    margin-left: 40px;
  }
}
@media (min-width: 1024px) {
  .hero--home .hero__content {
    max-width: 768px;
    margin-left: 0;
  }
}
.hero__title {
  font-weight: normal;
  font-size: 32px;
  line-height: 52px;
  font-size: 28px;
  padding: 0 40px;
  margin-top: 104px;
  font-weight: bold;
}
.hero__title > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .hero__title {
    margin-top: 16px;
    font-weight: normal;
    font-size: 50px;
    line-height: 72px;
    font-weight: bold;
  }
  .hero__title > span {
    font-weight: bold;
  }
}
.hero--home .hero__title {
  padding: 0;
  text-shadow: none;
  margin-top: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 52px;
  font-weight: bold;
}
.hero--home .hero__title > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .hero--home .hero__title {
    font-weight: normal;
    font-size: 50px;
    line-height: 72px;
    font-weight: bold;
  }
  .hero--home .hero__title > span {
    font-weight: bold;
  }
}
.hero__subtitle {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  font-size: 21px;
  max-width: 240px;
  line-height: 36px;
  margin: 0 auto 24px;
}
.hero__subtitle > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .hero__subtitle {
    font-weight: normal;
    font-size: 32px;
    line-height: 52px;
    margin: 64px auto 24px;
    max-width: none;
  }
  .hero__subtitle > span {
    font-weight: bold;
  }
}
.hero--home .hero__subtitle {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin: 0;
  text-shadow: none;
}
.hero--home .hero__subtitle > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .hero--home .hero__subtitle {
    font-weight: normal;
    font-size: 32px;
    line-height: 52px;
    font-weight: bold;
  }
  .hero--home .hero__subtitle > span {
    font-weight: bold;
  }
}
@media (min-width: 1240px) {
  .hero--home .hero__subtitle {
    max-width: 1100px;
  }
}
.hero__buttons {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 24px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .hero__buttons {
    flex-direction: row;
    column-gap: 20px;
  }
}
.hero__cta {
  display: inline-flex !important;
  align-items: center;
  text-align: left;
  justify-content: center;
  transition: 0.3s all linear;
  border: 3px solid #ffffff;
  border-radius: 8px;
  padding: 18px 16px 14px;
  max-width: calc(100vw - 80px);
  font-weight: bold;
}
@media (min-width: 1025px) {
  .hero__cta:hover {
    background-color: #ffffff;
    cursor: pointer;
  }
  .hero__cta:hover .hero__cta-text {
    color: red !important;
    background: rgb(63, 81, 181);
    background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.hero__cta-text {
  font-weight: normal;
  font-size: 21px;
  font-size: 18px;
  color: #ffffff !important;
  font-weight: bold;
}
.hero__cta-text > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .hero__cta-text {
    font-weight: normal;
    font-size: 21px;
    font-weight: bold;
  }
  .hero__cta-text > span {
    font-weight: bold;
  }
}
.hero__icon {
  max-width: 56px;
  margin-bottom: 8px;
  display: inline-block;
  max-height: 54px;
}
@media (min-width: 768px) {
  .hero__icon {
    max-width: 72px;
  }
}

.content {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .content {
    padding: 64px 0;
  }
}
.content__inner {
  margin: 0 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .content__inner {
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .content__inner {
    padding: 0;
  }
}
.content__title {
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
  font-size: 32px;
  line-height: 52px;
  font-weight: 800 !important;
}
.content__title > span {
  font-weight: bold;
}
@media (min-width: 1240px) {
  .content__title {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .content__cols {
    column-count: 2;
    column-gap: 40px;
  }
}
.content__first {
  font-weight: 800;
}

.questionblock {
  margin: 32px 0;
}
@media (min-width: 768px) {
  .questionblock {
    margin: 64px 0;
  }
}
@media (min-width: 1024px) {
  .questionblock {
    margin: 80px 0;
  }
}
.questionblock__inner {
  margin: 0 20px;
  box-sizing: border-box;
  border-radius: 28px;
  box-shadow: 0 0 32px 8px rgba(0, 0, 0, 0.16);
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  color: #ffffff;
  padding: 32px 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .questionblock__inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .questionblock__inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .questionblock__inner {
    margin: 0 12px;
  }
}
@media (min-width: 768px) {
  .questionblock__inner {
    padding: 64px;
    column-gap: 48px;
    flex-direction: row;
  }
}
.questionblock__icon {
  background-color: #ffffff;
  display: inline-flex;
  border-radius: 8px;
}
.questionblock__icon svg {
  width: 48px;
  height: 48px;
  padding: 8px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .questionblock__icon svg {
    width: 64px;
    height: 64px;
  }
}
.questionblock__titlewrap {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .questionblock__titlewrap {
    margin-bottom: 40px;
  }
}
.questionblock__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  margin: 6px 0 0 16px;
}
.questionblock__title > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .questionblock__title {
    font-weight: normal;
    font-size: 32px;
    line-height: 52px;
    margin: 0 0 0 24px;
  }
  .questionblock__title > span {
    font-weight: bold;
  }
}
.questionblock__subtitle {
  font-weight: normal;
  font-size: 21px;
  margin-top: 8px;
}
.questionblock__subtitle > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .questionblock__subtitle {
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
  }
  .questionblock__subtitle > span {
    font-weight: bold;
  }
}
.questionblock__header {
  width: 100%;
}
.questionblock__col {
  width: 100%;
}
@media (min-width: 768px) {
  .questionblock__col {
    width: calc(50% - 24px);
  }
}
@media (max-width: 767px) {
  .questionblock__col--2 {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .questionblock__photo--1 .journey__image {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .questionblock__photo--2 {
    order: 10;
  }
}
@media (min-width: 768px) {
  .questionblock__photo--2 .journey__image {
    margin: 16px 0 0;
  }
}
.questionblock__image {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
.questionblock__caption {
  font-size: 15px;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin: 8px 0 24px 0;
}
.questionblock__caption:before {
  content: "";
  height: 2px;
  width: 32px;
  background-color: #ffffff;
  display: inline-block;
  margin: -4px 8px 0 0;
}
.questionblock__link {
  width: 100%;
  background-color: #f2a83e;
  color: #ffffff;
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  border: none;
  display: inline-block;
  width: auto;
  order: 13;
  font-weight: bold;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .questionblock__link {
    transition: 0.3s filter ease;
  }
  .questionblock__link:hover {
    filter: brightness(1.08);
  }
}
@media (max-width: 767px) {
  .questionblock__link {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 8px 5px 8px;
    text-align: center;
  }
}
.questionblock p {
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
}
.questionblock p.journey__text-last2 {
  order: 11;
}
@media (max-width: 767px) {
  .questionblock p.journey__text-last {
    order: 12;
  }
}
.questionblock__inner {
  flex-direction: column;
  width: 100%;
  margin: 0;
}
@media (min-width: 1024px) {
  .questionblock__inner {
    margin: 0 -64px;
    width: calc(100% + 128px);
  }
}
.questionblock__questionlist {
  padding: 0;
  list-style-type: none;
}
.questionblock__heading {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin: 0 0 8px;
}
.questionblock__heading > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .questionblock__heading {
    font-weight: normal;
    font-size: 32px;
    line-height: 52px;
    margin: 0;
    font-weight: bold;
  }
  .questionblock__heading > span {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .questionblock__subheading {
    margin-bottom: 0;
  }
}
.questionblock__question {
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .questionblock__question {
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    font-size: 21px;
    line-height: 32px;
  }
}
.questionblock__question:first-of-type {
  padding-top: 0;
}
.questionblock__question:before {
  content: "";
  background-image: url("../../assets/img/icon__question.svg");
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
  background-position: contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 16px;
  margin-top: 2px;
}
.questionblock__answer {
  margin-left: 40px;
  background-color: #f2a83e;
  border-radius: 8px;
  display: block;
  padding: 24px 28px;
  margin: 4px 0 24px;
  color: #3e3e3e;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .questionblock__answer {
    margin: 4px 0 24px 40px;
  }
}
.questionblock__answer span {
  font-weight: bold;
  text-decoration: underline;
  margin-right: 8px;
}
.questionblock__answer a {
  text-decoration: underline;
  color: initial !important;
}

.benefits {
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 8px;
  position: relative;
}
@media (min-width: 768px) {
  .benefits {
    padding: 8px 0;
  }
}
.home .benefits {
  background: #ffffff;
  box-shadow: 0 12px 40px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .benefits:first-of-type {
    order: 3;
  }
  .benefits:nth-of-type(2) {
    order: 1;
  }
  .benefits:last-of-type {
    order: 2;
  }
}
@media (min-width: 768px) {
  .benefits {
    flex-direction: row;
    padding: 0;
    margin-top: 0;
  }
}
.benefits__item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  width: 100%;
  justify-content: flex-start;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  .benefits__item {
    justify-content: center;
  }
}
.benefits__item svg,
.benefits__item img {
  height: 32px;
  width: 32px;
  min-height: 32px;
  min-width: 32px;
  margin-right: 12px;
}
.benefits__item span {
  margin-top: 4px;
}
.home .benefits__item span {
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home .benefits__item path {
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  fill: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
}
@media (min-width: 768px) {
  .benefits__item {
    padding: 12px 24px;
    width: 33.333%;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .benefits__item {
    width: 33.333%;
    max-width: 440px;
    padding: 20px 12px;
    white-space: pre;
  }
}

.reassure {
  margin: 32px 0;
}
@media (min-width: 768px) {
  .reassure {
    margin: 64px 0;
  }
}
@media (min-width: 1024px) {
  .reassure {
    margin: 80px 0;
  }
}
.reassure__icon svg {
  width: 64px;
  height: 64px;
}
.reassure__inner {
  margin: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .reassure__inner {
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .reassure__inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .reassure__inner {
    margin: 0 12px;
  }
}
@media (min-width: 768px) {
  .reassure__inner {
    flex-direction: row;
    justify-content: center;
    column-gap: 64px;
  }
}
.reassure__item {
  text-align: center;
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  color: #ffffff;
  padding: 32px 20px;
  border-radius: 28px;
  box-shadow: 0 0 32px 8px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .reassure__item {
    flex-grow: 1;
    flex-basis: 0;
    width: 0;
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .reassure__item--guarantee .reassure__text {
    margin-top: 40px;
  }
}
.reassure__title {
  margin: 16px 0 12px 0;
}
.reassure__title span {
  font-weight: 500;
}
.reassure__testimonials {
  margin: -24px;
  padding: 24px 0;
}
.reassure__testimonials .swiper-slide {
  box-sizing: border-box;
  margin-bottom: 8px;
  justify-content: center;
  display: flex;
  align-items: center;
  height: auto;
}
.reassure__testimonials .swiper-button-prev {
  left: 0px;
}
.reassure__testimonials .swiper-button-next {
  right: 0px;
}
.reassure__testimonials .swiper-button-prev:after, .reassure__testimonials .swiper-button-next:after {
  font-size: 18px;
}
.reassure__testimonials .swiper-pagination {
  width: auto;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  display: flex;
  padding: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
}
.reassure__testimonials .swiper-pagination-bullet {
  margin: 0 2px !important;
  background-color: rgba(0, 0, 0, 0.16);
  opacity: 1;
}
.reassure__testimonials .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.reassure__testimonials-item {
  padding: 0 32px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.reassure__nav {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 12px;
}
.reassure__nav-inner {
  width: 112px;
  position: relative;
}
.reassure__text {
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  font-size: 21px;
  line-height: 32px;
  margin: 0;
}
.reassure__text span {
  font-weight: 600;
  text-decoration: underline;
}
.reassure__credit {
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 12px 0 6px 0;
}

.booking {
  margin: 32px 0;
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  color: #ffffff;
}
@media (min-width: 768px) {
  .booking {
    margin: 64px 0;
  }
}
@media (min-width: 1024px) {
  .booking {
    margin: 80px 0;
  }
}
.booking__inner {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .booking__inner {
    padding: 80px 0;
    text-align: center;
  }
}
.booking__header {
  margin: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .booking__header {
    margin: 0 auto;
    max-width: 600px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .booking__header {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .booking__header {
    align-items: center;
  }
}
.booking__title {
  font-weight: normal;
  font-size: 32px;
  line-height: 52px;
  margin-top: 0;
}
.booking__title > span {
  font-weight: bold;
}
.booking__options {
  margin: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .booking__options {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .booking__options {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .booking__options {
    flex-direction: row;
    justify-content: center;
    column-gap: 24px;
    margin-top: 40px;
  }
}
.booking__option {
  background-color: #15093e;
  color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media (min-width: 768px) {
  .booking__option {
    width: 33.3333333333%;
  }
}
.booking__option-main {
  width: 100%;
}
.booking__value {
  font-size: 15px;
  line-height: 24px;
  background-color: #3146B6;
  color: #ffffff;
  margin-top: 12px;
  display: inline-block;
  padding: 6px 12px 3px;
  border-radius: 48px;
  font-weight: bold;
}
.booking__value--none {
  visibility: hidden;
  margin-top: -40px;
}
.booking__value--none + .booking__name {
  margin-top: 0px;
}
.booking__name {
  font-weight: normal;
  font-size: 32px;
  line-height: 52px;
  margin: 12px 0 8px;
  font-weight: bold;
}
.booking__name > span {
  font-weight: bold;
}
.booking__desc {
  margin: 0 auto;
}
.booking__price {
  font-weight: normal;
  font-size: 32px;
  line-height: 52px;
  margin-top: 8px;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: bold;
}
.booking__price > span {
  font-weight: bold;
}
.booking__select-wrap {
  margin: 16px auto 28px;
  position: relative;
  max-width: 280px;
}
@media (min-width: 768px) {
  .booking__select-wrap {
    margin: 16px auto 0;
  }
}
.booking__select-wrap:before {
  content: "";
  height: 8px;
  width: 8px;
  border-top: 4px solid #15093e;
  border-right: 4px solid #15093e;
  transform: rotateZ(135deg);
  position: absolute;
  right: 16px;
  top: 18px;
}
@media (min-width: 1024px) {
  .booking__select-wrap:before {
    top: 22px;
  }
}
.booking__select {
  background-color: #ffffff;
  padding: 12px 12px;
  margin: 0;
  border-radius: 8px;
  color: #15093e;
  font-weight: normal;
  font-size: 21px;
  font-weight: bold;
  appearance: none;
  width: 100%;
}
.booking__select > span {
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .booking__select {
    max-width: calc(100% - 20px);
  }
}
@media (min-width: 1024px) {
  .booking__select {
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
  }
  .booking__select > span {
    font-weight: bold;
  }
}
.booking__cta {
  width: 100%;
  background-color: #f2a83e;
  color: #ffffff;
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  border: none;
  margin-top: auto;
}
@media (min-width: 1025px) {
  .booking__cta {
    transition: 0.3s filter ease;
  }
  .booking__cta:hover {
    filter: brightness(1.08);
  }
}
.booking__toggle {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  margin: 0;
  column-gap: 20px;
  padding: 12px 28px 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .booking__toggle {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: calc(100vw - 40px);
    max-width: 960px;
    padding: 28px 40px 24px;
  }
}
.booking__toggle-item {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
  margin-bottom: 0;
  margin: 16px 0;
}
.booking__toggle-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.booking__toggle-item span {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.booking__toggle-item:hover input ~ span {
  background-color: #ccc;
}
.booking__toggle-item input:checked ~ span {
  background-color: #2296F3;
  background-color: #f2a83e;
}
.booking__toggle-item span:after {
  content: "";
  position: absolute;
  display: none;
}
.booking__toggle-item input:checked ~ span:after {
  display: block;
}
.booking__toggle-item span:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.booking__toggle-item label {
  cursor: pointer;
  font-size: 15px;
  line-height: 24px;
  color: #3e3e3e;
  margin-top: 2px;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 768px) {
  .booking__toggle-item label {
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    line-height: 30px;
    font-size: 18px;
    margin-top: 1px;
  }
}
.booking__toggle-label {
  color: #ffffff !important;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  font-size: 21px;
  line-height: 32px;
  font-size: 18px !important;
  text-align: left;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .booking__toggle-label {
    font-size: 21px !important;
    font-weight: bold !important;
  }
}

.social {
  margin: 32px 0;
}
@media (min-width: 768px) {
  .social {
    margin: 64px 0;
  }
}
@media (min-width: 1024px) {
  .social {
    margin: 80px 0;
  }
}
.social__title {
  font-weight: normal;
  font-size: 32px;
  line-height: 52px;
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}
.social__title > span {
  font-weight: bold;
}
.social__icon {
  width: 64px;
}
.social__inner {
  text-align: center;
}
.social__header, .social__footer {
  margin: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .social__header, .social__footer {
    margin: 0 auto;
    max-width: 480px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .social__header, .social__footer {
    padding: 0;
  }
}
.social__footer {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .social__footer {
    margin-top: 40px;
  }
}
.social__footer a {
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.social__carousel {
  padding: 0 40px;
}
@media (min-width: 768px) {
  .social__carousel {
    padding: 40px;
  }
}
.social__card {
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  height: 90vw;
  box-sizing: border-box;
  border-radius: 12px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (min-width: 768px) {
  .social__card {
    height: 33.333vw;
  }
}
.social__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.social__card-fb {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
}
.social__text {
  margin: 12px 0 0;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
}
.social__date {
  font-size: 13px;
  margin: -4px 0 0;
  font-weight: bold;
}
.social .swiper-scrollbar {
  display: none;
}
@media (min-width: 1025px) {
  .social .swiper-scrollbar {
    display: block;
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.16);
  }
}
.social .swiper-scrollbar-drag {
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
}

.journey {
  margin: 32px 0;
}
@media (min-width: 768px) {
  .journey {
    margin: 64px 0;
  }
}
@media (min-width: 1024px) {
  .journey {
    margin: 80px 0;
  }
}
.journey__inner {
  margin: 0 20px;
  box-sizing: border-box;
  border-radius: 28px;
  box-shadow: 0 0 32px 8px rgba(0, 0, 0, 0.16);
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  color: #ffffff;
  padding: 32px 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .journey__inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .journey__inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .journey__inner {
    margin: 0 12px;
  }
}
@media (min-width: 768px) {
  .journey__inner {
    padding: 64px;
    column-gap: 48px;
    flex-direction: row;
  }
}
.journey__icon {
  background-color: #ffffff;
  display: inline-flex;
  border-radius: 8px;
}
.journey__icon svg {
  width: 48px;
  height: 48px;
  padding: 8px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .journey__icon svg {
    width: 64px;
    height: 64px;
  }
}
.journey__titlewrap {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .journey__titlewrap {
    margin-bottom: 40px;
  }
}
.journey__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  margin: 6px 0 0 16px;
}
.journey__title > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .journey__title {
    font-weight: normal;
    font-size: 32px;
    line-height: 52px;
    margin: 0 0 0 24px;
  }
  .journey__title > span {
    font-weight: bold;
  }
}
.journey__subtitle {
  font-weight: normal;
  font-size: 21px;
  margin-top: 8px;
}
.journey__subtitle > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .journey__subtitle {
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
  }
  .journey__subtitle > span {
    font-weight: bold;
  }
}
.journey__header {
  width: 100%;
}
.journey__col {
  width: 100%;
}
@media (min-width: 768px) {
  .journey__col {
    width: calc(50% - 24px);
  }
}
@media (max-width: 767px) {
  .journey__col--2 {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .journey__photo--1 .journey__image {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .journey__photo--2 {
    order: 10;
  }
}
@media (min-width: 768px) {
  .journey__photo--2 .journey__image {
    margin: 16px 0 0;
  }
}
.journey__image {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
.journey__caption {
  font-size: 15px;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin: 8px 0 24px 0;
}
.journey__caption:before {
  content: "";
  height: 2px;
  width: 32px;
  background-color: #ffffff;
  display: inline-block;
  margin: -4px 8px 0 0;
}
.journey__link {
  width: 100%;
  background-color: #f2a83e;
  color: #ffffff;
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  border: none;
  display: inline-block;
  width: auto;
  order: 13;
  font-weight: bold;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .journey__link {
    transition: 0.3s filter ease;
  }
  .journey__link:hover {
    filter: brightness(1.08);
  }
}
@media (max-width: 767px) {
  .journey__link {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 8px 5px 8px;
    text-align: center;
  }
}
.journey p {
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
}
.journey p.journey__text-last2 {
  order: 11;
}
@media (max-width: 767px) {
  .journey p.journey__text-last {
    order: 12;
  }
}
.journey__link:first-of-type {
  margin-bottom: 20px;
}

.team {
  margin: 32px 0;
}
@media (min-width: 768px) {
  .team {
    margin: 64px 0;
  }
}
@media (min-width: 1024px) {
  .team {
    margin: 80px 0;
  }
}
.team__inner {
  margin: 0 20px;
  box-sizing: border-box;
  border-radius: 28px;
  box-shadow: 0 0 32px 8px rgba(0, 0, 0, 0.16);
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  color: #ffffff;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .team__inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .team__inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .team__inner {
    margin: 0 12px;
  }
}
@media (min-width: 768px) {
  .team__inner {
    width: 100%;
    padding: 64px;
    column-gap: 48px;
    flex-direction: row;
  }
}
.team__icon {
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-flex;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
@media (min-width: 768px) {
  .team__icon {
    margin-top: 0;
  }
}
.team__icon svg {
  width: 48px;
  height: 48px;
  padding: 8px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .team__icon svg {
    width: 64px;
    height: 64px;
  }
}
.team__header {
  margin: 0 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .team__header {
    margin: 0 auto;
    max-width: 600px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .team__header {
    padding: 0;
  }
}
.team p {
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
}
.team__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
}
.team__title > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .team__title {
    font-weight: normal;
    font-size: 32px;
    line-height: 52px;
  }
  .team__title > span {
    font-weight: bold;
  }
}
.team__staff-items {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .team__staff-items {
    column-gap: 20px;
  }
}
.team__staff-items--management {
  margin-bottom: 56px;
}
.team__staff-items--management .team__staff-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  column-gap: 44px;
  margin: 0;
}
@media (min-width: 768px) {
  .team__staff-items--management .team__staff-item {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .team__staff-items--management .team__staff-photo {
    width: calc(33.333% - 40px);
  }
}
.team__staff-items--management .team__staff-name {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .team__staff-items--management .team__staff-name {
    margin-top: 12px;
  }
}
.team__staff-title {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  font-size: 28px;
}
.team__staff-title > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .team__staff-title {
    font-weight: normal;
    font-size: 32px;
    line-height: 52px;
  }
  .team__staff-title > span {
    font-weight: bold;
  }
}
.team__staff-item {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .team__staff-item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  .team__staff-item {
    width: calc(33.333% - 14px);
  }
}
@media (min-width: 768px) {
  .team__staff-item--cs {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100% !important;
  }
  .team__staff-item--cs .team__staff-photo {
    max-width: 148px;
    margin-right: 24px;
  }
  .team__staff-item--cs .team__staff-name, .team__staff-item--cs p {
    margin: 0;
  }
}
.team__staff-photo {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
.team__staff-name {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
}
.team__staff-name > span {
  font-weight: bold;
}
.team__staff-bio {
  max-width: 420px;
}
.team__staff-bio.active .team__staff-more {
  display: block;
}
.team__staff-bio.active .team__staff-expand:after {
  transform: translateY(3px) rotateZ(45deg);
}
.team__staff-more {
  display: none;
}
.team__staff-expand {
  color: #ffffff;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .team__staff-expand {
    cursor: pointer;
  }
  .team__staff-expand:hover {
    filter: opacity(0.66);
    transition: 0.5s all ease;
  }
}
.team__staff-expand:after {
  content: "";
  display: inline-block;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  height: 6px;
  width: 6px;
  transform: translateY(-2px) rotateZ(225deg);
  margin-left: 10px;
}
.team__staff-coming-soon {
  display: flex;
  flex-direction: column;
  width: 100%;
  column-gap: 20px;
}
@media (min-width: 768px) {
  .team__staff-coming-soon {
    flex-direction: row;
  }
}

.lead {
  margin: 0;
}
.lead__inner {
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  padding: 40px 0;
}
@media (min-width: 768px) {
  .lead__inner {
    padding: 56px 0;
  }
}
@media (min-width: 1240px) {
  .lead__inner {
    padding: 80px 0;
  }
}
.lead__content {
  margin: 0 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .lead__content {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .lead__content {
    padding: 0;
  }
}
.lead__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 24px;
}
.lead__title > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .lead__title {
    font-weight: normal;
    font-size: 32px;
    line-height: 52px;
    font-weight: bold;
    margin: 0 0 40px;
    max-width: 600px;
  }
  .lead__title > span {
    font-weight: bold;
  }
}
@media (min-width: 1240px) {
  .lead__title {
    max-width: 1100px;
    font-weight: normal;
    font-size: 50px;
    line-height: 72px;
    font-weight: bold;
  }
  .lead__title > span {
    font-weight: bold;
  }
}
.lead__subtitle {
  font-weight: normal;
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}
.lead__subtitle > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .lead__subtitle {
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    max-width: 600px;
    font-weight: bold;
  }
  .lead__subtitle > span {
    font-weight: bold;
  }
}
@media (min-width: 1240px) {
  .lead__subtitle {
    max-width: 1100px;
    font-weight: normal;
    font-size: 32px;
    line-height: 52px;
    font-weight: bold;
  }
  .lead__subtitle > span {
    font-weight: bold;
  }
}

.textimage {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .textimage {
    margin: 80px 0;
  }
}
.textimage__inner {
  margin: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .textimage__inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .textimage__inner {
    padding: 0;
  }
}
.textimage--right .textimage__inner {
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .textimage__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .textimage--right .textimage__inner {
    flex-direction: row-reverse;
  }
}
.textimage__heading {
  font-weight: normal;
  font-size: 32px;
  line-height: 52px;
}
.textimage--white .textimage__heading {
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.textimage__heading > span {
  font-weight: bold;
}
@media (min-width: 1240px) {
  .textimage__heading {
    margin-top: 0;
    font-weight: normal;
    font-size: 50px;
    line-height: 72px;
  }
  .textimage__heading > span {
    font-weight: bold;
  }
}
.textimage__subheading {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  margin-top: -20px;
}
.textimage__subheading > span {
  font-weight: bold;
}
@media (min-width: 1240px) {
  .textimage__subheading {
    font-weight: normal;
    font-size: 32px;
    line-height: 52px;
    margin-top: -40px;
  }
  .textimage__subheading > span {
    font-weight: bold;
  }
}
.textimage--white .textimage__subheading {
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.textimage__text {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .textimage__text {
    width: calc(50% - 40px);
    margin-bottom: 0;
  }
}
.textimage__image {
  margin: 32px 0 0;
  display: flex;
}
@media (min-width: 1024px) {
  .textimage__image {
    width: calc(50% - 40px);
    margin-bottom: 0;
  }
}
.textimage__image-src {
  border-radius: 8px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.textimage__cta {
  width: 100%;
  background-color: #f2a83e;
  color: #ffffff;
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  border: none;
}
@media (min-width: 1025px) {
  .textimage__cta {
    transition: 0.3s filter ease;
  }
  .textimage__cta:hover {
    filter: brightness(1.08);
  }
}
.textimage p {
  white-space: pre-line;
}

.licences {
  margin: 32px 0;
}
@media (min-width: 768px) {
  .licences {
    margin: 64px 0;
  }
}
@media (min-width: 1024px) {
  .licences {
    margin: 80px 0;
  }
}
.licences__inner {
  margin: 0 20px;
  box-sizing: border-box;
  border-radius: 28px;
  box-shadow: 0 0 32px 8px rgba(0, 0, 0, 0.16);
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  color: #ffffff;
  padding: 32px 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .licences__inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .licences__inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .licences__inner {
    margin: 0 12px;
  }
}
@media (min-width: 768px) {
  .licences__inner {
    padding: 64px;
    column-gap: 48px;
    flex-direction: row;
  }
}
.licences__icon {
  background-color: #ffffff;
  display: inline-flex;
  border-radius: 8px;
}
.licences__icon svg {
  width: 48px;
  height: 48px;
  padding: 8px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .licences__icon svg {
    width: 64px;
    height: 64px;
  }
}
.licences__titlewrap {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .licences__titlewrap {
    margin-bottom: 40px;
  }
}
.licences__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  margin: 6px 0 0 16px;
}
.licences__title > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .licences__title {
    font-weight: normal;
    font-size: 32px;
    line-height: 52px;
    margin: 0 0 0 24px;
  }
  .licences__title > span {
    font-weight: bold;
  }
}
.licences__subtitle {
  font-weight: normal;
  font-size: 21px;
  margin-top: 8px;
}
.licences__subtitle > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .licences__subtitle {
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
  }
  .licences__subtitle > span {
    font-weight: bold;
  }
}
.licences__header {
  width: 100%;
}
.licences__col {
  width: 100%;
}
@media (min-width: 768px) {
  .licences__col {
    width: calc(50% - 24px);
  }
}
@media (max-width: 767px) {
  .licences__col--2 {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .licences__photo--1 .journey__image {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .licences__photo--2 {
    order: 10;
  }
}
@media (min-width: 768px) {
  .licences__photo--2 .journey__image {
    margin: 16px 0 0;
  }
}
.licences__image {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
.licences__caption {
  font-size: 15px;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin: 8px 0 24px 0;
}
.licences__caption:before {
  content: "";
  height: 2px;
  width: 32px;
  background-color: #ffffff;
  display: inline-block;
  margin: -4px 8px 0 0;
}
.licences__link {
  width: 100%;
  background-color: #f2a83e;
  color: #ffffff;
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  border: none;
  display: inline-block;
  width: auto;
  order: 13;
  font-weight: bold;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .licences__link {
    transition: 0.3s filter ease;
  }
  .licences__link:hover {
    filter: brightness(1.08);
  }
}
@media (max-width: 767px) {
  .licences__link {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 8px 5px 8px;
    text-align: center;
  }
}
.licences p {
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
}
.licences p.journey__text-last2 {
  order: 11;
}
@media (max-width: 767px) {
  .licences p.journey__text-last {
    order: 12;
  }
}
.licences__inner > div:last-of-type .textimage__text {
  border: none;
  padding-bottom: 0;
}
.licences__titlewrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .licences__titlewrap {
    justify-content: center;
    align-items: center;
  }
}
.licences__title {
  margin-top: 24px;
  margin-left: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
}
.licences__title > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .licences__title {
    font-weight: normal;
    font-size: 32px;
    line-height: 52px;
  }
  .licences__title > span {
    font-weight: bold;
  }
}
.licences__subtitle {
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
  max-width: 600px;
  text-align: left;
  margin: -20px auto 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
@media (min-width: 768px) {
  .licences__subtitle {
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin: -20px auto 64px;
    padding: 0;
    border: none;
  }
  .licences__subtitle > span {
    font-weight: bold;
  }
}
.licences .textimage {
  margin: 0;
}
@media (min-width: 768px) {
  .licences .textimage {
    margin: 0 0 80px;
  }
}
.licences .textimage__inner {
  margin: 0;
}
.licences .textimage__heading {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
}
.licences .textimage__heading > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .licences .textimage__heading {
    font-weight: normal;
    font-size: 32px;
    line-height: 52px;
  }
  .licences .textimage__heading > span {
    font-weight: bold;
  }
}
.licences .textimage__subheading {
  font-weight: normal;
  font-size: 21px;
  margin-top: -20px;
}
.licences .textimage__subheading > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .licences .textimage__subheading {
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
  }
  .licences .textimage__subheading > span {
    font-weight: bold;
  }
}
.licences .textimage__cta {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .licences .textimage__cta {
    margin-top: 40px;
  }
}
.licences .textimage__text {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .licences .textimage__text {
    border: none;
    padding-bottom: 0;
  }
}

#terms {
  margin-top: 64px;
}

.hero--hgv {
  height: calc(100vh - 200px);
}
@media (min-width: 1024px) {
  .hero--hgv {
    height: calc(100vh - 64px);
  }
}
.hero--hgv .hero__title {
  margin-bottom: 0;
  padding: 0;
}
.hero--hgv .hero__subtitle {
  margin-top: 8px;
}

.hgv__subnav-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .hgv__subnav-list {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: calc(100vw - 40px);
  }
}
@media (min-width: 1240px) {
  .hgv__subnav-list {
    max-width: 1200px;
  }
}
.hgv__subnav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 12px 20px;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .hgv__subnav-item {
    transition: 0.2s all linear;
  }
  .hgv__subnav-item:hover {
    background-color: #3146B6;
  }
}
.hgv__subnav-item:before {
  content: "";
  position: absolute;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  height: 8px;
  width: 8px;
  top: 18px;
  right: 16px;
  transform: rotate(135deg);
  border-radius: 3px;
}
@media (min-width: 1024px) {
  .hgv__subnav-item:before {
    content: none;
  }
}
@media (min-width: 1024px) {
  .hgv__subnav-item {
    justify-content: center;
    padding: 20px 12px;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }
  .hgv__subnav-item:last-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hgv__subnav-item {
    width: 100%;
  }
}
.hgv__subnav .benefits {
  padding: 0;
}
@media (min-width: 768px) {
  .hgv__subnav .benefits {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
}

body.page-driving-theory-test-information .hero__title {
  margin-top: 40px;
}

.qgrid {
  display: grid;
  grid-template-columns: 0.3fr 0.3fr 0.2fr 0.2fr;
  margin: 20px 0;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #000;
  column-gap: 1px;
  row-gap: 1px;
  border: 1px solid #000;
  max-width: calc(100vw - 150px);
  overflow: scroll;
}
.qgrid div {
  background-color: #f2a83e;
  padding: 12px;
  box-sizing: border-box;
}

.qgrid-swipe {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .qgrid-swipe {
    display: none;
  }
}

.woocommerce-container {
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  margin: 0 20px;
  box-sizing: border-box;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  padding: 40px 0 0 !important;
}
@media (min-width: 768px) {
  .woocommerce-container {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .woocommerce-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .woocommerce-container {
    border-radius: 24px;
    padding: 96px 0 !important;
    margin-bottom: 96px !important;
  }
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  margin: 0 20px;
  box-sizing: border-box;
  max-width: 1040px !important;
  margin: 40px 20px 40px !important;
  background-color: #15093e;
  color: #ffffff;
  border-radius: 8px;
  border: none;
  text-align: center;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #3146B6;
  padding: 24px 24px 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .woocommerce-info,
  .woocommerce-message,
  .woocommerce-error {
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .woocommerce-info,
  .woocommerce-message,
  .woocommerce-error {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .woocommerce-info,
  .woocommerce-message,
  .woocommerce-error {
    margin: 40px auto 40px !important;
  }
}
.woocommerce-info:before,
.woocommerce-message:before,
.woocommerce-error:before {
  content: none;
}
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a {
  color: #ffffff !important;
  font-weight: bold;
  text-decoration: underline !important;
  order: 2;
  margin-left: 8px;
  background-color: transparent !important;
}

.woocommerce-error {
  flex-direction: column;
}
.woocommerce-error li {
  padding: 4px 0;
}

.woocommerce-billing-fields > h3 {
  display: none;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border: none;
  font-size: 15px;
}
@media (min-width: 768px) {
  .woocommerce table.shop_table,
  .woocommerce table.shop_table td,
  .woocommerce table.shop_table tbody th,
  .woocommerce table.shop_table tfoot td,
  .woocommerce table.shop_table tfoot th {
    font-size: 18px;
  }
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 8px 0;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: normal;
}

.order-total > th {
  font-weight: bold !important;
}

.woocommerce-input-wrapper {
  display: flex;
}

.cart-subtotal {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  margin-top: 40px;
}

.wc-checkout__checkbox-container {
  max-width: 530px;
  margin: auto;
}

.wc-checkout__checkbox-container .woocommerce-input-wrapper:before {
  content: none;
}

.input-text {
  font-size: 15px;
  line-height: 24px;
  color: #3e3e3e;
}
@media (min-width: 768px) {
  .input-text {
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    line-height: 30px;
    font-size: 18px;
  }
}

form[name=checkout] #customer_details .col-2 {
  width: 100%;
}

.form-row {
  position: relative;
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .form-row {
    margin-bottom: 32px !important;
  }
}
.form-row.active label, .form-row#practical_check_date_field label, .form-row#practical_check_time_field label {
  font-size: 13px;
  opacity: 0.66;
  top: 3px;
  left: 12px;
}
@media (min-width: 768px) {
  .form-row.active label, .form-row#practical_check_date_field label, .form-row#practical_check_time_field label {
    left: 20px;
  }
}
.form-row.woocommerce-validated .woocommerce-input-wrapper:before {
  background: #5fc75e;
}
.form-row.woocommerce-invalid .woocommerce-input-wrapper:before {
  background: #e80000;
}

#pupil_dob_field label {
  font-size: 13px;
  top: 3px;
  left: 20px;
}

.form-row label {
  position: absolute;
  color: #3e3e3e;
  z-index: 2;
  top: 18px;
  left: 16px;
  transition: 0.2s all linear;
}
@media (min-width: 768px) {
  .form-row label {
    top: 15px;
    left: 24px;
  }
}

#billing_country_field .select2-container,
#billing_state_field .select2-container {
  height: 60px;
}
#billing_country_field .select2-container .select2-selection--single,
#billing_state_field .select2-container .select2-selection--single {
  height: 62px;
  margin-top: -1px;
}
#billing_country_field .select2-selection,
#billing_state_field .select2-selection {
  height: 60px;
  border-radius: 12px;
}
#billing_country_field .selection,
#billing_state_field .selection {
  height: 70px;
  overflow: hidden;
  display: block;
}
#billing_country_field #select2-billing_country-container,
#billing_country_field #select2-billing_state-container,
#billing_state_field #select2-billing_country-container,
#billing_state_field #select2-billing_state-container {
  margin-top: 26px;
  margin-left: 12px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
#billing_country_field label[for=billing_country],
#billing_state_field label[for=billing_country] {
  position: absolute;
  top: 4px;
  left: 20px;
  font-size: 13px;
}
#billing_country_field .select2-container--default .select2-selection--single .select2-selection__arrow,
#billing_state_field .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 17px;
  right: 20px;
}

.make-payment-details input {
  color: #333;
  font-weight: 600;
  padding: 5px 0 5px 15px;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 150px;
}

.pupil-check,
.practical-check {
  margin-top: 10px !important;
}

.pupil-check label,
.voucher_preference label,
.transmission_preference label,
.practical-check label {
  margin-left: 25px;
}

.pupil-check input,
.practical-check input .voucher_preference input,
.transmission_preference input {
  margin-left: -25px !important;
  margin-top: 6px !important;
}

#teacher_check,
#add_instructor_preference {
  height: 64px;
  border: none;
  padding-top: 4px;
}

.current-pupil #instructor_preference_field,
.current-pupil #add_instructor_preference_field {
  display: none !important;
}

#teacher_check_field,
#add_instructor_preference_field,
#add_day_time_preference_field {
  display: none;
  margin: 40px 0 0 !important;
}
@media (min-width: 768px) {
  #teacher_check_field,
  #add_instructor_preference_field,
  #add_day_time_preference_field {
    margin: 40px 0 20px !important;
  }
}

#practical_check_date_field,
#practical_check_time_field {
  display: none;
  margin: 40px 0 -20px !important;
}
#practical_check_time_field {
  margin: 40px 0 20px !important;
}

#order_comments_field {
  position: relative;
  margin-top: 80px;
}
#order_comments_field:before {
  content: "Additional information:";
  margin-bottom: 30px;
  position: absolute;
  top: -37px;
  text-transform: uppercase;
  font-size: 13px;
}

label[for=teacher_check] .optional {
  display: none;
}

.wc-checkout__form {
  width: 100%;
}
.wc-checkout-header {
  display: flex;
  justify-content: center;
}
.wc-checkout-header__title {
  font-weight: normal;
  font-size: 32px;
  line-height: 52px;
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
}
.wc-checkout-header__title > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .wc-checkout-header__title {
    font-weight: normal;
    font-size: 50px;
    line-height: 72px;
    font-weight: bold;
  }
  .wc-checkout-header__title > span {
    font-weight: bold;
  }
}
@media (min-width: 1367px) {
  .wc-checkout-header__title {
    margin-top: 64px;
  }
}
.wc-checkout__section {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  margin: 0 20px;
  box-sizing: border-box;
  max-width: 800px !important;
  padding: 24px 20px 0 !important;
  margin-bottom: 32px !important;
}
@media (min-width: 768px) {
  .wc-checkout__section {
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .wc-checkout__section {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .wc-checkout__section {
    padding: 24px 80px !important;
  }
}
.wc-checkout__section-inner {
  max-width: 530px;
  margin: auto;
}
.wc-checkout__section--additional > div > div ~ h3 {
  display: none;
}
.wc-checkout__section--additional .woocommerce-additional-fields__field-wrapper {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .wc-checkout__section--additional .woocommerce-additional-fields__field-wrapper {
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  .wc-checkout__section--additional .wc-checkout__heading {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .wc-checkout__section--payment .wc-checkout__heading {
    margin-bottom: 20px;
  }
}
.wc-checkout__section p:not(.form-row) {
  text-align: center;
  max-width: 340px;
  font-size: 15px;
  line-height: 24px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wc-checkout__section p:not(.form-row) {
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    line-height: 30px;
    font-size: 18px;
  }
}
.wc-checkout__heading {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400 !important;
  text-align: center;
  margin-bottom: 20px;
  margin: 8px auto 24px;
}
.wc-checkout__heading > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .wc-checkout__heading {
    margin: 32px auto 20px;
    font-weight: normal;
    font-size: 32px;
    line-height: 52px;
  }
  .wc-checkout__heading > span {
    font-weight: bold;
  }
}
.wc-checkout__heading span {
  font-weight: 600;
}
.wc-checkout__change {
  font-size: 14px !important;
  text-align: left !important;
  margin: 0 0 24px !important;
}
@media (min-width: 768px) {
  .wc-checkout__change {
    margin: 0 !important;
  }
}
.wc-checkout__change a {
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 600;
  text-decoration: underline;
}
.wc-checkout__checkbox {
  display: block;
  position: relative;
  padding-left: 48px;
  padding-top: 4px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 768px) {
  .wc-checkout__checkbox {
    padding-left: 64px;
    padding-top: 0;
  }
}
.wc-checkout__checkbox:before {
  position: absolute;
  content: "";
  top: -4px;
  left: -4px;
  height: 36px;
  width: 36px;
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  border: 2px solid #ffffff;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .wc-checkout__checkbox:before {
    width: 44px;
    height: 44px;
  }
}
.wc-checkout__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wc-checkout__checkbox span:not(.optional) {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #ffffff;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .wc-checkout__checkbox span:not(.optional) {
    height: 40px;
    width: 40px;
  }
}
.wc-checkout__checkbox:hover input ~ input {
  background-color: #ccc;
}
.wc-checkout__checkbox input:checked ~ span:not(.optional) {
  background-color: #ffffff;
}
.wc-checkout__checkbox span:not(.optional):after {
  content: "";
  position: absolute;
  display: none;
}
.wc-checkout__checkbox input:checked ~ span:not(.optional):after {
  display: block;
}
.wc-checkout__checkbox span:not(.optional):after {
  left: 1px;
  top: 2px;
  width: 30px;
  height: 30px;
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  transform: scale(0.75);
  clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
}
@media (min-width: 768px) {
  .wc-checkout__checkbox span:not(.optional):after {
    left: 6px;
    top: 5px;
  }
}
.wc-checkout__age-disclaimer {
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
  max-width: 400px;
}
.wc-checkout label {
  font-size: 15px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .wc-checkout label {
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    line-height: 30px;
    font-size: 18px;
  }
}
.wc-checkout__declaration #pupil_declaration_field {
  display: inline-block;
  width: 200px;
  margin-top: 32px;
  background: transparent;
  margin-bottom: 8px !important;
}
@media (min-width: 768px) {
  .wc-checkout__declaration #pupil_declaration_field {
    width: 300px;
  }
}
.wc-checkout__declaration .woocommerce-input-wrapper:before {
  content: none;
}
.wc-checkout__declaration > span {
  display: inline-block;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 40px;
}
.wc-checkout__declaration p {
  display: inline-block;
  text-align: left !important;
}
.wc-checkout__declaration input {
  background-color: transparent !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 0 0 8px 4px !important;
  box-sizing: border-box;
  text-align: center;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
}
.wc-checkout__declaration ::-ms-input-placeholder {
  /* Edge 12-18 */
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
}
.wc-checkout__declaration ::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
}

#voucher_preference_field,
#transmission_preference_field,
#instructor_preference_field,
#pupil_check_field,
#age_disclaimer_field,
#practical_check_field,
#add_day_time_preference_check_field {
  max-width: 530px;
  margin-left: -16px;
}
@media (min-width: 768px) {
  #voucher_preference_field,
  #transmission_preference_field,
  #instructor_preference_field,
  #pupil_check_field,
  #age_disclaimer_field,
  #practical_check_field,
  #add_day_time_preference_check_field {
    margin-left: -24px;
  }
}
#voucher_preference_field .checkbox,
#transmission_preference_field .checkbox,
#instructor_preference_field .checkbox,
#pupil_check_field .checkbox,
#age_disclaimer_field .checkbox,
#practical_check_field .checkbox,
#add_day_time_preference_check_field .checkbox {
  display: block;
  position: relative;
  padding-left: 48px;
  padding-top: 4px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
  margin-left: 0;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #voucher_preference_field .checkbox,
  #transmission_preference_field .checkbox,
  #instructor_preference_field .checkbox,
  #pupil_check_field .checkbox,
  #age_disclaimer_field .checkbox,
  #practical_check_field .checkbox,
  #add_day_time_preference_check_field .checkbox {
    padding-left: 64px;
    padding-top: 0;
  }
}
#voucher_preference_field .checkbox:before,
#transmission_preference_field .checkbox:before,
#instructor_preference_field .checkbox:before,
#pupil_check_field .checkbox:before,
#age_disclaimer_field .checkbox:before,
#practical_check_field .checkbox:before,
#add_day_time_preference_check_field .checkbox:before {
  position: absolute;
  content: "";
  top: -4px;
  left: -4px;
  height: 36px;
  width: 36px;
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  border: 2px solid #ffffff;
  border-radius: 12px;
}
@media (min-width: 768px) {
  #voucher_preference_field .checkbox:before,
  #transmission_preference_field .checkbox:before,
  #instructor_preference_field .checkbox:before,
  #pupil_check_field .checkbox:before,
  #age_disclaimer_field .checkbox:before,
  #practical_check_field .checkbox:before,
  #add_day_time_preference_check_field .checkbox:before {
    width: 44px;
    height: 44px;
  }
}
#voucher_preference_field .checkbox input,
#transmission_preference_field .checkbox input,
#instructor_preference_field .checkbox input,
#pupil_check_field .checkbox input,
#age_disclaimer_field .checkbox input,
#practical_check_field .checkbox input,
#add_day_time_preference_check_field .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#voucher_preference_field .checkbox span:not(.optional),
#transmission_preference_field .checkbox span:not(.optional),
#instructor_preference_field .checkbox span:not(.optional),
#pupil_check_field .checkbox span:not(.optional),
#age_disclaimer_field .checkbox span:not(.optional),
#practical_check_field .checkbox span:not(.optional),
#add_day_time_preference_check_field .checkbox span:not(.optional) {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #ffffff;
  border-radius: 8px;
}
@media (min-width: 768px) {
  #voucher_preference_field .checkbox span:not(.optional),
  #transmission_preference_field .checkbox span:not(.optional),
  #instructor_preference_field .checkbox span:not(.optional),
  #pupil_check_field .checkbox span:not(.optional),
  #age_disclaimer_field .checkbox span:not(.optional),
  #practical_check_field .checkbox span:not(.optional),
  #add_day_time_preference_check_field .checkbox span:not(.optional) {
    height: 40px;
    width: 40px;
  }
}
#voucher_preference_field .checkbox:hover input ~ input,
#transmission_preference_field .checkbox:hover input ~ input,
#instructor_preference_field .checkbox:hover input ~ input,
#pupil_check_field .checkbox:hover input ~ input,
#age_disclaimer_field .checkbox:hover input ~ input,
#practical_check_field .checkbox:hover input ~ input,
#add_day_time_preference_check_field .checkbox:hover input ~ input {
  background-color: #ccc;
}
#voucher_preference_field .checkbox input:checked ~ span:not(.optional),
#transmission_preference_field .checkbox input:checked ~ span:not(.optional),
#instructor_preference_field .checkbox input:checked ~ span:not(.optional),
#pupil_check_field .checkbox input:checked ~ span:not(.optional),
#age_disclaimer_field .checkbox input:checked ~ span:not(.optional),
#practical_check_field .checkbox input:checked ~ span:not(.optional),
#add_day_time_preference_check_field .checkbox input:checked ~ span:not(.optional) {
  background-color: #ffffff;
}
#voucher_preference_field .checkbox span:not(.optional):after,
#transmission_preference_field .checkbox span:not(.optional):after,
#instructor_preference_field .checkbox span:not(.optional):after,
#pupil_check_field .checkbox span:not(.optional):after,
#age_disclaimer_field .checkbox span:not(.optional):after,
#practical_check_field .checkbox span:not(.optional):after,
#add_day_time_preference_check_field .checkbox span:not(.optional):after {
  content: "";
  position: absolute;
  display: none;
}
#voucher_preference_field .checkbox input:checked ~ span:not(.optional):after,
#transmission_preference_field .checkbox input:checked ~ span:not(.optional):after,
#instructor_preference_field .checkbox input:checked ~ span:not(.optional):after,
#pupil_check_field .checkbox input:checked ~ span:not(.optional):after,
#age_disclaimer_field .checkbox input:checked ~ span:not(.optional):after,
#practical_check_field .checkbox input:checked ~ span:not(.optional):after,
#add_day_time_preference_check_field .checkbox input:checked ~ span:not(.optional):after {
  display: block;
}
#voucher_preference_field .checkbox span:not(.optional):after,
#transmission_preference_field .checkbox span:not(.optional):after,
#instructor_preference_field .checkbox span:not(.optional):after,
#pupil_check_field .checkbox span:not(.optional):after,
#age_disclaimer_field .checkbox span:not(.optional):after,
#practical_check_field .checkbox span:not(.optional):after,
#add_day_time_preference_check_field .checkbox span:not(.optional):after {
  left: 1px;
  top: 2px;
  width: 30px;
  height: 30px;
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  transform: scale(0.75);
  clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
}
@media (min-width: 768px) {
  #voucher_preference_field .checkbox span:not(.optional):after,
  #transmission_preference_field .checkbox span:not(.optional):after,
  #instructor_preference_field .checkbox span:not(.optional):after,
  #pupil_check_field .checkbox span:not(.optional):after,
  #age_disclaimer_field .checkbox span:not(.optional):after,
  #practical_check_field .checkbox span:not(.optional):after,
  #add_day_time_preference_check_field .checkbox span:not(.optional):after {
    left: 6px;
    top: 5px;
  }
}
@media (min-width: 768px) {
  #voucher_preference_field .checkbox,
  #transmission_preference_field .checkbox,
  #instructor_preference_field .checkbox,
  #pupil_check_field .checkbox,
  #age_disclaimer_field .checkbox,
  #practical_check_field .checkbox,
  #add_day_time_preference_check_field .checkbox {
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    line-height: 30px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #age_disclaimer_field {
    margin-bottom: 40px !important;
  }
}

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

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  width: 72px;
  background: #fff;
  padding: 2px 6px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

.payment-options {
  background: #ffffff;
  border-radius: 8px;
  margin: 24px 0 40px;
  padding: 20px 20px 0;
}
@media (min-width: 768px) {
  .payment-options {
    padding: 32px 32px 4px;
  }
}

.woocommerce-checkout #payment div.payment_box {
  background: #150a3e;
  color: #ffffff;
  padding: 4px 10px 2px;
  border-radius: 6px;
  margin-top: 0;
  display: inline-block;
  width: auto;
}

.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #150a3e;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  margin-left: 16px;
  margin-top: -16px;
}

.woocommerce-checkout #payment div.payment_box p {
  font-size: 13px;
  text-align: left;
  margin: 0 4px;
}

.wc_payment_method {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
}
.wc_payment_method input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.wc_payment_method span {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.wc_payment_method:hover input ~ span {
  background-color: #ccc;
}
.wc_payment_method input:checked ~ span {
  background-color: #2296F3;
  background-color: #f2a83e;
}
.wc_payment_method span:after {
  content: "";
  position: absolute;
  display: none;
}
.wc_payment_method input:checked ~ span:after {
  display: block;
}
.wc_payment_method span:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.wc_payment_method label {
  cursor: pointer;
  font-size: 15px;
  line-height: 24px;
  color: #3e3e3e;
  margin-top: 2px;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 768px) {
  .wc_payment_method label {
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    line-height: 30px;
    font-size: 18px;
    margin-top: 1px;
  }
}

.checkbox b {
  color: #f2a83e;
}

.woocommerce-order {
  margin: 0 20px;
  box-sizing: border-box;
  color: #3e3e3e;
  margin: 32px auto;
}
@media (min-width: 768px) {
  .woocommerce-order {
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .woocommerce-order {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .woocommerce-order {
    margin: 64px auto;
  }
}

.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .header__inner {
    padding: 0 24px;
  }
}
.header--relative {
  position: absolute;
  left: 0;
  top: 0;
}
.header__nav {
  display: none;
  z-index: 10;
}
@media (max-width: 1023px) {
  .header__nav {
    height: 100%;
    width: 100%;
    height: 100vh;
    background: #150a3e;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    transform: translateX(100%);
    transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .menu-active .header__nav {
    transform: translateX(0);
  }
}
@media (min-width: 1024px) {
  .header__nav {
    display: flex;
  }
}
.header__nav-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 6px 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__nav-list {
    padding: 120px 80px 0;
  }
}
@media (min-width: 1024px) {
  .header__nav-list {
    padding: 0;
    align-items: center;
    flex-direction: row;
  }
}
.header__nav-listitem {
  position: relative;
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  flex-direction: column;
}
@media (min-width: 1024px) {
  .header__nav-listitem {
    justify-content: center;
    border: none;
    flex-direction: row;
  }
}
.header__nav-listitem:hover ul {
  display: flex;
}
.header__nav-link {
  font-weight: bold !important;
  font-weight: normal;
  font-size: 21px;
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  padding: 14px 16px 12px;
  position: relative;
  white-space: pre;
}
.header__nav-link > span {
  font-weight: bold;
}
.header__nav-link--sublink {
  font-weight: normal !important;
  padding: 14px 24px 10px 40px;
}
.header__nav-link--sublink:before {
  content: "";
  height: 6px;
  width: 6px;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  position: absolute;
  transform: rotate(135deg);
  top: 18px;
  left: 14px;
}
@media (min-width: 1024px) {
  .header__nav-link--sublink:before {
    content: none;
  }
}
@media (min-width: 1024px) {
  .header__nav-link--sublink {
    font-weight: bold !important;
    padding: 14px 24px 10px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    background: rgb(63, 81, 181);
    background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
    transition: 0.15s all linear;
    text-align: center;
    width: 100%;
  }
  .header__nav-link--sublink:hover {
    filter: brightness(1.4);
  }
}
.header__nav-link--book {
  border-radius: 4px;
  transition: 0.15s all linear;
  padding: 15px 16px 11px 14px;
}
@media (max-width: 1023px) {
  .header__nav-link--book {
    background-color: #f2a83e;
    border-radius: 0 !important;
  }
}
@media (min-width: 1024px) {
  .header__nav-link--book {
    background: rgb(63, 81, 181);
    background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
    padding: 15px 16px 11px;
    margin-left: 20px;
  }
  .header__nav-link--book:hover {
    filter: brightness(1.4);
  }
  .home .header__nav-link--book {
    background: #f2a83e;
  }
  .home .header__nav-link--book:hover {
    filter: brightness(1.08);
  }
}
.header__subnav {
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .header__subnav {
    display: none;
    position: absolute;
    top: 40px;
  }
}
.header__subnav-inner {
  padding: 0;
}
@media (min-width: 1024px) {
  .header__subnav-inner {
    flex-direction: column;
    align-items: center;
    top: 20px;
    left: 0;
    position: relative;
    border-radius: 8px;
    width: 256px;
  }
  .header__subnav-inner:before {
    clip-path: polygon(51% 0%, 69% 65%, 108% 38%, 87% 100%, 24% 100%, 14% 48%, 39% 44%);
    width: 100%;
    height: 70px;
    background: rgb(63, 81, 181);
    background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
  }
}
@media (max-width: 1023px) {
  .header__subnav-inner li:last-of-type {
    border-bottom: 0;
  }
}
.header__subnav-inner li:first-of-type a {
  border: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.header__subnav-inner li:last-of-type a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.header__mobile {
  z-index: 11;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .header__mobile {
    display: none;
  }
}
.header__mobile-burger {
  padding: 20px;
  margin-right: -20px;
}
.header__mobile-burger div {
  height: 3px;
  width: 24px;
  background-color: #ffffff;
  margin: 4px;
  transition: 0.6s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.menu-active .header__mobile-burger div:first-of-type {
  transform: rotate(45deg) translateX(3px) translateY(6px);
  transition-delay: 0.1s;
}
.menu-active .header__mobile-burger div:nth-of-type(2) {
  opacity: 0;
  transform: rotate(360deg);
}
.menu-active .header__mobile-burger div:last-of-type {
  transform: rotate(-45deg) translateX(4px) translateY(-7px);
  transition-delay: 0.1s;
}

.header--fixed .header__mobile-burger div {
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
}

.header--fixed > .header__inner > .header__nav > .header__nav-list > .header__nav-listitem > .header__nav-link:not(.header__nav-link--book) {
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1023px) {
  .header__nav-list > .header__nav-listitem > .header__nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
}

.header-logo-container {
  display: flex;
  align-items: center;
}

.header-logo-container img {
  min-height: 60px;
}
@media (min-width: 768px) {
  .header-logo-container img {
    min-height: 100px;
  }
}

.header-logo-container__tagline {
  font-weight: bold;
  width: 20px;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 25px;
  position: relative;
  color: #fff !important;
  min-width: 74px;
  text-align: left;
}
@media (min-width: 768px) {
  .header-logo-container__tagline {
    min-width: 104px;
  }
}

.header-logo-container__tagline:before {
  content: "";
  height: 44px;
  width: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: -28px;
  top: 0;
  left: -13px;
}

.header--fixed .header-logo-container__tagline {
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header--fixed .header-logo-container__tagline:before {
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
}

@media (max-width: 337px) {
  .header-logo-container__tagline {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .header-logo-container__tagline {
    font-size: 18px;
    margin-top: -13px;
    margin-left: 45px;
    line-height: 1.42857143;
  }
  .header-logo-container__tagline:before {
    left: -28px;
    top: 0;
    height: 70px;
  }
}
.contact {
  margin: 32px 0;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .contact {
    margin: 64px 0;
  }
}
@media (min-width: 1024px) {
  .contact {
    margin: 80px 0;
  }
}
.contact__inner {
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
  color: #ffffff;
  text-align: center;
  padding: 20px;
}
@media (min-width: 768px) {
  .contact__inner {
    padding: 64px;
  }
}
.contact__title {
  font-weight: normal;
  font-size: 32px;
  line-height: 52px;
}
.contact__title > span {
  font-weight: bold;
}
.contact__header {
  margin: 0 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .contact__header {
    margin: 0 auto;
    max-width: 600px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .contact__header {
    padding: 0;
  }
}
.contact__form {
  margin: 0 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .contact__form {
    margin: 0 auto;
    max-width: 600px;
    width: 90%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .contact__form {
    padding: 0;
  }
}

.footer {
  background: #15093e;
  color: #fff;
}
.footer__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 40px 20px 340px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .footer__inner {
    padding: 40px 0;
  }
}
.footer__item {
  width: 33.333%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer__item--credits {
  margin-top: 24px;
}
.footer__logo {
  width: 120px;
  margin: 0 auto 12px;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 12px;
}
.footer__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
}
.footer__title > span {
  font-weight: bold;
}
.footer__subtitle {
  font-weight: normal;
  font-size: 21px;
  margin-bottom: 12px;
}
.footer__subtitle > span {
  font-weight: bold;
}
.footer__links {
  max-width: 480px;
  margin: 0 auto 12px;
}
.footer__links ul {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  justify-content: center;
  text-align: center;
}
.footer__links ul li:last-of-type a:after {
  content: none;
}
.footer__links a {
  margin: 8px 0;
  display: inline-block;
}
.footer__links a:after {
  content: "•";
  display: inline-block;
  margin: 0 4px;
}
.footer__contact {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer__contact li {
  display: flex;
  justify-content: center;
  margin: 12px auto;
}
.footer__contact a {
  display: inline-block;
  margin-left: 8px;
}
.footer__payment {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer__payment p {
  width: 100%;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
  font-size: 16px;
  margin-bottom: 0;
}
.footer__credit, .footer__privacy {
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
  margin: 0;
}
.footer a {
  color: #2296F3;
}
.footer input[type=number] {
  padding: 20px;
  border-radius: 8px;
  padding: 8px;
  border-color: #2296F3;
}
.footer button {
  width: 100%;
  background-color: #f2a83e;
  color: #ffffff;
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 8px;
  font-size: 16px;
  margin-left: 8px;
  font-weight: normal;
  border: none;
  display: inline-block;
  width: auto;
}
@media (min-width: 1025px) {
  .footer button {
    transition: 0.3s filter ease;
  }
  .footer button:hover {
    filter: brightness(1.08);
  }
}

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