/*
Theme Name: SIG CleanCommit
Author: STA Digital
Version: 1.0
*/
html.hc-nav-yscroll {
  overflow-y: scroll;
}

body.hc-nav-open {
  overflow: visible;
  position: fixed;
  width: 100%;
  min-height: 100%;
}

.hc-offcanvas-nav {
  visibility: hidden;
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  text-align: left;
}
.hc-offcanvas-nav.is-ios * {
  cursor: pointer !important;
}
.hc-offcanvas-nav .nav-container {
  position: fixed;
  z-index: 9998;
  top: 0;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  transition: transform 0.4s ease;
}
.hc-offcanvas-nav .nav-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overscroll-behavior: none;
}
.hc-offcanvas-nav .nav-content {
  height: 100%;
}
.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}
.hc-offcanvas-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hc-offcanvas-nav li {
  position: relative;
  display: block;
}
.hc-offcanvas-nav li.level-open > .nav-wrapper {
  visibility: visible;
}
.hc-offcanvas-nav li:not(.custom-content) a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}
.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
  cursor: not-allowed;
}
.hc-offcanvas-nav li:not(.custom-content) a, .hc-offcanvas-nav li:not(.custom-content) a:hover {
  text-decoration: none;
}
.hc-offcanvas-nav input[type=checkbox] {
  display: none;
}
.hc-offcanvas-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}
.hc-offcanvas-nav .nav-item-wrapper {
  position: relative;
}
.hc-offcanvas-nav .nav-item-link {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.hc-offcanvas-nav:not(.user-is-tabbing) .nav-close-button:focus,
.hc-offcanvas-nav:not(.user-is-tabbing) .nav-item-wrapper a:focus {
  outline: none;
}
.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-next:focus,
.hc-offcanvas-nav .nav-back:focus {
  z-index: 10;
}
.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
  content: "";
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease;
}
.hc-offcanvas-nav.disable-body::after {
  position: fixed;
}
.hc-offcanvas-nav .nav-wrapper::after {
  position: absolute;
}
.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.05s;
}
.hc-offcanvas-nav:not(.nav-open)::after {
  pointer-events: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
  display: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
  max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: height 0s ease 0.4s;
}
.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
  max-height: none;
  overflow: visible;
  visibility: visible;
}
.hc-offcanvas-nav.nav-levels-overlap .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
  max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s ease 0.4s, transform 0.4s ease;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s ease;
}
.hc-offcanvas-nav.nav-position-left {
  left: 0;
}
.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0;
}
.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-right {
  right: 0;
}
.hc-offcanvas-nav.nav-position-right .nav-container {
  right: 0;
}
.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-top {
  top: 0;
}
.hc-offcanvas-nav.nav-position-top .nav-container {
  top: 0;
  width: 100%;
}
.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, -100%, 0);
}
.hc-offcanvas-nav.nav-position-bottom {
  top: auto;
  bottom: 0;
}
.hc-offcanvas-nav.nav-position-bottom .nav-container {
  top: auto;
  bottom: 0;
  width: 100%;
}
.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, 100%, 0);
}
.hc-offcanvas-nav.nav-open[class*=hc-nav-] div.nav-container {
  transform: translate3d(0, 0, 0);
}
.hc-offcanvas-nav.rtl {
  text-align: right;
  direction: rtl;
}

.hc-nav-trigger {
  position: absolute;
  cursor: pointer;
  user-select: none;
  display: none;
  top: 20px;
  z-index: 9980;
  width: 30px;
  min-height: 24px;
}
.hc-nav-trigger span {
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  background: #35969F;
  transition: all 0.2s ease;
}
.hc-nav-trigger span::before, .hc-nav-trigger span::after {
  content: "";
  width: 100%;
}
.hc-nav-trigger span::before {
  top: -10px;
}
.hc-nav-trigger span::after {
  bottom: -10px;
}
.hc-nav-trigger.toggle-open span {
  background: rgba(0, 0, 0, 0);
  transform: rotate(45deg);
}
.hc-nav-trigger.toggle-open span::before {
  transform: translate3d(0, 10px, 0);
}
.hc-nav-trigger.toggle-open span::after {
  transform: rotate(-90deg) translate3d(10px, 0, 0);
}

