/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.home .main-content {
  padding-top: 0;
  padding-bottom: 0;
}

.home .intro-home {
  padding-top: 23px;
}

@media screen and (min-width: 768px) {
  .home .intro-home {
    padding-top: 27px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home .intro-home {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home .intro-home .row {
    align-items: center;
  }
}
.home .intro-home .image-holder {
  position: relative;
}

@media (max-width: 1199px) {
  .home .intro-home .image-holder {
    margin: 0 auto;
    max-width: 546px;
  }
  .home .intro-home .image-holder:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33px;
    background: url(../images/img-shadow.svg) no-repeat center;
    background-size: 100%;
  }
}
@media (max-width: 1199px) {
  .home .intro-home .image-holder {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .intro-home .image-holder {
    max-width: 342px;
    text-align: center;
  }
  .home .intro-home .image-holder:after {
    background-size: contain;
  }
  .home .intro-home .image-holder img {
    max-width: 277px;
  }
}
.home .intro-home .content {
  padding-top: 23px;
}

@media screen and (min-width: 768px) {
  .home .intro-home .content {
    padding-top: 46px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .home .intro-home .content {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .home .intro-home .content {
    padding-right: 3px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home .intro-home .content p {
    font-size: 16px;
    line-height: 30px;
  }
}
.home .intro-home .content .btn-wrapper {
  margin-top: 18px;
}

@media screen and (min-width: 768px) {
  .home .intro-home .content .btn-wrapper {
    margin-top: 21px;
  }
}
@media (max-width: 767px) {
  .home .intro-home .content .btn-wrapper {
    text-align: center;
  }
}
.home .why-choose {
  padding-top: 50px;
  padding-bottom: 38px;
}

@media screen and (min-width: 768px) {
  .home .why-choose {
    padding-top: 60px;
    padding-bottom: 78px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose {
    background-image: url(../images/bg-pattern.svg);
    background-repeat: repeat-x;
  }
}
@media (min-width: 1400px) {
  .home .why-choose {
    margin-top: -60px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose .content-holder {
    padding: 47px 30px 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1400px) {
  .home .why-choose .content-holder {
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose .content-holder .content {
    max-width: 520px;
  }
}
@media (min-width: 1400px) {
  .home .why-choose .content-holder .content {
    max-width: 560px;
  }
}
.home .why-choose .content-holder .content h2 {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .home .why-choose .content-holder .content ul.list-check:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  .home .why-choose .content-holder .content ul.list-check:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
    font-size: 16px;
    line-height: 30px;
  }
}
.home .why-choose .content-holder .content .btn-wrapper {
  margin-top: -4px;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .home .why-choose .content-holder .content .btn-wrapper {
    margin-left: 0;
    text-align: center;
  }
}
.home .why-choose .video-holder {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .home .why-choose .video-holder {
    padding-top: 76px;
    margin-left: -105px;
  }
}
@media (min-width: 1400px) {
  .home .why-choose .video-holder {
    margin-left: -117px;
  }
}
@media (max-width: 1199px) {
  .home .why-choose .video-holder {
    margin-bottom: 21px;
    text-align: center;
  }
}
.home .why-choose .video-holder a {
  position: relative;
}

.home .why-choose .video-holder .video-thumbnail {
  border-radius: 10px;
}

.home .why-choose .video-holder .video-btn {
  position: absolute;
  bottom: 13px;
  left: 13px;
  display: flex;
  align-items: center;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .home .why-choose .video-holder .video-btn {
    bottom: 27px;
    left: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home .why-choose .video-holder .video-btn {
    left: 15px;
  }
}
.home .why-choose .video-holder .video-btn span {
  margin-left: 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .home .why-choose .video-holder .video-btn span {
    font-size: 16px;
  }
}
.home .bottom-section {
  padding: 42px 0 60px;
}

@media screen and (min-width: 768px) {
  .home .bottom-section {
    padding: 91px 0 94px;
  }
}
@media screen and (min-width: 1200px) {
  .home .bottom-section {
    background-image: url(../images/bg-pattern.svg);
    background-repeat: repeat;
  }
}
@media screen and (min-width: 1200px) {
  .home .bottom-section .content-holder {
    padding: 61px 70px 80px 130px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1400px) {
  .home .bottom-section .content-holder {
    padding-right: 100px;
    padding-left: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .home .bottom-section .content-holder h2 {
    margin-bottom: 11px;
  }
}
.home .bottom-section .content-holder h2:after {
  display: none;
}

@media (max-width: 1199px) {
  .home .bottom-section .content-holder .btn-wrapper {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .home .bottom-section .content-holder .btn-wrapper {
    text-align: center;
  }
}
.home .bottom-section .video-holder {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .home .bottom-section .video-holder {
    padding-top: 49px;
    margin-right: -105px;
  }
}
@media (min-width: 1400px) {
  .home .bottom-section .video-holder {
    margin-right: -117px;
  }
}
@media (max-width: 1199px) {
  .home .bottom-section .video-holder {
    margin-bottom: 21px;
    text-align: center;
  }
}
.home .bottom-section .video-holder a {
  position: relative;
}

.home .bottom-section .video-holder .video-thumbnail {
  border-radius: 10px;
}

.home .bottom-section .video-holder .video-btn {
  position: absolute;
  bottom: 13px;
  left: 13px;
  display: flex;
  align-items: center;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .home .bottom-section .video-holder .video-btn {
    bottom: 27px;
    left: 32px;
  }
}
.home .bottom-section .video-holder .video-btn span {
  margin-left: 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .home .bottom-section .video-holder .video-btn span {
    font-size: 16px;
  }
}
.section-form.multi-part {
  border-radius: 10px;
  border: 5px solid #00173A;
  background: #FFFFFF;
  max-width: 690px;
  padding: 40px;
}

@media (max-width: 991px) {
  .section-form.multi-part {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 569px) {
  .section-form.multi-part {
    max-width: 375px;
    margin: 0 auto;
    padding: 20px;
  }
}
.section-form.multi-part .gform_heading .gform_title {
  color: #00173A;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .section-form.multi-part .gform_heading .gform_title {
    font-size: 29px;
  }
}
@media (max-width: 569px) {
  .section-form.multi-part .gform_heading .gform_title {
    max-width: 250px;
    margin-inline: auto;
    font-size: 24px;
    line-height: normal;
  }
}
.section-form.multi-part .gform_heading .gform_description {
  color: #454545;
  text-align: center;
  line-height: normal;
}

.section-form.multi-part .gform_wrapper.gravity-theme {
  position: relative;
}

.section-form.multi-part .gform_wrapper.gravity-theme form {
  max-width: 610px;
  width: 100%;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gf_page_steps {
  display: flex;
  justify-content: center;
  column-gap: 10%;
  padding-bottom: 25px;
  margin: 25px auto;
  border-bottom: 1px solid #CCCCCC;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gf_step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  row-gap: 14px;
  max-width: 76px;
  width: 18%;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gf_step + .gf_step .gf_step_number::before {
  content: "";
  position: absolute;
  left: -98%;
  bottom: 50%;
  transform: translateY(50%);
  width: 95%;
  height: 5px;
  background-color: #CCCCCC;
}

@media (max-width: 1399px) {
  .section-form.multi-part .gform_wrapper.gravity-theme .gf_step + .gf_step .gf_step_number::before {
    left: -80%;
    width: 75%;
  }
}
@media (max-width: 569px) {
  .section-form.multi-part .gform_wrapper.gravity-theme .gf_step + .gf_step .gf_step_number::before {
    left: -75%;
    width: 70%;
  }
}
.section-form.multi-part .gform_wrapper.gravity-theme .gf_step + .gf_step.gf_step_next .gf_step_number::before {
  background: linear-gradient(to right, #870064 50%, #CCCCCC 50%);
}

.section-form.multi-part .gform_wrapper.gravity-theme .gf_step.gf_step_completed .gf_step_number::before {
  content: none;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gf_step.gf_step_completed + .gf_step_completed .gf_step_number::before {
  content: "";
  top: unset;
  right: unset;
  border: 0;
  background-color: #870164;
  border-radius: 0;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gf_step.gf_step_active .gf_step_number::before {
  background-color: #870064;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gf_step_number {
  border: 5px solid #CCCCCC;
  width: 100%;
  height: unset;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: 0;
  position: relative;
}

@media (max-width: 569px) {
  .section-form.multi-part .gform_wrapper.gravity-theme .gf_step_number {
    border-width: 3px;
  }
}
.section-form.multi-part .gform_wrapper.gravity-theme .gf_step_number::after {
  content: "";
  position: absolute;
  top: unset;
  left: unset;
  right: 50%;
  bottom: 50%;
  transform: translateX(50%) translateY(50%);
  max-width: 37px;
  width: 57%;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-form.multi-part .gform_wrapper.gravity-theme #gf_step_3_1 .gf_step_number::after {
  background-image: url(../images/icons/icon-discrimination.svg);
}

.section-form.multi-part .gform_wrapper.gravity-theme #gf_step_3_2 .gf_step_number::after {
  background-image: url(../images/icons/icon-wages.svg);
}

.section-form.multi-part .gform_wrapper.gravity-theme #gf_step_3_3 .gf_step_number::after {
  background-image: url(../images/icons/icon-safety.svg);
}

.section-form.multi-part .gform_wrapper.gravity-theme #gf_step_3_4 .gf_step_number::after {
  background-image: url(../images/icons/icon-personal-data.svg);
}

.section-form.multi-part .gform_wrapper.gravity-theme .gf_step_label {
  color: #00173A;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  text-transform: uppercase;
  padding: 0;
}

@media (max-width: 569px) {
  .section-form.multi-part .gform_wrapper.gravity-theme .gf_step_label {
    font-size: 12px;
    line-height: normal;
  }
}
.section-form.multi-part .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number,
.section-form.multi-part .gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
  border-color: #870064;
  background-color: #870064;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::after,
.section-form.multi-part .gform_wrapper.gravity-theme .gf_step_active .gf_step_number::after {
  filter: brightness(0) invert(1);
}

.section-form.multi-part .gform_wrapper.gravity-theme .gf_step_completed .gf_step_label,
.section-form.multi-part .gform_wrapper.gravity-theme .gf_step_active .gf_step_label {
  color: #870064;
  font-weight: 700;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gform_fields {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6%;
  row-gap: 25px !important;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gfield {
  margin: 0;
  width: 100%;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gfield.form-step {
  color: #00173A;
  font-family: "Playfair Display";
  font-size: 24px;
  line-height: 38px;
}

@media (max-width: 569px) {
  .section-form.multi-part .gform_wrapper.gravity-theme .gfield.form-step {
    font-size: 20px;
    line-height: normal;
  }
}
.section-form.multi-part .gform_wrapper.gravity-theme .gfield.form-step span {
  color: #870064;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gfield.form-info {
  color: #454545;
  font-size: 17px;
  line-height: 24px;
  position: relative;
  padding: 12px 30px;
  padding-left: 65px;
  border-radius: 4px;
  border-left: 2px solid #870064;
  background: rgba(207, 189, 140, 0.15);
}

@media (max-width: 569px) {
  .section-form.multi-part .gform_wrapper.gravity-theme .gfield.form-info {
    padding: 12px 10px;
    padding-left: 45px;
  }
}
.section-form.multi-part .gform_wrapper.gravity-theme .gfield.form-info::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 17px;
  width: 20px;
  height: 25px;
  background: url(../images/icons/icon-alert-bell-pink.svg) center/contain no-repeat;
}

@media (max-width: 569px) {
  .section-form.multi-part .gform_wrapper.gravity-theme .gfield.form-info::before {
    left: 12px;
  }
}
.section-form.multi-part .gform_wrapper.gravity-theme .gfield.input-half {
  width: 47%;
}

@media (max-width: 767px) {
  .section-form.multi-part .gform_wrapper.gravity-theme .gfield.input-half {
    width: 100%;
  }
}
.section-form.multi-part .gform_wrapper.gravity-theme .gfield input {
  border-radius: 4px;
  border: 2px solid #CCCCCC;
  background: #F8F8F8;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gfield .gfield_required {
  color: #870064;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gfield_label {
  color: #00173A;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gfield_radio {
  display: flex;
  column-gap: 30px;
  position: relative;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gfield_radio .gchoice {
  padding: 0;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gfield_radio input {
  appearance: none;
  width: 36px;
  height: unset;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gfield_radio input:checked::after {
  content: "";
  position: absolute;
  width: 21px;
  aspect-ratio: 1;
  right: 50%;
  bottom: 50%;
  transform: translateX(50%) translateY(50%);
  border-radius: 50%;
  background-color: #870064;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gfield_radio label::before, .section-form.multi-part .gform_wrapper.gravity-theme .gfield_radio label::after {
  content: none;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gfield-choice-input + label {
  color: #00173A;
  font-size: 14px;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gform_page_footer {
  padding: 0;
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
  justify-content: center;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gform_page_footer input {
  max-width: 290px;
  width: calc((100% - 30px) / 2);
  border-radius: 6px;
  margin: 0;
  color: #282724;
  font-size: 15px;
  font-weight: 600;
  padding: 20px;
  position: relative;
  border: 2px solid #CFBD8C;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: auto;
}

@media (max-width: 569px) {
  .section-form.multi-part .gform_wrapper.gravity-theme .gform_page_footer input {
    max-width: unset;
    width: 100%;
    padding: 13px;
  }
}
.section-form.multi-part .gform_wrapper.gravity-theme .gform_page_footer input.gform_button, .section-form.multi-part .gform_wrapper.gravity-theme .gform_page_footer input.gform_next_button {
  background-color: #CFBD8C;
  background-image: url(../images/arrows/arrow-double-chevron-right.svg);
  background-position-x: calc(100% - 20px);
}

.section-form.multi-part .gform_wrapper.gravity-theme .gform_page_footer input.gform_previous_button {
  background-color: #FFFFFF;
  background-image: url(../images/arrows/arrow-double-chevron-left.svg);
  background-position-x: 20px;
}

.section-form.multi-part .gform_wrapper.gravity-theme .gform_ajax_spinner {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translateX(50%) translateY(50%);
  width: 50px;
  height: 50px;
}

.section-form.multi-part .gform_confirmation_wrapper {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .section-form.multi-part .gform_confirmation_wrapper {
    min-height: 740px;
  }
}

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