/*!
Theme Name: TLW Solicitors 2021
Author: alanalanalan.co.uk
Author URI: http://alanalanalan.co.uk

*/
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px) rotate(15deg);
  }
  60% {
    transform: translateY(-15px) rotate(-15deg);
  }
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
article,
aside,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
:focus {
  outline: 0;
}
body,
html {
  -webkit-text-size-adjust: none;
  line-height: 1;
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial;
  font-weight: 400;
  background: #fff;
  color: #1c1c1c;
}
ol,
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-top: 1px solid currentColor;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}
caption,
td,
th {
  text-align: left;
  font-weight: 400;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
html {
  font-size: 62.5%;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: currentColor;
  transition: all 300ms ease;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
img,
video {
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
  width: auto;
  max-width: 100%;
  display: block;
}
b {
  font-weight: 300;
}
body,
em,
i {
  font-style: normal;
}
video {
  width: 100%;
}
input[type="submit"] {
  font-size: inherit;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="submit"],
input[type="tel"],
input[type="text"],
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
article,
div,
footer,
header,
li,
nav,
section {
  position: relative;
}
button,
input,
select,
textarea {
  font-family: inherit;
}
select:active,
select:hover {
  outline: 0;
}
* {
  box-sizing: border-box;
}
.columns > div,
.left {
  float: left;
}
.right {
  float: right;
}
.columns:after,
.columns:before {
  content: "";
  display: table;
}
.columns:after {
  clear: both;
}
.flex-columns,
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-columns.align-top {
  align-items: flex-start;
}
.flex-columns.align-bottom {
  align-items: flex-end;
}
.flex-columns.align-center,
.flex-columns.vc {
  align-items: center;
}
.flex-columns > div {
  height: auto;
}
.flex-columns .align-right {
  margin-left: auto;
}
.flex-columns.center-columns,
.flex-columns.jc {
  justify-content: center;
}
.flex-columns.va {
  align-items: center;
}
.flex-columns.sb {
  justify-content: space-between;
}
.flex-columns.sa {
  justify-content: space-around;
}
.flex-columns .auto-width {
  flex: auto;
}
.flex-columns.reverse,
.flex-columns.row-reverse {
  flex-direction: row-reverse;
}
.block-embed iframe,
.flex-columns.fw,
img.fw,
picture.fw {
  width: 100%;
}
.flex-wrap.vc {
  align-items: center;
}
.flex-wrap.jc {
  justify-content: center;
}
.flex-wrap.sb {
  justify-content: space-between;
}
.flex-wrap.nw {
  flex-wrap: nowrap;
}
.columns,
.flex-columns {
  margin-left: -25px;
  margin-right: -25px;
}
.columns > div,
.flex-columns > div {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 900px) {
  .columns,
  .flex-columns {
    margin-left: -15px;
    margin-right: -15px;
  }
  .columns > div,
  .flex-columns > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.columns.no-gutter,
.flex-columns.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.columns.no-gutter > div,
.flex-columns.no-gutter > div {
  padding-left: 0;
  padding-right: 0;
}
.columns.narrow-gutter,
.flex-columns.narrow-gutter {
  margin-left: -16.66666667px;
  margin-right: -16.66666667px;
}
.columns.narrow-gutter > div,
.flex-columns.narrow-gutter > div {
  padding-left: 16.66666667px;
  padding-right: 16.66666667px;
}
@media (max-width: 500px) {
  .columns.narrow-gutter,
  .flex-columns.narrow-gutter {
    margin-left: -25px;
    margin-right: -25px;
  }
  .columns.narrow-gutter > div,
  .flex-columns.narrow-gutter > div {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.columns.hairline-gutter,
.flex-columns.hairline-gutter {
  margin-left: -1px;
  margin-right: -1px;
}
.columns.hairline-gutter > div,
.flex-columns.hairline-gutter > div {
  padding-left: 1px;
  padding-right: 1px;
}
.columns.wide-gutter,
.flex-columns.wide-gutter {
  margin-left: -50px;
  margin-right: -50px;
}
.columns.wide-gutter > div,
.flex-columns.wide-gutter > div {
  padding-left: 50px;
  padding-right: 50px;
}
.columns.centered,
.columns > div.centered {
  float: none;
  margin: 0 auto;
}
.columns > div.right {
  float: right;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.col12 {
  width: 100%;
  float: none;
}
.col1-2 {
  width: 50%;
}
.col1-3 {
  width: 33.33333333%;
}
.col1-4 {
  width: 25%;
}
.col3-4 {
  width: 75%;
}
.col1-5 {
  width: 20%;
}
.col1-6 {
  width: 16.66666667%;
}
.col2-3 {
  width: 66.66666666%;
}
@media (max-width: 800px) {
  .med-fw {
    width: 100%;
  }
}
.single-column {
  width: 100%;
  max-width: 1025px;
}
.single-column.wide {
  max-width: 1190px;
}
.single-column.slim {
  max-width: 700px;
}
.single-column.align-right {
  margin-left: auto;
}
.single-column.centered,
.single-column.column-centered {
  margin: 0 auto;
}
.text-push-bottom-s {
  padding-bottom: 0.5em;
}
.text-push-bottom-m {
  padding-bottom: 1em;
}
.text-push-bottom-l {
  padding-bottom: 1.5em;
}
.text-push-bottom-xl {
  padding-bottom: 2em;
}
.text-push-top-s {
  padding-top: 0.5em;
}
.text-push-top-m {
  padding-top: 1em;
}
.text-push-top-l {
  padding-top: 1.5em;
}
.text-push-top-xl {
  padding-top: 2em;
}
.push-bottom-0 {
  padding-bottom: 0 !important;
}
.push-top-xl {
  padding-top: 80px;
}
.push-bottom-xl {
  padding-bottom: 80px;
}
.push-top-l {
  padding-top: 60px;
}
.push-bottom-l {
  padding-bottom: 60px;
}
.push-top-m {
  padding-top: 40px;
}
.push-bottom-m {
  padding-bottom: 40px;
}
.push-top-s {
  padding-top: 30px;
}
.push-bottom-s {
  padding-bottom: 30px;
}
.push-top-xs {
  padding-top: 20px;
}
.push-bottom-xs {
  padding-bottom: 20px;
}
.push-top-xxs {
  padding-top: 15px;
}
.push-bottom-xxs {
  padding-bottom: 15px;
}
@media (max-width: 1000px) {
  .push-top-xl {
    padding-top: 60px;
  }
  .push-bottom-xl {
    padding-bottom: 60px;
  }
  .push-top-l {
    padding-top: 45px;
  }
  .push-bottom-l {
    padding-bottom: 45px;
  }
  .push-top-m {
    padding-top: 30px;
  }
  .push-bottom-m {
    padding-bottom: 30px;
  }
  .push-top-s {
    padding-top: 20px;
  }
  .push-bottom-s {
    padding-bottom: 20px;
  }
  .push-top-xs,
  .push-top-xxs {
    padding-top: 10px;
  }
  .push-bottom-xs,
  .push-bottom-xxs {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .push-top-xl {
    padding-top: 45px;
  }
  .push-bottom-xl {
    padding-bottom: 45px;
  }
  .push-top-l {
    padding-top: 35px;
  }
  .push-bottom-l {
    padding-bottom: 35px;
  }
  .push-top-m {
    padding-top: 30px;
  }
  .push-bottom-m {
    padding-bottom: 30px;
  }
}
@media (max-width: 460px) {
  .push-top-xl {
    padding-top: 35px;
  }
  .push-bottom-xl {
    padding-bottom: 35px;
  }
  .push-top-l {
    padding-top: 30px;
  }
  .push-bottom-l {
    padding-bottom: 30px;
  }
  .push-top-m {
    padding-top: 25px;
  }
  .push-bottom-m {
    padding-bottom: 25px;
  }
}
.tbl {
  display: table;
  width: 100%;
  height: 100%;
}
.tbl-cell-v {
  display: table-cell;
  vertical-align: middle;
}
.tbl-cell-b,
.tbl-cell-t {
  display: table-cell;
  vertical-align: bottom;
}
.tbl-cell-t {
  vertical-align: top;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.ofh {
  overflow: hidden;
}
span.nobr {
  white-space: nowrap;
}
p {
  line-height: 130%;
  padding-bottom: 1.4em;
}
p.top-tips {
  padding: 15px !important;
  background: #f1f0f0;
}
p.top-tips strong {
  color: #ca256c;
}
#fonts > .bold,
strong {
  font-weight: 700;
}
#fonts > .normal,
.text-normal {
  font-weight: 400;
  font-family: Arial;
}
#fonts > .heading,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  line-height: 120%;
}
.text-arial {
  font-family: Arial;
}
#fonts > .heading,
.text-brand,
h1,
h2,
h3,
h4,
h5 {
  font-family: eigerdals, sans-serif;
}
@media (min-width: 701px) {
  ul.two-col-list {
    -moz-columns: 2;
    columns: 2;
  }
}
.gform_fields .gfield.all-caps input,
.uc {
  text-transform: uppercase;
}
.gform_fields .gsection h2:last-child,
.gform_fields .gsection h3:last-child,
.nple ol:last-child,
.nple p:last-child,
.nple ul:last-child,
.text-content blockquote p:last-child,
.text-content ul.tick-list li:last-child,
ul.tick-list li:last-child {
  padding-bottom: 0;
}
ul.tick-list {
  line-height: 136%;
  padding-left: 0;
  list-style: none;
}
ul.tick-list li {
  padding-left: 2.3em;
  padding-bottom: 1em;
}
.text-content ul.tick-list li:before,
ul.tick-list li:before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  background: url(https://www.tlwsolicitors.co.uk/wp-content/themes/tlwsolicitors-2021-v1/images/global/icon-tick-list.svg)
    no-repeat 50% 50%;
  background-size: cover;
  border-radius: 100%;
  top: 0.2em;
  display: block;
  position: absolute;
  left: 0;
}
@media (max-width: 700px) {
  ul.tick-list li {
    padding-left: 1.8em;
  }
  ul.tick-list li:before {
    width: 1.4em;
    height: 1.4em;
  }
}
.text-content ol,
.text-content p,
.text-content ul {
  padding-bottom: 1.6em;
  line-height: 130%;
  margin: auto;
}
.text-content table {
  line-height: 130%;
  margin: auto;
}
.text-content ol a,
.text-content p a,
.text-content table a,
.text-content ul a {
  transition: all 200ms ease-in-out;
  text-decoration: underline;
  color: #ca256c;
}
.text-content ol a:hover,
.text-content p a:hover,
.text-content table a:hover,
.text-content ul a:hover {
  color: #5c2037;
}
.text-content blockquote em,
.text-content ol em,
.text-content p em,
.text-content table em,
.text-content ul em {
  font-style: italic;
}
.text-content ol:last-child:not(.tick-list),
.text-content p:last-child:not(.tick-list),
.text-content table:last-child:not(.tick-list),
.text-content ul:last-child:not(.tick-list) {
  padding-bottom: 0;
}
.text-content table {
  padding-bottom: 48px;
}
.text-content table td {
  vertical-align: top;
}
.text-content ul,
.text-content ul.two-col-list {
  list-style: inherit;
  list-style-type: disc;
  padding-left: 1em;
}
.text-content ol li,
.text-content ul li,
.text-content ul.two-col-list li {
  padding-bottom: 0.4em;
}
.text-content ol {
  list-style-type: decimal;
  padding-left: 1em;
}
.text-content ol ol,
.text-content ol ul {
  font-size: inherit;
  padding-bottom: 0.3em;
}
.text-content ul.tick-list {
  line-height: 136%;
  padding-left: 0;
  list-style: none;
}
.text-content ul.tick-list li {
  padding-left: 2.3em;
  padding-bottom: 1em;
}
@media (max-width: 700px) {
  .text-content ul.tick-list li {
    padding-left: 1.8em;
  }
  .text-content ul.tick-list li:before {
    width: 1.4em;
    height: 1.4em;
  }
}
.text-content p.g-size-med {
  padding-bottom: 0.7em;
}
.text-content p.g-size-reg-med {
  padding-bottom: 1em;
}
.text-content blockquote {
  font-size: 2.4rem;
  padding-left: 1em;
  border-left: 3px solid #ca256c;
  margin-bottom: 1.3em;
}
.text-content blockquote p {
  font-size: 1em;
  line-height: 120%;
  color: #878787;
}
.text-content blockquote:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .text-content blockquote {
    font-size: 2.2rem;
  }
}
@media (max-width: 460px) {
  .text-content blockquote {
    font-size: 2rem;
  }
}
.text-content img.alignnone {
  display: inline;
  vertical-align: middle;
}
.text-content img.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.text-content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.text-content h1,
.text-content h2 {
  margin-bottom: 0.7em;
}
.text-content h3,
.text-content h4,
.text-content h5 {
  margin-bottom: 0.8em;
}
.g-size-xxl {
  font-size: 5.5rem;
  font-size: clamp(2.2rem, 5vw, 5.5rem);
}
.g-size-xxl small {
  font-size: 50%;
  display: inline-block;
  line-height: 1.5em;
}
@media (max-width: 600px) {
  .g-size-xxl small {
    font-size: 70%;
  }
}
.g-size-xl {
  font-size: 5rem;
}
@media (max-width: 1400px) {
  .g-size-xl {
    font-size: 4.5rem;
  }
}
@media (max-width: 1100px) {
  .g-size-xl {
    font-size: 4rem;
  }
}
@media (max-width: 750px) {
  .g-size-xl {
    font-size: 3.5rem;
  }
}
@media (max-width: 600px) {
  .g-size-xl {
    font-size: 3.2rem;
  }
}
@media (max-width: 500px) {
  .g-size-xl {
    font-size: 2.7rem;
  }
}
@media (max-width: 400px) {
  .g-size-xl {
    font-size: 2.5rem;
  }
}
@media (max-width: 330px) {
  .g-size-xl {
    font-size: 2.3rem;
  }
}
.g-size-l {
  font-size: 4rem;
  font-size: clamp(2.3rem, 5vw, 4rem);
}
.g-size-ml,
.text-content h2 {
  font-size: 3.5rem;
  font-size: clamp(2rem, 5vw, 3.5rem);
}
.g-size-med,
.gsection_title,
.text-content h3 {
  font-size: 3rem;
  font-size: clamp(1.9rem, 5vw, 3rem);
}
.g-size-med small,
.gsection_title small,
.text-content h3 small {
  font-size: 60%;
}
.g-size-reg-med,
.text-content h4 {
  font-size: 2.5rem;
  font-size: clamp(1.4rem, 5vw, 2.5rem);
}
.g-size-reg,
.text-content h5,
.text-content h6 {
  font-size: 2rem;
  font-size: clamp(1.4rem, 5vw, 2rem);
}
.g-size-sm {
  font-size: 1.8rem;
  font-size: clamp(1.2rem, 5vw, 1.8rem);
}
.g-size-xsm {
  font-size: 1.4rem;
  font-size: clamp(1rem, 5vw, 1.4rem);
}
.pt0-5 {
  padding-top: 0.5em !important;
}
.pt1 {
  padding-top: 1em !important;
}
.pt1-5 {
  padding-top: 1.5em !important;
}
.pt2 {
  padding-top: 2em !important;
}
.pb0-5 {
  padding-bottom: 0.5em !important;
}
.pb1 {
  padding-bottom: 1em !important;
}
.pb1-5 {
  padding-bottom: 1.5em !important;
}
.pb2 {
  padding-bottom: 2em !important;
}
p.g-size-med {
  line-height: 110%;
}
.img-greyscale {
  filter: grayscale(1);
}
.img-multiply {
  mix-blend-mode: multiply;
}
picture.fw img {
  width: 100%;
  max-width: none;
}
.img-rounded-corners {
  border-radius: 5px;
  overflow: hidden;
}
.image-caption {
  font-size: 1.4em;
  padding: 13px 20px;
  background: #000;
  color: #fff;
}
.image-caption p:last-child {
  padding: 0;
}
@media (max-width: 550px) {
  .image-caption {
    font-size: 1.3em;
    padding: 12px 15px;
  }
}
.bg-media,
.fixed-height-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.fixed-height-image {
  position: relative;
  height: auto;
  top: auto;
  left: auto;
}
.bg-media picture img,
.bg-media > img,
.fis picture img,
.fis > img,
.fixed-height-image picture img,
.fixed-height-image > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-media > picture,
.fis > picture,
.fixed-height-image > picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg-media.bg-contain,
.fixed-height-image.bg-contain {
  display: block;
}
.bg-media.bg-contain picture img,
.bg-media.bg-contain > img,
.fixed-height-image.bg-contain picture img,
.fixed-height-image.bg-contain > img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.bg-media.focus-top img,
.fixed-height-image.focus-top img {
  -o-object-position: 50%0;
  object-position: 50%0;
}
.bg-media.focus-center img,
.fixed-height-image.focus-center img {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.bg-media.focus-bottom img,
.fixed-height-image.focus-bottom img {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}
.image-circle-border {
  border: 5px solid #fff;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 1px 3px 11px 0 rgba(0, 0, 0, 0.17);
}
.fis {
  height: 0;
}
.fis.contain img {
  -o-object-fit: contain;
  object-fit: contain;
}
.fis.fis-square {
  padding-bottom: 100%;
}
.fis.fis-landscape {
  padding-bottom: 62.5%;
}
.fis.fis-letterbox {
  padding-bottom: 56%;
}
.fis.fis-letterbox-short {
  padding-bottom: 40%;
}
.fis.fis-card {
  padding-bottom: 74%;
}
.menu-toggle .bars span,
.popup-video-container > a {
  display: block;
  position: relative;
}
.play-button-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}
.play-button-overlay svg {
  width: 65px;
}
@media (max-width: 550px) {
  .play-button-overlay svg {
    width: 40px;
  }
}
.bg-dark-grey {
  background-color: #4b4b4b;
}
.text-dark-grey,
a.text-dark-grey {
  color: #4b4b4b;
}
.bg-mid-grey {
  background-color: #979797;
}
.text-mid-grey,
a.text-mid-grey {
  color: #979797;
}
.bg-mid-grey-2 {
  background-color: #878787;
}
.text-mid-grey-2,
a.text-mid-grey-2 {
  color: #878787;
}
.bg-light-grey {
  background-color: #f1f0f0;
}
.text-light-grey,
a.text-light-grey {
  color: #f1f0f0;
}
.bg-light-grey-2 {
  background-color: #c9c9c9;
}
.text-light-grey-2,
a.text-light-grey-2 {
  color: #c9c9c9;
}
.bg-black {
  background-color: #000;
}
.text-black,
a.text-black {
  color: #000;
}
.bg-white {
  background-color: #fff;
}
.text-white,
a.text-white {
  color: #fff;
}
.bg-brand-pink {
  background-color: #ca256c;
}
.text-brand-pink,
a.text-brand-pink {
  color: #ca256c;
}
.bg-brand-pink-dark {
  background-color: #5c2037;
}
.text-brand-pink-dark,
a.text-brand-pink-dark {
  color: #5c2037;
}
.menu-toggle .bars {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin: 0 auto;
}
.menu-toggle .bars span {
  height: 2px;
  margin: 5px 0;
  transition: all 200ms ease;
  width: 100%;
  bottom: 0;
  background: #ca256c;
}
@media (max-width: 1050px) {
  .menu-toggle {
    display: flex !important;
    margin-left: 15px;
  }
}
@media (max-width: 500px) {
  .menu-toggle {
    margin-left: 10px;
  }
}
.main-menu-open .main-menu-toggle,
.search-overlay-open .search-toggle {
  background: #5c2037;
}
.main-menu-open .main-menu-toggle .bars span,
.pop-up-overlay-open .pop-toggle .bars span,
.search-overlay-open .search-toggle .bars span {
  background: #fff;
}
.main-menu-open .main-menu-toggle .bars span:nth-child(1),
.search-overlay-open .search-toggle .bars span:nth-child(1) {
  bottom: -7px;
  transform: rotate(45deg);
}
.main-menu-open .main-menu-toggle .bars span:nth-child(2),
.search-overlay-open .search-toggle .bars span:nth-child(2) {
  opacity: 0;
  width: 0;
  transition-delay: 50ms;
}
.main-menu-open .main-menu-toggle .bars span:nth-child(3),
.search-overlay-open .search-toggle .bars span:nth-child(3) {
  bottom: 7px;
  transform: rotate(-45deg);
  width: 100%;
}
.hero,
.overlay-menu,
.page-intro,
.pop-up-overlay,
.search-overlay {
  padding-top: 114px;
}
@media (max-width: 1550px) {
  .hero,
  .overlay-menu,
  .page-intro,
  .pop-up-overlay,
  .search-overlay {
    padding-top: 120px;
  }
}
@media (max-width: 900px) {
  .hero,
  .overlay-menu,
  .page-intro,
  .pop-up-overlay,
  .search-overlay {
    padding-top: 100px;
  }
}
@media (max-width: 600px) {
  .hero,
  .overlay-menu,
  .page-intro,
  .pop-up-overlay,
  .search-overlay {
    padding-top: 70px;
  }
}
.has-flare-bar .hero > div,
.has-flare-bar .page-intro {
  margin-top: 65px;
}
@media (max-width: 400px) {
  .has-flare-bar .hero > div,
  .has-flare-bar .page-intro {
    margin-top: 100px;
  }
}
.flare-bar {
  height: 65px;
  background: #000;
  overflow: visible;
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  font-size: 2rem;
  font-weight: 700;
}
.flare-bar a {
  font-size: 2rem;
  padding: 12px 28px;
  margin-left: 10px;
}
.flare-bar .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flare-bar .inner > div {
  display: block;
}
.flare-bar .inner .msg {
  padding-left: 90px;
}
.flare-bar .inner .msg::before,
.pop-toggle .title::before,
.pop-up-overlay-open .pop-up-message-wrap::before {
  font-family: "Font Awesome 6 Free";
  position: absolute;
  background: #ca256c;
  text-rendering: auto;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.flare-bar .inner .msg::before {
  content: "";
  display: inline-block;
  font-size: 4rem;
  left: 0;
  top: -3px;
  height: 65px;
  width: 65px;
  border: 5px solid #000;
  border-radius: 100%;
  animation: bounce 0.7s;
  animation-delay: 2s;
  animation-iteration-count: 3;
  line-height: 65px;
}
@media (max-width: 800px) {
  .flare-bar {
    font-size: 1.8rem;
    height: 85px;
  }
  .flare-bar a {
    font-size: 1.8rem;
    margin-top: 5px;
  }
  .flare-bar .inner .msg {
    padding-left: 0;
    width: 100%;
  }
  .flare-bar .inner .msg p {
    width: 100%;
  }
  .flare-bar .inner .msg::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .flare-bar {
    font-size: 1.6rem;
  }
  .flare-bar a {
    font-size: 1.8rem;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 400px) {
  .flare-bar {
    height: 100px;
  }
  .flare-bar a {
    margin-top: 10px;
    margin-left: 0;
    font-size: 1.6rem;
    width: 100%;
  }
  .flare-bar a,
  .flare-bar span {
    display: block;
  }
}
.masthead {
  height: 114px;
  top: 0;
  z-index: 2001;
  color: #878787;
  transition: all 600ms ease;
  font-family: eigerdals, sans-serif;
}
.masthead .inner {
  height: 100%;
}
.masthead .inner > div {
  display: flex;
  height: 100%;
  align-items: center;
}
.masthead,
.masthead .inline-rule {
  position: absolute;
  left: 0;
  width: 100%;
}
.masthead .inline-rule {
  bottom: 0;
}
.masthead .logo {
  width: 328px;
}
.masthead .masthead-button {
  width: 68px;
  height: 62px;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  transition: none;
}
.masthead .masthead-button svg {
  fill: #ca256c;
  width: 51%;
}
.masthead .search-toggle {
  display: flex;
  margin: 0;
}
.masthead .phone-button,
.masthead .search-toggle .bars,
.search-overlay-open .masthead .search-toggle svg {
  display: none;
}
.search-overlay-open .masthead .search-toggle {
  background: #5c2037;
}
.search-overlay-open .masthead .search-toggle .bars {
  display: inline-block;
}
.masthead,
.masthead-button.close-menu .bars span,
.search-overlay-open .masthead .search-toggle .bars span {
  background: #fff;
}
@media (max-width: 1050px) {
  .masthead .phone-button {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .masthead .phone-button svg {
    width: 40%;
  }
  .masthead .menu-toggle.search-toggle {
    display: none !important;
  }
}
@media (max-width: 1550px) {
  .masthead {
    height: 120px;
  }
  .masthead .logo {
    width: 300px;
  }
  .masthead .masthead-button {
    width: 58px;
    height: 50px;
  }
}
@media (max-width: 1350px) {
  .masthead .logo {
    width: 270px;
  }
  .masthead .masthead-button {
    width: 52px;
    height: 49px;
  }
}
@media (max-width: 1250px) {
  .masthead .logo {
    width: 255px;
  }
}
@media (max-width: 900px) {
  .masthead {
    height: 100px;
  }
}
@media (max-width: 600px) {
  .masthead {
    height: 70px;
  }
  .masthead .logo {
    width: 210px;
  }
}
@media (max-width: 450px) {
  .masthead .logo {
    width: 180px;
  }
  .masthead .masthead-button {
    width: 42px;
    height: 39px;
  }
}
@media (max-width: 340px) {
  .masthead .logo {
    width: 160px;
  }
  .masthead .masthead-button {
    width: 39px;
    height: 36px;
  }
}
@media (min-width: 851px) {
  .home .masthead .inline-rule {
    display: none;
  }
}
@media (min-width: 1051px) {
  .main-menu {
    font-size: 2.2rem;
    margin-left: auto;
    margin-right: 40px;
    font-weight: 700;
    color: #ca256c;
    height: 100%;
    transition: all 200ms ease;
  }
  .main-menu .inner {
    padding: 0;
    height: 100%;
  }
  .main-menu ul {
    display: flex;
    line-height: 1;
    align-items: center;
    height: 100%;
    position: static;
  }
  .main-menu a {
    transition: all 300ms ease;
  }
  .main-menu li {
    margin: 0 2.1em 0 0;
    position: static;
  }
  .main-menu li:last-child {
    margin: 0;
  }
  .main-menu .phone-link a {
    color: #000;
  }
  .blocker,
  .main-menu .mobile-only,
  .sub-menu,
  .sub-menu-wrap,
  li.has-sub a span,
  li > ul.sub-menu {
    display: none;
  }
  .main-menu .top-level > li > a:hover {
    color: #4b4b4b;
  }
  .top-level > .has-sub {
    padding-right: 0.8em;
  }
  li.has-sub > span {
    font-size: 0.5em;
    position: absolute;
    right: 0;
    top: 0.46em;
    cursor: pointer;
  }
  li.services-menu-toggle a {
    padding-right: 1.1em;
    position: relative;
  }
  li.services-menu-toggle a:after {
    font-family: "Font Awesome 6 Free";
    content: "";
    right: 0;
    top: 5px;
    position: absolute;
  }
}
@media (min-width: 1051px) and (max-width: 1550px) {
  .main-menu {
    font-size: 2.2rem;
    margin-right: 40px;
  }
  .main-menu li {
    margin: 0 2em 0 0;
  }
}
@media (min-width: 1051px) and (max-width: 1380px) {
  .main-menu {
    font-size: 1.9rem;
  }
  .main-menu li {
    margin-right: 1.5em;
  }
}
@media (min-width: 1051px) and (max-width: 1250px) {
  .main-menu {
    font-size: 1.8rem;
  }
  .main-menu li {
    margin-right: 1.1em;
  }
}
@media (max-width: 1050px) {
  .main-menu,
  .menu-toggle.close-menu {
    display: none !important;
  }
}
.overlay-join,
.overlay-join svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
}
@media (max-width: 1050px) {
  .overlay-join {
    height: 50px;
  }
}
@media (max-width: 450px) {
  .overlay-join {
    height: 40px;
  }
}
@media (max-width: 400px) {
  .overlay-join {
    height: 20px;
  }
}
.overlay-join svg {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-menu-open,
.pop-up-overlay-open,
.search-overlay-open,
html.modal-open {
  height: 100vh;
  overflow: hidden;
}
.main-menu-open .overlay-menu {
  opacity: 1;
  visibility: visible;
}
.main-menu-open .masthead .inline-rule {
  opacity: 0;
}
.main-menu-open .masthead,
.pop-toggle {
  position: fixed;
}
.main-menu-open .flare-bar {
  display: none;
}
@media (min-width: 1051px) {
  .main-menu-open .main-menu,
  .main-menu-open .search-toggle {
    opacity: 0;
    visibility: hidden;
  }
  .main-menu-open .masthead-button.close-menu {
    opacity: 1;
    visibility: visible;
    display: flex;
  }
}
.search-overlay-open .search-overlay {
  opacity: 1;
  visibility: visible;
}
.search-overlay-open .masthead .inline-rule {
  opacity: 0;
}
.search-overlay-open .flare-bar {
  display: none;
}
@media (min-width: 1051px) {
  .search-overlay-open .main-menu,
  .search-overlay-open .main-menu-toggle,
  .search-overlay-open .masthead-button.close-menu {
    opacity: 0;
    visibility: hidden;
  }
}
.pop-up-overlay-open .pop-up-overlay {
  opacity: 1;
  visibility: visible;
}
.pop-up-overlay-open .pop-up-overlay .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.pop-up-overlay-open .pop-up-overlay .section-title {
  margin-bottom: 1.5em;
}
.pop-up-overlay-open .pop-up-overlay .button {
  margin-top: 20px;
}
.pop-up-overlay-open .masthead .inline-rule,
.pop-up-overlay-open .masthead .masthead-button {
  opacity: 0;
}
.pop-up-overlay-open .masthead .logo {
  position: fixed;
  left: 17px;
  top: 18px;
}
.pop-up-overlay-open .flare-bar {
  display: none;
}
.pop-up-overlay-open .pop-up-message-wrap {
  position: relative;
  background-color: #fff;
  padding: 50px 40px 10px;
  border-radius: 40px;
  max-width: 650px;
  margin: auto;
  color: #000;
  font-weight: 700;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  font-size: 3.5rem;
  font-size: clamp(2rem, 5vw, 3.5rem);
}
.pop-toggle .title::before,
.pop-up-overlay-open .pop-up-message-wrap::before {
  content: "";
  font-size: 3rem;
  border-radius: 50%;
}
.pop-up-overlay-open .pop-up-message-wrap::before {
  left: 50%;
  top: -32px;
  height: 64px;
  width: 64px;
  transform: translateX(-50%);
  border: 3px solid #fff;
  line-height: 64px;
  color: #fff;
}
@media (orientation: landscape) {
  .pop-up-overlay-open .masthead .logo {
    position: fixed;
    left: 30px;
    top: 25px;
  }
  .pop-up-overlay-open .pop-up-overlay .inner {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .pop-up-overlay-open .pop-up-overlay .section-title {
    padding-top: 0;
  }
  .pop-up-overlay-open .pop-up-message-wrap {
    font-size: 2rem;
    font-size: clamp(1.4rem, 5vw, 2rem);
  }
}
@media (min-width: 1051px) {
  .pop-up-overlay-open .masthead .logo {
    position: fixed;
    left: 30px;
    top: 31px;
  }
  .pop-up-overlay-open .pop-up-overlay .inner {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
  }
  .pop-up-overlay-open .pop-up-overlay .section-title {
    padding-top: 40px;
  }
  .pop-up-overlay-open .pop-up-overlay .button {
    margin-top: 30px;
  }
  .pop-up-overlay-open .pop-up-message-wrap {
    font-size: 2rem;
    font-size: clamp(1.4rem, 5vw, 2rem);
  }
  .pop-up-overlay-open .main-menu,
  .pop-up-overlay-open .main-menu-toggle,
  .pop-up-overlay-open .masthead-button.close-menu,
  .pop-up-overlay-open .search-toggle {
    opacity: 0;
    visibility: hidden;
  }
}
.masthead-button.close-menu {
  position: absolute;
  right: 0;
  visibility: hidden;
  opacity: 0;
  background: #5c2037;
}
.pop-toggle {
  bottom: 30px;
  right: 50%;
  transform: translateX(50%);
  padding: 10px 20px 10px 80px;
  z-index: 2001;
  background: #5c2037;
  background: linear-gradient(90deg, #5c2037, #ca256c);
  border-radius: 50vw;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  display: flex;
  margin: 0;
}
.pop-toggle .title {
  color: #fff;
  text-transform: uppercase;
  font-family: eigerdals, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}
.pop-toggle .title::before {
  left: -75px;
  top: -5px;
  height: 54px;
  width: 54px;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  line-height: 54px;
}
.pop-toggle .bars,
.pop-up-overlay-open .pop-toggle .title {
  display: none;
}
@media (min-width: 1051px) {
  .pop-toggle {
    right: 0;
    transform: translateX(0);
    border-radius: 50vw 0 0 50vw;
  }
}
.pop-up-overlay-open .pop-toggle {
  bottom: auto;
  align-items: center;
  justify-content: center;
  top: 15px;
  right: 40px;
  padding: 0;
  width: 42px;
  height: 39px;
  background: #5c2037;
  border-radius: 5px;
  box-shadow: none;
}
.pop-up-overlay-open .pop-toggle .bars {
  display: inline-block;
}
.pop-up-overlay-open .pop-toggle .bars span {
  background-color: #fff;
}
.pop-up-overlay-open .pop-toggle .bars span:nth-child(1) {
  bottom: -7px;
  transform: rotate(45deg);
}
.pop-up-overlay-open .pop-toggle .bars span:nth-child(2) {
  opacity: 0;
  width: 0;
  transition-delay: 50ms;
}
.pop-up-overlay-open .pop-toggle .bars span:nth-child(3) {
  bottom: 7px;
  transform: rotate(-45deg);
  width: 100%;
}
@media (orientation: landscape) {
  .pop-up-overlay-open .pop-toggle {
    top: 20px;
    width: 52px;
    height: 49px;
  }
}
@media (min-width: 1051px) {
  .pop-up-overlay-open .pop-toggle {
    top: 40px;
    right: 40px;
    width: 52px;
    height: 49px;
  }
}
.overlay-menu,
.pop-up-overlay,
.search-overlay {
  background: #fff;
  left: 0;
  top: -40px;
  width: 100%;
  height: calc(100% + 40px);
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  position: fixed;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}
.overlay-menu > div,
.pop-up-overlay > div,
.search-overlay > div {
  flex: 1;
}
.overlay-menu .section-title,
.pop-up-overlay .section-title,
.search-overlay .section-title {
  padding-top: 40px;
}
.overlay-menu .section-title.add-bottom-border,
.pop-up-overlay .section-title.add-bottom-border,
.search-overlay .section-title.add-bottom-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1300px) {
  .overlay-menu .section-title,
  .pop-up-overlay .section-title,
  .search-overlay .section-title {
    font-size: 3.3rem;
  }
}
@media (max-width: 450px) {
  .overlay-menu .section-title,
  .pop-up-overlay .section-title,
  .search-overlay .section-title {
    font-size: 3rem;
    padding-top: 25px;
  }
}
@media (max-width: 400px) {
  .overlay-menu .section-title,
  .pop-up-overlay .section-title,
  .search-overlay .section-title {
    padding-top: 20px;
  }
}
@media (max-width: 350px) {
  .overlay-menu .section-title,
  .pop-up-overlay .section-title,
  .search-overlay .section-title {
    font-size: 2.7rem;
  }
}
@media (max-width: 1050px) {
  .overlay-menu,
  .pop-up-overlay,
  .search-overlay {
    top: -20px;
    height: calc(100% + 20px);
  }
}
@media (max-width: 400px) {
  .overlay-menu,
  .pop-up-overlay,
  .search-overlay {
    top: -10px;
    height: calc(100% + 10px);
  }
}
.all-services-wrap .all-services-menu > li > a span,
.overlay-menu .all-services-wrap,
.overlay-menu.all-services-active .popular-services-wrap {
  display: none;
}
.overlay-menu.all-services-active .all-services-wrap {
  display: block;
}
.overlay-menu .view-all-services {
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 4px solid #ca256c;
  font-family: eigerdals, sans-serif;
}
@media (max-width: 1300px) {
  .overlay-menu .view-all-services {
    font-size: 2.2rem;
  }
}
@media (max-width: 1050px) {
  .overlay-menu .view-all-services {
    display: none;
  }
}
.overlay-menu .actions {
  padding: 35px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.overlay-menu .actions .cta {
  margin-left: auto;
}
@media (max-width: 1300px) {
  .overlay-menu .actions .cta .button {
    font-size: 2.2rem;
  }
}
@media (min-width: 1051px) {
  .overlay-menu .actions .search-form-wrap {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
  }
  .overlay-menu .actions .search-form-wrap label {
    font-size: 2.5rem;
    margin-right: 0.6em;
  }
}
@media (min-width: 1051px) and (max-width: 1300px) {
  .overlay-menu .actions .search-form-wrap {
    width: 410px;
  }
  .overlay-menu .actions .search-form-wrap label {
    font-size: 2.2rem;
  }
}
.overlay-menu ul {
  font-size: 1.8rem;
}
.overlay-menu ul li {
  padding-bottom: 0.8em;
}
.gform_fields a,
.overlay-menu ul a:hover {
  text-decoration: underline;
}
@media (max-width: 1500px) {
  .overlay-menu ul {
    font-size: 1.7rem;
  }
}
@media (max-width: 1300px) {
  .overlay-menu ul {
    font-size: 1.6rem;
  }
}
.all-services-wrap .all-services-menu > li > a,
.overlay-menu .back-link,
.search-form-wrap label {
  font-weight: 700;
  font-family: eigerdals, sans-serif;
}
.overlay-menu .back-link a,
.search-form-wrap form {
  display: flex;
  align-items: center;
}
.overlay-menu .back-link a i {
  margin-right: 1em;
  font-size: 0.7em;
}
@media (min-width: 1051px) {
  .overlay-menu .sub-menu,
  .overlay-menu .sub-menu-wrap {
    display: block;
  }
  .overlay-menu .primary-nav,
  .overlay-menu .services-menu-toggle {
    display: none;
  }
  .overlay-menu .back-link {
    position: absolute;
    left: 0;
    z-index: 10;
    top: 46px;
  }
}
@media (max-width: 1050px) {
  .overlay-menu .back-link {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .overlay-menu .back-link {
    padding-top: 30px;
    font-size: 1.5rem;
  }
}
@media (max-width: 400px) {
  .overlay-menu .back-link {
    padding-top: 10px;
  }
}
@media (max-width: 1050px) {
  .popular-services-wrap {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 1051px) {
  .popular-services-wrap .popular-services-menu {
    padding-bottom: 65px;
  }
  .popular-services-wrap .popular-services-menu > ul {
    display: flex;
    margin: 0-25px;
    flex-wrap: wrap;
  }
  .popular-services-wrap .popular-services-menu > ul > li {
    width: 25%;
    padding: 0 25px;
  }
  .popular-services-wrap .popular-services-menu > ul > li > a {
    display: block;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 0.8em;
    font-family: eigerdals, sans-serif;
  }
  .popular-services-wrap .popular-services-menu > ul > li > a:hover {
    text-decoration: none;
    cursor: default;
  }
  .popular-services-wrap li span,
  .popular-services-wrap li.all-services {
    display: none;
  }
  .popular-services-wrap li span.nobr,
  .popular-services-wrap li.all-services.nobr {
    display: inline;
  }
}
@media (min-width: 1051px) and (max-width: 1900px) {
  .popular-services-wrap .popular-services-menu > ul > li > a {
    font-size: 2.3rem;
  }
}
@media (min-width: 1051px) and (max-width: 1500px) {
  .popular-services-wrap .popular-services-menu > ul > li > a {
    font-size: 2.1rem;
  }
}
@media (min-width: 1051px) and (max-width: 1300px) {
  .popular-services-wrap .popular-services-menu > ul > li > a {
    font-size: 1.9rem;
  }
}
@media (max-width: 1050px) {
  .popular-services-wrap .search-form-wrap {
    display: none;
  }
  .popular-services-wrap .actions .cta a,
  .popular-services-wrap .actions .search-form-wrap,
  .popular-services-wrap .popular-services-menu > ul .open ul,
  .popular-services-wrap .primary-nav > ul .open ul {
    display: block;
  }
  .popular-services-wrap .popular-services-menu > ul,
  .popular-services-wrap .primary-nav > ul {
    font-weight: 700;
    font-size: 2.5rem;
  }
  .popular-services-wrap .popular-services-menu > ul > li,
  .popular-services-wrap .primary-nav > ul > li {
    padding-bottom: 1.3em;
  }
  .popular-services-wrap .popular-services-menu > ul > li > a,
  .popular-services-wrap .primary-nav > ul > li > a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    align-items: center;
    font-family: eigerdals, sans-serif;
  }
  .popular-services-wrap .popular-services-menu > ul > li > a span,
  .popular-services-wrap .primary-nav > ul > li > a span {
    display: block;
    margin-top: -0.18em;
  }
  .popular-services-wrap .popular-services-menu > ul ul,
  .popular-services-wrap .primary-nav > ul ul {
    font-size: 2rem;
    display: none;
    font-weight: 400;
    font-family: Arial;
    padding-top: 1em;
  }
  .popular-services-wrap .all-services span:not(.nobr) {
    font-size: 0.7em;
    margin-right: 0.2em;
  }
  .popular-services-wrap .primary-nav {
    max-width: 500px;
    margin-top: 25px;
    padding: 25px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .popular-services-wrap .primary-nav .services-menu-toggle,
  .popular-services-wrap .search-form-wrap label {
    display: none;
  }
  .popular-services-wrap .actions {
    padding-top: 25px;
    border-top: none;
  }
  .popular-services-wrap .actions .cta {
    margin: 0;
    width: 100%;
  }
  .popular-services-wrap .search-form-wrap {
    max-width: none;
    margin: 0 auto 25px;
    width: 100%;
  }
  .popular-services-wrap .search-form-wrap form {
    max-width: none;
  }
}
@media (max-width: 1050px) and (max-width: 400px) {
  .popular-services-wrap .popular-services-menu > ul,
  .popular-services-wrap .primary-nav > ul {
    font-size: 2rem;
  }
  .popular-services-wrap .popular-services-menu > ul ul,
  .popular-services-wrap .primary-nav > ul ul {
    font-size: 1.6rem;
    padding-top: 1.2em;
  }
}
.all-services-wrap {
  overflow: hidden;
}
.all-services-wrap .all-services-menu {
  display: flex;
  margin: 0-25px;
  padding-bottom: 75px;
  flex-wrap: wrap;
}
@media (max-width: 400px) {
  .all-services-wrap .all-services-menu {
    margin: 0;
  }
}
.all-services-wrap .all-services-menu > li {
  width: 25%;
  padding: 0 25px;
  margin-bottom: 45px;
}
.all-services-wrap .all-services-menu > li > a {
  display: block;
  margin-bottom: 0.9em;
}
.all-services-wrap .all-services-menu > li > a span.nobr {
  display: inline;
}
.all-services-wrap .all-services-menu > li > a:hover {
  text-decoration: none;
  cursor: default;
}
@media (max-width: 1000px) {
  .all-services-wrap .all-services-menu > li {
    width: 33.333333%;
  }
}
@media (max-width: 600px) {
  .all-services-wrap .all-services-menu > li {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .all-services-wrap .all-services-menu > li {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 1050px) {
  .all-services-wrap .section-title.add-bottom-border {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 0;
    padding: 0.8em 0 1em;
    margin-top: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .all-services-wrap .all-services-menu {
    padding-bottom: 0;
  }
  .all-services-wrap .actions {
    padding-top: 0;
    border: 0;
  }
  .all-services-wrap .actions .cta,
  .all-services-wrap .actions .cta a {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .all-services-wrap ul {
    font-size: 1.6rem;
  }
}
.search-overlay .search-form-wrap {
  padding: 50px 0;
}
@media (max-width: 600px) {
  .search-overlay .search-form-wrap {
    padding: 25px 0;
  }
  .search-overlay .search-form-wrap label {
    display: none;
  }
}
@media (max-width: 400px) {
  .search-overlay .search-form-wrap {
    padding: 0;
  }
  .search-overlay .search-form-wrap label {
    display: none;
  }
}
.search-form-wrap {
  max-width: 690px;
  margin: 0 auto 70px;
}
.search-form-wrap label {
  font-size: 3rem;
  margin-right: 1em;
}
.search-form-wrap form {
  justify-content: center;
  font-size: 2rem;
}
.search-form-wrap input[type="text"] {
  border-radius: 50vw;
  border: 2px solid #fff;
  padding: 0 30px;
  height: 55px;
  color: #fff;
}
.search-form-wrap button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: 0 0;
  color: #fff;
  border: 0;
  font-size: 3rem;
  cursor: pointer;
}
.search-form-wrap button:hover {
  opacity: 0.8;
}
@media (max-width: 400px) {
  .search-form-wrap input[type="text"] {
    font-size: 1.7rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-form-wrap button {
    font-size: 2.2rem;
  }
}
@media (max-width: 500px) {
  .page-intro .search-form-wrap form {
    display: block;
    text-align: center;
  }
  .page-intro .search-form-wrap label {
    display: block;
    font-size: 2.2rem;
    margin: 0 0 0.8em;
    font-family: eigerdals, sans-serif;
  }
  .page-intro .search-form-wrap button {
    position: absolute;
    bottom: 8px;
    transform: none;
    top: auto;
  }
}
@media (max-width: 400px) {
  .page-intro .search-form-wrap button {
    bottom: 12px;
  }
}
.pagination {
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 50px;
  font-family: eigerdals, sans-serif;
}
.pagination,
.pagination .numbers-wrap {
  display: flex;
}
.pagination .numbers-wrap a,
.pagination .numbers-wrap span {
  padding: 0 0.5em 1em;
  font-weight: 700;
  position: relative;
}
.gform_fields .custom_radio_btn.boxed-description .gfield_description strong,
.pagination .filter-dropdown i,
.pagination .numbers-wrap a:hover,
.pagination .numbers-wrap span:hover {
  color: #ca256c;
}
.pagination .numbers-wrap.centered {
  margin: 0 auto;
}
.pagination .current {
  text-decoration: none;
  opacity: 1;
}
.pagination .current:after {
  content: "";
  display: block;
  height: 2px;
  background: #ca256c;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.gform_fields a.button,
.pagination .next,
.pagination .prev {
  text-decoration: none;
}
.pagination .filter-dropdown .toggle-link {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
.pagination .filter-dropdown .toggle-link span:first-child {
  padding-right: 15px;
}
.pagination .filter-dropdown .toggle-content {
  width: 480px;
  left: auto;
  right: 0;
  padding-top: 20px;
}
.pagination .filter-dropdown .toggle-content ul {
  background: #ca256c;
  color: #fff !important;
}
.pagination .filter-dropdown .toggle-content ul a,
.pagination .filter-dropdown .toggle-content ul a:hover {
  color: #fff !important;
}
@media (max-width: 550px) {
  .pagination .filter-dropdown .toggle-content {
    width: 300px;
  }
}
@media (max-width: 350px) {
  .pagination .filter-dropdown .toggle-content {
    width: 280px;
  }
}
@media (max-width: 750px) {
  .pagination .count-wrap {
    display: none;
  }
}
@media (max-width: 500px) {
  .pagination {
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  .pagination,
  .pagination .g-size-med {
    font-size: 1.5rem;
  }
}
::-webkit-input-placeholder {
  color: #1c1c1c;
  opacity: 0.5;
}
::-moz-placeholder {
  color: #1c1c1c;
  opacity: 0.5;
}
:-ms-input-placeholder {
  color: #1c1c1c;
  opacity: 0.5;
}
:-moz-placeholder {
  color: #1c1c1c;
  opacity: 0.5;
}
.inputs-white ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.inputs-white ::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.inputs-white :-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.inputs-white :-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.form-wrap.narrow {
  max-width: 700px;
}
.gf_page_steps {
  text-align: center;
}
@media (max-width: 600px) {
  .gf_page_steps .gf_step {
    display: block !important;
    margin: 8px 0 !important;
  }
}
.hidden-label label,
.hide-label label {
  display: none;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"] {
  background: 0 0;
  border: 1px solid #c9c9c9;
  color: #1c1c1c;
  width: 100%;
  padding: 15px !important;
  font-size: inherit;
}
.multi-select-input .gfield_description,
select,
textarea {
  background: 0 0;
  border: 1px solid #c9c9c9;
  color: #1c1c1c;
  width: 100%;
  font-size: inherit;
  resize: vertical;
}
textarea {
  padding: 15px;
  height: 120px;
}
.multi-select-input .gfield_description,
select {
  padding: 15px !important;
}
select.unselected {
  color: rgba(75, 75, 75, 0.5);
}
select {
  background-image: url(images/global/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 50px 30px;
}
select.initial {
  color: rgba(28, 28, 28, 0.5);
}
@media (max-width: 600px) {
  .multi-select-input .gfield_description,
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="tel"],
  input[type="text"],
  textarea {
    padding: 10px 15px !important;
  }
  textarea {
    height: 150px;
  }
}
.gform_ajax_spinner {
  position: absolute;
  left: 98%;
  margin-top: 13px;
  filter: grayscale(100%);
}
.validation_message {
  padding-top: 0;
  color: #bb1501;
}
.validation_error {
  margin-bottom: 1.2rem;
  color: #bb1501;
  background: rgba(187, 21, 1, 0.05);
  padding: 1.2em 1em;
  line-height: 130%;
}
.gform_confirmation_message {
  background: rgba(255, 255, 255, 0.8);
  padding: 1.2em 1em;
  color: #4b4b4b;
}
.service-message {
  width: 50%;
  margin: auto;
}
@media (max-width: 600px) {
  .service-message {
    width: 100%;
  }
}
.sml-alert-message {
  display: block;
  text-align: center;
  padding: 1rem !important;
  background-color: #ca256c;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.partial_entry_warning {
  margin-bottom: 25px !important;
  padding: 15px;
  background: #f1f0f0;
}
.gform_body {
  overflow: hidden;
}
.gform_heading .gform_required_legend {
  font-size: 1.3rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 600px) {
  .gform_heading .gform_required_legend {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
  }
}
.gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  color: #4b4b4b;
}
@media (max-width: 600px) {
  .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
    text-align: center;
  }
}
.no_required_label_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.gform_page .gform_page_fields {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3rem;
}
.gform_fields a:hover {
  color: #000;
}
.gform_fields .gfield {
  padding-bottom: 0.8em;
}
.gform_fields .gfield.gfield_html {
  padding-bottom: 0;
}
.gform_fields .gfield.html_scrollable {
  max-height: 300px;
  overflow: auto;
  padding: 20px;
  border: 1px solid #ccc;
}
.gform_fields .gfield.html_scrollable table {
  background: #fff !important;
  border: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.gform_fields .gfield.html_scrollable table td {
  text-align: center;
  border: 0 !important;
  padding: 0;
}
.gform_fields .gfield.html_scrollable table td table td {
  padding: 10px;
}
.gform_fields .gfield.captcha,
.service-intro .has-video .video-message p {
  padding-bottom: 0;
}
.gform_fields .gfield .grecaptcha-badge {
  z-index: 99999;
}
.gform_fields .gfield.select-center .gfield_label {
  display: block;
  text-align: center;
}
.gform_fields .gfield.select-center .ginput_container_select {
  padding-left: 25%;
  padding-right: 25%;
}
@media (max-width: 600px) {
  .gform_fields .gfield.select-center .ginput_container_select {
    padding-left: 0;
    padding-right: 0;
  }
}
.gform_fields .gfield.margin-bot-lrg {
  margin-bottom: 3rem;
}
@media (min-width: 1101px) {
  .gform_fields .gfield.half-input-left {
    width: 50%;
    float: left;
    padding-right: 20px;
    clear: both;
  }
  .gform_fields .gfield.half-input-right {
    width: 50%;
    float: right;
    padding-left: 20px;
  }
  .gform_fields .gfield.half-input-right + li {
    clear: both;
  }
}
.gform_fields .full-width-input,
.gform_fields .gfield--width-full {
  clear: both;
}
.gform_fields label {
  display: block;
}
.gform_fields .gfield_label {
  padding-bottom: 0.9em !important;
  font-weight: 700 !important;
}
.gform_fields .gfield_required {
  padding-left: 0.2em;
}
.gform_fields .gform_hidden,
.gform_fields .hidden_label .gfield_label,
.gform_fields .hidden_label label {
  display: none;
}
.gform_fields .gfield_description {
  line-height: 130%;
  font-size: 0.8em;
  margin-top: 0.5em;
  color: #979797;
}
.gform_fields .field_description_above .gfield_description {
  padding-bottom: 1.3em;
  max-width: 1300px;
  margin-top: -0.7em;
}
.gform_fields .gfield_checkbox,
.gform_fields .gfield_radio,
.gform_fields .ginput_container_consent {
  padding-top: 5px;
}
.gform_fields .gfield_checkbox label,
.gform_fields .gfield_radio label,
.gform_fields .ginput_container_consent label {
  display: inline-block;
  padding: 0;
  font-weight: 400;
  text-transform: none;
}
.gform_fields .gfield_checkbox .gchoice,
.gform_fields .gfield_checkbox li,
.gform_fields .gfield_radio .gchoice,
.gform_fields .gfield_radio li,
.gform_fields .ginput_container_consent .gchoice,
.gform_fields .ginput_container_consent li {
  padding-left: 27px;
  margin-bottom: 0.9em;
  padding-bottom: 0;
  position: relative;
  display: block;
}
.gform_fields .gfield_checkbox .gchoice input,
.gform_fields .gfield_checkbox li input,
.gform_fields .gfield_radio .gchoice input,
.gform_fields .gfield_radio li input,
.gform_fields .ginput_container_consent .gchoice input,
.gform_fields .ginput_container_consent li input {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
}
@media (max-width: 380px) {
  .gform_fields .gfield_checkbox .gchoice input,
  .gform_fields .gfield_checkbox li input,
  .gform_fields .gfield_radio .gchoice input,
  .gform_fields .gfield_radio li input,
  .gform_fields .ginput_container_consent .gchoice input,
  .gform_fields .ginput_container_consent li input {
    top: 0;
  }
}
.gform_fields input[type="radio"] {
  -webkit-appearance: radio;
}
.gform_fields input[type="checkbox"],
.gform_fields input[type="radio"] {
  width: 15px;
  height: 15px;
  top: 1px;
  margin: 0 2px 0 0;
}
.gform_fields .custom_radio_btn .ginput_container_radio .gfield_radio {
  display: flex !important;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.gform_fields .custom_radio_btn .ginput_container_radio .gfield_radio .gchoice {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.gform_fields
  .custom_check-box_btn
  .ginput_container_checkbox
  .gfield_checkbox
  .gchoice
  input[type="checkbox"],
.gform_fields
  .custom_radio_btn
  .ginput_container_radio
  .gfield_radio
  .gchoice
  input[type="radio"] {
  opacity: 0;
  position: fixed !important;
  width: 0;
}
.gform_fields
  .custom_radio_btn
  .ginput_container_radio
  .gfield_radio
  .gchoice
  label {
  display: inline-block;
  width: 100%;
  height: 49px;
  min-width: 130px;
  line-height: 49px;
  background-color: #fff;
  padding: 0 20px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  border: 1px solid #979797;
  border-radius: 4px;
  color: #979797;
  text-align: center;
  max-width: inherit;
}
.gform_fields
  .custom_check-box_btn
  .ginput_container_checkbox
  .gfield_checkbox
  .gchoice
  label:hover,
.gform_fields
  .custom_radio_btn
  .ginput_container_radio
  .gfield_radio
  .gchoice
  label:hover {
  background-color: #f1f0f0;
  color: #979797;
  cursor: pointer;
}
.gform_fields
  .custom_check-box_btn
  .ginput_container_checkbox
  .gfield_checkbox
  .gchoice
  input[type="checkbox"]:checked
  + label,
.gform_fields
  .custom_radio_btn
  .ginput_container_radio
  .gfield_radio
  .gchoice
  input[type="radio"]:checked
  + label {
  background-color: #ca256c;
  border-color: #ca256c;
  color: #fff;
}
@media (max-width: 600px) {
  .gform_fields
    .custom_radio_btn
    .ginput_container_radio
    .gfield_radio
    .gchoice {
    flex: 1;
  }
}
.gform_fields .custom_radio_btn.centered {
  text-align: center;
}
.gform_fields .custom_radio_btn.centered .ginput_container_radio {
  display: inline-block;
}
.gform_fields .custom_radio_btn.centered .gfield_description {
  max-width: 700px;
  margin: auto;
}
.gform_fields .custom_radio_btn.boxed-description .gfield_description {
  padding: 20px;
  background-color: #f1f0f0;
  color: #000;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 20px;
}
.gform_fields .custom_radio_btn.border-top legend {
  border-top: 1px solid #ccc;
  padding-top: 2rem;
  width: 100%;
}
.gform_fields .custom_radio_btn.mag-bot-1 {
  margin-bottom: 1rem;
}
.gform_fields .custom_radio_btn.mag-bot-2 {
  margin-bottom: 2rem;
}
.gform_fields
  .custom_check-box_btn
  .ginput_container_checkbox
  .gfield_checkbox {
  display: flex !important;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.gform_fields
  .custom_check-box_btn
  .ginput_container_checkbox
  .gfield_checkbox
  .gchoice {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.gform_fields
  .custom_check-box_btn
  .ginput_container_checkbox
  .gfield_checkbox
  .gchoice
  label {
  display: inline-block;
  width: 100%;
  height: 49px;
  line-height: 49px;
  background-color: #fff;
  padding: 0 20px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  border: 1px solid #979797;
  border-radius: 4px;
  color: #979797;
  text-align: center;
  max-width: inherit;
}
@media (max-width: 600px) {
  .gform_fields
    .custom_check-box_btn
    .ginput_container_checkbox
    .gfield_checkbox
    .gchoice {
    flex: 1;
  }
}
.gform_fields .custom_check-box_btn.centered {
  text-align: center;
}
.gform_fields .custom_check-box_btn.centered .ginput_container_checkbox {
  display: inline-block;
}
.gform_fields .custom_check-box_btn.centered .gfield_description {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 601px) {
  .gform_fields .gf_name_has_2 {
    overflow: hidden;
  }
  .gform_fields .gf_name_has_2 > span {
    width: 50%;
    float: left;
    padding-right: 20px;
    margin-top: 0;
  }
  .gform_fields .gf_name_has_2 > span:last-child {
    padding-left: 20px;
    padding-right: 0;
    margin-top: 0;
  }
}
.gform_fields .ginput_complex,
.quotes-carousel p {
  padding-bottom: 0.8em;
}
.gform_fields .ginput_complex .ginput_container_date {
  flex: 1;
  max-width: 33.33% !important;
}
@media (max-width: 600px) {
  .gform_fields .gfield--type-date .ginput_complex {
    flex-flow: column !important;
  }
  .gform_fields .gfield--type-date .ginput_complex .ginput_container_date {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 10px;
  }
  .gform_fields
    .gfield--type-date
    .ginput_complex
    .ginput_container_date
    + .ginput_container_date {
    margin-left: 0;
  }
}
.gform_fields .gf_name_has_2 > span,
.gform_fields .gf_name_has_3 > span,
.gform_fields .ginput_complex span {
  position: relative;
}
.gform_fields .gf_name_has_2 > span.name_prefix,
.gform_fields .gf_name_has_3 > span.name_prefix,
.gform_fields .ginput_complex span.name_prefix {
  max-width: 200px;
}
.gform_fields .gf_name_has_2 > span.name_first,
.gform_fields .gf_name_has_2 > span.name_last,
.gform_fields .gf_name_has_3 > span.name_first,
.gform_fields .gf_name_has_3 > span.name_last,
.gform_fields .ginput_complex span.name_first,
.gform_fields .ginput_complex span.name_last {
  flex: 2;
}
@media (max-width: 600px) {
  .gform_fields .gf_name_has_2 > span:last-child,
  .gform_fields .gf_name_has_3 > span:last-child,
  .gform_fields .ginput_complex span:last-child {
    margin-top: 15px;
  }
  .gform_fields .gf_name_has_2 > span.name_prefix,
  .gform_fields .gf_name_has_3 > span.name_prefix,
  .gform_fields .ginput_complex span.name_prefix {
    max-width: auto;
    margin-bottom: 23px !important;
  }
}
.gform_fields .gf_name_has_2 > span label,
.gform_fields .gf_name_has_3 > span label,
.gform_fields .ginput_complex span label {
  display: block;
  padding-top: 10px;
  font-size: 0.8em;
  padding-bottom: 0;
}
.gform_fields .ginput_container_password > span,
.gform_fields li.multi-select-input.open select,
.hero h1 span,
.service-intro .has-video .button-group a.button {
  display: block;
}
.gform_fields .ginput_container_password > span + span {
  margin-top: 1.2em;
}
.gform_fields .gfield_password_strength {
  padding: 0.5em;
  font-size: 0.8em;
  display: none;
}
.gform_fields .gfield_password_strength.blank {
  display: none;
}
.gform_fields .gfield_password_strength.bad,
.gform_fields .gfield_password_strength.mismatch,
.gform_fields .gfield_password_strength.short {
  background: #ffd6d6;
  display: inline-block;
}
.gform_fields .gfield_password_strength.good {
  background: #ffe8d6;
  display: inline-block;
}
.gform_fields .gfield_password_strength.strong {
  background: #e2ffd6;
  display: inline-block;
}
.gform_fields .ginput_container_fileupload {
  border: 1px solid #c9c9c9;
  background: #f1f0f0;
  padding: 35px 15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.gform_fields .ginput_container_fileupload input {
  font-size: inherit;
}
.gform_fields .ginput_container_fileupload .gform_delete {
  display: inline-block;
  margin-right: 5px;
}
.gform_fields .ginput_container_fileupload button {
  background: #fff;
  color: #ca256c;
  border: 0;
  margin: 0 10px;
  font-size: 1em;
}
.gform_fields .ginput_container_fileupload .gform_fileupload_rules {
  font-size: 0.7em;
  flex: 0 0 100%;
  margin-top: 1.5em;
  opacity: 0.5;
  text-align: center;
}
.gform_fields .force-hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.gform_fields .gsection h2,
.gform_fields .gsection h3 {
  padding-bottom: 0.3em;
}
.consent-field.dec-y-n legend,
.gform_fields .gsection.centered {
  text-align: center;
}
.gform_fields .gsection.border-top {
  padding-top: 30px !important;
  border-top: 1px solid #ccc;
}
.gform_fields .gsection.alert-message,
.gform_fields .gsection.success-message {
  padding: 20px !important;
  background-color: #c9c9c9;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 30px;
}
.gform_fields .gsection.alert-message h3 {
  color: #ca256c;
  padding-bottom: 0;
}
.gform_fields .gsection.alert-message .gsection_description {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.gform_fields .gsection.success-message {
  background-color: #5c2037;
  border: 0 !important;
}
.gform_fields .gsection.success-message h3 {
  color: #fff;
  padding-bottom: 0;
}
.gform_fields .gsection.success-message .gsection_description {
  color: #fff;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.gform_fields .gsection_description {
  line-height: 130%;
}
.gform_fields .gsection_description small,
.job-details ul li span small {
  font-size: 80%;
}
.gform_fields .gfield_total .ginput_container_total,
.gform_fields .gfield_total label {
  font-size: 1.5em;
  display: inline-block;
  padding: 0;
}
.gform_fields .gfield_total .ginput_container_total:before {
  content: "–";
  padding: 0 0.3em;
}
.gform_fields .small-text,
.intro-contact-methods .contact-method .icon i {
  font-size: 0.8em;
}
.gform_fields .gform_validation_container {
  display: none;
}
.gform_fields li.multi-select-input > .gfield_description {
  display: block;
  color: rgba(75, 75, 75, 0.5);
  padding: 16px 10px;
}
.gform_fields li.multi-select-input select {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  margin-top: 2px;
}
.gform_fields table.gsurvey-likert th {
  border-bottom: none;
}
.gform_fields table.gsurvey-likert td.gsurvey-likert-choice {
  height: 36px;
}
.gform_fields
  table.gsurvey-likert
  td.gsurvey-likert-choice.gsurvey-likert-hover {
  background-color: rgba(202, 37, 108, 0.03);
}
@media (max-width: 340px) {
  .gform_fields .ginput_recaptcha {
    transform: scale(0.9);
    transform-origin: top left;
  }
}
.gform_wrapper .consent-boxed,
.rands-boxed {
  background-color: #fff !important;
  border: 1px solid #f1f0f0;
  padding: 20px !important;
  border-radius: 5px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.17);
}
.gform_wrapper .consent-boxed legend.gfield_label {
  padding: 10px 20px !important;
  background-color: #979797 !important;
  color: #fff;
  border-radius: 20px;
}
body .gform_wrapper.gravity-theme .gf_page_steps {
  border-bottom: 1px solid #ccc;
}
body
  .gform_wrapper.gravity-theme
  .gf_page_steps
  .gf_step.gf_step_completed
  .gf_step_number:before {
  background-color: #5c2037;
  border: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body
  .gform_wrapper.gravity-theme
  .gf_page_steps
  .gf_step.gf_step_active
  .gf_step_number {
  border: 0;
  background-color: #ca256c;
  color: #fff;
}
body .gform_wrapper.gravity-theme .gf_progressbar_wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.consent-field {
  position: relative;
}
.consent-field .ginput_container_consent {
  padding-top: 0;
}
.consent-field .ginput_container_consent .gfield_consent_label {
  font-size: 16px;
  font-weight: 700;
}
.consent-field .gfield_consent_description {
  font-size: 15px !important;
  line-height: 130%;
  color: #979797;
  padding: 20px !important;
  overflow: auto !important;
}
.consent-field.dec-y-n .ginput_container_consent {
  width: 100px;
  height: 50px;
  border: 2px solid #fff;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  padding-top: 0;
  margin: 10px auto;
}
.consent-field.dec-y-n .ginput_container_consent input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  float: left;
}
.consent-field.dec-y-n .ginput_container_consent .gfield_consent_label {
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 46px;
  text-align: left;
  padding-left: 15px;
  background-color: #ca256c;
  color: #fff;
}
.consent-field.dec-y-n .ginput_container_consent .gfield_consent_label::before {
  box-sizing: border-box;
  content: "No";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  text-align: center;
}
.consent-field.dec-y-n .ginput_container_consent .gfield_consent_label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
  transition: ease-in 0.2s;
}
.consent-field.dec-y-n .ginput_container_consent .gfield_consent_label:hover {
  background-color: #5c2037;
}
.consent-field.dec-y-n .ginput_container_consent input:checked + label {
  background-color: #9b0;
}
.consent-field.dec-y-n .ginput_container_consent input:checked + label::after {
  left: 53px;
}
.consent-field.dec-y-n .ginput_container_consent input:checked + label:hover {
  background-color: #465500;
}
.gform_wrapper .alert {
  padding: 15px;
  font-size: 85%;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #fff;
  margin: 0 auto 30px;
  text-align: left;
  max-width: 600px;
}
.gform_wrapper .alert i {
  float: left;
  margin-right: 10px;
}
.gform_wrapper .alert.alert-danger {
  border-color: #ca256c;
  color: #ca256c;
}
.gform_wrapper .alert.centered {
  text-align: center;
}
@media (min-width: 901px) {
  .form-wrap .consent-field {
    padding-right: 300px !important;
    padding-bottom: 0;
    max-width: 1300px;
  }
  .form-wrap .consent-field .ginput_container_consent {
    padding-top: 0;
  }
  .form-wrap .consent-field .ginput_container_consent .gfield_consent_label {
    font-size: 16px;
    font-weight: 700;
  }
  .form-wrap .gform_footer {
    padding: 0 0 15px 20px !important;
    position: absolute;
    width: 300px;
    height: 120px;
    right: 0;
    bottom: 0;
  }
  .form-wrap .gform_footer input[type="submit"] {
    width: 100%;
  }
}
.submit-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.submit-overlay .spinner-wrap {
  width: 100px;
  height: 100px;
  border-bottom-color: transparent;
  animation: loader 1s infinite linear;
}
.submit-overlay .spinner,
.submit-overlay .spinner-wrap {
  position: relative;
  border: 10px solid #ca256c;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit-overlay .spinner.spinner-1 {
  width: 80px;
  height: 80px;
  border-color: #5c2037 #5c2037 #5c2037 transparent;
  animation: loader 0.5s infinite reverse linear;
}
.submit-overlay .spinner.spinner-2 {
  width: 60px;
  height: 60px;
  border-right-color: transparent;
  animation: loader 0.5s infinite linear;
}
.submit-overlay .spinner.spinner-3 {
  width: 40px;
  height: 40px;
  border-color: transparent #5c2037 #5c2037;
  animation: loader 0.5s infinite reverse linear;
}
.submit-overlay .spinner.spinner-4 {
  width: 20px;
  height: 20px;
  border-bottom-color: transparent;
  animation: loader 0.5s infinite linear;
}
.submit-overlay:before {
  display: block;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translateX(-50%);
  text-align: center;
  width: 50%;
  height: 20px;
  content: "Sending…Please Wait";
  font-family: eigerdals, sans-serif;
  font-weight: 700;
  line-height: 120%;
  font-size: 1.6rem;
  color: #ca256c;
  z-index: 2;
}
.gform_footer,
.gform_page_footer {
  display: flex;
  align-content: center;
  justify-content: space-evenly;
}
.gform_footer button,
.gform_footer input[type="button"],
.gform_footer input[type="submit"],
.gform_page_footer button,
.gform_page_footer input[type="button"],
.gform_page_footer input[type="submit"] {
  background: #ca256c !important;
  color: #fff !important;
  border: 0;
  cursor: pointer;
  width: auto;
  display: block;
  font-size: 2.2rem;
  line-height: 1 !important;
  padding: 16px 28px;
  border-radius: 50vw;
}
.gform_footer button:hover,
.gform_footer input[type="button"]:hover,
.gform_footer input[type="submit"]:hover,
.gform_page_footer button:hover,
.gform_page_footer input[type="button"]:hover,
.gform_page_footer input[type="submit"]:hover {
  background: #5c2037 !important;
  transform: none;
}
@media (max-width: 800px) {
  .gform_footer button,
  .gform_footer input[type="button"],
  .gform_footer input[type="submit"],
  .gform_page_footer button,
  .gform_page_footer input[type="button"],
  .gform_page_footer input[type="submit"] {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .gform_footer button,
  .gform_footer input[type="button"],
  .gform_footer input[type="submit"],
  .gform_page_footer button,
  .gform_page_footer input[type="button"],
  .gform_page_footer input[type="submit"] {
    flex: 1;
  }
}
@media (max-width: 400px) {
  .gform_footer button,
  .gform_footer input[type="button"],
  .gform_footer input[type="submit"],
  .gform_page_footer button,
  .gform_page_footer input[type="button"],
  .gform_page_footer input[type="submit"] {
    font-size: 1.8rem;
  }
}
@media (max-width: 350px) {
  .gform_footer button,
  .gform_footer input[type="button"],
  .gform_footer input[type="submit"],
  .gform_page_footer button,
  .gform_page_footer input[type="button"],
  .gform_page_footer input[type="submit"] {
    font-size: 1.6rem;
  }
}
@media (max-width: 320px) {
  .gform_footer button,
  .gform_footer input[type="button"],
  .gform_footer input[type="submit"],
  .gform_page_footer button,
  .gform_page_footer input[type="button"],
  .gform_page_footer input[type="submit"] {
    font-size: 1.5rem;
  }
}
.gform_footer button.gform_next_button,
.gform_footer button.gform_previous_button,
.gform_footer input[type="button"].gform_next_button,
.gform_footer input[type="button"].gform_previous_button,
.gform_footer input[type="submit"].gform_next_button,
.gform_footer input[type="submit"].gform_previous_button,
.gform_page_footer button.gform_next_button,
.gform_page_footer button.gform_previous_button,
.gform_page_footer input[type="button"].gform_next_button,
.gform_page_footer input[type="button"].gform_previous_button,
.gform_page_footer input[type="submit"].gform_next_button,
.gform_page_footer input[type="submit"].gform_previous_button {
  padding: 10px 28px;
  height: 40px;
  min-width: 110px;
}
.gform_footer button.gform_previous_button,
.gform_footer input[type="button"].gform_previous_button,
.gform_footer input[type="submit"].gform_previous_button,
.gform_page_footer button.gform_previous_button,
.gform_page_footer input[type="button"].gform_previous_button,
.gform_page_footer input[type="submit"].gform_previous_button {
  background: #e570a2 !important;
}
.gform_footer button.gform_previous_button:hover,
.gform_footer input[type="button"].gform_previous_button:hover,
.gform_footer input[type="submit"].gform_previous_button:hover,
.gform_page_footer button.gform_previous_button:hover,
.gform_page_footer input[type="button"].gform_previous_button:hover,
.gform_page_footer input[type="submit"].gform_previous_button:hover {
  background: #5c2037 !important;
}
.gform_footer button.gform_button,
.gform_footer input[type="button"].gform_button,
.gform_footer input[type="submit"].gform_button,
.gform_page_footer button.gform_button,
.gform_page_footer input[type="button"].gform_button,
.gform_page_footer input[type="submit"].gform_button {
  align-self: center;
  padding: 10px 28px;
  height: 40px;
  min-width: 110px;
}
@media (max-width: 400px) {
  .gform_footer button,
  .gform_footer input[type="submit"],
  .gform_page_footer button,
  .gform_page_footer input[type="submit"] {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media (min-width: 401px) {
  .gf_login_links {
    font-size: 0.7em;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(-140%);
  }
}
@media (max-width: 400px) {
  .gf_login_links {
    font-size: 0.8em;
    text-align: center;
    display: block;
    padding: 1em 0;
  }
}
.page-intro {
  text-align: center;
  background: #fff;
}
.page-intro h1,
.page-intro h2 {
  line-height: 1;
}
.page-intro .inner {
  height: 100%;
  align-items: center;
  z-index: 50;
}
.page-intro .title-wrap {
  padding-top: 50px;
  padding-bottom: 15px;
  max-height: 1450px;
  margin: 0 auto;
  width: 100%;
}
.page-intro .title-wrap .main-title {
  margin: auto;
}
@media (min-width: 1800px) {
  .page-intro .title-wrap {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .page-intro .title-wrap {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .page-intro .title-wrap {
    padding-top: 25px;
  }
}
@media (max-width: 1100px) {
  .page-intro.no-pre-title .title-wrap {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .page-intro.no-pre-title .title-wrap {
    padding-top: 25px;
  }
}
@media (max-width: 400px) {
  .page-intro.no-pre-title .title-wrap {
    padding-top: 20px;
  }
}
.page-intro .pre-title {
  width: 100%;
  display: block;
  color: #878787;
  text-align: center;
  padding-bottom: 20px;
}
.page-intro .pre-title a {
  text-decoration: underline;
}
.page-intro .intro-content a {
  color: #fff;
}
.page-intro .intro-content a:hover {
  opacity: 0.8;
  color: #fff;
}
.page-intro .intro-content .lead-image {
  margin-top: 10px;
  margin-bottom: 20px;
}
.page-intro .intro-content .lead-image .card-image {
  margin-bottom: 0;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.17);
}
.page-intro .intro-content .text-content {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 600px) {
  .page-intro .intro-content .col-aside {
    padding-top: 0;
  }
}
.page-intro.no-intro-content .intro-content .inner {
  height: 20px;
}
.page-intro .search-form-wrap {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
.page-intro .title-meta {
  display: flex;
  justify-content: center;
  transform: translateY(1em);
}
.page-intro .title-meta span {
  padding: 0 1em;
  border-right: 1px solid #1c1c1c;
}
.page-intro .title-meta span:last-child {
  border: 0;
}
.page-intro .title-meta a {
  color: #ca256c;
  text-decoration: underline;
}
.page-intro a.button-white {
  color: #ca256c;
}
.page-intro a.button-white:hover {
  opacity: 1;
  color: #5c2037;
}
@media (max-width: 450px) {
  .page-intro .g-size-med {
    font-size: 1.7rem;
  }
}
.intro-contact-methods {
  width: 100%;
}
.intro-contact-methods .contact-method > a {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.intro-contact-methods .contact-method .icon {
  width: 1.7em;
  height: 1.7em;
  border-radius: 100%;
  background: #fff;
  color: #ca256c;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.6em;
}
@media (max-width: 1250px) {
  .intro-contact-methods .flex-columns {
    margin: 0-20px;
  }
  .intro-contact-methods .flex-columns > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .intro-contact-methods .flex-columns > div:last-child {
    flex: 0 0 100%;
    padding-top: 20px;
  }
}
.service-intro .message-box {
  margin: 0;
  padding: 0;
  text-align: left;
  box-shadow: 1px 3px 11px 0 rgba(0, 0, 0, 0.17);
  overflow: hidden;
}
.service-intro .has-video .video-message a,
.service-intro .section-title {
  color: #ca256c;
}
.service-intro .feefo-badge {
  max-width: 210px;
}
.service-intro .col-main {
  flex: 1;
  padding: 35px;
}
.service-intro .col-main > div {
  max-width: 1050px;
}
@media (max-width: 1250px) {
  .service-intro .col-main {
    padding: 25px;
  }
}
@media (max-width: 400px) {
  .service-intro .col-main {
    padding: 20px;
  }
}
.service-intro .button-group {
  padding-right: 20px;
}
.service-intro .button-group a {
  flex: 1;
}
.service-intro .col-aside {
  flex: 0 0 450px;
}
@media (max-width: 1350px) {
  .service-intro .col-aside {
    flex: 0 0 350px;
  }
}
@media (max-width: 1150px) {
  .service-intro .col-aside {
    flex: 0 0 250px;
  }
}
.service-intro .image-wrap {
  height: 100%;
}
.service-intro .image-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-position: left;
  object-position: left;
}
.service-intro .has-video .section-title {
  text-align: left;
  margin-bottom: 1em;
}
.service-intro .has-video .button-group {
  width: 100%;
  padding-right: 0;
  margin: 0;
}
.service-intro .has-video .col-main {
  min-width: 300px;
}
.service-intro .has-video .col-aside {
  flex: 0 0 50%;
  padding: 35px 35px 35px 0;
}
.service-intro .has-video .video-card {
  margin-bottom: 10px;
  min-width: 400px;
}
.service-intro .has-video .video-message {
  font-size: 70%;
  line-height: 110%;
  background-color: #efefef;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 15px;
  border-radius: 4px;
}
.service-intro .has-video .video-message a:hover {
  color: #5c2037;
}
.service-intro .has-video .credit-logos {
  display: flex;
  align-items: center;
  text-align: center;
}
.service-intro .has-video .credit-logos div {
  padding: 15px;
}
.service-intro .has-video .credit-logos a {
  display: inline-block;
}
.service-intro .has-video .credit-logos img {
  max-height: 80px;
  width: auto;
}
.service-intro .has-video .credit-logos .sra-link {
  padding: 5px;
  width: 100%;
  max-height: 80px;
}
.service-intro .awards-n-credits {
  gap: 30px;
}
.service-intro .awards-n-credits .flex-wrap {
  flex: 1;
  justify-content: space-around;
  gap: 30px;
}
.service-intro .awards-n-credits div.card-item {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 150px;
  flex: 30% 30% 20% 20%;
}
@media (max-width: 900px) {
  .service-intro .awards-n-credits div.card-item {
    flex: 100%;
  }
}
.service-intro .awards-n-credits div.bg-white {
  padding: 15px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.service-intro .awards-n-credits div.bg-white img {
  max-width: 202px;
  max-height: 120px;
  display: inline-block;
}
.service-intro .awards-n-credits div.bg-white img.feefo-badge,
.service-intro .awards-n-credits div.bg-white img.feefo-logo {
  max-width: 302px;
}
@media (max-width: 900px) {
  .service-intro .awards-n-credits div.bg-white img.feefo-badge,
  .service-intro .awards-n-credits div.bg-white img.feefo-logo {
    max-width: 242px;
  }
  .service-intro .awards-n-credits div.bg-white img {
    height: auto;
    width: auto;
    margin: 0;
  }
}
.service-intro .awards-n-credits div.bg-white a {
  width: 100%;
  text-align: center;
  display: inline-block;
  height: auto;
}
.service-intro .awards-n-credits div.bg-white .sra-link {
  max-height: 120px !important;
  width: 202px;
  height: 100%;
}
.service-intro .service-intro-links-grid {
  background: #ca256c;
  padding: 50px 35px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 30px;
  box-shadow: 1px 3px 11px 0 rgba(0, 0, 0, 0.17);
}
@media (max-width: 1250px) {
  .service-intro .service-intro-links-grid {
    padding: 35px 25px;
  }
}
@media (max-width: 400px) {
  .service-intro .service-intro-links-grid {
    padding: 25px 20px;
    margin-top: 25px;
  }
}
.service-intro .service-intro-links-grid ul {
  max-width: 1150px;
  margin: 0 auto;
}
.service-intro .service-intro-links-grid ul.links-even li {
  flex: 0 0 25%;
}
@media (max-width: 800px) {
  .service-intro .service-intro-links-grid ul.links-even li {
    flex: 0 0 33.3333333%;
  }
}
@media (max-width: 600px) {
  .service-intro .service-intro-links-grid ul.links-even li {
    flex: 0 0 50%;
  }
}
.service-intro .service-intro-links-grid ul li,
.service-intro .service-intro-links-grid ul.links-odd li {
  flex: 0 0 20%;
}
@media (max-width: 800px) {
  .service-intro .service-intro-links-grid ul.links-odd li {
    flex: 0 0 33.3333333%;
  }
}
@media (max-width: 600px) {
  .service-intro .service-intro-links-grid ul.links-odd li {
    flex: 0 0 50%;
  }
}
.service-intro .service-intro-links-grid ul li a:hover {
  background: #5c2037;
  color: #fff;
  opacity: 1;
}
@media (max-width: 960px) {
  .service-intro .service-intro-links-grid ul li {
    flex: 0 0 25%;
  }
}
@media (max-width: 800px) {
  .service-intro .service-intro-links-grid ul li {
    flex: 0 0 33.3333333%;
  }
}
@media (max-width: 600px) {
  .service-intro .service-intro-links-grid ul li {
    flex: 0 0 50%;
  }
}
.collapsible-block .title:hover h2,
.collapsible-block .title:hover h3,
.cta-block-2023 p a.text-button:hover,
.service-intro .service-intro-links-grid a {
  color: #ca256c;
}
@media (max-width: 1250px) {
  .service-intro .g-size-reg-med {
    font-size: 2.2rem;
  }
}
@media (min-width: 901px) and (max-width: 1250px) {
  .service-intro .button {
    font-size: 2rem;
  }
  .service-intro .has-video .flex-wrap {
    flex-direction: column;
  }
  .service-intro .has-video .col-main {
    padding: 35px;
  }
  .service-intro .has-video .col-main .section-title {
    text-align: center;
  }
  .service-intro .has-video .col-main > div {
    max-width: 100%;
  }
  .service-intro .has-video .col-aside {
    flex: 1;
    display: block;
    padding: 0 35px 35px;
  }
}
@media (max-width: 900px) {
  .service-intro .flex-columns {
    display: block;
  }
  .service-intro .col-aside {
    display: none;
  }
  .service-intro .feefo-badge {
    max-width: 190px;
  }
  .service-intro .has-video .col-main {
    min-width: 100%;
    padding-bottom: 0;
  }
  .service-intro .has-video .col-aside {
    flex: 1;
    display: block;
    padding: 25px;
  }
  .service-intro .has-video .video-card {
    min-width: 100%;
  }
  .service-intro .has-video .credit-logos {
    flex-wrap: wrap;
  }
  .service-intro .has-video .credit-logos div {
    padding: 5px;
  }
  .service-intro .has-video .credit-logos img {
    max-height: 150px;
    width: auto;
  }
  .service-intro .has-video .credit-logos .sra-link {
    width: 100%;
    max-height: 150px;
  }
  .service-intro .has-video .col1-4 {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .service-intro .actions {
    display: block;
  }
  .service-intro .button-group {
    text-align: center;
    padding: 0;
  }
  .service-intro .feefo-badge {
    margin: 20px auto 0;
  }
}
@media (max-width: 600px) {
  .service-intro .message-box {
    margin-top: -80px;
  }
  .service-intro .has-video .section-title {
    text-align: center;
    margin-bottom: 0.8em;
  }
  .service-intro .has-video .col-aside {
    padding: 15px;
  }
  .service-intro .section-title {
    padding-top: 0;
  }
  .service-intro .button-group {
    display: block;
    margin: 0;
  }
  .service-intro .button-group a {
    width: 100%;
    margin: 0 0 0.5em;
  }
  .service-intro .button-group a:last-child {
    margin: 0 0 0.5em;
  }
  .service-intro .g-size-reg-med {
    font-size: 1.9rem;
  }
}
@media (max-width: 500px) {
  .service-intro .g-size-reg-med {
    font-size: 1.7rem;
  }
  .service-intro .feefo-badge {
    max-width: 200px;
  }
}
@media (max-width: 450px) {
  .service-intro .message-box {
    margin-top: -60px;
  }
  .service-intro .g-size-reg-med {
    font-size: 1.6rem;
  }
}
@media (max-width: 400px) {
  .service-intro .message-box {
    margin-top: -50px;
  }
  .service-intro .g-size-reg-med {
    font-size: 1.5rem;
  }
}
.page-intro-feefo-intro {
  display: block !important;
}
.page-intro-feefo-intro p:last-of-type {
  padding-bottom: 1em;
}
.page-intro-feefo-rating {
  width: 100%;
}
.page-intro-feefo-rating .feefo-logo img {
  height: 0.7em;
  width: auto;
  margin-right: 0.7em;
}
.page-intro.bottom-curve-overlap .bg-gradient {
  padding-bottom: 0;
}
.page-intro.top-curve-overlap .bg-gradient {
  padding-top: 0;
}
.page-intro.has-profile-image .inner {
  z-index: 5;
}
.page-intro-team-profile .flex-columns {
  flex-direction: row-reverse;
  align-items: center;
}
.page-intro-team-profile .col-image {
  flex: 0 0 45%;
}
.page-intro-team-profile .col-text {
  flex: 1;
}
.page-intro-team-profile.has-profile-image .col-text {
  text-align: left;
}
@media (min-width: 900px) and (max-width: 1000px) {
  .page-intro-team-profile {
    font-size: 2rem;
  }
}
@media (max-width: 900px) {
  .page-intro-team-profile .flex-columns {
    display: block;
  }
  .page-intro-team-profile .col-text {
    padding-top: 100px;
    max-width: 500px;
    margin: 0 auto;
  }
  .page-intro-team-profile .col-image {
    max-width: 350px;
    margin: 0 auto;
  }
  .page-intro-team-profile.has-profile-image .col-text {
    text-align: center;
  }
  .page-intro-team-profile .card-icon-links {
    margin: 0 auto;
  }
  .page-intro-team-profile .card-icon-links a:first-child:last-child {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .page-intro-team-profile .col-text {
    padding-top: 50px;
  }
  .page-intro-team-profile .col-image {
    max-width: 300px;
  }
}
@media (max-width: 400px) {
  .page-intro-team-profile .col-text {
    padding-top: 35px;
  }
}
@media (max-width: 1000px) {
  .intro-dropdown-wrap .col1-3 {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  .intro-dropdown-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.slick-dots {
  width: 100%;
  text-align: center;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  padding: 0 9px;
}
.slick-dots li:first-child:last-child {
  display: none;
}
.slick-dots button {
  width: 40px;
  height: 12px;
  text-indent: -999rem;
  padding: 0;
  background: #ca256c;
  border-radius: 6px;
  cursor: pointer;
  transition: all 300ms ease;
  border: 0;
}
.slick-dots button:active,
.slick-dots button:focus {
  outline: 0;
}
@media (max-width: 600px) {
  .slick-dots button {
    width: 30px;
    height: 8px;
  }
}
.slick-dots .slick-active button {
  background: #5c2037;
  background: #fff;
}
.slick-disabled {
  opacity: 0.5;
}
.slick-arrow {
  background: 0 0;
  border: 0;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  direction: block;
  width: 48px;
  height: 48px;
}
.button {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  font-size: 2.5rem;
  padding: 16px 28px;
  transition: all 300ms ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  line-height: 0.9;
  word-break: keep-all;
  border-radius: 50vw;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  font-family: eigerdals, sans-serif;
}
.button.fw {
  display: block;
  text-align: center;
}
.button.width-med {
  min-width: 170px;
}
@media (max-width: 900px) {
  .button {
    font-size: 2.2rem;
  }
}
@media (max-width: 800px) {
  .button {
    font-size: 2rem;
  }
}
@media (max-width: 400px) {
  .button {
    font-size: 1.8rem;
  }
}
@media (max-width: 350px) {
  .button {
    font-size: 1.6rem;
  }
}
@media (max-width: 320px) {
  .button {
    font-size: 1.5rem;
  }
}
.boxed-card a:hover .closing-date,
.button-brand-pink {
  background: #ca256c;
  color: #fff;
}
.button-brand-pink:hover {
  background: #b42160;
}
.button-brand-pink-dark {
  background: #5c2037;
  color: #fff;
}
.button-brand-pink-dark:hover {
  background: #49192c;
}
.button-brand-pink-mid {
  background: #7a1440;
  color: #fff;
}
.button-brand-pink-mid:hover {
  background: #641035;
}
.button-white {
  background: #fff;
  color: #ca256c;
  box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.17);
}
.button-white:hover {
  background: #f1f0f0;
}
.button-brand-pink-border,
.button-brand-pink-mid-border {
  background: #fff;
  color: #ca256c;
  border: 3px solid #ca256c;
  line-height: 0.7;
}
.button-brand-pink-border:hover,
.social-links a:hover {
  background: #ca256c;
}
.button-brand-pink-mid-border {
  color: #7a1440 !important;
  border: 3px solid #7a1440;
}
.button-brand-pink-mid-border:hover {
  border-color: #ca256c;
  color: #ca256c !important;
}
.text-button {
  font-weight: 700;
  font-family: eigerdals, sans-serif;
  color: #ca256c;
  border-bottom: 3px solid currentColor;
}
.button-group {
  margin: 0-8px;
}
.button-group .button {
  margin: 8px;
}
.button-group.align-center,
.button-group.centered {
  text-align: center;
}
.button-group.justified {
  display: flex;
  justify-content: space-between;
}
.button-group .button-center {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 650px) {
  .button-group.justified {
    display: block;
  }
  .button-group.justified .button {
    margin: 10px auto;
    display: block;
  }
  .button-group.justified .spacer {
    display: none;
  }
  .button-group.centered {
    margin: 0;
  }
  .button-group.centered .button {
    margin: 10px 0;
  }
}
.social-links {
  font-size: 2rem;
  display: flex;
  align-items: center;
}
.social-links .simple-icons--linktree::after {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='m13.736 5.853l4.005-4.117l2.325 2.38l-4.2 4.005h5.908v3.305h-5.937l4.229 4.108l-2.325 2.334l-5.74-5.769l-5.741 5.769l-2.325-2.325l4.229-4.108H2.226V8.121h5.909l-4.2-4.004l2.324-2.381l4.005 4.117V0h3.472zm-3.472 10.306h3.472V24h-3.472z'/%3E%3C/svg%3E");
}
.social-links li {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.social-links li:last-child {
  margin: 0;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  background: #4b4b4b;
  color: #fff;
  border-radius: 100%;
}
@media (min-width: 801px) and (max-width: 1000px) {
  .social-links {
    font-size: 2rem;
  }
  .social-links a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 800px) {
  .social-links {
    justify-content: center;
  }
  .social-links li,
  .social-links li:last-child {
    margin: 0 0.3em;
  }
}
@media (max-width: 400px) {
  .social-links {
    font-size: 2rem;
  }
  .social-links a {
    width: 40px;
    height: 40px;
  }
}
.section-title {
  font-family: eigerdals, sans-serif;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 1.1em;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4 {
  position: relative;
  line-height: 110%;
}
.section-title.add-bottom-border {
  padding-bottom: 0.8em;
  border-bottom: 1px solid #c9c9c9;
}
.section-title.add-bottom-border.border-tint-white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 901px) {
  .section-title.mbl {
    margin-bottom: 1.9em;
    padding-bottom: 1em;
  }
}
.page-wrap {
  background: linear-gradient(180deg, #fff 40%, #e2e1e1 100%);
}
.page-wrap > section:last-child {
  padding-bottom: 100px;
}
@media (max-width: 400px) {
  .page-wrap > section:last-child {
    padding-bottom: 60px;
  }
}
.card-item .details .g-size-reg p:last-child,
.page-wrap > .blog-and-videos-block:last-child {
  padding-bottom: 0;
}
.page-wrap
  > .blog-and-videos-block:last-child
  .bottom-curve-clip-path-bg-gradient-1 {
  display: none;
}
.bg-gradient {
  background: linear-gradient(90deg, #5c2037 0, #c70f5e 100%);
}
.curved-bg-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.curved-bg-container .bg-gradient {
  flex: 1;
}
.top-curve-clip-path-bg-gradient-1 {
  -webkit-clip-path: ellipse(80% 52%at 43% 80%);
  clip-path: ellipse(80% 52%at 43% 80%);
  height: 140px;
  background: linear-gradient(90deg, #5c2037 0, #c70f5e 100%);
  display: block;
}
@media (max-width: 900px) {
  .top-curve-clip-path-bg-gradient-1 {
    height: 100px;
  }
}
@media (max-width: 600px) {
  .top-curve-clip-path-bg-gradient-1 {
    height: 60px;
  }
}
.bottom-curve-clip-path-bg-gradient-1 {
  -webkit-clip-path: ellipse(61% 72%at 60% 12%);
  clip-path: ellipse(61% 72%at 60% 12%);
  height: 100px;
  background: linear-gradient(90deg, #5c2037 0, #c70f5e 100%);
  display: block;
}
@media (max-width: 900px) {
  .bottom-curve-clip-path-bg-gradient-1 {
    height: 70px;
  }
}
@media (max-width: 600px) {
  .bottom-curve-clip-path-bg-gradient-1 {
    height: 50px;
  }
}
.add-top-curve-1,
.add-top-curve-2 {
  padding-top: 80px;
}
.add-top-curve-1 .curve-join-top,
.add-top-curve-1:before,
.add-top-curve-2 .curve-join-top,
.add-top-curve-2:before {
  height: 80px;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 5;
}
.add-bottom-curve-down,
.add-bottom-curve-up-1,
.add-bottom-curve-up-2 {
  padding-bottom: 100px;
}
.add-bottom-curve-down .curve-join-bottom,
.add-bottom-curve-down:after,
.add-bottom-curve-up-1 .curve-join-bottom,
.add-bottom-curve-up-1:after,
.add-bottom-curve-up-2 .curve-join-bottom,
.add-bottom-curve-up-2:after {
  height: 80px;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
}
.curve-join-bottom,
.curve-join-top,
.hero > div {
  width: 100%;
}
.curve-join-bottom svg,
.curve-join-top svg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1340px) {
  .add-bottom-curve-down .curve-join-bottom,
  .add-bottom-curve-down:after,
  .add-bottom-curve-up-1 .curve-join-bottom,
  .add-bottom-curve-up-1:after,
  .add-bottom-curve-up-2 .curve-join-bottom,
  .add-bottom-curve-up-2:after,
  .add-top-curve-1 .curve-join-top,
  .add-top-curve-1:before,
  .add-top-curve-2 .curve-join-top,
  .add-top-curve-2:before {
    height: 65px;
  }
  .add-bottom-curve-down,
  .add-bottom-curve-up-1,
  .add-bottom-curve-up-2 {
    padding-bottom: 65px;
  }
  .add-top-curve-1,
  .add-top-curve-2 {
    padding-top: 65px;
  }
}
@media (max-width: 600px) {
  .add-bottom-curve-down .curve-join-bottom,
  .add-bottom-curve-down:after,
  .add-bottom-curve-up-1 .curve-join-bottom,
  .add-bottom-curve-up-1:after,
  .add-bottom-curve-up-2 .curve-join-bottom,
  .add-bottom-curve-up-2:after,
  .add-top-curve-1 .curve-join-top,
  .add-top-curve-1:before,
  .add-top-curve-2 .curve-join-top,
  .add-top-curve-2:before {
    height: 30px;
  }
  .add-bottom-curve-down,
  .add-bottom-curve-up-1,
  .add-bottom-curve-up-2 {
    padding-bottom: 50px;
  }
  .add-top-curve-1,
  .add-top-curve-2 {
    padding-top: 50px;
  }
}
@media (max-width: 450px) {
  .add-bottom-curve-down .curve-join-bottom,
  .add-bottom-curve-down:after,
  .add-bottom-curve-up-1 .curve-join-bottom,
  .add-bottom-curve-up-1:after,
  .add-bottom-curve-up-2 .curve-join-bottom,
  .add-bottom-curve-up-2:after,
  .add-top-curve-1 .curve-join-top,
  .add-top-curve-1:before,
  .add-top-curve-2 .curve-join-top,
  .add-top-curve-2:before {
    height: 20px;
  }
  .add-bottom-curve-down,
  .add-bottom-curve-up-1,
  .add-bottom-curve-up-2 {
    padding-bottom: 30px;
  }
  .add-top-curve-1,
  .add-top-curve-2 {
    padding-top: 30px;
  }
}
.hero > div {
  height: 100%;
}
.hero * {
  min-height: 0;
  min-width: 0;
}
@media (min-width: 851px) {
  .hero {
    background: #000;
    color: #fff;
    overflow: hidden;
  }
  .hero .hero-contents {
    height: calc(90vh - 114px);
    min-height: 600px;
    display: flex;
    align-items: center;
    z-index: 4;
  }
  .hero .hero-contents .inner {
    display: flex;
  }
  .hero:before {
    content: "";
    position: absolute;
    width: 60vw;
    background: linear-gradient(90deg, #5c2037 0, rgba(92, 32, 55, 0) 100%);
    height: 100%;
    left: 0;
    z-index: 2;
  }
  .hero .hero-reviews {
    flex: 0 0 300px;
    padding-left: 30px;
    margin-left: auto;
    position: absolute;
    width: 300px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .hero .hero-main {
    padding-right: 300px;
  }
  .hero .hero-reviews .curved-bg-container,
  .hero .image-sm {
    display: none;
  }
}
.hero h1 {
  line-height: 1;
}
.hero .hero-text {
  max-width: 660px;
}
.hero .reviews-carousel > .review:nth-child(n + 2) {
  display: none;
}
@media (max-width: 850px) {
  .hero {
    text-align: center;
  }
  .hero .inner {
    padding: 0;
  }
  .hero .bg-media,
  .hero .button-wrap {
    display: none;
  }
  .hero .hero-main {
    padding: 60px 0;
    width: 90%;
    margin: 0 auto;
  }
  .hero .hero-text {
    margin: 0 auto;
  }
  .hero .image-sm {
    width: 100vw;
    display: block;
  }
  .hero .hero-reviews {
    width: 100%;
    margin-top: -100px;
  }
  .hero .hero-reviews .hero-reviews-dots,
  .hero .hero-reviews .rc-wrap {
    margin: 0 auto;
    max-width: 300px;
    width: 90%;
    z-index: 10;
  }
  .hero .hero-reviews .rc-wrap {
    margin-top: -80px;
  }
  .hero .hero-reviews .reviews-badge {
    max-width: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .hero .hero-main {
    padding: 40px 0;
  }
  .hero .hero-reviews {
    margin-top: -40px;
  }
  .hero .hero-reviews .top-curve-clip-path-bg-gradient-1 {
    height: 50px;
  }
  .hero .hero-reviews .rc-wrap {
    top: -25px;
    margin-top: 0;
  }
  .hero .hero-reviews .hero-reviews-dots {
    padding-top: 0;
  }
}
@media (max-width: 600px) and (max-width: 400px) {
  .hero .hero-reviews .g-size-reg {
    font-size: 1.8rem;
  }
}
.hero .bg-media img {
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}
.hero-reviews {
  text-align: center;
}
.filter-dropdown ul,
.hero-reviews .rc-wrap,
.modal .inner > div > div {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}
.hero-reviews .review > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 0;
}
@media (max-width: 850px) {
  .hero-reviews .review > div {
    padding: 35px 20px;
  }
}
@media (max-width: 600px) {
  .hero-reviews .review > div {
    padding: 25px 0;
  }
}
@media (max-width: 400px) {
  .hero-reviews .review > div {
    padding: 15px 0;
  }
}
.hero-reviews .review-source {
  font-weight: 700;
  padding-top: 1em;
}
.hero-reviews .hero-reviews-dots {
  padding-top: 25px;
}
.hero-reviews .slick-active button {
  background: #fff !important;
}
.hero-text-columns {
  padding: 90px 0;
  margin-top: -140px;
  z-index: 2;
}
@media (max-height: 1050px) {
  .hero-text-columns {
    margin-top: -90px;
  }
}
.hero-text-columns .section-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 850px) {
  .hero-text-columns {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
  .hero-text-columns .slick-list {
    padding: 0;
  }
  .hero-text-columns .flex-columns {
    max-width: 600px;
    margin: 0 auto;
  }
  .hero-text-columns .curved-bg-container span:first-child {
    display: none;
  }
}
.filter-dropdown {
  font-family: eigerdals, sans-serif;
}
.filter-dropdown.fw {
  width: 100%;
}
.filter-dropdown .toggle-link {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5em 0;
}
.filter-dropdown .toggle-link i {
  font-size: 0.7em;
  transform: translateY(-20%);
}
.filter-dropdown .toggle-content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
.filter-dropdown.active .toggle-content,
html.modal-open .modal-open {
  opacity: 1;
  visibility: visible;
}
.filter-dropdown.active i {
  transform: rotate(180deg);
}
.filter-dropdown ul {
  box-shadow: 1px 3px 11px 0 rgba(0, 0, 0, 0.17);
  padding: 25px;
  color: #1c1c1c;
  text-align: left;
  z-index: 100;
}
.filter-dropdown ul a {
  color: #1c1c1c !important;
}
.filter-dropdown ul li {
  padding-bottom: 0.9em;
}
.filter-dropdown ul a:hover {
  color: #ca256c !important;
  text-decoration: underline;
}
.modal,
.modal .modal-contents {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.modal {
  position: fixed;
  visibility: hidden;
  transition: all 300ms;
  z-index: 10000;
  opacity: 0;
}
.modal .modal-contents {
  position: absolute;
  display: block;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  display: flex;
}
.modal .inner {
  display: flex;
}
.modal .inner > div {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}
.modal .inner > div > div {
  margin-top: 100px;
  margin-bottom: 100px;
  width: 100%;
  padding: 38px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.47);
}
@media (max-width: 700px) {
  .modal .inner > div > div {
    padding: 25px;
  }
}
@media (max-width: 400px) {
  .modal .inner > div > div {
    padding: 15px;
  }
}
.modal .modal-close-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  transform: translateY(-100%);
  font-size: 6em;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.modal .section-title {
  margin-bottom: 0.8em;
}
.modal .section-title.add-bottom-border {
  border-bottom: 1px solid #c9c9c9;
}
.blur-content {
  filter: blur(5px);
}
.content-with-sidebar .single-column {
  flex: 1;
}
.content-with-sidebar .single-column .lead-image .image-wrap {
  background-color: #f1f0f0;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.17);
}
.content-with-sidebar .col-aside {
  flex: 0 0 540px;
  margin-left: auto;
}
@media (min-width: 801px) and (max-width: 1250px) {
  .content-with-sidebar .col-aside {
    flex: 0 0 420px;
  }
  .content-with-sidebar .col-aside .button,
  .content-with-sidebar .col-aside .g-size-reg-med {
    font-size: 2rem;
  }
}
@media (min-width: 801px) and (max-width: 1250px) and (orientation: portrait) {
  .content-with-sidebar .col-aside {
    flex: 0 0 100%;
  }
}
@media (min-width: 801px) and (max-width: 1250px) and (max-width: 950px) {
  .content-with-sidebar .col-aside .g-size-med {
    font-size: 2.3rem;
  }
  .content-with-sidebar .col-aside .button,
  .content-with-sidebar .col-aside .g-size-reg-med {
    font-size: 1.8rem;
  }
}
@media (min-width: 701px) and (max-width: 800px) {
  .content-with-sidebar .col-aside {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex: 0 0 100%;
  }
  .content-with-sidebar .aside-block {
    flex: 0 0 50%;
  }
  .content-with-sidebar .aside-block:nth-child(even),
  .content-with-sidebar .aside-block:nth-child(odd) {
    padding-right: 20px;
  }
}
@media (min-width: 801px) {
  .content-with-sidebar .col-aside > div {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }
}
@media (max-width: 800px) {
  .content-with-sidebar .col-aside {
    flex: 0 0 100%;
  }
}
@media (max-width: 600px) {
  .content-with-sidebar .col-aside {
    padding-top: 35px;
  }
}
@media (max-width: 1050px) {
  .text-columns .col1-3,
  .text-columns .col1-4 {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .text-columns .col1-2,
  .text-columns .col1-3 {
    width: 100%;
  }
  .text-columns .col1-2:last-child.push-bottom-m,
  .text-columns .col1-3:last-child.push-bottom-m {
    padding-bottom: 0;
  }
}
.image-x-tall {
  min-height: 835px;
}
@media (max-width: 1300px) {
  .image-x-tall {
    min-height: 750px;
  }
}
@media (max-width: 900px) {
  .image-x-tall {
    min-height: 650px;
  }
}
@media (max-width: 700px) {
  .image-x-tall {
    min-height: 450px;
  }
}
@media (max-width: 450px) {
  .image-x-tall {
    min-height: 320px;
  }
}
.image-tall {
  min-height: 650px;
}
@media (max-width: 1300px) {
  .image-tall {
    min-height: 550px;
  }
}
@media (max-width: 900px) {
  .image-tall {
    min-height: 450px;
  }
}
@media (max-width: 700px) {
  .image-tall {
    min-height: 350px;
  }
}
@media (max-width: 450px) {
  .image-tall {
    min-height: 280px;
  }
}
.image-med {
  min-height: 500px;
}
@media (max-width: 900px) {
  .image-med {
    min-height: 450px;
  }
}
@media (max-width: 700px) {
  .image-med {
    min-height: 350px;
  }
}
@media (max-width: 450px) {
  .image-med {
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .text-media-cols .col5,
  .text-media-cols .col6 {
    width: 100%;
  }
  .text-media-cols .col-image {
    margin-top: 30px;
  }
}
.card-item {
  margin-bottom: 50px;
}
.card-item a,
.card-item > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-item .card-image {
  background: #f1f0f0;
  margin-bottom: 35px;
}
.card-item > a {
  transition: all 300ms ease;
}
.card-item .details {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-item .details h2 span {
  display: block;
}
.card-item .details > * {
  width: 100%;
}
.card-item .more-link {
  margin-top: auto;
  font-weight: 700;
  display: block;
  padding-top: 20px;
  color: #ca256c;
  font-family: eigerdals, sans-serif;
}
.card-item .meta-bottom {
  margin-top: auto;
}
.card-item h2 span :not(.nobr) {
  display: block;
}
@media (max-width: 1050px) {
  .card-item.col1-3,
  .card-item.col1-4 {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .card-item.col1-2,
  .card-item.col1-3 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .card-item,
  .card-item.article-card {
    margin-bottom: 30px;
  }
  .card-item:last-child {
    margin: 0;
  }
  .card-item.col1-4 {
    width: 100%;
  }
}
.boxed-card a,
.boxed-card > div {
  background: #fff;
  box-shadow: 1px 3px 11px 0 rgba(0, 0, 0, 0.17);
  border-radius: 5px;
}
.boxed-card .img-rounded-corners {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
}
.boxed-card .details {
  padding: 35px;
}
.boxed-card.has-closing-date a {
  border-radius: 5px;
  overflow: hidden;
}
.boxed-card .closing-date {
  background: #f1f0f0;
  transition: all 300ms ease;
  height: 60px;
  padding: 0 35px;
  display: flex;
  align-items: center;
}
@media (min-width: 1051px) and (max-width: 1200px) {
  .boxed-card .details {
    padding: 25px;
  }
  .boxed-card .closing-date {
    padding: 0 25px;
  }
}
@media (max-width: 600px) {
  .boxed-card .details {
    padding: 25px;
  }
  .boxed-card .closing-date {
    padding: 0 25px;
  }
}
@media (max-width: 400px) {
  .boxed-card .details {
    padding: 20px;
  }
  .boxed-card .closing-date {
    padding: 0 20x;
  }
}
.feefo-card > a,
.feefo-card > div {
  border-radius: 5px;
}
.feefo-card .rating {
  color: #ffd02e;
  display: flex;
}
.feefo-card .rating svg {
  height: 0.9em;
  width: auto;
  margin-right: 0.2em;
}
.card-carousel .slick-track,
.feefo-card .meta-bottom {
  display: flex;
}
.feefo-card .meta-bottom .name {
  font-weight: 700;
  color: #5c2037;
}
.feefo-card .meta-bottom .date {
  margin-left: auto;
}
.card-carousel .slick-track .card-item {
  float: none;
  height: auto;
  clear: none !important;
  padding-left: 25px;
  padding-right: 25px;
}
.card-carousel .slick-list {
  padding: 0;
  float: none;
}
@media (max-width: 700px) {
  .card-carousel .slick-list {
    padding: 0 35px;
    overflow: visible;
  }
  .card-carousel .card-item {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (max-width: 500px) {
  .card-carousel .slick-list {
    padding: 0 20px;
  }
}
.video-card video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-icon-links,
.card-icon-links a {
  display: flex;
  box-shadow: none !important;
}
.card-icon-links {
  flex-wrap: nowrap;
  padding: 0 !important;
  border-radius: 0 !important;
  height: 50px !important;
  width: 110px;
  justify-content: space-between;
  flex-direction: row !important;
  background: 0 0 !important;
}
.card-icon-links.bottom-right {
  position: absolute;
  bottom: 23px;
  right: 55px;
}
.card-icon-links a {
  font-size: 1.7rem;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #ca256c;
  color: #ca256c;
}
.card-icon-links a:hover,
.links-grid ul a:hover {
  background: #ca256c;
  color: #fff;
}
.card-icon-links a:nth-child(n + 2) {
  margin-left: auto;
}
.card-icon-links.text-white a {
  border: 1px solid #fff;
  color: #fff;
}
.card-icon-links.text-white a:hover {
  background: #fff;
  color: #ca256c;
}
@media (max-width: 1250px) {
  .card-icon-links {
    height: 35px;
    width: 80px;
  }
  .card-icon-links.bottom-right {
    bottom: 15px;
  }
  .card-icon-links a {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .card-icon-links.bottom-right {
    bottom: 10px;
    right: 35px;
  }
}
@media (max-width: 400px) {
  .card-icon-links.bottom-right {
    bottom: 0;
  }
}
.quotes-carousel {
  padding: 100px 0 140px !important;
}
@media (max-width: 600px) {
  .quotes-carousel {
    padding: 50px 0 70px !important;
  }
}
.quotes-carousel .quote-carousel > .slide:nth-child(n + 2) {
  display: none;
}
.quotes-carousel .feefo-wrap {
  display: flex;
  justify-content: center;
}
.links-grid-wrap .col-links:last-child {
  max-width: 775px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .links-grid-wrap .flex-columns {
    display: block;
  }
  .links-grid-wrap .col6 {
    width: 100%;
  }
  .links-grid-wrap .col6 img {
    margin: 0 auto;
  }
  .links-grid-wrap .button-wrap {
    padding: 30px 0;
  }
}
.links-grid ul,
.links-grid ul a {
  display: flex;
  justify-content: center;
}
.links-grid ul {
  flex-wrap: wrap;
  margin: 0-2px;
  font-size: 0.9em;
}
.links-grid ul li {
  padding: 0 2px 4px;
  flex: 0 0 50%;
}
@media (min-width: 901px) and (max-width: 1000px) {
  .links-grid ul li {
    flex: 0 0 50%;
  }
}
@media (max-width: 600px) {
  .links-grid ul li {
    flex: 0 0 50%;
  }
}
.links-grid ul a {
  border-radius: 5px;
  color: #ca256c;
  padding: 1em 0.8em;
  align-items: center;
  font-weight: 700;
  background: #fff;
  background: linear-gradient(180deg, #fafafa 40%, #afafaf 100%);
  height: 100%;
  text-align: center;
  min-height: 6em;
  transition: all 300ms ease;
}
@media (max-width: 450px) {
  .links-grid ul {
    font-size: 0.8em;
  }
}
.blog-and-videos-block .content-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 150px;
  margin-top: 100px;
}
@media (max-width: 600px) {
  .blog-and-videos-block .content-wrap {
    margin-bottom: 100px;
    margin-top: 50px;
  }
}
.blog-and-videos-block .col-content {
  flex: 1;
}
.blog-and-videos-block .col-character {
  margin-left: auto;
  flex: 0 0 380px;
  display: flex;
  margin-top: -80px;
}
.blog-and-videos-block .col-character img {
  width: 250px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .blog-and-videos-block .col-character {
    flex: 0 0 300px;
  }
  .blog-and-videos-block .col-character img {
    width: 220px;
  }
}
@media (max-width: 980px) {
  .blog-and-videos-block .col-character {
    flex: 0 0 240px;
  }
  .blog-and-videos-block .col-character img {
    width: 100%;
    left: 40px;
  }
}
@media (max-width: 780px) {
  .blog-and-videos-block .col-character {
    flex: 0 0 220px;
    margin-top: -40px;
  }
  .blog-and-videos-block .col-character img {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .blog-and-videos-block .col-character {
    flex: 0 0 150px;
  }
  .blog-and-videos-block .col-character img {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    max-width: none;
    left: 30px;
  }
}
@media (max-width: 500px) {
  .blog-and-videos-block .col-character {
    flex: 0 0 115px;
  }
  .blog-and-videos-block .col-character img {
    width: 110%;
  }
}
@media (max-width: 400px) {
  .blog-and-videos-block .col-character {
    flex: 0 0 105px;
  }
}
@media (max-width: 380px) {
  .blog-and-videos-block .col-character {
    flex: 0 0 90px;
  }
  .blog-and-videos-block .col-character img {
    width: 120%;
  }
}
.blog-and-videos-block .flex-columns {
  margin-left: 0;
  margin-right: 0;
}
.blog-and-videos-block .slick-list {
  padding: 0;
}
.blog-and-videos-block .tab-content {
  display: none;
  height: 100%;
}
@media (max-width: 980px) {
  .blog-and-videos-block .tab-content .flex-columns {
    max-width: 550px;
    margin: 0 auto;
  }
}
.blog-and-videos-block .tab-content.active-tab {
  display: block;
}
.blog-and-videos-block .card-image {
  margin: 0;
}
.blog-and-videos-block * {
  min-height: 0;
  min-width: 0;
}
.blog-and-videos-block .card-item {
  padding: 0 12px;
}
.blog-and-videos-block .dots-container {
  position: absolute;
  bottom: 0;
  width: 100vw;
  left: -30px;
  transform: translateY(50px);
}
@media (max-width: 1000px) {
  .blog-and-videos-block .dots-container {
    left: -30px;
    transform: translateY(40px);
  }
}
@media (max-width: 600px) {
  .blog-and-videos-block .dots-container {
    left: -25px;
    transform: translateY(40px);
  }
}
@media (max-width: 460px) {
  .blog-and-videos-block .dots-container {
    left: -17px;
    transform: translateY(40px);
  }
}
@media (max-width: 980px) {
  .blog-and-videos-block .card-item {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.tabs-wrap {
  z-index: 10;
  font-family: eigerdals, sans-serif;
}
@media (max-width: 980px) {
  .tabs-wrap {
    width: 100vw;
    left: -30px;
  }
}
.tabs-wrap ul {
  display: flex;
  font-weight: 700;
  justify-content: center;
  align-items: center;
}
.tabs-wrap li {
  margin: 0 1em;
}
@media (max-width: 600px) {
  .tabs-wrap li {
    margin: 0 0.5em;
  }
}
.tabs-wrap a {
  padding: 0 0.2em 0.5em;
}
.tabs-wrap .active-tab:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -0.3em;
  height: 6px;
  border-radius: 50vw;
  background: currentColor;
}
@media (max-width: 600px) {
  .tabs-wrap .active-tab:after {
    height: 3px;
  }
}
@media (max-width: 1250px) {
  .tabs-wrap {
    font-size: 3rem;
  }
}
@media (max-width: 600px) {
  .tabs-wrap {
    font-size: 2.4rem;
  }
}
@media (max-width: 500px) {
  .tabs-wrap {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .tabs-wrap {
    font-size: 1.8rem;
  }
}
.article-list-wrap *,
.team-and-videos-block * {
  min-height: 0;
  min-width: 0;
}
.article-list-wrap .video-slide > video,
.team-and-videos-block .video-slide > video {
  width: 75%;
  margin: 0 auto;
  display: block;
  box-shadow: 1px 3px 11px 0 rgba(0, 0, 0, 0.17);
  border-radius: 5px;
}
@media (max-width: 500px) {
  .article-list-wrap .video-slide > video,
  .team-and-videos-block .video-slide > video {
    width: 100%;
  }
}
.article-list-wrap .slick-dots,
.team-and-videos-block .slick-dots {
  margin-top: 45px;
}
.article-list-wrap .slick-dots .slick-active button,
.team-and-videos-block .slick-dots .slick-active button {
  background: #5c2037;
}
@media (max-width: 500px) {
  .article-list-wrap .slick-dots,
  .team-and-videos-block .slick-dots {
    margin-top: 30px;
  }
}
.article-list-wrap .team-carousel-wrap,
.team-and-videos-block .team-carousel-wrap {
  max-width: 630px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .article-list-wrap .team-carousel-wrap .flex-columns,
  .team-and-videos-block .team-carousel-wrap .flex-columns {
    margin-top: -20px;
    width: 160vw;
    left: -30vw;
  }
}
.article-list-wrap .team-slide,
.team-and-videos-block .team-slide {
  transform: scale(0.6);
  transition: all 300ms ease;
  padding: 15px 0;
}
.article-list-wrap .team-slide .profile-content,
.team-and-videos-block .team-slide .profile-content {
  display: none;
}
.article-list-wrap .slick-current,
.team-and-videos-block .slick-current {
  transform: scale(1);
}
.article-list-wrap .team-content-container,
.team-and-videos-block .team-content-container {
  text-align: center;
  height: 70px;
  margin: 10px auto 0;
}
.article-list-wrap .team-content-container h2,
.team-and-videos-block .team-content-container h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
}
@media (max-width: 600px) {
  .article-list-wrap .team-content-container h2 span,
  .team-and-videos-block .team-content-container h2 span {
    display: block;
  }
}
.article-list-wrap .arrows-container,
.team-and-videos-block .arrows-container {
  display: flex;
  justify-content: center;
}
.article-list-wrap .arrows-container button,
.team-and-videos-block .arrows-container button {
  margin: 0 10px;
}
@media (max-width: 900px) {
  .article-list-wrap .flex-columns,
  .team-and-videos-block .flex-columns {
    display: block;
  }
  .article-list-wrap .flex-columns .col1-2,
  .team-and-videos-block .flex-columns .col1-2 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .article-list-wrap .flex-columns .col1-2:first-child,
  .team-and-videos-block .flex-columns .col1-2:first-child {
    margin-bottom: 50px;
  }
}
.cta-block-2023 {
  position: relative;
  background: #f1f0f0;
  border-radius: 5px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.17);
}
.cta-block-2023 .button,
.cta-block-2023 h3,
.cta-block-2023 p {
  font-size: 1.8rem;
}
.cta-block-2023 .button-group {
  display: flex;
  flex-wrap: wrap;
}
.cta-block-2023 .button-group a {
  width: 45%;
  box-sizing: border-box;
  line-height: 1.6rem;
}
.cta-block-2023 p {
  font-weight: 700;
}
.cta-block-2023 p a.text-button {
  color: #000;
}
.cta-block-2023 .cta-content {
  padding: 25px 0 25px 25px;
  margin-right: 25vh;
  text-align: center;
}
@media (orientation: portrait) {
  .cta-block-2023 .cta-content {
    margin-right: 20vw;
  }
}
.cta-block-2023 .cta-side-img {
  width: 25vh;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
}
@media (orientation: portrait) {
  .cta-block-2023 .cta-side-img {
    width: 22vw;
  }
}
.cta-block-2023 .cta-side-img img {
  width: 100%;
  height: auto;
  min-height: 180px;
  max-width: 230px;
}
.cta-block-2023 .cta-img {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
@media (max-width: 1250px) {
  .cta-block-2023 .cta-content {
    padding: 20px 0 20px 20px;
  }
  .cta-block-2023 .cta-side-img img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 1250px) and (orientation: landscape) {
  .cta-block-2023 .cta-content {
    margin-right: 25%;
  }
  .cta-block-2023 .cta-side-img {
    width: 25%;
  }
}
@media (max-width: 1150px) {
  .cta-block-2023 .cta-side-img img {
    width: 100%;
    height: auto;
  }
  .cta-block-2023 .button,
  .cta-block-2023 h3,
  .cta-block-2023 p {
    font-size: 1.5rem;
    margin: 4px;
  }
  .cta-block-2023 .button-group {
    display: block;
    flex-wrap: wrap;
  }
  .cta-block-2023 .button-group a {
    width: 100%;
  }
}
@media (max-width: 1150px) and (orientation: portrait) {
  .cta-block-2023 .cta-content {
    margin-right: 25vw;
  }
}
@media (max-width: 1150px) and (orientation: landscape) {
  .cta-block-2023 .cta-content {
    margin-right: 40%;
  }
}
@media (max-width: 1150px) and (orientation: portrait) {
  .cta-block-2023 .cta-side-img {
    width: 25vw;
  }
}
@media (max-width: 1150px) and (orientation: landscape) {
  .cta-block-2023 .cta-side-img {
    width: 40%;
  }
}
@media (max-width: 850px) {
  .cta-block-2023 .button,
  .cta-block-2023 h3,
  .cta-block-2023 p {
    font-size: 1.6rem;
  }
  .cta-block-2023 .button-group {
    display: block;
    flex-wrap: wrap;
  }
}
@media (max-width: 850px) and (orientation: portrait) {
  .cta-block-2023 .cta-content {
    margin-right: 30vw;
  }
}
@media (max-width: 850px) and (orientation: landscape) {
  .cta-block-2023 .cta-content {
    margin-right: 35%;
  }
}
@media (max-width: 850px) and (orientation: portrait) {
  .cta-block-2023 .cta-side-img {
    width: 30vw;
  }
}
@media (max-width: 850px) and (orientation: landscape) {
  .cta-block-2023 .cta-side-img {
    width: 35%;
  }
}
@media (max-width: 600px) {
  .cta-block-2023 .cta-content {
    padding: 15px;
    margin-right: 0;
  }
  .cta-block-2023 .cta-side-img {
    position: absolute;
    height: 60%;
    width: 40%;
    right: -10px;
    bottom: 0;
    top: auto;
  }
  .cta-block-2023 .cta-side-img img {
    min-height: auto;
  }
  .cta-block-2023 .button,
  .cta-block-2023 h3,
  .cta-block-2023 p {
    font-size: 1.6rem;
    width: 100%;
    margin: 4px;
  }
  .cta-block-2023 p {
    text-align: left;
  }
}
@media (max-width: 600px) and (orientation: landscape) {
  .cta-block-2023 .cta-side-img {
    height: 75%;
  }
}
@media (max-width: 600px) and (orientation: portrait) {
  .cta-block-2023 .cta-side-img {
    height: 60%;
    width: 40%;
  }
}
@media (max-width: 400px) {
  .cta-block-2023 .button,
  .cta-block-2023 h3,
  .cta-block-2023 p {
    font-size: 1.4rem;
  }
  .cta-block-2023 .cta-side-img {
    height: 45%;
    width: 38%;
  }
}
.archive-message-2023 {
  padding: 40px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 40px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
.archive-message-2023.with-img {
  padding-right: 130px;
}
.archive-message-2023.no-img {
  text-align: center;
}
@media (max-width: 650px) {
  .archive-message-2023 {
    padding: 20px;
  }
}
.sub-content-block {
  margin-bottom: 25px;
}
.sub-content-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .sub-content-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .sub-content-block {
    margin-bottom: 10px;
  }
}
.collapsible-block {
  padding: 25px;
  border: 1px solid #f1f0f0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  box-shadow: 1px 3px 11px 0 rgba(0, 0, 0, 0.17);
}
.collapsible-block .title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.collapsible-block,
.collapsible-block .title * {
  transition: all 300ms ease;
}
.collapsible-block .title span {
  flex: 0 0 2em;
  text-align: right;
}
.collapsible-block .toggle-content {
  display: none;
  border-top: 1px solid #c9c9c9;
  margin-top: 35px;
  padding-top: 35px;
}
.collapsible-block .toggle-content.nb {
  padding-top: 0;
  border-top: none;
}
.collapsible-block .minus,
.collapsible-block.open .plus {
  display: none;
}
.collapsible-block.open {
  background: #fff;
}
.collapsible-block.open .minus,
.collapsible-block.open .toggle-content,
.slick-slide img {
  display: block;
}
@media (max-width: 1250px) {
  .collapsible-block {
    padding: 20px;
  }
  .collapsible-block .toggle-content {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 25px;
  }
}
@media (max-width: 400px) {
  .collapsible-block {
    padding: 10px;
  }
  .collapsible-block .title h2 br,
  .collapsible-block h3 br {
    display: none;
  }
  .collapsible-block .toggle-content {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
  }
}
.accordion-list .accordion-list-item {
  border-top: 1px solid #c9c9c9;
  padding: 20px 0 25px;
}
.accordion-list .accordion-content,
.footer-nav h4 span {
  display: none;
}
.accordion-list .toggle-link {
  cursor: pointer;
  transition: all 300ms ease;
}
.accordion-list .accordion-open .toggle-link,
.accordion-list .toggle-link:hover {
  color: #ca256c;
}
.accordion-list .accordion-open .accordion-content {
  display: block;
  padding-top: 25px;
}
.aside-block {
  margin-bottom: 35px;
}
.aside-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 400px) {
  .aside-block {
    margin-bottom: 20px;
  }
}
.aside-block.bordered {
  padding: 35px;
  border: 1px solid #f1f0f0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.17);
}
@media (max-width: 1250px) {
  .aside-block.bordered {
    padding: 25px;
  }
}
@media (max-width: 400px) {
  .aside-block.bordered {
    padding: 20px;
  }
}
.aside-block-team .text {
  flex: 1;
}
.aside-block-team .image {
  flex: 0 0 130px;
  padding-right: 25px;
  margin-bottom: 20px;
}
.aside-block-feedback p,
.aside-block-team p {
  line-height: 125%;
  padding-bottom: 1.1em;
}
.aside-block-team .button-wrap {
  flex: 0 0 100%;
}
.aside-block-team .button-wrap .button {
  width: 100%;
}
@media (max-width: 1250px) {
  .aside-block-team .button-wrap {
    padding-left: 0;
  }
  .aside-block-team .button-wrap .button {
    width: 100%;
  }
  .aside-block-team .image {
    flex: 0 0 100px;
    padding-right: 15px;
  }
}
.aside-block-feedback {
  text-align: center;
}
.aside-block-feedback .source {
  padding-bottom: 2em;
  font-weight: 700;
}
.aside-block-feedback .feefo-wrap {
  display: flex;
  justify-content: center;
}
.form-review-submit-box {
  background: #f1f0f0 !important;
}
.aside-block.aside-block-core-values {
  background: #f1f0f0;
}
.aside-block.aside-block-core-values .lexcel-logo,
.aside-block.aside-block-core-values .sra-logo {
  width: 50%;
  mix-blend-mode: multiply;
  height: 120px;
  overflow: hidden;
  position: relative;
}
.aside-block.aside-block-core-values .lexcel-logo a,
.aside-block.aside-block-core-values .sra-logo .sra-link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 120px;
  width: 200px;
}
.aside-block.aside-block-core-values .lexcel-logo a {
  height: 100%;
  width: 100%;
  text-align: center;
}
.aside-block.aside-block-core-values .lexcel-logo a img {
  height: 100%;
  width: auto;
  display: inline-block;
}
.aside-block.aside-block-core-values ul.tick-list {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.aside-block.aside-block-core-values ul.tick-list li {
  padding-left: 1.4em;
  padding-bottom: 0.5em;
}
.aside-block.aside-block-core-values ul.tick-list li:before {
  width: 0.9em;
  height: 0.9em;
}
.aside-cta-block-2023 {
  position: relative;
  padding-right: 0 !important;
}
.aside-cta-block-2023.add-bottom-border {
  padding-bottom: 0.8em;
  border-bottom: 1px solid #c9c9c9;
}
.aside-cta-block-2023.add-top-border {
  margin-top: 45px;
}
.aside-cta-block-2023.add-top-border::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #c9c9c9;
}
@media (max-width: 800px) {
  .aside-cta-block-2023.add-top-border {
    margin-top: 35px;
  }
}
@media (max-width: 400px) {
  .aside-cta-block-2023.add-top-border {
    margin-top: 25px;
  }
}
.aside-cta-block-2023 .button {
  margin-bottom: 1.2rem;
  text-align: left;
  border-radius: 12px;
  padding-left: 20px;
  font-size: 3rem;
  line-height: 3.2rem;
  overflow: visible;
  padding-right: 50%;
}
.aside-cta-block-2023 .button::after {
  content: "";
  font-family: dashicons;
  font-size: 3rem;
  line-height: 34px;
  color: #fff;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
  background-color: #ca256c;
  border-radius: 50vh;
  border: 2px solid #fff;
  text-align: center;
  z-index: 2;
}
.aside-cta-block-2023 .button::before,
.aside-cta-block-2023 .cta-img {
  position: absolute;
  bottom: 0;
  background-color: transparent;
  background-image: url(https://tlw-website-assets-2024.s3.eu-west-2.amazonaws.com/wp-content/uploads/2021/08/21141411/TLW-man-OK-gesture.png);
  background-repeat: no-repeat;
}
.aside-cta-block-2023 .button::before {
  content: "";
  left: 55%;
  height: 105%;
  width: 40%;
  background-position: top right;
  background-size: cover;
  display: none;
}
.aside-cta-block-2023 p {
  padding-bottom: 1.8rem;
  font-size: 2.5rem;
  font-weight: 700;
}
.aside-cta-block-2023 .cta-img {
  left: 47%;
  height: 120%;
  width: 50%;
  background-position: top left;
  background-size: contain;
}
@media (min-width: 801px) and (max-width: 1250px) {
  .aside-cta-block-2023 .button {
    margin-bottom: 1rem;
    font-size: 2.3rem !important;
    line-height: 2.5rem !important;
  }
  .aside-cta-block-2023 p {
    padding-bottom: 1.4rem;
    font-size: 2rem;
  }
  .aside-cta-block-2023 .cta-img {
    height: 105%;
    left: 49%;
  }
}
@media (min-width: 801px) and (max-width: 1250px) and (max-width: 950px) {
  .aside-cta-block-2023 .button {
    font-size: 2.1rem !important;
    line-height: 2.3rem !important;
  }
  .aside-cta-block-2023 p {
    font-size: 1.7rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 601px) and (max-width: 800px) {
  .aside-cta-block-2023 {
    margin-top: 30px;
  }
  .aside-cta-block-2023 .button {
    font-size: 2.8rem !important;
    line-height: 2.8rem !important;
    padding-right: 20%;
    border-radius: 5px;
  }
  .aside-cta-block-2023 p {
    font-size: 2.3rem;
  }
  .aside-cta-block-2023 p br {
    display: none;
  }
  .aside-cta-block-2023 .cta-img {
    height: 103%;
    left: 72%;
    width: 23%;
    background-size: cover;
  }
}
@media (min-width: 601px) and (max-width: 800px) and (max-width: 750px) {
  .aside-cta-block-2023 .button {
    font-size: 2.3rem !important;
    line-height: 2.3rem !important;
  }
  .aside-cta-block-2023 p {
    font-size: 1.8rem;
  }
  .aside-cta-block-2023 .cta-img {
    left: 70%;
  }
}
@media (max-width: 600px) and (orientation: portrait) {
  .aside-cta-block-2023 {
    margin-top: 0;
  }
  .aside-cta-block-2023 .button {
    font-size: 2em !important;
    line-height: 1.2em !important;
    padding-right: 45%;
    border-radius: 12px;
  }
  .aside-cta-block-2023 .button::before {
    display: block;
  }
  .aside-cta-block-2023 p {
    font-size: 2em;
    padding-bottom: 1rem;
    text-align: center;
  }
  .aside-cta-block-2023 p br {
    display: inline;
  }
  .aside-cta-block-2023 .cta-img {
    display: none;
  }
}
@media (max-width: 600px) and (orientation: landscape) {
  .aside-cta-block-2023 {
    margin-top: 0;
  }
  .aside-cta-block-2023 .button {
    font-size: 2rem !important;
    line-height: 2.2rem !important;
    padding-right: 25%;
    border-radius: 12px;
  }
  .aside-cta-block-2023 p {
    font-size: 1.7rem;
    padding-bottom: 1rem;
  }
  .aside-cta-block-2023 p br {
    display: none;
  }
  .aside-cta-block-2023 .cta-img {
    height: 103%;
    left: 70%;
    width: 25%;
    background-size: cover;
  }
}
.job-description .col1-1 {
  width: 100%;
  max-width: 925px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .job-description .col1-3 {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .job-description .col1-2,
  .job-description .col1-3 {
    width: 100%;
  }
}
.job-details ul {
  -moz-columns: 3;
  columns: 3;
  -moz-column-gap: 0;
  column-gap: 0;
  margin: 0-25px;
  overflow-wrap: normal;
  height: 220px;
  min-height: 220px;
  -moz-column-fill: auto;
  column-fill: auto;
}
.job-details ul li {
  margin-bottom: 1.5em;
  padding: 0 25px;
  min-height: 60px;
}
.job-details ul li > strong {
  display: block;
  padding-bottom: 0.3em;
}
@media (max-width: 1200px) {
  .job-details ul {
    -moz-columns: 2;
    columns: 2;
    height: 280px;
  }
}
@media (max-width: 500px) {
  .job-details ul {
    -moz-columns: 1;
    columns: 1;
    margin: 0;
    height: auto;
  }
  .job-details ul li {
    padding: 0;
  }
}
@media (max-width: 1350px) {
  .job-details {
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  .job-details {
    font-size: 1.8rem;
  }
}
@media (max-width: 600px) {
  .job-details {
    font-size: 1.7rem;
  }
}
@media (max-width: 500px) {
  .job-details {
    font-size: 1.6rem;
  }
}
@media (max-width: 400px) {
  .job-details {
    font-size: 1.5rem;
  }
}
.intro-contact-methods {
  overflow: hidden;
  font-family: eigerdals, sans-serif;
}
.map-element-wrap {
  height: 650px;
}
@media (max-width: 1250px) {
  .map-element-wrap {
    height: 550px;
  }
}
@media (max-width: 1000px) {
  .map-element-wrap {
    height: 450px;
  }
}
@media (max-width: 500px) {
  .map-element-wrap {
    height: 350px;
  }
}
@media (max-width: 400px) {
  .map-element-wrap {
    height: 300px;
  }
}
@media (max-width: 1000px) {
  .contact-page .col1-3 {
    width: 50%;
    margin-bottom: 20px;
  }
  .contact-page .col1-3:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .contact-page .col1-3 {
    width: 100%;
    margin-bottom: 0;
  }
}
.search-result {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c9c9c9;
}
@media (max-width: 600px) {
  .search-result {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .search-result {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.search-result .badge {
  display: inline-block;
  font-weight: 700;
  font-size: 0.9em;
  margin-bottom: 5px;
  color: #ca256c;
}
.search-result .read-more {
  display: flex;
  align-items: center;
  color: #ca256c;
}
.search-result .read-more i {
  margin-left: 0.5em;
  font-size: 0.7em;
}
.search-result time {
  margin: -0.5em 0 1.5em;
  color: #979797;
  display: block;
}
.pagefooter {
  padding-bottom: 0;
}
.pagefooter:after {
  transform: translateY(-100%);
}
.footer-join,
.footer-join svg,
.pagefooter:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.footer-join {
  transform: translateY(-100%);
  height: 80px;
}
@media (max-width: 1340px) {
  .footer-join {
    height: 65px;
  }
}
@media (max-width: 600px) {
  .footer-join {
    height: 30px;
  }
}
@media (max-width: 450px) {
  .footer-join {
    height: 20px;
  }
}
.footer-join svg {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer-header {
  padding: 70px 0 50px;
}
.footer-header .strap-container {
  font-weight: 700;
  font-size: 3rem;
  display: flex;
  align-items: center;
}
.footer-header .strap-container img {
  height: 1.4em;
  width: auto;
  margin-left: 0.5em;
}
@media (max-width: 1400px) {
  .footer-header .strap-container {
    font-size: 2.5rem;
  }
}
@media (max-width: 1100px) {
  .footer-header .strap-container {
    display: block;
  }
  .footer-header .strap-container img {
    margin: 0.4em 0 0;
    height: 1.9em;
  }
}
@media (max-width: 1000px) {
  .footer-header .strap-container {
    font-size: 2rem;
  }
}
@media (max-width: 800px) {
  .footer-header .strap-container {
    font-size: 3rem;
    text-align: center;
  }
  .footer-header .strap-container img {
    margin: 0.7em auto 0;
    height: 2.5em;
  }
}
@media (max-width: 600px) {
  .footer-header .strap-container {
    font-size: 2.5rem;
  }
}
@media (max-width: 400px) {
  .footer-header .strap-container img {
    height: 2em;
  }
}
.footer-header .col-feefo-badge img {
  max-width: 280px;
}
@media (max-width: 1400px) {
  .footer-header .col-feefo-badge img {
    max-width: 200px;
  }
}
@media (max-width: 800px) {
  .footer-header .col-feefo-badge img {
    margin: 45px auto;
    max-width: 250px;
  }
}
@media (max-width: 600px) {
  .footer-header .col-feefo-badge img {
    margin: 35px auto 45px;
    max-width: 200px;
  }
}
@media (max-width: 400px) {
  .footer-header .col-feefo-badge img {
    margin: 25px auto 35px;
    max-width: 200px;
  }
}
@media (min-width: 1501px), (min-width: 801px) and (max-width: 1100px) {
  .footer-header {
    padding-bottom: 70px;
  }
  .footer-header .col-feefo-badge {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1400px) {
  .footer-header {
    padding-top: 40px;
  }
}
@media (max-width: 800px) {
  .footer-header .flex-columns {
    display: block;
  }
}
.footer-nav {
  padding: 50px 0 70px;
}
.footer-nav ul {
  line-height: 130%;
}
.footer-nav ul li {
  padding-bottom: 0.4em;
}
.footer-nav a:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .footer-nav .g-size-ml {
    font-size: 2.3rem;
  }
  .footer-nav .g-size-reg {
    font-size: 1.7rem;
  }
}
@media (max-width: 800px) {
  .footer-nav {
    padding: 30px 0;
  }
  .footer-nav .g-size-ml {
    font-size: 3rem;
  }
  .footer-nav .flex-columns,
  .footer-nav .open ul {
    display: block;
  }
  .footer-nav .flex-columns > div {
    width: 100%;
  }
  .footer-nav ul {
    display: none;
  }
  .footer-nav h4 {
    padding: 0.5em 0 !important;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 300ms ease-out;
  }
  .footer-nav h4 span {
    display: block;
    transition: all 100ms ease-out;
    margin-top: -0.2em;
  }
  .footer-nav h4:hover {
    color: #ca256c;
  }
  .footer-nav .open h4 span {
    transform: rotate(45deg);
  }
}
@media (max-width: 500px) {
  .footer-nav {
    padding: 20px 0;
  }
  .footer-nav .g-size-ml {
    font-size: 2.5rem;
  }
}
@media (max-width: 400px) {
  .footer-nav {
    padding: 15px 0;
  }
  .footer-nav .g-size-ml {
    font-size: 2rem;
  }
  .footer-nav .g-size-reg {
    font-size: 1.5rem;
  }
}
.footer-sign-off {
  padding: 50px 0 90px;
}
.footer-sign-off ul {
  display: flex;
  margin-bottom: 0.5em;
}
.footer-sign-off ul li {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.footer-sign-off ul li:last-child {
  margin-right: 0;
}
.footer-sign-off a:hover {
  text-decoration: underline;
  color: #ca256c;
}
.footer-sign-off .footer-logos {
  display: flex;
  align-items: center;
}
.footer-sign-off .footer-logos div {
  padding-right: 35px;
}
.footer-sign-off .footer-logos div:last-child {
  padding-right: 0;
}
.footer-sign-off .footer-logos img {
  max-height: 80px;
  width: auto;
}
.footer-sign-off .footer-logos .sra {
  max-width: 190px;
  width: 190px;
}
@media (max-width: 1350px) {
  .footer-sign-off {
    font-size: 1.6rem;
    padding: 40px 0 70px;
  }
}
@media (max-width: 1050px) {
  .footer-sign-off {
    padding: 40px 0;
  }
  .footer-sign-off .flex-columns {
    display: block;
  }
  .footer-sign-off .flex-columns > div {
    width: 100%;
  }
  .footer-sign-off .footer-logos {
    padding-top: 20px;
  }
}
@media (max-width: 800px) {
  .footer-sign-off ul {
    flex-wrap: wrap;
  }
  .footer-sign-off ul li {
    flex: 0 0 33.33333%;
    margin-bottom: 1.7em;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .footer-sign-off {
    font-size: 1.4rem;
    padding: 25px 0;
  }
  .footer-sign-off ul {
    flex-wrap: wrap;
  }
  .footer-sign-off ul li {
    flex: 0 0 50%;
    margin-bottom: 1.3em;
  }
}
@media (max-width: 400px) {
  .footer-sign-off {
    font-size: 1.3rem;
  }
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.slick-track,
hr {
  position: relative;
}
.slick-track {
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.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;
}
.slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.inner {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.inner.left {
  margin: 0;
}
.inner.narrow {
  max-width: 1530px;
}
.inner.rac-narrow {
  max-width: 1200px;
}
.inner.wide {
  max-width: 1740px;
}
.inner.widest {
  max-width: 1820px;
}
.inner.no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.clearfix:after,
.clearfix:before,
.inner:after,
.inner:before {
  content: "";
  display: table;
}
.clearfix:after,
.inner:after {
  clear: both;
}
@media (max-width: 1000px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 651px) and (max-width: 900px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 460px) {
  .inner {
    padding-left: 17px;
    padding-right: 17px;
  }
}
table td,
table th {
  padding: 15px 15px 25px 0;
  border-bottom: 1px solid currentColor;
}
table td {
  padding-bottom: 15px;
}
.waypoints-sticky.stuck {
  position: fixed;
  top: 0;
}
.row-content {
  z-index: 1;
}
hr {
  height: 0;
  margin: 1.6em 0;
  border: 0;
  overflow: visible;
}
hr:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  background: #ccc;
}
.dividing-rule span,
.inline-rule,
hr:after {
  display: block;
  height: 1px;
}
.dividing-rule .rule-wrap {
  height: 1px;
  overflow: hidden;
}
.section-white .dividing-rule .rule-wrap {
  background: #f1f0f0;
}
.section-light-grey .dividing-rule .rule-wrap,
.section-light-grey-2 .dividing-rule .rule-wrap {
  background: #979797;
}
.message-box {
  padding: 1.5em;
  border-radius: 5px;
  margin-bottom: 3em;
}
.message-box.bg-fade-white {
  background: rgba(255, 255, 255, 0.1);
}
.message-box .close {
  position: absolute;
  right: 25px;
  font-size: 1.2em;
  transform: translateY(-25%);
  color: #ca256c;
}
@media (max-width: 500px) {
  .message-box {
    padding: 15px 25px 15px 15px;
    margin-bottom: 20px;
  }
  .message-box .close {
    top: 15px;
    right: 10px;
  }
}
.content-box {
  padding: 40px;
}
@media (max-width: 1000px) {
  .content-box {
    padding: 35px;
  }
}
@media (max-width: 600px) {
  .content-box {
    padding: 30px;
  }
}
@media (max-width: 460px) {
  .content-box {
    padding: 25px;
  }
}
.dividing-rule span {
  background: currentColor;
  opacity: 20%;
}
.dividing-rule.full-width .inner {
  padding: 0;
  max-width: none;
}
.section-black .dividing-rule span,
.section-light-grey .dividing-rule span {
  opacity: 20%;
}
.rounded-box {
  border-radius: 9px;
  overflow: hidden;
}
.watermark {
  width: 25vw;
  position: absolute;
  z-index: 0;
}
.watermark svg {
  width: 100%;
  height: auto;
}
.watermark.bottom-right {
  right: 0;
  top: 10%;
}
.watermark.white svg {
  fill: #fff;
}
@media (max-width: 1800px) {
  .watermark {
    width: 450px;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.skip-link {
  position: absolute;
  left: -9999px;
  text-decoration: underline;
  padding: 8px;
  color: #000;
  font-size: 1.9rem;
  z-index: 100;
}
.skip-link:focus {
  left: 16px;
  top: 16px;
}
a:focus,
button:focus,
input:focus {
  outline: 1px dotted;
  outline-color: rgba(0, 0, 0, 0.5);
}
pre.debug {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #000;
  width: 30%;
  padding: 30px;
  z-index: 10000;
  overflow: auto;
  color: #fff;
  font-size: 1.2rem;
  white-space: pre-wrap;
  word-wrap: break-word;
}
pre.debug.pos-left {
  left: 0;
  right: auto;
}
pre.debug.pos-right {
  left: auto;
  right: 0;
}
/*# sourceMappingURL=style.css.map */

/* --- UPDATES TO .overlay-menu positioning (from style.css) --- */
.overlay-menu,
.pop-up-overlay,
.search-overlay {
  /* Set to cover the entire viewport, simplified from original complex calc */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh; /* Use vh for reliable full screen */
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease; /* Add transition */
  background: #fff; /* or the default background */
}

/* New Block: Adjust padding inside the overlay content wrapper (.om-wrap) 
   to push content below the fixed masthead (header) */
.overlay-menu .om-wrap {
  flex: 1; /* Ensure it stretches to fill the overlay */
  padding-top: 140px; /* Default for large screens (Header ~114px + padding) */
  padding-bottom: 60px; 
}
@media (max-width: 1550px) {
  .overlay-menu .om-wrap { padding-top: 130px; } 
}
@media (max-width: 900px) {
  .overlay-menu .om-wrap { padding-top: 120px; } 
}
@media (max-width: 600px) {
  .overlay-menu .om-wrap { padding-top: 90px; } 
}

/* --- UPDATES TO MOBILE MENU ITEM STYLES (from style.css @media max-width: 1050px) --- */
@media (max-width: 1050px) {
  .popular-services-wrap .popular-services-menu > ul,
  .popular-services-wrap .primary-nav > ul {
    list-style: none;
    padding-left: 0;
  }
  .popular-services-wrap .popular-services-menu > ul > li,
  .popular-services-wrap .primary-nav > ul > li {
    padding-top: 15px; /* Increased padding for better tap area */
    padding-bottom: 15px; /* Increased padding for better tap area */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .popular-services-wrap .popular-services-menu > ul > li:last-child,
  .popular-services-wrap .primary-nav > ul > li:last-child {
    border-bottom: none;
  }
  .popular-services-wrap .popular-services-menu > ul > li > a,
  .popular-services-wrap .primary-nav > ul > li > a {
    /* ... existing flex/font styles ... */
    width: 100%; /* Ensure full width clickable area */
  }

  /* Fix nested list presentation - ensures sub-menu is clearly visually nested */
  .popular-services-wrap .popular-services-menu > ul ul,
  .popular-services-wrap .primary-nav > ul ul {
    list-style: none;
    padding-left: 25px; /* Added indentation */
    margin-top: 10px;
    font-size: 1.8rem; /* Consistent readability on mobile */
  }
  .popular-services-wrap .popular-services-menu > ul ul li,
  .popular-services-wrap .primary-nav > ul ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: none;
  }
} 
@media (min-width: 1051px) {
    
    .main-menu .top-level li.has-sub {
        position: relative;
         padding-bottom: 0; 
    }

     .main-menu .top-level li.has-sub .sub-menu-wrap {
        
        display: block;  
        opacity: 0;
        visibility: hidden;
        transition: opacity 300ms ease, visibility 300ms ease, transform 300ms ease;

        position: absolute;
        top: 100%; 
        left: 50%;
        transform: translateX(-50%) translateY(10px);  
        
        z-index: 100;
        
         padding-top: 15px;  
        
         pointer-events: none;  
        width: max-content;  
        min-width: 250px;
    }
    
     .main-menu .top-level li.has-sub:hover > .sub-menu-wrap {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);  
        pointer-events: auto;  
    }
    
     .main-menu .top-level li.has-sub .sub-menu-wrap .sub-menu {
        background: currentColor;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        padding: 10px 0;
        list-style: none;
    }
    
     .main-menu .top-level li.has-sub .sub-menu a {
        display: block;
        padding: 8px 20px;
        color: #ffffff; 
        font-weight: 400; 
        font-family: Arial, sans-serif;
        font-size: 1.8rem;
        line-height: 1.2;
        white-space: nowrap;  
    }
    
    .main-menu .top-level li.has-sub .sub-menu a:hover {
        background-color: #f1f0f0; 
        color: #ca256c;
        text-decoration: none;
    }
    
     .main-menu .top-level li.has-sub > a.toggle-link > span {
        display: none; 
    }
}

 @media (min-width: 1051px) {
     
     .main-menu .top-level li.has-sub .sub-menu a::after {
        content: none !important;  
        display: none !important;
    }
    
     .main-menu .top-level li.has-sub > a.toggle-link > span {
        display: none !important; 
    }
 
}
@media (max-width: 1050px) {
     .menu-toggle.main-menu-toggle {
        display: flex !important; 
        margin-left: 15px;
        
    }
    
     .masthead {
        position: fixed;  
     }
}

@media (max-width: 1050px) {
  .main-menu,
  .menu-toggle.close-menu {
    display: none !important;
  }
} 
 @media (max-width: 1050px) {
 
    .masthead .masthead-button {
        display: flex !important;  
        margin-left: 15px;
     }
    
    .masthead .phone-button {
         display: flex !important;
    }

     .main-menu {
        display: none !important;
    }
    
     .masthead .inner > div {
        justify-content: space-between;  
        height: 100%;
        align-items: center;
    }
}

