:root {
  --dark: #202020;
  --dark-contrast: #ffffff;

  --primary: #ffd200; // ef5f30
  --primary-contrast: #202020; // fff

  --secondary: #ffed34;
  --secondary-contrast: #202020;

  --neutral-mid: #f5f5f5;
}

.u-hidden {
  display: none !important;
}

.u-text-center {
  text-align: center !important;
}

.u-border-none {
  border: 0 !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-color-white {
  color: var(--dark-contrast) !important;
}

.u-color-black {
  color: var(--dark) !important;
}

.u-border-primary {
  border: 1px solid var(--primary) !important;
}

.u-img-responsive {
  max-width: 100% !important;
  height: auto !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

button,
input {
  line-height: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

*,
html {
  -webkit-font-smoothing: antialiased;
}

html {
  font-family: "Nunito Sans", sans-serif;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

html,
body,
textarea {
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  line-height: 1.75em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Futura Std", "League Spartan", sans-serif !important;
  font-weight: 500 !important;
  margin-bottom: 1.25rem !important;
  letter-spacing: 0.1rem !important;
  line-height: 1.25em !important;
}

h1 {
  font-size: 2.813rem !important;
  line-height: 3.75rem !important;
}

h2 {
  font-size: 2.375rem !important;
  line-height: 3rem !important;
  color: var(--dark);
  font-weight: 500 !important;
  margin-bottom: 15px;
}

h3 {
  font-size: 2rem !important;
  line-height: 2.625rem !important;
}

h4 {
  font-size: 1.625rem !important;
  line-height: 2.5rem !important;
}

h5 {
  font-size: 1.375rem !important;
  line-height: 1.875rem !important;
}

h6 {
  font-size: 1.25rem !important;
  line-height: 1.875rem !important;
}

@media (min-width: 768px) {
  h1 {
    font-size: 4.063rem !important;
    line-height: 5rem !important;
  }

  h2 {
    font-size: 3rem !important;
    line-height: 4.375rem !important;
  }

  h3 {
    font-size: 2.625rem !important;
    line-height: 3.75rem !important;
  }

  h4 {
    font-size: 2rem !important;
    line-height: 2.625rem !important;
  }

  h5 {
    font-size: 1.625rem !important;
    line-height: 2.25rem !important;
  }

  h6 {
    font-size: 1.375rem !important;
    line-height: 2rem !important;
  }
}

p {
  margin-bottom: 1.25rem;

  font-family: "Nunito Sans", sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 26px !important;
}

p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: var(--secondary);
  font-weight: 600;
}

p a {
  color: var(--secondary);
  font-weight: 600;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

ol {
  padding-left: 18px;
}

input::-webkit-input-placeholder {
  color: var(--dark);
}

input::-moz-placeholder {
  color: var(--dark);
}

input:-moz-placeholder {
  color: var(--dark);
}

input:-ms-input-placeholder {
  color: var(--dark);
}

.widget-span li {
  line-height: 26px;
}

.widget-span ul + p,
.widget-span p + h6,
.widget-span p + ul {
  margin-top: 1rem;
}

.widget-span li {
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;

  line-height: 1.5em;
}

.o-section ul li {
  padding-left: 30px;
  text-indent: -5px;
}

.o-section ul {
  list-style: none;
}

.o-section ul li,
.o-section ol li {
  margin-bottom: 12px;

  line-height: 1.5em;
}

.o-section ul li {
  position: relative;
}

.o-section ul:not(.slick-dots) li:before {
  content: "\2022";
  color: var(--dark);
  font-weight: bold;
  display: inline-block;
  left: 5px;
  position: absolute;
  top: 0;
}

.o-section ul li {
  font-size: 1.125rem;
  line-height: 1.975rem;
}

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

thead th,
thead td {
  vertical-align: bottom;
}

.c-button {
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
  background-color: var(--secondary);
  color: var(--dark-contrast);
  box-shadow: 5px 10px 20px var(--dark) 40;
  border: 2px solid var(--dark-contrast);
  border-radius: 30px;
  font-family: "Futura Std", "League Spartan", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  height: auto !important;
  margin: 0 1rem !important;
  padding: 14px 20px !important;
  width: auto !important;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .c-button {
    display: inline-block;
    max-width: none;
    margin-bottom: auto;
  }
}

.c-button:hover {
  transition: all 0.3s ease;
  transform: translateY(5px);
  box-shadow: none;
}

.c-button.theme-primary {
  background-color: var(--secondary) !important;
  color: var(--secondary-contrast) !important;
}

.c-button.theme-secondary {
  background-color: var(--primary);
  color: var(--primary-contrast) !important;
}

.c-button.theme-primary:after,
.c-button.theme-secondary:after {
  font-family: FontAwesome;
  padding: 0 0 0 10px;
  font-size: 18px;
}

.c-button.theme-primary:after {
  content: "\f0a9";
}

.c-button.theme-secondary:after {
  content: "\f0da";
}

.c-button.theme-primary:hover {
  background-color: var(--secondary) !important;
  border: 2px solid var(--secondary) !important;
}

.c-button.theme-secondary:hover {
  background-color: var(--primary);
  border: 2px solid var(--primary);
}

.c-button.theme-primary:hover:after,
.c-button.theme-secondary:hover:after {
  display: inline-block;
  transition: all 0.3s ease;
  transform: translateX(6px);
}

.cta_button {
  letter-spacing: 1px;
}

.c-hero__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-hero__play-button {
  width: 114px;
  height: 114px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  border-radius: 50%;
  color: var(--dark-contrast);
  padding: 30px 22px 30px 30px;
  font-size: 50px;

  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: pulse-video-play;
  animation-timing-function: ease-in-out;
}

@keyframes pulse-video-play {
  0% {
    box-shadow: 0 0 0 0 var(--primary);
  }

  70% {
    box-shadow: 0 0 0 20px var(--primary);
  }
}

@media (max-width: 767px) {
  .c-hero__button {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }

  .c-hero__button a {
    margin: 0 auto;
  }
}

.o-container fieldset {
  max-width: none !important;
}

textarea:focus,
input:focus {
  border-bottom: var(--neutral-mid) !important;
}

form label {
  display: block;
  margin-bottom: 0.35rem;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form input[type="search"],
form select,
form textarea {
  display: inline-block;
  width: 100% !important;
}

form fieldset {
  max-width: 100% !important;
}

form input[type="checkbox"],
form input[type="radio"] {
  cursor: pointer;
  margin-right: 0.35rem;
}

form input[type="file"] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

form input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important;
}

table {
  border: none !important;
  background-color: var(--dark-contrast);
  width: 100%;
}

thead {
  background-color: var(--neutral-mid);
}

thead th,
thead td {
  background-color: transparent !important;
  color: var(--dark) !important;
  vertical-align: middle !important;
  font-weight: bold;
  font-size: 1.25rem;
}

thead th img {
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}

thead th span {
  vertical-align: middle !important;
}

thead tr {
  border-bottom: none;
}

th,
td {
  padding: 15px !important;
}

thead tr th:first-child {
  padding-left: 40px !important;
}

tr td:first-child {
  padding-left: 40px !important;
}

tr {
  border-bottom: 1px solid var(--neutral-mid);
  vertical-align: middle !important;
}

@media (max-width: 479px) {
  thead tr th:first-child {
    padding-left: 20px !important;
  }

  tr td:first-child {
    padding-left: 20px !important;
  }
}

.o-main {
  display: block;
}

.body-wrapper {
  max-width: 100%;
  margin: auto;
  overflow-x: hidden;
}

.o-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .o-container {
    max-width: 960px;
  }
}

@media (min-width: 1216px) {
  .o-container {
    max-width: 1152px;
  }
}

@media (min-width: 1408px) {
  .o-container {
    max-width: 1344px;
  }
}

@media (min-width: 1508px) {
  .o-container {
    max-width: 1334px;
  }
}

.o-container:after {
  max-height: 0px;
  clear: both;
  content: "";
  display: block;
}

.o-section {
  position: relative;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 100%;
}

.o-section--large {
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}

@media (min-width: 768px) {
  .o-section {
    display: block;
  }

  .o-section--large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1216px) {
  .o-section {
    display: block;
  }

  .o-section--large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.row-fluid {
  width: 100%;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 0;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 0;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 0;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

@media screen and (max-width: 768px) {
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }

  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .column.is-full,
  .column.is-full-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-half,
  .column.is-half-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }

  .column.is-5 {
    flex: none;
    width: 41.66667%;
  }

  .column.is-7 {
    flex: none;
    width: 58.33333%;
  }

  .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }

  .column.is-12 {
    flex: none;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }

  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 991px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

body {
  overflow-x: hidden;
}

.header,
.header a {
  font-family: "Futura Std", sans-serif;
  font-weight: 500;
}

#mainMenu {
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

#mainMenu {
  box-shadow: 0 4px 8px 0 var(--dark);
  z-index: 6;
}

#navWrap {
  transform: translateY(0);
  transition: all 0.35s ease-out;
  position: fixed;
  z-index: 9;
  width: 100%;
}

#mainMenu .main-menu-container {
  display: flex;
  align-items: stretch;
  max-width: none;
  margin: 0 auto;
  height: 100%;
}