.hc-offcanvas-nav {
  /* Left */
  /* Right */
  /* Top */
  /* Bottom */
  /* Expand & none */
  /* RTL */
}
.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
  background: rgba(0, 0, 0, 0.3);
}
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #35969F;
}
.hc-offcanvas-nav .nav-content > h2, .hc-offcanvas-nav .nav-content > h3, .hc-offcanvas-nav .nav-content > h4, .hc-offcanvas-nav .nav-content > h5, .hc-offcanvas-nav .nav-content > h6 {
  font-size: 22px;
  font-weight: normal;
  padding: 20px 17px;
  color: #fff;
}
.hc-offcanvas-nav .nav-content > h2:not(.nav-title):not(.level-title), .hc-offcanvas-nav .nav-content > h3:not(.nav-title):not(.level-title), .hc-offcanvas-nav .nav-content > h4:not(.nav-title):not(.level-title), .hc-offcanvas-nav .nav-content > h5:not(.nav-title):not(.level-title), .hc-offcanvas-nav .nav-content > h6:not(.nav-title):not(.level-title) {
  font-size: 18px;
  padding: 15px 17px;
  background: #35969F;
}
.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  padding: 14px 17px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #2d8088;
  transition: background 0.1s ease;
}
.hc-offcanvas-nav .nav-item-link:focus, .hc-offcanvas-nav .nav-item-link:focus-within,
.hc-offcanvas-nav li.nav-close a:focus,
.hc-offcanvas-nav li.nav-close a:focus-within,
.hc-offcanvas-nav .nav-back a:focus,
.hc-offcanvas-nav .nav-back a:focus-within {
  z-index: 10;
}
.hc-offcanvas-nav .nav-item-link[disabled],
.hc-offcanvas-nav li.nav-close a[disabled],
.hc-offcanvas-nav .nav-back a[disabled] {
  color: rgba(255, 255, 255, 0.5);
}
.hc-offcanvas-nav div.nav-back + ul > li:first-child > .nav-item-wrapper > .nav-item-link {
  border-top: none !important;
}
.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
  background: #328f97;
}
.hc-offcanvas-nav .nav-custom-content {
  padding: 14px 17px;
  font-size: 16px;
  border-bottom: 1px solid #2d8088;
}
.hc-offcanvas-nav .nav-highlight {
  background: #308890;
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
  border-top: 1px solid #2d8088;
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link + a {
  border-top: 1px solid #2d8088;
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:not(:last-child) {
  border-bottom: 2px solid #2d8088;
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h2, .hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h3, .hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h4, .hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h5, .hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h6 {
  margin-top: -2px;
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > h2 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link, .hc-offcanvas-nav .nav-wrapper > .nav-content > h3 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link, .hc-offcanvas-nav .nav-wrapper > .nav-content > h4 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link, .hc-offcanvas-nav .nav-wrapper > .nav-content > h5 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link, .hc-offcanvas-nav .nav-wrapper > .nav-content > h6 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
  border-top: 1px solid #2d8088;
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h2, .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h3, .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h4, .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h5, .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h6,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h2,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h3,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h4,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h5,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h6,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h2,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h3,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h4,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h5,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h6 {
  border-top: 1px solid #2d8088;
}
.hc-offcanvas-nav li {
  color: #fff;
}
.hc-offcanvas-nav li.nav-parent .nav-item-link:last-child {
  padding-right: 58px;
}
.hc-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child) {
  margin-right: 45px;
}
.hc-offcanvas-nav .nav-close-button span,
.hc-offcanvas-nav .nav-parent .nav-next,
.hc-offcanvas-nav .nav-back span {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background 0.1s ease;
}
.hc-offcanvas-nav .nav-close-button {
  position: relative;
  display: block;
}
.hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.hc-offcanvas-nav .nav-close-button span::before {
  margin-left: -9px;
  transform: rotate(135deg);
}
.hc-offcanvas-nav .nav-close-button span::after {
  transform: rotate(-45deg);
}
.hc-offcanvas-nav .nav-content > .nav-close {
  position: relative;
  z-index: 2;
}
.hc-offcanvas-nav .nav-content > .nav-close a {
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  text-decoration: none;
  box-sizing: border-box;
}
.hc-offcanvas-nav .nav-content > .nav-close a:not(.has-label) {
  height: 50px;
}
.hc-offcanvas-nav .nav-content > .nav-close a.has-label {
  padding: 14px 17px;
  border-top: 1px solid #2d8088;
}
.hc-offcanvas-nav .nav-content > .nav-close a:hover {
  border: none;
  background: radial-gradient(farthest-corner at top right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.hc-offcanvas-nav .nav-content > .nav-close.has-label + ul {
  margin-top: -1px;
}
.hc-offcanvas-nav:not(.nav-close-button-empty) .nav-content > .nav-close {
  margin-bottom: -1px;
}
.hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
  position: absolute;
  width: 45px;
  height: 66px;
  line-height: 66px;
  top: -66px;
  right: 0;
}
.hc-offcanvas-nav.nav-close-button-empty .nav-title {
  padding-right: 55px;
}
.hc-offcanvas-nav li.nav-close a:not(.has-label) {
  height: 49px;
}
.hc-offcanvas-nav .nav-content > .nav-close:first-child a,
.hc-offcanvas-nav .nav-title + .nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  background: #318b94;
  border-top: 1px solid #2c7d84;
  border-bottom: 1px solid #2c7d84;
}
.hc-offcanvas-nav .nav-content > .nav-close:first-child a:hover,
.hc-offcanvas-nav .nav-title + .nav-close a.has-label:hover,
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav .nav-back a:hover {
  background: #30868f;
}
.hc-offcanvas-nav li.nav-close:not(:first-child) a,
.hc-offcanvas-nav li.nav-back:not(:first-child) a {
  margin-top: -1px;
}
.hc-offcanvas-nav a.nav-next {
  border-left: 1px solid #2d8088;
  border-bottom: 1px solid #2d8088;
}
.hc-offcanvas-nav .nav-next span::before,
.hc-offcanvas-nav .nav-back span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform-origin: center;
}
.hc-offcanvas-nav .nav-next span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hc-offcanvas-nav .nav-next span::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.hc-offcanvas-nav .nav-back span::before {
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-offcanvas-nav.nav-position-left.nav-open.nav-levels-overlap .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-right.nav-open.nav-levels-overlap .nav-wrapper {
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-right .nav-next span::before {
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-offcanvas-nav.nav-position-right .nav-back span::before {
  margin-left: -2px;
  transform: translate(-50%, -50%) rotate(135deg);
}
.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-top .nav-next span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-position-top .nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-bottom .nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper, .hc-offcanvas-nav.nav-levels-none ul .nav-wrapper {
  box-shadow: none;
  background: transparent;
}
.hc-offcanvas-nav.nav-levels-expand li.level-open, .hc-offcanvas-nav.nav-levels-none li.level-open {
  background: #308890;
}
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a, .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a {
  border-bottom: 1px solid #2b7980;
}
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a:hover, .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a:hover {
  background: #318b94;
}
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > .nav-next span::before,
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a > .nav-next span::before, .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > .nav-next span::before,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a > .nav-next span::before {
  margin-top: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-1 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-1 .nav-item-link {
  padding-left: calc(17px + 20px * 1);
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-2 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-2 .nav-item-link {
  padding-left: calc(17px + 20px * 2);
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-3 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-3 .nav-item-link {
  padding-left: calc(17px + 20px * 3);
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-4 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-4 .nav-item-link {
  padding-left: calc(17px + 20px * 4);
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-5 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-5 .nav-item-link {
  padding-left: calc(17px + 20px * 5);
}
.hc-offcanvas-nav.rtl a.nav-next {
  border-left: none;
  border-right: 1px solid #2d8088;
}
.hc-offcanvas-nav.rtl .nav-title + .nav-close a:not(.has-label),
.hc-offcanvas-nav.rtl .nav-close-button span,
.hc-offcanvas-nav.rtl .nav-next,
.hc-offcanvas-nav.rtl .nav-back span {
  left: 0;
  right: auto;
}
.hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:last-child {
  padding-left: 58px;
  padding-right: 17px;
}
.hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:not(:last-child) {
  margin-left: 45px;
  margin-right: 0;
}
.hc-offcanvas-nav.rtl .nav-wrapper-1 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 1);
}
.hc-offcanvas-nav.rtl .nav-wrapper-2 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 2);
}
.hc-offcanvas-nav.rtl .nav-wrapper-3 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 3);
}
.hc-offcanvas-nav.rtl .nav-wrapper-4 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 4);
}
.hc-offcanvas-nav.rtl .nav-wrapper-5 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 5);
}

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

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
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:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

