@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
body {
  background: #fff;
  font: 14px/23px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.clear {
  clear: both
}
img[src*=".svg"] {
  width: 100%;
  height: auto
}
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit
}
h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 14px
}
h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px
}
h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px
}
h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px
}
h5 {
  font-size: 17px;
  line-height: 24px
}
h6 {
  font-size: 14px;
  line-height: 21px
}
p {
  margin: 0 0 20px 0
}
p img {
  margin: 0
}
em {
  font-style: italic
}
strong {
  font-weight: 700
}
small {
  font-size: 80%
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px
}
blockquote cite {
  display: block;
  font-size: 12px
}
blockquote cite:before {
  content: "— "
}
hr {
  border: solid #000;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0
}
@-moz-document url-prefix() {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
  }
}
p a, p a:visited {
  line-height: inherit
}
ol, ul {
  margin-bottom: 24px
}
ul {
  list-style: none outside
}
ol {
  list-style: decimal
}
ol, ul.circle, ul.disc, ul.square {
  margin-left: 30px
}
ul.square {
  list-style: square outside
}
ul.circle {
  list-style: circle outside
}
ul.disc {
  list-style: disc outside
}
ol ol, ol ul, ul ol, ul ul {
  margin: 4px 0 5px 30px
}
ol ol li, ol ul li, ul ol li, ul ul li {
  margin-bottom: 6px
}
li {
  line-height: 18px;
  margin-bottom: 12px
}
ul.large li {
  line-height: 21px
}
li p {
  line-height: 21px
}
img.scale-with-grid {
  max-width: 100%;
  height: auto
}
.button, button, input[type=button], input[type=reset], input[type=submit] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
  outline: 0;
  box-shadow: none;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 10px 20px
}
.button:active, button:active, input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
  border: none;
  background: 0 0
}
.button.full-width, button.full-width, input[type=button].full-width, input[type=reset].full-width, input[type=submit].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
form {
  margin-bottom: 20px
}
fieldset {
  margin-bottom: 20px
}
input[type=email], input[type=password], input[type=text], select, textarea {
  outline: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  border-radius: 2px;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px
}
select {
  padding: 0
}
textarea {
  min-height: 60px
}
label, legend {
  display: block;
  font-weight: 700;
  font-size: 13px
}
select {
  width: 220px
}
input[type=checkbox] {
  display: inline
}
.remove-bottom {
  margin-bottom: 0 !important
}
.half-bottom {
  margin-bottom: 10px !important
}
.add-bottom {
  margin-bottom: 20px !important
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.clearfix:after, .clearfix:before, .row:after, .row:before {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}
.clearfix:after, .row:after {
  clear: both
}
.clearfix, .row {
  zoom: 1
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}
.container {
  width: 100%;
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -ms-flex-direction: row;
  padding-left: 70px;
  padding-left: clamp(20px, 4.8611111111vw, 70px);
  padding-right: 70px;
  padding-right: clamp(20px, 4.8611111111vw, 70px)
}
@media all and (max-width:820px) {
  .container {
    padding-right: 16px;
    padding-left: 16px
  }
}
@media all and (max-width:600px) {
  .container {
    padding-right: 6px;
    padding-left: 6px
  }
}
.container.no-flex {
  display: block
}
.container .column, .container .columns {
  float: none;
  display: inline;
  margin-left: 10px;
  margin-right: 10px
}
.container.no-flex .column, .container.no-flex .columns {
  float: left
}
.row {
  margin-bottom: 20px
}
.alpha.omega {
  margin-left: 0;
  margin-right: 0
}
.column.alpha, .columns.alpha {
  margin-left: 0
}
.column.omega, .columns.omega {
  margin-right: 0
}
.container .one.column, .container .one.columns {
  width: calc(10% - 20px)
}
.container .two.columns {
  width: calc(20% - 20px)
}
.container .three.columns {
  width: calc(30% - 20px)
}
.container .four.columns {
  width: calc(40% - 20px)
}
.container .four-half.columns {
  width: calc(45% - 20px)
}
.container .five.columns {
  width: calc(50% - 20px)
}
.container .five-half.columns {
  width: calc(55% - 20px)
}
.container .six.columns {
  width: calc(60% - 20px)
}
.container .six-half.columns {
  width: calc(65% - 20px)
}
.container .seven.columns {
  width: calc(70% - 20px)
}
.container .eight.columns {
  width: calc(80% - 20px)
}
.container .nine.columns {
  width: calc(90% - 20px)
}
.container .ten.columns {
  width: calc(100% - 20px)
}
.container .one-third.column {
  width: calc(33.3% - 20px)
}
.container .two-thirds.column {
  width: calc(66.6% - 20px)
}
.container .offset-by-one {
  padding-left: 10%
}
.container .offset-one-right {
  padding-right: 10%
}
.container .offset-by-two {
  padding-left: 20%
}
.container .offset-by-three {
  padding-left: 30%
}
.container .offset-by-four {
  padding-left: 40%
}
.container .offset-by-five {
  padding-left: 50%
}
.container .offset-by-six {
  padding-left: 60%
}
.container .offset-by-seven {
  padding-left: 70%
}
.container .offset-by-eight {
  padding-left: 80%
}
.container .offset-by-nine {
  padding-left: 90%
}
@media only screen and (max-width:820px) {
  .container {
    width: 100%
  }
  .container .column, .container .columns {
    margin: 0
  }
  .container .eight.columns, .container .eleven.columns, .container .fifteen.columns, .container .five-half.columns, .container .five.columns, .container .four-half.columns, .container .four.columns, .container .fourteen.columns, .container .nine.columns, .container .one-third.column, .container .one.column, .container .one.columns, .container .seven.columns, .container .six.columns, .container .sixteen.columns, .container .ten.columns, .container .thirteen.columns, .container .three.columns, .container .twelve.columns, .container .two-thirds.column, .container .two.columns {
    width: calc(100% - 20px);
    margin: 0 auto
  }
  .container .offset-by-eight, .container .offset-by-eleven, .container .offset-by-fifteen, .container .offset-by-five, .container .offset-by-four, .container .offset-by-fourteen, .container .offset-by-nine, .container .offset-by-one, .container .offset-by-seven, .container .offset-by-six, .container .offset-by-ten, .container .offset-by-thirteen, .container .offset-by-three, .container .offset-by-twelve, .container .offset-by-two {
    padding-left: 0
  }
  .container .offset-one-right {
    padding-right: 0
  }
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.clearfix:after, .clearfix:before, .row:after, .row:before {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}
.clearfix:after, .row:after {
  clear: both
}
.clearfix, .row {
  zoom: 1
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}
header {
  height: auto;
  position: fixed;
  width: calc(100% - 48px);
  height: auto;
  z-index: 9000;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 24px;
  border-radius: 16px;
  padding: 22px 6px
}
header .container {
  padding: 0
}
header .header-wrapper {
  height: auto;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
header .header-wrapper .masthead__logo {
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 0
}
header .header-wrapper .masthead__logo img, header .header-wrapper .masthead__logo svg {
  width: 163px;
  width: clamp(130px, 11.3194444444vw, 163px);
  height: auto;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
header .header-wrapper ul {
  margin-bottom: 0;
  grid-gap: 32px;
  grid-gap: clamp(22px, 2.2222222222vw, 32px)
}
header .header-wrapper ul li {
  font-family: inherit;
  font-weight: inherit;
  font-style: normal;
  font-size: 16px;/*14px*/
  color: inherit
}
header .header-wrapper ul li a:not(.box-link) {
  color: #1c1c1c;
  cursor: pointer;
  position: relative
}
header .header-wrapper ul li a:not(.box-link):hover {
  color: #4f965b
}
header .header-wrapper ul li.current-menu-item > a, header .header-wrapper ul li.current-page-ancestor > a {
  color: var(--blue)
}
header .header-wrapper ul li.arrow > a {
  position: relative
}
header .header-wrapper ul li.arrow > a::after {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml,<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.54297 4.125L6.10547 7.5625L2.66797 4.125" stroke="%231C1C1C" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 11px;
  height: 11px;
  position: relative;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle
}
header .header-wrapper ul li.arrow.open > a::after {
  transform: rotate(180deg)
}
header .header-wrapper .links-wrapper {
  display: flex;
  align-items: center
}
header .header-wrapper .links-wrapper .search-icon {
  display: block;
  position: relative;
  height: auto;
  width: 24px;
  cursor: pointer;
  margin-right: 24px;
  margin-right: clamp(16px, 1.6666666667vw, 24px);
  width: 16px;
  height: 16px
}
header .header-wrapper .links-wrapper .search-icon img {
  height: 100%;
  width: 100%
}
header .header-wrapper .links-wrapper .btn-wrap {
  margin: 0;
  grid-gap: 14px
}
header .header-wrapper .links-wrapper .btn-wrap .btn, header .header-wrapper .links-wrapper .btn-wrap .text-link {
  font-size: 14px
}
header .header-wrapper .hamburger {
  display: none
}
header.sticky {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / .2);
  height: auto
}
header.sticky .search-dropdown {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / .1)
}
header.hide {
  transform: translateY(-150%)
}
header.show {
  transform: translateY(0)
}
@media screen and (max-width:900px) {
  header .header-wrapper .masthead__mastnav {
    display: none
  }
  header .header-wrapper .hamburger {
    display: block
  }
}
@media only screen and (max-width:820px) {
  header {
    padding: 18px 6px;
    height: auto
  }
  header .header-wrapper .masthead__logo img, header .header-wrapper .masthead__logo svg {
    width: 131px
  }
}
@media only screen and (max-width:600px) {
  header {
    padding: 8px 6px;
    margin: 16px;
    width: calc(100% - 32px)
  }
  header .header-wrapper .masthead__logo img, header .header-wrapper .masthead__logo svg {
    width: 96px
  }
  header .header-wrapper .links-wrapper .search-icon {
    display: none
  }
  header .header-wrapper .links-wrapper .btn-wrap .text-link {
    display: none
  }
  header .header-wrapper .links-wrapper .btn-wrap .btn {
    padding: 0 16px;
    height: 40px;
    font-size: 14px
  }
}
.mobile-menu {
  border-radius: 16px;
  padding: 48px 16px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / .1);
  position: absolute;
  width: calc(100% - 48px);
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  background: #fff;
  position: fixed;
  height: auto;
  opacity: 1;
  left: 0;
  transform: translate(0, -150%);
  z-index: 8000;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 24px
}
@media all and (min-width:901px) {
  .mobile-menu {
    display: none
  }
}
.mobile-menu.open {
  transform: translate(0, 0)
}
.mobile-menu ul {
  margin: 0;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 0;
  overflow-y: auto
}
.mobile-menu ul li:last-child {
  margin: 0
}
.mobile-menu ul li {
  color: #1c1c1c;
  position: relative;
  font-family: inherit;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 20px;
  text-align: center
}
.mobile-menu ul li:last-child {
  margin-bottom: 0
}
.mobile-menu ul li .sub-menu {
  display: none
}
.mobile-menu ul li .sub-menu > li.menu-title > a {
  margin: 16px 0;
  display: inline-block;
  color: #1c1c1c
}
.mobile-menu ul li .sub-menu li {
  color: #595959;
  font-size: 16px;
  margin-bottom: 16px
}
.mobile-menu ul li .sub-menu li.menu-title {
  margin-bottom: 0
}
@media only screen and (max-width:600px) {
  .mobile-menu {
    margin: 16px;
    width: calc(100% - 32px);
    max-height: calc(100vh - 150px)
  }
}
.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-radius: 8px;
  margin: 0;
  margin-top: 46px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / .1)
}
.main-menu .mega-menu-columns {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
  padding: 20px;
  padding: 56px;
  padding: clamp(46px, 3.8888888889vw, 56px);
  padding-bottom: 48px;
  padding-bottom: clamp(40px, 3.3333333333vw, 48px)
}
.main-menu .mega-menu-columns .nested-submenu {
  position: relative;
  margin-left: 0;
  margin-top: 32px;
  grid-gap: 24px 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}