.main-menu-wrapper {
  padding: 0px 40px;
  height: 130px;
  background-color: var(--dark-contrast);
  position: fixed;
  width: 100%;
  top: 50px;
  z-index: 5;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.main-menu-wrapper .hs-menu-wrapper {
  height: auto;
}

@media screen and (min-width: 991px) {
  .main-menu-wrapper {
    background-color: var(--dark-contrast);
  }
}

.main-logo {
  padding: 0;
  position: relative;
  left: 0;
  margin-right: 20px;
}

.main-menu {
  padding: 0px;
  display: flex;
  align-items: stretch;
}

.main-menu-wrapper {
  transition: background-color 0.3s ease-out;
}

.main-logo a {
  display: block;
  top: 4px;
  position: relative;
}

.main-logo img {
  max-width: 150px;
  width: 100% !important;
  min-width: none;
}

@media (max-width: 991px) {
  .main-logo img {
    height: auto !important;
    max-width: 86px;
    width: 100% !important;

    min-width: 86px;
  }
}

.logo-primary {
  display: block;
  opacity: 1;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .logo-primary {
    display: block;
    opacity: 1;
  }
}

.hamburger {
  width: 80px;
  position: inline-block;
  display: none;
  text-align: center;
  cursor: pointer;
}

.hamburger span {
  height: 2px;
  width: 26px;
  display: block;
  background-color: var(--dark);
  margin: 0 auto 7px;
  font-size: 13px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hamburger span:nth-child(1) {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hamburger span:nth-child(2) {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hamburger span:nth-child(3) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hamburger span:nth-child(4) {
  height: auto;
  color: var(--dark-contrast);
  background-color: transparent;
  display: inline;
  top: -5px;
  position: relative;
}

.hamburger:hover span {
  -webkit-transform: rotate3d(0, 1, 0.1, 180deg);
  -moz-transform: rotate3d(0, 1, 0.1, 180deg);
  -ms-transform: rotate3d(0, 1, 0.1, 180deg);
  -o-transform: rotate3d(0, 1, 0.1, 180deg);
  transform: rotate3d(0, 1, 0.1, 180deg);
}

input.c-header__search-input.js-header-search-desktop {
  text-align: center;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid var(--dark-contrast);
  color: var(--dark-contrast);
  font-size: 2.625rem;
}

#modal-search {
  justify-content: center;
  display: none;
  position: fixed;
  top: 140px;
  left: 0;
  background-color: var(--dark);
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 6;
  align-items: center;
  height: calc(100vh - 140px);
  padding: 2rem;
}

#modal-search .fa-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-size: 2rem;
  color: var(--dark-contrast);
  cursor: pointer;
}

#modal-search form {
  width: 100%;
}

#modal-search input:focus-within {
  border-color: transparent !important;
  transition: border 0.3s ease !important;
}

#modal-search input::placeholder {
  color: var(--dark-contrast);
  opacity: 1;
}

#modal-search input:-ms-input-placeholder {
  color: var(--dark-contrast);
}

#modal-search input::-ms-input-placeholder {
  color: var(--dark-contrast);
}

@media (max-width: 479px) {
  .main-logo img {
    height: auto !important;
    max-width: none;
    width: 170px;
    width: 100% !important;
    margin: 0 0 0;
    min-width: none;
    width: auto;
  }
}

.c-nav-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}

.c-nav-search {
  display: none;
  width: 100px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}

.c-nav-search:hover {
  color: var(--dark-contrast);
  background-color: var(--secondary);
  cursor: pointer;
}

.c-nav-search a {
  color: var(--dark);
  font-size: 0;
  font-family: "Open Sans";
  top: 5px;
  position: relative;
}

.c-nav-search a:before {
  font-family: FontAwesome;
  content: "\f002";
  left: -5px;
  position: relative;
  font-size: 19px;
}

.main-menu a {
  padding: 30px;
  color: var(--dark);
}

.main-menu .hs-menu-item.hs-menu-depth-1 {
  position: relative;
  padding: 20px 10px;
}

.main-menu > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul {
  height: 100%;
}

.main-menu > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li {
  padding: 0 !important;
  transition: all 0.3s ease-in-out;
}

.main-menu > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:hover {
  background-color: var(--primary);
}

.main-menu > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:hover a {
  color: var(--dark-contrast);
}