#body .button, #body .user-content .button, #body .user-content .gform_footer .gform_button {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  align-self: baseline;
  padding: 16px 24px;
  border-radius: 26px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border: solid 1px;
  transition: all 0.5s;
  text-decoration: none !important;
}
#body .button span, #body .user-content .button span, #body .user-content .gform_footer .gform_button span {
  text-wrap: nowrap;
}
#body .button:first-child, #body .user-content .button:first-child, #body .user-content .gform_footer .gform_button:first-child {
  margin-top: 0;
}
@media (max-width: 800px) {
  #body .button, #body .user-content .button, #body .user-content .gform_footer .gform_button {
    font-size: 16px;
  }
}
#body .button_arrow {
  position: relative;
  color: #231F20;
  border-color: #231F20;
  position: relative;
  padding-right: 40px;
}
#body .button_arrow .arrow-button {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.5s;
}
#body .button_arrow .arrow-button_on {
  opacity: 0;
}
#body .button_arrow .arrow-button_off {
  opacity: 1;
}
#body .button_arrow:hover .arrow-button_on {
  opacity: 1;
}
#body .button_arrow:hover .arrow-button_off {
  opacity: 0;
}
#body .image-tile:hover .button_arrow {
  color: #E46852;
  border-color: #E46852;
}
#body .image-tile:hover .button_arrow .arrow-button_on {
  opacity: 1;
}
#body .image-tile:hover .button_arrow .arrow-button_off {
  opacity: 0;
}
#body .text-arrow-button {
  padding-right: 40px;
  position: relative;
  text-transform: uppercase;
  color: #E46852;
  font-weight: 600;
  display: inline-flex;
}
#body .text-arrow-button .text-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.5s;
}
#body .text-arrow-button .text-arrow_on {
  opacity: 0;
}
#body .text-arrow-button .text-arrow_off {
  opacity: 1;
}
#body .text-arrow-button:hover {
  color: #2E7687;
}
#body .text-arrow-button:hover .text-arrow_on {
  opacity: 1;
}
#body .text-arrow-button:hover .text-arrow_off {
  opacity: 0;
}

