@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.open-sans-400, form .data-protection-panel .data-protection-panel__header a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.open-sans-600, form .checkbox label {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600; }

.antialiased, form .checkbox label, form .data-protection-panel .data-protection-panel__header a {
  -webkit-font-smoothing: antialiased; }

b,
strong {
  font-weight: bold !important; }

.large {
  font-size: 250%; }

.tel {
  white-space: nowrap; }

.text-highlight {
  color: #f342b1; }
  .text-highlight a {
    color: #f342b1; }

.text-pink {
  color: #f342b1; }

.text-brown {
  color: #9b8a45; }

.bg-gray {
  background: #eeeeee; }

.confirm-email p {
  margin-bottom: 0.5rem; }
  .confirm-email p b {
    color: #f342b1; }

label.inline {
  display: inline; }

.form-control {
  color: #000; }

.btn {
  border-radius: 15px; }
  .btn.btn-primary, .btn.btn-default {
    padding-left: 20px;
    padding-right: 20px;
    border-width: 0;
    border-bottom-width: 3px; }
  .btn.btn-green {
    color: #fff;
    background-color: #5cb85c;
    border-color: #6ec06e;
    padding-left: 20px;
    padding-right: 20px;
    border-width: 0;
    border-bottom-width: 3px; }
    .btn.btn-green:focus, .btn.btn-green.focus {
      color: #fff;
      background-color: #449d44;
      border-color: #357935; }
    .btn.btn-green:hover {
      color: #fff;
      background-color: #449d44;
      border-color: #49a749; }
    .btn.btn-green:active, .btn.btn-green.active,
    .open > .btn.btn-green.dropdown-toggle {
      color: #fff;
      background-color: #449d44;
      border-color: #49a749; }
      .btn.btn-green:active:hover, .btn.btn-green:active:focus, .btn.btn-green:active.focus, .btn.btn-green.active:hover, .btn.btn-green.active:focus, .btn.btn-green.active.focus,
      .open > .btn.btn-green.dropdown-toggle:hover,
      .open > .btn.btn-green.dropdown-toggle:focus,
      .open > .btn.btn-green.dropdown-toggle.focus {
        color: #fff;
        background-color: #398439;
        border-color: #357935; }
    .btn.btn-green:active, .btn.btn-green.active,
    .open > .btn.btn-green.dropdown-toggle {
      background-image: none; }
    .btn.btn-green.disabled:hover, .btn.btn-green.disabled:focus, .btn.btn-green.disabled.focus, .btn.btn-green[disabled]:hover, .btn.btn-green[disabled]:focus, .btn.btn-green[disabled].focus,
    fieldset[disabled] .btn.btn-green:hover,
    fieldset[disabled] .btn.btn-green:focus,
    fieldset[disabled] .btn.btn-green.focus {
      background-color: #5cb85c;
      border-color: #6ec06e; }
    .btn.btn-green .badge {
      color: #5cb85c;
      background-color: #fff; }
  .btn.btn-dark {
    color: #fff;
    background-color: #333;
    border-color: #262626;
    padding-left: 20px;
    padding-right: 20px;
    border-width: 0;
    border-bottom-width: 3px; }
    .btn.btn-dark:focus, .btn.btn-dark.focus {
      color: #fff;
      background-color: #1a1a1a;
      border-color: black; }
    .btn.btn-dark:hover {
      color: #fff;
      background-color: #1a1a1a;
      border-color: #080808; }
    .btn.btn-dark:active, .btn.btn-dark.active,
    .open > .btn.btn-dark.dropdown-toggle {
      color: #fff;
      background-color: #1a1a1a;
      border-color: #080808; }
      .btn.btn-dark:active:hover, .btn.btn-dark:active:focus, .btn.btn-dark:active.focus, .btn.btn-dark.active:hover, .btn.btn-dark.active:focus, .btn.btn-dark.active.focus,
      .open > .btn.btn-dark.dropdown-toggle:hover,
      .open > .btn.btn-dark.dropdown-toggle:focus,
      .open > .btn.btn-dark.dropdown-toggle.focus {
        color: #fff;
        background-color: #080808;
        border-color: black; }
    .btn.btn-dark:active, .btn.btn-dark.active,
    .open > .btn.btn-dark.dropdown-toggle {
      background-image: none; }
    .btn.btn-dark.disabled:hover, .btn.btn-dark.disabled:focus, .btn.btn-dark.disabled.focus, .btn.btn-dark[disabled]:hover, .btn.btn-dark[disabled]:focus, .btn.btn-dark[disabled].focus,
    fieldset[disabled] .btn.btn-dark:hover,
    fieldset[disabled] .btn.btn-dark:focus,
    fieldset[disabled] .btn.btn-dark.focus {
      background-color: #333;
      border-color: #262626; }
    .btn.btn-dark .badge {
      color: #333;
      background-color: #fff; }

.btn-social {
  padding: 3px 7px;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 3px; }
  .btn-social.btn-facebook-like {
    background-color: #365899;
    font-family: Tahoma, Verdana, Geneva, sans-serif; }
    .btn-social.btn-facebook-like::after {
      content: " Like"; }
  .btn-social.btn-twitter-tweet {
    background-color: #0c7abf;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; }
    .btn-social.btn-twitter-tweet::after {
      content: " Tweet"; }

.navbar-website.navbar-default {
  font-weight: bold;
  border: 0; }
  .navbar-website.navbar-default .text-highlight {
    color: #f342b1; }
    .navbar-website.navbar-default .text-highlight a {
      color: #f342b1; }

@media (min-width: 768px) {
  .navbar-website .dropdown > .dropdown-menu {
    border-top: none; }
    .navbar-website .dropdown > .dropdown-menu a {
      font-weight: bold;
      padding-top: 10px;
      padding-bottom: 10px; }
  .navbar-website .dropdown:hover > .dropdown-menu {
    display: block; } }

ol.breadcrumb {
  margin-bottom: 5px;
  font-weight: bold; }
  ol.breadcrumb a {
    color: #000; }

a.permalink {
  text-decoration: underline; }

.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px; }

.layout-content {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .layout-content {
      margin: auto;
      width: 992px; } }
  @media (min-width: 1200px) {
    .layout-content {
      margin: auto;
      width: 1200px; } }

.header-section {
  background-color: #e4ddcd; }
  @media (max-width: 767px) {
    .header-section {
      margin-top: 45px; }
      .header-section.partnership-header {
        margin-top: 0; }
      .header-section .header-contact {
        position: fixed;
        padding: 10px;
        top: 0;
        color: #fff;
        background-color: #333;
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
        z-index: 100; }
        .header-section .header-contact a {
          color: #fff; }
        .header-section .header-contact.new-contact {
          position: relative;
          font-size: 13pt; }
          .header-section .header-contact.new-contact .call-text {
            margin-right: 15px; }
          .header-section .header-contact.new-contact .cta-button {
            position: absolute;
            right: 7px; }
          .header-section .header-contact.new-contact .btn.btn-subtle {
            margin-left: 15px;
            color: #9b8a45;
            font-weight: bold;
            background: #fff;
            border: 1px solid #9b8a45; }
      .header-section .header-brand {
        margin: 10px 0; }
        .header-section .header-brand img {
          height: 60px; }
      .header-section .navbar-toggle {
        margin: 15px 0;
        font-weight: bold;
        text-align: right; } }
  @media (min-width: 768px) {
    .header-section .header-brand {
      margin: 10px 0; }
      .header-section .header-brand img {
        height: 86px; }
    .header-section .header-contact {
      margin: 22px 0;
      text-align: right; }
      .header-section .header-contact p {
        margin-bottom: -8px;
        color: #9d9363;
        font-size: 14pt;
        font-weight: 700; }
      .header-section .header-contact a {
        color: #f342b1;
        font-size: 14pt;
        font-weight: 800;
        text-decoration: none; }
        .header-section .header-contact a.btn {
          margin-bottom: 3px;
          color: #fff;
          font-size: 9pt;
          font-weight: 800;
          text-transform: uppercase; } }

.pagination-section .pagination-box {
  margin: 20px 0;
  padding: 10px 25px;
  text-align: center;
  border: 1px solid #ccc;
  font-weight: bold; }
  .pagination-section .pagination-box a {
    color: #000; }

.inline-pagination-section {
  text-align: center; }
  .inline-pagination-section .pagination-box {
    display: inline-block;
    margin: 20px 0;
    padding: 10px 25px;
    text-align: center;
    border: 1px solid #ccc;
    font-weight: bold; }
    .inline-pagination-section .pagination-box a {
      color: #000; }

.browse-types-section h2 {
  font-size: 12pt;
  font-weight: bold; }

.browse-types-section a {
  display: block;
  color: #000; }

.browse-types-section ul {
  padding: 0;
  list-style: none; }

.browse-types-section i {
  padding: 0 5px;
  color: #9b8a45; }

.browse-types-section ul.categories {
  margin: 15px 0;
  padding-bottom: 15px; }
  .browse-types-section ul.categories > li > a {
    font-weight: bold; }

.browse-types-section ul.items {
  font-size: 9pt; }

@media (max-width: 767px) {
  .browse-types-section h2 {
    margin-left: 15px;
    margin-right: 15px; }
  .browse-types-section i {
    float: right; }
  .browse-types-section li {
    display: block; }
  .browse-types-section .browse-types {
    padding-left: 0;
    padding-right: 0; }
  .browse-types-section ul.categories > li {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #faf7f0;
    margin-bottom: -1px; }
    .browse-types-section ul.categories > li > a {
      padding: 10px 15px;
      background-color: #fff; }
  .browse-types-section ul.items {
    border-top: 1px solid #ddd;
    padding-top: 5px; }
    .browse-types-section ul.items li {
      margin: 10px 15px; } }

@media (min-width: 768px) {
  .browse-types-section ul.categories {
    border-bottom: 2px solid #000; }
    .browse-types-section ul.categories > li {
      display: inline-block;
      margin-right: 2px; }
  .browse-types-section ul.items li {
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 3px; } }

.expanding-links {
  margin-bottom: 10px; }
  .expanding-links .links-button {
    display: block;
    margin-bottom: 5px; }
  @media (max-width: 991px) {
    .expanding-links .links {
      display: none; } }
  @media (min-width: 992px) {
    .expanding-links .links-button {
      display: none; } }

.footer-section {
  border-top: 1px solid #e4ddcd; }
  .footer-section .review-rating > div {
    padding: 20px;
    text-align: center; }
  .footer-section .review-rating .stars {
    color: #9b8a45; }
  .footer-section .review-rating .text {
    font-weight: bold; }
  .footer-section .press {
    padding: 20px;
    background-color: #faf7f0;
    border-top: 1px solid #e4ddcd; }
    .footer-section .press img {
      margin: 10px;
      height: 36px; }
    .footer-section .press h2 {
      margin: 0 0 20px;
      color: #9b8a45;
      font-size: 12pt;
      font-weight: bold;
      text-transform: uppercase; }
    .footer-section .press .row > div {
      text-align: center; }
  .footer-section .links {
    padding: 5px;
    background-color: #faf7f0;
    border-top: 1px solid #e4ddcd; }
    @media (max-width: 767px) {
      .footer-section .links .layout-content > div {
        text-align: center; } }
    .footer-section .links h3 {
      color: #9b8a45;
      font-size: 10pt;
      font-weight: bold; }
    .footer-section .links ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .footer-section .links ul li {
        padding: 3px 0; }
      .footer-section .links ul a {
        font-size: 9pt;
        color: #000; }
  .footer-section .copyright {
    background-color: #faf7f0; }
    .footer-section .copyright .text {
      padding: 15px 0 25px;
      text-align: center;
      font-size: 8pt; }

@media (max-width: 767px) {
  .master-template .footer-section {
    margin-bottom: 70px; } }

.master-template .footer-section .cta-enquiry {
  padding: 20px;
  font-size: 14pt;
  background-color: #f6f6f6;
  box-shadow: 0 -5px 10px -5px rgba(51, 51, 51, 0.48); }
  @media (max-width: 767px) {
    .master-template .footer-section .cta-enquiry {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0; } }
  .master-template .footer-section .cta-enquiry .content {
    color: #9b8a45;
    text-align: center; }
  .master-template .footer-section .cta-enquiry .btn {
    margin: 0 20px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    font-size: 14pt;
    font-weight: bold; }

.cta-vertical {
  padding: 15px;
  background-color: #faf7f0;
  border-bottom: 4px solid #e4ddcd; }
  .cta-vertical .btn {
    width: 100%; }
  .cta-vertical .message {
    display: block;
    text-align: center; }
    .cta-vertical .message.line-1 {
      font-size: 2rem;
      font-weight: bold; }
    .cta-vertical .message.tel {
      font-size: 2.5rem;
      font-weight: bold;
      border-bottom: 1px solid #000;
      padding-bottom: 10px;
      margin-bottom: 20px; }
    .cta-vertical .message.line-2 {
      margin-bottom: 20px; }

.cookie-warning {
  position: fixed;
  padding: 10px 20px;
  background-color: #eeeeee;
  left: 0;
  right: 0;
  bottom: 0; }
  .cookie-warning .message {
    display: inline-block; }
    @media (min-width: 768px) {
      .cookie-warning .message {
        margin-top: 8px; } }
  .cookie-warning .btn.consent {
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 768px) {
      .cookie-warning .btn.consent {
        float: right; } }
    @media (max-width: 767px) {
      .cookie-warning .btn.consent {
        display: block;
        margin-top: 15px;
        width: 100%; } }

.accordion.faq .item {
  border-top: 1px solid #e4ddcd; }
  .accordion.faq .item h3 {
    margin: 0; }
    .accordion.faq .item h3 a {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      text-decoration: none; }
      .accordion.faq .item h3 a:hover {
        background-color: #faf7f0; }

ul.courses li {
  margin: 5px 0; }

.highlighted-info-box {
  display: block;
  padding: 5px;
  border: 1px solid #f6f8fa;
  text-align: center;
  font-style: italic; }

.page-intro-image {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 270px; }
  @media (min-width: 1200px) {
    .page-intro-image {
      float: left; } }

form .checkbox label {
  color: #65696d;
  padding-left: 1.5rem; }

form .checkbox input {
  font-size: 2rem;
  margin-top: 2px;
  margin-left: 0; }

form .data-protection {
  padding: 0 4rem; }
  form .data-protection .checkbox label {
    font-size: 1rem; }

form .data-protection-panel {
  background: #fff;
  border: 1px solid #eceae5;
  box-shadow: 0 1px 1px 0 beige;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 25px; }
  form .data-protection-panel .data-protection-panel__header a {
    display: block;
    padding: 1.25rem 15px;
    font-size: 1.3rem;
    color: #65696d;
    border-bottom: 1px solid beige; }
    form .data-protection-panel .data-protection-panel__header a i {
      float: right;
      transform: scale(0.6); }
  form .data-protection-panel .collapse__inner {
    margin: 2rem 15px; }
    form .data-protection-panel .collapse__inner p {
      font-size: 1.3rem; }

i.arrow {
  vertical-align: middle; }
  i.arrow--left::before {
    content: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/icon-arrow-left.svg");
    margin-right: 5px; }
  i.arrow--down::before {
    content: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/icon-arrow-down.svg"); }

.blog-index-images .page {
  padding: 0;
  box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135);
  margin-bottom: 30px; }
  .blog-index-images .page img {
    width: 100%; }
  .blog-index-images .page .page-text {
    padding: 35px; }
    .blog-index-images .page .page-text h2 {
      margin-bottom: 5px; }
    .blog-index-images .page .page-text div {
      margin-bottom: 15px; }

.grecaptcha-badge {
  visibility: hidden; }

.grecaptcha-notice {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 9pt; }

.brochure-download h1 {
  font-size: 29px; }

.brochure-download ul li {
  font-size: 15px;
  margin-top: 15px; }

@media (max-width: 767px) {
  .visible-xs p {
    margin: 11px 0;
    text-align: left;
    line-height: 20px; }
  .visible-xs button {
    width: 100%; }
  form .data-protection {
    padding: 0 2rem; }
  .postcode_contact {
    z-index: 1; }
  #contact-form .data-protection {
    margin-top: 105px; } }

.trustpilot-widget {
  margin-top: 15px;
  margin-bottom: -20px; }

@media (max-width: 768px) {
  .trustpilot-widget iframe {
    width: 100% !important; } }

.stripecard .card {
  transition: 0.3s;
  width: 80%;
  background-color: #fcf7f4; }

.stripecard .submit-btn {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #e920b3;
  width: 100%;
  border-style: none;
  box-sizing: border-box;
  cursor: pointer;
  height: 40px;
  line-height: 20px;
  list-style: none;
  outline: none;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-top: 2rem; }

.payment_card {
  display: flex;
  width: 100px;
  background-color: #f4f4f4;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .payment_card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }
  .payment_card input[type="checkbox"] {
    display: none; }
    .payment_card input[type="checkbox"] + label {
      display: inline-block;
      background: transparent; }
  .payment_card input[type="checkbox"]:checked + label {
    display: inline-block;
    background: transparent; }
  .payment_card img {
    max-width: 80px;
    max-height: 50px; }

.half_circle {
  position: absolute;
  width: 30px;
  height: 40px;
  left: -2px;
  top: 400px;
  transform: translateX(50%);
  border-bottom: 1px solid #fcf7f4;
  border-top: 1px solid #fcf7f4;
  border-right: 1px solid #fcf7f4;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  background: #fff; }

.right_half_circle {
  position: absolute;
  width: 30px;
  height: 40px;
  right: 120px;
  top: 400px;
  transform: translateX(50%);
  border-bottom: 1px solid #fcf7f4;
  border-top: 1px solid #fcf7f4;
  border-left: 1px solid #fcf7f4;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  background: #fff; }

.card_content {
  display: flex;
  margin: 2rem;
  flex-direction: column; }

.card_detail {
  padding: 1rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #f5f0ea;
  transition: 0.3s;
  width: 100%;
  margin-top: 1rem; }

.card_note {
  margin: 4rem 0.2rem;
  color: gray; }

.pink_line {
  position: absolute;
  top: 38px;
  left: 140px;
  width: 100px;
  background-color: #e920b3;
  height: 10px;
  box-shadow: 0 6px 18px -1px #e920b3; }

.amount_detail {
  display: flex;
  margin: 2rem;
  justify-content: space-between; }

.card_number input[type="text"] {
  margin: 8px 0;
  padding: 12px 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fcf7f4;
  border: 1px solid grey; }

.cvv_number input[type="text"] {
  margin: 8px 0;
  padding: 12px 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #f4f4f4;
  border: 1px solid grey; }

.expiry_date input[type="text"] {
  margin: 8px 0;
  padding: 12px 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #f4f4f4;
  border: 1px solid grey; }

@media (min-width: 767px) {
  .layout-additional-form-detail .additional-form-box {
    margin: -5px;
    padding: 30px;
    border: 1px solid #ccc;
    border-bottom: 4px solid #ccc;
    margin-top: 100px; } }

@media (max-width: 767px) {
  .right_half_circle {
    display: none; }
  .half_circle {
    display: none; }
  .pink_line {
    top: -10px; }
  .stripecard .card {
    width: 100%; } }

.layout-additional-form-detail .additional-form-box {
  margin-top: 49px !important; }

#card-element {
  padding: 12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #f5f0ea; }

.skipnowbutton {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 500;
  background-color: #e920b3;
  width: 100%;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  height: 40px;
  line-height: 20px;
  list-style: none;
  outline: none;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  touch-action: manipulation; }
  .skipnowbutton:hover {
    color: #fff;
    text-decoration: unset; }

.cardsectionfull {
  margin-top: 5rem; }

.formsectiondiv {
  margin-top: 3rem; }

.paymentimage {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 3rem;
  justify-content: space-between; }

.skipnowsection {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.animated {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  animation-timing-function: ease-in-out; }

.animated-fast {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  animation-timing-function: ease-in-out; }

.max-responsive {
  max-width: 100%;
  height: auto; }

.antialiased, form .checkbox label, form .data-protection-panel .data-protection-panel__header a {
  -webkit-font-smoothing: antialiased; }

.clearfix {
  overflow: auto; }
  .clearfix::after {
    display: table;
    content: "";
    clear: both; }

.block {
  display: table; }
  .block--mobile {
    display: table; }
    @media only screen and (min-width: 768px) {
      .block--mobile {
        display: inherit; } }
  .block--desktop {
    display: inherit; }
    @media only screen and (min-width: 768px) {
      .block--desktop {
        display: table; } }

.text-center-mobile {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .text-center-mobile {
      text-align: inherit; } }

.w-25 {
  width: 25%; }

.w-50 {
  width: 50%; }

.w-75 {
  width: 75%; }

.w-100 {
  width: 100%; }

.w-auto {
  width: auto; }

.h-25 {
  height: 25%; }

.h-50 {
  height: 50%; }

.h-75 {
  height: 75%; }

.h-100 {
  height: 100%; }

.h-auto {
  height: auto; }

.mw-100 {
  max-width: 100%; }

.mh-100 {
  max-height: 100%; }

.min-vw-100 {
  min-width: 100vw; }

.min-vh-100 {
  min-height: 100vh; }

.vw-100 {
  width: 100vw; }

.vh-100 {
  height: 100vh; }

.m-0 {
  margin: 0; }

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

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

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

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

.m-1 {
  margin: 0.25rem; }

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

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

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

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

.m-2 {
  margin: 0.5rem; }

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

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

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

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

.m-3 {
  margin: 1rem; }

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

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

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

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

.m-4 {
  margin: 1.5rem; }

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

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

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

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

.m-5 {
  margin: 3rem; }

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

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

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

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

.p-0 {
  padding: 0; }

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

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

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

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

.p-1 {
  padding: 0.25rem; }

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

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

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

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

.p-2 {
  padding: 0.5rem; }

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

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

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

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

.p-3 {
  padding: 1rem; }

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

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

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

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

.p-4 {
  padding: 1.5rem; }

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

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

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

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

.p-5 {
  padding: 3rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto; }

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

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

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

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

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

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

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

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

.landing-template header {
  background-color: #fff; }
  @media (max-width: 767px) {
    .landing-template header {
      position: sticky;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      z-index: 999;
      background-color: #fff; } }

.landing-template .navigation-wrap {
  padding: 0.5rem 0 0.5rem;
  border-bottom: 0; }
  @media (min-width: 768px) {
    .landing-template .navigation-wrap {
      padding: 2rem 0; } }
  .landing-template .navigation-wrap .navbar-collapse {
    flex-grow: initial;
    flex-basis: 100%; }
  .landing-template .navigation-wrap .navbar-expand-lg {
    justify-content: space-between; }
    .landing-template .navigation-wrap .navbar-expand-lg .navbar-nav .nav-link:first-child {
      padding-left: 0; }
    .landing-template .navigation-wrap .navbar-expand-lg .navbar-nav .nav-link:last-child {
      padding-right: 0; }
    .landing-template .navigation-wrap .navbar-expand-lg .navbar-nav .dropdown-menu {
      padding: 1rem 0; }
      .landing-template .navigation-wrap .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
        padding: 0.3rem 3rem;
        font-size: 1.8rem;
        color: #eee;
        letter-spacing: initial;
        font-weight: 500; }
        .landing-template .navigation-wrap .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
          color: #fff; }
  .landing-template .navigation-wrap .google-review-bar {
    background: #fff;
    box-shadow: -4px 0 45px rgba(232, 235, 237, 0.6);
    border-radius: 0; }
    @media (max-width: 1199px) {
      .landing-template .navigation-wrap .google-review-bar {
        margin: 0 auto;
        padding: 1rem 0.5rem;
        max-width: 14rem; } }
    @media (max-width: 991px) {
      .landing-template .navigation-wrap .google-review-bar {
        padding: 0;
        box-shadow: none;
        border-radius: 0; }
        .landing-template .navigation-wrap .google-review-bar .google-wrapper {
          margin-bottom: 0; } }
    .landing-template .navigation-wrap .google-review-bar .title {
      margin: 0 0 3.5rem;
      color: #000;
      font-size: 1.4rem;
      font-weight: 700; }
    .landing-template .navigation-wrap .google-review-bar .google-review-stars {
      display: flex;
      margin-top: 10px; }
    .landing-template .navigation-wrap .google-review-bar .google-logo {
      margin: 0 1.5rem 0 0;
      width: 2.3rem;
      height: 4.4rem; }
    .landing-template .navigation-wrap .google-review-bar .google-rating .review-entries {
      color: #9b8a45;
      font-size: 1.2rem;
      font-weight: 700; }
      .landing-template .navigation-wrap .google-review-bar .google-rating .review-entries a {
        color: #e4ddcd;
        text-decoration: underline; }
    .landing-template .navigation-wrap .google-review-bar .google-rating .google-review-stars {
      display: flex;
      margin-bottom: 3px; }

.landing-template .navbar {
  position: relative;
  display: flex;
  padding: 0.5rem 1rem;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1199px) {
    .landing-template .navbar {
      display: block; } }
  .landing-template .navbar .btn {
    justify-content: center;
    width: 160px; }

.landing-template .navbar-brand {
  padding: 10px 15px;
  float: left;
  font-size: 18px;
  line-height: 20px;
  height: auto; }
  .landing-template .navbar-brand img {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 4.5rem;
    width: auto; }

.landing-template .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.landing-template .navbar-expand-lg .navbar-nav {
  flex-direction: row; }
  @media (max-width: 1199px) {
    .landing-template .navbar-expand-lg .navbar-nav {
      flex-direction: column;
      width: 100%; } }

.landing-template .navbar-expand-lg {
  flex-flow: row nowrap;
  justify-content: flex-start; }

.landing-template .navbar-toggler {
  padding: 0.25rem 1.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .landing-template .navbar-toggler:hover, .landing-template .navbar-toggler:focus {
    text-decoration: none; }
  @media (max-width: 1199px) {
    .landing-template .navbar-toggler {
      float: right;
      border: none;
      padding-right: 0; }
      .landing-template .navbar-toggler:active, .landing-template .navbar-toggler:focus {
        outline: none; }
      .landing-template .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        border-color: transparent; }
        .landing-template .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
          transform: rotate(45deg); }
        .landing-template .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
          transform: translateY(8px) rotate(-45deg); } }

.landing-template .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 5.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat; }

.landing-template .navbar-light .navbar-toggler-icon {
  position: relative;
  width: 24px;
  height: 17px;
  background-image: none;
  border-bottom: 1px solid #000;
  transition: all 300ms linear; }
  .landing-template .navbar-light .navbar-toggler-icon::after {
    position: absolute;
    width: 24px;
    height: 1px;
    background-color: #000;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
    top: 8px; }
  .landing-template .navbar-light .navbar-toggler-icon::before {
    position: absolute;
    width: 24px;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear; }

.landing-template .nav-link {
  position: relative;
  display: inline-block;
  padding: 5px 20px !important;
  color: #000;
  font-weight: 700;
  transition: all 200ms linear;
  font-size: 1.8rem; }

.landing-template .nav-item {
  position: relative;
  transition: all 200ms linear; }
  .landing-template .nav-item:hover .nav-link {
    color: #e4ddcd !important; }
  .landing-template .nav-item:hover::after {
    position: absolute;
    display: none;
    content: "";
    bottom: 0;
    opacity: 1;
    width: 1.6rem;
    height: 1.6rem;
    right: 0;
    top: 10px;
    border: 0;
    background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/down-arrow.svg");
    background-position: center;
    background-size: 1.2rem;
    background-repeat: no-repeat; }
  .landing-template .nav-item .dropdown-menu {
    display: block;
    margin: 0;
    padding: 0;
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 200ms linear; }

.landing-template .nav-item.active .nav-link {
  color: #777 !important; }

.landing-template .nav-item.active:hover::after {
  opacity: 0; }

.landing-template .nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0, 0); }

.landing-template .dropdown-menu {
  margin: 0;
  padding: 10px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  color: #eee;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear; }

.landing-template .dropdown-toggle::after {
  position: absolute;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  top: 10px;
  border: 0;
  background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/down-arrow.svg");
  background-position: center;
  background-size: 1.2rem;
  background-repeat: no-repeat; }

.landing-template .dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear; }
  .landing-template .dropdown-item:hover {
    color: #fff;
    background-color: #e4ddcd; }
  .landing-template .dropdown-item:focus {
    color: #fff;
    background-color: #e4ddcd; }

@media (max-width: 1199px) {
  .landing-template .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0; }
  .landing-template .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .landing-template .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none; } }

@media (max-width: 1199px) and (max-width: 1199px) {
  .landing-template .navbar-toggler {
    position: absolute;
    top: 25px;
    left: 0; } }

@media (max-width: 1199px) {
  .landing-template .navbar-toggler[aria-expanded="false"], .landing-template .navbar-toggler[aria-expanded="true"] {
    background-position: center;
    background-size: 2rem;
    background-repeat: no-repeat; }
  .landing-template .navbar-toggler[aria-expanded="false"] {
    background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/menu-hover.svg"); }
  .landing-template .navbar-toggler[aria-expanded="true"] {
    background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/menu.svg"); }
  .landing-template .navbar-collapse {
    width: 100%; }
    .landing-template .navbar-collapse.collapse.in {
      display: inline-block; }
  .landing-template .navbar-nav .nav-item .nav-link {
    display: block;
    padding: 1rem 0 !important;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.05); }
    .landing-template .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
      position: absolute;
      content: "";
      width: 1.7rem;
      height: 1.7rem;
      right: 0;
      top: 10px;
      border: 0;
      background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/down-arrow.svg");
      background-position: center;
      background-size: 1.7rem;
      background-repeat: no-repeat; }
    .landing-template .navbar-nav .nav-item .nav-link .dropdown-menu .dropdown-item {
      padding: 5px 15px;
      color: #505456; }
  .landing-template .navbar-nav .nav-item.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0, 0); }
  .landing-template .navbar-nav .nav-item.open .nav-link.dropdown-toggle::after {
    background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/down-arrow-blue.svg");
    opacity: 1;
    transform: rotate(180deg); } }

.landing-template .header-top {
  background-color: transparent; }

.landing-template .contact-info, .landing-template .contact-info .contactus-link {
  display: flex;
  padding: 1.5rem 0;
  border-bottom: 1px solid #333;
  align-items: center;
  justify-content: flex-start; }
  .landing-template .contact-info .contactus-link {
    padding: 0;
    margin-bottom: 0;
    border: 0;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: flex-start; }
    .landing-template .contact-info .contactus-link li {
      list-style: none; }
      .landing-template .contact-info .contactus-link li:not(:last-child) {
        margin-right: 7.5rem; }
      .landing-template .contact-info .contactus-link li a {
        display: flex;
        align-items: center;
        font-size: 1.8rem;
        color: #eee;
        font-weight: 700; }
        .landing-template .contact-info .contactus-link li a i {
          margin-right: 2rem;
          font-size: 2.2rem; }
        .landing-template .contact-info .contactus-link li a.phone i, .landing-template .contact-info .contactus-link li a.mail i, .landing-template .contact-info .contactus-link li a.search-icon i {
          display: inline-block;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 100%;
          color: #e4ddcd; }
        .landing-template .contact-info .contactus-link li a.phone i {
          background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/phone.svg");
          width: 3.2rem;
          height: 3.2rem; }
          @media (max-width: 991px) {
            .landing-template .contact-info .contactus-link li a.phone i {
              width: 2.2rem;
              height: 2.2rem; } }
        .landing-template .contact-info .contactus-link li a.mail i {
          background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/Email.svg");
          width: 3.2rem;
          height: 2.3rem; }
          @media (max-width: 991px) {
            .landing-template .contact-info .contactus-link li a.mail i {
              width: 2.2rem;
              height: 1.9rem; } }
  .landing-template .contact-info .social-links {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .landing-template .contact-info .social-links li {
      list-style: none; }
      .landing-template .contact-info .social-links li:not(:last-child) {
        margin: 0 2rem 0 0; }
      .landing-template .contact-info .social-links li a {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%; }
        .landing-template .contact-info .social-links li a.twitter {
          background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/twitter.svg");
          width: 3.2rem;
          height: 2.6rem; }
        .landing-template .contact-info .social-links li a.facebook {
          background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/facebook.svg");
          width: 1.6rem;
          height: 3.2rem; }
  .landing-template .contact-info .contact-sticky {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .landing-template .contact-info .contact-sticky .btn {
      position: fixed;
      top: 0.8rem;
      right: 14rem; }

@media (max-width: 991px) {
  .landing-template .contact-info, .landing-template .contact-info .contactus-link {
    padding: 1.5rem 0; }
    .landing-template .contact-info .contactus-link {
      margin-bottom: 0; }
      .landing-template .contact-info .contactus-link li {
        margin: 0;
        margin-right: 0; }
        .landing-template .contact-info .contactus-link li:not(:last-child) {
          margin-bottom: 0.5rem;
          margin-right: 0; }
        .landing-template .contact-info .contactus-link li a span {
          margin-right: 1.5rem; }
        .landing-template .contact-info .contactus-link li a i {
          margin-right: 1rem; }
    .landing-template .contact-info .contact-sticky .btn {
      top: 2rem;
      right: 13rem; } }

.landing-template .navbar-default {
  border-top: 0; }

@media (max-width: 1199px) {
  .landing-template .btn-request-call, .landing-template .btn-search {
    position: absolute;
    top: 14px;
    right: 0; }
  .landing-template .navbar-brand {
    padding-left: 4.5rem; }
    .landing-template .navbar-brand img {
      width: auto;
      height: 60px; } }

.landing-template .hdr-bottom-contact {
  display: none; }
  @media (max-width: 767px) {
    .landing-template .hdr-bottom-contact {
      position: absolute;
      display: flex;
      right: 0;
      top: 2rem; }
      .landing-template .hdr-bottom-contact .contactus-link {
        padding: 0; } }

@media (max-width: 767px) {
  .landing-template .header-top {
    display: none; }
  .landing-template .navigation-wrap {
    background-color: #fff; }
    .landing-template .navigation-wrap .btn-request-call, .landing-template .navigation-wrap .btn-search {
      display: none; }
  .landing-template .navbar-brand img {
    width: auto;
    height: 50px; }
  .landing-template .navbar-toggler {
    top: 8px; }
  .landing-template .contact-info .contact-sticky .btn {
    top: 1rem;
    right: 10rem; } }

.landing-template .amp-mode-mouse .amp-header, .landing-template .amp-mode-touch .amp-header {
  position: fixed;
  text-align: center;
  width: 100%;
  top: 0;
  z-index: 9; }
  .landing-template .amp-mode-mouse .amp-header button.navbar-toggle.collapsed, .landing-template .amp-mode-touch .amp-header button.navbar-toggle.collapsed {
    background: no-repeat;
    border: navajowhite;
    font-size: 36px;
    float: left;
    outline: none; }
  .landing-template .amp-mode-mouse .amp-header .nav-cta, .landing-template .amp-mode-touch .amp-header .nav-cta {
    font-size: 20px;
    font-weight: 800; }
    @media (max-width: 991px) {
      .landing-template .amp-mode-mouse .amp-header .nav-cta, .landing-template .amp-mode-touch .amp-header .nav-cta {
        width: 100%; } }
  .landing-template .amp-mode-mouse .amp-header .navbar-brand, .landing-template .amp-mode-touch .amp-header .navbar-brand {
    margin-left: 1rem; }
    @media (max-width: 991px) {
      .landing-template .amp-mode-mouse .amp-header .navbar-brand, .landing-template .amp-mode-touch .amp-header .navbar-brand {
        padding-left: 0;
        margin-left: 0; } }

@media (max-width: 991px) {
  .landing-template .amp-mode-mouse .navbar-header, .landing-template .amp-mode-touch .navbar-header {
    width: 100%; } }

.landing-template .amp-mode-mouse .master-banner-wrapper, .landing-template .amp-mode-touch .master-banner-wrapper {
  margin-top: 70px; }
  @media (max-width: 991px) {
    .landing-template .amp-mode-mouse .master-banner-wrapper, .landing-template .amp-mode-touch .master-banner-wrapper {
      margin-top: 127px; } }

@media (max-width: 991px) {
  .landing-template .amp-mode-mouse .navbar-nav, .landing-template .amp-mode-touch .navbar-nav {
    padding-left: 1rem;
    padding-right: 1rem; } }

.landing-template .amp-mode-mouse .close-sidebar, .landing-template .amp-mode-touch .close-sidebar {
  margin: 0;
  text-align: right;
  font-weight: 800;
  padding-right: 10px;
  font-size: 28px;
  outline: none;
  color: #006cc5; }

.landing-template .amp-mode-mouse li.nav-item:hover > .dropdown-menu, .landing-template .amp-mode-touch li.nav-item:hover > .dropdown-menu {
  display: block;
  visibility: unset;
  opacity: unset;
  max-height: unset;
  padding-bottom: 2rem; }

@media (max-width: 991px) {
  .landing-template .amp-mode-mouse .navbar-nav .nav-item .nav-link.dropdown-toggle::after, .landing-template .amp-mode-touch .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    right: 15px; }
  .landing-template .amp-mode-mouse .navbar-nav .nav-item .dropdown-menu, .landing-template .amp-mode-touch .navbar-nav .nav-item .dropdown-menu {
    transform: unset; } }

@media (min-width: 893px) and (max-width: 1079px) {
  .landing-template .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 10px !important;
    font-size: 1.7rem; } }

@media (min-width: 1100px) {
  .landing-template .navbar-brand img {
    width: 14.5rem;
    height: auto; }
  .landing-template .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 16px !important; } }

.landing-template .google-review-bar {
  background: #fff;
  box-shadow: -4px 0 45px rgba(232, 235, 237, 0.6);
  border-radius: 0; }
  @media (max-width: 1199px) {
    .landing-template .google-review-bar {
      float: right;
      border-radius: 0; } }
  @media (max-width: 768px) {
    .landing-template .google-review-bar {
      padding: 1.5rem;
      border-radius: 0; } }
  .landing-template .google-review-bar .google-wrapper {
    padding: 7px; }
    @media (max-width: 768px) {
      .landing-template .google-review-bar .google-wrapper {
        margin-bottom: 2rem; } }
  .landing-template .google-review-bar .title {
    margin: 0 0 3.5rem;
    color: #000;
    font-size: 2.4rem;
    font-weight: 700; }
  .landing-template .google-review-bar .google-review-stars {
    display: flex;
    margin-top: 10px; }
  .landing-template .google-review-bar .google-logo {
    margin: 0 1.5rem 0 0;
    width: 4.3rem;
    height: 4.4rem; }
    @media (max-width: 768px) {
      .landing-template .google-review-bar .google-logo {
        width: 2.3rem;
        height: 4.4rem; } }
  .landing-template .google-review-bar .google-rating .review-entries {
    color: #9b8a45;
    font-size: 1.2rem;
    font-weight: 700; }
    .landing-template .google-review-bar .google-rating .review-entries a {
      color: #e4ddcd;
      text-decoration: underline; }
  .landing-template .google-review-bar .google-rating .google-review-stars {
    display: flex;
    margin-bottom: 3px; }
  @media (max-width: 1199px) {
    .landing-template .google-review-bar {
      margin: 0 auto;
      padding: 3.5rem 4rem;
      max-width: 112rem; } }

.landing-template .review-testimonial-item {
  padding: 35px;
  max-width: 420px;
  margin-left: -0.5rem; }
  @media (max-width: 1199px) {
    .landing-template .review-testimonial-item {
      max-width: 340px;
      margin-left: 0.5rem; } }
  .landing-template .review-testimonial-item .google-review-name, .landing-template .review-testimonial-item .google-review-comment {
    font-size: 1.3rem;
    font-weight: 700; }
  .landing-template .review-testimonial-item .google-review-name {
    display: flex;
    margin: 0 0 1rem;
    align-items: center;
    justify-content: space-between;
    color: #9b8a45; }
    .landing-template .review-testimonial-item .google-review-name .date {
      color: #eee;
      font-weight: 700; }
  .landing-template .review-testimonial-item .google-review-comment {
    color: #000; }
  @media (max-width: 768px) {
    .landing-template .review-testimonial-item {
      padding: 0 4.5rem;
      width: 275px;
      max-width: 275px; } }

.landing-template .review-testimonial {
  position: relative;
  width: 420px; }
  @media (max-width: 1199px) {
    .landing-template .review-testimonial {
      width: 300px; } }
  @media (max-width: 768px) {
    .landing-template .review-testimonial {
      width: 290px; } }
  .landing-template .review-testimonial .slick-arrow {
    position: absolute;
    display: inline-block;
    margin: auto;
    z-index: 1;
    top: 0;
    bottom: 0;
    border: 0;
    width: 3.4rem;
    height: 3.4rem;
    outline: 0;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.4rem;
    background-color: transparent; }
    .landing-template .review-testimonial .slick-arrow:focus {
      outline: 0; }
  .landing-template .review-testimonial .slick-prev {
    background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/slick-arrow-left.svg");
    left: -14px; }
    @media (max-width: 768px) {
      .landing-template .review-testimonial .slick-prev {
        left: -10px; } }
  .landing-template .review-testimonial .slick-next {
    background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/slick-arrow-right.svg");
    right: 8px; }
    @media (max-width: 768px) {
      .landing-template .review-testimonial .slick-next {
        right: -10px; } }

.landing-template .book-consultation, .landing-template .get-in-touch-wrapper {
  position: relative;
  padding: 12rem 0 11.1rem;
  background-color: #e4ddcd; }
  @media (max-width: 991px) {
    .landing-template .book-consultation, .landing-template .get-in-touch-wrapper {
      padding: 5.5rem 0; } }
  .landing-template .book-consultation .sideIcon, .landing-template .get-in-touch-wrapper .sideIcon {
    position: absolute;
    right: 1.5rem;
    top: 2rem;
    width: 13rem;
    height: 29.5rem;
    background-position: center;
    background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/book-consultaion.svg");
    background-size: 13rem;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .landing-template .book-consultation .sideIcon, .landing-template .get-in-touch-wrapper .sideIcon {
        height: 16rem;
        width: 6.5rem;
        background-size: 100%; } }
  .landing-template .book-consultation *, .landing-template .get-in-touch-wrapper * {
    color: #fff; }
  .landing-template .book-consultation .element-fig, .landing-template .get-in-touch-wrapper .element-fig {
    position: absolute;
    right: 1.5rem;
    top: 2rem; }
  .landing-template .book-consultation .title-small, .landing-template .get-in-touch-wrapper .title-small {
    margin: 0 0 1.4rem;
    font-size: 2.4rem;
    font-weight: 700; }
  .landing-template .book-consultation .title-large, .landing-template .get-in-touch-wrapper .title-large {
    margin: 0 0 2.4rem;
    font-size: 4rem;
    font-weight: 700; }
    @media (max-width: 991px) {
      .landing-template .book-consultation .title-large, .landing-template .get-in-touch-wrapper .title-large {
        font-size: 3.6rem; } }
  .landing-template .book-consultation .info, .landing-template .get-in-touch-wrapper .info {
    margin: 0 0 2.4rem;
    font-size: 3rem;
    font-weight: 700;
    max-width: 47.5rem;
    text-align: left; }
    @media (max-width: 991px) {
      .landing-template .book-consultation .info, .landing-template .get-in-touch-wrapper .info {
        font-size: 2.6rem; } }
  .landing-template .book-consultation .btn-group, .landing-template .get-in-touch-wrapper .btn-group {
    display: flex;
    padding: 0;
    justify-content: flex-start; }
    .landing-template .book-consultation .btn-group li, .landing-template .get-in-touch-wrapper .btn-group li {
      list-style: none; }
      .landing-template .book-consultation .btn-group li:not(:last-child), .landing-template .get-in-touch-wrapper .btn-group li:not(:last-child) {
        margin-right: 1.5rem; }
      .landing-template .book-consultation .btn-group li .btn, .landing-template .get-in-touch-wrapper .btn-group li .btn {
        display: flex;
        margin: 0;
        height: 4.8rem;
        font-size: 1.8rem;
        justify-content: center;
        align-items: center; }
        .landing-template .book-consultation .btn-group li .btn.btn-white, .landing-template .get-in-touch-wrapper .btn-group li .btn.btn-white {
          background-color: #fff;
          border-radius: 4px;
          color: #e4ddcd;
          width: 15rem; }
          @media (max-width: 991px) {
            .landing-template .book-consultation .btn-group li .btn.btn-white, .landing-template .get-in-touch-wrapper .btn-group li .btn.btn-white {
              width: 13rem; } }
          .landing-template .book-consultation .btn-group li .btn.btn-white:hover, .landing-template .get-in-touch-wrapper .btn-group li .btn.btn-white:hover {
            background-color: #e4ddcd;
            color: #fff; }
        .landing-template .book-consultation .btn-group li .btn.btn-white-outline, .landing-template .get-in-touch-wrapper .btn-group li .btn.btn-white-outline {
          padding: 0 2.5rem;
          background-color: transparent;
          border: 1px solid #fff;
          border-radius: 4px;
          color: #fff;
          width: 26.8rem; }
          @media (max-width: 991px) {
            .landing-template .book-consultation .btn-group li .btn.btn-white-outline, .landing-template .get-in-touch-wrapper .btn-group li .btn.btn-white-outline {
              width: 23rem; } }
          .landing-template .book-consultation .btn-group li .btn.btn-white-outline i, .landing-template .get-in-touch-wrapper .btn-group li .btn.btn-white-outline i {
            margin: 0 2rem 0 0;
            width: 1.8rem;
            height: 1.8rem;
            background-position: center;
            background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/phone-outline-white.svg");
            background-size: 1.8rem;
            background-repeat: no-repeat; }
          .landing-template .book-consultation .btn-group li .btn.btn-white-outline:hover, .landing-template .get-in-touch-wrapper .btn-group li .btn.btn-white-outline:hover {
            background-color: #fff;
            color: #e4ddcd; }
            .landing-template .book-consultation .btn-group li .btn.btn-white-outline:hover i, .landing-template .get-in-touch-wrapper .btn-group li .btn.btn-white-outline:hover i {
              background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/phone-outline-blue.svg"); }
  .landing-template .book-consultation .enquiry-form .form-content, .landing-template .get-in-touch-wrapper .enquiry-form .form-content {
    margin: 0 auto 5rem;
    max-width: 90rem;
    text-align: center; }
  .landing-template .book-consultation .enquiry-form .grecaptcha-notice, .landing-template .get-in-touch-wrapper .enquiry-form .grecaptcha-notice {
    color: #fff; }
    .landing-template .book-consultation .enquiry-form .grecaptcha-notice a, .landing-template .get-in-touch-wrapper .enquiry-form .grecaptcha-notice a {
      color: #fff;
      text-decoration: underline; }
  .landing-template .book-consultation .get-in-touch-form, .landing-template .get-in-touch-wrapper .get-in-touch-form {
    margin: 0 auto;
    max-width: 90rem; }
    .landing-template .book-consultation .get-in-touch-form label, .landing-template .get-in-touch-wrapper .get-in-touch-form label {
      font-size: 1.7rem;
      margin-bottom: 1.2rem; }
    .landing-template .book-consultation .get-in-touch-form .buttons, .landing-template .get-in-touch-wrapper .get-in-touch-form .buttons {
      text-align: center;
      margin-top: 35px; }
    .landing-template .book-consultation .get-in-touch-form .btn, .landing-template .get-in-touch-wrapper .get-in-touch-form .btn {
      background-color: #fff;
      color: #e4ddcd; }
    .landing-template .book-consultation .get-in-touch-form .checkbox, .landing-template .get-in-touch-wrapper .get-in-touch-form .checkbox {
      display: flex;
      margin: 2.5rem 0 1.5rem;
      align-items: center;
      justify-content: flex-start;
      user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
      .landing-template .book-consultation .get-in-touch-form .checkbox input, .landing-template .get-in-touch-wrapper .get-in-touch-form .checkbox input {
        position: absolute;
        cursor: pointer;
        height: 0;
        width: 0;
        top: 14px; }
        .landing-template .book-consultation .get-in-touch-form .checkbox input::before, .landing-template .get-in-touch-wrapper .get-in-touch-form .checkbox input::before {
          display: inline-block;
          content: "";
          width: 2rem;
          height: 2rem;
          border: 1px solid #fff; }
        .landing-template .book-consultation .get-in-touch-form .checkbox input:checked::before, .landing-template .get-in-touch-wrapper .get-in-touch-form .checkbox input:checked::before {
          background-color: #fff; }
        .landing-template .book-consultation .get-in-touch-form .checkbox input:checked::after, .landing-template .get-in-touch-wrapper .get-in-touch-form .checkbox input:checked::after {
          position: absolute;
          content: "\2713";
          color: #e4ddcd;
          left: 0.3rem;
          top: 0.7rem;
          font-size: 2.2rem; }
      .landing-template .book-consultation .get-in-touch-form .checkbox label, .landing-template .get-in-touch-wrapper .get-in-touch-form .checkbox label {
        margin: 0;
        padding-left: 3.5rem; }
      .landing-template .book-consultation .get-in-touch-form .checkbox a:hover, .landing-template .get-in-touch-wrapper .get-in-touch-form .checkbox a:hover {
        color: #fff;
        text-decoration: underline; }
    .landing-template .book-consultation .get-in-touch-form .input-md, .landing-template .get-in-touch-wrapper .get-in-touch-form .input-md {
      height: 45px;
      background-color: transparent;
      border: 1px solid #fff;
      font-size: 1.7rem;
      color: #fff; }
      .landing-template .book-consultation .get-in-touch-form .input-md::-webkit-input-placeholder, .landing-template .get-in-touch-wrapper .get-in-touch-form .input-md::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-size: 1.7rem; }
      .landing-template .book-consultation .get-in-touch-form .input-md:-ms-input-placeholder, .landing-template .get-in-touch-wrapper .get-in-touch-form .input-md:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-size: 1.7rem; }
      .landing-template .book-consultation .get-in-touch-form .input-md::placeholder, .landing-template .get-in-touch-wrapper .get-in-touch-form .input-md::placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-size: 1.7rem; }
    .landing-template .book-consultation .get-in-touch-form .data-protection-panel__header a, .landing-template .get-in-touch-wrapper .get-in-touch-form .data-protection-panel__header a {
      display: flex;
      padding: 20px;
      height: auto;
      background-color: #fff;
      font-size: 1.9rem;
      color: #e4ddcd;
      width: 100%;
      border-radius: 0;
      align-items: center; }
      @media (min-width: 768px) {
        .landing-template .book-consultation .get-in-touch-form .data-protection-panel__header a, .landing-template .get-in-touch-wrapper .get-in-touch-form .data-protection-panel__header a {
          height: 45px; } }
    .landing-template .book-consultation .get-in-touch-form .data-protection-panel__body, .landing-template .get-in-touch-wrapper .get-in-touch-form .data-protection-panel__body {
      border: 0.1rem solid #fff; }
      .landing-template .book-consultation .get-in-touch-form .data-protection-panel__body p, .landing-template .get-in-touch-wrapper .get-in-touch-form .data-protection-panel__body p {
        padding: 0 2rem;
        font-size: 1.9rem; }
        .landing-template .book-consultation .get-in-touch-form .data-protection-panel__body p:first-child, .landing-template .get-in-touch-wrapper .get-in-touch-form .data-protection-panel__body p:first-child {
          margin-top: 2rem; }

.landing-template .home-page-two-col, .landing-template .banner-section {
  position: relative;
  background-color: #fff; }
  .landing-template .home-page-two-col.light-bg, .landing-template .banner-section.light-bg {
    background-color: #fff; }
  .landing-template .home-page-two-col.cream-bg, .landing-template .banner-section.cream-bg {
    background-color: #e4ddcd; }
  .landing-template .home-page-two-col.primary-bg, .landing-template .banner-section.primary-bg {
    background-color: #9b8a45; }
    .landing-template .home-page-two-col.primary-bg h3, .landing-template .home-page-two-col.primary-bg p, .landing-template .banner-section.primary-bg h3, .landing-template .banner-section.primary-bg p {
      color: #fff; }
    .landing-template .home-page-two-col.primary-bg .title-medium, .landing-template .home-page-two-col.primary-bg .title-large, .landing-template .banner-section.primary-bg .title-medium, .landing-template .banner-section.primary-bg .title-large {
      font-weight: 700; }
    .landing-template .home-page-two-col.primary-bg .title-medium, .landing-template .banner-section.primary-bg .title-medium {
      color: #fff; }
    .landing-template .home-page-two-col.primary-bg .title-large, .landing-template .banner-section.primary-bg .title-large {
      color: #fff; }
  .landing-template .home-page-two-col .figure, .landing-template .banner-section .figure {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 56rem;
    object-fit: cover; }
  .landing-template .home-page-two-col .title-panel .title-medium, .landing-template .home-page-two-col .title-panel .title-large, .landing-template .banner-section .title-panel .title-medium, .landing-template .banner-section .title-panel .title-large {
    font-weight: 700; }
  .landing-template .home-page-two-col .title-panel .title-medium, .landing-template .banner-section .title-panel .title-medium {
    margin: 4rem 0 1rem;
    font-size: 2.4rem;
    line-height: 2.8rem;
    color: #e4ddcd; }
  .landing-template .home-page-two-col .title-panel .title-large, .landing-template .banner-section .title-panel .title-large {
    margin: 4rem 0 1.5rem;
    font-size: 4rem;
    line-height: 5.6rem; }
  .landing-template .home-page-two-col .info-panel, .landing-template .banner-section .info-panel {
    padding: 2rem;
    margin-bottom: 2rem; }
    .landing-template .home-page-two-col .info-panel.light-bg, .landing-template .banner-section .info-panel.light-bg {
      background-color: #fff; }
    .landing-template .home-page-two-col .info-panel.cream-bg, .landing-template .banner-section .info-panel.cream-bg {
      background-color: #e4ddcd; }
    .landing-template .home-page-two-col .info-panel .title-medium, .landing-template .home-page-two-col .info-panel .title-large, .landing-template .banner-section .info-panel .title-medium, .landing-template .banner-section .info-panel .title-large {
      font-weight: 700; }
    .landing-template .home-page-two-col .info-panel .title-medium, .landing-template .banner-section .info-panel .title-medium {
      margin: 0 0 1rem;
      font-size: 2.4rem;
      line-height: 2.8rem;
      color: #e4ddcd; }
    .landing-template .home-page-two-col .info-panel .title-large, .landing-template .banner-section .info-panel .title-large {
      margin: 0 0 1.5rem;
      font-size: 3rem;
      line-height: 5.6rem;
      color: #000; }
    .landing-template .home-page-two-col .info-panel .info, .landing-template .banner-section .info-panel .info {
      display: -webkit-box;
      margin: 0;
      color: #000;
      line-height: 3.8rem;
      font-size: 2rem;
      overflow: hidden;
      width: 100%;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical; }
  .landing-template .home-page-two-col.figure-left .info-panel, .landing-template .banner-section.figure-left .info-panel {
    padding-left: 8rem; }
    .landing-template .home-page-two-col.figure-left .info-panel.has-btn .btn, .landing-template .banner-section.figure-left .info-panel.has-btn .btn {
      justify-content: center;
      width: 150px;
      margin-top: 4.5rem; }
      .landing-template .home-page-two-col.figure-left .info-panel.has-btn .btn:hover, .landing-template .banner-section.figure-left .info-panel.has-btn .btn:hover {
        background-color: transparent; }
  .landing-template .home-page-two-col.figure-left .figure, .landing-template .banner-section.figure-left .figure {
    left: 0; }
  .landing-template .home-page-two-col.figure-right .info-panel, .landing-template .banner-section.figure-right .info-panel {
    padding-right: 8rem; }
    .landing-template .home-page-two-col.figure-right .info-panel.has-btn .btn, .landing-template .banner-section.figure-right .info-panel.has-btn .btn {
      justify-content: center;
      width: 150px;
      margin-top: 4.5rem; }
      .landing-template .home-page-two-col.figure-right .info-panel.has-btn .btn:hover, .landing-template .banner-section.figure-right .info-panel.has-btn .btn:hover {
        background-color: transparent; }
  .landing-template .home-page-two-col.figure-right .figure, .landing-template .banner-section.figure-right .figure {
    right: 0; }
  .landing-template .home-page-two-col .container, .landing-template .banner-section .container {
    height: 100%; }
    .landing-template .home-page-two-col .container .row, .landing-template .banner-section .container .row {
      align-items: center;
      height: 100%; }
  @media (max-width: 991px) {
    .landing-template .home-page-two-col, .landing-template .banner-section {
      height: auto; }
      .landing-template .home-page-two-col .figure, .landing-template .banner-section .figure {
        position: relative;
        height: 26rem;
        width: 100%; }
      .landing-template .home-page-two-col.figure-right .info-panel, .landing-template .home-page-two-col.figure-left .info-panel, .landing-template .banner-section.figure-right .info-panel, .landing-template .banner-section.figure-left .info-panel {
        padding: 2.5rem 0; }
        .landing-template .home-page-two-col.figure-right .info-panel.has-btn .btn, .landing-template .home-page-two-col.figure-left .info-panel.has-btn .btn, .landing-template .banner-section.figure-right .info-panel.has-btn .btn, .landing-template .banner-section.figure-left .info-panel.has-btn .btn {
          margin: 2.5rem 0; } }
  .landing-template .home-page-two-col.our-carers, .landing-template .banner-section.our-carers {
    padding: 9rem 0; }
    .landing-template .home-page-two-col.our-carers .carer-slider, .landing-template .banner-section.our-carers .carer-slider {
      position: relative; }
      .landing-template .home-page-two-col.our-carers .carer-slider .slick-arrow, .landing-template .banner-section.our-carers .carer-slider .slick-arrow {
        position: absolute;
        display: inline-block;
        margin: auto;
        z-index: 1;
        top: 0;
        bottom: 0;
        border: 0;
        width: 3.4rem;
        height: 3.4rem;
        outline: 0;
        text-indent: -9999px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 3.4rem;
        background-color: transparent; }
        .landing-template .home-page-two-col.our-carers .carer-slider .slick-arrow:focus, .landing-template .banner-section.our-carers .carer-slider .slick-arrow:focus {
          outline: 0; }
      .landing-template .home-page-two-col.our-carers .carer-slider .slick-prev, .landing-template .banner-section.our-carers .carer-slider .slick-prev {
        background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/slick-arrow-left.svg");
        left: -34px; }
        @media (max-width: 991px) {
          .landing-template .home-page-two-col.our-carers .carer-slider .slick-prev, .landing-template .banner-section.our-carers .carer-slider .slick-prev {
            left: -10px; } }
      .landing-template .home-page-two-col.our-carers .carer-slider .slick-next, .landing-template .banner-section.our-carers .carer-slider .slick-next {
        background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/slick-arrow-right.svg");
        right: -34px; }
        @media (max-width: 991px) {
          .landing-template .home-page-two-col.our-carers .carer-slider .slick-next, .landing-template .banner-section.our-carers .carer-slider .slick-next {
            right: -10px; } }
      .landing-template .home-page-two-col.our-carers .carer-slider .slick-list, .landing-template .banner-section.our-carers .carer-slider .slick-list {
        overflow: inherit;
        overflow-x: clip; }
      .landing-template .home-page-two-col.our-carers .carer-slider .slick-slide, .landing-template .banner-section.our-carers .carer-slider .slick-slide {
        padding: 0 15px;
        height: inherit !important; }
    .landing-template .home-page-two-col.our-carers .box-panel, .landing-template .banner-section.our-carers .box-panel {
      padding: 4.5rem 2.5rem;
      border: 0.1rem solid #333;
      box-shadow: 4px 4px rgba(232, 235, 237, 0.6);
      border-radius: 0; }
      .landing-template .home-page-two-col.our-carers .box-panel *, .landing-template .banner-section.our-carers .box-panel * {
        margin: 0; }
      .landing-template .home-page-two-col.our-carers .box-panel h5, .landing-template .banner-section.our-carers .box-panel h5 {
        margin: 0 0 1rem;
        color: #9b8a45;
        font-size: 2rem;
        font-weight: 700; }
      .landing-template .home-page-two-col.our-carers .box-panel h3, .landing-template .banner-section.our-carers .box-panel h3 {
        margin: 0 0 4rem;
        color: #000;
        font-size: 2.5rem;
        font-weight: 700; }
      .landing-template .home-page-two-col.our-carers .box-panel p, .landing-template .banner-section.our-carers .box-panel p {
        margin: 0 auto;
        font-size: 1.8rem;
        color: #eee;
        font-weight: 700; }
        @media (max-width: 1199px) {
          .landing-template .home-page-two-col.our-carers .box-panel p, .landing-template .banner-section.our-carers .box-panel p {
            min-height: inherit; } }
    .landing-template .home-page-two-col.our-carers .carer-box.box-panel, .landing-template .banner-section.our-carers .carer-box.box-panel {
      position: relative;
      display: block;
      padding-top: 5.5rem;
      margin-bottom: 3rem; }
      @media (max-width: 991px) {
        .landing-template .home-page-two-col.our-carers .carer-box.box-panel, .landing-template .banner-section.our-carers .carer-box.box-panel {
          margin-bottom: 3rem; } }
      .landing-template .home-page-two-col.our-carers .carer-box.box-panel img.profile, .landing-template .banner-section.our-carers .carer-box.box-panel img.profile {
        position: absolute;
        width: 11.5rem;
        height: 11.5rem;
        border-radius: 50%;
        object-fit: cover;
        top: -6.2rem;
        background-color: #f6f8fa; }
      .landing-template .home-page-two-col.our-carers .carer-box.box-panel h3, .landing-template .banner-section.our-carers .carer-box.box-panel h3 {
        margin-bottom: 1.3rem; }
      .landing-template .home-page-two-col.our-carers .carer-box.box-panel h5, .landing-template .banner-section.our-carers .carer-box.box-panel h5 {
        display: -webkit-box;
        margin-bottom: 2rem;
        overflow: hidden;
        width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
        @media (max-width: 991px) {
          .landing-template .home-page-two-col.our-carers .carer-box.box-panel h5, .landing-template .banner-section.our-carers .carer-box.box-panel h5 {
            min-height: inherit; } }
      .landing-template .home-page-two-col.our-carers .carer-box.box-panel p, .landing-template .banner-section.our-carers .carer-box.box-panel p {
        display: -webkit-box;
        overflow: hidden;
        width: 100%;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        margin-bottom: 3rem; }
      .landing-template .home-page-two-col.our-carers .carer-box.box-panel ul, .landing-template .banner-section.our-carers .carer-box.box-panel ul {
        padding: 0;
        margin-bottom: 3.5rem;
        min-height: 6rem;
        list-style: none; }
        .landing-template .home-page-two-col.our-carers .carer-box.box-panel ul.columns, .landing-template .banner-section.our-carers .carer-box.box-panel ul.columns {
          -moz-column-count: 2;
          -moz-column-gap: 20px;
          -webkit-column-count: 2;
          -webkit-column-gap: 20px;
          column-count: 2;
          column-gap: 3px; }
        .landing-template .home-page-two-col.our-carers .carer-box.box-panel ul li, .landing-template .banner-section.our-carers .carer-box.box-panel ul li {
          display: flex;
          margin-bottom: 1rem;
          font-size: 1.2rem;
          font-weight: 700;
          color: #9b8a45; }
          .landing-template .home-page-two-col.our-carers .carer-box.box-panel ul li i, .landing-template .banner-section.our-carers .carer-box.box-panel ul li i {
            margin-right: 1.5rem; }
            .landing-template .home-page-two-col.our-carers .carer-box.box-panel ul li i img, .landing-template .banner-section.our-carers .carer-box.box-panel ul li i img {
              width: 15px;
              height: 15px; }
            @media (max-width: 991px) {
              .landing-template .home-page-two-col.our-carers .carer-box.box-panel ul li i, .landing-template .banner-section.our-carers .carer-box.box-panel ul li i {
                margin-right: 0.5rem; } }
  .landing-template .home-page-two-col.why-choose-us, .landing-template .banner-section.why-choose-us {
    padding: 15rem 0 9rem;
    overflow: hidden; }
    .landing-template .home-page-two-col.why-choose-us .figure, .landing-template .banner-section.why-choose-us .figure {
      right: 0;
      bottom: 0;
      top: inherit; }
    .landing-template .home-page-two-col.why-choose-us.top, .landing-template .banner-section.why-choose-us.top {
      padding-top: 17.3rem; }
    @media (max-width: 991px) {
      .landing-template .home-page-two-col.why-choose-us, .landing-template .banner-section.why-choose-us {
        padding: 0.1rem 0.1rem 2rem; }
        .landing-template .home-page-two-col.why-choose-us.top, .landing-template .banner-section.why-choose-us.top {
          padding-top: 0.1rem; } }
    .landing-template .home-page-two-col.why-choose-us.why-choose-us-top, .landing-template .banner-section.why-choose-us.why-choose-us-top {
      padding-top: 0.1rem; }
  .landing-template .home-page-two-col.how-we-work, .landing-template .banner-section.how-we-work {
    padding: 9rem 0; }
    .landing-template .home-page-two-col.how-we-work .info-panel .title-large, .landing-template .banner-section.how-we-work .info-panel .title-large {
      margin: 0 0 1rem;
      font-size: 2.8rem; }
    .landing-template .home-page-two-col.how-we-work .info-panel .info, .landing-template .banner-section.how-we-work .info-panel .info {
      font-size: 2rem; }
    .landing-template .home-page-two-col.how-we-work .info-panel ul.list, .landing-template .banner-section.how-we-work .info-panel ul.list {
      margin-top: 3rem;
      margin-left: 3rem; }
      .landing-template .home-page-two-col.how-we-work .info-panel ul.list li, .landing-template .banner-section.how-we-work .info-panel ul.list li {
        text-transform: capitalize;
        list-style: circle; }
  .landing-template .home-page-two-col.about-us, .landing-template .banner-section.about-us {
    padding: 9rem 0; }
    .landing-template .home-page-two-col.about-us.primary-bg, .landing-template .banner-section.about-us.primary-bg {
      background-color: #9b8a45; }
      .landing-template .home-page-two-col.about-us.primary-bg h3, .landing-template .banner-section.about-us.primary-bg h3 {
        color: #fff; }
      .landing-template .home-page-two-col.about-us.primary-bg p, .landing-template .banner-section.about-us.primary-bg p {
        font-size: 18px;
        color: #fff; }
      .landing-template .home-page-two-col.about-us.primary-bg .title-medium, .landing-template .home-page-two-col.about-us.primary-bg .title-large, .landing-template .banner-section.about-us.primary-bg .title-medium, .landing-template .banner-section.about-us.primary-bg .title-large {
        font-weight: 700; }
      .landing-template .home-page-two-col.about-us.primary-bg .title-medium, .landing-template .banner-section.about-us.primary-bg .title-medium {
        color: #fff !important; }
      .landing-template .home-page-two-col.about-us.primary-bg .title-large, .landing-template .banner-section.about-us.primary-bg .title-large {
        color: #fff !important; }
  .landing-template .home-page-two-col.meet-the-team.figure-left .bg-figure, .landing-template .home-page-two-col.meet-the-team.figure-right .bg-figure, .landing-template .banner-section.meet-the-team.figure-left .bg-figure, .landing-template .banner-section.meet-the-team.figure-right .bg-figure {
    height: 560px;
    width: 50%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .landing-template .home-page-two-col.meet-the-team.figure-left .bg-figure, .landing-template .home-page-two-col.meet-the-team.figure-right .bg-figure, .landing-template .banner-section.meet-the-team.figure-left .bg-figure, .landing-template .banner-section.meet-the-team.figure-right .bg-figure {
        height: 300px;
        width: 100%; } }
  .landing-template .home-page-two-col.meet-the-team .btn-primary, .landing-template .banner-section.meet-the-team .btn-primary {
    margin-top: 20px; }
  .landing-template .home-page-two-col.meet-the-team .info-panel .title-large, .landing-template .banner-section.meet-the-team .info-panel .title-large {
    margin: 0 0 1rem;
    font-size: 3.3rem; }
  .landing-template .home-page-two-col.meet-the-team .info-panel .info, .landing-template .banner-section.meet-the-team .info-panel .info {
    font-size: 2.3rem; }

.landing-template .intro-text {
  background: #eee;
  color: #000;
  padding-top: 30px;
  padding-bottom: 40px; }
  .landing-template .intro-text h2 {
    color: #000;
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 2rem; }
    @media (max-width: 991px) {
      .landing-template .intro-text h2 {
        color: #000; } }
  .landing-template .intro-text p, .landing-template .intro-text blockquote {
    font-size: 1.9rem;
    color: #000;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .landing-template .intro-text p, .landing-template .intro-text blockquote {
        color: #000; } }

.landing-template .dynamic-two-col {
  position: relative;
  padding: 4rem 0; }
  .landing-template .dynamic-two-col .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .landing-template .dynamic-two-col .enquiry-form {
    padding: 2rem;
    background-color: #9b8a45;
    box-shadow: 1px 0 10px rgba(80, 80, 80, 0.6);
    max-height: 750px; }
    @media (max-width: 1199px) {
      .landing-template .dynamic-two-col .enquiry-form {
        margin-top: 5px; } }
    @media (min-width: 768px) {
      .landing-template .dynamic-two-col .enquiry-form {
        position: relative;
        margin-top: -480px;
        padding-top: 20px;
        z-index: 120; } }
    .landing-template .dynamic-two-col .enquiry-form .form-heading {
      color: #fff; }
      .landing-template .dynamic-two-col .enquiry-form .form-heading h2 {
        font-size: 3rem;
        font-weight: 600;
        color: #fff; }
      .landing-template .dynamic-two-col .enquiry-form .form-heading p {
        font-size: 1.8rem;
        color: #fff; }
    .landing-template .dynamic-two-col .enquiry-form form .form-control {
      display: block;
      padding: 0.375rem 0.75rem;
      width: 100%;
      height: calc(1.5em + 0.75rem + 2px);
      font-size: 2rem;
      font-weight: 400; }
    .landing-template .dynamic-two-col .enquiry-form form textarea.form-control {
      height: auto; }
    .landing-template .dynamic-two-col .enquiry-form form .form-group.data-protection {
      max-width: 100%; }
    .landing-template .dynamic-two-col .enquiry-form form .btn {
      margin-top: 2rem; }
    .landing-template .dynamic-two-col .enquiry-form form .checkbox {
      display: flex; }
      .landing-template .dynamic-two-col .enquiry-form form .checkbox input {
        margin-right: 20px;
        height: 2.7rem; }
    .landing-template .dynamic-two-col .enquiry-form form .data-protection {
      font-size: 1.4rem;
      font-weight: 700;
      color: #fff; }
      @media (max-width: 991px) {
        .landing-template .dynamic-two-col .enquiry-form form .data-protection {
          padding: 0rem 3.2rem; } }
      .landing-template .dynamic-two-col .enquiry-form form .data-protection label {
        color: #fff; }
        .landing-template .dynamic-two-col .enquiry-form form .data-protection label a {
          color: #fff;
          text-decoration: underline; }
    .landing-template .dynamic-two-col .enquiry-form form .grecaptcha-notice {
      color: #fff; }
      .landing-template .dynamic-two-col .enquiry-form form .grecaptcha-notice a {
        color: #fff;
        text-decoration: underline; }

.landing-template .hero-slider .home-banner .element-fig {
  filter: brightness(0.6); }

.landing-template .hero-slider .slick-track {
  display: flex !important; }

.landing-template .hero-slider .slick-slide {
  height: inherit !important; }

.landing-template .hero-slider .slick-arrow * {
  display: none; }

.landing-template .hero-slider .slick:hover-arrow {
  display: block; }

.landing-template .hero-slider .slick-prev, .landing-template .hero-slider .slick-next {
  position: absolute;
  display: block;
  margin-top: -2.813rem;
  width: 3.75rem;
  height: 6.2rem;
  cursor: pointer;
  background: transparent;
  top: 50%;
  font-size: 0;
  border: none;
  z-index: 2;
  opacity: 0.85;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  @media (max-width: 991px) {
    .landing-template .hero-slider .slick-prev, .landing-template .hero-slider .slick-next {
      width: 1.75rem;
      height: 4.2rem; } }

.landing-template .hero-slider .slick-prev::before, .landing-template .hero-slider .slick-next::before, .landing-template .hero-slider .slick-prev::after, .landing-template .hero-slider .slick-next::after {
  position: absolute;
  content: "";
  background: #fff;
  background-color: #fff;
  top: 50%;
  left: 5px;
  height: 1.5rem;
  width: 7rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 991px) {
    .landing-template .hero-slider .slick-prev::before, .landing-template .hero-slider .slick-next::before, .landing-template .hero-slider .slick-prev::after, .landing-template .hero-slider .slick-next::after {
      left: 5px;
      height: 1.2rem;
      width: 3rem; } }

.landing-template .hero-slider .slick-prev::before, .landing-template .hero-slider .slick-next::before {
  margin-top: -2rem; }
  @media (max-width: 991px) {
    .landing-template .hero-slider .slick-prev::before, .landing-template .hero-slider .slick-next::before {
      margin-top: 0.6rem; } }

.landing-template .hero-slider .slick-prev::after, .landing-template .hero-slider .slick-next::after {
  margin-top: 2rem; }

.landing-template .hero-slider .slick-prev:hover::before, .landing-template .hero-slider .slick-next:hover::before {
  margin-top: -2rem; }
  @media (max-width: 991px) {
    .landing-template .hero-slider .slick-prev:hover::before, .landing-template .hero-slider .slick-next:hover::before {
      margin-top: 0.6rem; } }

.landing-template .hero-slider .slick-prev:hover::after, .landing-template .hero-slider .slick-next:hover::afer {
  margin-top: 2rem; }

.landing-template .hero-slider .slick-prev {
  left: 1rem; }
  .landing-template .hero-slider .slick-prev::before {
    transform: rotate(-45deg); }
  .landing-template .hero-slider .slick-prev::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .landing-template .hero-slider .slick-prev:hover::before {
    margin-top: -2.7rem;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  .landing-template .hero-slider .slick-prev:hover::after {
    margin-top: 2.7rem;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }

.landing-template .hero-slider .slick-next {
  right: 1rem; }
  .landing-template .hero-slider .slick-next::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .landing-template .hero-slider .slick-next::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .landing-template .hero-slider .slick-next:hover::before {
    margin-top: -2.7rem;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
  .landing-template .hero-slider .slick-next:hover::after {
    margin-top: 2.7rem;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg); }

.landing-template .hero-slider .slick-prev:hover:active, .landing-template .hero-slider .slick-next:hover:active {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }

.landing-template .hero-slider .slick-next::before, .landing-template .hero-slider .slick-next::after {
  left: auto;
  right: 0; }

.landing-template .home-banner, .landing-template .home-sm-banner {
  position: relative;
  background-color: #fff;
  height: 675px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .landing-template .home-banner, .landing-template .home-sm-banner {
      margin-top: 5px; } }
  .landing-template .home-banner .element-fig, .landing-template .home-sm-banner .element-fig {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7); }
  .landing-template .home-banner .banner-content, .landing-template .home-sm-banner .banner-content {
    margin-top: 10rem;
    text-shadow: 0 4px 7px rgba(0, 0, 0, 0.6); }
    @media (max-width: 991px) {
      .landing-template .home-banner .banner-content, .landing-template .home-sm-banner .banner-content {
        padding: 1rem;
        margin-top: 1rem;
        margin-left: 2rem; } }
    @media (min-width: 992px) {
      .landing-template .home-banner .banner-content, .landing-template .home-sm-banner .banner-content {
        padding: 3.2rem;
        margin-top: 1rem;
        margin-left: 3rem; } }
    @media only screen and (device-width: 1080px) {
      .landing-template .home-banner .banner-content, .landing-template .home-sm-banner .banner-content {
        padding: 3.2rem;
        margin-top: 1rem;
        margin-left: 3rem; } }
    .landing-template .home-banner .banner-content .quote, .landing-template .home-sm-banner .banner-content .quote {
      font-size: 1.8rem;
      font-weight: 700; }
      @media (max-width: 991px) {
        .landing-template .home-banner .banner-content .quote, .landing-template .home-sm-banner .banner-content .quote {
          margin-top: 5rem;
          font-size: 1.9rem; } }
      .landing-template .home-banner .banner-content .quote cite, .landing-template .home-sm-banner .banner-content .quote cite {
        color: #fff;
        font-weight: bold; }
    .landing-template .home-banner .banner-content ul.list, .landing-template .home-sm-banner .banner-content ul.list {
      padding-left: 4rem; }
    .landing-template .home-banner .banner-content ul li, .landing-template .home-sm-banner .banner-content ul li {
      position: relative;
      font-size: 1.8rem;
      font-weight: 700;
      color: #fff; }
      @media (max-width: 991px) {
        .landing-template .home-banner .banner-content ul li, .landing-template .home-sm-banner .banner-content ul li {
          font-size: 1.5rem; } }
      .landing-template .home-banner .banner-content ul li::before, .landing-template .home-sm-banner .banner-content ul li::before {
        position: relative;
        display: block;
        content: "";
        width: 1rem;
        height: 1rem;
        background-color: #f342b1;
        border-radius: 50%;
        left: -4rem;
        top: 2.5rem; }
  .landing-template .home-banner .title-small, .landing-template .home-sm-banner .title-small {
    color: #fff;
    font-size: 2.2rem; }
    @media (max-width: 991px) {
      .landing-template .home-banner .title-small, .landing-template .home-sm-banner .title-small {
        font-size: 1.2rem; } }
  .landing-template .home-banner .title-large, .landing-template .home-sm-banner .title-large {
    color: #fff;
    font-size: 3rem; }
    @media (max-width: 991px) {
      .landing-template .home-banner .title-large, .landing-template .home-sm-banner .title-large {
        font-size: 3rem;
        font-weight: 400; } }
    @media (max-width: 480px) {
      .landing-template .home-banner .title-large, .landing-template .home-sm-banner .title-large {
        font-size: 3.5rem; } }
  .landing-template .home-banner .info, .landing-template .home-sm-banner .info {
    color: #fff; }
  .landing-template .home-banner ul, .landing-template .home-sm-banner ul {
    list-style-type: none; }
    @media (max-width: 992px) {
      .landing-template .home-banner ul, .landing-template .home-sm-banner ul {
        display: none; } }
    .landing-template .home-banner ul.list, .landing-template .home-sm-banner ul.list {
      padding-left: 4rem; }
    .landing-template .home-banner ul li, .landing-template .home-sm-banner ul li {
      position: relative;
      font-size: 1.8rem;
      font-weight: 700;
      color: #fff; }
      @media (max-width: 991px) {
        .landing-template .home-banner ul li, .landing-template .home-sm-banner ul li {
          font-size: 1.5rem; } }
      .landing-template .home-banner ul li::before, .landing-template .home-sm-banner ul li::before {
        position: relative;
        display: block;
        content: "";
        width: 1rem;
        height: 1rem;
        background-color: #e4ddcd;
        border-radius: 50%;
        left: -4rem;
        top: 2.5rem; }
  .landing-template .home-banner .btn-group .btn-primary, .landing-template .home-sm-banner .btn-group .btn-primary {
    width: 17.5rem; }
    @media (max-width: 991px) {
      .landing-template .home-banner .btn-group .btn-primary, .landing-template .home-sm-banner .btn-group .btn-primary {
        width: 12.5rem; } }
  .landing-template .home-banner .btn-group .btn-primary-outline, .landing-template .home-sm-banner .btn-group .btn-primary-outline {
    background-color: #fff;
    color: #e4ddcd;
    border: 1px solid #e4ddcd;
    width: 26.8rem; }
    @media (max-width: 991px) {
      .landing-template .home-banner .btn-group .btn-primary-outline, .landing-template .home-sm-banner .btn-group .btn-primary-outline {
        color: #e4ddcd;
        background-color: #fff;
        border-color: #fff;
        width: 20rem; } }
    .landing-template .home-banner .btn-group .btn-primary-outline i, .landing-template .home-sm-banner .btn-group .btn-primary-outline i {
      margin: 0 2rem 0 0;
      width: 1.8rem;
      height: 1.8rem;
      background-position: center;
      background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/phone-outline-blue.svg");
      background-size: 1.8rem;
      background-repeat: no-repeat; }
    .landing-template .home-banner .btn-group .btn-primary-outline:hover, .landing-template .home-sm-banner .btn-group .btn-primary-outline:hover {
      background-color: #e4ddcd;
      color: #fff; }
      .landing-template .home-banner .btn-group .btn-primary-outline:hover i, .landing-template .home-sm-banner .btn-group .btn-primary-outline:hover i {
        background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/phone-outline-white.svg"); }
      @media (max-width: 991px) {
        .landing-template .home-banner .btn-group .btn-primary-outline:hover, .landing-template .home-sm-banner .btn-group .btn-primary-outline:hover {
          background-color: #fff;
          color: #e4ddcd; }
          .landing-template .home-banner .btn-group .btn-primary-outline:hover i, .landing-template .home-sm-banner .btn-group .btn-primary-outline:hover i {
            background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/phone-outline-white.svg"); } }
  @media (max-width: 991px) {
    .landing-template .home-banner .btn-group, .landing-template .home-sm-banner .btn-group {
      margin-bottom: 2.5rem; } }
  @media (max-width: 991px) {
    .landing-template .home-banner, .landing-template .home-sm-banner {
      padding: 2.5rem 0 0;
      height: 40rem; }
      .landing-template .home-banner .element-fig, .landing-template .home-sm-banner .element-fig {
        left: 0;
        width: 100%;
        filter: brightness(0.5); }
      .landing-template .home-banner .title-small, .landing-template .home-banner .title-large, .landing-template .home-banner .info, .landing-template .home-sm-banner .title-small, .landing-template .home-sm-banner .title-large, .landing-template .home-sm-banner .info {
        color: #fff; } }

.landing-template .home-sm-banner {
  position: relative;
  background-color: #fff;
  height: 44.5rem; }
  .landing-template .home-sm-banner .element-fig {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 44.5rem;
    object-fit: cover;
    filter: brightness(0.7); }
  .landing-template .home-sm-banner .title-small {
    color: #fff; }
  .landing-template .home-sm-banner .title-large {
    color: #fff; }
  .landing-template .home-sm-banner .info {
    color: #fff; }

@media (max-width: 1199px) {
  .landing-template .home-page-two-col .figure {
    filter: opacity(0.4); }
  .landing-template .home-page-two-col .offset-lg-6 {
    margin-left: 50%; }
  .landing-template .home-banner .btn-group li .btn.btn-primary {
    width: 13rem; }
  .landing-template .home-banner .btn-group li .btn.btn-primary-outline {
    width: 18rem; } }

.landing-template .home-page.letus-help .box-panel {
  background-color: #fff; }

.landing-template .home-page.why-choose-us {
  background-color: #fff; }
  .landing-template .home-page.why-choose-us.light-bg {
    background-color: #fff; }
  @media (min-width: 992px) {
    .landing-template .home-page.why-choose-us.home-page-two-col {
      padding: 8rem 0 6rem; }
      .landing-template .home-page.why-choose-us.home-page-two-col.why-choose-us-title {
        padding: 8rem 0 6rem; } }
  .landing-template .home-page.why-choose-us.home-page-two-col .title-panel p {
    color: #000; }
    @media (min-width: 992px) {
      .landing-template .home-page.why-choose-us.home-page-two-col .title-panel p {
        margin: 0 auto;
        max-width: 74rem; } }

@media (max-width: 991px) {
  .landing-template .home-page-two-col .info-panel.title-panel {
    margin: 5rem 0; }
  .landing-template .letus-help.home-page .title-panel {
    margin-bottom: 4rem; }
    .landing-template .letus-help.home-page .title-panel .title-large {
      margin-bottom: 0; } }

.landing-template .job-search {
  margin: 20px 0; }
  .landing-template .job-search .filter-bar {
    margin: 0 auto; }
  .landing-template .job-search label {
    font-size: 23px; }
  .landing-template .job-search select#carer-type {
    width: auto;
    font-size: 14px;
    margin-left: 12px;
    height: 31px; }
  .landing-template .job-search .form-group {
    width: 100%; }

.landing-template .cta-enquiry {
  display: none; }

.modal-dialog.auth {
  margin: auto;
  width: 400px;
  margin-top: 30px; }
  .modal-dialog.auth .modal-body {
    margin-top: 30px; }
    .modal-dialog.auth .modal-body .social-buttons {
      text-align: center; }
    .modal-dialog.auth .modal-body .btn-social-icon {
      margin: 0 5px;
      padding: 0;
      border-color: transparent; }
    .modal-dialog.auth .modal-body .or {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 20px; }
    .modal-dialog.auth .modal-body .or-hr {
      position: relative;
      margin: 0 auto;
      width: 90%; }
      .modal-dialog.auth .modal-body .or-hr .mask {
        overflow: hidden;
        height: 20px; }
        .modal-dialog.auth .modal-body .or-hr .mask::after {
          display: block;
          margin: -25px auto 0;
          content: "";
          width: 100%;
          height: 25px;
          border-radius: 125px / 12px;
          box-shadow: 0 0 3px #444; }
      .modal-dialog.auth .modal-body .or-hr span {
        position: absolute;
        width: 35px;
        height: 35px;
        bottom: 100%;
        margin-bottom: -17.5px;
        left: 50%;
        margin-left: -17.5px;
        border-radius: 100%;
        background: white; }
      .modal-dialog.auth .modal-body .or-hr span i {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        font-weight: bold;
        text-align: center;
        line-height: 35px;
        font-style: normal;
        color: #aaa; }
  .modal-dialog.auth .modal-footer {
    font-size: 9pt;
    border-top: 1px solid #e4ddcd;
    padding-top: 5px; }

.btn-highlight {
  color: #fff;
  background-color: #f342b1;
  border-color: #f12aa7; }
  .btn-highlight:focus, .btn-highlight.focus {
    color: #fff;
    background-color: #f0129d;
    border-color: #93095f; }
  .btn-highlight:hover {
    color: #fff;
    background-color: #f0129d;
    border-color: #d10d88; }
  .btn-highlight:active, .btn-highlight.active,
  .open > .btn-highlight.dropdown-toggle {
    color: #fff;
    background-color: #f0129d;
    border-color: #d10d88; }
    .btn-highlight:active:hover, .btn-highlight:active:focus, .btn-highlight:active.focus, .btn-highlight.active:hover, .btn-highlight.active:focus, .btn-highlight.active.focus,
    .open > .btn-highlight.dropdown-toggle:hover,
    .open > .btn-highlight.dropdown-toggle:focus,
    .open > .btn-highlight.dropdown-toggle.focus {
      color: #fff;
      background-color: #d10d88;
      border-color: #93095f; }
  .btn-highlight:active, .btn-highlight.active,
  .open > .btn-highlight.dropdown-toggle {
    background-image: none; }
  .btn-highlight.disabled:hover, .btn-highlight.disabled:focus, .btn-highlight.disabled.focus, .btn-highlight[disabled]:hover, .btn-highlight[disabled]:focus, .btn-highlight[disabled].focus,
  fieldset[disabled] .btn-highlight:hover,
  fieldset[disabled] .btn-highlight:focus,
  fieldset[disabled] .btn-highlight.focus {
    background-color: #f342b1;
    border-color: #f12aa7; }
  .btn-highlight .badge {
    color: #f342b1;
    background-color: #fff; }

.btn-pink {
  color: #fff;
  background-color: #f342b1;
  border-color: #f12aa7; }
  .btn-pink:focus, .btn-pink.focus {
    color: #fff;
    background-color: #f0129d;
    border-color: #93095f; }
  .btn-pink:hover {
    color: #fff;
    background-color: #f0129d;
    border-color: #d10d88; }
  .btn-pink:active, .btn-pink.active,
  .open > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #f0129d;
    border-color: #d10d88; }
    .btn-pink:active:hover, .btn-pink:active:focus, .btn-pink:active.focus, .btn-pink.active:hover, .btn-pink.active:focus, .btn-pink.active.focus,
    .open > .btn-pink.dropdown-toggle:hover,
    .open > .btn-pink.dropdown-toggle:focus,
    .open > .btn-pink.dropdown-toggle.focus {
      color: #fff;
      background-color: #d10d88;
      border-color: #93095f; }
  .btn-pink:active, .btn-pink.active,
  .open > .btn-pink.dropdown-toggle {
    background-image: none; }
  .btn-pink.disabled:hover, .btn-pink.disabled:focus, .btn-pink.disabled.focus, .btn-pink[disabled]:hover, .btn-pink[disabled]:focus, .btn-pink[disabled].focus,
  fieldset[disabled] .btn-pink:hover,
  fieldset[disabled] .btn-pink:focus,
  fieldset[disabled] .btn-pink.focus {
    background-color: #f342b1;
    border-color: #f12aa7; }
  .btn-pink .badge {
    color: #f342b1;
    background-color: #fff; }

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
  .btn-white:focus, .btn-white.focus {
    color: #000;
    background-color: #e6e6e6;
    border-color: #bfbfbf; }
  .btn-white:hover {
    color: #000;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-white:active, .btn-white.active,
  .open > .btn-white.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
    .btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus,
    .open > .btn-white.dropdown-toggle:hover,
    .open > .btn-white.dropdown-toggle:focus,
    .open > .btn-white.dropdown-toggle.focus {
      color: #000;
      background-color: #d4d4d4;
      border-color: #bfbfbf; }
  .btn-white:active, .btn-white.active,
  .open > .btn-white.dropdown-toggle {
    background-image: none; }
  .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus,
  fieldset[disabled] .btn-white:hover,
  fieldset[disabled] .btn-white:focus,
  fieldset[disabled] .btn-white.focus {
    background-color: #fff;
    border-color: #fff; }
  .btn-white .badge {
    color: #fff;
    background-color: #000; }

.btn-primary-outline {
  background-color: transparent;
  border: 1px solid #9b8a45;
  color: #9b8a45; }
  .btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline.active {
    background-color: transparent;
    color: #e4ddcd;
    opacity: 0.9; }

.btn-white-outline {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff; }
  .btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline.active {
    background-color: transparent;
    color: #e4ddcd;
    opacity: 0.9; }

.layout-candidate-search .cta-top-section {
  margin-top: 15px; }
  .layout-candidate-search .cta-top-section .layout-content {
    padding: 15px;
    background-color: #faf7f0;
    border-bottom: 4px solid #e4ddcd;
    font-size: 13.5pt; }
    .layout-candidate-search .cta-top-section .layout-content .tel {
      color: #000;
      font-weight: bold; }
    .layout-candidate-search .cta-top-section .layout-content .cta-register {
      text-align: right;
      vertical-align: center; }
      .layout-candidate-search .cta-top-section .layout-content .cta-register a {
        font-size: 14pt; }

.layout-candidate-search .candidate-section .layout-content {
  padding: 5px; }

@media (min-width: 992px) {
  .layout-candidate-search .candidate-box-wrapper {
    padding: 10px; } }

.layout-candidate-search .candidate-box {
  margin: 0;
  padding: 15px;
  border: 1px solid #ccc;
  border-bottom: 4px solid #ccc;
  height: 100%; }
  .layout-candidate-search .candidate-box .image {
    padding: 0; }
    .layout-candidate-search .candidate-box .image img {
      width: 100%; }
  .layout-candidate-search .candidate-box a.main-title {
    width: 75%; }
    @media (max-width: 767px) {
      .layout-candidate-search .candidate-box a.main-title {
        width: 70%; } }
  .layout-candidate-search .candidate-box .icons {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 8px; }
    .layout-candidate-search .candidate-box .icons .icon {
      position: relative; }
      .layout-candidate-search .candidate-box .icons .icon .icon-tooltip {
        position: absolute;
        padding: 5px;
        background-color: #000;
        border-radius: 6px;
        bottom: 100%;
        color: #fff;
        left: 50%;
        margin-left: -75px;
        text-align: center;
        visibility: hidden;
        width: 150px;
        z-index: 1; }
    .layout-candidate-search .candidate-box .icons .icon:hover .icon-tooltip {
      visibility: visible; }
  .layout-candidate-search .candidate-box h2 {
    font-size: 16pt;
    font-weight: bold;
    margin-top: 0; }
  .layout-candidate-search .candidate-box .cta {
    margin-top: 15px; }
  @media (max-width: 767px) {
    .layout-candidate-search .candidate-box .candidate-info {
      margin: 20px -15px; } }
  .layout-candidate-search .candidate-box .candidate-info h1 span.small {
    font-size: 14px;
    color: #000; }
  .layout-candidate-search .candidate-box .candidate-image-icons {
    position: relative;
    margin-left: 22px;
    justify-content: unset;
    left: 15px;
    line-height: 33px;
    top: -18px;
    width: auto; }
    @media (max-width: 767px) {
      .layout-candidate-search .candidate-box .candidate-image-icons .icon .icon-tooltip {
        margin-left: -135px; } }
    .layout-candidate-search .candidate-box .candidate-image-icons .icon .icon-tooltip ul li {
      text-align: left;
      line-height: 25px; }
    .layout-candidate-search .candidate-box .candidate-image-icons .icon .icon-tooltip a {
      color: #fff; }
    .layout-candidate-search .candidate-box .candidate-image-icons .icon img {
      height: 40px;
      width: auto; }

.layout-candidate-search .content-blur * {
  position: relative;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  filter: blur(2px);
  padding-left: 3px;
  z-index: -9; }

.layout-candidate-search .candidate_unlock {
  display: block;
  margin: 30px 0;
  width: 100%;
  clear: both; }

.layout-candidate-detail .candidate-box-wrapper {
  padding: 0 15px; }
  @media (min-width: 768px) {
    .layout-candidate-detail .candidate-box-wrapper {
      padding: 15px; } }

.layout-candidate-detail .candidate-box .candidate-info {
  display: flex;
  flex-wrap: wrap;
  clear: both; }

.layout-candidate-detail .candidate-box .image {
  margin-bottom: 10px;
  float: left;
  width: 100%; }
  @media (max-width: 991px) {
    .layout-candidate-detail .candidate-box .image {
      margin-bottom: 25px;
      width: 41.66667%; } }
  .layout-candidate-detail .candidate-box .image img {
    width: 100%;
    object-fit: contain; }
    @media (max-width: 991px) {
      .layout-candidate-detail .candidate-box .image img {
        width: 140px;
        object-fit: contain;
        height: 140px; } }

.layout-candidate-detail .candidate-box .details {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
  float: left; }
  @media (max-width: 991px) {
    .layout-candidate-detail .candidate-box .details {
      padding: 0 15px;
      margin-bottom: 20px;
      width: 58.33333%; }
      .layout-candidate-detail .candidate-box .details h1 {
        padding: 1px; } }
  .layout-candidate-detail .candidate-box .details h1 {
    padding: 1px 0; }
    @media (max-width: 991px) {
      .layout-candidate-detail .candidate-box .details h1 {
        margin-top: 1px; } }
  .layout-candidate-detail .candidate-box .details .candidate-detail {
    padding: 20px 0; }
  .layout-candidate-detail .candidate-box .details .icon-text i {
    position: relative;
    margin-right: 10px;
    color: #f342b1;
    float: left;
    font-size: 19pt;
    top: -9px; }
  .layout-candidate-detail .candidate-box .details .icon-text img {
    position: relative;
    color: #f342b1;
    float: left;
    margin-right: 10px;
    height: 30px;
    top: -6px;
    width: 30px; }
    .layout-candidate-detail .candidate-box .details .icon-text img.circled {
      display: block;
      padding: 0.3em 0.4em;
      border-radius: 20px;
      border: 2px solid #f342b1; }
    @media (max-width: 991px) {
      .layout-candidate-detail .candidate-box .details .icon-text img {
        height: 25px;
        width: 25px; }
        .layout-candidate-detail .candidate-box .details .icon-text img.circled {
          padding: 0.3em 0.4em;
          border: 2px solid #f342b1; } }
  .layout-candidate-detail .candidate-box .details .icon-text span {
    position: relative;
    top: -4px; }
    @media (max-width: 991px) {
      .layout-candidate-detail .candidate-box .details .icon-text span {
        font-size: 9pt; } }
  .layout-candidate-detail .candidate-box .details .badge {
    display: inline-block;
    padding: 2px 15px;
    margin-bottom: 5px;
    border: 2px solid #f342b1;
    background: none;
    color: #f342b1; }
  .layout-candidate-detail .candidate-box .details .btn {
    position: absolute;
    bottom: 0;
    font-size: 8pt;
    left: 10px; }
    @media (max-width: 767px) {
      .layout-candidate-detail .candidate-box .details .btn {
        position: initial; } }

.layout-candidate-detail .candidate-box h1 {
  color: #9b8a45;
  font-size: 20pt;
  font-weight: bold;
  margin-top: 5px; }
  @media (max-width: 991px) {
    .layout-candidate-detail .candidate-box h1 {
      font-size: 18pt; } }

.layout-candidate-detail .candidate-box .btn {
  font-size: 10pt;
  font-weight: bold; }
  @media (max-width: 767px) {
    .layout-candidate-detail .candidate-box .btn.bottom {
      width: 100%; } }

.layout-candidate-detail .candidate-box .cta-apply {
  padding-bottom: 15px;
  float: right; }
  @media (max-width: 767px) {
    .layout-candidate-detail .candidate-box .cta-apply {
      float: left; } }

.layout-candidate-detail .candidate-box .quote-box {
  padding: 25px 20px;
  margin-bottom: 30px;
  border: 2px solid #f342b1;
  border-radius: 5px;
  text-align: left; }
  @media (max-width: 767px) {
    .layout-candidate-detail .candidate-box .quote-box {
      display: flex;
      padding: 5px 15px; } }
  .layout-candidate-detail .candidate-box .quote-box .quote-icon,
  .layout-candidate-detail .candidate-box .quote-box .quote-icon i {
    color: #9b8a45;
    font-size: 40pt;
    font-weight: 500;
    font-style: italic; }
    @media (max-width: 767px) {
      .layout-candidate-detail .candidate-box .quote-box .quote-icon,
      .layout-candidate-detail .candidate-box .quote-box .quote-icon i {
        margin-right: 15px;
        font-size: 35pt; } }
  .layout-candidate-detail .candidate-box .quote-box .quote-text {
    margin: 10px 0 15px;
    color: #f342b1;
    font-size: 12pt;
    font-weight: 600; }
    @media (max-width: 767px) {
      .layout-candidate-detail .candidate-box .quote-box .quote-text {
        font-size: 10pt; } }

@media (min-width: 768px) {
  .layout-candidate-detail .candidate-box {
    margin: -5px;
    padding: 15px;
    border: 1px solid #ccc;
    border-bottom: 4px solid #ccc; } }

.layout-candidate-detail .cta-contact-section {
  padding: 15px; }
  .layout-candidate-detail .cta-contact-section .layout-content {
    padding: 15px;
    border-bottom: 4px solid #f6f6f6;
    box-shadow: -1px -1px 10px #cecece;
    background-color: #f6f6f6;
    color: #9b8a45;
    text-align: center;
    font-size: 13.5pt;
    font-weight: bold; }
    .layout-candidate-detail .cta-contact-section .layout-content .tel {
      color: #9b8a45;
      text-decoration: underline; }

.layout-candidate-detail .layout-candidate-enquiry .heading {
  text-align: center; }

.layout-candidate-detail .layout-candidate-enquiry .buttons {
  margin-bottom: 2rem;
  text-align: center; }

.layout-candidate-thank-you .heading {
  padding: 15px;
  border: 1px solid #ccc;
  border-bottom: 4px solid #ccc;
  background-color: #faf7f0;
  text-align: center; }
  .layout-candidate-thank-you .heading h2 {
    color: #9b8a45; }
  .layout-candidate-thank-you .heading p {
    font-size: 12pt;
    font-weight: bold; }

.layout-candidate-thank-you h2 {
  font-weight: bold;
  font-size: 17pt; }

.candidate-detail {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .candidate-detail .detail-box h4.detail-title {
    margin: 0;
    padding: 3px 5px;
    background-color: #e4ddcd;
    font-size: 10pt;
    font-weight: 600; }
  .candidate-detail .detail-box .detail-content {
    padding: 15px;
    font-size: 9pt;
    font-weight: 600; }
    @media (max-width: 767px) {
      .candidate-detail .detail-box .detail-content {
        padding: 20px 10px; } }
    .candidate-detail .detail-box .detail-content .icon-text {
      color: #f342b1; }
      .candidate-detail .detail-box .detail-content .icon-text i {
        position: relative;
        margin-right: 10px;
        float: left;
        font-size: 12pt;
        top: -4px; }
        .candidate-detail .detail-box .detail-content .icon-text i.fa {
          display: block;
          padding: 0.3em 0.4em;
          border-radius: 30px;
          border: 2px solid #f342b1; }
      .candidate-detail .detail-box .detail-content .icon-text img {
        position: relative;
        margin-right: 10px;
        float: left;
        height: 30px;
        top: -6px;
        width: 30px; }
        .candidate-detail .detail-box .detail-content .icon-text img.circled {
          display: block;
          padding: 0.3em 0.4em;
          border-radius: 30px;
          border: 2px solid #f342b1; }
      .candidate-detail .detail-box .detail-content .icon-text .icon {
        position: relative;
        display: block;
        margin-right: 5px;
        float: left; }
        .candidate-detail .detail-box .detail-content .icon-text .icon img,
        .candidate-detail .detail-box .detail-content .icon-text .icon i,
        .candidate-detail .detail-box .detail-content .icon-text .icon span {
          border-radius: 50%;
          top: -6px;
          width: 29px;
          height: 29px; }
      .candidate-detail .detail-box .detail-content .icon-text span {
        position: relative;
        top: -2px; }
    .candidate-detail .detail-box .detail-content .badge {
      display: inline-block;
      padding: 2px 15px;
      margin-bottom: 5px;
      background: none;
      border: 2px solid #f342b1;
      color: #f342b1; }
  .candidate-detail li {
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: bold; }
    .candidate-detail li > span {
      font-weight: normal; }

.search-section {
  margin-bottom: 20px; }
  .search-section .search-box {
    display: inline-block;
    padding: 15px;
    box-shadow: 2px 2px 6px #d5d5d5;
    border: 1px solid #eeeeee;
    border-radius: 5px; }
    .search-section .search-box form {
      display: inline-block; }
    .search-section .search-box label {
      font-weight: normal; }
    .search-section .search-box .search-input {
      display: inline-block; }
      @media (max-width: 767px) {
        .search-section .search-box .search-input {
          margin: 5px 0; } }
      .search-section .search-box .search-input input,
      .search-section .search-box .search-input select,
      .search-section .search-box .search-input textarea {
        background-color: #efefef;
        border: 1px solid #efefef;
        font-family: inherit;
        font-size: inherit;
        height: 24px;
        line-height: inherit; }
      .search-section .search-box .search-input input[type="text"]:focus {
        margin: 5px 1px 3px 0;
        padding: 3px 0 3px 3px;
        box-shadow: 0 0 5px #51cbee;
        border: 1px solid #51cbee; }
    .search-section .search-box .search-count {
      font-size: 16pt;
      font-weight: bold; }
      @media (max-width: 991px) {
        .search-section .search-box .search-count {
          display: block; } }
      @media (min-width: 992px) {
        .search-section .search-box .search-count {
          padding-left: 25px;
          margin-left: 15px;
          border-left: 1px solid #000; } }
    @media (max-width: 991px) {
      .search-section .search-box {
        margin: 15px;
        margin-top: 0; } }

.layout-cms.blog .post {
  margin-bottom: 10px; }
  .layout-cms.blog .post h2 {
    font-size: 1.8rem;
    margin-top: 5px; }
  .layout-cms.blog .post.featured h2 {
    font-size: 2.3rem; }

.layout-cms .sidebar.left ul.links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .layout-cms .sidebar.left ul.links li {
    border-bottom: 1px solid #e4ddcd; }
    .layout-cms .sidebar.left ul.links li a {
      display: inline-block;
      padding: 6px 0;
      width: 100%; }
      .layout-cms .sidebar.left ul.links li a:hover {
        background-color: #faf7f0;
        text-decoration: none; }

.layout-cms .join-us-box {
  padding: 10px 0; }
  .layout-cms .join-us-box .title {
    position: absolute;
    display: table;
    height: 140px; }
    .layout-cms .join-us-box .title h2 {
      display: table-cell;
      vertical-align: middle;
      font-size: 15pt;
      width: 180px;
      color: #444;
      padding-left: 20px; }

.layout-cms .consultants .consultant-box {
  padding: 15px; }
  .layout-cms .consultants .consultant-box img {
    width: 100%;
    height: 285px;
    border: 1px solid #eeeeee;
    border-radius: 3px; }

.layout-cms ul.large-checklist {
  list-style: none;
  padding-left: 0; }
  .layout-cms ul.large-checklist > li {
    background: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/icon-check.png") 0 0 no-repeat;
    list-style: none;
    padding-left: 60px; }
    .layout-cms ul.large-checklist > li h2 {
      line-height: 42px;
      margin-bottom: 0; }
    .layout-cms ul.large-checklist > li ul {
      list-style-type: disc;
      margin-left: 0;
      padding-left: 25px; }
      .layout-cms ul.large-checklist > li ul li {
        margin: 15px 0;
        padding-left: 10px; }

.layout-cms .vacancy-box {
  padding: 20px 0;
  border-top: 1px solid #e4ddcd; }
  .layout-cms .vacancy-box ul {
    margin: 15px 0;
    padding: 0;
    list-style: none; }
    .layout-cms .vacancy-box ul li {
      display: inline-block; }

.layout-cms .winners-trips-box {
  display: table;
  padding: 15px 0;
  border-top: 1px solid #e4ddcd;
  width: 100%; }
  .layout-cms .winners-trips-box .left-column {
    display: table-cell;
    padding-right: 15px; }
  .layout-cms .winners-trips-box .right-column {
    display: table-cell; }

.layout-cms .article-images {
  margin: 20px 0;
  width: 100%; }

.contact-us-section .buttons {
  margin-bottom: 2rem; }

.layout-homepage .btn-primary {
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px; }

.layout-homepage .btn-dark {
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px; }

.layout-homepage .banner-section .banner {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center; }

.layout-homepage .banner-section h1 {
  font-weight: bold;
  text-shadow: 2px 2px 4px #222;
  color: #fff; }

@media (max-width: 767px) {
  .layout-homepage .banner-section .banner {
    padding: 0;
    height: 188px;
    background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/hero-m.jpg?v2"); }
  .layout-homepage .banner-section h1 {
    margin: 0;
    padding-top: 55px;
    font-size: 2.75rem; } }

@media (min-width: 768px) {
  .layout-homepage .banner-section .banner {
    height: 317px;
    background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/hero-i.jpg?v2");
    background-size: cover; }
  .layout-homepage .banner-section h1 {
    padding-top: 100px; } }

@media (min-width: 992px) {
  .layout-homepage .banner-section .banner {
    height: 317px;
    background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/hero.jpg?v2");
    background-size: cover; }
  .layout-homepage .banner-section h1 {
    padding-top: 100px; } }

.layout-homepage .featured-content-section h2 {
  color: #9b8a45;
  font-size: 16pt;
  font-weight: bold; }

.layout-homepage .featured-content-section .featured-box {
  padding-top: 10px;
  padding-bottom: 45px; }
  .layout-homepage .featured-content-section .featured-box .btn {
    bottom: 0;
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .layout-homepage .featured-content-section .featured-box {
      overflow: hidden;
      text-align: center; }
      .layout-homepage .featured-content-section .featured-box.odd {
        background-color: #faf7f0; } }
  @media (min-width: 768px) {
    .layout-homepage .featured-content-section .featured-box .btn {
      position: absolute; } }

.layout-homepage .latest-jobs-section .heading {
  margin-top: 20px;
  text-align: center; }
  .layout-homepage .latest-jobs-section .heading h2 {
    font-weight: bold; }

.layout-homepage .latest-jobs-section .latest-job-box {
  padding: 10px; }
  .layout-homepage .latest-jobs-section .latest-job-box h2 {
    color: #9b8a45;
    font-size: 16pt;
    font-weight: bold;
    margin-top: 0; }

.layout-homepage .latest-jobs-section .latest-job-box-inner {
  position: relative;
  padding: 15px;
  background-color: #faf7f0;
  border-bottom: 4px solid #e4ddcd;
  padding-bottom: 55px; }
  .layout-homepage .latest-jobs-section .latest-job-box-inner .btn {
    position: absolute;
    bottom: 15px; }
  @media (min-width: 768px) {
    .layout-homepage .latest-jobs-section .latest-job-box-inner {
      margin-top: 10px;
      margin-bottom: 10px; } }

.layout-homepage .latest-jobs-section .more-jobs {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px; }
  .layout-homepage .latest-jobs-section .more-jobs .btn {
    font-size: 14pt; }
    @media (max-width: 767px) {
      .layout-homepage .latest-jobs-section .more-jobs .btn {
        width: 260px; } }

.layout-homepage .cta-bottom-section p {
  text-align: center; }

.layout-homepage .cta-bottom-section .title {
  font-size: 20pt; }

.layout-homepage .cta-bottom-section .text {
  margin-bottom: 15px; }

.layout-homepage .cta-bottom-section .col-centered {
  margin: 10px; }

.layout-homepage .cta-bottom-section .btn {
  font-size: 16pt;
  font-weight: bold;
  width: 260px; }

.layout-homepage .testimonials-section {
  margin: 20px; }
  .layout-homepage .testimonials-section .testimonial-box {
    padding: 10px; }
  .layout-homepage .testimonials-section .testimonial-box-inner {
    position: relative;
    padding: 10px;
    padding-bottom: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #9b8a45; }
  .layout-homepage .testimonials-section .author {
    position: absolute;
    bottom: 0; }

.layout-job-search .cta-top-section {
  margin-top: 15px; }
  .layout-job-search .cta-top-section .layout-content {
    padding: 15px;
    border: 3px solid #f12aa7;
    font-size: 13.5pt; }
    .layout-job-search .cta-top-section .layout-content .tel {
      color: #000;
      font-weight: bold; }
  .layout-job-search .cta-top-section .cta-post-job {
    position: absolute;
    right: 15px; }
  @media (min-width: 992px) {
    .layout-job-search .cta-top-section .cta-text {
      margin-right: 10rem; }
    .layout-job-search .cta-top-section .cta-post-job {
      position: absolute;
      right: 15px;
      top: 0; } }
  @media (max-width: 991px) {
    .layout-job-search .cta-top-section {
      margin: 15px; }
      .layout-job-search .cta-top-section .cta-text {
        margin-bottom: 5rem; }
      .layout-job-search .cta-top-section .cta-post-job {
        margin-top: 15px;
        bottom: 0; } }

.layout-job-search .job-box {
  padding: 15px;
  border: 1px solid #ccc;
  border-bottom: 4px solid #ccc; }
  .layout-job-search .job-box h2 {
    font-size: 16pt;
    font-weight: bold;
    margin-top: 0; }
  .layout-job-search .job-box .sub-heading {
    margin-bottom: 15px; }
  .layout-job-search .job-box .description {
    padding: 10px;
    background-color: #faf7f0;
    text-align: justify; }
  .layout-job-search .job-box .cta > p {
    margin-top: 10px; }
  @media (max-width: 767px) {
    .layout-job-search .job-box .cta {
      padding-top: 15px; } }
  @media (min-width: 768px) {
    .layout-job-search .job-box .cta {
      text-align: center; } }
  @media (min-width: 992px) {
    .layout-job-search .job-box {
      margin-top: 10px;
      margin-bottom: 10px; } }

.layout-job-detail .job-box h1 {
  font-size: 20pt;
  font-weight: bold;
  margin-top: 5px; }

.layout-job-detail .job-box .sub-heading {
  margin-bottom: 15px; }

.layout-job-detail .job-box .btn {
  font-size: 16pt;
  font-weight: bold; }
  @media (max-width: 767px) {
    .layout-job-detail .job-box .btn.bottom {
      width: 100%; } }

@media (max-width: 991px) {
  .layout-job-detail .job-box .cta-apply {
    padding-top: 15px; } }

@media (min-width: 992px) {
  .layout-job-detail .job-box .cta-apply {
    text-align: right; } }

.layout-job-detail .job-box .description {
  margin: 20px 0;
  text-align: justify; }

@media (min-width: 768px) {
  .layout-job-detail .job-box {
    padding: 15px;
    border: 1px solid #ccc;
    border-bottom: 4px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px; } }

.layout-job-apply .heading {
  text-align: center; }

.layout-job-apply .sub-heading {
  text-align: center;
  font-weight: bold; }
  .layout-job-apply .sub-heading span {
    font-weight: normal; }

.layout-job-apply .cv-upload .well {
  padding: 15px; }

.layout-job-apply .cv-upload .btn {
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px; }
  .layout-job-apply .cv-upload .btn i {
    margin-right: 5px; }
  @media (max-width: 768px) {
    .layout-job-apply .cv-upload .btn {
      width: 100%; } }

@media (max-width: 991px) {
  .layout-job-apply .cv-upload .text {
    display: block;
    margin-top: 5px;
    font-size: 9pt;
    text-align: center; } }

.layout-job-apply .buttons {
  text-align: center; }
  @media (max-width: 991px) {
    .layout-job-apply .buttons .btn {
      width: 100%; } }

.layout-job-apply-more .heading {
  padding: 15px;
  text-align: center;
  background-color: #faf7f0;
  border: 1px solid #ccc;
  border-bottom: 4px solid #ccc; }
  .layout-job-apply-more .heading h2 {
    color: #9b8a45; }
  .layout-job-apply-more .heading p {
    font-size: 12pt;
    font-weight: bold; }

.layout-job-apply-more h2 {
  font-weight: bold;
  font-size: 17pt; }

.layout-job-apply-more .next {
  margin-top: 20px; }

.layout-job-apply-more .buttons {
  margin: 15px 0; }

.layout-job-apply-more .last-say {
  margin-top: 25px; }

.layout-job-apply-more form .buttons {
  margin-top: 15px; }

.job-detail {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .job-detail li {
    margin: 3px 0;
    font-weight: bold; }
    .job-detail li > span {
      font-weight: normal; }

.modal.post-job .modal-border {
  border: 3px solid #f12aa7; }

.modal.post-job .modal-content {
  padding: 15px; }

.modal.post-job .modal-header {
  padding-bottom: 10px;
  border: none; }

.landing-page-template .header-section {
  margin-bottom: 15px; }

.landing-page-template .footer-section .cta-enquiry {
  padding: 15px 0;
  background-color: #f6f6f6;
  font-size: 20pt;
  box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.135); }
  .landing-page-template .footer-section .cta-enquiry .layout-content {
    text-align: center; }
  .landing-page-template .footer-section .cta-enquiry a {
    color: #9b8a45; }
  @media (max-width: 767px) {
    .landing-page-template .footer-section .cta-enquiry {
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0; } }
  @media (min-width: 768px) {
    .landing-page-template .footer-section .cta-enquiry {
      font-size: 26pt; } }

@media (max-width: 767px) {
  .landing-page-template .footer-section {
    padding-bottom: 75px; } }

.landing-page .top-box {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #faf7f0; }
  .landing-page .top-box .line-1 {
    font-size: 14pt;
    font-weight: bold; }
  .landing-page .top-box .line-2 {
    margin: 15px 0;
    color: #d57f36;
    font-size: 20pt;
    font-weight: bold; }
  .landing-page .top-box .cta-enquiry .btn {
    font-size: 14pt;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 991px) {
      .landing-page .top-box .cta-enquiry .btn {
        display: block;
        margin: 15px 0;
        width: 100%; } }
  .landing-page .top-box .cta-enquiry .btn-call {
    color: #fff;
    background-color: #d57f36;
    border: 1px solid #d57f36; }
  .landing-page .top-box .cta-enquiry .btn-form {
    background-color: #fff;
    border: 1px solid #d57f36; }
    @media (min-width: 992px) {
      .landing-page .top-box .cta-enquiry .btn-form {
        margin-left: 15px; } }

.landing-page .content {
  font-size: 11pt;
  line-height: 200%; }
  .landing-page .content ul {
    list-style-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/tick16.png");
    margin-bottom: 15px; }
  .landing-page .content .trusted {
    padding: 10px 20px;
    margin-top: 30px;
    background-color: #faf7f0; }
    .landing-page .content .trusted h2 {
      color: #d57f36;
      font-size: 14pt;
      font-weight: bold; }
  .landing-page .content .course-list {
    width: 100%;
    border: 1px solid #000; }
    .landing-page .content .course-list th {
      padding: 5px;
      font-size: 14pt;
      text-align: center;
      color: #d57f36;
      background-color: #000; }
    .landing-page .content .course-list td {
      padding: 5px 10px; }
      .landing-page .content .course-list td.dates {
        width: 35%; }
      .landing-page .content .course-list td.price {
        width: 20%;
        white-space: nowrap;
        text-align: right; }

.landing-page .sidebar.right .quote {
  padding: 15px 20px;
  border: 1px solid #8c8c8c;
  text-align: center;
  margin-bottom: 15px;
  line-height: 200%; }
  .landing-page .sidebar.right .quote img {
    width: 60px;
    height: 60px;
    border-radius: 50%; }
  .landing-page .sidebar.right .quote .title {
    margin: 10px 0;
    font-weight: bold; }
  .landing-page .sidebar.right .quote .text {
    text-align: justify;
    margin-bottom: 0; }

.landing-page .trustpilot-widget {
  width: 100%; }
  .landing-page .trustpilot-widget.reviews {
    border: 1px solid #8c8c8c; }
    .landing-page .trustpilot-widget.reviews .reviews {
      height: 400px; }
  .landing-page .trustpilot-widget.summary {
    border: 1px solid #d57f36;
    background-color: #fff; }
  @media (max-width: 767px) {
    .landing-page .trustpilot-widget {
      margin-top: 15px; } }

.layout-course-feedback table.ratings th, .layout-course-feedback table.ratings td {
  padding: 5px; }

.layout-course-feedback table.ratings th.cel-heading {
  text-align: left; }

.layout-course-feedback table.ratings .col-rating {
  width: 90px;
  text-align: center; }

.cta-employment-contract-request {
  padding: 15px;
  background-color: #faf7f0;
  border-bottom: 4px solid #e4ddcd; }
  .cta-employment-contract-request .show-if-contract-type-filled {
    display: none; }
  .cta-employment-contract-request label.inline {
    font-weight: normal; }
  .cta-employment-contract-request .btn {
    width: 100%; }
  .cta-employment-contract-request .well {
    padding: 10px;
    font-size: 1.2rem;
    margin-bottom: 10px; }
    .cta-employment-contract-request .well > p {
      margin: 0; }
      .cta-employment-contract-request .well > p.first {
        margin-bottom: 10px; }

.cta-employment-contract-download a.download-link {
  display: block;
  text-align: center; }
  .cta-employment-contract-download a.download-link p {
    margin-top: 5px;
    font-weight: bold; }

.sidebar.right .data-protection {
  padding: 0; }
  .sidebar.right .data-protection .data-protection-panel {
    margin-left: 0; }

.legacy P {
  margin-top: 0;
  margin-bottom: 15px; }

.legacy H1, .legacy H2, .legacy H3, .legacy H4, .legacy H5, .legacy H6 {
  font-family: "Open Sans", Arial, sans-serif;
  margin-top: 0;
  line-height: 1.2em;
  margin-bottom: 15px;
  font-weight: normal; }

.legacy H1 {
  font-size: 30px; }

.legacy H2 {
  font-size: 24px; }

.legacy H3 {
  font-size: 18px; }

.legacy H4 {
  font-size: 18px; }

.legacy H5 {
  font-size: 16px; }

.legacy H6 {
  font-size: 14px; }

.search-page .cta-top-section-alt {
  margin-top: 15px; }
  .search-page .cta-top-section-alt .layout-content {
    padding: 15px;
    border: 4px solid #f56ac1;
    border-radius: 10px;
    color: #f56ac1;
    font-size: 13.5pt; }
    .search-page .cta-top-section-alt .layout-content .tel {
      color: #f56ac1;
      font-weight: bold;
      text-decoration: underline; }
    .search-page .cta-top-section-alt .layout-content .cta-register {
      text-align: right;
      vertical-align: center; }
      .search-page .cta-top-section-alt .layout-content .cta-register a {
        font-size: 14pt; }

.cta-bottom-section p {
  text-align: center; }

.cta-bottom-section .title {
  font-size: 20pt; }

.cta-bottom-section .text {
  margin-bottom: 15px; }

.cta-bottom-section .col-centered {
  margin: 10px; }

.cta-bottom-section .btn {
  font-size: 16pt;
  font-weight: bold; }
  @media (max-width: 767px) {
    .cta-bottom-section .btn {
      width: 250px; } }

.trustpilot-widget {
  display: inline-block; }
  .trustpilot-widget.reviews .summary {
    padding: 30px 0 5px; }
    .trustpilot-widget.reviews .summary .tp-widget-humanscore {
      font-size: 20pt;
      font-weight: bold; }
    .trustpilot-widget.reviews .summary .tp-widget-businessinfo p {
      font-size: 10pt; }
    .trustpilot-widget.reviews .summary .tp-widget-logo img {
      width: 135px; }
  .trustpilot-widget.reviews .reviews {
    overflow-y: scroll; }
  .trustpilot-widget.summary .summary {
    padding: 40px 0; }
    .trustpilot-widget.summary .summary .tp-widget-businessinfo p {
      font-size: 9pt; }
    .trustpilot-widget.summary .summary .tp-widget-logo img {
      width: 90px; }
  .trustpilot-widget .summary {
    display: block;
    text-align: center; }
    .trustpilot-widget .summary:hover {
      text-decoration: none; }
    .trustpilot-widget .summary .tp-widget-humanscore {
      color: #000;
      font-size: 16pt; }
    .trustpilot-widget .summary .tp-widget-businessinfo {
      margin: 5px 0; }
      .trustpilot-widget .summary .tp-widget-businessinfo p {
        margin: 0; }
  .trustpilot-widget .reviews {
    margin: 15px;
    background-color: #f1f1f1; }
    .trustpilot-widget .reviews .review {
      margin: 10px;
      padding: 20px 15px;
      background-color: #fff;
      margin-bottom: 20px; }
    .trustpilot-widget .reviews p {
      margin-bottom: 5px; }
    .trustpilot-widget .reviews .name {
      color: #666;
      font-weight: bold; }
    .trustpilot-widget .reviews .date {
      color: #ccc;
      font-size: 8pt; }
    .trustpilot-widget .reviews .title {
      font-weight: bold; }
    .trustpilot-widget .reviews .tp-widget-stars {
      color: #007f4e; }
  .trustpilot-widget .tp-widget-stars {
    margin: 5px 0;
    color: #73b143; }
    .trustpilot-widget .tp-widget-stars span {
      margin: 0 -3px; }

#request-callback-modal .modal-dialog {
  margin: 20px 30px; }
  @media (min-width: 768px) {
    #request-callback-modal .modal-dialog {
      margin: auto; } }

#request-callback-modal .modal-content {
  margin-top: 30px; }
  @media (min-width: 992px) {
    #request-callback-modal .modal-content {
      margin-top: 80px; } }

#request-callback-modal .modal-header {
  text-align: center;
  border-bottom: none;
  background-color: #faf7f0;
  padding-bottom: 30px; }
  #request-callback-modal .modal-header .close {
    float: right; }
  #request-callback-modal .modal-header h4 {
    font-size: 2.2rem;
    padding-bottom: 20px;
    padding-top: 30px; }
  #request-callback-modal .modal-header p {
    font-size: 1.5rem; }

#request-callback-modal .modal-body {
  padding: 1.5rem; }
  @media (min-width: 992px) {
    #request-callback-modal .modal-body {
      padding-top: 3rem; } }
  @media (max-width: 767px) {
    #request-callback-modal .modal-body {
      background-color: #faf7f0; } }

#request-callback-modal .buttons {
  margin: 25px 50px;
  text-align: center; }
  @media (max-width: 767px) {
    #request-callback-modal .buttons {
      margin: 30px 0 15px; } }
  #request-callback-modal .buttons .btn {
    margin: 0 5px; }

#request-callback-modal .checkbox {
  padding-top: 20px; }
  @media (min-width: 768px) {
    #request-callback-modal .checkbox {
      padding-left: 30px;
      padding-right: 30px; } }

#request-callback-modal .data-protection label.inline {
  display: inline-block; }

.request-unlock-modal .modal-dialog {
  margin: 20px 30px; }
  @media (min-width: 768px) {
    .request-unlock-modal .modal-dialog {
      margin: auto; } }

.request-unlock-modal .modal-content {
  padding: 10px;
  margin-top: 30px;
  border-radius: 10px; }
  @media (min-width: 992px) {
    .request-unlock-modal .modal-content {
      margin-top: 80px; } }

.request-unlock-modal .modal-header {
  border-bottom: none;
  background-color: #faf7f0;
  padding-bottom: 30px;
  text-align: center; }
  .request-unlock-modal .modal-header .close {
    float: right; }
  .request-unlock-modal .modal-header h4 {
    color: #9b8a45;
    font-size: 2.5rem;
    padding-bottom: 20px;
    padding-top: 30px; }

.request-unlock-modal .modal-body {
  padding: 25px;
  border: 3px solid #f56ac1;
  border-radius: 10px; }
  @media (min-width: 992px) {
    .request-unlock-modal .modal-body {
      padding: 15px; } }
  .request-unlock-modal .modal-body h4 {
    color: #9b8a45;
    font-size: 2.5rem;
    font-weight: 600; }
    @media (max-width: 767px) {
      .request-unlock-modal .modal-body h4 {
        font-size: 1.5rem; } }
  .request-unlock-modal .modal-body form {
    margin-top: 30px; }
  .request-unlock-modal .modal-body input,
  .request-unlock-modal .modal-body select,
  .request-unlock-modal .modal-body textarea {
    background-color: #efefef;
    border: 1px solid #efefef;
    font-family: inherit;
    font-size: inherit;
    height: 35px;
    line-height: inherit; }
  .request-unlock-modal .modal-body input.phone-number {
    padding-right: 50px; }

.request-unlock-modal .buttons {
  text-align: center; }
  .request-unlock-modal .buttons .btn {
    margin: 0 5px; }

.request-unlock-modal .checkbox {
  padding-top: 20px; }
  .request-unlock-modal .checkbox input[type="checkbox"] {
    margin-left: 0; }

.request-unlock-modal .data-protection {
  padding: 3rem 1rem 1rem; }
  @media (max-width: 767px) {
    .request-unlock-modal .data-protection {
      padding: 3rem 1rem; } }
  .request-unlock-modal .data-protection label {
    color: #9b8a45;
    font-size: 1.2rem; }
    .request-unlock-modal .data-protection label.inline {
      display: inline-block; }

span.flag {
  display: inline-block;
  width: 44px;
  height: 30px; }

img.flag {
  width: 30px; }

.flag {
  background: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/flags/flags.png") no-repeat; }

.flag-ad {
  background-position: -7px 0.413223%; }

.flag-ae {
  background-position: -7px 0.826446%; }

.flag-af {
  background-position: -7px 1.239669%; }

.flag-ag {
  background-position: -7px 1.652893%; }

.flag-ai {
  background-position: -7px 2.066116%; }

.flag-al {
  background-position: -7px 2.479339%; }

.flag-am {
  background-position: -7px 2.892562%; }

.flag-an {
  background-position: -7px 3.305785%; }

.flag-ao {
  background-position: -7px 3.719008%; }

.flag-aq {
  background-position: -7px 4.132231%; }

.flag-ar {
  background-position: -7px 4.545455%; }

.flag-as {
  background-position: -7px 4.958678%; }

.flag-at {
  background-position: -7px 5.371901%; }

.flag-au {
  background-position: -7px 5.785124%; }

.flag-aw {
  background-position: -7px 6.198347%; }

.flag-az {
  background-position: -7px 6.61157%; }

.flag-ba {
  background-position: -7px 7.024793%; }

.flag-bb {
  background-position: -7px 7.438017%; }

.flag-bd {
  background-position: -7px 7.85124%; }

.flag-be {
  background-position: -7px 8.264463%; }

.flag-bf {
  background-position: -7px 8.677686%; }

.flag-bg {
  background-position: -7px 9.090909%; }

.flag-bh {
  background-position: -7px 9.504132%; }

.flag-bi {
  background-position: -7px 9.917355%; }

.flag-bj {
  background-position: -7px 10.330579%; }

.flag-bm {
  background-position: -7px 10.743802%; }

.flag-bn {
  background-position: -7px 11.157025%; }

.flag-bo {
  background-position: -7px 11.570248%; }

.flag-br {
  background-position: -7px 11.983471%; }

.flag-bs {
  background-position: -7px 12.396694%; }

.flag-bt {
  background-position: -7px 12.809917%; }

.flag-bv {
  background-position: -7px 13.22314%; }

.flag-bw {
  background-position: -7px 13.636364%; }

.flag-by {
  background-position: -7px 14.049587%; }

.flag-bz {
  background-position: -7px 14.46281%; }

.flag-ca {
  background-position: -7px 14.876033%; }

.flag-cc {
  background-position: -7px 15.289256%; }

.flag-cd {
  background-position: -7px 15.702479%; }

.flag-cf {
  background-position: -7px 16.115702%; }

.flag-cg {
  background-position: -7px 16.528926%; }

.flag-ch {
  background-position: -7px 16.942149%; }

.flag-ci {
  background-position: -7px 17.355372%; }

.flag-ck {
  background-position: -7px 17.768595%; }

.flag-cl {
  background-position: -7px 18.181818%; }

.flag-cm {
  background-position: -7px 18.595041%; }

.flag-cn {
  background-position: -7px 19.008264%; }

.flag-co {
  background-position: -7px 19.421488%; }

.flag-cr {
  background-position: -7px 19.834711%; }

.flag-cu {
  background-position: -7px 20.247934%; }

.flag-cv {
  background-position: -7px 20.661157%; }

.flag-cx {
  background-position: -7px 21.07438%; }

.flag-cy {
  background-position: -7px 21.487603%; }

.flag-cz {
  background-position: -7px 21.900826%; }

.flag-de {
  background-position: -7px 22.31405%; }

.flag-dj {
  background-position: -7px 22.727273%; }

.flag-dk {
  background-position: -7px 23.140496%; }

.flag-dm {
  background-position: -7px 23.553719%; }

.flag-do {
  background-position: -7px 23.966942%; }

.flag-dz {
  background-position: -7px 24.380165%; }

.flag-ec {
  background-position: -7px 24.793388%; }

.flag-ee {
  background-position: -7px 25.206612%; }

.flag-eg {
  background-position: -7px 25.619835%; }

.flag-eh {
  background-position: -7px 26.033058%; }

.flag-er {
  background-position: -7px 26.446281%; }

.flag-es {
  background-position: -7px 26.859504%; }

.flag-et {
  background-position: -7px 27.272727%; }

.flag-fi {
  background-position: -7px 27.68595%; }

.flag-fj {
  background-position: -7px 28.099174%; }

.flag-fk {
  background-position: -7px 28.512397%; }

.flag-fm {
  background-position: -7px 28.92562%; }

.flag-fo {
  background-position: -7px 29.338843%; }

.flag-fr {
  background-position: -7px 29.752066%; }

.flag-ga {
  background-position: -7px 30.165289%; }

.flag-gd {
  background-position: -7px 30.578512%; }

.flag-ge {
  background-position: -7px 30.991736%; }

.flag-gf {
  background-position: -7px 31.404959%; }

.flag-gh {
  background-position: -7px 31.818182%; }

.flag-gi {
  background-position: -7px 32.231405%; }

.flag-gl {
  background-position: -7px 32.644628%; }

.flag-gm {
  background-position: -7px 33.057851%; }

.flag-gn {
  background-position: -7px 33.471074%; }

.flag-gp {
  background-position: -7px 33.884298%; }

.flag-gq {
  background-position: -7px 34.297521%; }

.flag-gr {
  background-position: -7px 34.710744%; }

.flag-gs {
  background-position: -7px 35.123967%; }

.flag-gt {
  background-position: -7px 35.53719%; }

.flag-gu {
  background-position: -7px 35.950413%; }

.flag-gw {
  background-position: -7px 36.363636%; }

.flag-gy {
  background-position: -7px 36.77686%; }

.flag-hk {
  background-position: -7px 37.190083%; }

.flag-hm {
  background-position: -7px 37.603306%; }

.flag-hn {
  background-position: -7px 38.016529%; }

.flag-hr {
  background-position: -7px 38.429752%; }

.flag-ht {
  background-position: -7px 38.842975%; }

.flag-hu {
  background-position: -7px 39.256198%; }

.flag-id {
  background-position: -7px 39.669421%; }

.flag-ie {
  background-position: -7px 40.082645%; }

.flag-il {
  background-position: -7px 40.495868%; }

.flag-in {
  background-position: -7px 40.909091%; }

.flag-io {
  background-position: -7px 41.322314%; }

.flag-iq {
  background-position: -7px 41.735537%; }

.flag-ir {
  background-position: -7px 42.14876%; }

.flag-is {
  background-position: -7px 42.561983%; }

.flag-it {
  background-position: -7px 42.975207%; }

.flag-jm {
  background-position: -7px 43.38843%; }

.flag-jo {
  background-position: -7px 43.801653%; }

.flag-jp {
  background-position: -7px 44.214876%; }

.flag-ke {
  background-position: -7px 44.628099%; }

.flag-kg {
  background-position: -7px 45.041322%; }

.flag-kh {
  background-position: -7px 45.454545%; }

.flag-ki {
  background-position: -7px 45.867769%; }

.flag-km {
  background-position: -7px 46.280992%; }

.flag-kn {
  background-position: -7px 46.694215%; }

.flag-kp {
  background-position: -7px 47.107438%; }

.flag-kr {
  background-position: -7px 47.520661%; }

.flag-kw {
  background-position: -7px 47.933884%; }

.flag-ky {
  background-position: -7px 48.347107%; }

.flag-kz {
  background-position: -7px 48.760331%; }

.flag-la {
  background-position: -7px 49.173554%; }

.flag-lb {
  background-position: -7px 49.586777%; }

.flag-lc {
  background-position: -7px 50%; }

.flag-li {
  background-position: -7px 50.413223%; }

.flag-lk {
  background-position: -7px 50.826446%; }

.flag-lr {
  background-position: -7px 51.239669%; }

.flag-ls {
  background-position: -7px 51.652893%; }

.flag-lt {
  background-position: -7px 52.066116%; }

.flag-lu {
  background-position: -7px 52.479339%; }

.flag-lv {
  background-position: -7px 52.892562%; }

.flag-ly {
  background-position: -7px 53.305785%; }

.flag-ma {
  background-position: -7px 53.719008%; }

.flag-mc {
  background-position: -7px 54.132231%; }

.flag-md {
  background-position: -7px 54.545455%; }

.flag-me {
  background-position: -7px 54.958678%; }

.flag-mg {
  background-position: -7px 55.371901%; }

.flag-mh {
  background-position: -7px 55.785124%; }

.flag-mk {
  background-position: -7px 56.198347%; }

.flag-ml {
  background-position: -7px 56.61157%; }

.flag-mm {
  background-position: -7px 57.024793%; }

.flag-mn {
  background-position: -7px 57.438017%; }

.flag-mo {
  background-position: -7px 57.85124%; }

.flag-mp {
  background-position: -7px 58.264463%; }

.flag-mq {
  background-position: -7px 58.677686%; }

.flag-mr {
  background-position: -7px 59.090909%; }

.flag-ms {
  background-position: -7px 59.504132%; }

.flag-mt {
  background-position: -7px 59.917355%; }

.flag-mu {
  background-position: -7px 60.330579%; }

.flag-mv {
  background-position: -7px 60.743802%; }

.flag-mw {
  background-position: -7px 61.157025%; }

.flag-mx {
  background-position: -7px 61.570248%; }

.flag-my {
  background-position: -7px 61.983471%; }

.flag-mz {
  background-position: -7px 62.396694%; }

.flag-na {
  background-position: -7px 62.809917%; }

.flag-nc {
  background-position: -7px 63.22314%; }

.flag-ne {
  background-position: -7px 63.636364%; }

.flag-nf {
  background-position: -7px 64.049587%; }

.flag-ng {
  background-position: -7px 64.46281%; }

.flag-ni {
  background-position: -7px 64.876033%; }

.flag-nl {
  background-position: -7px 65.289256%; }

.flag-no {
  background-position: -7px 65.702479%; }

.flag-np {
  background-position: -7px 66.115702%; }

.flag-nr {
  background-position: -7px 66.528926%; }

.flag-nu {
  background-position: -7px 66.942149%; }

.flag-nz {
  background-position: -7px 67.355372%; }

.flag-om {
  background-position: -7px 67.768595%; }

.flag-pa {
  background-position: -7px 68.181818%; }

.flag-pe {
  background-position: -7px 68.595041%; }

.flag-pf {
  background-position: -7px 69.008264%; }

.flag-pg {
  background-position: -7px 69.421488%; }

.flag-ph {
  background-position: -7px 69.834711%; }

.flag-pk {
  background-position: -7px 70.247934%; }

.flag-pl {
  background-position: -7px 70.661157%; }

.flag-pm {
  background-position: -7px 71.07438%; }

.flag-pn {
  background-position: -7px 71.487603%; }

.flag-pr {
  background-position: -7px 71.900826%; }

.flag-pt {
  background-position: -7px 72.31405%; }

.flag-pw {
  background-position: -7px 72.727273%; }

.flag-py {
  background-position: -7px 73.140496%; }

.flag-qa {
  background-position: -7px 73.553719%; }

.flag-re {
  background-position: -7px 73.966942%; }

.flag-ro {
  background-position: -7px 74.380165%; }

.flag-rs {
  background-position: -7px 74.793388%; }

.flag-ru {
  background-position: -7px 75.206612%; }

.flag-rw {
  background-position: -7px 75.619835%; }

.flag-sa {
  background-position: -7px 76.033058%; }

.flag-sb {
  background-position: -7px 76.446281%; }

.flag-sc {
  background-position: -7px 76.859504%; }

.flag-sd {
  background-position: -7px 77.272727%; }

.flag-se {
  background-position: -7px 77.68595%; }

.flag-sg {
  background-position: -7px 78.099174%; }

.flag-sh {
  background-position: -7px 78.512397%; }

.flag-si {
  background-position: -7px 78.92562%; }

.flag-sj {
  background-position: -7px 79.338843%; }

.flag-sk {
  background-position: -7px 79.752066%; }

.flag-sl {
  background-position: -7px 80.165289%; }

.flag-sm {
  background-position: -7px 80.578512%; }

.flag-sn {
  background-position: -7px 80.991736%; }

.flag-so {
  background-position: -7px 81.404959%; }

.flag-sr {
  background-position: -7px 81.818182%; }

.flag-ss {
  background-position: -7px 82.231405%; }

.flag-st {
  background-position: -7px 82.644628%; }

.flag-sv {
  background-position: -7px 83.057851%; }

.flag-sy {
  background-position: -7px 83.471074%; }

.flag-sz {
  background-position: -7px 83.884298%; }

.flag-tc {
  background-position: -7px 84.297521%; }

.flag-td {
  background-position: -7px 84.710744%; }

.flag-tf {
  background-position: -7px 85.123967%; }

.flag-tg {
  background-position: -7px 85.53719%; }

.flag-th {
  background-position: -7px 85.950413%; }

.flag-tj {
  background-position: -7px 86.363636%; }

.flag-tk {
  background-position: -7px 86.77686%; }

.flag-tl {
  background-position: -7px 87.190083%; }

.flag-tm {
  background-position: -7px 87.603306%; }

.flag-tn {
  background-position: -7px 88.016529%; }

.flag-to {
  background-position: -7px 88.429752%; }

.flag-tp {
  background-position: -7px 88.842975%; }

.flag-tr {
  background-position: -7px 89.256198%; }

.flag-tt {
  background-position: -7px 89.669421%; }

.flag-tv {
  background-position: -7px 90.082645%; }

.flag-tw {
  background-position: -7px 90.495868%; }

.flag-ty {
  background-position: -7px 90.909091%; }

.flag-tz {
  background-position: -7px 91.322314%; }

.flag-ua {
  background-position: -7px 91.735537%; }

.flag-ug {
  background-position: -7px 92.14876%; }

.flag-gb {
  background-position: -7px 92.562%; }

.flag-uk {
  background-position: -7px 92.561983%; }

.flag-um {
  background-position: -7px 92.975207%; }

.flag-us {
  background-position: -7px 93.38843%; }

.flag-uy {
  background-position: -7px 93.801653%; }

.flag-uz {
  background-position: -7px 94.214876%; }

.flag-va {
  background-position: -7px 94.628099%; }

.flag-vc {
  background-position: -7px 95.041322%; }

.flag-ve {
  background-position: -7px 95.454545%; }

.flag-vg {
  background-position: -7px 95.867769%; }

.flag-vi {
  background-position: -7px 96.280992%; }

.flag-vn {
  background-position: -7px 96.694215%; }

.flag-vu {
  background-position: -7px 97.107438%; }

.flag-wf {
  background-position: -7px 97.520661%; }

.flag-ws {
  background-position: -7px 97.933884%; }

.flag-ye {
  background-position: -7px 98.347107%; }

.flag-za {
  background-position: -7px 98.760331%; }

.flag-zm {
  background-position: -7px 99.173554%; }

.flag-zr {
  background-position: -7px 99.586777%; }

.flag-zw {
  background-position: -7px 100%; }

.portal {
  padding: 5rem 0; }

.quick-section {
  margin: 40px 0 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee; }

.tools-section, .tools {
  padding: 6rem 0; }
  .tools-section .tool-item, .tools .tool-item {
    padding: 2rem;
    border: 1px solid; }
    .tools-section .tool-item h4, .tools .tool-item h4 {
      padding: 1rem 2rem;
      font-size: 1.8rem;
      font-weight: 600;
      background-color: #e4ddcd; }
    .tools-section .tool-item p, .tools .tool-item p {
      margin: 0 0 2rem;
      font-size: 1.5rem; }

.commission-form {
  padding: 3rem;
  border: 1px solid;
  margin-bottom: 4rem; }
  .commission-form h4 {
    font-weight: bold; }

.commission-results .result-alert {
  padding: 2rem;
  background-color: #e4ddcd;
  color: #000;
  margin-bottom: 4rem; }

.commission-results .total {
  font-size: 1.6rem;
  font-weight: 600; }

table td.td-grey {
  background-color: #eee; }

table td.td-green {
  background-color: #d2f8d2; }

table td.td-yellow {
  background-color: #ffffe0; }

.captionjs {
  line-height: 0; }
  .captionjs .figure {
    margin-bottom: 0; }
  .captionjs img {
    width: 100%; }
  .captionjs figcaption {
    padding-top: 6px;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
    word-wrap: break-word;
    color: #767676;
    margin-bottom: 6px;
    text-align: left; }
    .captionjs figcaption::before {
      padding-right: 10px;
      content: "\25B2";
      color: #f342b1; }
  .captionjs.captionjs-animated, .captionjs.captionjs-hidden, .captionjs.captionjs-stacked {
    position: relative;
    overflow: hidden; }
  .captionjs.captionjs-animated figcaption, .captionjs.captionjs-hidden figcaption {
    position: absolute; }
  .captionjs.captionjs-stacked figcaption {
    position: absolute;
    bottom: 0; }
  .captionjs.captionjs-animated figcaption {
    -webkit-transition: 0.25s bottom;
    transition: 0.25s bottom; }
  .captionjs.captionjs-animated:hover figcaption {
    bottom: 0; }
  .captionjs.captionjs-hidden figcaption {
    -webkit-transition: 0.25s margin-bottom;
    transition: 0.25s margin-bottom; }
  .captionjs.captionjs-hidden:hover figcaption {
    margin-bottom: 0; }

.d-flex {
  display: flex; }

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

.hero {
  height: 675px; }
  @media (max-width: 991px) {
    .hero {
      height: 400px; } }
  .hero .consultation-form {
    position: absolute;
    padding: 25px 5px;
    width: 450px;
    top: 250px;
    right: 150px;
    background: rgba(255, 255, 255, 0.69);
    border-radius: 10px 10px 0 0; }
    @media (max-width: 1199px) {
      .hero .consultation-form {
        display: none; } }
    @media (max-width: 991px) {
      .hero .consultation-form {
        display: none; } }
    .hero .consultation-form form label {
      display: none; }
      .hero .consultation-form form label.form-check-label {
        display: block;
        padding-left: 1.5rem;
        font-size: 1rem; }
    .hero .consultation-form form input,
    .hero .consultation-form form textarea {
      color: #333;
      background-color: #fff;
      border-radius: 1px 5px; }
    .hero .consultation-form form .form-row .col-md-6,
    .hero .consultation-form form .form-row .col-md-12 {
      padding-left: 5px;
      padding-right: 5px; }
    .hero .consultation-form form .form-check {
      display: inline-block; }
      .hero .consultation-form form .form-check input[type="radio"],
      .hero .consultation-form form .form-check input[type="checkbox"] {
        position: absolute; }
      .hero .consultation-form form .form-check label {
        position: relative;
        padding-left: 2.5rem; }
    .hero .consultation-form form button {
      text-align: center;
      text-transform: uppercase;
      width: 100%; }

.hero-slider .home-banner img.element-fig {
  filter: saturate(56%);
  object-fit: cover; }

.hero-slider .slick-dots {
  position: relative;
  display: flex;
  margin: 0;
  padding: 1rem 0;
  top: -5.9rem;
  justify-content: center;
  list-style-type: none; }
  .hero-slider .slick-dots li {
    margin: 0 0.25rem; }
    .hero-slider .slick-dots li.slick-active button {
      border: 2px solid #fff;
      background-color: #9b8a45; }
  .hero-slider .slick-dots button {
    display: block;
    padding: 0;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    text-indent: -9999px; }

.hero-slider .slick-arrow * {
  display: none; }

.hero-slider .slick:hover-arrow {
  display: block; }

.hero-slider .slick-prev, .hero-slider .slick-next {
  position: absolute;
  display: block;
  margin-top: -2.813rem;
  width: 3.75rem;
  height: 6.2rem;
  cursor: pointer;
  background: transparent;
  top: 50%;
  font-size: 0;
  border: none;
  z-index: 2;
  opacity: 0.85;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  @media (max-width: 991px) {
    .hero-slider .slick-prev, .hero-slider .slick-next {
      width: 1.75rem;
      height: 4.2rem; } }

.hero-slider .slick-prev::before, .hero-slider .slick-next::before, .hero-slider .slick-prev::after, .hero-slider .slick-next::after {
  position: absolute;
  top: 50%;
  left: 5px;
  content: "";
  background: #9b8a45;
  background-color: #9b8a45;
  height: 1.5rem;
  width: 7rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 991px) {
    .hero-slider .slick-prev::before, .hero-slider .slick-next::before, .hero-slider .slick-prev::after, .hero-slider .slick-next::after {
      left: 5px;
      height: 1.2rem;
      width: 3rem; } }

.hero-slider .slick-prev::before, .hero-slider .slick-next::before {
  margin-top: -2rem; }
  @media (max-width: 991px) {
    .hero-slider .slick-prev::before, .hero-slider .slick-next::before {
      margin-top: 0.6rem; } }

.hero-slider .slick-prev::after, .hero-slider .slick-next::after {
  margin-top: 2rem; }

.hero-slider .slick-prev:hover::before, .hero-slider .slick-next:hover::before {
  margin-top: -2rem; }
  @media (max-width: 991px) {
    .hero-slider .slick-prev:hover::before, .hero-slider .slick-next:hover::before {
      margin-top: 0.6rem; } }

.hero-slider .slick-prev:hover::after, .hero-slider .slick-next:hover::afer {
  margin-top: 2rem; }

.hero-slider .slick-prev {
  left: 1rem; }
  .hero-slider .slick-prev::before {
    transform: rotate(-45deg); }
  .hero-slider .slick-prev::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .hero-slider .slick-prev:hover::before {
    margin-top: -2.7rem;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  .hero-slider .slick-prev:hover::after {
    margin-top: 2.7rem;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }

.hero-slider .slick-next {
  right: 1rem; }
  .hero-slider .slick-next::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .hero-slider .slick-next::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .hero-slider .slick-next:hover::before {
    margin-top: -2.7rem;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
  .hero-slider .slick-next:hover::after {
    margin-top: 2.7rem;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg); }

.hero-slider .slick-prev:hover:active, .hero-slider .slick-next:hover:active {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }

.hero-slider .slick-next::before, .hero-slider .slick-next::after {
  left: auto;
  right: 0; }

.home-banner,
.home-sm-banner {
  position: relative;
  background-color: #9b8a45;
  height: 675px;
  overflow: hidden; }
  .home-banner .element-fig,
  .home-sm-banner .element-fig {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 67.5rem;
    object-fit: cover; }
  .home-banner .banner-content,
  .home-sm-banner .banner-content {
    margin-top: 10rem; }
    @media (min-width: 768px) {
      .home-banner .banner-content,
      .home-sm-banner .banner-content {
        position: relative;
        margin: 1rem 0;
        padding: 3.2rem 0;
        top: 15rem; } }
    @media (max-width: 1199px) {
      .home-banner .banner-content,
      .home-sm-banner .banner-content {
        position: relative;
        margin: 1rem 0;
        padding: 3.2rem 0;
        top: 5rem; } }
    @media only screen and (device-width: 1080px) {
      .home-banner .banner-content,
      .home-sm-banner .banner-content {
        position: relative;
        margin: 1rem 0;
        padding: 3.2rem 0;
        top: 12rem; } }
    .home-banner .banner-content .quote,
    .home-sm-banner .banner-content .quote {
      font-size: 1.8rem;
      font-weight: 700; }
      @media (min-width: 768px) {
        .home-banner .banner-content .quote,
        .home-sm-banner .banner-content .quote {
          margin-top: 5rem;
          font-size: 1.9rem; } }
      .home-banner .banner-content .quote cite,
      .home-sm-banner .banner-content .quote cite {
        color: #9b8a45;
        font-weight: bold; }
    .home-banner .banner-content ul.list,
    .home-sm-banner .banner-content ul.list {
      padding-left: 4rem; }
    .home-banner .banner-content ul li,
    .home-sm-banner .banner-content ul li {
      position: relative;
      font-size: 1.8rem;
      font-weight: 700;
      color: #9b8a45; }
      @media (min-width: 768px) {
        .home-banner .banner-content ul li,
        .home-sm-banner .banner-content ul li {
          font-size: 1.5rem; } }
      .home-banner .banner-content ul li::before,
      .home-sm-banner .banner-content ul li::before {
        position: relative;
        display: block;
        content: "";
        width: 1rem;
        height: 1rem;
        background-color: #f342b1;
        border-radius: 50%;
        left: -4rem;
        top: 2.5rem; }
    .home-banner .banner-content .top-caption,
    .home-sm-banner .banner-content .top-caption {
      padding: 2rem;
      background: rgba(51, 51, 51, 0.87);
      font-weight: bold;
      text-transform: uppercase;
      width: fit-content;
      border-radius: 35px 1px; }
      .home-banner .banner-content .top-caption .lead-text,
      .home-sm-banner .banner-content .top-caption .lead-text {
        color: #fff;
        font-size: 2rem; }
        @media (max-width: 768px) {
          .home-banner .banner-content .top-caption .lead-text,
          .home-sm-banner .banner-content .top-caption .lead-text {
            font-size: 1.5rem; } }
      .home-banner .banner-content .top-caption .sub-text,
      .home-sm-banner .banner-content .top-caption .sub-text {
        color: #9b8a45;
        font-size: 1.5rem; }
        @media (max-width: 768px) {
          .home-banner .banner-content .top-caption .sub-text,
          .home-sm-banner .banner-content .top-caption .sub-text {
            font-size: 1.5rem; } }
    .home-banner .banner-content .bottom-caption,
    .home-sm-banner .banner-content .bottom-caption {
      padding: 2rem;
      background: rgba(255, 255, 255, 0.8);
      font-weight: bold;
      border-radius: 1px 35px; }
      .home-banner .banner-content .bottom-caption .lead-text,
      .home-sm-banner .banner-content .bottom-caption .lead-text {
        color: #9b8a45;
        font-size: 3rem; }
        @media (max-width: 768px) {
          .home-banner .banner-content .bottom-caption .lead-text,
          .home-sm-banner .banner-content .bottom-caption .lead-text {
            font-size: 2rem; } }
      .home-banner .banner-content .bottom-caption .sub-text,
      .home-sm-banner .banner-content .bottom-caption .sub-text {
        color: #333;
        font-size: 3rem; }
        @media (max-width: 768px) {
          .home-banner .banner-content .bottom-caption .sub-text,
          .home-sm-banner .banner-content .bottom-caption .sub-text {
            font-size: 2rem; } }
  .home-banner .title-small,
  .home-sm-banner .title-small {
    color: #9b8a45; }
    @media (min-width: 768px) {
      .home-banner .title-small,
      .home-sm-banner .title-small {
        font-size: 2.2rem; } }
  .home-banner .title-large,
  .home-sm-banner .title-large {
    color: #9b8a45; }
    @media (min-width: 768px) {
      .home-banner .title-large,
      .home-sm-banner .title-large {
        font-size: 3rem; } }
  .home-banner .info,
  .home-sm-banner .info {
    color: #9b8a45; }
  .home-banner ul.list,
  .home-sm-banner ul.list {
    padding-left: 4rem; }
  .home-banner ul li,
  .home-sm-banner ul li {
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    color: #9b8a45; }
    @media (min-width: 768px) {
      .home-banner ul li,
      .home-sm-banner ul li {
        font-size: 1.5rem; } }
    .home-banner ul li::before,
    .home-sm-banner ul li::before {
      position: relative;
      display: block;
      content: "";
      width: 1rem;
      height: 1rem;
      background-color: #333;
      border-radius: 50%;
      left: -4rem;
      top: 2.5rem; }
  .home-banner .btn-group .btn-primary,
  .home-sm-banner .btn-group .btn-primary {
    width: 17.5rem; }
    @media (min-width: 768px) {
      .home-banner .btn-group .btn-primary,
      .home-sm-banner .btn-group .btn-primary {
        width: 12.5rem; } }
  .home-banner .btn-group .btn-primary-outline,
  .home-sm-banner .btn-group .btn-primary-outline {
    background-color: #9b8a45;
    color: #333;
    border: 1px solid #333;
    width: 26.8rem; }
    @media (min-width: 768px) {
      .home-banner .btn-group .btn-primary-outline,
      .home-sm-banner .btn-group .btn-primary-outline {
        color: #333;
        background-color: #9b8a45;
        border-color: #9b8a45;
        width: 20rem; } }
    .home-banner .btn-group .btn-primary-outline i,
    .home-sm-banner .btn-group .btn-primary-outline i {
      margin: 0 2rem 0 0;
      width: 1.8rem;
      height: 1.8rem;
      background-position: center;
      background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/phone-outline-blue.svg");
      background-size: 1.8rem;
      background-repeat: no-repeat; }
    .home-banner .btn-group .btn-primary-outline:hover,
    .home-sm-banner .btn-group .btn-primary-outline:hover {
      background-color: #333;
      color: #9b8a45; }
      .home-banner .btn-group .btn-primary-outline:hover i,
      .home-sm-banner .btn-group .btn-primary-outline:hover i {
        background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/phone-outline-white.svg"); }
      @media (min-width: 768px) {
        .home-banner .btn-group .btn-primary-outline:hover,
        .home-sm-banner .btn-group .btn-primary-outline:hover {
          background-color: #9b8a45;
          color: #333; }
          .home-banner .btn-group .btn-primary-outline:hover i,
          .home-sm-banner .btn-group .btn-primary-outline:hover i {
            background-image: url("https://d36ldjudu9blh1.cloudfront.net/9cc91619-cb77-49a4-b4d5-4729c7652e7e/images/home/phone-outline-white.svg"); } }
  @media (min-width: 768px) {
    .home-banner .btn-group,
    .home-sm-banner .btn-group {
      margin-bottom: 2.5rem; } }
  @media (max-width: 1199px) {
    .home-banner,
    .home-sm-banner {
      padding: 1.5rem 0 0;
      height: 600px; } }
  @media (max-width: 991px) {
    .home-banner,
    .home-sm-banner {
      padding: 1.5rem 0 0;
      height: 400px; }
      .home-banner img.element-fig,
      .home-sm-banner img.element-fig {
        left: 0;
        width: 100%;
        height: inherit;
        object-fit: cover; }
      .home-banner .title-small,
      .home-banner .title-large,
      .home-banner .info,
      .home-sm-banner .title-small,
      .home-sm-banner .title-large,
      .home-sm-banner .info {
        color: #9b8a45; } }

.home-sm-banner {
  position: relative;
  background-color: #9b8a45;
  height: 44.5rem; }
  .home-sm-banner img.element-fig {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 44.5rem;
    object-fit: cover; }
  .home-sm-banner .title-small {
    color: #9b8a45; }
  .home-sm-banner .title-large {
    color: #9b8a45; }
  .home-sm-banner .info {
    color: #9b8a45; }

.dynamic-two-col {
  position: relative;
  padding: 4rem 0; }
  .dynamic-two-col .enquiry-form {
    padding: 2rem;
    background-color: 255, 255, 130; }
    @media (max-width: 1199px) {
      .dynamic-two-col .enquiry-form {
        position: relative;
        margin-top: -480px;
        padding-top: 20px;
        z-index: 120; } }
    .dynamic-two-col .enquiry-form .form-heading h2 {
      font-size: 3rem;
      font-weight: 600;
      color: #9b8a45; }
    .dynamic-two-col .enquiry-form .form-heading p {
      font-size: 1.8rem;
      color: #9b8a45; }
    .dynamic-two-col .enquiry-form form .form-control {
      display: block;
      padding: 0.375rem 0.75rem;
      width: 100%;
      height: calc(1.5em + 0.75rem + 2px);
      font-size: 2rem;
      font-weight: 400; }
    .dynamic-two-col .enquiry-form form textarea.form-control {
      height: auto; }
    .dynamic-two-col .enquiry-form form .form-group.data-protection {
      max-width: 100%; }
    .dynamic-two-col .enquiry-form form .btn {
      margin-top: 2rem; }
    .dynamic-two-col .enquiry-form form .checkbox {
      display: flex; }
      .dynamic-two-col .enquiry-form form .checkbox input {
        margin-right: 20px;
        height: 2.7rem; }
    .dynamic-two-col .enquiry-form form .data-protection {
      font-size: 1.4rem;
      font-weight: 700; }
      .dynamic-two-col .enquiry-form form .data-protection label {
        color: #9b8a45; }
        .dynamic-two-col .enquiry-form form .data-protection label a {
          color: #9b8a45;
          text-decoration: underline; }
    .dynamic-two-col .enquiry-form form .grecaptcha-notice {
      color: #9b8a45; }
      .dynamic-two-col .enquiry-form form .grecaptcha-notice a {
        color: #9b8a45;
        text-decoration: underline; }

.section-block .header {
  margin-bottom: 4rem; }
  .section-block .header h1,
  .section-block .header h2,
  .section-block .header h3,
  .section-block .header h4,
  .section-block .header h5 {
    font-weight: bold; }
  .section-block .header .sub-header p {
    font-weight: normal; }

.section-block.benefit-section, .section-block.stats-section, .section-block.brochure-section, .section-block.timeline-section {
  padding: 5rem 0; }

.section-block.success-section {
  padding: 10rem 0; }

.benefit-section {
  justify-content: center; }
  .benefit-section .benefit-card {
    margin-bottom: 4rem;
    background: #fff;
    border: 1px solid #9b8a45;
    border-radius: 35px 1px;
    box-shadow: 1px 0 10px rgba(200, 200, 200, 0.6);
    overflow: auto; }
    .benefit-section .benefit-card .benefit-image {
      display: block;
      height: 180px;
      width: 100%;
      overflow: hidden; }
      .benefit-section .benefit-card .benefit-image img {
        border-top-left-radius: calc(0.25rem - 1px);
        border-top-right-radius: calc(0.25rem - 1px);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%; }
    .benefit-section .benefit-card .benefit-content {
      padding: 4rem; }
      .benefit-section .benefit-card .benefit-content h4 {
        font-size: 1.89rem;
        font-weight: bold;
        color: #333; }
      .benefit-section .benefit-card .benefit-content h5 {
        font-size: 1.5rem;
        color: #9b8a45; }

.cta-section {
  border-top: 2px solid #9b8a45;
  border-bottom: 2px solid #9b8a45; }
  .cta-section .cta-inner {
    margin: 2rem 0;
    padding: 8rem 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333; }
  .cta-section .content-card {
    padding: 4rem; }
    .cta-section .content-card h4 {
      margin-bottom: 3rem;
      font-size: 3rem;
      font-weight: bold;
      letter-spacing: 1.4px; }
      @media (max-width: 991px) {
        .cta-section .content-card h4 {
          font-size: 2.5rem; } }
    .cta-section .content-card h5 {
      font-size: 1.8rem; }

.stats-card {
  margin-bottom: 4rem;
  background: #fff;
  border: 1px solid #9b8a45;
  border-radius: 25px;
  box-shadow: 1px 0 10px rgba(200, 200, 200, 0.6); }
  .stats-card .stats-image {
    margin: 0 auto;
    height: 80px;
    width: 80px; }
    .stats-card .stats-image img {
      margin-bottom: 2rem; }
  .stats-card .stats-content {
    padding: 4rem; }
    .stats-card .stats-content h4 {
      font-size: 4rem;
      font-weight: bold;
      color: #9b8a45; }
    .stats-card .stats-content h5 {
      font-size: 1.5rem;
      color: #333; }

.brochure-section .p-0 {
  padding: 0; }

.brochure-section .brochure-content {
  position: relative;
  padding: 8rem 4rem;
  color: #fff;
  background: #333;
  border-radius: 1px 1px 35px;
  top: 13rem;
  left: -5rem; }
  .brochure-section .brochure-content p {
    margin-bottom: 2.5rem;
    font-size: 1.8rem; }
    @media (max-width: 991px) {
      .brochure-section .brochure-content p {
        font-size: 1.5rem; } }
  .brochure-section .brochure-content .btn {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-color: #9b8a45; }
  @media (max-width: 767px) {
    .brochure-section .brochure-content {
      top: 0;
      left: 0; } }
  @media (max-width: 991px) {
    .brochure-section .brochure-content {
      top: 0;
      left: 0; } }

.brochure-section .brochure-image {
  position: relative;
  right: -5rem;
  z-index: -1; }
  .brochure-section .brochure-image img {
    border-radius: 35px 35px 1px; }
    @media (max-width: 991px) {
      .brochure-section .brochure-image img {
        border-radius: 35px 1px 1px; } }
  @media (max-width: 991px) {
    .brochure-section .brochure-image {
      top: 0;
      right: 0; } }

@media (max-width: 991px) {
  .brochure-section {
    padding: 2rem 0; } }

.timeline-section .timeline {
  position: relative;
  padding: 2rem 0;
  list-style: none; }
  .timeline-section .timeline::before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: " ";
    width: 3px;
    background-color: #333;
    left: 20px; }
  .timeline-section .timeline li {
    position: relative;
    margin-left: 5rem;
    margin-bottom: 2rem; }
    .timeline-section .timeline li::before {
      display: table;
      content: " "; }
    .timeline-section .timeline li::after {
      display: table;
      content: " ";
      clear: both; }
    .timeline-section .timeline li .timeline-panel {
      position: relative;
      padding: 20px;
      margin-left: 10rem; }
      .timeline-section .timeline li .timeline-panel::before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto; }
      .timeline-section .timeline li .timeline-panel::after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto; }
    .timeline-section .timeline li .timeline-icon {
      position: absolute;
      margin-left: -7rem;
      line-height: 5rem;
      font-size: 1.4rem;
      text-align: center;
      top: 1.6rem;
      z-index: 0; }
      .timeline-section .timeline li .timeline-icon img {
        height: 85px; }
      @media (max-width: 991px) {
        .timeline-section .timeline li .timeline-icon {
          margin-left: -2rem; } }
    .timeline-section .timeline li .timeline-badge {
      position: absolute;
      margin-left: -7px;
      color: #fff;
      width: 30px;
      height: 30px;
      line-height: 3rem;
      font-size: 1.4rem;
      text-align: center;
      top: 3.6rem;
      left: 4rem;
      background-color: #333;
      z-index: 0;
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%; }
      @media (max-width: 991px) {
        .timeline-section .timeline li .timeline-badge {
          margin-left: 2rem;
          top: 4rem;
          left: 1.5rem; } }
    @media (max-width: 991px) {
      .timeline-section .timeline li {
        margin-left: 2rem; } }

.timeline-section .timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-section .timeline-body p {
  margin-bottom: 0; }
  .timeline-section .timeline-body p + p {
    margin-top: 5px; }

.timeline-section .timeline-body ul {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .timeline-section ul.timeline::before {
    left: 40px; }
  .timeline-section ul.timeline li .timeline-panel {
    width: calc(100% - 90px);
    float: right; }
    .timeline-section ul.timeline li .timeline-panel::before {
      left: -15px;
      right: auto;
      border-left-width: 0;
      border-right-width: 15px; }
    .timeline-section ul.timeline li .timeline-panel::after {
      left: -14px;
      right: auto;
      border-left-width: 0;
      border-right-width: 14px; }
  .timeline-section .partnershipherobanner img {
    object-fit: cover !important; } }

.consultation-section {
  border-top: 2px solid #9b8a45;
  border-bottom: 2px solid #9b8a45; }
  .consultation-section .consultation-inner {
    margin: 2rem 0;
    padding: 8rem 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333; }
  .consultation-section .consultation-card {
    padding: 4rem;
    margin-bottom: 4rem;
    background: #fff;
    border: 1px solid #9b8a45;
    border-radius: 35px 1px;
    box-shadow: 1px 0 10px rgba(200, 200, 200, 0.6); }
    .consultation-section .consultation-card .consultation-icon {
      margin-bottom: 2rem; }
      .consultation-section .consultation-card .consultation-icon img {
        height: 35px; }
    .consultation-section .consultation-card h4 {
      margin-bottom: 3rem;
      font-size: 1.5rem;
      font-weight: bold;
      letter-spacing: 1.4px; }
    .consultation-section .consultation-card h5 {
      font-size: 1.4rem; }
    .consultation-section .consultation-card ul {
      padding: 0;
      list-style: none; }
      .consultation-section .consultation-card ul li {
        padding-bottom: 2rem;
        color: #9b8a45; }
        .consultation-section .consultation-card ul li::before {
          display: inline-block;
          margin-right: 1.29em;
          content: "\2713";
          color: #333;
          font-size: 0.88em;
          text-indent: 0; }
  .consultation-section .consultation-form form label {
    display: none; }
    .consultation-section .consultation-form form label.form-check-label {
      display: block;
      padding-left: 1.5rem; }
  .consultation-section .consultation-form form input,
  .consultation-section .consultation-form form textarea {
    color: #000;
    background-color: #eee;
    border-radius: 1px 5px; }
  .consultation-section .consultation-form form .form-check {
    display: inline-block; }
    .consultation-section .consultation-form form .form-check input[type="radio"],
    .consultation-section .consultation-form form .form-check input[type="checkbox"] {
      position: relative; }
    .consultation-section .consultation-form form .form-check label {
      position: relative;
      padding-left: 2.5rem;
      top: -2rem; }
  .consultation-section .consultation-form form button {
    text-transform: uppercase; }

.phonenumberheader {
  margin-right: 35px; }

.layout-additional-form-detail .additional-form-box-wrapper {
  padding: 0 15px; }
  @media (min-width: 768px) {
    .layout-additional-form-detail .additional-form-box-wrapper {
      padding: 15px; } }

.layout-additional-form-detail .heading {
  padding: 15px;
  text-align: center;
  background-color: #faf7f0;
  border: 1px solid #ccc;
  border-bottom: 4px solid #ccc; }
  .layout-additional-form-detail .heading h2 {
    color: #9b8a45; }
  .layout-additional-form-detail .heading p {
    font-size: 12pt;
    font-weight: bold; }

.layout-additional-form-detail .sub-heading {
  text-align: center;
  font-weight: bold; }
  .layout-additional-form-detail .sub-heading span {
    font-weight: normal; }

.layout-additional-form-detail .additional-form-box h2 {
  font-size: 16pt;
  font-weight: bold;
  margin-top: 0; }

.layout-additional-form-detail .additional-form-box .cta {
  margin-top: 15px; }

.layout-additional-form-detail .additional-form-box .additional-form-info {
  display: flex;
  flex-wrap: wrap;
  clear: both; }
  @media (max-width: 767px) {
    .layout-additional-form-detail .additional-form-box .additional-form-info {
      margin: 20px -15px; } }
  .layout-additional-form-detail .additional-form-box .additional-form-info h1 span.small {
    font-size: 14px;
    color: #000; }

.layout-additional-form-detail .additional-form-box .image {
  margin-bottom: 10px;
  float: left;
  width: 100%; }
  @media (max-width: 991px) {
    .layout-additional-form-detail .additional-form-box .image {
      margin-bottom: 25px;
      width: 41.66667%; } }
  .layout-additional-form-detail .additional-form-box .image img {
    width: 100%; }

.layout-additional-form-detail .additional-form-box h1 {
  color: #9b8a45;
  font-size: 20pt;
  font-weight: bold;
  margin-top: 5px; }
  @media (max-width: 991px) {
    .layout-additional-form-detail .additional-form-box h1 {
      font-size: 18pt; } }

.layout-additional-form-detail .additional-form-box .btn {
  font-size: 10pt;
  font-weight: bold; }
  @media (max-width: 767px) {
    .layout-additional-form-detail .additional-form-box .btn.bottom {
      width: 100%; } }

.layout-additional-form-detail .additional-form-box .cta-apply {
  padding-bottom: 15px;
  float: right; }
  @media (max-width: 767px) {
    .layout-additional-form-detail .additional-form-box .cta-apply {
      float: left; } }

.layout-additional-form-detail .additional-form-box .quote-box {
  padding: 25px 20px;
  margin-bottom: 30px;
  border: 2px solid #f342b1;
  border-radius: 5px;
  text-align: left; }
  @media (max-width: 767px) {
    .layout-additional-form-detail .additional-form-box .quote-box {
      display: flex;
      padding: 5px 15px; } }
  .layout-additional-form-detail .additional-form-box .quote-box .quote-icon, .layout-additional-form-detail .additional-form-box .quote-box .quote-icon i {
    color: #9b8a45;
    font-size: 40pt;
    font-weight: 500;
    font-style: italic; }
    @media (max-width: 767px) {
      .layout-additional-form-detail .additional-form-box .quote-box .quote-icon, .layout-additional-form-detail .additional-form-box .quote-box .quote-icon i {
        margin-right: 15px;
        font-size: 35pt; } }
  .layout-additional-form-detail .additional-form-box .quote-box .quote-text {
    margin: 10px 0 15px;
    color: #f342b1;
    font-size: 12pt;
    font-weight: 600; }
    @media (max-width: 767px) {
      .layout-additional-form-detail .additional-form-box .quote-box .quote-text {
        font-size: 10pt; } }

@media (min-width: 768px) {
  .layout-additional-form-detail .additional-form-box {
    margin: -5px;
    padding: 15px;
    border: 1px solid #ccc;
    border-bottom: 4px solid #ccc; } }

.layout-additional-form-detail .cta-contact-section {
  padding: 15px; }
  .layout-additional-form-detail .cta-contact-section .layout-content {
    padding: 15px;
    border-bottom: 4px solid #f6f6f6;
    box-shadow: -1px -1px 10px #cecece;
    background-color: #f6f6f6;
    color: #9b8a45;
    text-align: center;
    font-size: 13.5pt;
    font-weight: bold; }
    .layout-additional-form-detail .cta-contact-section .layout-content .tel {
      color: #9b8a45;
      text-decoration: underline; }

.layout-additional-form-detail .layout-additional-form-enquiry .heading {
  text-align: center; }

.layout-additional-form-detail .layout-additional-form-enquiry .buttons {
  margin-bottom: 2rem;
  text-align: center; }

.layout-additional-form-success .heading {
  padding: 15px;
  border: 1px solid #ccc;
  border-bottom: 4px solid #ccc;
  background-color: #faf7f0;
  text-align: center; }
  .layout-additional-form-success .heading h2 {
    color: #9b8a45; }
  .layout-additional-form-success .heading p {
    font-size: 12pt;
    font-weight: bold; }

.layout-additional-form-success h2 {
  font-weight: bold;
  font-size: 17pt; }

.select2-container {
  position: relative;
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
  vertical-align: middle; }
  .select2-container .select2-selection--single,
  .select2-container .select2-selection--multiple {
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single > .select2-selection__rendered,
    .select2-container .select2-selection--multiple > .select2-selection__rendered {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single > .select2-selection__clear,
    .select2-container .select2-selection--multiple > .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-selection--single {
    height: 28px; }
    .select2-container .select2-selection--single > .select2-selection__rendered {
      padding-left: 8px;
      padding-right: 20px; }
  .select2-container .select2-selection--multiple {
    min-height: 28px; }
    .select2-container .select2-selection--multiple > .select2-selection__rendered {
      display: inline;
      padding: 0;
      list-style: none; }
  .select2-container .select2-search--inline .select2-search__field {
    padding: 0;
    margin-top: 5px;
    margin-left: 5px;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-container[dir="rtl"] .select2-selection--single > .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-dropdown {
  position: absolute;
  display: block;
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  margin: 0;
  padding: 0;
  list-style: none; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  position: fixed;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  position: absolute;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  width: 1px;
  white-space: nowrap; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    height: 26px;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      position: absolute;
      border-color: #888 transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      top: 50%;
      width: 0; }

.select2-container--default .select2-selection--multiple {
  position: relative;
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 1px;
  padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    padding: 1px;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    right: 0; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-left: 3px;
    margin-top: 3px;
    padding-left: 20px;
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    padding: 0 4px;
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    position: absolute;
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      position: absolute;
      margin-left: -4px;
      margin-top: -2px;
      border-color: #888 transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0;
      height: 0;
      left: 50%;
      top: 50%;
      width: 0; }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 1px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    display: inline-block;
    padding: 0;
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin-left: 5px;
    margin-top: 3px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    padding: 0 4px;
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888;
      border-width: 0 4px 5px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.cc_div {
  color: #2d4156;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .cc_div *,
  .cc_div ::after,
  .cc_div ::before,
  .cc_div :hover {
    margin: 0;
    padding: 0;
    animation: none;
    background: none;
    border: none;
    border-radius: unset;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    float: none;
    font-family: inherit;
    font-size: 1em;
    font-style: inherit;
    font-variant: normal;
    font-weight: inherit;
    height: auto;
    letter-spacing: unset;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    transition: none;
    vertical-align: baseline;
    visibility: unset; }
  .cc_div .b-tl, .cc_div .c-bn {
    font-weight: 600; }
  .cc_div .b-tl, .cc_div .c-bl {
    border-radius: 0.35em; }
  .cc_div a, .cc_div button, .cc_div input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden; }
  .cc_div a {
    border-bottom: 1px solid; }
    .cc_div a:hover {
      border-color: transparent;
      text-decoration: none; }
  .cc_div .b-tg {
    position: absolute;
    display: inline-block;
    margin: auto;
    bottom: 0;
    right: 1.2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    cursor: pointer;
    top: 0;
    border-radius: 4em;
    height: 1.5em;
    width: 3.4em; }
    .cc_div .b-tg .c-tgl {
      position: absolute;
      display: block;
      margin: 0;
      cursor: pointer;
      top: 0;
      left: 0;
      height: 1.5em;
      width: 3.4em;
      border: 0;
      border-radius: 4em; }
      .cc_div .b-tg .c-tgl:checked ~ .c-tg {
        background: #9b8a45; }
        .cc_div .b-tg .c-tgl:checked ~ .c-tg::after {
          transform: translateX(1.9em); }
        .cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
          opacity: 1; }
        .cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
          opacity: 0; }
      .cc_div .b-tg .c-tgl:checked ~ .c-tg::after {
        transform: translateX(1.9em); }
      .cc_div .b-tg .c-tgl:disabled {
        cursor: not-allowed; }
    .cc_div .b-tg .c-tg {
      position: absolute;
      background: #919ea6;
      pointer-events: none;
      transition: background-color 0.25s ease, box-shadow 0.25s ease;
      border-radius: 4em;
      height: 1.5em;
      width: 3.4em; }
      .cc_div .b-tg .c-tg::after {
        position: relative;
        display: block;
        content: "";
        background: #fff;
        border: none;
        border-radius: 100%;
        box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
        box-sizing: content-box;
        left: 0.125em;
        top: 0.125em;
        height: 1.25em;
        width: 1.25em;
        transition: transform 0.25s ease; }
      .cc_div .b-tg .c-tg.c-ro {
        cursor: not-allowed;
        background: #d5dee2; }
        .cc_div .b-tg .c-tg.c-ro::after {
          box-shadow: none; }
      .cc_div .b-tg .c-tg.c-tgl:checked ~ .c-tg::after {
        transform: translateX(1.9em); }
  .cc_div span.t-lb {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    border-radius: 4em;
    height: 1.5em;
    width: 3.4em;
    top: 0;
    z-index: -1; }
  .cc_div .act .b-bn .exp::before, .cc_div .b-bn .exp::before {
    position: absolute;
    display: inline-block;
    padding: 0.2em;
    margin-right: 15px;
    content: "";
    border: solid;
    border-color: #2d4156;
    border-width: 0 2px 2px 0;
    left: 1.2em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg); }
  .cc_div .act .b-bn .b-tl::before {
    transform: translateY(-20%) rotate(225deg); }
  .cc_div #c-bns {
    display: flex;
    justify-content: space-between;
    margin-top: 1.4em; }
  .cc_div .c-bn {
    display: inline-block;
    padding: 1em 1.7em;
    background: #eaeff2;
    border-radius: 4px;
    color: #2d4156;
    cursor: pointer;
    flex: 1;
    font-size: 0.82em;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
  .cc_div .cc-link {
    display: inline;
    padding-bottom: 0;
    border-bottom: 1px solid #253b48;
    border-color: #9b8a45;
    color: #9b8a45;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none; }
    .cc_div .cc-link:active, .cc_div .cc-link:hover {
      border-color: transparent; }
  .cc_div .off-i {
    position: absolute;
    display: block;
    height: 100%;
    right: 0;
    text-align: center;
    transition: opacity 0.15s ease;
    width: 50%; }
    .cc_div .off-i::after {
      position: absolute;
      display: block;
      margin: 0 auto;
      background: #ecf2fa;
      content: " ";
      height: 0.7em;
      right: 0.8em;
      top: 0.42em;
      transform: rotate(-45deg);
      transform-origin: center;
      width: 0.09375em; }
    .cc_div .off-i::before {
      position: absolute;
      display: block;
      margin: 0 auto;
      content: " ";
      background: #ecf2fa;
      height: 0.7em;
      right: 0.8em;
      top: 0.42em;
      transform-origin: center;
      width: 0.09375em;
      transform: rotate(45deg); }
  .cc_div .on-i {
    position: absolute;
    display: block;
    height: 100%;
    right: 0;
    text-align: center;
    transition: opacity 0.15s ease;
    width: 50%;
    left: 0;
    opacity: 0; }
    .cc_div .on-i::before {
      position: absolute;
      display: inline-block;
      margin: 0 auto;
      padding: 0.1em 0.1em 0.45em;
      content: "";
      transform: rotate(45deg);
      border: solid #fff;
      border-color: #ecf2fa;
      border-width: 0 2px 2px 0;
      left: 0.75em;
      top: 0.37em; }
  .cc_div .cloud #c-inr {
    display: table;
    width: 100%; }
  .cc_div .cloud #c-inr-i {
    display: table-cell;
    padding-right: 2.4em;
    vertical-align: top;
    width: 70%; }
  .cc_div .cloud #c-txt {
    font-size: 0.85em; }
  .cc_div .cloud #c-bns {
    display: table-cell;
    min-width: 170px;
    vertical-align: middle; }
  .cc_div .bar #c-s-in {
    top: 0;
    height: 100%;
    max-height: 100%;
    transform: none; }
  .cc_div .bar #s-bl, .cc_div .bar #s-bns, .cc_div .bar #s-hdr {
    padding-left: 1.6em;
    padding-right: 1.6em; }
  .cc_div .bar #cs {
    padding: 0; }
  .cc_div .bar #s-inr {
    margin: 0 0 0 auto;
    border-radius: 0;
    max-width: 32em; }
  .cc_div .bar.left #s-inr {
    margin-left: 0;
    margin-right: auto; }
  .cc_div .bar #s-bl table, .cc_div .bar #s-bl tbody, .cc_div .bar #s-bl td, .cc_div .bar #s-bl th, .cc_div .bar #s-bl thead, .cc_div .bar #s-bl tr {
    display: block; }
  .cc_div .bar #s-bl thead tr {
    position: absolute;
    left: -9999px;
    top: -9999px; }
  .cc_div .bar #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: #e9edf2; }
  .cc_div .bar #s-bl td {
    position: relative;
    border: none;
    padding-left: 35%; }
    .cc_div .bar #s-bl td::before {
      position: absolute;
      padding-right: 0.625em;
      color: #2d4156;
      content: attr(data-column);
      left: 1em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .cc_div .bar #s-cnt {
    display: block; }
  @media only screen and (max-width: 767px) {
    .cc_div .bar #s-bns {
      padding: 1em 1.3em; }
    .cc_div .bar #s-inr {
      max-width: 100%;
      width: 100%; }
    .cc_div .cloud #c-inr-i {
      padding-right: 0; } }
  .cc_div.ie #c-vln {
    height: 100%;
    padding-top: 5.62em; }
  .cc_div.ie .bar #c-vln {
    padding-top: 0; }
  .cc_div.ie #cs {
    position: relative;
    margin-top: -5.625em;
    max-height: 37.5em;
    top: 0; }
  .cc_div.ie .bar #cs {
    margin-top: 0;
    max-height: 100%; }
  .cc_div.ie #cm {
    border: 1px solid #dee6e9; }
  .cc_div.ie #c-s-in {
    top: 0; }
  .cc_div.ie .b-tg {
    margin-bottom: 0.7em;
    padding-left: 1em; }
    .cc_div.ie .b-tg .c-tg {
      display: none; }
    .cc_div.ie .b-tg .c-tgl {
      position: relative;
      display: inline-block;
      margin-bottom: 0.2em;
      height: auto;
      vertical-align: middle; }
      .cc_div.ie .b-tg .c-tgl:checked {
        left: 1.95em; }
      .cc_div.ie .b-tg .c-tgl::after {
        left: 1.95em; }
  .cc_div.ie #s-bl table {
    overflow: auto; }
  .cc_div.ie #s-cnt .b-bn .b-tl {
    padding: 1.3em 6.4em 1.3em 1.4em; }
  .cc_div.ie .bar #s-bl td {
    padding: 0.8em 0.625em 0.8em 1.2em; }
    .cc_div.ie .bar #s-bl td::before {
      display: none; }
  .cc_div.ie .bar #s-bl thead tr {
    position: relative; }
  .cc_div.ie .b-tg .t-lb {
    filter: alpha(opacity=0); }
  .cc_div.ie #cm-ov, .cc_div.ie #cs-ov {
    filter: alpha(opacity=80); }

#c-ttl, #s-bl td::before, #s-ttl {
  font-weight: 600; }

#cm, #s-bl .act .b-acc, #s-inr {
  border-radius: 0.35em; }

#s-bl .act .b-acc {
  display: block;
  max-height: 100%;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

#cm-ov, #cs-ov {
  position: fixed;
  display: none;
  background: rgba(4, 6, 8, 0.85);
  bottom: 0;
  left: 0;
  opacity: 0.8;
  right: 0;
  top: 0;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease; }

.c--anim #cm, .c--anim #s-cnt, .c--anim #s-inr {
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease; }

.c--anim .c-bn {
  transition: background-color 0.25s ease; }

.c--anim #cm.bar.slide {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease; }
  .c--anim #cm.bar.slide + #cm-ov {
    transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease; }

.c--anim .bar.slide #s-inr, .c--anim .bar.slide + #cs-ov {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease; }

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  opacity: 1;
  transform: translateX(100%); }

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  opacity: 1;
  transform: translateX(-100%); }

#cm.slide, .cc_div .slide #s-inr {
  transform: translateY(1.6em); }

#cm {
  position: fixed;
  padding: 1.1em 1.5em 1.4em;
  font-family: inherit;
  line-height: normal;
  background: #e4ddcd;
  bottom: 1.25em;
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  max-width: 24.2em;
  right: 1.25em;
  transform: scale(0.95);
  visibility: hidden;
  width: 100%;
  opacity: 0;
  z-index: 1; }
  #cm.top.slide {
    transform: translateY(-1.6em); }
  #cm.bar {
    position: fixed;
    padding: 2em;
    border-radius: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%; }
    #cm.bar.slide {
      transform: translateY(100%); }
    #cm.bar.top {
      top: 0; }
      #cm.bar.top.slide {
        transform: translateY(-100%); }
    #cm.bar.left, #cm.bar.right {
      left: 0;
      right: 0; }
    #cm.bar #c-inr {
      margin: 0 auto;
      max-width: 32em; }
    #cm.bar #c-bns {
      max-width: 33.75em; }
    #cm.bar #cs {
      padding: 0; }
  #cm.box.middle, #cm.cloud.middle {
    bottom: auto;
    top: 50%;
    transform: translateY(-37%); }
  #cm.box.middle.zoom, #cm.cloud.middle.zoom {
    transform: scale(0.95) translateY(-50%); }
  #cm.box.center {
    margin: 0 auto;
    left: 1em;
    right: 1em; }
  #cm.cloud {
    margin: 0 auto;
    padding: 1.3em 2em;
    left: 1em;
    right: 1em;
    max-width: 50em;
    overflow: hidden;
    text-align: center;
    width: unset; }
    #cm.cloud .c-bn {
      margin: 0.625em 0 0;
      width: 100%; }
      #cm.cloud .c-bn:first-child {
        margin: 0; }
    #cm.cloud.left {
      margin-right: 1.25em; }
    #cm.cloud.right {
      margin-left: 1.25em; }
  #cm.top {
    bottom: auto;
    top: 1.25em; }
  #cm.left {
    left: 1.25em;
    right: auto; }
  #cm.right {
    left: auto;
    right: 1.25em; }

@media only screen and (max-width: 767px) {
  #cm {
    display: block;
    margin: 0;
    padding: 1.4em;
    bottom: 1em;
    left: 1em;
    right: 1em;
    max-width: 100%;
    width: auto; }
    #cm.cloud, #cm.left, #cm.right {
      display: block;
      margin: 0;
      padding: 1.4em;
      bottom: 1em;
      left: 1em;
      right: 1em;
      max-width: 100%;
      width: auto; }
    #cm.box {
      left: 1em;
      right: 1em;
      width: auto; }
    #cm.cloud {
      left: 1em;
      right: 1em;
      width: auto; }
      #cm.cloud.left, #cm.cloud.right {
        margin: 0; }
    #cm.top {
      bottom: auto;
      top: 1em; }
    #cm.bottom {
      bottom: 1em;
      top: auto; }
    #cm.bar.bottom {
      bottom: 0; }
    #cm.cloud .c-bn {
      font-size: 0.85em; } }

.show--consent .c--anim #cm {
  opacity: 1;
  transform: scale(1);
  visibility: visible !important; }
  .show--consent .c--anim #cm.bar {
    opacity: 1;
    transform: scale(1);
    visibility: visible; }
  .show--consent .c--anim #cm.box.middle, .show--consent .c--anim #cm.cloud.middle {
    transform: scale(1) translateY(-50%); }

.show--settings .c--anim #s-inr, .show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible; }

.show--settings .c--anim #s-cnt {
  visibility: visible; }

.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  opacity: 1;
  visibility: visible !important; }

#cc_div #cm {
  display: block !important; }

#c-ttl {
  font-size: 1.05em;
  margin-bottom: 0.7em; }

.cloud #c-ttl {
  margin-top: -0.15em; }

#c-txt {
  font-size: 0.9em;
  line-height: 1.5em; }

#c-bns button + button, #s-c-bn {
  float: right;
  margin-left: 1em; }

#s-cnt {
  position: fixed;
  display: table;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 101; }
  #s-cnt button + button {
    float: right;
    margin-left: 1em; }
    #s-cnt button + button:active, #s-cnt button + button:hover {
      background: #d8e0e6; }
  #s-cnt .b-bn .b-tl {
    position: relative;
    display: block;
    padding: 1.3em 6.4em 1.3em 2.7em;
    background: none;
    font-family: inherit;
    font-size: 0.95em;
    transition: background-color 0.25s ease;
    width: 100%; }
    #s-cnt .b-bn .b-tl.exp {
      cursor: pointer; }
    #s-cnt .b-bn .b-tl:active, #s-cnt .b-bn .b-tl:hover {
      background: #e9eff4; }
  #s-cnt .act .b-bn .b-tl {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  #s-cnt #s-rall-bn {
    float: none; }

#cm .c_link:active, #cm .c_link:hover {
  background: #d8e0e6; }

#s-c-bn {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1.45em;
  font-weight: 400;
  height: 1.7em;
  overflow: hidden;
  width: 1.7em; }
  #s-c-bn:active, #s-c-bn:hover {
    background: #d8e0e6; }
  #s-c-bn::after, #s-c-bn::before {
    position: absolute;
    margin: 0 auto;
    content: "";
    background: #2d4156;
    border-radius: 1em;
    height: 0.6em;
    left: 0.82em;
    top: 0.58em;
    width: 1.5px;
    transform: rotate(45deg); }
  #s-c-bn::after {
    transform: rotate(-45deg); }

#s-bl {
  display: block;
  padding: 1.3em 1.8em;
  height: 100%;
  overflow-x: hidden;
  overflow-y: overlay;
  width: 100%;
  outline: none; }
  #s-bl .title {
    margin-top: 1.4em; }
  #s-bl .b-bn {
    position: relative; }
  #s-bl .b-bn, #s-bl .title:first-child {
    margin-top: 0; }
  #s-bl .b-acc .p {
    padding: 1em;
    margin-top: 0; }
  #s-bl .c-bl {
    padding: 1em;
    margin-bottom: 0.5em;
    background: #fff;
    border: 1px solid #f1f3f5;
    border-color: #f1f3f5;
    transition: background-color 0.25s ease; }
    #s-bl .c-bl:hover {
      background: #fff; }
    #s-bl .c-bl:first-child {
      padding: 2em;
      border: none;
      margin-bottom: 2em;
      margin-top: 0;
      transition: none; }
    #s-bl .c-bl:last-child {
      margin-bottom: 0.5em; }
    #s-bl .c-bl.b-ex {
      padding: 0;
      background: #fff;
      border: none;
      transition: none; }
      #s-bl .c-bl.b-ex + .c-bl {
        margin-top: 2em; }
        #s-bl .c-bl.b-ex + .c-bl.b-ex {
          margin-top: 0; }
      #s-bl .c-bl.b-ex:first-child {
        margin-bottom: 1em; }
    #s-bl .c-bl:not(.b-ex):first-child:hover {
      opacity: 0.9; }
  #s-bl .b-acc {
    display: none;
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    padding-top: 0; }
  #s-bl table, #s-bl td, #s-bl th {
    border: none; }
  #s-bl tbody tr {
    transition: background-color 0.25s ease; }
    #s-bl tbody tr:hover {
      background: #e9eff4; }
  #s-bl table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    overflow: hidden;
    text-align: left;
    width: 100%; }
  #s-bl td {
    padding: 0.8em 0.625em 0.8em 1.2em;
    font-size: 0.8em;
    text-align: left;
    vertical-align: top; }
  #s-bl th {
    padding: 0.8em 0.625em 0.8em 1.2em;
    font-size: 0.8em;
    font-family: inherit;
    text-align: left;
    vertical-align: top; }
  #s-bl thead tr:first-child {
    border-bottom: 1px solid #e9edf2;
    border-color: #e9edf2; }

#s-cnt .p {
  color: #2d4156;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em; }

#c-vln {
  position: relative;
  display: table-cell;
  vertical-align: middle; }

#cs {
  position: fixed;
  padding: 0 1.7em;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#s-inr {
  position: relative;
  margin: 0 auto;
  padding-bottom: 4.75em;
  padding-top: 4.75em;
  height: 100%;
  box-shadow: 0 13px 27px -5px rgba(3, 6, 9, 0.26);
  max-width: 45em;
  opacity: 0;
  overflow: hidden;
  transform: scale(0.96);
  visibility: hidden; }

#s-bns, #s-hdr, #s-inr {
  background: #e4ddcd; }

#s-bns {
  position: absolute;
  padding: 1em 1.8em;
  border-top: 1px solid #f1f3f5;
  border-color: #f1f3f5;
  bottom: 0;
  height: 4.75em;
  left: 0;
  right: 0; }

#c-bns button:first-child,
#s-bns button:first-child {
  background: #9b8a45;
  color: #fff; }

#c-bns.swap button:first-child {
  background: #eaeff2;
  color: #2d4156; }

#c-bns.swap button:last-child {
  background: #9b8a45;
  color: #fff; }

#c-bns button:first-child:active, #c-bns button:first-child:hover {
  background: #1d2e38; }

#c-bns.swap button:last-child:active, #c-bns.swap button:last-child:hover {
  background: #1d2e38; }

#s-bns button:first-child:active, #s-bns button:first-child:hover {
  background: #1d2e38; }

#c-bns.swap button:first-child:active, #c-bns.swap button:first-child:hover {
  background: #d8e0e6; }

#s-hdr {
  position: absolute;
  display: table;
  padding: 0 1.8em;
  border-bottom: 1px solid #f1f3f5;
  border-color: #f1f3f5;
  height: 4.75em;
  top: 0;
  width: 100%;
  z-index: 2;
  vertical-align: middle; }

#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em; }

#s-c-bnc {
  display: table-cell;
  vertical-align: middle; }

#c_policy__text {
  height: 31.25em;
  margin-top: 1.25em;
  overflow-y: auto; }

#c-s-in {
  position: relative;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
  top: 50%;
  transform: translateY(-50%); }

@media only screen and (max-width: 767px) {
  #s-bl::-webkit-scrollbar {
    background: transparent;
    border-radius: 0 0.25em 0.25em 0;
    height: 100%;
    width: 0.9em; }
  #s-bl::-webkit-scrollbar-thumb {
    background: #cfd5db;
    border: 0.25em solid #e4ddcd;
    border-radius: 100em; }
    #s-bl::-webkit-scrollbar-thumb:hover {
      background: #9199a0; }
  #s-bl::-webkit-scrollbar-button {
    height: 5px;
    width: 10px; } }

html.force--consent.show--consent {
  overflow-y: hidden;
  height: auto;
  overflow-x: hidden; }
  html.force--consent.show--consent body {
    height: auto;
    overflow-x: hidden; }

.force--consent #cs, .force--consent #s-cnt {
  width: 100vw; }

.force--consent .c--anim #cm-ov, .force--consent.show--consent #cm-ov {
  display: block; }

.force--consent .cc_div {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  transition: visibility 0.25s linear;
  visibility: hidden; }

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible; }

.force--consent #cm {
  position: absolute; }
  .force--consent #cm.bar {
    max-width: 100vw;
    width: 100vw; }

.c--anim #cs-ov {
  display: block; }

.show--settings #cs-ov {
  display: block; }

#cs-ov {
  z-index: 2; }

@media only screen and (max-width: 991px) {
  .force--consent #cm {
    max-width: 100vw;
    width: auto; }
    .force--consent #cm.cloud {
      max-width: 100vw;
      width: auto; }
  #s-bns {
    padding: 1em 1.3em;
    height: 7.9em; }
  #cs {
    padding: 0;
    border-radius: 0; }
  #c-s-in {
    height: 100%;
    max-height: 100%;
    top: 0;
    transform: none; }
  .cc_div .b-tg {
    right: 1.1em;
    transform: scale(1.1); }
  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0; }
  #s-bl, .cc_div .bar #s-bl {
    padding: 1.3em; }
  #s-hdr, .cc_div .bar #s-hdr {
    padding: 0 1.3em; }
  #s-bl table {
    width: 100%; }
  #s-inr.bns-t {
    padding-bottom: 10.5em; }
  .bns-t #s-bns {
    height: 10.5em; }
  .cc_div .bns-t .c-bn {
    padding: 0.9em 1.6em;
    font-size: 0.83em; }
  #s-cnt .b-bn .b-tl {
    padding-bottom: 1.2em;
    padding-top: 1.2em; }
  #s-bl table, #s-bl tbody, #s-bl td, #s-bl th, #s-bl thead, #s-bl tr {
    display: block; }
  #s-bl thead tr {
    position: absolute;
    left: -9999px;
    top: -9999px; }
  #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: #e9edf2; }
  #s-bl td {
    position: relative;
    padding-left: 35%;
    border: none; }
    #s-bl td::before {
      position: absolute;
      padding-right: 0.625em;
      content: attr(data-column);
      color: #2d4156;
      left: 1em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  #s-cnt {
    display: block; }
  #cm .c-bn, .cc_div .c-bn {
    margin-right: 0;
    width: 100%; }
  #s-cnt #s-rall-bn {
    margin-left: 0; }
  .cc_div #c-bns {
    flex-direction: column; }
  #c-bns button + button, #s-cnt button + button {
    margin-left: 0;
    margin-top: 0.625em;
    float: unset; }
  .cc_div .cloud #c-bns, .cc_div .cloud #c-inr, .cc_div .cloud #c-inr-i {
    display: block;
    min-width: unset;
    width: auto; }
  .cc_div .cloud #c-txt {
    font-size: 0.9em; }
  .cc_div .cloud #c-bns {
    margin-top: 1.625em; } }

/*# sourceMappingURL=website.bundle.map?d7e27cef784d84da1bb9*/