.main-menu > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li > a {
  padding: 20px !important;
  height: 100%;
  display: flex;
  line-height: initial;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.main-menu .hs-menu-item.hs-menu-depth-1 > a {
  padding: 10px 0;
  max-width: none;
  position: relative;
  z-index: 4;
  font-size: 1.125rem;
  line-height: 0.9375rem;
  color: var(--dark);
}

.main-menu .hs-menu-item.hs-menu-depth-1 > a:hover {
  color: var(--primary);
}

.mobile-menu .hs-menu-item.hs-menu-depth-1 > a {
  padding: 15px 20px 15px;
}

.hs-menu-depth-1 > a:after {
  bottom: 0;
  color: var(--dark-contrast);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hs-menu-depth-1:hover > a:after {
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  max-width: none;
}

@media (max-width: 1199px) {
  .main-menu .hs-menu-item.hs-menu-depth-1 {
    padding: 20px 6px;
  }
}

@media (min-width: 992px) {
  .main-menu-wrapper .hs-menu-wrapper {
    display: block !important;
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .main-menu a {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .mobile-menu .hs-menu-item.hs-menu-depth-1 {
    padding: 0;
    margin: 0;
  }

  .main-logo {
    padding: 8px 20px !important;
    width: 100px !important;
    display: flex;
  }

  .main-logo img {
    height: 45px !important;
    width: auto !important;
    min-width: 0;
  }

  .hs-menu-depth-1 > a:after {
    display: none;
    content: none;
  }

  .main-menu-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    transition: background-color 3ms ease-in-out;
  }

  .main-menu .hs-menu-item.hs-menu-depth-1 {
    width: 100%;
    z-index: 1;
  }

  .main-menu .hs-menu-item.hs-menu-depth-1 > a {
    width: 100%;
    display: block;
  }

  .main-menu-container .hs-menu-wrapper {
    display: none;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    justify-content: center;
  }

  .hs-menu-depth-1:hover:after {
    width: 0;
  }

  .mobile-menu .hs-menu-item.hs-menu-depth-1 {
    max-height: 50px;
    transition: max-height 0.5s ease;
  }

  .mobile-menu .hs-menu-item.hs-menu-depth-1 {
    padding: 0;
  }

  .mobile-menu .hs-menu-item.hs-menu-depth-1 > a {
    display: inline-block;
    z-index: 9;
  }

  .main-menu .hs-menu-item.hs-menu-depth-1 > a {
    z-index: -1;
  }

  .main-menu .hs-menu-item.hs-menu-depth-1 > a {
    width: 80%;
  }
}

.mobile-menu {
  display: none;
  background-color: var(--dark);
  overflow-y: auto;
  min-height: 500px;
}

.mobile-menu a {
  color: var(--dark-contrast);
}

.mobile-menu .hs-menu-wrapper ul {
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.c-top-bar {
  background-color: var(--dark);
  color: var(--dark-contrast);
  height: 50px;
  position: fixed;
  z-index: 6;
  width: 100%;
  padding: 0 20px;
  top: 0px;
}

.c-top-bar__container {
  display: flex;
  align-items: center;
  max-width: none;

  margin: 0 auto;
  height: 100%;
  justify-content: space-between;
}

.c-top-bar__text-strip {
  display: flex;
}

.c-top-bar__text-strip p {
  margin: 0;
  font-weight: 400;
  line-height: 26px;
  font-size: 1.125rem;
}

.c-top-bar__text-strip a {
  display: flex;
  color: var(--dark-contrast);
  transition: all 0.3s ease;
}

.c-top-bar__social-icons a {
  margin-left: 20px;
  padding-top: 4px;
  color: var(--dark-contrast);
  font-size: 20px;
  transition: all 0.3s ease;
}

.c-top-bar__social-icons a:hover {
  transform: scale(1.2);
  transform-origin: center;
}

.c-top-bar__text-strip__arrow {
  margin-left: 10px;
  width: 16px;
  height: auto;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.c-top-bar__text-strip a:hover .c-top-bar__text-strip__arrow {
  transform: translateX(2px);
}

.c-top-bar__social-icons {
  display: flex;
  align-items: center;
}

.c-top-bar__social-icons img {
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  .c-top-bar {
    padding: 0 40px;
  }
}

.c-hero {
  max-height: auto;
  min-height: 500px;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-position: 27% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  background-position: right;
  background-size: auto;
  margin-top: 180px;
}

@media (min-width: 768px) {
  .c-hero {
    min-height: 560px;
  }
}

@media (min-width: 1921px) {
  .c-hero {
    min-height: 793px;
  }
}

.c-hero__box {
  z-index: 2;
  position: relative;
  color: var(--dark-contrast);
}

.c-icon-block__icon {
  vertical-align: top;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-icon-block__icon img {
  max-width: 92px !important;
}

.c-icon-block__content {
  display: block;

  text-align: center;
}

.c-cards__inner {
  background-color: var(--dark-contrast);
  padding: 30px;
  height: 100%;
  background-position: center center;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.c-intro {
  margin-bottom: 40px;
}

.c-intro p {
  font-size: 16px;
  line-height: 24px;
  color: var(--dark);
  font-family: "Nunito Sans", sans-serif;
  margin: 15px 0 0 0;
}

.c-intro .column {
  padding-bottom: 0;
}

.c-intro .column h2,
.c-intro .column h3 {
  margin-bottom: 0;
}

.c-intro .column h4 {
  font-family: "Futura Std", "League Spartan", sans-serif;
  font-weight: 500;
  font-size: 32px;
  font-style: normal;
  line-height: 42px;
}

@media (min-width: 768px) {
  .c-intro p {
    font-size: 18px;
    line-height: 26px;
  }
}

.c-eyebrow {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: unset;
  padding-bottom: 0.7rem;
}

.column img {
  max-width: 100%;
}

.c-testimonial-box {
  padding-bottom: 75px;
  background-color: var(--dark);
  border: 1px solid var(--dark-contrast);
}

@media (min-width: 1024px) {
  .c-testimonial-box {
    padding-right: 0;
  }
}

@media (min-width: 1216px) {
  .c-testimonial-box {
    padding-right: 0;
  }
}

@media (min-width: 1408px) {
  .c-testimonial-box {
    padding-right: 0;
  }
}

.c-button,
.cta_button {
  font-size: 18px !important;
  padding: 14px 20px !important;
  font-family: "Futura Std", "League Spartan", sans-serif !important;
}

.c-button:hover,
.cta_button:hover {
  background-color: var(--primary) !important;
  border: 2px solid var(--primary) !important;
}

.columns--large-gap .c-cards.column {
  padding: 1.3rem 1.125rem;
}

@media (max-width: 768px) {
  .columns--large-gap .c-cards.column {
    padding: 1.3rem 1.125rem 3rem 1.125rem;
  }

  .columns--large-gap .c-cards.column:nth-last-child(1) {
    padding: 1.3rem 1.125rem;
  }
}

.c-footer {
  background-color: var(--dark);
  color: var(--dark-contrast);
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.c-footer a {
  color: var(--dark-contrast);
}

.c-footer .o-container {
  padding: 0;
}

@media (min-width: 992px) {
  .c-footer .o-container {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .c-footer .o-container {
    padding: 0;
  }
}

p.find-a-coach-top-button {
  line-height: 18px !important;
}

.c-top-bar div.ts-starbar {
  text-align: right !important;
}

.c-bottom-bar__social-icons {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
}

.c-bottom-bar__social-icons a {
  margin-left: 20px;
  padding-top: 4px;
  color: var(--dark-contrast);
  font-size: 22px !important;
  transition: all 0.3s ease;
}

.c-bottom-bar__social-icons a:nth-child(1) {
  margin-left: 0px;
}

.c-bottom-bar__social-icons a:hover {
  color: var(--primary);
  transition: all 0.3s ease;
}

.c-bottom-bar__social-icons a:hover {
  transform: scale(1.2);
  transform-origin: center;
}

.c-bottom-bar__social-icons svg {
  fill: var(--dark-contrast);
  height: 24px;
}

.c-bottom-bar__social-icons svg:hover {
  fill: var(--primary);
}

.c-footer .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 a {
  display: inline-block;
}

.c-footer .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 a:hover {
  color: var(--primary);
  transition: transform 0.3s ease;
  transform: translateX(2px);
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}

[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}

[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}

[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos="zoom-in"] {
  transform: scale(0.6);
}

[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos="zoom-out"] {
  transform: scale(1.2);
}

[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}

[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}

[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}

[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}

.slick-slide {
  display: none;
  float: left;
  margin: 0 10px;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.has-text-centered {
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-align-items-center {
  align-items: center !important;
}

@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-align-items-center {
  align-items: center !important;
}

@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

.u-bg-grey {
  background-color: var(--neutral-mid);
}

.u-mt-3 {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .u-mt-m-0 {
    margin-top: 0px;
  }
}

.u-text-center {
  text-align: center;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slide-in-left {
  from {
    left: -50%;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes slide-in-top {
  from {
    transform: translateY(-50%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-sub {
  from {
    left: -100%;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes highlight {
  from {
    width: 100%;
    opacity: 0;
  }

  to {
    width: 0;
    opacity: 1;
  }
}

.columns--large-gap {
  margin-left: -1rem;
  margin-right: -1rem;
}

.columns--large-gap .column {
  padding: 25px 1rem;
}

@media (min-width: 768px) {
  .columns--large-gap .column {
    padding: 20px 0.75rem;
  }
}

@media (min-width: 1216px) {
  .columns--large-gap .column {
    padding: 50px 1rem;
  }
}

@media (min-width: 768px) {
  .columns--large-gap {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

@media (min-width: 1216px) {
  .columns--large-gap {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.c-eyebrow {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.c-intro p {
  margin: 5px 0px 0px !important;
}

.c-hero .column {
  float: none;
}

.c-icon-block .c-icon-block__content {
  min-height: 90px;
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 991px) {
  .c-hero.o-section {
    padding-right: 2em;
    padding-left: 2em;
  }
}

.c-button,
.cta_button {
  line-height: 1rem !important;
}

@media (max-width: 767px) {
  div.c-testimonial-box {
    background-image: none;
  }
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--dark);
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary);
  border-radius: 100%;
  background: var(--dark-contrast);
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--primary);
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.c-hero__box .cta_button {
  margin: 0px !important;
}

@media (max-width: 991px) {
  .c-hero__box .cta_button {
    width: 100% !important;
    margin: 0rem 0px !important;
  }
}

#editor-content span {
  all: unset !important;
}

#editor-content ul,
#editor-content li {
  color: unset !important;
}

a.cta_button {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  vertical-align: middle;
}

.main-menu {
  margin-left: auto;
}

.c-nav-cta {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;

  width: 270px;
}

.c-nav-cta a {
  margin: 0 !important;
  padding: 14px 24px !important;
}

.c-nav-search {
  display: none;
}

.c-hero {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

.c-hero h2 {
  color: var(--dark-contrast);
}

.c-hero h3 {
  margin-top: 3rem;
}

.c-hero__box {
  padding: 2rem 0;
}

.vjs-big-play-button {
  background: transparent;
  border: none;
  display: none;
}

#widget_1692137178225 .c-hero {
  min-height: 560px;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-position: 27% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  background-position: right;
}

#widget_1692137178225 .c-hero__box h1 {
  font-style: normal;
  font-weight: 500;
  color: var(--dark-contrast);
}

#widget_1692137178225 .c-hero__box h6 {
  font-style: normal;
  font-weight: 500;
  color: var(--dark-contrast);
}

#widget_1692137178225 .c-hero__box p {
  font-size: 1.4rem;
  line-height: initial;
  margin-bottom: 40px;
  line-height: 2rem;
  color: var(--dark-contrast);
}

#widget_1692137178225 .c-hero__box .cta_btns {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

#widget_1692137178225 .c-hero__box .cta_btns a {
  margin: 0px !important;
}

#widget_1692137178225 .c-hero--color-overlay {
  background-color: var(--dark);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#widget_1692137178225.c-hero--article.video_inline .c-hero--color-overlay {
  background-color: var(--dark);
}

#widget_1692137178225.c-hero--article {
  padding-bottom: 50px !important;
}

#widget_1692137178225.c-hero--article .video-content-layout {
  position: relative;
  z-index: 2;
}

#widget_1692137178225.c-hero--article .video-content-layout .video_inline {
  position: relative;
  height: 100%;
  top: 50%;
  margin-top: -233px;
}

#widget_1692137178225.c-hero--article
  .video-content-layout
  .video_inline
  .c-hero__button {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#widget_1692137178225.c-hero--article
  .video-content-layout
  .video_inline
  .c-hero__play-button {
  width: 75px;
  height: 75px;
  padding: 30px 25px 30px 30px;
  font-size: 30px;
}

#widget_1692137178225.c-hero--article
  .video-content-layout
  .video_inline
  .hs-video-widget {
  position: absolute !important;
  width: 100% !important;
  left: 0;
  top: 17%;
  border: 0 none;
  pointer-events: initial;
}

#widget_1692137178225.c-hero--article .c-hero__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-hero__play-button {
  width: 114px;
  height: 114px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  border-radius: 50%;
  color: var(--dark-contrast);
  padding: 30px 22px 30px 30px;
  font-size: 50px;

  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: pulse-video-play;
  animation-timing-function: ease-in-out;
}

@keyframes pulse-video-play {
  0% {
    box-shadow: 0 0 0 0 var(--primary);
  }

  70% {
    box-shadow: 0 0 0 20px var(--primary);
  }
}

@media (min-width: 992px) {
  #widget_1692137178225 .c-hero__box h1 {
    padding-right: 5rem;
  }

  #widget_1692137178225 .c-hero__box h6 {
    padding-right: 3rem;
  }
}

@media (min-width: 1216px) {
  #widget_1692137178225 .c-hero__box h1 {
    padding-right: 8rem;
  }

  #widget_1692137178225 .c-hero__box h6 {
    padding-right: 10rem;
  }
}

@media (min-width: 1408px) {
  #widget_1692137178225 .c-hero__box h1 {
    padding-right: 12rem;
  }

  #widget_1692137178225 .c-hero__box h6 {
    padding-right: 16rem;
  }
}

@media (max-width: 1215px) {
  #widget_1692137178225 .c-hero__box .cta_button {
    width: 100% !important;
    margin: 0rem 0px !important;
  }
}

@media (max-width: 991px) {
  #widget_1692137178225 .c-hero__box .cta_btns {
    flex-direction: column;
    width: 100%;
    margin: 3rem 0;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  #widget_1692137178225.c-hero--article {
    padding-bottom: 80px !important;
  }

  #widget_1692137178225.c-hero--article .c-hero__box {
    padding: 1rem 0 0rem 0;
  }

  #widget_1692137178225.c-hero--article .video-content-layout .video_inline {
    margin: 0;
    padding: 3rem 0 0rem 0;
  }

  #widget_1692137178225.c-hero--article
    .video-content-layout
    .video_inline
    .hs-video-widget {
    position: relative !important;
  }
}

@media (max-width: 767px) {
  #widget_1692137178225.c-hero--article .c-hero__button {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }

  #widget_1692137178225.c-hero--article .c-hero__button a {
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .c-hero {
    min-height: 560px;
  }
}

.grid-cards-with-cta h5,
.grid-cards-with-cta h6,
.grid-cards-with-cta p {
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  margin: 0;
}

.grid-cards-with-cta h5,
.grid-cards-with-cta h6 {
  font-weight: 500;
}

.grid-cards-with-cta .c-cards__content .description {
  display: flex;
  flex-grow: 1;
}

.grid-cards-with-cta .c-cards__content .card-cta {
  margin-top: 2rem;
}

.grid-cards-with-cta .c-cards__content .card-cta .c-button {
  line-height: 1.4rem !important;
  margin: 0 !important;
}

.grid-cards-with-cta .u-bg-grey {
  color: var(--dark-contrast);
}

.c-cards__inner {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 320px;
  justify-content: center;
}

.grid-cards-with-cta .c-cards__content {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.c-cards__content .c-button {
  margin: 2rem 0 0 0;
}

.module_trusted_by {
  margin-bottom: 30px;
}

.module_trusted_by .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  margin-right: 30px;
}

.module_trusted_by .slick-slide img {
  max-width: 100%;
  height: auto;
  padding: 0 10px;
}

#module_16921400669563-container {
  background-image: none;
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

#module_16921400669563-text-column {
  padding: 4rem 2rem;
  display: flex;
  margin-bottom: 0rem;
  margin-left: -20px;
  margin-right: -20px;
  justify-content: initial;
  width: calc(100% + 40px);

  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

#module_16921400669563-text-column__content {
  border-right: none;
  display: flex;
  align-items: center;
}

#module_16921400669563-text-column__content h3 {
  color: var(--dark);
  font-family: "Futura Std", "League Spartan", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 62px;
}