.toggle {
  display: none;
}
@media (max-width: 1150px) {
  .toggle {
    display: flex;
  }
}

#body .header .content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  max-width: 1384px;
}
#body .logo-container {
  width: 184px;
  height: 80px;
}
@media (max-width: 1150px) {
  #body .logo-container {
    margin-top: 0;
    align-items: center;
    height: auto;
    width: auto;
    display: flex;
    margin: 12px 0;
  }
}
#body .logo-container img {
  max-width: 100%;
  height: auto;
}
#main-nav {
  display: flex;
  flex: 1;
}
@media (max-width: 1150px) {
  #main-nav {
    display: none;
  }
}
#main-nav > ul {
  display: flex;
  flex: 1;
}
#main-nav > ul > li {
  position: relative;
  padding: 0 0px;
}
#main-nav > ul > li:first-child a {
  padding-left: 0;
}
#main-nav > ul > li:first-child a:after {
  width: calc(100% - 32px);
  left: 0;
}
#main-nav > ul > li:last-child a {
  padding-right: 0;
}
#main-nav > ul > li:last-child a:after {
  width: calc(100% - 32px);
}
#main-nav > ul > li a {
  display: flex;
  padding: 74px 32px;
  color: #231F20;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 26px;
  box-sizing: border-box;
  position: relative;
}
#main-nav > ul > li a:after {
  content: "";
  width: calc(100% - 64px);
  height: 4px;
  background-color: transparent;
  position: absolute;
  left: 32px;
  bottom: 66px;
  transition: all 0.5s;
  border-radius: 4px;
}
#main-nav > ul > li.current_page_item a, #main-nav > ul > li:hover a {
  color: #E46852;
}
#main-nav > ul > li.current_page_item a:after, #main-nav > ul > li:hover a:after {
  background-color: #6BD4CF;
}
#main-nav > ul > li:hover ul {
  display: flex;
}
#main-nav > ul > li.contact {
  margin-left: auto;
  margin-right: 0;
  margin-top: auto;
  margin-bottom: auto;
  background: transparent linear-gradient(90deg, #1F3572 0%, #024799 100%) 0% 0% no-repeat padding-box;
  border-radius: 21px;
}
#main-nav > ul > li.contact a {
  padding: 8px 24px;
  color: #ffffff;
}
#main-nav > ul > li.contact a:hover {
  color: #83E2FF;
}
#main-nav > ul .sub-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 174px;
  min-width: 200px;
  left: 0;
  z-index: 10;
  border: 1px solid #E6E7E8;
  border-top: none;
  border-bottom: 4px solid #0250AD;
}
#main-nav > ul .sub-menu li {
  background-color: #ffffff;
  border-bottom: 1px solid #E6E7E8;
}
#main-nav > ul .sub-menu li:last-child {
  border-bottom: none;
}
#main-nav > ul .sub-menu li a {
  box-shadow: none !important;
  padding: 24px 64px 24px 32px;
  font-size: 17px;
  font-weight: 400;
  white-space: nowrap;
  color: #231F20;
  text-transform: capitalize;
  transition: all 0.5s;
  position: relative;
}
#main-nav > ul .sub-menu li a:after {
  content: "";
  background-image: url(./resources/img/dropdown-arrow.svg);
  width: 20px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  opacity: 0;
  transition: all 0.5s;
}
#main-nav > ul .sub-menu li a:hover {
  color: #0250AD;
}
#main-nav > ul .sub-menu li a:hover:after {
  opacity: 1;
}