.main-menu .mega-menu-columns .nested-submenu li {
  position: relative;
  break-inside: avoid;
  background: 0 0;
  border-radius: 4px;
  padding: 12px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.main-menu .mega-menu-columns .nested-submenu li a:not(.box-link) {
  font-size: 18px;
  font-size: clamp(16px, 1.25vw, 18px);
  display: block;
  font-weight: 500;
  margin-bottom: 8px
}
.main-menu .mega-menu-columns .nested-submenu li p {
  font-size: 14px;
  font-size: clamp(12px, .9722222222vw, 14px);
  margin-bottom: 0
}
.main-menu .mega-menu-columns .nested-submenu li:hover {
  background: #fafafa
}
.main-menu .mega-menu-columns .nested-submenu li a.box-link {
  z-index: 1
}
.main-menu .mega-menu-columns .nested-submenu li a:not(.box-link) {
  position: relative;
  z-index: 2
}
.main-menu .mega-menu-columns .nested-submenu li.hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none
}
.main-menu .mega-menu-columns .menu-column-title:not(:first-child) .nested-submenu.col-1 {
  grid-template-columns: repeat(1, 1fr);
  max-width: 295px
}
@media screen and (max-width:1100px) {
  .main-menu .mega-menu-columns {
    padding: 46px 16px
  }
}
.menu-column-title > p {
  display: block;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(155 161 167 / .64);
  color: #1c1c1c
}
.menu-excerpt {
  font-size: .875rem;
  color: #595959
}
.menu-featured-post {
  grid-column: span 1;
  max-width: 55%;
  margin-left: auto
}
.featured-wrap {
  display: flex;
  flex-direction: column;
  gap: .5rem
}
.featured-image {
  aspect-ratio: 59/40;
  height: auto;
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden
}
.featured-image img {
  height: 100%;
  width: 100%;
  object-fit: cover
}
.menu-featured-post p.featured-post-heading {
  font-weight: 500;
  color: #1c1c1c;
  margin-bottom: 32px
}
.featured-content {
  margin-top: 24px
}
.featured-content .category {
  font-size: 14px;
  font-size: 14px;
  font-size: clamp(12px, .9722222222vw, 14px);
  color: #4f965b;
  background: #e4f5e7;
  border-radius: 6px;
  padding: 4px 8px
}
.featured-content .read-time {
  font-size: 16px;
  font-size: 16px;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  color: rgb(28 28 28 / .64);
  position: relative
}
.featured-content .read-time::before {
  content: "";
  position: relative;
  display: inline-block;
  font-size: 14px;
  background: #1c1c1c;
  height: 2px;
  width: 2px;
  border-radius: 50%;
  color: #1c1c1c;
  margin: 0 8px;
  vertical-align: middle
}
.featured-content h4 {
  margin: 24px 0;
  font-size: 22px;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 500;
  display: block
}
.search-dropdown {
  border-radius: 16px;
  padding: 22px 20px;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  display: none
}
.search-dropdown input {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 400;
  line-height: 1;
  border: none;
  outline: 0;
  background: 0 0;
  text-align: center;
  color: #1c1c1c
}
.search-dropdown input::placeholder {
  color: #1c1c1c;
  text-align: center
}
.search-dropdown form, .search-dropdown input {
  margin: 0
}
@media only screen and (max-width:600px) {
  .search-dropdown {
    padding: 10px 20px
  }
  .search-dropdown.open input {
    font-size: 16px
  }
}
footer {
  position: relative;
  padding: 64px 0
}
footer .container {
  padding-left: 54px;
  padding-left: clamp(24px, 3.75vw, 54px);
  padding-right: 54px;
  padding-right: clamp(24px, 3.75vw, 54px)
}
@media only screen and (max-width:820px) {
  footer .container {
    padding: 0 16px
  }
}
@media only screen and (max-width:600px) {
  footer .container {
    padding: 0 6px
  }
}
footer .masthead__logo {
  margin-right: 151px;
  margin-right: clamp(100px, 10.4861111111vw, 151px)
}
@media only screen and (min-width:821px) {
  footer .masthead__logo {
    margin-top: 12px
  }
}
footer .masthead__logo img {
  width: 173px;
  width: clamp(153px, 12.0138888889vw, 173px);
  height: auto
}
@media only screen and (max-width:600px) {
  footer .masthead__logo img {
    width: 88px
  }
}
footer .footer-menu {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0
}
@media only screen and (min-width:821px) {
  footer .footer-menu {
    margin-right: 89px;
    margin-right: clamp(40px, 6.1805555556vw, 89px)
  }
}
footer .footer-menu li {
  font-size: 14px;
  font-size: clamp(12px, .9722222222vw, 14px);
  line-height: 1.5714285714
}
footer .footer-menu li p.footer-heading {
  font-size: 14px;
  font-size: clamp(12px, .9722222222vw, 14px);
  line-height: 1.5714285714;
  font-weight: 700;
  text-transform: uppercase
}
footer .footer-menu li ul {
  margin: 0
}
footer .footer-menu li ul li {
  opacity: .64;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 20px
}
footer .footer-menu li ul li:hover {
  opacity: 1
}
footer .footer-bottom {
  margin-top: 72px;
  margin-top: clamp(48px, 5vw, 72px)
}
footer .footer-bottom .left {
  grid-gap: 48px;
  grid-gap: clamp(30px, 3.3333333333vw, 48px)
}
footer .footer-bottom p {
  font-size: 14px;
  margin-bottom: 0
}
footer .footer-bottom .copyright p {
  font-size: 12px;
  font-weight: 300
}
footer .footer-bottom .copyright.mobile {
  display: none
}
footer .footer-bottom .text-link {
  color: #fff;
  font-size: 14px
}
footer .footer-bottom .featured-social {
  flex-shrink: 0
}
footer .footer-bottom .featured-social a {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
footer .footer-bottom .featured-social a:hover {
  opacity: .64
}
footer .footer-bottom .socials {
  grid-gap: 16px;
  flex-shrink: 0
}
footer .footer-bottom .socials img {
  max-height: 24px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
footer .footer-bottom .socials img:hover {
  opacity: .64
}
footer .footer-bottom .right {
  flex-shrink: 0
}
footer .footer-bottom .logos {
  grid-gap: 24px
}
@media only screen and (min-width:821px) {
  footer .footer-bottom .logos {
    margin-left: 30px
  }
}
footer .footer-bottom .logos img {
  max-height: 32px
}
@media only screen and (max-width:820px) {
  footer .footer-wrapper {
    flex-direction: column
  }
  footer .footer-wrapper .footer-menu {
    margin-top: 48px;
    justify-content: space-between
  }
  footer .footer-wrapper .footer-menu .footer-column {
    padding-right: 20px
  }
  footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start
  }
  footer .footer-bottom .right {
    margin-top: 32px
  }
}
@media only screen and (max-width:600px) {
  footer .footer-wrapper .footer-menu {
    flex-wrap: wrap;
    grid-gap: 48px 10px
  }
  footer .footer-wrapper .footer-menu .footer-column {
    flex: 0 0 48%;
    font-size: 14px;
    line-height: normal
  }
  footer .footer-wrapper .footer-menu .footer-column p.footer-heading {
    margin-bottom: 16px;
    font-size: 14px
  }
  footer .footer-wrapper .footer-menu .footer-column ul li {
    font-size: 14px;
    margin-bottom: 16px
  }
  footer .footer-wrapper .footer-menu .footer-column ul li:last-child {
    margin-bottom: 0
  }
  footer .footer-bottom .left {
    justify-content: space-between;
    width: 100%
  }
  footer .footer-bottom .left .copyright.desktop {
    display: none
  }
  footer .footer-bottom .copyright.mobile {
    display: block;
    margin-top: 32px
  }
}
@media only screen and (max-width:350px) {
  footer .footer-wrapper .footer-menu .footer-column p.footer-heading, footer .footer-wrapper .footer-menu .footer-column ul li {
    font-size: 12px
  }
  footer .footer-bottom .text-link, footer .footer-bottom p {
    font-size: 12px
  }
}
html {
  overflow-y: scroll;
  scroll-behavior: smooth
}
.anchor {
  position: relative;
  top: -150px
}
body {
  background: #f7f7f7;
  color: #595959;
  margin: 0;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
  overflow: hidden;
  font-size: 18px;
  line-height: 24px;
  font-family: Roboto, sans-serif;
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal
}
body.mob-menu-open {
  height: 100vh;
  overflow: visible;
  position: fixed
}
@keyframes fadein {
  0% {
    opacity: .01
  }
  1% {
    opacity: 0
  }
  50% {
    opacity: 50
  }
  100% {
    opacity: 1
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: .01
  }
  1% {
    opacity: 0
  }
  50% {
    opacity: 50
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: .01
  }
  1% {
    opacity: 0
  }
  50% {
    opacity: 50
  }
  100% {
    opacity: 1
  }
}
@-o-keyframes fadein {
  0% {
    opacity: .01
  }
  1% {
    opacity: 0
  }
  50% {
    opacity: 50
  }
  100% {
    opacity: 1
  }
}
h1, h2, h3, h4, h5 {
  color: #1c1c1c;
  font-family: inherit;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px
}
.txt-white h1, .txt-white h2, .txt-white h3, .txt-white h4, .txt-white h5 {
  color: #fff
}
h1 {
  font-size: 64px;
  font-size: clamp(46px, 4.4444444444vw, 64px);
  line-height: normal
}
@media only screen and (max-width:350px) {
  h1 {
    font-family: 40px
  }
}
h2 {
  font-size: 55px;
  font-size: clamp(40px, 3.8194444444vw, 55px)
}
.visually-hidden, h1.visually-hidden {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px)
}
h3 {
  font-size: 32px;
  font-size: clamp(28px, 2.2222222222vw, 32px)
}
@media only screen and (max-width:600px) {
  h3 {
    font-size: 32px
  }
}
h3.lg {
  font-size: 44px;
  font-size: clamp(34px, 3.0555555556vw, 44px)
}
h3.h4 {
  font-size: 35px;
  font-size: clamp(28px, 2.4305555556vw, 35px)
}
h4 {
  font-size: 35px;
  font-size: clamp(28px, 2.4305555556vw, 35px)
}
h4.lg {
  font-size: 44px;
  font-size: clamp(34px, 3.0555555556vw, 44px)
}
h5 {
  font-size: 28px;
  font-size: clamp(22px, 1.9444444444vw, 28px)
}
.cta-band h5 {
  font-size: 55px;
  font-size: clamp(40px, 3.8194444444vw, 55px)
}
@media only screen and (max-width:600px) {
  h5 {
    font-size: 24px
  }
}
li, p {
  font-family: inherit;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: inherit;
  letter-spacing: 0
}
p.lead {
  font-size: 22px;
  font-size: clamp(20px, 1.5277777778vw, 22px);
  line-height: 1.2272727273;
  color: #1c1c1c
}
h2.lead {
  font-weight: 400;
  font-size: 22px;
  font-size: clamp(20px, 1.5277777778vw, 22px);
  line-height: 1.2272727273
}
/*.bodycopy strong {
  color: #6bc67a
}*/
.bodycopy a:not(.btn) {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: #fff0;
  -webkit-transition-property: text-decoration-color;
  transition-property: text-decoration-color;
}
.bodycopy a:not(.btn):focus, .bodycopy a:not(.btn):hover {
  text-decoration-color: #000;
  text-decoration: underline;
}
.bodycopy ul {
  list-style: disc outside;
  margin-left: 20px
}
.bodycopy ul li {
  margin-bottom: 2px
}
.bodycopy ul li::marker {
  color: #000;
  font-size: small
}
.bodycopy h1:not(:first-child), .bodycopy h2:not(:first-child), .bodycopy h3:not(:first-child), .bodycopy h4:not(:first-child), .bodycopy h5:not(:first-child) {
  margin-top: 64px
}
@media only screen and (max-width:600px) {
  .bodycopy h1:not(:first-child), .bodycopy h2:not(:first-child), .bodycopy h3:not(:first-child), .bodycopy h4:not(:first-child), .bodycopy h5:not(:first-child) {
    margin-top: 48px
  }
}
.bodycopy blockquote {
  border-left: 3px solid #6bc67a;
  padding-left: 24px;
  margin-left: 32px
}
.bodycopy blockquote p {
  font-size: inherit;
  font-style: italic;
  color: #595959
}
.bodycopy blockquote cite {
  font-size: smaller;
  font-style: normal;
  color: #595959
}
@media only screen and (max-width:600px) {
  .bodycopy blockquote {
    padding-left: 24px;
    margin-left: 16px;
    padding-right: 0
  }
}
.bodycopy .wp-block-image, .bodycopy .wp-block-video {
  margin: 64px 0
}
.bodycopy .wp-block-image img, .bodycopy .wp-block-image video, .bodycopy .wp-block-video img, .bodycopy .wp-block-video video {
  border-radius: 8px
}
@media only screen and (max-width:600px) {
  .bodycopy .wp-block-image, .bodycopy .wp-block-video {
    margin: 48px 0
  }
}
.no-content {
  margin-top: 107px;
  padding: 200px 0;
  min-height: 50vh
}
.no-content .container {
  height: 100%
}
.no-content .container .ten.columns {
  height: 100%
}
.rotate-90 {
  transform: rotate(90deg)
}
ol {
  margin-left: 20px
}
li {
  margin-bottom: 0
}
strong {
  font-family: inherit;
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  color: inherit
}
a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.pointer {
  cursor: pointer
}
img {
  display: block;
  max-width: 100%;
  height: auto
}
.hide-desktop {
  display: none !important
}
@media all and (max-width:820px) {
  .hide-desktop {
    display: block !important
  }
}
@media all and (max-width:820px) {
  .hide-mobile {
    display: none !important
  }
}
.wrap {
  position: relative;
  display: block
}
a.box-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: none;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background: 0 0
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}
.video-wrapper embed, .video-wrapper iframe, .video-wrapper object, .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.container .column.flex, .container .columns.flex, .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.flex-align-c {
  -ms-flex-align: center;
  align-items: center
}
.flex-align-s {
  align-items: flex-start;
  -ms-flex-align: start
}
.flex-align-e {
  align-items: flex-end;
  -ms-flex-align: end
}
.flex-justify-c {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center
}
.flex-justify-sb {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.flex-justify-sa {
  justify-content: space-around
}
.flex-justify-se {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly
}
.flex-justify-fs {
  -ms-flex-align: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start
}
.flex-justify-fe {
  -ms-flex-align: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end
}
.container .columns.flex, .flex-col, .flex.flex-col {
  flex-direction: column;
  -ms-flex-direction: column
}
.container .columns.flex.flex-row, .flex-flex-row, .flex-row {
  flex-direction: row;
  -ms-flex-direction: row
}
.margin-top {
  margin-top: 50px;
  margin-top: 50px;
  margin-top: clamp(20px, 3.4722222222vw, 50px)
}
.margin-bottom {
  margin-bottom: 50px;
  margin-bottom: clamp(20px, 3.4722222222vw, 50px)
}
.margin-top-lg {
  margin-top: 100px;
  margin-top: clamp(30px, 6.9444444444vw, 100px)
}
.margin-bottom-lg {
  margin-bottom: 100px;
  margin-bottom: 100px;
  margin-bottom: clamp(30px, 6.9444444444vw, 100px)
}
.margin-top-sm {
  margin-top: 30px;
  margin-top: clamp(20px, 2.0833333333vw, 30px)
}
.margin-bottom-sm {
  margin-bottom: 30px;
  margin-bottom: clamp(20px, 2.0833333333vw, 30px)
}
.padd-top {
  padding-top: 50px
}
.padd-bottom {
  padding-bottom: 50px
}
.padd-top-lg {
  padding-top: 100px
}
.padd-bottom-lg {
  padding-bottom: 100px
}
.padd-top-sm {
  padding-top: 30px
}
.padd-bottom-sm {
  padding-bottom: 30px
}
.shape {
  position: absolute;
  pointer-events: none
}
.shape img {
  max-width: none;
  width: 100%
}
.relative {
  position: relative
}
.static {
  position: static !important
}
.inline-block {
  display: inline-block
}
.z1 {
  z-index: 1
}
.z2 {
  z-index: 2
}
.z3 {
  z-index: 3
}
.z4 {
  z-index: 4
}
.z5 {
  z-index: 5
}
.z6 {
  z-index: 6
}
.z7 {
  z-index: 7
}
.band.overflow-v, .overflow-v {
  overflow: visible !important
}
.band.overflow-h, .overflow-h {
  overflow: hidden !important
}
.bg-white {
  background: #fff
}
.bg-black {
  background: #1c1c1c;
  color: #fff
}
.bg-green {
  background: #6bc67a
}
.bg-purple {
  background: #b647b4
}
.bg-orange {
  background: #db6927
}
.bg-blue {
  background: #0e97d5
}
.bg-lightgreen {
  background: #e4f5e7
}
.bg-lightpurple {
  background: #ffe9ff
}
.bg-lightorange {
  background: #ffe1d0
}
.bg-lightblue {
  background: #d9f3ff
}
.bg-white-hov:hover {
  background: #fff
}
.bg-black-hov:hover {
  background: #000
}
.bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover
}
.txt-white, .txt-white-bold strong, .txt-white-hov:hover {
  color: #fff
}
.txt-black, .txt-black-bold strong, .txt-black-hov:hover {
  color: #1c1c1c
}
.txt-offblack {
  color: #595959
}
.txt-faded-hov:hover {
  opacity: .7
}
.bd-white, .bd-white-hov:hover {
  border: 2px solid #fff !important
}
.bd-black {
  border-color: #000 !important
}
.bd-white-hov:hover {
  border-color: #fff !important
}
.bd-black-hov:hover {
  border-color: #000 !important
}
.bd-faded-hov:hover {
  opacity: .7
}
.weight-l {
  font-weight: 300
}
.weight-n {
  font-weight: 400
}
.weight-b {
  font-weight: 700
}
.weight-m {
  font-weight: 500
}
.txt-center {
  text-align: center
}
.txt-right {
  text-align: right
}
.txt-uppercase {
  text-transform: uppercase
}
.trans {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.btn {
  font-family: inherit;
  font-weight: inherit;
  font-style: normal;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: inherit;
  line-height: 1;
  padding: 16px 24px;
  height: 56px;
  width: fit-content;
  white-space: nowrap;
  border-radius: 8px;
  font-weight: 400;
  color: #1c1c1c
}
.btn.border {
  border: 1px solid
}
.btn.bg-white:hover {
  background: #1c1c1c;
  color: #fff
}
.btn.bg-black, .btn.bg-blue, .btn.bg-green, .btn.bg-orange, .btn.bg-purple {
  color: #fff
}
.btn.bg-black:hover {
  background: #fff;
  color: #1c1c1c
}
.btn.bg-green:hover {
  background: #4f965b
}
.btn.bg-purple:hover {
  background: #842f82
}
.btn.bg-orange:hover {
  background: #9b4c1f
}
.btn.bg-blue:hover {
  background: #0a5c81
}
.btn.outline {
  border: 1px solid #1c1c1c
}
.btn.outline:hover {
  background: #1c1c1c;
  color: #fff
}
.btn.outline.white {
  border-color: #fff;
  color: #fff
}
.btn.outline.white:hover {
  background: #fff;
  color: #1c1c1c
}
.arrow-link {
  position: relative;
  padding-right: 20px;
  color: #1c1c1c
}
.arrow-link::after {
  content: "";
  position: absolute;
  right: -3px;
  background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 3L11 8L6 13" stroke="%231C1C1C" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
  top: 56%;
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.arrow-link::before {
  content: "";
  position: absolute;
  background: #6bc67a;
  height: 1px;
  width: 0;
  bottom: -5px;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.arrow-link:hover {
  color: #1c1c1c !important
}
.arrow-link:hover::after {
  right: -5px
}
.arrow-link:hover::before {
  width: 100%
}
.arrow-link.white {
  color: #fff
}
.arrow-link.white::after {
  background: url('data:image/svg+xml,<svg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L7 7L2 12" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain
}
.arrow-link.white:hover {
  color: #fff !important
}
.text-link {
  color: #1c1c1c;
  font-weight: 500
}
.text-link:hover {
  color: #4f965b
}
.center-btn {
  margin: 0 auto;
  width: fit-content;
  margin-top: 30px
}
.btn.right-align {
  margin-left: auto
}
.btn-wrap {
  display: flex;
  grid-gap: 16px;
  margin-top: 30px
}
.breadcrumbs {
  margin-bottom: 48px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s ease-in-out
}
.band {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 80px 0;
  padding-top: 112px;
  padding-top: clamp(60px, 7.7777777778vw, 112px);
  padding-bottom: 112px;
  padding-bottom: clamp(60px, 7.7777777778vw, 112px)
}
@media only screen and (max-width:600px) {
  .band {
    padding: 80px 0
  }
}
.band.no-pad {
  padding: 0
}
.band.no-pad-top {
  padding-top: 0
}
.band.no-pad-bottom {
  padding-bottom: 0
}
.band.sm-pad-top {
  padding-top: 20px
}
.band.sm-pad-bottom {
  padding-bottom: 20px
}
.bg-shape {
  position: absolute;
  z-index: -1;
  overflow: hidden
}
.flex-3-columns, .flex-3-columns .facetwp-template {
  grid-gap: 40px 20px;
  flex-wrap: wrap
}
.flex-3-columns .facetwp-template article, .flex-3-columns article {
  flex-basis: auto;
  flex-grow: 1;
  flex: 1 0 31%;
  max-width: calc(33.3% - 10px);
  border-radius: 0;
  background: #fff;
  color: inherit;
  padding: 1rem
}
@media all and (max-width:768px) {
  .flex-3-columns .facetwp-template article, .flex-3-columns article {
    flex: 1 0 48%;
    max-width: calc(50% - 10px)
  }
}
@media all and (max-width:550px) {
  .flex-3-columns .facetwp-template article, .flex-3-columns article {
    width: 100%;
    max-width: unset
  }
}
.flex-3-columns .facetwp-template article .btn, .flex-3-columns article .btn {
  margin-top: 10px
}
.flex-3-columns .facetwp-template {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-align: center;
  align-items: flex-start
}
.btn-center {
  width: 100%;
  text-align: center
}
.btn-center .btn {
  margin: 0 auto
}
.wp-block-group {
  width: 100%;
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -ms-flex-direction: row;
  padding-top: 300px;
  padding-top: clamp(170px, 20.8333333333vw, 300px);
  padding-bottom: 300px;
  padding-bottom: clamp(200px, 20.8333333333vw, 300px);
  padding-left: 106px;
  padding-left: clamp(20px, 7.3611111111vw, 106px);
  padding-right: 106px;
  padding-right: clamp(20px, 7.3611111111vw, 106px)
}
@media screen and (max-width:768px) {
  .wp-block-group {
    padding-left: 20px;
    padding-right: 20px
  }
}
.error-page {
  padding-top: 219px;
  padding-bottom: 200px
}
@media all and (max-width:768px) {
  .error-page {
    padding-top: 150px
  }
}
@media all and (max-width:550px) {
  .error-page {
    padding-top: 123px;
    padding-bottom: 150px
  }
}
.error-page .btn {
  margin-top: 50px
}
.hsfc-TextInput {
  border: none;
  background-color: #fff0;
  outline: 0;
  border-bottom: .5px solid #595959;
  border-radius: 0;
  box-shadow: none;
  padding-bottom: 16px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-right: 5px;
  padding-top: 0;
  color: #1c1c1c;
  line-height: 1
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework .gform_validation_errors {
  display: none
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework .gform_heading {
  display: none
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields {
  grid-row-gap: 48px;
  grid-column-gap: 16px
}
@media screen and (max-width:640px) {
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields {
    grid-row-gap: 24px;
    grid-column-gap: 16px
  }
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .ginput_container--name {
    row-gap: 24px
  }
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield input:not([type=checkbox]), .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield select, .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield textarea {
  background-color: #fff0;
  border: none;
  outline: 0;
  border-bottom: .5px solid #595959;
  border-radius: 0;
  box-shadow: none;
  padding-bottom: 16px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-right: 5px;
  padding-top: 0;
  color: #1c1c1c;
  line-height: 1;
  font-size: 18px;
  font-size: clamp(16px, 1.25vw, 18px)
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield input:not([type=checkbox]):active, .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield input:not([type=checkbox]):focus, .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield input:not([type=checkbox]):hover, .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield select:active, .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield select:focus, .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield select:hover, .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield textarea:active, .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield textarea:focus, .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield textarea:hover {
  border-color: #1c1c1c
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield input:not([type=checkbox])::placeholder, .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield select::placeholder, .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield textarea::placeholder {
  font-size: 18px;
  font-size: clamp(16px, 1.25vw, 18px);
  color: #1c1c1c;
  font-weight: 400
}
@media only screen and (max-width:820px) {
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield input:not([type=checkbox]), .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield select, .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield textarea {
    font-size: 18px
  }
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield input:not([type=checkbox])::placeholder, .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield select::placeholder, .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield textarea::placeholder {
    font-size: 18px
  }
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield input[type=checkbox] {
  border-color: #e6e6e6;
  border-radius: 4px;
  height: 16px;
  width: 16px;
  outline: 0;
  box-shadow: none
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield input[type=checkbox]:checked::before {
  color: #6bc67a
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield select {
  padding-bottom: 0;
  border: none;
  display: flex;
  align-items: center
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield .ginput_address_country {
  inline-size: 100%;
  padding-bottom: 6px;
  border-bottom: .5px solid #595959;
  margin-top: -6px
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield .ginput_container_consent {
  margin-top: -16px;
  display: flex;
  align-items: center
}
@media screen and (max-width:640px) {
  .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield .ginput_container_consent {
    margin-top: 8px
  }
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield textarea {
  height: 180px;
  min-block-size: unset
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield label, .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield legend {
  font-size: 14px;
  color: #1c1c1c;
  font-weight: 400
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_footer {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-top: 64px;
  margin-top: clamp(48px, 4.4444444444vw, 64px)
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_footer input[type=submit] {
  border: none;
  outline: 0;
  box-shadow: none;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  background: #1c1c1c;
  line-height: 1;
  padding: 0 24px;
  font-weight: 400;
  height: 56px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_footer input[type=submit]:hover {
  background: #fff;
  color: #1c1c1c
}
body span.gform-loader {
  display: none !important
}
.slider-wrapper .slick-track {
  display: flex !important
}
.slider-wrapper .slick-list {
  margin: 0 -15px;
  overflow: visible
}
@media only screen and (max-width:1366px) {
  .slider-wrapper .slick-list {
    margin: 0 -10px
  }
}
.slider-wrapper .slick-slide {
  margin: 0 15px;
  height: inherit !important
}
@media only screen and (max-width:1366px) {
  .slider-wrapper .slick-slide {
    margin: 0 10px
  }
}
.slider-wrapper .slider-arrows {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px
}
.slider-wrapper .slider-arrows .slick-arrow.slick-disabled {
  opacity: .29
}
.slider-wrapper .slider-arrows .slick-arrow:not(.slick-disabled) {
  cursor: pointer
}
.main section:first-child:not(.hero) {
  margin-top: 140px
}
@media only screen and (max-width:600px) {
  .main section:first-child:not(.hero) {
    margin-top: 88px
  }
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
  border: 1px solid #fff
}
table {
  margin: 0 auto;
  margin-bottom: 30px
}
table tbody tr th {
  padding: 10px
}
table tbody tr td {
  padding: 10px
}
.post-wrapper {
  grid-gap: 80px 16px;
  flex-wrap: wrap
}
.post-wrapper article {
  flex-basis: auto;
  flex-grow: 1;
  flex: 1 0 31%;
  max-width: calc(33.3% - 8px);
  border-radius: 0;
  color: inherit;
  flex-direction: column
}
.post-wrapper article .image-wrap {
  background: #f1f1f1;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 416/431
}
.post-wrapper article .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out
}
.post-wrapper article:hover .image-wrap img {
  transform: scale(1.05)
}
.post-wrapper article h5 {
  margin-bottom: 16px
}
.post-wrapper article p {
  margin-bottom: 24px
}
.post-wrapper article .meta {
  margin-top: 24px;
  margin-bottom: 24px
}
.post-wrapper article .meta .category {
  font-size: 14px;
  font-size: 14px;
  font-size: clamp(12px, .9722222222vw, 14px);
  color: #4f965b;
  background: #e4f5e7;
  border-radius: 6px;
  padding: 4px 8px
}
.post-wrapper article .meta .read-time {
  font-size: 16px;
  font-size: 16px;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  color: rgb(28 28 28 / .64);
  position: relative
}
.post-wrapper article .meta .read-time::before {
  content: "";
  position: relative;
  display: inline-block;
  font-size: 14px;
  background: #1c1c1c;
  height: 2px;
  width: 2px;
  border-radius: 50%;
  color: #1c1c1c;
  margin: 0 8px;
  vertical-align: middle
}
@media only screen and (max-width:820px) {
  .post-wrapper article {
    flex: 1 0 48%;
    max-width: calc(50% - 10px)
  }
}
@media only screen and (max-width:600px) {
  .post-wrapper article {
    width: 100%;
    flex: 1 0 100%;
    max-width: unset
  }
}
.post-wrapper article .btn {
  margin-top: 10px
}
.facetwp-facet-load_more {
  display: flex;
  align-items: center;
  justify-content: center
}
.facetwp-facet-load_more button.facetwp-load-more {
  margin-top: 64px;
  border: 1px solid #1c1c1c;
  padding: 16px 24px;
  height: 56px;
  border-radius: 8px;
  font-size: 18px;
  background: 0 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.facetwp-facet-load_more button.facetwp-load-more:hover {
  background: #1c1c1c;
  color: #fff
}
.search-hero {
  margin-top: 140px
}
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}
[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][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1)
}
[data-aos=zoom-in] {
  transform: scale(.6)
}
[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(.6)
}
[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(.6)
}
[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(.6)
}
[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(.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][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0)
}
[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-left].aos-animate {
  transform: perspective(2500px) rotateY(0)
}
[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg)
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0)
}
[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg)
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0)
}
[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg)
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0)
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms
}
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms
}
[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s
}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s
}
[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 150ms
}
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 150ms
}
[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s
}
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s
}
[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 250ms
}
[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 250ms
}
[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s
}
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s
}
[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 350ms
}
[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 350ms
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s
}
[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s
}
[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 450ms
}
[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 450ms
}
[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s
}
[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s
}
[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 550ms
}
[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 550ms
}
[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s
}
[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s
}
[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 650ms
}
[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 650ms
}
[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s
}
[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s
}
[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 750ms
}
[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 750ms
}
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s
}
[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s
}
[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 850ms
}
[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 850ms
}
[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s
}
[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s
}
[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 950ms
}
[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 950ms
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s
}
[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s
}
[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s
}
[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s
}
[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s
}
[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s
}
[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s
}
[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s
}
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s
}
[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s
}
[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s
}
[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s
}
[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s
}
[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s
}
[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s
}
[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s
}
[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s
}
[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s
}
[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s
}
[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s
}
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s
}
[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s
}
[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s
}
[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s
}
[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s
}
[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s
}
[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s
}
[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s
}
[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s
}
[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s
}
[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s
}
[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s
}
[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s
}
[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s
}
[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s
}
[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s
}
[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s
}
[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s
}
[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s
}
[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s
}
[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s
}
[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s
}
[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s
}
[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s
}
[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s
}
[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s
}
[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s
}
[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s
}
[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s
}
[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s
}
[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s
}
[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s
}
[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s
}
[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s
}
[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s
}
[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s
}
[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s
}
[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s
}
[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s
}
[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s
}
[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s
}
[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s
}
[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s
}
[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s
}
[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s
}
[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s
}
[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s
}
[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s
}
[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s
}
[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s
}
[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s
}
[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s
}
[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s
}
[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s
}
[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s
}
[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s
}
[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s
}
[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s
}
[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s
}
[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s
}
[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s
}
[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s
}
[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .1, .25, 1)
}
[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: cubic-bezier(.42, 0, 1, 1)
}
[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: cubic-bezier(0, 0, .58, 1)
}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: cubic-bezier(.42, 0, .58, 1)
}
[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}
[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}
[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}
[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}
[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}
[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}
[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}
[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}
.hamburger {
  position: relative;
  top: 0;
  right: 0;
  background-color: #fff0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  padding: 0;
  text-align: right;
  z-index: 1000000;
  margin-left: auto;
  display: none;
  margin-bottom: 0;
  margin-left: 16px
}
.hamburger:focus {
  outline: 0
}
.hamburger-box {
  height: 22px;
  display: inline-block;
  position: relative;
  width: 22px
}
.hamburger-inner {
  display: block;
  position: relative;
  top: 50%
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #1c1c1c;
  border-radius: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 22px;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease
}
.hamburger-inner:before {
  top: -8px
}
.hamburger-inner:after {
  bottom: -8px
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: .1s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--squeeze .hamburger-inner:before {
  transition: top .1s .14s ease, opacity .1s ease
}
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: .14s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top .1s ease, opacity .1s .14s ease
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1)
}
@media (max-width:991px) {
  .hamburger {
    display: block
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: #fff0
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after, .slick-track:before {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid #fff0
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-next, .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: #fff0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: #fff0
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}
.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev {
  left: -25px
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px
}
.slick-prev:before {
  content: "←"
}
[dir=rtl] .slick-prev:before {
  content: "→"
}
.slick-next {
  right: -25px
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto
}
.slick-next:before {
  content: "→"
}
[dir=rtl] .slick-next:before {
  content: "←"
}
.slick-dotted.slick-slider {
  margin-bottom: 30px
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}
.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: #fff0;
  padding: 5px;
  cursor: pointer
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}
.hero {
  margin-top: 0;
  background: #e4f5e7;
  padding-top: 205px;
  padding-top: clamp(190px, 14.2361111111vw, 205px);
  padding-bottom: 112px;
  padding-bottom: clamp(80px, 7.7777777778vw, 112px)
}
.hero h2 {
  margin-bottom: 24px
}
.hero p.lead {
  color: #595959;
  margin-bottom: 0
}
@media only screen and (max-width:600px) {
  .hero {
    padding-top: 136px
  }
  .hero h2 {
    margin-bottom: 32px
  }
}
.video-hero {
  height: 100vh;
  overflow: hidden;
  position: relative
}
.video-hero .container {
  height: 100%;
  align-items: end
}
.video-hero .video-wrapper video {
  object-fit: cover
}
.video-hero .content-wrapper {
  margin-bottom: 80px;
  margin-bottom: clamp(50px, 5.5555555556vw, 80px)
}
.video-hero .overlay {
  background: rgb(0 0 0 / .3);
  mix-blend-mode: multiply
}
.hero-home .hero-inner {
  width: calc(100% - 48px);
  position: relative;
  background-color: #e4f5e7;
  border-radius: 32px;
  margin: 24px;
  margin-top: 0;
}
.hero-home .hero-inner .container {
  padding: 75px 64px
}
.hero-home .content-wrapper {
  height: 100%
}
.hero-home .content-wrapper .top-content {
  flex-grow: 1
}
.hero-home .content-wrapper .top-content h1 {
  margin-bottom: 32px
}
.hero-home .content-wrapper .top-content p.lead {
  font-size: 22px;
  font-size: clamp(20px, 1.5277777778vw, 22px);
  color: #1c1c1c;
  margin-bottom: 32px
}
.hero-home .content-wrapper .top-content .btn-wrap {
  margin-top: 0
}
.hero-home .content-wrapper .top-content .btn-wrap .btn.bg-green {
  color: #1c1c1c
}
.hero-home .logo-wrapper.mobile {
  display: none
}
.hero-home .logo-slider {
  transition-timing-function: linear;
  max-width: 100%
}
.hero-home .logo-slider .swiper-wrapper {
  transition-timing-function: linear
}
.hero-home .logo-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center
}
.hero-home .logo-slider .swiper-slide img {
  max-height: 62px;
  height: auto
}
.hero-home .image-wrap {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  max-width: 89%;
  margin-left: auto
}
.hero-home .image-wrap img {
  border-radius: 16px
}
.hero-home .video-wrapper {
  border-radius: 16px;
  overflow: hidden;
  margin-left: auto
}
@media only screen and (min-width:821px) {
  .hero-home .video-wrapper {
    max-width: 89%;
    min-height: 574px
  }
}
.hero-home .video-wrapper video {
  border-radius: 16px;
  object-fit: cover
}
.hero-home .asset-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.hero-home .asset {
  position: absolute;
  animation: fadeInOut 14s linear infinite;
  animation-delay: 2s;
  opacity: 0
}
.hero-home .asset.first {
  width: 228px;
  width: 228px;
  width: clamp(190px, 15.8333333333vw, 228px);
  height: auto;
  top: 8%;
  left: -6%
}
.hero-home .asset.second {
  animation-delay: 3s;
  bottom: 85px;
  right: 0;
  width: 407px;
  width: 407px;
  width: clamp(350px, 28.2638888889vw, 407px);
  height: auto
}
.hero-home .asset.third {
  animation-delay: 4s;
  bottom: 6px;
  right: -11%;
  width: 407px;
  width: 407px;
  width: clamp(350px, 28.2638888889vw, 407px);
  height: auto
}
@media screen and (max-width:1200px) {
  .hero-home .hero-inner .container {
    padding: 48px 22px
  }
}
@media only screen and (max-width:820px) {
  .hero-home .hero-inner .container {
    padding: 64px 40px
  }
  .hero-home .media-wrapper {
    position: relative
  }
  .hero-home .logo-wrapper {
    margin-top: 48px
  }
  .hero-home .logo-wrapper.mobile {
    display: block
  }
  .hero-home .logo-wrapper.desktop {
    display: none
  }
  .hero-home .logo-wrapper p {
    text-align: center;
    margin-bottom: 20px
  }
  .hero-home .video-wrapper {
    aspect-ratio: 31/40;
    width: 100%;
    height: auto
  }
  .hero-home .content-wrapper .top-content {
    align-items: center;
    text-align: center
  }
  .hero-home .content-wrapper .top-content .btn-wrap {
    margin-bottom: 32px
  }
}
@media only screen and (max-width:600px) {
  .hero-home .hero-inner {
    margin: 16px;
    width: calc(100% - 32px);
    margin-top: 0;
    border-radius: 16px
  }
  .hero-home .hero-inner .container {
    padding: 64px 6px
  }
  .hero-home .image-wrap {
    margin-top: 0
  }
  .hero-home .asset {
    position: absolute
  }
  .hero-home .asset.first {
    width: 45%;
    height: auto;
    top: 5%;
    left: -6%
  }
  .hero-home .asset.second {
    bottom: 54px;
    right: 0;
    width: 80%;
    height: auto
  }
  .hero-home .asset.third {
    bottom: 6px;
    right: -9%;
    width: 80%;
    height: auto
  }
  .hero-home .content-wrapper .top-content {
    align-items: center;
    text-align: center
  }
  .hero-home .content-wrapper .top-content .btn-wrap {
    flex-direction: column;
    width: 100%;
    margin-bottom: 32px
  }
  .hero-home .content-wrapper .top-content .btn-wrap .btn {
    width: 100%
  }
  .hero-home .content-wrapper .top-content p.lead {
    color: #595959
  }
  .hero-home .content-wrapper .top-content br {
    display: none
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0
  }
  7.14% {
    opacity: 1
  }
  64.3% {
    opacity: 1
  }
  71.4% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
.text-and-image.colour-dark {
  background: #1c1c1c;
  color: #fff
}
.text-and-image.colour-dark h2 {
  color: #fff
}
.text-and-image.colour-white {
  background: #fff
}
.text-and-image.text-right .container {
  flex-direction: row-reverse
}
@media only screen and (min-width:821px) {
  .text-and-image.text-right .text-wrap {
    padding-right: 80px;
    padding-right: clamp(40px, 5.5555555556vw, 80px);
    padding-left: 86px;
    padding-left: clamp(40px, 5.9722222222vw, 86px)
  }
}
@media only screen and (min-width:821px) {
  .text-and-image.text-left .text-wrap {
    padding-right: 86px;
    padding-right: clamp(40px, 5.9722222222vw, 86px);
    padding-left: 80px;
    padding-left: clamp(40px, 5.5555555556vw, 80px)
  }
}
.text-and-image.apart .text-wrap {
  flex-grow: 1
}
@media only screen and (min-width:821px) {
  .text-and-image.apart .text-wrap .bodycopy {
    margin-bottom: 30px
  }
}
.text-and-image.apart .text-wrap .btn {
  margin-top: auto
}
@media only screen and (max-width:820px) {
  .text-and-image.apart .text-wrap .btn {
    margin-top: 40px
  }
}
.text-and-image .title-wrap {
  margin-bottom: 112px;
  margin-bottom: clamp(80px, 7.7777777778vw, 112px)
}
@media only screen and (min-width:821px) {
  .text-and-image .title-wrap p {
    max-width: 65%;
    text-wrap: balance;
    margin: 0 auto
  }
}
@media only screen and (max-width:820px) {
  .text-and-image .title-wrap br {
    display: none
  }
}
.text-and-image .heading-wrap {
  margin-bottom: 32px
}
.text-and-image .heading-wrap h2 {
  margin-bottom: 0
}
.text-and-image .heading-wrap.med h2 {
  font-size: 44px;
  font-size: clamp(34px, 3.0555555556vw, 44px)
}
.text-and-image .heading-wrap.sm h2 {
  font-size: 35px;
  font-size: clamp(28px, 2.4305555556vw, 35px)
}
.text-and-image .text-wrap {
  display: flex;
  flex-direction: column;
  margin: 32px 0
}
.text-and-image .text-wrap .btn {
  margin-top: 32px
}
.text-and-image .text-wrap .bodycopy :last-child {
  margin-bottom: 0
}
.text-and-image .image-wrap {
  border-radius: 16px;
  width: 100%
}
@media only screen and (min-width:821px) {
  .text-and-image .image-wrap {
    max-width: 632px
  }
}
.text-and-image .image-wrap.popout {
  margin-top: -8%
}
.text-and-image .image-wrap.popout img {
  object-fit: contain
}
.text-and-image .image-wrap .background {
  width: 100%;
  height: 100%;
  border-radius: 16px
}
.text-and-image .image-wrap .background.mobile {
  display: none
}
.text-and-image .image-wrap .asset {
  max-height: 97px;
  max-height: 97px;
  max-height: clamp(70px, 6.7361111111vw, 97px);
  width: auto;
  position: absolute
}
.text-and-image .image-wrap .asset.large {
  max-height: 100%
}
@media screen and (max-width:900px) {
  .text-and-image .image-wrap .asset {
    display: none
  }
}
@media only screen and (max-width:820px) {
  .text-and-image .text-wrap {
    margin-top: 0;
    margin-bottom: 100px
  }
  .text-and-image .text-wrap .bodycopy {
    max-width: 70%
  }
  .text-and-image .text-wrap .bodycopy :last-child {
    margin-bottom: 0
  }
  .text-and-image .text-wrap .btn {
    margin-top: 40px
  }
}
@media only screen and (max-width:600px) {
  .text-and-image .title-wrap {
    text-align: left;
    margin-bottom: 80px
  }
  .text-and-image .title-wrap h2 {
    font-size: 38px
  }
  .text-and-image .text-wrap {
    margin: 0;
    margin-bottom: 48px
  }
  .text-and-image .text-wrap .bodycopy {
    max-width: 100%
  }
  .text-and-image .text-wrap .btn {
    margin-top: 32px
  }
  .text-and-image .image-wrap {
    aspect-ratio: 343/400
  }
  .text-and-image .image-wrap img {
    width: 100%;
    height: auto; /*100%;*/
    /*object-fit: cover;*/
  }
  .text-and-image .image-wrap .background {
	height: auto;
	}
  .text-and-image .image-wrap .background.desktop.hide-on-mobile {
    display: none
  }
  .text-and-image .image-wrap .background.mobile {
    display: block
  }
}
.pagename-about-us .text-and-image.colour-dark .image-wrap .background {
  border-radius: 0
}
@media only screen and (max-width:600px) {
  .text-and-image.colour-light + .text-and-image.colour-light {
    padding-top: 0
  }
}
@media only screen and (max-width:600px) {
  .text-and-image.image-first-mob .title-wrap {
    text-align: center
  }
  .text-and-image.image-first-mob .container {
    flex-direction: column-reverse
  }
  .text-and-image.image-first-mob .image-wrap {
    margin-bottom: 48px
  }
  .text-and-image.image-first-mob .text-wrap {
    margin-bottom: 0
  }
}
.tiles-block .title-wrap {
  margin-bottom: 48px
}
.tiles-block .title-wrap h2 {
  margin-bottom: 0
}
.tiles-block .title-wrap.subtitle h2 {
  margin-bottom: 24px
}
@media only screen and (min-width:821px) {
  .tiles-block .title-wrap.subtitle p {
    max-width: 65%;
    margin: 0 auto
  }
}
.tiles-block .tiles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px 16px
}
.tiles-block .tiles-grid .tile {
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  padding: 48px 72px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  box-shadow: 0 0 0 0 #e4f5e7
}
.tiles-block .tiles-grid .tile img {
  max-width: 64px;
  width: 64px;
  width: clamp(54px, 4.4444444444vw, 64px);
  height: auto;
  margin-bottom: 24px
}
.tiles-block .tiles-grid .tile h5 {
  margin-bottom: 24px
}
.tiles-block .tiles-grid .tile p:last-child {
  margin-bottom: 0
}
.tiles-block .tiles-grid .tile:hover {
  box-shadow: 0 0 5px 4px #e4f5e7
}
.tiles-block .tiles-grid .tile.title-small h5 {
  font-size: 22px;
  font-size: clamp(20px, 1.5277777778vw, 22px);
  font-weight: 500;
  margin-bottom: 16px
}
.tiles-block .tiles-grid .tile.hov-purple {
  box-shadow: 0 0 0 0 #ffe9ff
}
.tiles-block .tiles-grid .tile.hov-purple:hover {
  box-shadow: 0 0 5px 4px #ffe9ff
}
.tiles-block .tiles-grid .tile.hov-orange {
  box-shadow: 0 0 0 0 #ffe1d0
}
.tiles-block .tiles-grid .tile.hov-orange:hover {
  box-shadow: 0 0 5px 4px #ffe1d0
}
.tiles-block .tiles-grid .tile.hov-blue {
  box-shadow: 0 0 0 0 #d9f3ff
}
.tiles-block .tiles-grid .tile.hov-blue:hover {
  box-shadow: 0 0 5px 4px #d9f3ff
}
@media only screen and (max-width:820px) {
  .tiles-block .tiles-grid .tile {
    padding: 38px 40px
  }
  .tiles-block .tiles-grid .tile br {
    display: none
  }
}
@media only screen and (max-width:600px) {
  .tiles-block .title-wrap h2 {
    font-size: 32px
  }
  .tiles-block .tiles-grid {
    grid-gap: 16px
  }
  .tiles-block .tiles-grid .tile {
    grid-column: span 2;
    padding: 48px 40px
  }
  .tiles-block .tiles-grid .tile h5 {
    font-size: 28px
  }
}
.tiles-block.col-3 .tiles-grid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px 16px
}
.tiles-block.col-3 .tiles-grid .tile {
  padding: 48px 40px
}
@media only screen and (max-width:820px) {
  .tiles-block.col-3 .tiles-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .tiles-block.col-3 .tiles-grid .tile {
    padding: 38px 40px
  }
}
@media only screen and (max-width:600px) {
  .tiles-block.col-3 .tiles-grid {
    grid-gap: 16px
  }
  .tiles-block.col-3 .tiles-grid .tile {
    grid-column: span 2;
    padding: 48px 40px
  }
}
.home .tiles-block {
  padding-top: 64px;
  padding-top: clamp(40px, 4.4444444444vw, 64px);
  padding-bottom: 0;
  margin-bottom: 80px;
  margin-bottom: clamp(50px, 5.5555555556vw, 80px)
}
@media only screen and (max-width:600px) {
  .home .tiles-block {
    padding-top: 0
  }
}
.stats-block {
  padding-top: 0;
  margin-top: 80px;
  margin-top: clamp(50px, 5.5555555556vw, 80px);
  padding-bottom: 112px;
  padding-bottom: clamp(80px, 7.7777777778vw, 112px)
}
.stats-block.pad-top-none {
  margin-top: 0
}
.stats-block.pad-bottom-none {
  padding-bottom: 0
}
.stats-block .stats-wrapper {
  flex-wrap: wrap;
  grid-gap: 40px;
  margin: 40px 0
}
.stats-block .stats-wrapper.mobile {
  display: none
}
.stats-block .stats-wrapper .stat {
  min-width: 80px;
  flex: 0 0 20%
}
@media only screen and (min-width:821px) {
  .stats-block .stats-wrapper .stat {
    max-width: 26%
  }
}
@media only screen and (min-width:601px) and (max-width:810px) {
  .stats-block .stats-wrapper .stat {
    max-width: 28%
  }
}
.stats-block .stats-wrapper .stat h3 {
  margin-bottom: 16px
}
.stats-block .stats-wrapper .stat p {
  margin-bottom: 0
}
.stats-block .stats-wrapper.col-2 .stat {
  max-width: 30%;
  flex: 1 0 30%;
  padding: 0 40px
}
.stats-block .stats-wrapper.col-3 .stat {
  max-width: 30%;
  flex: 1 0 30%;
  padding: 0 40px
}
@media only screen and (max-width:1024px) {
  .stats-block .stats-wrapper .stat br {
    display: none
  }
}
@media only screen and (max-width:600px) {
  .stats-block {
    margin-top: 48px;
    padding-bottom: 16px
  }
  .stats-block .stats-wrapper {
    margin: 0
  }
  .stats-block .stats-wrapper .swiper-wrapper {
    padding-bottom: 48px
  }
  .stats-block .stats-wrapper.desktop {
    display: none
  }
  .stats-block .stats-wrapper.mobile {
    display: block
  }
  .stats-block .stats-wrapper .stat {
    padding: 40px 16px;
    flex: none
  }
}
.swiper-pagination {
  bottom: 0
}
.swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  background: #e4f5e7;
  opacity: 1
}
.swiper-pagination .swiper-pagination-bullet-active {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #6bc67a;
  opacity: 1;
  width: 16px;
  border-radius: 4px
}
.stats-block.accent-orange .swiper-pagination .swiper-pagination-bullet {
  background: #ffe1d0
}
.stats-block.accent-orange .swiper-pagination .swiper-pagination-bullet-active {
  background: #db6927
}
.stats-block.accent-purple .swiper-pagination .swiper-pagination-bullet {
  background: #ffe9ff
}
.stats-block.accent-purple .swiper-pagination .swiper-pagination-bullet-active {
  background: #b647b4
}
.stats-block.accent-blue .swiper-pagination .swiper-pagination-bullet {
  background: #d9f3ff
}
.stats-block.accent-blue .swiper-pagination .swiper-pagination-bullet-active {
  background: #0e97d5
}
.four-column-block {
  padding-top: 64px;
  padding-top: clamp(40px, 4.4444444444vw, 64px);
  padding-bottom: 112px;
  padding-bottom: clamp(80px, 7.7777777778vw, 112px);
  background: #1c1c1c;
  color: #fff
}
.four-column-block.light {
  background: 0 0;
  color: #1c1c1c
}
.four-column-block.pad-small {
  padding-top: 32px;
  padding-bottom: 32px
}
.four-column-block .heading-wrap h4 {
  margin-bottom: 64px;
  margin-bottom: 64px;
  margin-bottom: clamp(50px, 4.4444444444vw, 64px);
  color: #fff
}
.four-column-block .column-wrapper {
  flex-wrap: wrap;
  grid-gap: 80px 40px
}
.four-column-block .column-wrapper .column-card {
  flex: 0 1 22%
}
.four-column-block .column-wrapper .column-card p {
  text-align: center;
  margin-bottom: 16px
}
.four-column-block .column-wrapper .column-card .arrow-link {
  color: #fff
}
.four-column-block .column-wrapper .column-card .arrow-link.light {
  color: #1c1c1c
}
.four-column-block .column-wrapper .column-card .arrow-link.light::after {
  background: url('data:image/svg+xml,<svg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L7 7L2 12" stroke="%231C1C1C" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain
}
.four-column-block .column-wrapper .column-card .arrow-link::after {
  background: url('data:image/svg+xml,<svg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L7 7L2 12" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain
}
.four-column-block .column-wrapper .column-card img {
  margin-bottom: 32px;
  width: 100%;
  height: auto
}
.four-column-block .column-wrapper .column-card img.mobile {
  display: none
}
.four-column-block .column-wrapper .column-card img.medium {
  width: 80%
}
.four-column-block .column-wrapper .column-card img.small {
  width: 60%
}
@media screen and (max-width:1200px) {
  .four-column-block .column-wrapper {
    grid-gap: 60px 20px
  }
  .four-column-block .column-wrapper .column-card p {
    font-size: 15px
  }
}
@media only screen and (max-width:820px) {
  .four-column-block .column-wrapper {
    grid-gap: 80px 40px
  }
  .four-column-block .column-wrapper .column-card {
    flex: 0 1 47%
  }
  .four-column-block .column-wrapper .column-card p {
    font-size: 16px
  }
}
.four-column-block .column-wrapper.col-1, .four-column-block .column-wrapper.col-2 {
  justify-content: center
}
@media only screen and (max-width:600px) {
  .four-column-block {
    padding: 80px 0
  }
  .four-column-block .heading-wrap {
    margin-bottom: 64px
  }
  .four-column-block .column-wrapper {
    grid-gap: 64px
  }
  .four-column-block .column-wrapper .column-card {
    flex: 0 1 100%
  }
  .four-column-block .column-wrapper .column-card p {
    font-size: 18px
  }
  .four-column-block .column-wrapper .column-card img {
    max-width: 248px;
    margin: 0 auto;
    margin-bottom: 32px
  }
  .four-column-block .column-wrapper .column-card img.mobile {
    display: block
  }
  .four-column-block .column-wrapper .column-card img.desktop {
    display: none
  }
}
.industry-experts-block {
  padding: 0;
  padding-bottom: 16px
}
.industry-experts-block .heading-wrap p.lead {
  margin-bottom: 48px;
  margin-bottom: clamp(38px, 3.3333333333vw, 48px)
}
.industry-experts-block .industry-experts-wrapper {
  grid-gap: 80px;
  flex-wrap: wrap;
  grid-gap: 80px;
  grid-gap: clamp(40px, 5.5555555556vw, 80px)
}
.industry-experts-block .industry-experts-wrapper.mobile {
  display: none
}
.industry-experts-block .industry-experts-wrapper .industry-expert {
  display: flex;
  align-items: center;
  justify-content: center
}
.industry-experts-block .industry-experts-wrapper .industry-expert img {
  width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain
}
.industry-experts-block .industry-experts-wrapper .industry-expert img.large {
  max-height: 130px
}
.industry-experts-block .industry-experts-wrapper .industry-expert img.small {
  max-height: 100px
}
@media only screen and (min-width:1025px) {
  .industry-experts-block .industry-experts-wrapper .industry-expert {
    flex: 0 0 10%
  }
}
@media only screen and (max-width:1024px) {
  .industry-experts-block .industry-experts-wrapper {
    grid-gap: 40px 20px
  }
}
@media only screen and (max-width:820px) {
  .industry-experts-block .industry-experts-wrapper {
    grid-gap: 40px
  }
  .industry-experts-block .industry-experts-wrapper .industry-expert {
    flex: 0 0 25%
  }
}
@media only screen and (max-width:600px) {
  .industry-experts-block {
    padding-bottom: 48px
  }
  .industry-experts-block .heading-wrap p.lead {
    margin-bottom: 48px
  }
  .industry-experts-block .swiper-wrapper {
    padding-bottom: 48px
  }
  .industry-experts-block .industry-experts-wrapper.mobile {
    display: block
  }
  .industry-experts-block .industry-experts-wrapper.desktop {
    display: none
  }
  .industry-experts-block .industry-experts-wrapper .industry-expert {
    flex: none
  }
  .industry-experts-block .industry-experts-wrapper .industry-expert img {
    max-height: 144px;
    width: 100%;
    height: auto;
    object-fit: contain
  }
  .industry-experts-block .industry-experts-wrapper .industry-expert img.large {
    max-height: 150px
  }
  .industry-experts-block .industry-experts-wrapper .industry-expert img.small {
    max-height: 120px
  }
}
@media only screen and (min-width:601px) {
  .text-and-image + .industry-experts-block {
    margin-top: -32px
  }
}
.hero-case-studies .heading-wrap {
  margin-bottom: 64px;
  margin-bottom: clamp(50px, 4.4444444444vw, 64px)
}
.hero-case-studies .heading-wrap h4 {
  max-width: 60%;
  margin-bottom: 0
}
.hero-case-studies .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 16px
}
.hero-case-studies .wrapper .case-study .image-wrap {
  border-radius: 8px;
  width: 100%;
  height: auto;
  aspect-ratio: 79/50;
  overflow: hidden;
  margin-bottom: 40px;
  margin-bottom: clamp(30px, 2.7777777778vw, 40px)
}
.hero-case-studies .wrapper .case-study .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out
}
.hero-case-studies .wrapper .case-study .image-wrap:hover img {
  transform: scale(1.05)
}
.hero-case-studies .wrapper .case-study h5 {
  margin-bottom: 16px;
  display: inline-block
}
.hero-case-studies .wrapper .case-study p {
  opacity: .64
}
.hero-case-studies .wrapper .case-study p:last-child {
  margin-bottom: 0
}
.hero-case-studies .wrapper .case-study.new {
  position: relative
}
.hero-case-studies .wrapper .case-study.new::after {
  content: "New";
  padding: 4px 12px;
  color: #fff;
  border-radius: 4px;
  background: rgb(255 255 255 / .1);
  font-size: 14px;
  position: absolute;
  top: 24px;
  left: 24px
}
@media only screen and (max-width:600px) {
  .hero-case-studies {
    padding-top: 64px;
    padding-bottom: 64px
  }
  .hero-case-studies .heading-wrap {
    flex-direction: column;
    margin-bottom: 64px
  }
  .hero-case-studies .heading-wrap h4 {
    margin-bottom: 32px;
    max-width: 100%
  }
  .hero-case-studies .wrapper {
    grid-gap: 40px
  }
  .hero-case-studies .wrapper .case-study {
    grid-column: span 2
  }
  .hero-case-studies .wrapper .case-study .image-wrap {
    aspect-ratio: 343/431;
    margin-bottom: 40px
  }
  .hero-case-studies .wrapper .case-study h5 {
    font-size: 28px
  }
}
.free-trial-form {
  padding-top: 88px;
  padding-top: clamp(64px, 6.1111111111vw, 88px);
  padding-bottom: 88px;
  padding-bottom: clamp(64px, 6.1111111111vw, 88px)
}
.free-trial-form .inner {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 64px;
  padding: 64px;
  padding: clamp(54px, 4.4444444444vw, 64px)
}
.free-trial-form .text-side {
  flex: 0 0 50%
}
@media only screen and (min-width:821px) {
  .free-trial-form .text-side {
    padding-right: 60px;
    padding-right: clamp(20px, 4.1666666667vw, 60px)
  }
}
.free-trial-form .text-side h2 {
  margin-bottom: 32px
}
@media only screen and (min-width:821px) {
  .free-trial-form .text-side .bodycopy {
    max-width: 80%
  }
}
.free-trial-form .text-side .bodycopy p {
  color: #1c1c1c
}
.free-trial-form .text-side .bodycopy :last-child {
  margin-bottom: 0
}
.free-trial-form .form-side {
  flex: 0 0 50%
}
@media screen and (max-width:900px) {
  .free-trial-form .inner {
    flex-direction: column;
    padding: 45px 40px
  }
  .free-trial-form .text-side {
    flex: 1 0 100%;
    margin-bottom: 48px
  }
  .free-trial-form .form-side {
    flex: 1 0 100%
  }
}
@media only screen and (max-width:600px) {
  .free-trial-form {
    padding: 64px 0
  }
  .free-trial-form .inner {
    padding: 42px 16px 64px
  }
}
.insights-updates-block {
  padding-bottom: 128px;
  padding-bottom: clamp(90px, 8.8888888889vw, 128px)
}
.insights-updates-block .heading-wrap {
  margin-bottom: 48px;
  align-items: center
}
.insights-updates-block .heading-wrap h4 {
  margin-bottom: 0;
  line-height: normal
}
.insights-updates-block .btn.mobile {
  display: none
}
.insights-updates-block .post-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 16px
}
.insights-updates-block .swiper {
  overflow: visible
}
@media only screen and (max-width:820px) {
  .insights-updates-block .swiper-wrapper {
    padding-bottom: 48px
  }
}
.insights-updates-block .swiper-pagination {
  bottom: -32px
}
@media only screen and (min-width:821px) {
  .insights-updates-block .swiper-pagination {
    display: none
  }
}
@media only screen and (max-width:600px) {
  .insights-updates-block .swiper-pagination {
    bottom: -24px
  }
}
.insights-updates-block .post-card .image-wrap {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 416/431
}
.insights-updates-block .post-card .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out
}
.insights-updates-block .post-card .image-wrap:hover img {
  transform: scale(1.05)
}
.insights-updates-block .post-card h5 {
  margin-bottom: 16px
}
.insights-updates-block .post-card p {
  margin-bottom: 24px
}
.insights-updates-block .post-card .meta {
  margin-top: 24px;
  margin-bottom: 24px
}
.insights-updates-block .post-card .meta .category {
  font-size: 14px;
  color: #4f965b;
  background: #e4f5e7;
  border-radius: 6px;
  padding: 4px 8px
}
.insights-updates-block .post-card .meta .read-time {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: rgb(28 28 28 / .64);
  position: relative
}
.insights-updates-block .post-card .meta .read-time::before {
  content: "";
  position: relative;
  display: inline-block;
  font-size: 14px;
  background: #1c1c1c;
  height: 2px;
  width: 2px;
  border-radius: 50%;
  color: #1c1c1c;
  margin: 0 8px;
  vertical-align: middle
}
@media only screen and (max-width:600px) {
  .insights-updates-block {
    padding-top: 64px;
    padding-bottom: 64px
  }
  .insights-updates-block .heading-wrap {
    justify-content: center
  }
  .insights-updates-block .heading-wrap .btn.desktop {
    display: none
  }
  .insights-updates-block .heading-wrap h4 {
    text-align: center;
    font-size: 32px
  }
  .insights-updates-block .btn.mobile {
    display: block
  }
  .insights-updates-block .btn.mobile.center-btn {
    margin-top: 48px
  }
}
.hero-about {
  padding-top: 72px;
  padding-top: clamp(60px, 5vw, 72px);
  padding-bottom: 64px
}
@media only screen and (min-width:821px) {
  .hero-about .content-wrapper {
    padding-inline: 108px;
    padding-inline: clamp(64px, 7.5vw, 108px)
  }
}
.hero-about h1 {
  margin-bottom: 32px
}
.hero-about p.lead {
  margin-bottom: 0;
  color: #595959
}
.hero-about .image-wrap {
  margin-top: 88px;
  margin-top: 88px;
  margin-top: clamp(64px, 6.1111111111vw, 88px);
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 266/135
}
.hero-about .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover
}
@media only screen and (max-width:600px) {
  .hero-about {
    padding-top: 48px;
    padding-bottom: 0
  }
  .hero-about h1 {
    text-wrap: balance;
    font-size: 40px;
    line-height: normal
  }
  .hero-about .image-wrap {
    aspect-ratio: 343/400
  }
}
@media only screen and (min-width:821px) {
  .two-columns .left {
    padding-left: 108px;
    padding-left: clamp(64px, 7.5vw, 108px)
  }
  .two-columns .right {
    padding-right: 108px;
    padding-right: clamp(64px, 7.5vw, 108px)
  }
}
.two-columns :last-child {
  margin-bottom: 0
}
@media only screen and (max-width:820px) {
  .two-columns .left :last-child {
    margin-bottom: 32px
  }
}
.meet-the-team {
  padding-bottom: 0
}
.meet-the-team .ten.columns {
  border-bottom: 1px solid #ccc;
  padding-bottom: 112px;
  padding-bottom: clamp(60px, 7.7777777778vw, 112px)
}
.meet-the-team .top-title {
  margin-bottom: 80px;
  margin-bottom: 80px;
  margin-bottom: clamp(60px, 5.5555555556vw, 80px)
}
.meet-the-team .top-title h3 {
  margin-bottom: 0
}
@media only screen and (min-width:821px) {
  .meet-the-team .top-title h3 {
    max-width: 60%
  }
}
@media only screen and (max-width:600px) {
  .meet-the-team .top-title {
    margin-bottom: 48px
  }
}
.meet-the-team .arrow-wrap {
  grid-gap: 6px
}
.meet-the-team .swiper {
  overflow: visible
}
.meet-the-team .swiper-button-next, .meet-the-team .swiper-button-prev {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  top: unset;
  width: 40px;
  height: 40px;
  margin: 0
}
.meet-the-team .swiper-button-next::after, .meet-the-team .swiper-button-prev::after {
  content: "";
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="40" height="40" rx="8" transform="matrix(-1 0 0 1 40 0)" fill="%236BC67A"/><path d="M18 15L23 20L18 25" stroke="%231C1C1C" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px
}
.meet-the-team .swiper-button-next:hover::after, .meet-the-team .swiper-button-prev:hover::after {
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="40" height="40" rx="8" transform="matrix(-1 0 0 1 40 0)" fill="%234F965B"/><path d="M18 15L23 20L18 25" stroke="%231C1C1C" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>')
}
.meet-the-team .swiper-button-prev::after {
  transform: scaleX(-1)
}
.meet-the-team .swiper-wrapper {
  padding-bottom: 64px
}
.meet-the-team .swiper-pagination {
  top: unset;
  bottom: 0
}
.meet-the-team .team-card .image-wrap {
  background: #f1f1f1;
  width: 100%;
  margin-bottom: 24px;
  aspect-ratio: 416/431;
  border-radius: 8px;
  overflow: hidden
}
.meet-the-team .team-card .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px
}
.meet-the-team .team-card h5 {
  margin-bottom: 16px
}
.meet-the-team .team-card p {
  margin-bottom: 0
}
.divider {
  width: 100%
}
.divider span {
  display: block;
  height: 1px;
  width: 100%;
  background: #ccc
}
.newsletter-form-block .content-wrapper {
  max-width: 48%;
  margin: 0 auto
}
@media only screen and (max-width:1366px) {
  .newsletter-form-block .content-wrapper {
    max-width: 52%
  }
}
@media only screen and (max-width:1024px) {
  .newsletter-form-block .content-wrapper {
    max-width: 60%
  }
}
@media only screen and (max-width:820px) {
  .newsletter-form-block .content-wrapper {
    max-width: 80%
  }
}
@media only screen and (max-width:600px) {
  .newsletter-form-block .content-wrapper {
    max-width: 100%
  }
}
.newsletter-form-block h3 {
  font-size: 44px;
  font-size: clamp(33px, 3.0555555556vw, 44px);
  margin-bottom: 16px;
  text-wrap: balance
}
.newsletter-form-block p {
  opacity: .64;
  margin-bottom: 0
}
.newsletter-form-block .form-wrap {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center
}
.newsletter-form-block .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields {
  display: flex
}
.newsletter-form-block .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield {
  flex-grow: 1
}
.newsletter-form-block .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield input:not([type=checkbox]) {
  text-align: left;
  color: #fff;
  border-color: #fff
}
.newsletter-form-block .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield input:not([type=checkbox])::placeholder {
  color: #fff
}
.newsletter-form-block .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield .ginput_container {
  height: 100%;
  padding-bottom: 7px
}
.newsletter-form-block .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield .ginput_container input {
  height: 100%
}
.newsletter-form-block .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield.gfield--type-submit {
  flex-grow: 0
}
.newsletter-form-block .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield.gfield--type-submit input {
  width: 166px;
  background: #6bc67a;
  color: #fff;
  border: none;
  outline: 0;
  box-shadow: none;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1;
  padding: 0 24px;
  font-weight: 400;
  height: 56px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.newsletter-form-block .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield.gfield--type-submit input:hover {
  background: #4f965b
}
@media only screen and (max-width:600px) {
  .newsletter-form-block .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields {
    flex-direction: column;
    grid-gap: 9px
  }
  .newsletter-form-block .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield.gfield--type-submit {
    flex-grow: 1
  }
  .newsletter-form-block .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields .gfield.gfield--type-submit input {
    width: 100%;
    text-align: center
  }
}
@media only screen and (max-width:600px) {
  .newsletter-form-block {
    padding: 64px 0
  }
}
.featured-posts {
  padding-top: 96px;
  padding-top: clamp(80px, 6.6666666667vw, 96px);
  padding-bottom: 0
}
.featured-posts .top-content {
  margin-bottom: 40px
}
@media only screen and (max-width:600px) {
  .featured-posts .top-content {
    margin-bottom: 32px
  }
  .featured-posts .top-content h3 {
    font-size: 40px
  }
}
.featured-posts .post-wrapper {
  align-items: flex-start
}
@media only screen and (min-width:821px) {
  .featured-posts .post-wrapper .main-featured-post {
    padding-right: 10px;
    flex: 0 0 49%
  }
}
.featured-posts .post-wrapper .main-featured-post article {
  max-width: 100%
}
.featured-posts .post-wrapper .main-featured-post article .image-wrap {
  aspect-ratio: 63/43
}
.featured-posts .post-wrapper .main-featured-post article h5 {
  font-size: 28px
}
@media only screen and (max-width:600px) {
  .featured-posts .post-wrapper .main-featured-post article h5 {
    font-size: 24px
  }
}
@media only screen and (min-width:821px) {
  .featured-posts .post-wrapper .featured-posts-wrapper {
    flex: 0 0 49%;
    padding-left: 10px
  }
}
.featured-posts .post-wrapper .featured-posts-wrapper article {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 100%;
  padding: 24px 0
}
.featured-posts .post-wrapper .featured-posts-wrapper article .image-wrap {
  aspect-ratio: 1/1;
  margin-left: 32px;
  max-width: 20%
}
.featured-posts .post-wrapper .featured-posts-wrapper article .text-wrap {
  flex-grow: 1
}
.featured-posts .post-wrapper .featured-posts-wrapper article h5 {
  font-size: 22px;
  margin-bottom: 24px
}
.featured-posts .post-wrapper .featured-posts-wrapper article p {
  display: none
}
.featured-posts .post-wrapper .featured-posts-wrapper article .meta {
  align-items: center;
  margin-top: 0;
  margin-bottom: 24px
}
.featured-posts .post-wrapper .featured-posts-wrapper article:first-child {
  padding-top: 0
}
.featured-posts .post-wrapper .featured-posts-wrapper article:not(:last-child) {
  border-bottom: 1px solid #ccc
}
@media only screen and (max-width:600px) {
  .featured-posts .post-wrapper .featured-posts-wrapper article .image-wrap {
    max-width: 35%
  }
  .featured-posts .post-wrapper .featured-posts-wrapper article h5 {
    font-size: 20px
  }
}
@media only screen and (max-width:600px) {
  .featured-posts .post-wrapper {
    grid-gap: 40px
  }
}
.resources #resource-listing {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #ccc
}
.resources .facetwp-hidden {
  display: none
}
.resources .resource .swiper {
  overflow: visible
}
.resources .resource .swiper .swiper-pagination {
  bottom: -46px
}
@media only screen and (min-width:821px) {
  .resources .resource .swiper .swiper-pagination {
    display: none
  }
}
@media only screen and (max-width:600px) {
  .resources .resource .swiper .swiper-pagination {
    bottom: -96px
  }
}
.resources .resource:not(:last-child) {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #ccc
}
@media only screen and (max-width:600px) {
  .resources .resource:not(:last-child) {
    padding-bottom: 140px;
    margin-bottom: 48px
  }
}
.resources .resource .top-content {
  margin-bottom: 40px
}
.resources .resource .top-content h4 {
  margin-bottom: 0
}
@media only screen and (max-width:600px) {
  .resources .resource .top-content {
    margin-bottom: 48px;
    flex-direction: column;
    align-items: start
  }
  .resources .resource .top-content h4 {
    font-size: 32px;
    margin-bottom: 32px
  }
}
.filter-wrapper {
  margin-bottom: 64px;
  display: grid;
  grid-gap: 32px 16px;
  grid-template-columns: repeat(2, 1fr)
}
@media only screen and (max-width:600px) {
  .filter-wrapper {
    margin-bottom: 48px;
    grid-gap: 40px 16px
  }
}
.filter-wrapper .facetwp-facet {
  margin-bottom: 0
}
.filter-wrapper .facetwp-facet-search {
  grid-column: span 1
}
.filter-wrapper .facetwp-facet-search .facetwp-input-wrap {
  width: 100%
}
.filter-wrapper .facetwp-facet-search .facetwp-input-wrap .facetwp-icon {
  transform: none;
  right: unset;
  left: 0;
  opacity: 1
}
.filter-wrapper .facetwp-facet-search .facetwp-input-wrap .facetwp-icon::before {
  background: url(../images/search.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  transform: none !important
}
.filter-wrapper .facetwp-facet-search .facetwp-input-wrap .facetwp-icon.f-loading::before {
  transform: none !important
}
.filter-wrapper .facetwp-facet-search input.facetwp-search {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  border: none;
  width: 100%;
  border-bottom: .5px solid #595959;
  padding: 0;
  padding-left: 24px;
  padding-bottom: 16px;
  border-radius: 0;
  background: 0 0;
  color: #1c1c1c
}
.filter-wrapper .facetwp-facet-search input.facetwp-search::placeholder {
  color: #1c1c1c;
  opacity: 1
}
@media only screen and (max-width:600px) {
  .filter-wrapper .facetwp-facet-search {
    grid-column: span 2
  }
}
.filter-wrapper .facetwp-facet-categories, .filter-wrapper .facetwp-type-dropdown, .filter-wrapper .facetwp-type-fselect {
  grid-column: span 1
}
.filter-wrapper .facetwp-facet-categories .fs-label-wrap, .filter-wrapper .facetwp-facet-categories select, .filter-wrapper .facetwp-type-dropdown .fs-label-wrap, .filter-wrapper .facetwp-type-dropdown select, .filter-wrapper .facetwp-type-fselect .fs-label-wrap, .filter-wrapper .facetwp-type-fselect select {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  width: 100%;
  border: none;
  border-bottom: .5px solid #595959;
  padding: 0;
  padding-bottom: 16px;
  border-radius: 0;
  background: 0 0;
  margin: 0;
  color: #1c1c1c
}
@media only screen and (max-width:600px) {
  .filter-wrapper .facetwp-facet-categories, .filter-wrapper .facetwp-type-dropdown, .filter-wrapper .facetwp-type-fselect {
    grid-column: span 2
  }
}
.filter-wrapper .facetwp-type-fselect .fs-wrap {
  width: 100%;
  cursor: pointer
}
.filter-wrapper .facetwp-type-fselect .fs-wrap .fs-label-wrap {
  padding-bottom: 9px;
  cursor: pointer
}
.filter-wrapper .facetwp-type-fselect .fs-wrap .fs-dropdown .fs-search {
  display: none
}
.filter-wrapper .facetwp-facet-resource_category {
  grid-column: span 1;
  margin-left: auto;
  grid-column-start: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 16px
}
.filter-wrapper .facetwp-facet-resource_category .facetwp-radio {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  padding: 8px 12px;
  border-radius: 6px;
  background: 0 0;
  text-align: center;
  margin: 0;
  color: #1c1c1c;
  min-width: 92px;
  height: 40px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.filter-wrapper .facetwp-facet-resource_category .facetwp-radio .facetwp-counter {
  display: none
}
.filter-wrapper .facetwp-facet-resource_category .facetwp-radio .facetwp-display-value {
  padding: 0
}
.filter-wrapper .facetwp-facet-resource_category .facetwp-radio.checked, .filter-wrapper .facetwp-facet-resource_category .facetwp-radio:hover {
  background: #e6e6e6
}
@media only screen and (max-width:600px) {
  .filter-wrapper .facetwp-facet-resource_category {
    grid-column: span 2;
    margin-left: 0
  }
  .filter-wrapper .facetwp-facet-resource_category .facetwp-radio {
    min-width: 0
  }
}
.hero-secondary .hero-inner .container {
  padding-top: 40px;
  padding-right: 54px
}
.hero-secondary .hero-inner.green {
  background: #e4f5e7
}
.hero-secondary .hero-inner.purple {
  background: #ffe9ff
}
.hero-secondary .hero-inner.orange {
  background: #ffe1d0
}
.hero-secondary .hero-inner.blue {
  background: #d9f3ff
}
@media only screen and (min-width:1025px) {
  .hero-secondary .top-content {
    padding-right: 48px
  }
}
.hero-secondary .top-content h1 {
  font-size: 55px;
  font-size: clamp(40px, 3.8194444444vw, 55px)
}
.hero-secondary .top-content h2 {
  font-size: 22px;
  font-size: clamp(20px, 1.5277777778vw, 22px);
  line-height: 1.2272727273;
  font-weight: 400
}
.hero-secondary .image-wrap {
  max-width: 100%
}
.hero-secondary .asset {
  width: auto;
  max-width: 80%;
  max-height: 70%;
  position: absolute
}
.hero-secondary .asset:first-of-type {
  animation-delay: 1s
}
.hero-secondary .asset:not(:first-of-type) {
  animation-delay: 2s
}
@media only screen and (max-width:820px) {
  .hero-secondary .hero-inner .breadcrumbs {
    text-align: center
  }
  .hero-secondary .hero-inner .container {
    padding: 40px 40px 64px 40px
  }
}
@media only screen and (max-width:600px) {
  .hero-secondary .hero-inner .container {
    padding: 40px 6px 64px 6px
  }
}
@media only screen and (max-width:820px) {
  .hero-secondary.no-breadcrumbs .hero-inner .container {
    padding: 64px 6px
  }
  .hero-secondary.no-breadcrumbs .top-content {
    align-items: flex-start;
    text-align: left
  }
}
@media only screen and (max-width:600px) {
  .hero-secondary.no-breadcrumbs .hero-inner .container {
    padding: 64px 6px 40px
  }
  .hero-secondary.no-breadcrumbs .top-content {
    text-align: left
  }
  .hero-secondary.no-breadcrumbs .content-wrapper .top-content .btn-wrap .btn {
    width: fit-content
  }
}
.schedule-demo-form .inner {
  background: #fafafa;
  padding-inline: 48px;
  padding-inline: clamp(32px, 3.3333333333vw, 48px)
}
.schedule-demo-form .text-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0
}
.schedule-demo-form .text-side .top-text {
  margin-bottom: 48px
}
.schedule-demo-form .logo-wrapper.mobile {
  display: none
}
.schedule-demo-form .swiper-wrapper {
  max-height: 100%;
  height: 100%;
  display: flex
}
.schedule-demo-form .logo-slider {
  max-width: 100%
}
.schedule-demo-form .logo-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  flex-shrink: 0;
  display: block;
  height: 100%;
  max-height: 100%
}
.schedule-demo-form .logo-slider .swiper-slide img {
  max-height: 62px;
  height: auto
}
@media only screen and (max-width:820px) {
  .schedule-demo-form .text-side .top-text {
    margin-bottom: 0
  }
  .schedule-demo-form .logo-wrapper {
    margin-top: 48px
  }
  .schedule-demo-form .logo-wrapper.mobile {
    display: block
  }
  .schedule-demo-form .logo-wrapper.desktop {
    display: none
  }
  .schedule-demo-form .logo-wrapper p {
    text-align: center;
    margin-bottom: 20px
  }
}
@media only screen and (max-width:600px) {
  .schedule-demo-form {
    padding-top: 0
  }
  .schedule-demo-form .inner {
    padding: 64px 16px
  }
}
.testimonials-carousel h2 {
  margin-bottom: 48px
}
.testimonials-carousel .inner {
  background: #fff;
  border-radius: 8px;
  padding: 64px;
  padding: 64px;
  padding: clamp(54px, 4.4444444444vw, 64px);
  overflow: hidden
}
.testimonials-carousel .swiper-slide {
  height: auto
}
.testimonials-carousel .testimonial-card {
  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 48px 40px;
  display: flex;
  flex-direction: column
}
.testimonials-carousel .testimonial-card .lead {
  margin-bottom: 48px
}
.testimonials-carousel .testimonial-card .lead p {
  font-size: 22px;
  font-size: clamp(20px, 1.5277777778vw, 22px);
  color: #1c1c1c
}
.testimonials-carousel .testimonial-card p.name {
  margin-top: auto;
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 500;
  margin-bottom: 2px
}
.testimonials-carousel .testimonial-card p.job {
  font-size: 16px;
  margin-bottom: 0
}
.testimonials-carousel .testimonial-card .image-wrap {
  margin-bottom: 32px
}
.testimonials-carousel .testimonial-card .image-wrap img {
  width: auto;
  height: auto;
  max-height: 52px
}
.testimonials-carousel .arrow-wrap {
  grid-gap: 6px
}
.testimonials-carousel .swiper-button-next, .testimonials-carousel .swiper-button-prev {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  top: unset;
  width: 40px;
  height: 40px;
  margin: 0
}
.testimonials-carousel .swiper-button-next::after, .testimonials-carousel .swiper-button-prev::after {
  content: "";
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="40" height="40" rx="8" transform="matrix(-1 0 0 1 40 0)" fill="%236BC67A"/><path d="M18 15L23 20L18 25" stroke="%231C1C1C" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px
}
.testimonials-carousel .swiper-button-next:hover::after, .testimonials-carousel .swiper-button-prev:hover::after {
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="40" height="40" rx="8" transform="matrix(-1 0 0 1 40 0)" fill="%234F965B"/><path d="M18 15L23 20L18 25" stroke="%231C1C1C" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>')
}
.testimonials-carousel .swiper-button-prev::after {
  transform: scaleX(-1)
}
.testimonials-carousel .swiper-wrapper {
  padding-bottom: 56px
}
.testimonials-carousel .swiper-pagination {
  position: relative;
  width: auto;
  top: unset;
  bottom: 0
}
.testimonials-carousel.accent-purple .swiper-button-next::after, .testimonials-carousel.accent-purple .swiper-button-prev::after {
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="40" height="40" rx="8" transform="matrix(-1 0 0 1 40 0)" fill="%23B647B4"/><path d="M18 15L23 20L18 25" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain
}
.testimonials-carousel.accent-purple .swiper-button-next:hover::after, .testimonials-carousel.accent-purple .swiper-button-prev:hover::after {
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="40" height="40" rx="8" transform="matrix(-1 0 0 1 40 0)" fill="%23842F82"/><path d="M18 15L23 20L18 25" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>')
}
.testimonials-carousel.accent-purple .swiper-pagination .swiper-pagination-bullet {
  background: #ffe9ff
}
.testimonials-carousel.accent-purple .swiper-pagination .swiper-pagination-bullet-active {
  background: #b647b4
}
.testimonials-carousel.accent-orange .swiper-button-next::after, .testimonials-carousel.accent-orange .swiper-button-prev::after {
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="40" height="40" rx="8" transform="matrix(-1 0 0 1 40 0)" fill="%23DB6927"/><path d="M18 15L23 20L18 25" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain
}
.testimonials-carousel.accent-orange .swiper-button-next:hover::after, .testimonials-carousel.accent-orange .swiper-button-prev:hover::after {
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="40" height="40" rx="8" transform="matrix(-1 0 0 1 40 0)" fill="%239B4C1F"/><path d="M18 15L23 20L18 25" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>')
}
.testimonials-carousel.accent-orange .swiper-pagination .swiper-pagination-bullet {
  background: #ffe1d0
}
.testimonials-carousel.accent-orange .swiper-pagination .swiper-pagination-bullet-active {
  background: #db6927
}
.testimonials-carousel.accent-blue .swiper-button-next::after, .testimonials-carousel.accent-blue .swiper-button-prev::after {
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="40" height="40" rx="8" transform="matrix(-1 0 0 1 40 0)" fill="%230E97D5"/><path d="M18 15L23 20L18 25" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain
}
.testimonials-carousel.accent-blue .swiper-button-next:hover::after, .testimonials-carousel.accent-blue .swiper-button-prev:hover::after {
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="40" height="40" rx="8" transform="matrix(-1 0 0 1 40 0)" fill="%230A5C81"/><path d="M18 15L23 20L18 25" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>')
}
.testimonials-carousel.accent-blue .swiper-pagination .swiper-pagination-bullet {
  background: #d9f3ff
}
.testimonials-carousel.accent-blue .swiper-pagination .swiper-pagination-bullet-active {
  background: #0e97d5
}
@media only screen and (max-width:600px) {
  .testimonials-carousel {
    background: #fafafa;
    padding-top: 64px
  }
  .testimonials-carousel .inner, .testimonials-carousel .swiper {
    overflow: visible
  }
  .testimonials-carousel .inner {
    padding: 0
  }
  .testimonials-carousel .lead p {
    font-size: 22px
  }
  .testimonials-carousel .arrow-wrap {
    display: none
  }
  .testimonials-carousel .nav-wrap {
    justify-content: center
  }
}
@media only screen and (max-width:350px) {
  .testimonials-carousel .lead p {
    font-size: 20px
  }
}
.how-it-works .title-wrap p {
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 0;
  text-wrap: balance
}
@media only screen and (max-width:820px) {
  .how-it-works .title-wrap p {
    max-width: 90%
  }
}
@media only screen and (max-width:600px) {
  .how-it-works .title-wrap p {
    max-width: 100%
  }
}
.how-it-works .big-tiles-grid {
  display: grid;
  grid-gap: 24px 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 48px
}
.how-it-works .big-tiles-grid .tile {
  text-align: left;
  border-radius: 8px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  padding: 48px 40px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  box-shadow: 0 0 0 0 #e4f5e7
}
.how-it-works .big-tiles-grid .tile.image {
  padding: 0;
  border-color: #fff0
}
.how-it-works .big-tiles-grid .tile.image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.how-it-works .big-tiles-grid .tile :last-child {
  margin-bottom: 0
}
.how-it-works .big-tiles-grid .tile .image-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden
}
.how-it-works .big-tiles-grid .tile img.asset {
  z-index: 1;
  height: auto;
  width: auto;
  max-height: 97px;
  max-height: 97px;
  max-height: clamp(70px, 6.7361111111vw, 97px);
  width: auto;
  position: absolute
}
@media screen and (max-width:900px) {
  .how-it-works .big-tiles-grid .tile img.asset {
    display: none
  }
}
@media only screen and (max-width:600px) {
  .how-it-works .big-tiles-grid .tile {
    grid-column: span 2
  }
  .how-it-works .big-tiles-grid .tile.image .image-wrap {
    border-radius: 8px;
    aspect-ratio: 343/384
  }
  .how-it-works .big-tiles-grid .tile.image:nth-child(2n) {
    grid-row: 1
  }
}
@media only screen and (max-width:600px) {
  .how-it-works .big-tiles-grid {
    grid-gap: 16px;
    margin-bottom: 32px
  }
}
.how-it-works + .how-it-works {
  padding-top: 0
}
.breadcrumbs-band {
  padding-top: 19px
}
.breadcrumbs-band .breadcrumbs {
  margin-bottom: 32px
}
@media only screen and (max-width:600px) {
  .breadcrumbs-band .breadcrumbs {
    text-align: center
  }
}
.breadcrumbs-band + section.band {
  padding-top: 0
}
.logo-carousel {
  padding: 48px 0
}
@media only screen and (max-width:600px) {
  .logo-carousel {
    padding: 80px 0
  }
}
.logo-carousel .wide-logo-slider {
  transition-timing-function: linear;
  max-width: 100%
}
.logo-carousel .wide-logo-slider .swiper-wrapper {
  transition-timing-function: linear
}
.logo-carousel .wide-logo-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center
}
.logo-carousel .wide-logo-slider .swiper-slide img {
  max-height: 62px;
  height: auto
}
.logo-carousel .wide-logo-slider .swiper-slide img.small {
  max-height: 55px
}
.logo-carousel .wide-logo-slider .swiper-slide img.large {
  max-height: 70px
}
.hero + .logo-carousel, .hero-secondary + .logo-carousel {
  padding-top: 24px
}
@media only screen and (max-width:600px) {
  .hero + .logo-carousel, .hero-secondary + .logo-carousel {
    padding-top: 74px
  }
}
.title-and-text {
  padding-bottom: 0
}
.title-and-text h3 {
  font-size: 44px;
  font-size: clamp(34px, 3.0555555556vw, 44px);
  margin-bottom: 24px
}
@media only screen and (max-width:600px) {
  .title-and-text h3 {
    font-size: 32px
  }
}
@media only screen and (max-width:600px) {
  .title-and-text h2 {
    font-size: 40px
  }
}
.title-and-text :last-child {
  margin-bottom: 0
}
@media only screen and (min-width:821px) {
  .title-and-text .content-wrapper {
    max-width: 90%;
    margin: 0 auto
  }
  .title-and-text .content-wrapper .text-wrap {
    max-width: 74%;
    margin: 0 auto
  }
}
@media only screen and (max-width:820px) {
  .title-and-text .content-wrapper {
    max-width: 95%;
    margin: 0 auto
  }
  .title-and-text .content-wrapper .text-wrap {
    max-width: 90%;
    margin: 0 auto
  }
}
@media only screen and (max-width:600px) {
  .title-and-text .content-wrapper {
    max-width: 100%
  }
  .title-and-text .content-wrapper .text-wrap {
    max-width: 100%
  }
}
@media only screen and (max-width:600px) {
  .title-and-text {
    padding-top: 0
  }
  .title-and-text h2, .title-and-text h3 {
    margin-bottom: 32px;
    text-wrap: balance
  }
}
@media only screen and (max-width:600px) {
  .hero-secondary + .title-and-text {
    padding-top: 64px
  }
}
@media only screen and (max-width:600px) {
  .divider + .title-and-text {
    padding-top: 144px
  }
}
@media only screen and (min-width:821px) {
  .text-image-tiles .container {
    padding-inline: 178px;
    padding-inline: clamp(20px, 12.3611111111vw, 178px)
  }
}
.text-image-tiles .tiles-grid .tile {
  padding: 0
}
.text-image-tiles .tiles-grid .tile .image-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 524/263;
  border-radius: 8px 8px 0 0;
  overflow: hidden
}
.text-image-tiles .tiles-grid .tile .image-wrap img {
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  margin: 0
}
.text-image-tiles .tiles-grid .tile .text-wrap {
  flex-grow: 1;
  width: 100%;
  background: #fafafa;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
  padding: 40px 32px
}
.text-image-tiles .tiles-grid .tile .text-wrap:last-child {
  margin-bottom: 0
}
.text-image-tiles .tiles-grid .tile:hover {
  box-shadow: 0 0 8px rgb(230 230 230 / .6)
}
.text-image-tiles .tiles-grid .tile:hover .text-wrap {
  background: #e6e6e6
}
.text-image-tiles .tiles-grid .tile:hover .image-wrap img {
  transform: scale(1.05)
}
@media only screen and (max-width:600px) {
  .text-image-tiles {
    padding-top: 40px
  }
  .text-image-tiles .title-wrap {
    margin-bottom: 40px
  }
  .text-image-tiles .tiles-grid .tile .image-wrap {
    aspect-ratio: 343/263
  }
}
.pagename-dmarc-protection .text-image-tiles .tiles-grid .tile p.lead, .pagename-email-archiving .text-image-tiles .tiles-grid .tile p.lead {
  font-size: 18px;
  color: #595959
}
@media only screen and (max-width:600px) {
  .how-it-works + .text-image-tiles {
    padding-top: 0;
    padding-bottom: 0
  }
  .how-it-works + .text-image-tiles h4 {
    font-size: 40px
  }
  .how-it-works + .text-image-tiles .tiles-grid .tile h5 {
    font-size: 20px
  }
}
.infographic-block .title-wrap h3 {
  margin-bottom: 48px
}
.infographic-block .image-wrap {
  width: 100%;
  margin: 0 auto
}
.infographic-block .image-wrap img {
  margin: 0 auto;
  max-width: 35%
}
.infographic-block .image-wrap img.mobile {
  display: none
}
.infographic-block .text-box {
  position: absolute;
  max-width: 23%
}
@media screen and (min-width:1600px) {
  .infographic-block .text-box {
    max-width: 26%
  }
}
.infographic-block .text-box .arrow {
  position: absolute;
  aspect-ratio: 11/3;
  max-height: 48px;
  right: 103%;
  width: auto;
  top: 24%
}
@media only screen and (max-width:1366px) {
  .infographic-block .text-box .arrow {
    max-height: 42px;
    max-width: 58%
  }
}
@media only screen and (max-width:1024px) {
  .infographic-block .text-box .arrow {
    max-height: 25px;
    max-width: 40%
  }
}
.infographic-block .text-box h5 {
  margin-bottom: 16px
}
.infographic-block .text-box.box-1 {
  top: 5%;
  right: 0
}
@media screen and (min-width:1600px) {
  .infographic-block .text-box.box-1 {
    top: 9%
  }
}
.infographic-block .text-box.box-2 {
  top: 25%;
  left: 0;
  text-align: right
}
.infographic-block .text-box.box-2 .arrow {
  transform: scale(-1, 1);
  right: unset;
  left: 103%
}
@media screen and (min-width:1600px) {
  .infographic-block .text-box.box-2 {
    top: 29%
  }
}
.infographic-block .text-box.box-3 {
  right: 0;
  top: 43%
}
@media screen and (min-width:1600px) {
  .infographic-block .text-box.box-3 {
    top: 47%
  }
}
.infographic-block .text-box.box-4 {
  left: 0;
  top: 63%;
  text-align: right
}
.infographic-block .text-box.box-4 .arrow {
  transform: scale(-1, 1);
  right: unset;
  left: 103%
}
@media screen and (min-width:1600px) {
  .infographic-block .text-box.box-4 {
    top: 67%
  }
}
@media only screen and (max-width:1024px) {
  .infographic-block .image-wrap img {
    max-width: 45%
  }
  .infographic-block .text-box {
    max-width: 26%
  }
  .infographic-block .text-box h5 {
    margin-bottom: 10px
  }
  .infographic-block .text-box p {
    font-size: 16px
  }
  .infographic-block .text-box.box-1 {
    top: 3%
  }
  .infographic-block .text-box.box-2 {
    top: 22%
  }
  .infographic-block .text-box.box-3 {
    top: 45%
  }
  .infographic-block .text-box.box-4 {
    top: 65%
  }
}
@media only screen and (max-width:820px) {
  .infographic-block .title-wrap h3 {
    margin-bottom: 32px
  }
  .infographic-block .text-box-wrap {
    position: relative;
    margin-top: -94%
  }
  .infographic-block .text-box {
    position: relative;
    max-width: 70%;
    margin-left: auto;
    margin-bottom: 115px
  }
  .infographic-block .text-box .arrow {
    display: none
  }
  .infographic-block .text-box.box-2, .infographic-block .text-box.box-4 {
    text-align: left
  }
  .infographic-block .text-box h5 {
    font-size: 32px;
    margin-bottom: 16px
  }
  .infographic-block .text-box p {
    font-size: 22px;
    line-height: normal
  }
  .infographic-block .image-wrap img.mobile {
    margin-left: auto;
    max-width: 100%;
    display: block
  }
  .infographic-block .image-wrap img.desktop {
    display: none
  }
}
@media only screen and (max-width:600px) {
  .infographic-block .title-wrap h3 {
    margin-bottom: 32px
  }
  .infographic-block .text-box-wrap {
    margin-top: -104%
  }
  .infographic-block .text-box {
    margin-bottom: 24px;
    max-width: 75%
  }
  .infographic-block .text-box h5 {
    font-size: 20px;
    margin-bottom: 10px
  }
  .infographic-block .text-box p {
    font-size: 14px
  }
}
.layered-animation {
  position: relative;
  padding-bottom: 40px;
  margin-top: -500px
}
@media only screen and (max-width:600px) {
  .layered-animation {
    padding: 64px 0
  }
}
.layered-animation .card-stack-inner {
  position: relative;
  height: 100vh
}
.layered-animation .card {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 0;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  transform: translateY(0);
  padding-bottom: 40px;
  box-shadow: 0 0 8px rgb(230 230 230 / .4)
}
.layered-animation .card .top-title {
  margin: 20px 40px
}
.layered-animation .card .top-title p.lead {
  text-align: left;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 24px;
  font-size: clamp(20px, 1.6666666667vw, 24px)
}
.layered-animation .card .image-side {
  flex: 0 0 50%;
  padding-left: 40px;
  padding-right: 12px
}
.layered-animation .card .image-side .image-inner {
  background: #e4f5e7;
  width: 100%;
  padding: 66px 44px
}
.layered-animation .card .text-side {
  flex: 0 0 50%;
  padding: 48px 40px 48px 52px
}
.layered-animation .card .text-side .text-inner {
  text-wrap: balance
}
.layered-animation .card .text-side .text-inner p {
  font-size: 22px;
  font-size: clamp(20px, 1.5277777778vw, 22px);
  line-height: 1.2272727273
}
.layered-animation .card .text-side .text-inner :last-child {
  margin-bottom: 0
}
@media only screen and (max-width:820px) {
  .layered-animation {
    margin-top: 0
  }
  .layered-animation .card-stack-inner {
    height: auto;
    display: flex;
    flex-direction: column;
    grid-gap: 24px
  }
  .layered-animation .card {
    position: relative;
    padding-bottom: 0
  }
}
@media only screen and (max-width:600px) {
  .layered-animation .card {
    top: 0
  }
  .layered-animation .card .top-title {
    margin-top: 48px;
    margin-right: 16px
  }
  .layered-animation .card .card-inner {
    flex-direction: column
  }
  .layered-animation .card .image-side {
    flex: 1 0 100%;
    padding: 0;
    margin: 24px 16px 0;
    border-radius: 8px;
    border: 1px solid #e6e6e6
  }
  .layered-animation .card .text-side {
    flex: 1 0 100%;
    padding: 24px 16px 48px
  }
}
.cta-band {
  padding-top: 180px;
  padding-top: 180px;
  padding-top: clamp(150px, 12.5vw, 180px)
}
.cta-band .inner {
  position: relative;
  border-radius: 16px;
  padding: 88px 80px;
  padding-inline: 80px;
  padding-inline: clamp(40px, 5.5555555556vw, 80px)
}
.cta-band .text-side {
  flex: 0 0 60%
}
.cta-band .text-side h2 {
  margin-bottom: 16px
}
.cta-band .text-side .btn-wrap {
  margin-top: 48px
}
.cta-band .image-side {
  position: absolute;
  bottom: 0;
  right: 40px;
  max-width: 44%
}
.cta-band .image-side img {
  max-height: 500px; /*560px*/
}
@media only screen and (max-width:820px) {
  .cta-band .inner {
    flex-direction: column;
    padding-bottom: 0
  }
  .cta-band .text-side {
    flex: 1 0 100%
  }
  .cta-band .image-side {
    right: 0;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 40px
  }
  .cta-band .image-side img {
    max-height: 560px
  }
}
@media only screen and (max-width:600px) {
  .cta-band {
    background: #6bc67a;
    padding-top: 64px;
    padding-bottom: 0
  }
  .cta-band.mob-bg-orange {
    background: #db6927
  }
  .cta-band.mob-bg-purple {
    background: #b647b4
  }
  .cta-band.mob-bg-blue {
    background: #0e97d5
  }
  .cta-band .inner {
    padding: 0
  }
  .cta-band .text-side {
    text-align: center;
    text-wrap: balance
  }
  .cta-band .text-side .btn-wrap {
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 0
  }
  .cta-band .text-side .btn-wrap .btn {
    width: 100%
  }
  .cta-band .image-side {
    margin-top: 24px
  }
}
.key-features h2.title {
  margin-bottom: 80px
}
.key-features .card-stack-inner {
  display: flex;
  flex-direction: column;
  grid-gap: 64px
}
.key-features .card-stack-inner .card .image-side {
  flex: 0 0 50%;
  padding-right: 12px
}
.key-features .card-stack-inner .card .image-side .image-inner {
  width: 100%;
  padding: 66px 44px;
  border-radius: 16px
}
.key-features .card-stack-inner .card .text-side {
  flex: 0 0 50%;
  padding: 48px 40px 48px 52px
}
.key-features .card-stack-inner .card .text-side .text-inner {
  text-wrap: balance
}
.key-features .card-stack-inner .card .text-side .text-inner p {
  font-size: 22px;
  font-size: clamp(20px, 1.5277777778vw, 22px);
  line-height: 1.2272727273
}
.key-features .card-stack-inner .card .text-side .text-inner :last-child {
  margin-bottom: 0
}
.key-features .card-stack-inner .card:nth-child(even) .card-inner {
  flex-direction: row-reverse
}
@media only screen and (max-width:820px) {
  .key-features .card-stack-inner .card .image-side .image-inner {
    padding: 48px 24px
  }
  .key-features .card-stack-inner .card .text-side {
    padding: 48px 24px
  }
}
@media only screen and (max-width:600px) {
  .key-features h2.title {
    margin-bottom: 64px
  }
  .key-features .card-stack-inner {
    grid-gap: 48px
  }
  .key-features .card-stack-inner .card:nth-child(even) .card-inner {
    flex-direction: column-reverse
  }
  .key-features .card-stack-inner .card .card-inner {
    flex-direction: column-reverse
  }
  .key-features .card-stack-inner .card .image-side {
    margin-top: 48px;
    flex: 1 0 100%;
    padding: 0;
    border-radius: 8px;
    border: 1px solid #e6e6e6
  }
  .key-features .card-stack-inner .card .image-side .image-inner {
    border-radius: 8px;
    padding: 32px
  }
  .key-features .card-stack-inner .card .text-side {
    flex: 1 0 100%;
    padding: 0
  }
}
.three-column-block.pad-top-sm {
  padding-top: 64px
}
.three-column-block.pad-bottom-sm {
  padding-bottom: 64px
}
.three-column-block .heading-wrap {
  margin-bottom: 48px
}
.three-column-block .column-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 16px
}
.three-column-block .column-wrapper .column-card {
  padding: 40px
}
.three-column-block .column-wrapper .column-card img {
  margin: 0 auto;
  max-height: 64px;
  width: auto
}
.three-column-block .column-wrapper .column-card p.lead {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0
}
.three-column-block .column-wrapper.cards {
  grid-gap: 40px 16px
}
.three-column-block .column-wrapper.cards .column-card {
  padding: 48px 40px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background: #fafafa
}
@media only screen and (max-width:820px) {
  .three-column-block .column-wrapper .column-card {
    padding: 40px 16px
  }
  .three-column-block .column-wrapper .column-card img {
    max-height: 55px
  }
  .three-column-block .column-wrapper.cards {
    grid-gap: 40px 8px
  }
  .three-column-block .column-wrapper.cards .column-card {
    padding: 48px 24px
  }
}
@media only screen and (max-width:600px) {
  .three-column-block .heading-wrap {
    margin-bottom: 32px
  }
  .three-column-block .column-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px
  }
  .three-column-block .column-wrapper .column-card {
    padding: 40px
  }
  .three-column-block .column-wrapper .column-card img {
    max-height: 64px
  }
  .three-column-block .column-wrapper.cards {
    grid-gap: 16px
  }
  .three-column-block .column-wrapper.cards .column-card {
    padding: 48px 40px
  }
}
.related-products .column-wrapper .column-card p {
  color: #1c1c1c;
  margin-bottom: 16px;
  text-align: center
}
.related-products .column-wrapper .column-card img {
  max-height: 87px;
  margin-bottom: 32px
}
@media only screen and (max-width:820px) {
  .related-products .column-wrapper {
    grid-template-columns: repeat(2, 1fr)
  }
}
@media only screen and (max-width:600px) {
  .related-products .column-wrapper {
    grid-template-columns: repeat(1, 1fr)
  }
}
.more-help .heading-wrap {
  margin-bottom: 64px
}
.more-help .column-wrapper {
  grid-gap: 16px
}
.more-help .column-wrapper .column-card {
  padding: 0
}
.more-help .column-wrapper .column-card .image-wrap {
  aspect-ratio: 416/431;
  border-radius: 8px;
  overflow: hidden
}
.more-help .column-wrapper .column-card .image-wrap img {
  max-height: unset;
  width: 100%;
  height: 100%;
  object-fit: cover
}
.more-help .column-wrapper .column-card h5 {
  margin: 24px 0
}
.more-help .swiper {
  overflow: visible
}
.more-help .swiper-pagination {
  bottom: -60px
}
@media only screen and (max-width:820px) {
  .more-help .swiper-wrapper {
    padding-bottom: 60px
  }
  .more-help .swiper-pagination {
    bottom: -32px
  }
}
@media only screen and (max-width:600px) {
  .more-help .heading-wrap {
    text-align: left;
    margin-bottom: 48px
  }
  .more-help .heading-wrap h3 {
    font-size: 32px
  }
}
.text-and-image-carousel.text-right .text-wrap {
  padding-left: 0
}
.text-and-image-carousel.text-left .text-wrap {
  padding-left: 0
}
.text-and-image-carousel .text-side {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
  padding-left: 80px;
  padding-left: clamp(40px, 5.5555555556vw, 80px);
  position: relative
}
@media only screen and (max-width:820px) {
  .text-and-image-carousel .text-side {
    padding-left: 0
  }
}
.text-and-image-carousel .text-wrap {
  padding-left: 0;
  padding-bottom: 48px
}
@media only screen and (max-width:600px) {
  .text-and-image-carousel .text-wrap {
    padding-bottom: 32px
  }
}
.text-and-image-carousel .swiper-wrapper {
  height: 100%;
  display: flex;
  margin-bottom: 100px
}
@media only screen and (max-width:600px) {
  .text-and-image-carousel .swiper-wrapper {
    margin-bottom: 48px
  }
}
.text-and-image-carousel .text-slider {
  max-width: 100%
}
.text-and-image-carousel .text-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  flex-shrink: 0;
  display: block;
  cursor: pointer
}
.text-and-image-carousel .swiper-pagination {
  bottom: 0;
  left: 0;
  text-align: left;
  transition: top .3s ease
}
.text-and-image-carousel .swiper-pagination .swiper-pagination-bullet {
  background: #e4f5e7;
  opacity: 1
}
.text-and-image-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background: #6bc67a
}
@media only screen and (max-width:820px) {
  .text-and-image-carousel .swiper-pagination {
    text-align: center;
    bottom: 0
  }
}
@media only screen and (max-width:600px) {
  .text-and-image-carousel .swiper-pagination {
    bottom: 0
  }
}
@media only screen and (max-width:600px) {
  .text-and-image-carousel .heading-wrap h2 {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 32px
  }
}
.product-suite .heading-wrap {
  margin-bottom: 50px;
  margin-bottom: clamp(40px, 3.4722222222vw, 50px)
}
@media only screen and (max-width:820px) {
  .product-suite .heading-wrap {
    text-align: center
  }
}
.product-suite .column-wrapper {
  grid-gap: 16px
}
.product-suite .column-wrapper .column-card {
  flex: 1 0 23%;
  max-width: calc(25% - 8px);
  padding: 35px;
  padding-inline: 35px;
  padding-inline: clamp(20px, 2.4305555556vw, 35px);
  border-radius: 6px;
  justify-content: space-between;
  border: 1px solid #e6e6e6;
  transform: translateX(100vw);
  opacity: 0;
  transition: transform 1s ease-out, opacity .6s ease-out
}
.product-suite .column-wrapper .column-card .title-image {
  height: 28px;
  width: auto;
  margin-bottom: 24px;
  margin-right: auto
}
.product-suite .column-wrapper .column-card p {
  margin-bottom: 12px;
  text-align: left
}
.product-suite .column-wrapper .column-card .small-txt {
  font-size: 14px;
  margin-bottom: 0
}
.product-suite .column-wrapper .column-card .product-image {
  max-height: 121px;
  margin: 5px 0 16px 0
}
.product-suite .column-wrapper .column-card .btn {
  width: 100%;
  height: 48px
}
@media screen and (min-width:1600px) {
  .product-suite .column-wrapper {
    grid-gap: 40px
  }
  .product-suite .column-wrapper .column-card {
    flex: 1 0 23%;
    max-width: calc(25% - 20px)
  }
  .product-suite .column-wrapper .column-card .title-image {
    height: 35px
  }
  .product-suite .column-wrapper .column-card .small-txt {
    font-size: 16px
  }
  .product-suite .column-wrapper .column-card .product-image {
    margin: 20px 0
  }
}
@media only screen and (max-width:1024px) {
  .product-suite .column-wrapper .column-card {
    flex: 1 0 48%;
    max-width: calc(50% - 8px)
  }
}
@media only screen and (max-width:820px) {
  .product-suite .column-wrapper {
    width: fit-content;
    margin: 0 auto;
    padding-right: 60px
  }
  .product-suite .column-wrapper .column-card {
    padding: 48px;
    transform: translateX(0);
    transform: translateY(100vh);
    flex-direction: column;
    flex: 1 0 100%;
    max-width: 416px
  }
  .product-suite .column-wrapper .column-card .btn {
    height: 53px
  }
  .product-suite .column-wrapper .column-card .title-image {
    height: 35px
  }
  .product-suite .column-wrapper .column-card p {
    font-size: 22px
  }
  .product-suite .column-wrapper .column-card .small-txt {
    font-size: 18px
  }
  .product-suite .column-wrapper .column-card .product-image {
    max-height: 164px
  }
  .product-suite .column-wrapper .column-card:first-child {
    margin-bottom: 290px
  }
  .product-suite .column-wrapper .column-card:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
  }
  .product-suite .column-wrapper .column-card:nth-child(2) {
    top: 90px;
    left: 20px
  }
  .product-suite .column-wrapper .column-card:nth-child(3) {
    top: 190px;
    left: 40px
  }
  .product-suite .column-wrapper .column-card:nth-child(4) {
    top: 290px;
    left: 60px
  }
}
@media only screen and (max-width:600px) {
  .product-suite .column-wrapper {
    padding-right: 30px
  }
  .product-suite .column-wrapper .column-card {
    padding: 35px;
    transform: translateX(0);
    transform: translateY(100vh);
    flex-direction: column;
    flex: 1 0 100%;
    width: 100%;
    max-width: 313px
  }
  .product-suite .column-wrapper .column-card .btn {
    height: 47px
  }
  .product-suite .column-wrapper .column-card .title-image {
    height: 30px;
    margin-left: 0
  }
  .product-suite .column-wrapper .column-card p {
    font-size: 18px
  }
  .product-suite .column-wrapper .column-card .small-txt {
    font-size: 14px
  }
  .product-suite .column-wrapper .column-card .product-image {
    max-height: 121px
  }
  .product-suite .column-wrapper .column-card:first-child {
    margin-bottom: 200px
  }
  .product-suite .column-wrapper .column-card:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
  }
  .product-suite .column-wrapper .column-card:nth-child(2) {
    top: 70px;
    left: 10px
  }
  .product-suite .column-wrapper .column-card:nth-child(3) {
    top: 145px;
    left: 20px
  }
  .product-suite .column-wrapper .column-card:nth-child(4) {
    top: 220px;
    left: 30px
  }
}
.product-suite .column-wrapper.aos-animate .column-card {
  transform: translateX(0);
  opacity: 1
}
@media only screen and (max-width:820px) {
  .product-suite .column-wrapper.aos-animate .column-card {
    transform: translateY(0)
  }
}
.product-suite .column-wrapper.aos-animate .column-card:nth-child(1) {
  transition-delay: 250ms /*1s*/
}
.product-suite .column-wrapper.aos-animate .column-card:nth-child(2) {
  transition-delay: 500ms /*2s*/
}
.product-suite .column-wrapper.aos-animate .column-card:nth-child(3) {
  transition-delay: 750ms /*3s*/
}
.product-suite .column-wrapper.aos-animate .column-card:nth-child(4) {
  transition-delay: 1s /*4s*/
}
.featured-posts.blog-archive .post-wrapper {
  grid-gap: 40px 16px
}
@media only screen and (max-width:820px) {
  .featured-posts.blog-archive .post-wrapper {
    flex-direction: column
  }
}
.featured-posts.blog-archive .main-featured-post {
  padding: 0;
  flex: 1 0 48%;
  max-width: calc(50% - 8px)
}
.featured-posts.blog-archive .main-featured-post article .image-wrap {
  position: relative
}
.featured-posts.blog-archive .main-featured-post article .image-wrap::after {
  content: "Featured";
  padding: 4px 12px;
  color: #fff;
  border-radius: 4px;
  background: rgb(255 255 255 / .1);
  font-size: 14px;
  position: absolute;
  top: 24px;
  left: 24px
}
@media only screen and (max-width:820px) {
  .featured-posts.blog-archive .main-featured-post {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%
  }
}
.post-band .top-content {
  margin-bottom: 40px
}
.post-band .top-content h4 {
  margin-bottom: 0
}
.post-band .top-content .facetwp-facet {
  margin-bottom: 0
}
.post-band .top-content .facetwp-type-pager {
  font-family: Roboto, sans-serif;
  font-size: 18px
}
@media only screen and (max-width:600px) {
  .post-band .post-wrapper {
    grid-gap: 40px
  }
}
.post-band.webinar-posts .filter-wrapper .facetwp-facet-search {
  flex-grow: 1;
  margin-right: 16px
}
@media only screen and (max-width:600px) {
  .post-band.webinar-posts .filter-wrapper .facetwp-facet-search {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px
  }
}
.post-band.webinar-posts .top-content {
  margin-bottom: 64px
}
@media only screen and (max-width:600px) {
  .post-band.webinar-posts .top-content .left {
    grid-column: span 2
  }
  .post-band.webinar-posts .top-content .right {
    align-items: start;
    grid-column: span 2;
    flex-direction: column
  }
}
@media only screen and (max-width:600px) {
  .post-band.webinar-posts .top-content {
    display: none;
    margin-bottom: 40px
  }
}
.post-band.webinar-posts .post-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr)/*repeat(2, 1fr)*/;
  grid-gap: 64px 16px
}
.post-band.webinar-posts .post-wrapper article {
  width: 100%;
  max-width: unset
}
.post-band.webinar-posts .post-wrapper article .image-wrap {
  aspect-ratio: 63/43
}
@media only screen and (min-width:601px) {
  .post-band.webinar-posts .post-wrapper article .excerpt {
    max-width: 70%
  }
}
.post-band.webinar-posts .post-wrapper article .meta .left span {
  font-size: 16px;
  color: rgb(28 28 28 / .64)
}
.post-band.webinar-posts .post-wrapper article .meta .left .date {
  position: relative
}
.post-band.webinar-posts .post-wrapper article .meta .left .date::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6689_25272)"><path d="M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z" stroke="%231C1C1C" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.75 1.875V4.375" stroke="%231C1C1C" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.25 1.875V4.375" stroke="%231C1C1C" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3.125 6.875H16.875" stroke="%231C1C1C" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_6689_25272"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin-right: 4px;
  vertical-align: sub;
  height: 18px;
  width: 18px
}
.post-band.webinar-posts .post-wrapper article .meta .left .date::after {
  content: "";
  position: relative;
  display: inline-block;
  font-size: 14px;
  background: #1c1c1c;
  height: 2px;
  width: 2px;
  border-radius: 50%;
  color: #1c1c1c;
  margin: 0 4px 0 8px;
  vertical-align: middle
}
.post-band.webinar-posts .post-wrapper article .meta .left .time {
  position: relative
}
.post-band.webinar-posts .post-wrapper article .meta .left .time::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6689_25281)"><path d="M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z" stroke="%231C1C1C" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 5.625V10H14.375" stroke="%231C1C1C" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_6689_25281"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin-right: 4px;
  vertical-align: sub;
  height: 18px;
  width: 18px
}
.post-band.webinar-posts .post-wrapper article .meta .left .time.short {
  display: none
}
.post-band.webinar-posts .post-wrapper article .meta .language {
  font-size: 14px;
  font-size: 14px;
  font-size: clamp(12px, .9722222222vw, 14px);
  color: #4f965b;
  background: #e4f5e7;
  border-radius: 6px;
  padding: 6px 8px;
  position: relative
}
.post-band.webinar-posts .post-wrapper article .meta .language::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6689_25290)"><path d="M13.125 5C13.125 3.27411 11.7259 1.875 10 1.875C8.27411 1.875 6.875 3.27411 6.875 5V10C6.875 11.7259 8.27411 13.125 10 13.125C11.7259 13.125 13.125 11.7259 13.125 10V5Z" stroke="%23369145" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 15.625V18.75" stroke="%23369145" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.625 10C15.625 11.4918 15.0324 12.9226 13.9775 13.9775C12.9226 15.0324 11.4918 15.625 10 15.625C8.50816 15.625 7.07742 15.0324 6.02252 13.9775C4.96763 12.9226 4.375 11.4918 4.375 10" stroke="%23369145" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_6689_25290"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin-right: 4px;
  vertical-align: sub;
  height: 18px;
  width: 18px
}
@media only screen and (min-width:601px) and (max-width:810px) {
  .post-band.webinar-posts .post-wrapper article .meta .left span {
    font-size: 13px
  }
  .post-band.webinar-posts .post-wrapper article .meta .language {
    font-size: 11px
  }
  .post-band.webinar-posts .post-wrapper article .meta .language::before {
    height: 14px;
    width: 14px
  }
  .post-band.webinar-posts .post-wrapper article .excerpt {
    max-width: 95%
  }
}
@media screen and (max-width:650px) {
  .post-band.webinar-posts .post-wrapper {
    grid-gap: 40px 16px
  }
  .post-band.webinar-posts .post-wrapper article {
    grid-column: span 2
  }
  .post-band.webinar-posts .post-wrapper article .meta .left .time.long {
    display: none
  }
  .post-band.webinar-posts .post-wrapper article .meta .left .time.short {
    display: inline-block
  }
}
.single .breadcrumbs {
  padding-top: 72px;
  margin-bottom: 0
}
.single .breadcrumbs .container {
  padding-left: 100px;
  padding-left: clamp(20px, 6.9444444444vw, 100px);
  padding-right: 100px;
  padding-right: clamp(20px, 6.9444444444vw, 100px)
}
@media all and (max-width:820px) {
  .single .breadcrumbs .container {
    padding-right: 16px;
    padding-left: 16px
  }
}
@media all and (max-width:600px) {
  .single .breadcrumbs .container {
    padding-right: 6px;
    padding-left: 6px
  }
}
.single .breadcrumbs p {
  display: inline-block;
  margin-bottom: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.single .breadcrumbs p:hover {
  color: #4f965b
}
@media only screen and (max-width:820px) {
  .single .breadcrumbs {
    padding-top: 40px
  }
}
@media only screen and (max-width:600px) {
  .single .breadcrumbs {
    padding-top: 48px
  }
}
.post-hero {
  margin-top: 48px;
  margin-bottom: 64px
}
@media only screen and (min-width:821px) {
  .post-hero .inner {
    max-width: 84%;
    margin: 0 auto
  }
}
.post-hero .inner h1 {
  font-size: 35px;
  font-size: clamp(28px, 2.4305555556vw, 35px)
}
.post-hero .inner h1, .post-hero .inner h2.lead {
  margin-bottom: 16px
}
.post-hero .inner h2.lead {
  color: #595959;
  max-width: 75%
}
.post-hero .image-wrap {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 266/135
}
.post-hero .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.post-hero .meta {
  margin-bottom: 32px
}
.post-hero .meta .category {
  font-size: 14px;
  color: #4f965b;
  background: #e4f5e7;
  border-radius: 6px;
  padding: 4px 8px
}
.post-hero .meta .read-time {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: rgb(28 28 28 / .64);
  position: relative
}
.post-hero .meta .read-time::before {
  content: "";
  position: relative;
  display: inline-block;
  font-size: 14px;
  background: #1c1c1c;
  height: 2px;
  width: 2px;
  border-radius: 50%;
  color: #1c1c1c;
  margin: 0 8px;
  vertical-align: middle
}
@media only screen and (max-width:600px) {
  .post-hero {
    margin-top: 24px;
    margin-bottom: 48px
  }
  .post-hero .inner h4, .post-hero .inner p.lead {
    margin-bottom: 24px
  }
  .post-hero .inner p.lead {
    max-width: 100%
  }
  .post-hero .meta {
    margin-bottom: 48px
  }
  .post-hero .image-wrap {
    aspect-ratio: 34/43
  }
}
.post-content .content-wrapper {
  max-width: 67%;
  margin: 0 auto;
  padding-bottom: 112px;
  padding-bottom: 112px;
  padding-bottom: clamp(60px, 7.7777777778vw, 112px)
}
@media only screen and (max-width:820px) {
  .post-content .content-wrapper {
    max-width: 90%
  }
}
@media only screen and (max-width:600px) {
  .post-content .content-wrapper {
    max-width: 100%
  }
}
.post-content .bottom-content {
  padding-bottom: 80px
}
@media only screen and (max-width:600px) {
  .post-content .bottom-content {
    padding-bottom: 20px
  }
}
.post-content .bottom-content #share-post {
  cursor: pointer
}
.post-content .bottom-content #share-post svg {
  display: block;
  margin-bottom: 6px
}
.post-content .bottom-content #share-post p {
  display: inline-block;
  color: #6bc67a;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: #6bc67a;
  -webkit-transition-property: text-decoration-color;
  transition-property: text-decoration-color;
  text-underline-offset: 8px;
  margin-bottom: 32px
}
.post-content .bottom-content #share-post p:focus, .post-content .bottom-content #share-post p:hover {
  text-decoration-color: #fff0
}
@media only screen and (max-width:600px) {
  .post-content .bottom-content #share-post p {
    margin-bottom: 48px
  }
}
.post-content .bottom-content .btn {
  margin-bottom: 64px
}
@media only screen and (max-width:600px) {
  .post-content .bottom-content .btn {
    margin-bottom: 48px
  }
}
.post-content .bottom-content .share-wrap {
  align-items: center
}
.post-content .bottom-content .share-wrap p {
  margin-bottom: 0;
  margin-right: 16px
}
.post-content .bottom-content .share-wrap .heateor_sss_sharing_ul {
  display: flex;
  grid-gap: 8px
}
.post-content .bottom-content .share-wrap .heateor_sss_sharing_ul svg * {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.post-content .bottom-content .share-wrap .heateor_sss_sharing_ul a.heateor_sss_email {
  position: relative
}
.post-content .bottom-content .share-wrap .heateor_sss_sharing_ul a.heateor_sss_email::after {
  content: "";
  background: url('data:image/svg+xml,<svg width="13" height="15" viewBox="0 0 13 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 3.63201V6.21738C12.548 6.17325 11.9607 6.07061 11.3111 5.8327C10.4628 5.52188 9.83133 5.09689 9.41773 4.76784V9.99329L9.40718 9.97697C9.41389 10.0806 9.41773 10.1861 9.41773 10.2926C9.41773 12.8876 7.3056 15 4.70887 15C2.11213 15 0 12.8876 0 10.2926C0 7.69762 2.11213 5.58423 4.70887 5.58423C4.96316 5.58423 5.21267 5.60437 5.45641 5.64371V8.19167C5.22227 8.10821 4.97084 8.06313 4.70887 8.06313C3.47959 8.06313 2.4787 9.06274 2.4787 10.2926C2.4787 11.5224 3.47959 12.5221 4.70887 12.5221C5.93814 12.5221 6.93902 11.5215 6.93902 10.2926C6.93902 10.2465 6.93807 10.2005 6.93519 10.1545V0H9.51945C9.52905 0.218726 9.53769 0.439375 9.54728 0.658101C9.56456 1.08884 9.71809 1.5023 9.98582 1.84094C10.2996 2.23906 10.7631 2.70146 11.4137 3.0708C12.0231 3.4152 12.595 3.56389 13 3.63392V3.63201Z" fill="%23595959"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 20px
}
.post-content .bottom-content .share-wrap .heateor_sss_sharing_ul a.heateor_sss_email svg {
  opacity: 0
}
.post-content .bottom-content .share-wrap .heateor_sss_sharing_ul a.heateor_sss_email:hover::after {
  background: url('data:image/svg+xml,<svg width="13" height="15" viewBox="0 0 13 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 3.63201V6.21738C12.548 6.17325 11.9607 6.07061 11.3111 5.8327C10.4628 5.52188 9.83133 5.09689 9.41773 4.76784V9.99329L9.40718 9.97697C9.41389 10.0806 9.41773 10.1861 9.41773 10.2926C9.41773 12.8876 7.3056 15 4.70887 15C2.11213 15 0 12.8876 0 10.2926C0 7.69762 2.11213 5.58423 4.70887 5.58423C4.96316 5.58423 5.21267 5.60437 5.45641 5.64371V8.19167C5.22227 8.10821 4.97084 8.06313 4.70887 8.06313C3.47959 8.06313 2.4787 9.06274 2.4787 10.2926C2.4787 11.5224 3.47959 12.5221 4.70887 12.5221C5.93814 12.5221 6.93902 11.5215 6.93902 10.2926C6.93902 10.2465 6.93807 10.2005 6.93519 10.1545V0H9.51945C9.52905 0.218726 9.53769 0.439375 9.54728 0.658101C9.56456 1.08884 9.71809 1.5023 9.98582 1.84094C10.2996 2.23906 10.7631 2.70146 11.4137 3.0708C12.0231 3.4152 12.595 3.56389 13 3.63392V3.63201Z" fill="%236BC67A"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain
}
@media only screen and (max-width:600px) {
  .post-content .bottom-content .share-wrap .heateor_sss_sharing_ul svg {
    width: 30px;
    height: auto
  }
}
.related-posts {
  padding-top: 0
}
.related-posts .heading-wrap {
  padding-top: 80px;
  border-top: 1px solid #ccc
}
.related-posts .post-wrapper .post-card a.arrow-link {
  display: none
}
@media only screen and (max-width:600px) {
  .related-posts .heading-wrap {
    padding-top: 48px;
    justify-content: flex-start
  }
}