#module_16921400669563-grid-column {
  padding-left: 0.75em;
}

#module_16921400669563-grid-column .c-icon-block__icon {
  vertical-align: top;
  text-align: center;
  margin-bottom: 20px;
}

#module_16921400669563-grid-column .c-icon-block__icon img {
  min-width: auto;
  display: inline-block;
}

#module_16921400669563-grid-column .c-icon-block .c-icon-block__content h6 {
  min-height: auto;
  font-family: "Futura Std", "League Spartan", sans-serif;
  font-weight: 500;
}

#module_16921400669563-grid-column .c-icon-block__content {
  display: block;
  text-align: center;
}

#module_16921400669563-grid-column .c-icon-block__content p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

#module_16921400669563-grid-column .c-icon-block .c-icon-block__content {
  align-items: baseline;
}

@media screen and (min-width: 768px) {
  #module_16921400669563-text-column {
    background-position: left center;
    background-size: contain;
  }

  #module_16921400669563-grid-column .c-icon-block__icon {
    text-align: left;
  }

  #module_16921400669563-grid-column .c-icon-block__content {
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  #module_16921400669563-container {
    padding-bottom: 6rem;
  }

  #module_16921400669563-container {
    background-image: url(https://8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/UK/Features-A.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

@media screen and (min-width: 1024px) {
  #module_16921400669563-container {
    padding-top: 6rem;
  }

  #module_16921400669563-main-content {
    display: flex;
    margin: 0;
    gap: 20px;
  }

  #module_16921400669563-text-column {
    background-image: none;
    padding: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 33%;
  }

  #module_16921400669563-grid-column {
    padding-left: 1.5em;
  }

  #module_16921400669563-grid-column .c-icon-block {
    padding: 0.75rem 4rem 0.75rem 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  #module_16921400669563-main-content {
    gap: 80px;
  }
}