footer {
  background-color: #E5DFD9;
  position: relative;
}
footer .footer-bar {
  background: transparent linear-gradient(90deg, #00586F 0%, #D5D3CE 50%, #E46852 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 16px;
}
@media (max-width: 600px) {
  footer {
    margin-top: 50px;
  }
}
footer .content-container {
  flex-direction: row;
}
@media (max-width: 1384px) {
  footer .content-container {
    flex-wrap: wrap;
  }
}

.footer-left {
  max-width: 840px;
  width: calc(100% - 537px);
  padding-right: 80px;
  margin: 106px 0;
  box-sizing: content-box;
  position: relative;
  padding-right: 64px;
  border-right: 1px solid #BFB8B0;
}
@media (max-width: 800px) {
  .footer-left {
    padding: 40px 0;
    width: calc(100% + 80px);
    border: none;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .footer-left {
    padding: 40px 20px;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}

.footer-logo {
  margin-bottom: 16px;
}

.footer-links {
  margin: 24px 0;
}

.footer-icon_on {
  opacity: 0;
  transition: all 0.5s;
  width: 24px;
  height: 24px;
}

.footer-icon_off {
  opacity: 1;
  transition: all 0.5s;
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
}

.footer-links a {
  color: #231F20;
  margin: 0 4px;
  position: relative;
}
.footer-links a:first-child {
  margin-left: 0;
}
.footer-links a:hover {
  color: #E46852;
}
.footer-links a:hover .footer-icon_on {
  opacity: 1;
}
.footer-links a:hover .footer-icon_off {
  opacity: 0;
}

.footer-right {
  position: relative;
  width: 328px;
  margin-right: 64px;
  padding: 106px 0 106px 80px;
  display: flex;
  flex-direction: row;
  box-sizing: content-box;
}
@media (max-width: 800px) {
  .footer-right {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}

.footer-logos img {
  margin-bottom: 16px;
}

.footer-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 800px) {
  .footer-arrow {
    top: 60%;
  }
}

.toggle {
  right: 0px;
  display: none;
  top: calc(100% - 65px);
}
@media (max-width: 1000px) {
  .toggle {
    display: block;
  }
}
.toggle.hc-nav-trigger {
  z-index: 100;
}

#body .nav-close-button {
  font-size: 18px;
  font-weight: 500;
  padding: 38px 17px 38px 17px;
  color: #fff;
  text-transform: uppercase;
}
#body .hc-offcanvas-nav .nav-next span::before {
  border-color: #fff;
}
#body .hc-offcanvas-nav .nav-close-button span:before {
  width: 10px;
  height: 10px;
  margin-left: -15px;
  margin-top: -5px;
}
#body .hc-offcanvas-nav .nav-close-button span:after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
}

#body .user-content h1 {
  margin-bottom: 20px;
}
#body .user-content h2 {
  margin-bottom: 20px;
}
#body .user-content h3 {
  margin-bottom: 16px;
}
#body .user-content h3:not(:first-child) {
  margin-top: 32px;
}
#body .user-content h4 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 800px) {
  #body .user-content h4 {
    font-size: 20px;
  }
}
#body .user-content p {
  margin-bottom: 20px;
}
#body .user-content p:last-child {
  margin-bottom: 0;
}
#body .user-content a {
  transition: all 0.5s;
  position: relative;
  font-weight: 500;
  text-decoration: none;
  color: #35969F;
}
#body .user-content a:hover {
  color: #E46852;
}
#body .user-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 19px;
  margin-left: 24px;
}
#body .user-content ul li {
  margin-bottom: 5px;
}
#body .user-content ul li::marker {
  color: #E46852;
}
#body .user-content ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
#body .user-content ol:last-child {
  margin-bottom: 0;
}
#body .user-content ol li {
  margin-bottom: 5px;
}
#body .user-content ol li::marker {
  font-weight: 700;
}
#body .user-content img {
  max-width: 100%;
  height: auto;
}
#body .user-content img.round {
  overflow: hidden;
  border-radius: 8px;
}
#body .user-content .alignleft {
  float: left;
  margin: 0 24px 24px 0;
}
@media (max-width: 600px) {
  #body .user-content .alignleft {
    float: none;
    display: block;
    margin: 20px auto 20px auto;
  }
  #body .user-content .alignleft:first-child {
    margin-top: 0;
  }
}
#body .user-content .alignright {
  float: right;
  margin: 0 0 24px 24px;
}
@media (max-width: 600px) {
  #body .user-content .alignright {
    float: none;
    display: block;
    margin: 20px auto 20px auto;
  }
  #body .user-content .alignright:first-child {
    margin-top: 0;
  }
}
#body .user-content iframe {
  max-width: 100%;
}
#body .user-content .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px auto;
}
#body .user-content b {
  font-weight: 500;
}
#body .user-content strong {
  font-weight: bold;
}
#body .user-content i, #body .user-content em {
  font-style: italic;
}
#body .user-content hr {
  border: none;
  border-top: #D5D3CE 1px solid;
  margin-top: 40px;
  margin-bottom: 40px;
}
#body .user-content .gform_wrapper .gform_fields {
  grid-column-gap: 4%;
}
#body .user-content .gform_wrapper .gfield {
  margin-bottom: 8px;
}
#body .user-content .gform_wrapper input {
  border: none;
  border: 1px solid #D0D2D3;
  background-color: #FFFFFF;
  color: #231F20;
  padding: 15px 15px !important;
  border-radius: 4px;
  line-height: 1 !important;
  min-height: 0 !important;
}
#body .user-content .gform_wrapper .textarea {
  border: none;
  border: 1px solid #D0D2D3;
  background-color: #FFFFFF;
  color: #231F20;
  border-radius: 4px;
  padding: 15px 15px !important;
  font-family: "Rubik", rubik-fallback, rubik-fallback-android, sans-serif !important;
}
#body .user-content .gform_wrapper .gform_footer .gform_button {
  padding: 12px 24px !important;
  color: #0250AD;
  border-color: #0250AD;
}
#body .user-content .gform_wrapper .gform_footer .gform_button:hover {
  border-color: #1F3572;
  color: #1F3572;
}
#body .user-content .gform_wrapper label, #body .user-content .gform_wrapper legend {
  display: inline-block;
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 12px;
  padding: 0;
}
@media (max-width: 800px) {
  #body .user-content .gform_wrapper label, #body .user-content .gform_wrapper legend {
    font-size: 16px;
  }
}
#body .user-content .gform_wrapper .gfield_required_text {
  color: #E46852;
}
#body .user-content .gform_wrapper select {
  height: 49px;
  border-radius: 4px;
  border-color: #bcbec0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 15px center;
  background-image: url(./resources/img/dropdown-field-arrow.svg);
  padding: 15px 15px !important;
}
#body .user-content .gform_wrapper .gfield_checkbox .gchoice, #body .user-content .gform_wrapper .gfield_radio .gchoice {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}
#body .user-content .gform_wrapper .gfield_checkbox .gfield-choice-input, #body .user-content .gform_wrapper .gfield_radio .gfield-choice-input {
  accent-color: #0C4292;
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
#body .user-content .gform_wrapper .gfield_checkbox label, #body .user-content .gform_wrapper .gfield_radio label {
  font-weight: 600;
  margin-bottom: 0;
}
#body .user-content .gform_wrapper .gform_required_legend {
  display: none;
}
#body .user-content .gform_wrapper .ginput_container_address {
  padding: 20px;
  border: 1px solid #D1D3D4;
  border-radius: 4px;
  margin: 0;
}
#body .user-content .gform_wrapper .ginput_container_address .gform-grid-col {
  margin-bottom: 16px;
}
#body .user-content .gform_wrapper .ginput_container_address .gform-field-label--type-sub {
  font-weight: 500;
}
#body .user-content .gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, #body .user-content .gform_wrapper.gravity-theme .gfield_consent_description {
  border: none;
  overflow-y: auto;
  max-height: auto;
}

html {
  overflow-x: hidden;
  height: 100%;
}

.wrapper {
  flex: 1 0 auto;
  position: relative;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.content-container {
  width: 100%;
  max-width: 1256px;
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1464px) {
  .content-container {
    margin-right: 40px;
    margin-left: 40px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 600px) {
  .content-container {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }
}

.content-container_choked {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
@media (max-width: 1200px) {
  .content-container_choked {
    max-width: auto;
    margin-right: 40px;
    margin-left: 40px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 600px) {
  .content-container_choked {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }
}

a {
  text-decoration: none;
  transition: color 0.5s;
  color: #0250AD;
}
a:hover {
  color: #1F3572;
}

body {
  color: #231F20;
  background-color: #ffffff;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 800px) {
  body {
    overflow-x: hidden;
    font-size: 16px;
    line-height: 24px;
  }
}

h1 {
  font-size: 70px;
  color: #231F20;
  line-height: 78px;
  font-weight: 700;
}
@media (max-width: 800px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

h2 {
  font-size: 44px;
  line-height: 54px;
  color: #231F20;
  font-weight: 600;
  margin-bottom: 40px;
}
h2 span {
  color: #ffffff;
}
@media (max-width: 800px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

h3 {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.95px;
  color: #231F20;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 800px) {
  h3 {
    font-size: 21px;
    line-height: 24px;
  }
}

h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
@media (max-width: 800px) {
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
}

h5 {
  color: #231F20;
  background-color: #ffffff;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 800px) {
  h5 {
    overflow-x: hidden;
    font-size: 16px;
    line-height: 24px;
  }
}

.description {
  font-size: 21px;
  line-height: 31px;
  font-weight: 400;
}
@media (max-width: 800px) {
  .description {
    font-size: 18px;
    line-height: 30px;
  }
}

.heading-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 1000px) {
  .heading-container {
    flex-direction: column;
  }
}
.heading-container .heading {
  width: fit-content;
  margin-bottom: 0;
}
.heading-container .subheading {
  width: calc(50% - 64px);
  font-size: 21px;
  line-height: 31px;
}
@media (max-width: 1000px) {
  .heading-container .subheading {
    width: 100%;
    margin-top: 16px;
  }
}

.heading {
  position: relative;
  align-self: flex-start;
  padding-bottom: 16px;
}
.heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: transparent linear-gradient(90deg, #35969F 0%, #6BD4CF 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
}

.preheading {
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0 24px;
  color: #E46852;
  text-transform: uppercase;
  display: inline-flex;
  margin-bottom: 16px;
  margin-right: auto;
}
@media (max-width: 800px) {
  .preheading {
    font-size: 16px;
    line-height: 30px;
  }
}

.youtube-container {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

b {
  font-weight: 600;
}

sup {
  vertical-align: super;
  font-size: 70%;
  line-height: 60%;
}

.module {
  padding: 100px 0;
  box-sizing: content-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.module:not(.hero-module) {
  z-index: 101;
}
.module.module_disable_top_padding {
  padding-top: 0;
}
@media (max-width: 800px) {
  .module.module_disable_top_padding {
    padding-top: 0;
  }
}
.module.module_disable_bottom_padding {
  padding-bottom: 0;
}
@media (max-width: 800px) {
  .module.module_disable_bottom_padding {
    padding-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .module {
    padding: 50px 0;
  }
}

.image-tiles {
  display: flex;
}

.image-tiles_vertical {
  flex-direction: row;
  flex-wrap: wrap;
  margin: -32px -64px -64px -64px;
}
@media (max-width: 1150px) {
  .image-tiles_vertical {
    margin: 0 -32px -32px -32px;
  }
}
.image-tiles_vertical .image-tile {
  width: calc(33% - 128px);
  padding: 64px 64px;
}
@media (max-width: 1150px) {
  .image-tiles_vertical .image-tile {
    width: 100%;
    max-width: 320px;
    padding: 32px 32px;
  }
}
.image-tiles_vertical .image-tile--seperator {
  width: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
  height: auto;
  background-color: #D5D3CE;
}
@media (max-width: 1150px) {
  .image-tiles_vertical .image-tile--seperator {
    display: none;
  }
}
.image-tiles_vertical:nth-child(3n+3) .image-tile--seperator {
  display: none;
}
.image-tiles_vertical .image-tile--image {
  width: 100%;
  height: auto;
}
.image-tiles_vertical .image-tile--heading {
  margin-top: 32px;
}

.image-tiles_horizontal, .image-tiles_product {
  flex-direction: column;
  margin: -32px -64px -64px -64px;
}
.image-tiles_horizontal .image-tile, .image-tiles_product .image-tile {
  flex: 1;
  padding: 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 800px) {
  .image-tiles_horizontal .image-tile, .image-tiles_product .image-tile {
    flex-direction: column;
    align-items: flex-start;
  }
}
.image-tiles_horizontal .image-tile--seperator, .image-tiles_product .image-tile--seperator {
  width: calc(100% - 64px);
  height: 1px;
  margin-right: 32px;
  margin-left: 32px;
  background-color: #D5D3CE;
}
.image-tiles_horizontal .image-tile--image, .image-tiles_product .image-tile--image {
  width: 332px;
  margin-right: 64px;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 800px) {
  .image-tiles_horizontal .image-tile--image, .image-tiles_product .image-tile--image {
    margin-bottom: 32px;
    width: 100%;
    height: auto;
    margin-right: 0;
    max-width: 332px;
  }
}

.image-tiles_product .image-tile {
  align-items: flex-start;
}
.image-tiles_product .user-content {
  color: #231F20;
}
.image-tiles_product .image-tile--image {
  width: 440px;
  margin-right: 40px;
  height: auto;
}
@media (max-width: 1000px) {
  .image-tiles_product .image-tile--image {
    width: 220px;
  }
}
@media (max-width: 800px) {
  .image-tiles_product .image-tile--image {
    width: 100%;
    height: auto;
  }
}

.image-tile {
  box-sizing: content-box;
}
.image-tile .image-tile--heading {
  font-size: 28px;
  line-height: 36px;
  color: #231F20;
  font-weight: 600;
}
.image-tile .image-tile--subheading {
  color: #231F20;
  margin-top: 8px;
}
.image-tile .button {
  margin-top: 32px;
}
@media (max-width: 800px) {
  .image-tile .button {
    margin-top: 16px;
  }
}

.hero-module {
  padding: 144px 0;
  background-color: #E5DFD980;
  overflow: hidden;
}
@media (max-width: 800px) {
  .hero-module {
    padding: 80px 0;
  }
}
.hero-module .content-container {
  position: relative;
  max-width: 1384px;
}

.hero-shape {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 45%;
  height: auto;
  z-index: 0;
}
.hero-shape img {
  width: 100%;
  height: auto;
}

.hero-left {
  padding: 80px;
  width: 50%;
}
@media (max-width: 800px) {
  .hero-left {
    width: 100%;
    padding: 24px;
  }
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 944px;
}

.hero-subheading {
  font-size: 25px;
  line-height: 38px;
  margin-top: 12px;
}
@media (max-width: 800px) {
  .hero-subheading {
    font-size: 20px;
    line-height: 30px;
  }
}

.hero-bottom-shape {
  position: relative;
  width: 100%;
}
@media (max-width: 1464px) {
  .hero-bottom-shape {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 1000px) {
  .hero-bottom-shape {
    display: none;
  }
}
.hero-bottom-shape img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  max-width: 1424px;
  height: auto;
  width: 100%;
}

.icon-tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -64px -64px -64px;
}
@media (max-width: 900px) {
  .icon-tiles {
    margin: 0;
  }
}

.icon-tile {
  width: calc(25% - 129px);
  padding: 64px;
}
@media (max-width: 1150px) {
  .icon-tile {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 900px) {
  .icon-tile {
    width: 100%;
    max-width: none;
    padding: 32px 0;
  }
}

.icon-tile--seperator {
  width: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
  height: auto;
  background-color: #D5D3CE;
}
.icon-tile--seperator:nth-child(8n) {
  display: none;
}
@media (max-width: 1150px) {
  .icon-tile--seperator:nth-child(4n) {
    display: none;
  }
}
@media (max-width: 900px) {
  .icon-tile--seperator {
    width: calc(100% - 64px);
    height: 1px;
    margin-right: 32px;
    margin-left: 32px;
    background-color: #D5D3CE;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .icon-tile--seperator:nth-child(4n) {
    display: flex;
  }
  .icon-tile--seperator:nth-child(8n) {
    display: flex;
  }
}

.icon-tile--heading {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin-top: 32px;
}
@media (max-width: 800px) {
  .icon-tile--heading {
    font-size: 21px;
    line-height: 24px;
  }
}

.icon-tile--subheading {
  margin-top: 8px;
}

.icon-tile--icon {
  max-width: 96px;
  max-height: 96px;
  height: auto;
}

.wysiwyg-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wysiwyg-left {
  width: calc(50% - 32px);
}
@media (max-width: 800px) {
  .wysiwyg-left {
    width: 100%;
  }
}

.wysiwyg-right {
  width: calc(50% - 32px);
}
@media (max-width: 800px) {
  .wysiwyg-right {
    width: 100%;
  }
}

.cta-container {
  max-width: 1384px;
  box-shadow: 0px 0px 16px #D5D3CEBF;
  border-radius: 8px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1464px) {
  .cta-container {
    margin-right: 40px;
    margin-left: 40px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 1150px) {
  .cta-container {
    flex-direction: column;
    max-width: 417px;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cta-container {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }
}

.cta-left {
  width: 480px;
  height: auto;
  position: relative;
}
@media (max-width: 1150px) {
  .cta-left {
    width: 100%;
    height: auto;
  }
}

.cta-image {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1150px) {
  .cta-image {
    display: none;
  }
}

.cta-mobile-image {
  display: none;
}
@media (max-width: 1150px) {
  .cta-mobile-image {
    display: flex;
    max-width: 100%;
    height: auto;
  }
}

.cta-curve {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}

.cta-right {
  position: relative;
  padding: 64px;
  width: calc(100% - 568px);
}
@media (max-width: 1464px) {
  .cta-right {
    padding: 40px;
  }
}
@media (max-width: 1150px) {
  .cta-right {
    width: calc(100% - 80px);
  }
}
@media (max-width: 600px) {
  .cta-right {
    width: calc(100% - 48px);
    padding: 24px;
  }
}
.cta-right .heading {
  width: fit-content;
  margin-bottom: 16px;
}
.cta-right .subheading {
  font-size: 25px;
  line-height: 38px;
}
@media (max-width: 1384px) {
  .cta-right .subheading {
    font-size: 22px;
  }
}
.cta-right .text-arrow-button {
  margin-top: 32px;
}
@media (max-width: 1384px) {
  .cta-right .text-arrow-button {
    margin-top: 16px;
  }
}

.cta-star {
  position: absolute;
  top: 64px;
  right: 64px;
}

#body .module_video .wysiwyg-content {
  margin-top: 32px;
}
.customer-experience {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1000px) {
  .customer-experience {
    flex-wrap: wrap;
  }
}
.customer-experience h2 {
  margin-bottom: 24px;
}

.customer-experience--left {
  width: calc(50% - 24px);
  margin-right: 48px;
}
@media (max-width: 1000px) {
  .customer-experience--left {
    width: 100%;
    margin-right: 0;
  }
}

.customer-experience--right {
  width: calc(50% - 24px);
}
@media (max-width: 1000px) {
  .customer-experience--right {
    width: 100%;
    margin-top: 48px;
  }
}

.customer-experience--right--item {
  box-shadow: 0px 0px 13px #00388233;
  padding: 32px;
  margin-top: 24px;
  border-radius: 16px;
}

.customer-experience--meta--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.customer-experience--meta--item {
  width: calc(50% - 16px);
  margin-top: 16px;
}
.customer-experience--meta--item.customer-experience--meta--item_foreman, .customer-experience--meta--item.customer-experience--meta--item_date, .customer-experience--meta--item.customer-experience--meta--item_location {
  width: 100%;
}
.customer-experience--meta--item a, .customer-experience--meta--item div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.customer-experience--meta--item a img, .customer-experience--meta--item div img {
  margin-right: 8px;
}

.customer-experience--slider--item {
  margin-top: 24px;
  text-align: center;
}
.customer-experience--slider--item img {
  width: 574px;
  height: auto;
  border-radius: 16px;
}

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