@media screen and (min-width: 1408px) {
  #module_16921400669563-main-content {
    gap: 120px;
  }
}

@media screen and (max-width: 768px) {
  #module_16921400669563-container {
    padding-bottom: 4rem;
  }

  #module_16921400669563-text-column {
    padding: 4rem 2rem 1rem 2rem;
  }
}

.one-column__text p,
.one-column__text ul li {
  font-family: Nunito Sans, sans-serif;
  font-size: 22px;
  line-height: 33px;
  margin: 0;
}

.module_16921379343843 {
  margin: 0px;
}

.module_16921379343843 .is-reversed {
  flex-direction: row-reverse;
}

.module_16921379343843 .content-column {
  display: flex;
  flex-direction: column;
}

.module_16921379343843 .content-column .centered-content {
  background-color: var(--primary);
  color: var(--primary-contrast);
  text-align: center;
  margin: 0rem 6rem auto 6rem;
  padding: 2.5rem 2rem 1rem 2rem;
}

.module_16921379343843 .content-column .centered-content h2 {
  color: var(--dark-contrast);
}

.module_16921379343843 .content-column .bg-image {
  display: flex;
  flex-grow: 1;
  margin: 0rem 9rem auto 9rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.module_16921379343843 .cards-column {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.module_16921379343843 .cards-column .card-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.module_16921379343843 .cards-column .card-item img {
  width: 55px;
  height: auto;
}

.module_16921379343843 .cards-column .card-item h6 {
  margin: 0 0 0 1.5rem;
  font-family: "Futura Std", "League Spartan", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  color: var(--dark);
}

#achieve-uk,
#achieve-uk .columns {
  margin: 0px;
}

@media (max-width: 1215px) {
  .module_16921379343843 .content-column .centered-content {
    margin: 0rem 0rem auto 0rem;
  }

  .module_16921379343843 .content-column .bg-image {
    margin: 0rem 3rem auto 3rem;
  }
}

@media (max-width: 968px) {
  .module_16921379343843 .content-column {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .module_16921379343843 .content-column {
    background-size: cover;
  }

  .module_16921379343843 .content-column .centered-content {
    margin: 2rem;
    padding: 1rem 2rem;
  }

  .module_16921379343843 .cards-column {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
}

@media (min-width: 769px) and (max-width: 968px) {
  .module_16921379343843 .content-column {
    padding: 0px;
  }
}

@media (min-width: 769px) {
  .module_16921379343843 .cards-column .card-item {
    margin-right: 2rem;
  }
}

.c-testimonial-box {
  background-color: var(--dark);
  color: var(--dark-contrast);
  margin-left: 0;
  position: relative;
  padding: 20px 30px;
}

.c-testimonial-image {
  position: relative;
}

.c-testimonial-image--container {
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.is-reversed .c-testimonial-image.dots:before {
  left: auto;
  right: -50px;
}

.play-overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  transition: width 0.3s;
}

.c-testimonial-image--container a:hover .play-overlay-icon {
  width: 120px;
  transition: width 0.3s;
}

#dnd_area-module-11 .columns.is-reversed {
  flex-direction: row-reverse;
}

.dnd_area-module-11-counter-slider {
  text-align: right;
  font-size: 1rem;
  line-height: normal;
  font-weight: bold;
}

.dnd_area-module-11-counter-slider span {
  font-size: 3rem;
}

.dnd_area-module-11-text-slider-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}

.dnd_area-module-11-text-slider-column .spacer {
  height: 66px;
  display: none;
}

.dnd_area-module-11-text-slider--slide p {
  font-size: 1.375rem;
}

.dnd_area-module-11-text-slider--slide p:last-of-type {
  font-family: "Futura Std", "League Spartan", sans-serif !important;
  font-weight: 500 !important;
  margin-bottom: 0;
  color: var(--dark-contrast);
}

@media screen and (min-width: 769px) {
  #dnd_area-module-11 .c-intro h3 {
    padding: 0 20%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider .is-align-items-center {
    align-items: flex-start !important;
  }

  .testimonial-slider .is-align-items-center .c-testimonial-image {
    padding-top: 26px;
  }
}

@media screen and (min-width: 992px) {
  .c-testimonial-box {
    margin-left: -100px;
    padding: 30px 60px 30px 40px;
  }

  .dnd_area-module-11-text-slider-column .spacer {
    display: block;
  }
}

.the-guarantee {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

.the-guarantee h4 {
  color: var(--dark);
}

.the-guarantee__box {
  color: var(--dark);
  margin: 0 auto;
  max-width: 900px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.the-guarantee__box .cta_button,
.the-guarantee__box h4,
.the-guarantee__box img {
  margin: 1rem 0;
}

#module_1692137702832 .the-guarantee {
  min-height: 560px;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-position: 27% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  background-position: right;
}

#module_1692137702832 .the-guarantee__box p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

#module_1692137702832 .the-guarantee__box p:nth-last-child(1) {
  margin-bottom: 0rem;
}

.cta-banner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  padding: 0;
  width: 100%;
}

.cta-banner .overlayer__image,
.cta-banner .side__image {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.cta-banner .overlayer__image {
  background-size: cover;
  width: 100%;
  background-color: var(--primary);
  opacity: 0.7;
}

.cta-banner .cta-content {
  padding: 8rem 3rem 8rem 0;
  text-align: left;
  z-index: 1;
}

.cta-banner.is-reversed .side__image {
  left: -170px;
  right: auto;
}

.cta-banner.is-reversed .is-flex-wrap-wrap {
  flex-direction: row-reverse;
}

.cta-banner.is-reversed .cta-content {
  padding: 10rem 1rem 8rem;
  position: relative;
}

.cta-banner--hubdb__uk .columns {
  margin: 0;
}

.cta-banner--hubdb__uk .cta-content .cta_button.theme-secondary {
  margin: 0 !important;
}

.cta-banner--hubdb__uk .cta-content .cta_button.theme-primary {
  margin-right: 0 !important;
}

@media (max-width: 1215px) {
  .cta-content .cta_btns {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }

  .cta-banner--hubdb__uk .cta-content .cta_button.theme-secondary {
    margin-right: 0 !important;
  }
}

@media (max-width: 1023px) {
  .cta-banner .cta-content {
    padding: 3rem;
  }
}

@media (max-width: 991px) {
  .cta-banner .cta-content h3 {
    font-size: 38px !important;
    line-height: 48px !important;
  }
}

@media (max-width: 768px) {
  .cta-banner .side__image {
    display: none;
  }
}

@media (max-width: 767px) {
  .cta-banner {
    padding: 0;
  }

  .cta-banner .side__image {
    display: none;
  }

  .cta-banner .columns {
    margin: 0;
  }

  .cta-banner .cta-content {
    padding: 6rem 3rem;
  }
}

@media (max-width: 640px) {
  .cta-banner .cta-content .c-eyebrow {
    margin: 0 !important;
  }

  .cta-content .cta_btns {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .cta_button {
    width: auto;
  }

  .cta-banner .cta-content {
    padding: 3rem 1rem;
  }
}

.cta-banner .cta-content .c-eyebrow {
  color: var(--primary-contrast);
  margin: 0rem 0 0 0;
}

.cta-banner .cta-content h3 {
  color: var(--primary-contrast);
  font-family: "Futura Std", "League Spartan", sans-serif;
  font-size: 42px;
  line-height: 60px;
  font-weight: 500;
  margin: 0 0 1rem 0;
}

.cta-banner .cta-content p {
  color: var(--primary-contrast);
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin: 0 0 2rem 0;
  padding-right: 17rem;
}

@media (max-width: 1407px) {
  .cta-banner .cta-content p {
    padding-right: 10rem;
  }
}

@media (max-width: 1215px) {
  .cta-banner .cta-content p {
    padding-right: 3rem;
  }
}

@media (max-width: 1023px) {
  .cta-banner .cta-content p {
    padding-right: 10rem;
  }
}

@media (max-width: 991px) {
  .cta-banner .cta-content p {
    padding-right: 8rem;
  }
}

@media (max-width: 768px) {
  .cta-banner .cta-content p {
    padding-right: 0rem;
  }
}

.c-footer__header {
  font-size: 18px;
  line-height: 30px;
  font-family: "Futura Std", sans-serif;
  font-weight: 500;
  color: var(--dark-contrast);
  margin-bottom: 15px;
}

.c-footer p,
.c-footer a {
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 28px !important;
  color: var(--dark-contrast);
  font-weight: 300;
}

.c-footer p {
  font-weight: 300;
}

.c-footer .column:last-child {
  padding-right: 0.75rem;
}

.c-footer .column {
  padding-right: 100px;
}

.c-footer .column a.cta_button {
  line-height: 100% !important;
  margin: 0 !important;
}

.c-footer__bottom-strip-uk {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  text-align: center;
}

.c-footer__bottom-strip-uk .copyright {
  flex: 0.8;
  text-align: left;
}

.c-footer__bottom-strip-uk .rights {
  flex: 0.7;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.c-footer__bottom-strip-uk .guarentee {
  flex: 0.2;
}

.c-footer__bottom-strip-uk a:hover {
  color: var(--primary);
  transition: transform 0.3s ease 0s;
  transform: translateX(2px);
}

@media screen and (min-width: 993px) {
  .top-strip {
    margin-bottom: 0rem !important;
  }
}

@media screen and (max-width: 992px) {
  .top-strip {
    margin-bottom: 3rem !important;
  }

  .c-footer__bottom-strip-uk {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    text-align: left;
  }

  .c-footer__bottom-strip-uk .rights {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .c-footer__bottom-strip-uk a {
    font-weight: 600;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .c-footer ul li.hs-menu-item {
    text-align: left;
  }
}

.c-footer .hs-menu-wrapper ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.c-footer .hs-menu-wrapper ul li a {
  line-height: 1.975rem;
}

.grid-icon-text-module.module_16934906931802 .c-intro {
  max-width: 775px;
  margin: auto auto 40px auto;
}

.module_16934906931802 .c-icon-block__icon {
  vertical-align: top;
  text-align: center;
  margin-bottom: 20px;
}

.module_16934906931802 .c-icon-block__icon img {
  min-width: auto;
  display: inline-block;
}

.module_16934906931802 .c-icon-block .c-icon-block__content h4 {
  min-height: auto;
  font-family: "Futura Std", "League Spartan", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
}

.module_16934906931802 .c-icon-block__content {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.module_16934906931802 .c-icon-block__content p {
  color: var(--dark);
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
}

@media screen and (min-width: 769px) {
  .module_16934906931802 .c-icon-block__icon {
    text-align: center;
  }

  .module_16934906931802 .c-icon-block__content {
    text-align: center;
  }
}

.module_16934906931802 .c-icon-block .c-icon-block__content {
  align-items: center;
}

#module_16934906931802-main-content {
  padding-top: 30px;
}

#module_16934906931802-main-content .cta_btns {
  display: flex;
  flex-direction: row;
  margin: 1rem auto 0 auto;
}

@media screen and (min-width: 769px) {
  #module_16934906931802-main-content {
    display: flex;
  }

  #module_16934906931802-main-content .c-icon-block {
    padding: 0.75rem 3rem;
  }
}

@media screen and (min-width: 991px) {
  #module_16934906931802-main-content .c-icon-block {
    padding: 0.75rem 2rem;
  }
}

@media screen and (min-width: 1215px) {
  #module_16934906931802-main-content .c-icon-block {
    padding: 0.75rem 4rem;
  }
}

@media screen and (max-width: 768px) {
  #module_16934906931802-main-content .cta_btns {
    flex-direction: column;
    gap: 31px;
  }
}

/* Restored Slider Styles */
.o-section ul:not(.slick-dots) li:before {
  content: "\2022";
  color: var(--dark);
  font-weight: bold;
  display: inline-block;
  left: 5px;
  position: absolute;
  top: 0;
}

.c-testimonial .js-slider-nav .slick-list {
  padding: 0 !important;
}

.c-testimonial .js-slider-nav .slick-track {
  transform: none !important;
  width: auto !important;
  display: flex;
  flex-wrap: wrap;
}

.c-testimonial .js-slider-nav .slick-slide {
  opacity: 0.4;
  width: calc(25% - 0px) !important;
}

@media (max-width: 767px) {
  .c-testimonial .js-slider-nav .slick-slide {
    width: calc(50% - 0px) !important;
    margin-bottom: 4rem;
  }
}

@media (max-width: 479px) {
  .c-testimonial .js-slider-nav .slick-slide {
    width: calc(100% - 0px) !important;
  }
}

.c-testimonial .js-slider-nav .slick-slide.slick-current {
  opacity: 1;
}

.c-testimonial-slider__dots ul.slick-dots {
  position: relative;
  bottom: -2px;
}

.c-testimonial-slider__dots ul.slick-dots li button:before {
  opacity: 1;
  color: var(--dark-contrast);
  font-size: 10px;
}

.c-testimonial-slider__dots ul.slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--primary);
}

.slick-slide .c-testimonial-slider__img img {
  display: inline-block;
}

.c-testimonial-dots .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--primary);
}

.c-testimonial-dots .slick-dots li button:before {
  color: var(--primary);
  transition: all 350ms ease;
}

.c-testimonial-dots .slick-dots li button:hover:before {
  transition: all 350ms ease;
}

.c-timeline--item.slick-slide {
  padding: 20px;
}

@media (min-width: 480px) {
  .c-timeline--item.slick-slide {
    padding: 40px;
  }
}

.c-timeline--item.slick-slide .c-timeline--date__label {
  display: flex;
  flex-wrap: wrap;
}

.c-timeline--item.slick-slide .c-timeline--date__label > span {
  order: 2;
  width: 100%;
  margin-top: 20px;
}

.c-timeline--item.slick-slide .c-timeline--date__label > span + div {
  order: 1;
}

.c-timeline--item.slick-slide .u-table--row {
  display: flex;
  flex-flow: wrap;
}

.c-timeline--item.slick-slide .u-table--row > div {
  order: 2;
}

.c-timeline--item.slick-slide .u-table--row > div + div {
  order: 1;
}

.c-timeline--item.slick-slide .c-timeline--image__centered {
  display: inline-block;
  top: auto;
  position: relative;
  transform: none;
  left: auto;
  max-width: 150px;
}

.c-timeline--item.slick-slide
  .c-timeline--date__flip
  .c-timeline--image__centered {
  right: 0;
}

.c-timeline--item__flip.slick-slide {
  padding: 20px;
}

@media (min-width: 480px) {
  .c-timeline--item__flip.slick-slide {
    padding: 40px;
  }
}

.c-timeline--item__flip.slick-slide .u-table--row {
  display: flex;
  flex-flow: wrap;
}

.c-timeline--item__flip.slick-slide .u-table--row > div {
  order: 1;
}

.c-timeline--item__flip.slick-slide .u-table--row > div + div {
  order: 2;
}

.c-slider-nav .slick-next {
  right: 0;
  z-index: 999;
  height: 20px;
  width: 20px;
}

.c-slider-nav .slick-prev {
  right: 0;
  z-index: 999;
  height: 20px;
  width: 20px;
  left: 0;
}

.c-slider-nav .slick-prev.slick-disabled:after {
  color: var(--dark-contrast);
}

.c-testimonials-basic .slick-slide img {
  margin: 0 auto;
}

.c-testimonials-basic .slick-prev {
  left: -30px;
  margin-top: -30px;
}

.c-testimonials-basic .slick-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 24px;
  color: var(--primary);
}

@media (min-width: 768px) {
  .c-testimonials-basic .slick-prev:before {
    left: 0;
    font-size: 44px;
  }
}

.c-testimonials-basic .slick-next {
  right: -30px;
  margin-top: -30px;
}

.c-testimonials-basic .slick-next:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 24px;
  color: var(--primary);
}

@media (min-width: 768px) {
  .c-testimonials-basic .slick-next:before {
    left: 0;
    font-size: 44px;
  }
}

.c-testimonials-basic__dots .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--primary);
}

.c-testimonials-basic__dots .slick-dots li button:before {
  color: var(--primary);
  transition: all 350ms ease;
}

.c-testimonials-basic__dots .slick-dots li button:hover:before {
  transition: all 350ms ease;
}

.c-blog-rss .slick-slide {
  padding: 50px;
}

.c-blog-rss .slick-prev {
  left: 0;
}

.c-blog-rss .slick-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: var(--primary);
}

.c-blog-rss .slick-next {
  right: 0;
}

.c-blog-rss .slick-next:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: var(--primary);
}

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;
  margin: 0 -10px;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  margin: 0 10px;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  color: var(--dark-contrast);
}

.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-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 23px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Manrope", sans-serif;
  font-size: 38px !important;
  line-height: initial;
  opacity: 0.75;
  color: var(--primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-timeline .slick-prev:before,
.c-timeline .slick-next:before {
  font-size: 0;
}

.slick-prev {
  left: -36px;
}

[dir="rtl"] .slick-prev {
  right: -36px;
  left: auto;
}

.slick-prev:before {
  content: "<";
}

.slick-next {
  right: -30px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -30px;
}

.slick-next:before {
  content: ">";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -75px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 14px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "\f111";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-dots li.slick-active button:before {
  color: var(--secondary);
}

.slick-arrow {
  width: 20px;
}

.slick-arrow::before,
.slick-arrow::after {
  content: "";
  line-height: unset;
  font-size: unset !important;
  width: 22px;
  height: 20px;
  display: inline-block;
}

.slick-prev:before {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M12.5757 19.895L11.4917 20.979C11.0327 21.438 10.2905 21.438 9.83643 20.979L0.344238 11.4917C-0.114746 11.0327 -0.114746 10.2905 0.344238 9.83643L9.83643 0.344238C10.2954 -0.114746 11.0376 -0.114746 11.4917 0.344238L12.5757 1.42822C13.0395 1.89209 13.0298 2.64893 12.5562 3.10303L6.67236 8.7085H20.7056C21.355 8.7085 21.8774 9.23096 21.8774 9.88037V11.4429C21.8774 12.0923 21.355 12.6147 20.7056 12.6147H6.67236L12.5562 18.2202C13.0347 18.6743 13.0444 19.4312 12.5757 19.895Z" fill="white"/></svg>');
}

.slick-prev:hover:before {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M12.5757 19.895L11.4917 20.979C11.0327 21.438 10.2905 21.438 9.83643 20.979L0.344238 11.4917C-0.114746 11.0327 -0.114746 10.2905 0.344238 9.83643L9.83643 0.344238C10.2954 -0.114746 11.0376 -0.114746 11.4917 0.344238L12.5757 1.42822C13.0395 1.89209 13.0298 2.64893 12.5562 3.10303L6.67236 8.7085H20.7056C21.355 8.7085 21.8774 9.23096 21.8774 9.88037V11.4429C21.8774 12.0923 21.355 12.6147 20.7056 12.6147H6.67236L12.5562 18.2202C13.0347 18.6743 13.0444 19.4312 12.5757 19.895Z" fill="grey"/></svg>');
}

.slick-next:before {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M9.30176 1.42822L10.3857 0.344238C10.8447 -0.114746 11.5869 -0.114746 12.041 0.344238L21.5332 9.83154C21.9922 10.2905 21.9922 11.0327 21.5332 11.4868L12.041 20.979C11.582 21.438 10.8398 21.438 10.3857 20.979L9.30176 19.895C8.83789 19.4312 8.84766 18.6743 9.32129 18.2202L15.2051 12.6147H1.17188C0.522461 12.6147 0 12.0923 0 11.4429V9.88037C0 9.23096 0.522461 8.7085 1.17188 8.7085H15.2051L9.32129 3.10303C8.84277 2.64893 8.83301 1.89209 9.30176 1.42822Z" fill="white"/></svg>');
}

.slick-next:hover:before {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M9.30176 1.42822L10.3857 0.344238C10.8447 -0.114746 11.5869 -0.114746 12.041 0.344238L21.5332 9.83154C21.9922 10.2905 21.9922 11.0327 21.5332 11.4868L12.041 20.979C11.582 21.438 10.8398 21.438 10.3857 20.979L9.30176 19.895C8.83789 19.4312 8.84766 18.6743 9.32129 18.2202L15.2051 12.6147H1.17188C0.522461 12.6147 0 12.0923 0 11.4429V9.88037C0 9.23096 0.522461 8.7085 1.17188 8.7085H15.2051L9.32129 3.10303C8.84277 2.64893 8.83301 1.89209 9.30176 1.42822Z" fill="grey"/></svg>');
}

.module_trusted_by .slick-list {
  padding: 0px 2.5rem;
}

.module_trusted_by .slick-track {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.module_trusted_by .slick-prev {
  right: calc(50% + 20px);
  bottom: -50px;
  top: 50%;
  left: unset;
}

.module_trusted_by .slick-next {
  right: calc(50% - 40px);
  bottom: -50px;
  top: 50%;
}

.module_trusted_by .slick-prev,
.module_trusted_by .slick-next {
  z-index: 2;
}

.module_trusted_by .slick-slider {
  padding: 0 50px;
}

.module_trusted_by .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  margin-right: 30px;
}

.module_trusted_by .slick-slide img {
  max-width: 100%;
  height: auto;
  padding: 0 10px;
}

@media screen and (min-width: 320px) {
  .module_trusted_by .slick-prev {
    right: auto;
    left: 0px;
  }

  .module_trusted_by .slick-next {
    right: 0px;
  }
}

.module_16921400669563-mobile-slider .slick-dots {
  bottom: -41px;
  text-align: left;
}

.slick-arrow {
  border: none !important;
}

.c-testimonials .slick-next {
  left: 110px;
  width: 20px;

  height: 20px;
  bottom: -110px !important;
  top: inherit;
  z-index: 2;
}

.c-testimonials .slick-prev {
  left: 60px;
  width: 20px;
  height: 20px;

  bottom: -110px !important;
  top: inherit;
  z-index: 2;
}

.c-testimonials.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.dnd_area-module-11-image-slider .slick-dots {
  bottom: -41px;
  text-align: left;
}

.dnd_area-module-11-image-slider .slick-prev {
  left: -60px;
}

.dnd_area-module-11-image-slider .slick-next {
  right: -735px;
}

.dnd_area-module-11-counter-slider .slick-prev {
  left: 10px;
  width: 20px;
  height: 20px;
  z-index: 2;
}

.dnd_area-module-11-counter-slider .slick-next {
  left: 60px;
  width: 20px;
  height: 20px;
  z-index: 2;
}

@media screen and (min-width: 1451px) {
  .c-testimonials .slick-next {
    display: none !important;
  }

  .c-testimonials .slick-prev {
    display: none !important;
  }
}

.ts-responsive-slides li:before {
  display: none !important;
}

.trustistreviewer .ts-starbar a {
  color: var(--dark-contrast);
  font-size: 14px;
  line-height: 16px;
}
.header-row-0-force-full-width-section > .row-fluid {
  max-width: none !important;
}
.dnd_area-row-4-background-color {
  background-color: var(--dark-contrast) !important;
}
.dnd_area-row-6-background-color {
  background-color: var(--dark) !important;
}
.dnd_area-row-6-max-width-section-centering > .row-fluid {
  max-width: 1334px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.dnd_area-row-8-force-full-width-section > .row-fluid {
  max-width: none !important;
}
.footer-row-0-force-full-width-section > .row-fluid {
  max-width: none !important;
}

.header-row-0-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.dnd_area-row-5-padding {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.dnd_area-row-6-padding {
  padding-top: 5em !important;
  padding-bottom: 6em !important;
  padding-left: 1.125rem !important;
  padding-right: 1.125rem !important;
}
.dnd_area-row-7-padding {
  padding-top: 4rem !important;
  padding-bottom: 5rem !important;
}
.dnd_area-row-8-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.footer-row-0-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.icon-circle-primary {
  background-color: var(--primary);
  color: var(--primary-contrast);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30pt;
}


.background__image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
}
.image-bw{
    filter: grayscale(100%);
}