/*!
	PLEASE DO NOT EDIT STYLE.CSS - YOUR EDITS WILL BE OVERWRITTEN
	Always edit style.scss and compile (see sass-lang.com for more info)

	@author development@bronte.co.nz
*/
/*
    Variables
*/
/*
    Animations, Mixins etc.
*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.w100p {
  width: 100%;
}

.h100p {
  height: 100%;
}

.bg-white {
  background-color: #fff !important;
}

.c-white {
  color: #fff;
}

.posr {
  position: relative;
}

.z-item {
  z-index: 10;
}

.z-item-max {
  z-index: 15;
}

.last {
  margin-bottom: 0;
}

.lc > :last-child {
  margin-bottom: 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 15;
}

.bg-grey {
  background-color: #F6F6F8;
}

.m-y-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.uppercase {
  text-transform: uppercase;
}

.flex {
  display: flex;
}

.hide {
  display: none;
}

.btn,
button,
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  font-family: inherit;
  padding: 12px 18px;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.2s all;
  border: 2px solid transparent;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
  background: #F86349;
  color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}
.btn.shrunk,
button.shrunk,
input[type=submit].shrunk {
  padding: 8px 16px;
}
.btn.full,
button.full,
input[type=submit].full {
  width: 100%;
}
.btn.hide,
button.hide,
input[type=submit].hide {
  display: none;
}
.btn.uppercase,
button.uppercase,
input[type=submit].uppercase {
  text-transform: uppercase;
}
.btn.outlined,
button.outlined,
input[type=submit].outlined {
  background: transparent;
  color: #F86349;
  border: 2px solid #F86349;
}
.btn.outlined:hover,
button.outlined:hover,
input[type=submit].outlined:hover {
  background: #F86349;
  color: #fff;
}
.btn:hover,
button:hover,
input[type=submit]:hover {
  background: rgb(246.1111111111, 56.9047619048, 23.8888888889);
}
.btn:focus,
button:focus,
input[type=submit]:focus {
  outline: none;
}
.btn.yellow_solid,
button.yellow_solid,
input[type=submit].yellow_solid {
  background: #FFF55A;
  color: #F86349;
}
.btn.yellow_solid:hover,
button.yellow_solid:hover,
input[type=submit].yellow_solid:hover {
  background: #F86349;
  color: #fff;
}
.btn.yellow_solid.with-orange:hover,
button.yellow_solid.with-orange:hover,
input[type=submit].yellow_solid.with-orange:hover {
  background: #fff;
  color: #F86349;
}
.btn.yellow_outline,
button.yellow_outline,
input[type=submit].yellow_outline {
  background: transparent;
  color: #FFF55A;
  box-shadow: inset 0 0 0 2px #FFF55A;
}
.btn.yellow_outline:hover,
button.yellow_outline:hover,
input[type=submit].yellow_outline:hover {
  background: #FFF55A;
  color: #F86349;
}
.btn.orange_outline,
button.orange_outline,
input[type=submit].orange_outline {
  background: transparent;
  color: #F86349;
  border: 2px solid #F86349;
}
.btn.orange_outline:hover,
button.orange_outline:hover,
input[type=submit].orange_outline:hover {
  background: #F86349;
  color: #fff;
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.menu-header {
  justify-content: end;
  align-items: center;
  gap: 28px;
}
.menu-header .with-child {
  position: relative;
  margin-right: 10px;
}
.menu-header .with-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../images/menu-child-open.svg) no-repeat center center;
  background-size: contain;
}
.menu-header .with-child.clicked a {
  color: #F86349;
}
.menu-header .with-child.clicked::after {
  height: 4px;
  width: 10px;
  background: url(../images/menu-child-close.svg) no-repeat center center;
}
.menu-header a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #111111;
}
.menu-header a:hover {
  color: #F86349;
}
.menu-footer {
  flex-direction: column;
  gap: 12px;
}
.menu-footer a {
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  width: 100%;
  display: block;
}
.menu-footer a:hover {
  color: #F86349;
}
.menu-footer a.clicked {
  color: #F86349;
}
.menu-footer ul {
  padding-left: 8px;
}
.menu-footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-footer ul ul a {
  font-weight: 500;
}
.menu-footer .sub-menu {
  display: none;
}
.menu-footer .sub-menu.open {
  display: block;
}

.card-menu {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
}
.card-menu .card {
  font-weight: 700;
  text-transform: uppercase;
  color: #111111;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #F86349;
}
.card-menu .card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/menu-chev-right.svg) no-repeat center center;
  background-size: contain;
}
.card-menu .card:last-child {
  border-bottom: 1px solid #F86349;
}
.card-menu .card p {
  margin: 0;
  color: #F86349;
  max-width: 90%;
}

.mega-menu {
  box-shadow: 0px 314px 88px 0px rgba(163, 163, 163, 0), 0px 201px 80px 0px rgba(163, 163, 163, 0.01), 0px 113px 68px 0px rgba(163, 163, 163, 0.05), 0px 50px 50px 0px rgba(163, 163, 163, 0.09), 0px 13px 28px 0px rgba(163, 163, 163, 0.1);
  position: absolute;
  top: 60px;
  background: #fff;
  border-radius: 8px;
  display: none;
  padding-left: 0;
  padding-right: 0;
  z-index: 800;
}
.mega-menu.open {
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  animation: slideUp 0.3s ease-out;
  display: block;
}
.mega-menu .menu-content.hide {
  display: none;
}
.mega-menu .about-us-menu-content {
  display: flex;
  justify-content: space-around;
  padding: 40px;
  gap: 20px;
}
.mega-menu .about-us-menu-content a {
  max-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #111111;
  gap: 12px;
}
.mega-menu .about-us-menu-content a svg, .mega-menu .about-us-menu-content a path {
  transition: 0.3s all;
}
.mega-menu .about-us-menu-content a:hover {
  color: #F86349;
}
.mega-menu .about-us-menu-content a:hover svg {
  transform: scale(1.1);
}
.mega-menu .about-us-menu-content a:hover svg, .mega-menu .about-us-menu-content a:hover path {
  fill: #F86349 !important;
}
@media screen and (max-width: 992px) {
  .mega-menu .about-us-menu-content a {
    max-width: 70px;
    font-size: 14px;
  }
}
.mega-menu .services-menu-content {
  display: flex;
}
.mega-menu .services-menu-content .services-selector {
  min-width: 110px;
  width: 30%;
  border-right: 1px solid #F86349;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.mega-menu .services-menu-content .services-selector .service-parent:nth-child(2),
.mega-menu .services-menu-content .services-selector .service-parent:nth-child(3) {
  border-top: 1px solid #F86349;
}
.mega-menu .services-menu-content .services-selector .service-parent:nth-child(1) {
  border-top-left-radius: 8px;
}
.mega-menu .services-menu-content .services-selector .service-parent:nth-child(3) {
  border-bottom-left-radius: 8px;
}
@media screen and (max-width: 992px) {
  .mega-menu .services-menu-content .services-selector {
    width: 50%;
  }
}
.mega-menu .services-menu-content .service-parent {
  padding: 45px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s all;
}
.mega-menu .services-menu-content .service-parent p {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s all;
}
.mega-menu .services-menu-content .service-parent p:nth-child(2) {
  color: #F86349;
}
.mega-menu .services-menu-content .service-parent.selected {
  background: #F86349;
}
.mega-menu .services-menu-content .service-parent.selected p {
  color: #000;
}
.mega-menu .services-menu-content .service-parent.selected p:nth-child(2) {
  color: #fff;
}
.mega-menu .services-menu-content .services-menu {
  width: 70%;
}
.mega-menu .services-menu-content .services-child {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.mega-menu .services-menu-content .services-child.hide {
  display: none;
}
.mega-menu .services-menu-content .services-child a {
  display: flex;
  gap: 18px;
  align-items: center;
  width: 45%;
  color: #111111;
}
.mega-menu .services-menu-content .services-child a svg {
  height: 60px;
  width: 60px;
  transition: 0.3s all;
}
.mega-menu .services-menu-content .services-child a svg path {
  transition: 0.3s all;
}
.mega-menu .services-menu-content .services-child a p {
  font-size: 15px;
  margin: 0;
}
.mega-menu .services-menu-content .services-child a span {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .mega-menu .services-menu-content .services-child a {
    width: 100%;
  }
  .mega-menu .services-menu-content .services-child a svg {
    height: 40px;
    width: 40px;
  }
  .mega-menu .services-menu-content .services-child a p {
    font-size: 14px;
  }
  .mega-menu .services-menu-content .services-child a span {
    font-size: 18px;
  }
}
.mega-menu .services-menu-content .services-child a:hover {
  color: #F86349;
}
.mega-menu .services-menu-content .services-child a:hover svg {
  transform: scale(0.9);
}
.mega-menu .services-menu-content .services-child a:hover svg, .mega-menu .services-menu-content .services-child a:hover path {
  fill: #F86349;
}

.mobile-menu-button-holder {
  display: none;
}
.mobile-menu-button-holder button {
  margin-left: auto;
  display: block;
}
@media (max-width: 768px) {
  .mobile-menu-button-holder {
    display: block;
  }
}

.mobile-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 8px solid #F86349;
  transform: translateY(-200%);
  transition: transform 0.3s ease-out;
}
.mobile-menu.show {
  transform: translateX(0);
}
.mobile-menu .title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111111;
  margin: 0;
  width: 100%;
}
.mobile-menu .sub-title {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
  color: #F86349;
  margin: 0;
}
.mobile-menu .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.mobile-menu .content {
  height: calc(100% - 100px);
}
.mobile-menu .buttons {
  display: flex;
  gap: 12px;
}
.mobile-menu .mobile-menu-content {
  position: relative;
  height: 100%;
  overflow-x: auto;
}
.mobile-menu .page {
  transition: 0.3s;
  position: absolute;
  width: 100%;
  background: #fff;
  height: 100%;
}
.mobile-menu .child-page {
  transform: translateX(-110vw);
  padding-top: 24px;
}
.mobile-menu .child-page.show {
  transform: translateX(0);
}
.mobile-menu .menu-alt {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 24px;
}
.mobile-menu .menu-alt a {
  display: flex;
  gap: 18px;
  align-items: center;
}
.mobile-menu .menu-alt a .icon {
  height: 45px;
  width: 45px;
}
.mobile-menu .menu-alt a .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mobile-menu .menu-alt a .info p {
  font-size: 14px;
  color: #111111;
  margin: 0;
}
.mobile-menu .menu-alt a .info span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111111;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--wp-admin--admin-bar--height, 24px); /**
* @link https://make.wordpress.org/core/2022/01/07/theme-focused-changes-and-filters-in-wordpress-5-9/#adjusting-for-fixed-header-navigation
*/
}

html,
body {
  min-height: 100vh;
  overflow-x: hidden;
}

body {
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #111111;
  display: flex;
  flex-direction: column;
  margin: 0;
  border-left: 8px solid #F86349;
}
@media (max-width: 768px) {
  body {
    border-left: 0px;
    border-top: 8px solid #F86349;
  }
}

a {
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

main {
  flex: 1;
}

svg,
img {
  max-width: 100%;
  height: auto;
  display: block;
}

p img {
  display: inline-block;
}

.text > :first-child {
  margin-top: 0;
}
.text > :last-child {
  margin-bottom: 0;
}
.text ol,
.text ul {
  line-height: inherit;
  padding-left: 20px;
}
.text li:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}

h2, .h2 {
  font-size: 36px;
  font-weight: 700;
}

h3, .h3 {
  font-size: 24px;
  font-weight: 700;
}

h4, .h4 {
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .alignleft,
  img.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .alignright,
  img.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }
}

.aligncenter,
img.aligncenter {
  margin: 1em auto;
}

.logo {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #111111;
}
.logo.large {
  font-size: 36px;
}
.logo.orange {
  color: #F86349;
}
.logo.orange:hover {
  color: #111111;
}
.logo:hover {
  color: #F86349;
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.container--wide {
  max-width: 3400px;
  margin: 0 auto;
  padding: 0;
}

.effect span {
  color: #F86349;
}
.effect strong {
  font-style: normal;
  position: relative;
}
.effect strong:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 12px;
  bottom: 0px;
  left: 0;
  z-index: 1;
  -webkit-mask-image: url("../images/underline.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: url("../images/underline.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  background: #FFF55A;
}
@media (min-width: 768px) {
  .effect strong:after {
    height: 18px;
  }
}
.effect strong em {
  z-index: 2;
  position: relative;
  font-style: normal;
}

.bg-orange {
  background: #F86349;
  color: #fff;
}

.bg-dark-grey {
  background: #323643;
  color: #fff;
}

.tippy {
  cursor: pointer;
}

.icon-help {
  background: url("../images/tip-dark-orange.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.wysiwyg h2 {
  font-size: 2.25rem;
}
.wysiwyg h3 {
  font-size: 1.75rem;
}
.wysiwyg h4 {
  font-size: 1.25rem;
}
.wysiwyg h5 {
  font-size: 1rem;
}
.wysiwyg h6 {
  font-size: 0.875rem;
}
.wysiwyg p {
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.wysiwyg a {
  color: #F86349;
  text-decoration: underline;
}
.wysiwyg a:hover {
  color: #000;
}

header {
  padding-top: 32px;
  background: #F6F6F8;
}
@media screen and (max-width: 768px) {
  header.remove-margin-mobile {
    padding-top: 0;
  }
  header.remove-margin-mobile nav {
    padding-top: 20px;
  }
}
header nav {
  height: 45px;
  position: relative;
}
header .nav-holder {
  display: flex;
  justify-content: end;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  header .nav-holder {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding-top: 16px;
  }
}

.header-image-mobile {
  display: none;
}
.header-image-mobile img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .header-image-mobile {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

.header-split {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  gap: 80px;
}
.header-split .intro {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-split .intro {
    max-width: 100%;
  }
}
.header-split .intro .buttons {
  display: flex;
  gap: 16px;
  align-items: stretch;
}
.header-split .intro .buttons .btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  box-sizing: border-box;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .header-split .intro .buttons {
    flex-direction: column;
    width: 100%;
  }
  .header-split .intro .buttons .btn {
    width: 100%;
  }
}
.header-split .header-image, .header-split .header-icon {
  max-width: 50%;
  width: 100%;
  position: relative;
}
.header-split .header-image img, .header-split .header-icon img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.header-split .header-image .blog-image, .header-split .header-icon .blog-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .header-split .header-image, .header-split .header-icon {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .header-split {
    flex-direction: column;
    gap: 40px;
  }
  .header-split .intro {
    max-width: 100%;
  }
  .header-split .header-image {
    max-width: 100%;
  }
}

.header-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.header-holder.header-author {
  padding-bottom: 0;
}
.header-holder .intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.header-holder .intro .heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .header-holder .intro .heading {
    gap: 16px;
  }
}
.header-holder .title {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  color: #F86349;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header-holder .title {
    font-size: 32px;
    line-height: 1.2;
  }
}
.header-holder .title strong:after {
  height: 12px;
}
@media (min-width: 768px) {
  .header-holder .title strong:after {
    height: 18px;
  }
}
.header-holder p {
  margin: 0;
}
.header-holder .tagline {
  text-transform: uppercase;
}
.header-holder .tagline .subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  margin: 0;
}

.header-text_image .header-image {
  position: relative;
  height: 360px;
}
@media screen and (max-width: 1200px) {
  .header-text_image .header-image {
    height: 420px;
  }
}
.header-text_image .header-image .image-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 110%;
}
@media screen and (max-width: 1600px) {
  .header-text_image .header-image .image-holder {
    width: 120%;
  }
}
@media screen and (max-width: 1200px) {
  .header-text_image .header-image .image-holder {
    width: 130%;
  }
}
@media screen and (max-width: 992px) {
  .header-text_image .header-image .image-holder {
    width: 100%;
  }
}
.header-text_image .header-image .image-holder img {
  height: 100%;
  border-radius: 8px;
}

.header-text_icon .icon-holder {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.header-text_icon .icon-holder svg {
  width: auto;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header-text_icon .icon-holder svg {
    height: 360px;
  }
}
@media screen and (max-width: 992px) {
  .header-text_icon .icon-holder svg {
    height: 270px;
  }
}
@media screen and (max-width: 768px) {
  .header-text_icon .icon-holder svg {
    height: 320px;
  }
}

.header-author .container .title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-author .container .title {
    padding-bottom: 24px;
  }
}
.header-author .container h1 {
  font-size: 64px;
  margin: 0;
  max-width: 650px;
}
.header-author .container h1 span {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header-author .container h1 {
    max-width: 100%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .header-author .container h1 {
    font-size: 40px;
  }
}
.header-author .container .photo {
  display: flex;
  justify-content: center;
}
.header-author .container .photo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-author .container .photo img {
    max-width: 380px;
  }
}

footer .card {
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px -266px 74px 0px rgba(0, 0, 0, 0), 0px -170px 68px 0px rgba(0, 0, 0, 0.01), 0px -96px 57px 0px rgba(0, 0, 0, 0.04), 0px -43px 43px 0px rgba(0, 0, 0, 0.06), 0px -11px 23px 0px rgba(0, 0, 0, 0.07);
}
footer .menu-wrapper {
  width: 100%;
  max-width: 220px;
}
@media screen and (max-width: 992px) {
  footer .menu-wrapper {
    max-width: 47%;
  }
}
@media screen and (max-width: 768px) {
  footer .menu-wrapper {
    max-width: 100%;
  }
}
footer .info {
  max-width: 220px;
}
footer .info P {
  margin: 0;
}
@media screen and (max-width: 992px) {
  footer .info {
    max-width: 100%;
  }
}
footer .legal {
  padding-top: 12px;
}
@media screen and (max-width: 992px) {
  footer .legal {
    display: none;
  }
}
footer .legal-alt {
  display: none;
}
@media screen and (max-width: 992px) {
  footer .legal-alt {
    display: block;
  }
}
footer .content {
  padding-top: 40px;
  margin-bottom: 24px;
  display: flex;
  gap: 120px;
  background-image: url("../images/bronte-footer.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  footer .content {
    flex-direction: column;
    gap: 12px;
  }
}
footer .links {
  display: flex;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  footer .links {
    flex-wrap: wrap;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  footer .links {
    flex-direction: column;
  }
}

.footer-newsletter-signup {
  margin-bottom: 16px;
  margin-top: 48px;
}
.footer-newsletter-signup .card {
  border-radius: 12px;
  background: #F86349;
  color: #fff;
  padding: 32px 24px;
}
.footer-newsletter-signup .card .content {
  max-width: 60%;
}
@media screen and (max-width: 992px) {
  .footer-newsletter-signup .card .content {
    max-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .footer-newsletter-signup .card .content {
    max-width: 100%;
  }
}
.footer-newsletter-signup .card .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-newsletter-signup .card .top h2, .footer-newsletter-signup .card .top p {
  margin: 0;
}
.footer-newsletter-signup .card .top h2 {
  margin-bottom: 12px;
}
.footer-newsletter-signup .card .top svg {
  width: 44px;
  height: 44px;
}
.footer-newsletter-signup .card .top path {
  transition: 0.3s fill;
}
.footer-newsletter-signup .card .top .btn {
  height: 44px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-newsletter-signup .card .top a:hover svg, .footer-newsletter-signup .card .top a:hover path {
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .footer-newsletter-signup .card .top {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}
.footer-newsletter-signup .card .socials, .footer-newsletter-signup .card .plugs {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer-newsletter-signup .card .hide {
  display: none !important;
}
.footer-newsletter-signup .newsletter-form {
  padding-top: 12px;
}
.footer-newsletter-signup .newsletter-form .gform-footer {
  display: none !important;
}
.footer-newsletter-signup .newsletter-form input[type=email], .footer-newsletter-signup .newsletter-form input[type=text] {
  background: #F86349;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  padding-left: 0 !important;
}
.footer-newsletter-signup .newsletter-form input[type=email]::placeholder, .footer-newsletter-signup .newsletter-form input[type=text]::placeholder {
  color: #fff;
}
.footer-newsletter-signup .newsletter-form .gfield_error input {
  border: 0 !important;
  border-bottom: 1px solid #FFF55A !important;
}
.footer-newsletter-signup .newsletter-form .gform-button {
  color: #F86349;
  background: #FFF55A;
}
.footer-newsletter-signup .newsletter-form .gform-button:hover {
  background: #fff;
}

.hidden_label label {
  display: none;
}

.gform_submission_error {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.gfield_validation_message {
  position: relative;
  top: 2px;
  font-size: 12px;
}

.gform_footer {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.gform_footer img {
  position: absolute;
  right: -20px;
  top: 40px;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.gfield {
  width: 100%;
}

.gform_fields > .gfield:last-child {
  margin-bottom: 6px;
}

.gfield_label {
  font-size: 12px;
  display: block;
  margin-bottom: 2px;
  line-height: 18px;
  font-weight: 300;
}

.gfield--width-half {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url] {
  border: 1px solid #CFD0D4;
  display: block;
  width: 100%;
  font-size: 18px;
  border-radius: 1px;
  height: 40px;
  padding: 0 0 0 26px;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  color: #959a9e;
}
select:focus,
textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus {
  outline: none;
}

textarea {
  height: 88px;
  resize: none;
  padding-top: 8px;
}

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

legend {
  padding: 0;
}

.gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}

.ginput_container_checkbox {
  margin-top: 8px;
}

.gfield-choice-input {
  display: none;
}
.gfield-choice-input + label {
  position: relative;
  padding-left: 34px;
  line-height: 26px;
  cursor: pointer;
}
.gfield-choice-input + label:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -4px;
}
.gfield-choice-input:checked + label:after {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  width: 16px;
  height: 18px;
}

.gchoice {
  margin-right: 10px;
}

select {
  -webkit-appearance: none;
  background: transparent no-repeat calc(100% - 22px) 50%;
  font-size: 16px;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding-right: 15px;
  border: 0;
}

.review {
  border-radius: 7px;
  background: #FCFCFE;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.review.card p {
  margin: 0;
  font-size: 15px;
}
.review.card .quote {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 8px;
}
.review.card .quote span {
  font-size: 12px;
  font-weight: 700;
  padding-top: 4px;
  transition: all 0.3s;
}
.review.card .stars {
  display: flex;
  gap: 1px;
}
.review.card .source {
  height: 25px;
  width: 25px;
}
.review.card .quote-by {
  padding-top: 8px;
  font-weight: 700;
}
.review.card .review-header {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
.review.card .quote-part-2 {
  display: none;
}
.review.small-card {
  width: 250px;
  height: 230px;
  background-image: url("../images/quote-mask.svg");
  background-repeat: no-repeat;
  padding: 24px;
  color: #000;
}
.review.small-card:hover span {
  color: #F86349;
}
.review.large-card {
  background-image: url("../images/quote-mask.svg");
  background-repeat: no-repeat;
  display: inline-block;
  padding: 24px;
  color: #000;
  margin-bottom: 20px;
  width: 100%;
}
.review.selected {
  background: #F86349;
}
.review.selected.card {
  color: #fff;
}
.review.selected .source {
  background: #fff;
  border-radius: 50%;
}
.review.selected .stars path {
  fill: #FFF55A;
}

.author-content .info {
  margin-top: 48px;
}
.author-content .connect h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.author-content .connect .social .social-links {
  margin-top: 12px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.author-content .connect .social .social-links a {
  transition: 0.3s all;
}
.author-content .connect .social .social-links a:hover {
  transform: scale(1.08);
}
.author-content .connect .social .social-links a:active {
  transform: scale(0.9);
}
.author-content .connect .quote {
  margin-top: 24px;
}
.author-content .connect .quote p {
  margin-top: 24px;
  font-size: 20px;
  border-left: 8px solid #F86349;
  padding-left: 8px;
}

.post-content {
  margin-top: 48px;
}
.post-content .section-holder {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.post-content .section-holder .section-title {
  font-size: 20px;
  margin: 0;
  margin-bottom: 8px;
  font-weight: 500;
}
.post-content .authors-holder {
  margin-top: 16px;
}
.post-content .authors {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.post-content .authors .author {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #000;
}
.post-content .authors .author img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #F86349;
}
.post-content .authors .author .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.post-content .authors .author .info p {
  margin: 0;
}
.post-content .authors .author .info p:first-child {
  font-weight: 700;
  color: #F86349;
  font-size: 18px;
}
.post-content .authors .author:hover {
  color: #F86349;
}
.post-content .links {
  display: flex;
  gap: 8px;
}
.post-content .links a {
  transition: 0.3s all;
}
.post-content .links a:hover {
  transform: scale(1.08);
}

.post-like {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: 0.3s all;
}
.post-like:hover {
  transform: scale(1.02);
}
.post-like .post-like-img {
  width: 64px;
  height: 64px;
  border-radius: 4px;
  object-fit: cover;
}
.post-like .post-title {
  font-size: 18px;
  margin: 0;
  color: #000;
  transition: 0.3s all;
}
.post-like:hover .post-title {
  color: #F86349;
}

.blog-posts {
  margin-top: 48px;
}
.blog-posts .posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.blog-posts .title h2 {
  margin-bottom: 8px;
}
.blog-posts .facetwp-facet-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.blog-posts .facetwp-facet-tags .facetwp-radio {
  background: none;
  padding-left: 0;
  background: #767676;
  display: flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  font-weight: 800;
  color: #fff;
}
.blog-posts .facetwp-facet-tags .facetwp-radio.checked {
  background: #F86349;
}
.blog-posts .facetwp-facet-tags .facetwp-counter {
  display: none;
}
.blog-posts .facetwp-facet-tags .facetwp-display-value {
  padding: 0;
}
.blog-posts .facetwp-facet-pagination {
  margin-top: 24px;
}
.blog-posts .facetwp-facet-pagination .facetwp-pager {
  display: flex;
  justify-content: center;
}

.post-card {
  background: #fff;
  box-shadow: 0px 309px 87px 0px rgba(0, 0, 0, 0), 0px 198px 79px 0px rgba(0, 0, 0, 0.01), 0px 111px 67px 0px rgba(0, 0, 0, 0.02), 0px 49px 49px 0px rgba(0, 0, 0, 0.03), 0px 12px 27px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  margin-bottom: 8px;
  color: #000;
}
.post-card h3 {
  font-size: 20px;
  margin: 0;
  transition: 0.3s all;
}
.post-card img {
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.post-card .content {
  padding: 16px;
  padding-top: 0;
}
.post-card .post-card-tag {
  background: #323643;
  padding: 8px 16px;
  color: #fff;
  display: inline-block;
  position: relative;
  top: -16px;
  font-weight: 700;
}
.post-card .post-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-card .authors {
  display: flex;
}
.post-card .authors img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #F86349;
}
.post-card .authors img:nth-child(2) {
  margin-left: -16px;
}
.post-card .info {
  display: flex;
  gap: 0px;
  flex-direction: column;
}
.post-card .info .names {
  font-weight: 700;
  color: #F86349;
}
.post-card .info time {
  font-size: 14px;
  color: #323643;
}
.post-card .info p {
  margin: 0;
}
.post-card:hover {
  transform: scale(1.02);
}
.post-card:hover h3 {
  color: #F86349;
}

.cta-block {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 24px;
  margin: 40px 0;
}
@media (min-width: 992px) {
  .cta-block {
    padding: 40px 36px;
  }
}
.cta-block h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}
.cta-block:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .cta-block-row {
    display: flex;
  }
}

.cta-btn {
  background: #FFF55A;
  color: #F86349;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 4px;
  padding: 14px 30px;
  cursor: pointer;
  margin-bottom: 12px;
  display: block;
  text-align: center;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .cta-btn {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
.cta-btn:hover {
  color: #FFF55A;
  background: #F86349;
}

.cta-block.grey {
  background: rgb(246, 246, 248);
  color: #000;
}

.cta-block.orange {
  background: rgb(248, 99, 74);
  color: #fff;
}

.blog-portfolio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .blog-portfolio {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .blog-portfolio {
    grid-template-columns: 1fr;
  }
}
.blog-portfolio a {
  text-decoration: none;
  color: #000;
}
.blog-portfolio a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.blog-portfolio a h4 {
  margin: 0;
  margin-bottom: 0px;
  transition: all 0.3s;
}
.blog-portfolio a p {
  margin-top: 4px;
}
.blog-portfolio a:hover h4 {
  color: #F86349;
}

/*
	Page-specific styling. Please use as little as possible to ensure DRYness.
*/
.section-cards .cards {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .section-cards .cards {
    flex-direction: column;
  }
}
.section-cards .section-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 24px;
}
.section-cards .section-title h2, .section-cards .section-title p {
  margin: 0;
}
.section-cards .card {
  padding: 32px;
  background: #fff;
  box-shadow: 0px 309px 87px 0px rgba(0, 0, 0, 0), 0px 198px 79px 0px rgba(0, 0, 0, 0.01), 0px 111px 67px 0px rgba(0, 0, 0, 0.02), 0px 49px 49px 0px rgba(0, 0, 0, 0.03), 0px 12px 27px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  flex: 1 0 0;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}
.section-cards .card h3, .section-cards .card p {
  margin: 0;
  transition: all 0.3s;
}
.section-cards .card p {
  line-height: 137.5%;
}
.section-cards .card .title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-cards .card .title .icon {
  width: 72px;
}
.section-cards .card .title .icon svg {
  width: 100%;
  height: auto;
}
.section-cards .card .title .effect strong:after {
  height: 8px;
}
@media (min-width: 768px) {
  .section-cards .card .title .effect strong:after {
    height: 8px;
  }
}
.section-cards .card .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-cards .card:hover {
  box-shadow: 0px 309px 87px 0px rgba(0, 0, 0, 0), 0px 198px 79px 0px rgba(0, 0, 0, 0.01), 0px 111px 67px 0px rgba(0, 0, 0, 0.02), 0px 49px 49px 0px rgba(0, 0, 0, 0.03), 0px 12px 27px 0px rgba(0, 0, 0, 0.03);
  transform: translateY(-10px);
}
.section-cards .card:hover h3 {
  color: #F86349;
}
.section-cards.grey-part-bg {
  border-top: #F6F6F8 50px solid;
}
.section-cards.grey-part-bg .container {
  margin-top: -40px;
}
.section-cards.grey-part-bg.has_title {
  border-top: #F6F6F8 180px solid;
}
.section-cards.grey-part-bg.has_title .container {
  margin-top: -140px;
}
@media screen and (max-width: 992px) {
  .section-cards.grey-part-bg {
    border-top: #F6F6F8 40px solid;
  }
  .section-cards.grey-part-bg .container {
    top: -30px;
  }
}

.s-large_card {
  margin-top: 24px;
}
.s-large_card .card {
  background: #fff;
  box-shadow: 0 714px 200px 0 rgba(184, 184, 184, 0), 0 457px 183px 0 rgba(184, 184, 184, 0.01), 0 257px 154px 0 rgba(184, 184, 184, 0.03), 0 114px 114px 0 rgba(184, 184, 184, 0.06), 0 29px 63px 0 rgba(184, 184, 184, 0.06);
  border-radius: 8px;
  padding: 48px;
  margin-top: -48px;
}
@media screen and (max-width: 992px) {
  .s-large_card .card {
    padding: 32px;
  }
}
.s-large_card .sp-text-block {
  gap: 16px;
}
.s-large_card .image {
  padding: 24px;
}
@media screen and (max-width: 992px) {
  .s-large_card .image {
    padding-top: 48px;
  }
}

.s-process_card {
  margin-top: 0px;
  margin-bottom: 48px;
}
.s-process_card .card {
  box-shadow: 0 25px 7px 0 rgba(105, 105, 105, 0), 0 16px 6px 0 rgba(105, 105, 105, 0.01), 0 9px 5px 0 rgba(105, 105, 105, 0.05), 0 4px 4px 0 rgba(105, 105, 105, 0.08), 0 1px 2px 0 rgba(105, 105, 105, 0.09);
  background: #F6F6F8;
  padding: 40px;
  border-radius: 8px;
  margin-top: -150px;
  z-index: 99;
  position: relative;
}
.s-process_card .card .process-points {
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .s-process_card .card .process-points {
    flex-direction: column;
  }
}
.s-process_card .card h2 {
  margin-bottom: 8px;
}
.s-process_card .card .subtitle {
  margin-top: 8px;
  margin-bottom: 24px;
}
.s-process_card .card .process-point {
  flex: 1 0 0;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .s-process_card .card .process-point {
    flex: 1 0 auto;
  }
}
.s-process_card .card .process-point .point-icon {
  width: 48px;
}
.s-process_card .card h3, .s-process_card .card p {
  margin: 0px;
}
.s-process_card .card .point-content {
  gap: 8px;
}

.s-logo-slider {
  margin-top: 96px;
  margin-bottom: 96px;
}
.s-logo-slider .swiper-logo-bottom {
  padding-top: 32px;
}
.s-logo-slider .logo-slider img {
  height: 50px;
  object-fit: contain;
  width: auto;
  max-width: 180px;
  opacity: 0.7;
}
@media screen and (max-width: 992px) {
  .s-logo-slider .logo-slider img {
    height: 40px;
    max-width: 120px;
  }
}

.s-logo-grid {
  margin-top: 64px;
  margin-bottom: 64px;
}
.s-logo-grid .sp-text-block {
  gap: 12px;
}
.s-logo-grid .grid {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .s-logo-grid .grid {
    padding-top: 24px;
    grid-template-columns: 1fr 1fr;
  }
}
.s-logo-grid .grid .logo {
  max-height: 40px;
}
.s-logo-grid .grid .logo img {
  height: 100%;
  object-fit: contain;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .s-logo-grid .grid .logo img {
    max-height: 60px;
  }
}

.sp-text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.sp-text-block h2, .sp-text-block h3, .sp-text-block h4, .sp-text-block p {
  margin: 0;
}
.sp-text-block .title.effect strong:after {
  height: 8px;
}
@media (min-width: 768px) {
  .sp-text-block .title.effect strong:after {
    height: 8px;
  }
}
.sp-text-block .text.effect strong:after {
  height: 3px;
}
@media (min-width: 768px) {
  .sp-text-block .text.effect strong:after {
    height: 3px;
  }
}

.s-text-and {
  margin-top: 64px;
  margin-bottom: 64px;
}

.s-text_points .container {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 992px) {
  .s-text_points .container {
    flex-direction: column;
    gap: 24px;
  }
}
.s-text_points .sp-text-block {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .s-text_points .sp-text-block {
    max-width: none;
  }
}
.s-text_points .point {
  display: flex;
  align-items: center;
  gap: 28px;
}
.s-text_points.white-card .point {
  background: #fff;
  box-shadow: 0px 243px 68px 0px rgba(181, 181, 181, 0), 0px 156px 62px 0px rgba(181, 181, 181, 0.01), 0px 87px 52px 0px rgba(181, 181, 181, 0.05), 0px 39px 39px 0px rgba(181, 181, 181, 0.09), 0px 10px 21px 0px rgba(181, 181, 181, 0.1);
  border-radius: 8px;
  padding: 24px;
}
.s-text_points.white-card .point .icon {
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
}
.s-text_points.white-card .point .icon svg {
  width: 100%;
  height: auto;
}
.s-text_points.white-card .point .icon svg, .s-text_points.white-card .point .icon path {
  transition: 0.3s fill;
}
@media screen and (max-width: 1200px) {
  .s-text_points.white-card .point .icon {
    height: 50px;
    min-width: 50px;
  }
}
.s-text_points.white-card .point .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.s-text_points.white-card .point .content h3, .s-text_points.white-card .point .content p {
  margin: 0;
}
.s-text_points.white-card .point:hover svg, .s-text_points.white-card .point:hover path {
  fill: #F86349;
}
.s-text_points.number-list .container {
  align-items: flex-start;
}
.s-text_points.number-list .sp-text-block {
  max-width: 520px;
}
.s-text_points.number-list .point .icon {
  background: #F6F6F8;
  padding: 24px;
  padding-right: 32px;
  margin-right: 24px;
  min-width: 120px;
  position: relative;
}
.s-text_points.number-list .point .icon svg {
  width: 100%;
  height: auto;
}
.s-text_points.number-list .point .icon span {
  position: absolute;
  right: -32.5px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 999px;
  width: 65px;
  height: 65px;
  border: #F6F6F8 8px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #F86349;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .s-text_points.number-list .point {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.s-text_points.simple .container {
  align-items: flex-start;
}
.s-text_points.simple .point .icon {
  min-width: 80px;
}
.s-text_points.simple .point .icon svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .s-text_points.simple .point {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.s-text_points.simple .points {
  gap: 24px;
}
.s-text_points .points {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.s-text_stats .container {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 992px) {
  .s-text_stats .container {
    flex-direction: column;
    gap: 24px;
  }
}
.s-text_stats .sp-text-block {
  max-width: 380px;
}
@media screen and (max-width: 992px) {
  .s-text_stats .sp-text-block {
    max-width: none;
  }
}
.s-text_stats .stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
}
.s-text_stats .stats .number {
  font-size: 48px;
  font-weight: 700;
  color: #F86349;
  margin: 0;
}
.s-text_stats .stats p {
  margin: 0;
}
.s-text_stats .stats .stat {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 199px 56px 0px rgba(176, 176, 176, 0), 0px 127px 51px 0px rgba(176, 176, 176, 0.01), 0px 72px 43px 0px rgba(176, 176, 176, 0.05), 0px 32px 32px 0px rgba(176, 176, 176, 0.09), 0px 8px 17px 0px rgba(176, 176, 176, 0.1);
}
@media screen and (max-width: 576px) {
  .s-text_stats .stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.s-text_image .content {
  display: flex;
  align-items: center;
  gap: 48px;
}
.s-text_image .content.stretch {
  align-items: stretch;
}
@media screen and (max-width: 992px) {
  .s-text_image .content {
    flex-direction: column;
    gap: 24px;
  }
  .s-text_image .content.stretch {
    flex-direction: column-reverse;
  }
}
.s-text_image .content.card {
  background: #F6F6F8;
  padding: 80px;
  border-radius: 10px;
  box-shadow: 0px 185px 52px 0px rgba(105, 105, 105, 0), 0px 118px 47px 0px rgba(105, 105, 105, 0.01), 0px 67px 40px 0px rgba(105, 105, 105, 0.04), 0px 30px 30px 0px rgba(105, 105, 105, 0.06), 0px 7px 16px 0px rgba(105, 105, 105, 0.07);
}
@media screen and (max-width: 992px) {
  .s-text_image .content.card {
    padding: 40px;
  }
}
.s-text_image .sp-text-block {
  max-width: 500px;
}
@media screen and (max-width: 992px) {
  .s-text_image .sp-text-block {
    max-width: none;
  }
}
.s-text_image .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.s-text_image .icons {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.s-text_image .icons .icon {
  border-radius: 10px;
  box-shadow: 0px 134.095px 38.076px 0px rgba(209, 209, 209, 0), 0px 86.086px 34.765px 0px rgba(209, 209, 209, 0.01), 0px 48.009px 29.799px 0px rgba(209, 209, 209, 0.05), 0px 21.521px 21.521px 0px rgba(209, 209, 209, 0.09), 0px 4.966px 11.588px 0px rgba(209, 209, 209, 0.1);
  height: 100%;
  padding: 40px;
}
.s-text_image .icons .icon svg {
  width: 100%;
  height: auto;
}
.s-text_image .icons .large {
  height: 100%;
  width: auto;
  max-height: 250px;
  aspect-ratio: 1/1;
  background: #F6F6F8;
  margin-left: 120px;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .s-text_image .icons .large {
    margin-left: inherit;
    margin-bottom: inherit;
    margin-right: auto;
  }
}
.s-text_image .icons .small {
  height: 150px;
  width: 150px;
  background: #F86349;
  padding: 28px;
  position: absolute;
  top: 70%;
  left: 45%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .s-text_image .icons .small {
    display: none;
  }
}

.s-text_wordpress_check .container {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 992px) {
  .s-text_wordpress_check .container {
    flex-direction: column;
    gap: 24px;
  }
}
.s-text_wordpress_check .card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 10px;
  background: #F6F6F8;
  width: 100%;
  padding: 40px;
  box-shadow: 0px 314px 88px 0px rgba(163, 163, 163, 0), 0px 201px 80px 0px rgba(163, 163, 163, 0.01), 0px 113px 68px 0px rgba(163, 163, 163, 0.05), 0px 50px 50px 0px rgba(163, 163, 163, 0.09), 0px 13px 28px 0px rgba(163, 163, 163, 0.1);
}
.s-text_wordpress_check .card span {
  color: #F86349;
}
.s-text_wordpress_check h2, .s-text_wordpress_check h3, .s-text_wordpress_check h4, .s-text_wordpress_check p {
  margin: 0;
}
.s-text_wordpress_check .sp-text-block {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .s-text_wordpress_check .sp-text-block {
    max-width: none;
  }
}

.s-text_facts .container {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 992px) {
  .s-text_facts .container {
    flex-direction: column;
    gap: 24px;
  }
}
.s-text_facts .sp-text-block {
  max-width: 520px;
}
@media screen and (max-width: 992px) {
  .s-text_facts .sp-text-block {
    max-width: none;
  }
}
.s-text_facts .facts {
  background: #F86349;
  border-radius: 10px;
  box-shadow: 0px 314px 88px 0px rgba(163, 163, 163, 0), 0px 201px 80px 0px rgba(163, 163, 163, 0.01), 0px 113px 68px 0px rgba(163, 163, 163, 0.05), 0px 50px 50px 0px rgba(163, 163, 163, 0.09), 0px 13px 28px 0px rgba(163, 163, 163, 0.1);
  padding: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.s-text_facts .facts h3, .s-text_facts .facts p {
  color: #fff;
  margin: 0;
}
.s-text_facts .facts .fact {
  display: none;
}
.s-text_facts .facts .fact span {
  color: #FFF55A;
  font-weight: 800;
}
.s-text_facts .facts .fact.active {
  display: block;
  animation: slideUp 0.3s ease-out;
}
.s-text_facts .facts p {
  font-size: 22px;
}
@media screen and (max-width: 1200px) {
  .s-text_facts .facts p {
    font-size: 18px;
  }
}
.s-text_facts .facts .top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.services-selector-what-we-do {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.services-selector-what-we-do .service-selector {
  transition: 0.3s all;
  cursor: pointer;
}
.services-selector-what-we-do .service-selector p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
.services-selector-what-we-do .service-selector p:nth-child(2) {
  color: #F86349;
}
.services-selector-what-we-do .service-selector.selected {
  border-left: 8px solid #F86349;
  padding-left: 8px;
}
.services-selector-what-we-do .service-selector:hover {
  border-left: 4px solid #F86349;
  padding-left: 8px;
}

.s-text_studio_lead .container .content {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
@media screen and (max-width: 992px) {
  .s-text_studio_lead .container .content {
    flex-direction: column;
    gap: 24px;
  }
}
.s-text_studio_lead .sp-text-block {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .s-text_studio_lead .sp-text-block {
    max-width: none;
  }
}
.s-text_studio_lead .studio-leads {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .s-text_studio_lead .studio-leads {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .s-text_studio_lead .studio-leads {
    grid-template-columns: 1fr;
  }
}
.s-text_studio_lead .studio-lead-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 243px 68px 0px rgba(181, 181, 181, 0), 0px 156px 62px 0px rgba(181, 181, 181, 0.01), 0px 87px 52px 0px rgba(181, 181, 181, 0.05), 0px 39px 39px 0px rgba(181, 181, 181, 0.09), 0px 10px 21px 0px rgba(181, 181, 181, 0.1);
  position: relative;
}
.s-text_studio_lead .studio-lead-card .image-container {
  width: 100%;
  min-height: 200px;
  background-color: #F6F6F8;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 24px;
}
.s-text_studio_lead .studio-lead-card .image-container img {
  height: auto;
  max-height: 250px;
  width: auto;
  margin-bottom: 0;
  object-fit: contain;
  vertical-align: bottom;
}
.s-text_studio_lead .studio-lead-card .info {
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.s-text_studio_lead .studio-lead-card .info h3, .s-text_studio_lead .studio-lead-card .info p {
  margin: 0;
}
.s-text_studio_lead .studio-lead-card .info .name {
  font-size: 24px;
}
.s-text_studio_lead .studio-lead-card .info .name span {
  color: #F86349;
}
.s-text_studio_lead .studio-lead-card .info .contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 8px 0;
}
.s-text_studio_lead .studio-lead-card .info .contact-info p {
  margin: 0;
  font-size: 22px;
}
.s-text_studio_lead .studio-lead-card .info .contact-info a {
  color: #F86349;
  text-decoration: none;
}
.s-text_studio_lead .studio-lead-card .info .contact-info a:hover {
  text-decoration: underline;
}

.s-what-we-do {
  margin-top: 40px;
  margin-bottom: 40px;
}
.s-what-we-do.bg-grey {
  padding-top: 64px;
  padding-bottom: 64px;
}
.s-what-we-do .container {
  display: flex;
  gap: 48px;
}
.s-what-we-do .container .sp-text-block {
  max-width: 320px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s-what-we-do .container .sp-text-block {
    padding-top: 24px;
  }
}
@media screen and (max-width: 992px) {
  .s-what-we-do .container {
    flex-direction: column;
    gap: 24px;
  }
  .s-what-we-do .container .sp-text-block {
    max-width: none;
  }
}
.s-what-we-do .offers .offer {
  padding: 40px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 446px 125px 0px rgba(189, 189, 189, 0), 0px 286px 114px 0px rgba(189, 189, 189, 0.01), 0px 161px 96px 0px rgba(189, 189, 189, 0.05), 0px 71px 71px 0px rgba(189, 189, 189, 0.09), 0px 18px 39px 0px rgba(189, 189, 189, 0.1);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  animation: slideUp 0.3s ease-out;
}
.s-what-we-do .offers .offer.hide {
  display: none;
}
.s-what-we-do .offers .offer-header h3 {
  margin: 0;
  text-transform: uppercase;
}
.s-what-we-do .offers .offer-header p {
  margin-top: 8px;
  margin-bottom: 16;
}
.s-what-we-do .offers .offer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 24px;
  padding-top: 24px;
}
.s-what-we-do .offers .offer-content a {
  width: 100%;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #000;
  text-decoration: none;
}
.s-what-we-do .offers .offer-content a svg {
  width: 48px;
  height: auto;
}
.s-what-we-do .offers .offer-content a svg, .s-what-we-do .offers .offer-content a path {
  transition: 0.3s fill;
}
.s-what-we-do .offers .offer-content a span {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s color;
}
.s-what-we-do .offers .offer-content a p {
  font-size: 15px;
  margin: 0;
}
.s-what-we-do .offers .offer-content a:hover span {
  color: #F86349;
}
.s-what-we-do .offers .offer-content a:hover svg, .s-what-we-do .offers .offer-content a:hover path {
  fill: #F86349;
}
@media screen and (max-width: 1200px) {
  .s-what-we-do .offers .offer-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  .s-what-we-do .offers .offer-content {
    grid-template-columns: 1fr;
  }
}

.s-call-to-action {
  margin-top: 48px;
  margin-bottom: 48px;
}
.s-call-to-action .call-to-action {
  border-radius: 15px;
  padding: 40px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
.s-call-to-action .call-to-action .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 60%;
}
.s-call-to-action .call-to-action .content h2, .s-call-to-action .call-to-action .content p {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .s-call-to-action .call-to-action .content {
    max-width: 100%;
  }
}
.s-call-to-action .call-to-action:hover {
  transform: scale(1.01);
}
@media screen and (max-width: 992px) {
  .s-call-to-action .call-to-action {
    flex-direction: column;
    gap: 24px;
  }
  .s-call-to-action .call-to-action .btn {
    width: 100%;
  }
}

.s-form-cta {
  margin-top: 48px;
  margin-bottom: 48px;
}
.s-form-cta .title.effect strong:after {
  height: 10px;
}
@media (min-width: 768px) {
  .s-form-cta .title.effect strong:after {
    height: 10px;
  }
}
.s-form-cta .card {
  padding: 32px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 288.474px 81.221px 0px rgba(0, 0, 0, 0), 0px 184.847px 73.752px 0px rgba(0, 0, 0, 0.01), 0px 103.627px 62.549px 0px rgba(0, 0, 0, 0.02), 0px 45.745px 45.745px 0px rgba(0, 0, 0, 0.03), 0px 11.203px 25.206px 0px rgba(0, 0, 0, 0.03);
  display: flex;
  gap: 72px;
  align-items: center;
  justify-content: space-between;
}
.s-form-cta .card .top {
  max-width: 420px;
}
.s-form-cta .card h2 {
  margin: 0;
  margin-top: 24px;
}
.s-form-cta .card .wrapper {
  width: 100%;
}
.s-form-cta .card .content {
  max-width: 500px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
.s-form-cta .card .content a {
  color: #000;
  text-decoration: underline;
}
.s-form-cta .card .content a:hover {
  color: #F86349;
}
.s-form-cta .card svg {
  width: 100px;
  height: auto;
}
.s-form-cta .card .form {
  max-width: 560px;
  width: 100%;
}
.s-form-cta .card .gform_confirmation_wrapper {
  background: #f7f7f7;
  padding: 24px;
  border-radius: 8px;
}
@media screen and (max-width: 992px) {
  .s-form-cta .card {
    flex-direction: column;
    gap: 24px;
  }
  .s-form-cta .card .top, .s-form-cta .card .form, .s-form-cta .card .content {
    max-width: 100%;
  }
}

.s-project-slider {
  margin-top: 48px;
  margin-bottom: 48px;
}
.s-project-slider .swiper-project-slider {
  padding-top: 8px;
}
.s-project-slider h2, .s-project-slider h3, .s-project-slider p {
  margin: 0;
  transition: all 0.3s;
}
.s-project-slider h2 {
  max-width: 450px;
  margin-bottom: 16px;
}
.s-project-slider .section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.s-project-slider .section-header .title {
  flex: 0 0 450px;
  text-align: left;
}
.s-project-slider .section-header .slider-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.s-project-slider .section-header .slider-nav .our-work-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
}
.s-project-slider .section-header .slider-nav .slider-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #F86349;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.s-project-slider .section-header .slider-nav .slider-arrow .arrow-inner svg {
  display: block;
  width: 18px;
  height: 16px;
}
.s-project-slider .section-header .slider-nav .slider-arrow:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .s-project-slider .section-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .s-project-slider .section-header .title {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .s-project-slider .section-header .slider-nav {
    margin-left: 0;
    justify-content: center;
    width: 100%;
  }
  .s-project-slider .section-header .slider-nav .our-work-btn {
    width: auto;
  }
  .s-project-slider .section-header .slider-nav .slider-arrow {
    width: 56px;
    height: 56px;
    padding: 8px;
  }
  .s-project-slider .section-header .slider-nav .slider-arrow .arrow-inner svg {
    width: 20px;
    height: 18px;
  }
}
.s-project-slider .slider-nav--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .s-project-slider .section-header .slider-nav {
    display: none;
  }
  .s-project-slider .slider-nav--mobile {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
  }
  .s-project-slider .slider-nav--mobile .our-work-btn {
    display: block;
    width: 100%;
    max-width: 420px;
    text-align: center;
  }
  .s-project-slider .slider-nav--mobile .slider-arrow {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #F86349;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    color: #F86349;
  }
  .s-project-slider .slider-nav--mobile .slider-arrow .arrow-inner svg {
    width: 20px;
    height: 18px;
    /* ensure stroke uses currentColor when SVG is edited to use stroke="currentColor" */
    /* fallback: if SVG uses hard-coded stroke, we can't change it via CSS */
  }
}
.s-project-slider .swiper-slide {
  border-radius: 10px;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #000;
  max-width: 350px;
}
.s-project-slider .swiper-slide .content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-project-slider .swiper-slide .content .link {
  text-decoration: underline;
}
.s-project-slider .swiper-slide .data-point {
  display: flex;
  gap: 2px;
  font-size: 40px;
  font-weight: 900;
  color: #F86349;
}
.s-project-slider .swiper-slide .claim {
  font-weight: 700;
}
.s-project-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.s-project-slider .swiper-slide:hover {
  transform: scale(1.01);
}
.s-project-slider .swiper-slide:hover h3, .s-project-slider .swiper-slide:hover .link {
  color: #F86349;
}

.s-project-grid {
  position: relative;
}
.s-project-grid p {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.s-project-grid .projects {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.s-project-grid .projects.about-us {
  height: 450px;
  overflow-y: hidden;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
@media screen and (max-width: 992px) {
  .s-project-grid .projects {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .s-project-grid .projects {
    grid-template-columns: 1fr 1fr;
  }
}
.s-project-grid .projects .project a img {
  transition: 0.3s all;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.s-project-grid .projects .project a:hover img {
  transform: scale(0.9);
  filter: grayscale(100%);
}
.s-project-grid .content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.s-project-grid .content.bottom {
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  .s-project-grid .content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.s-project-grid .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  padding-top: 80px;
  background: rgba(246, 246, 246, 0.85);
}
.s-project-grid .info .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  height: 100%;
}

.s-review-slider {
  margin-top: 64px;
  margin-bottom: 64px;
}
.s-review-slider .section-header {
  margin-bottom: 24px;
}
.s-review-slider .title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s-review-slider .title h2, .s-review-slider .title p {
  margin: 0;
}
.s-review-slider .content.has-copy {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .s-review-slider .content.has-copy {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.s-review-slider .content.has-copy .copy {
  margin: 0;
  flex: 0 0 380px;
  line-height: 1.4;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .s-review-slider .content.has-copy .copy {
    font-size: 16px;
    flex: auto;
  }
}
.s-review-slider .content.has-copy .swiper {
  width: 100%;
}

.s-review-grid {
  margin-top: 48px;
  margin-bottom: 48px;
}
.s-review-grid .container {
  column-count: 3;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 3;
}
@media screen and (max-width: 1600px) {
  .s-review-grid .container {
    column-count: 2;
  }
}
@media screen and (max-width: 992px) {
  .s-review-grid .container {
    column-count: 1;
  }
}

.s-faqs {
  margin-top: 64px;
  margin-bottom: 64px;
}
.s-faqs .container {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 992px) {
  .s-faqs .container {
    flex-direction: column;
    gap: 24px;
  }
}
.s-faqs .sp-text-block {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .s-faqs .sp-text-block {
    max-width: none;
  }
}
.s-faqs .faqs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.s-faqs .faqs .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 8px;
}
.s-faqs .faqs .question h3 {
  margin: 0;
  cursor: pointer;
  transition: 0.3s color;
}
.s-faqs .faqs .question svg {
  width: 24px;
  height: 24px;
  transition: 0.3s transform;
}
.s-faqs .faqs .faq {
  width: 100%;
  border-bottom: 1px solid #F86349;
}
.s-faqs .faqs .faq .copy a {
  text-decoration: underline;
  color: #000;
}
.s-faqs .faqs .faq .copy a:hover {
  color: #F86349;
}
.s-faqs .faqs .faq.open .question {
  padding-bottom: 0px;
}
.s-faqs .faqs .faq.open h3 {
  color: #F86349;
}
.s-faqs .faqs .faq.open svg {
  transform: rotate(180deg);
}

.s-feature_tabs {
  margin-top: 64px;
  margin-bottom: 64px;
}
.s-feature_tabs .top_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
}
.s-feature_tabs .top_title h2 {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .s-feature_tabs .top_title {
    flex-direction: column;
    align-items: flex-start;
  }
  .s-feature_tabs .top_title .btn {
    display: none;
  }
}
.s-feature_tabs .bottom_button {
  display: none;
}
@media screen and (max-width: 992px) {
  .s-feature_tabs .bottom_button {
    display: block;
  }
}
.s-feature_tabs .features_slider .feature {
  width: 340px;
  min-height: 160px;
}
@media screen and (max-width: 992px) {
  .s-feature_tabs .features_slider .feature {
    width: 100%;
  }
}
.s-feature_tabs .features_slider .double-holder {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
  width: 340px;
}
@media screen and (max-width: 992px) {
  .s-feature_tabs .features_slider .double-holder {
    width: 100%;
  }
}
.s-feature_tabs .title {
  max-width: 460px;
}
@media screen and (max-width: 992px) {
  .s-feature_tabs .title {
    max-width: none;
  }
}
.s-feature_tabs.bg-grey {
  padding-top: 64px;
  padding-bottom: 64px;
}
.s-feature_tabs .tab-pills ul {
  display: flex;
  gap: 12px;
  list-style-type: none;
  flex-wrap: wrap;
  padding: 0;
}
.s-feature_tabs .tab-pills ul li {
  background: #767676;
  display: flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: 0.3s all;
}
.s-feature_tabs .tab-pills ul li.active {
  background: #F86349;
}
.s-feature_tabs .tab-pills ul li:hover {
  background: #F86349;
}
.s-feature_tabs .tabs {
  padding-top: 16px;
}
.s-feature_tabs .tab-content {
  display: none;
  animation: slideUp 0.3s ease-out;
}
.s-feature_tabs .tab-content.active {
  display: block;
}
.s-feature_tabs .tab-content .feature {
  height: 100%;
}

.s-plans {
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.s-plans.with-extra {
  margin-bottom: 0px;
}
.s-plans.extra {
  margin-top: 0px;
}
.s-plans.extra .container {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .s-plans.extra .container {
    flex-direction: column;
  }
}
.s-plans.extra .container .sp-text-block {
  flex: 1;
}
.s-plans.extra .container .extra_text {
  flex: 1;
}
.s-plans.extra .container .extra_text a {
  color: #fff;
  text-decoration: underline;
}
.s-plans.extra .container .extra_text a:hover {
  color: #FFF55A;
}
.s-plans.extra .container .support-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-plans.extra .container .support-image img {
  width: 100%;
  max-width: 260px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .s-plans.extra .container .support-image {
    display: none;
  }
}
.s-plans.extra.small_title .container .sp-text-block {
  gap: 12px;
}
.s-plans.extra.small_title .container .sp-text-block h2, .s-plans.extra.small_title .container .sp-text-block h3 {
  font-size: 16px;
}
.s-plans.extra.small_title .container .sp-text-block p {
  line-height: 1.5;
}
.s-plans h2, .s-plans h3, .s-plans h4, .s-plans h5, .s-plans p, .s-plans ul, .s-plans li {
  margin: 0;
}
.s-plans .faded {
  opacity: 0.5;
}
.s-plans .faded .faded {
  opacity: 1;
}
.s-plans .section-header {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.s-plans .section-header .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #323643;
}
.s-plans .plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}
.s-plans .plan .price, .s-plans .plan h3 {
  color: #FFF55A;
}
.s-plans .plan .monthly, .s-plans .plan .yearly {
  font-size: 64px;
  font-weight: 700;
}
.s-plans .plan p {
  margin-top: 12px;
  min-height: 80px;
}
.s-plans .plan p a {
  color: #fff;
  text-decoration: underline;
}
.s-plans .plan_feature {
  margin-bottom: 24px;
}
.s-plans .plan_feature ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.s-plans .plan_feature ul li {
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
.s-plans h4 {
  margin-bottom: 8px;
  text-transform: uppercase;
}
.s-plans .notes {
  margin-top: 60px;
  color: #323643;
}
.s-plans .notes h5 {
  font-size: 16px;
  font-weight: 700;
}
.s-plans .notes ul {
  padding: 0;
  margin: 0;
}
.s-plans .notes ul li {
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}

.s-process-timeline {
  margin-top: 48px;
  margin-bottom: 48px;
}
.s-process-timeline .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 992px) {
  .s-process-timeline .container {
    flex-direction: column;
    gap: 24px;
  }
}
.s-process-timeline .sp-text-block {
  gap: 12px;
}
.s-process-timeline .steps {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: -120px;
}
@media screen and (max-width: 1200px) {
  .s-process-timeline .steps {
    margin-top: -100px;
  }
}
@media screen and (max-width: 992px) {
  .s-process-timeline .steps {
    margin-top: 0px;
    gap: 24px;
  }
}
.s-process-timeline .step {
  display: flex;
  gap: 80px;
}
.s-process-timeline .step.flip {
  flex-direction: row-reverse;
}
.s-process-timeline .step.flip .info {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .s-process-timeline .step.flip {
    flex-direction: row;
  }
  .s-process-timeline .step.flip .info {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .s-process-timeline .step.flip .info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.s-process-timeline .step .info {
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .s-process-timeline .step .info {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .s-process-timeline .step .info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.s-process-timeline .step .icon {
  flex: 0 0 150px;
  height: 150px;
  background: #F6F6F8;
  border-radius: 14px;
  box-shadow: 0px 103px 29px 0px rgba(0, 0, 0, 0), 0px 66px 26px 0px rgba(0, 0, 0, 0.01), 0px 37px 22px 0px rgba(0, 0, 0, 0.05), 0px 17px 17px 0px rgba(0, 0, 0, 0.09), 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
}
.s-process-timeline .step .icon svg {
  width: 100%;
  height: auto;
}
.s-process-timeline .step .icon:after {
  content: "";
  position: absolute;
  left: 75px;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: -1;
  background: #F86349;
}
@media screen and (max-width: 992px) {
  .s-process-timeline .step .icon:after {
    display: none;
  }
}
.s-process-timeline .step .icon.flip:after {
  left: auto;
  right: 75px;
}
.s-process-timeline .step .icon.first:after {
  top: 50%;
  height: 50%;
}
.s-process-timeline .step .icon.last:after {
  bottom: 50%;
  height: 50%;
}
@media screen and (max-width: 992px) {
  .s-process-timeline .step .icon {
    flex: 0 0 120px;
    height: 120px;
    padding: 16px;
    box-shadow: 0px 103px 29px 0px rgba(0, 0, 0, 0), 0px 66px 26px 0px rgba(0, 0, 0, 0.01), 0px 37px 22px 0px rgba(0, 0, 0, 0.05), 0px 17px 17px 0px rgba(0, 0, 0, 0.09), 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .s-process-timeline .step .icon {
    height: 100px;
    width: 100px;
    flex: 0;
    padding: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .s-process-timeline .step {
    gap: 24px;
  }
}
.s-process-timeline .step .support-image {
  flex: 0 0 340px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .s-process-timeline .step .support-image {
    flex: 0 0 210px;
  }
}
@media screen and (max-width: 992px) {
  .s-process-timeline .step .support-image {
    display: none;
  }
}
.s-process-timeline .step .support-image.last {
  padding-bottom: 0px;
}
.s-process-timeline .divider {
  height: 3px;
  background: #F86349;
  width: calc(100% - 150px);
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .s-process-timeline .divider {
    display: none;
  }
}

.s-quote {
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 104px;
  padding-bottom: 64px;
  text-align: center;
}
.s-quote .container {
  position: relative;
}
.s-quote p {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}
.s-quote .quote {
  margin: auto;
  margin-bottom: 16px;
  max-width: 800px;
}
.s-quote .person {
  text-transform: uppercase;
}
.s-quote .title {
  font-size: 16px;
}
.s-quote .top {
  position: absolute;
  top: -40px;
  left: calc(50% - 450px);
}
@media screen and (max-width: 992px) {
  .s-quote .top {
    left: -50px;
  }
}
@media screen and (max-width: 768px) {
  .s-quote .top {
    left: -5px;
  }
}
.s-quote .bottom {
  position: absolute;
  bottom: 0;
  transform: rotate(180deg);
  right: calc(50% - 450px);
}
@media screen and (max-width: 992px) {
  .s-quote .bottom {
    right: 0px;
  }
}
.s-quote .content {
  z-index: 1;
  position: relative;
}

.s-partner_offerings {
  padding-top: 48px;
  padding-bottom: 48px;
  margin-top: -48px;
}
.s-partner_offerings .sp-text-block {
  gap: 12px;
}
.s-partner_offerings .offerings {
  margin-top: 40px;
  background: white;
  display: flex;
}
.s-partner_offerings .offerings .tab {
  padding: 20px;
  padding-bottom: 28px;
  background-color: #fff;
  width: 280px;
  transition: 0.3s all;
}
.s-partner_offerings .offerings .tab.active {
  background-color: #F86349;
  color: #fff;
}
.s-partner_offerings .offerings .tab.active em {
  color: #FFF55A;
}
.s-partner_offerings .offerings .tab.active #chev {
  stroke: #FFF55A;
}
.s-partner_offerings .offerings .tab.active .icon path {
  fill: #fff;
}
.s-partner_offerings .offerings .tab.active .icon #alt {
  fill: #FFF55A;
}
.s-partner_offerings .offerings .tab.active .text svg {
  transform: rotate(180deg);
}
.s-partner_offerings .offerings .tab.active .text:after {
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .s-partner_offerings .offerings .tab {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 12px 20px;
  }
  .s-partner_offerings .offerings .tab .text {
    margin-bottom: 8px;
    width: 100%;
  }
}
.s-partner_offerings .offerings .tab-menu {
  border-right: #F86349 4px solid;
}
.s-partner_offerings .offerings .tab-menu .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  position: relative;
}
.s-partner_offerings .offerings .tab-menu .text:after {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  background-color: #F86349;
  bottom: -8px;
  left: 0;
  transition: 0.3s all;
}
.s-partner_offerings .offerings .tab-menu h3 {
  margin: 0;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
}
.s-partner_offerings .offerings .tab-menu h3 em {
  font-weight: 700;
  color: #F86349;
  font-style: normal;
}
.s-partner_offerings .offerings .tab-menu svg {
  max-width: 52px;
  transition: 0.3s all;
}
.s-partner_offerings .offerings .content {
  background: #fff;
  padding: 80px;
}
.s-partner_offerings .offerings .content .tab-content {
  display: none;
}
.s-partner_offerings .offerings .content .tab-content.active {
  display: flex;
  flex-direction: column;
  animation: slideUp 0.3s ease-out;
}
.s-partner_offerings .offerings .content .copy {
  font-size: 20px;
  line-height: 1.3;
}
.s-partner_offerings .offerings .content h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #F86349;
}
@media screen and (max-width: 992px) {
  .s-partner_offerings .offerings {
    flex-direction: column;
  }
  .s-partner_offerings .offerings .tab-menu {
    flex: 0 0 100%;
    border-right: none;
    border-bottom: #F86349 4px solid;
  }
  .s-partner_offerings .offerings .content {
    padding: 40px;
  }
}

.s-team_members {
  margin-top: 48px;
  margin-bottom: 48px;
}
.s-team_members h2, .s-team_members h3, .s-team_members p {
  margin: 0;
}
.s-team_members h2 {
  margin-bottom: 8px;
}
.s-team_members .staff {
  padding-top: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .s-team_members .staff {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .s-team_members .staff {
    grid-template-columns: 1fr 1fr;
  }
}
.s-team_members .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 16px;
  color: #000;
  transition: 0.3s color;
}
.s-team_members .content h3 {
  color: #F86349;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .s-team_members .content h3 {
    font-size: 18px;
  }
}
.s-team_members a:hover .content {
  color: #F86349;
}

.s-featured_website {
  /* allow visual bleed outside the container on large screens */
  overflow: visible;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 80px;
}
.s-featured_website .content {
  display: flex;
  align-items: stretch;
  gap: 48px;
}
@media screen and (max-width: 1200px) {
  .s-featured_website .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
.s-featured_website h2, .s-featured_website .tagline {
  margin: 0;
}
.s-featured_website .text {
  max-width: 420px;
  margin-bottom: 128px;
}
@media screen and (max-width: 1200px) {
  .s-featured_website .text {
    max-width: 100%;
    margin-bottom: 0px;
  }
}
.s-featured_website.extended-bottom .text {
  margin-bottom: 250px;
}
@media screen and (max-width: 1200px) {
  .s-featured_website.extended-bottom .text {
    margin-bottom: 0px;
  }
}
.s-featured_website .tagline {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
}
.s-featured_website h2 {
  margin-bottom: 24px;
}
.s-featured_website h2 span {
  color: #FFF55A;
}
.s-featured_website .buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  .s-featured_website .buttons {
    flex-direction: row;
  }
}
@media screen and (max-width: 992px) {
  .s-featured_website .buttons {
    flex-direction: column;
  }
}
.s-featured_website .image {
  position: relative;
  width: 100%;
  /* Desktop: allow image to bleed out to the right up to 200px without changing layout on small screens */
}
@media screen and (min-width: calc(1200px + 1px)) {
  .s-featured_website .image {
    width: calc(100% + 200px);
    margin-right: -200px;
  }
}
.s-featured_website .image img {
  position: absolute;
  left: 0;
  bottom: 0;
  /* preserve aspect ratio: make height fill and width auto, but ensure it covers horizontally */
  height: 100%;
  width: auto;
  min-width: 100%;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 1200px) {
  .s-featured_website .image {
    position: inherit;
  }
  .s-featured_website .image img {
    position: inherit;
    width: 100%;
    height: auto;
  }
}
.s-featured_website .video {
  position: relative;
  width: 100%;
  /* Desktop: mirror .image bleed behaviour */
  /* stacking: placeholder image sits above video until video is ready */
  /* When video is ready, add .loaded to fade video in and hide placeholder */
  /* If there is no placeholder (video-only case), show video immediately */
}
@media screen and (min-width: calc(1200px + 1px)) {
  .s-featured_website .video {
    width: calc(100% + 200px);
    margin-right: -200px;
  }
}
.s-featured_website .video .video-placeholder {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  min-width: 100%;
  object-fit: cover;
  object-position: top;
  z-index: 3;
  transition: opacity 360ms ease-in-out, visibility 360ms;
  opacity: 1;
  visibility: visible;
}
.s-featured_website .video video {
  position: absolute;
  left: 0;
  bottom: 0;
  /* preserve aspect ratio: height fills container, width auto and min-width to cover */
  height: 100%;
  width: auto;
  min-width: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  z-index: 2;
  opacity: 0;
  transition: opacity 360ms ease-in-out;
}
.s-featured_website .video.loaded .video-placeholder {
  opacity: 0;
  visibility: hidden;
}
.s-featured_website .video.loaded video {
  opacity: 1;
}
.s-featured_website .video:not(.has-placeholder) video {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .s-featured_website .video {
    position: inherit;
  }
  .s-featured_website .video .video-placeholder {
    position: inherit;
    width: 100%;
    height: auto;
  }
  .s-featured_website .video video {
    position: inherit;
    width: 100%;
    height: auto;
  }
}

.s-steps {
  margin-top: 48px;
  margin-bottom: 48px;
}
.s-steps .title {
  max-width: 460px;
}
@media screen and (max-width: 992px) {
  .s-steps .title {
    max-width: none;
  }
}
.s-steps .steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .s-steps .steps {
    grid-template-columns: 1fr;
  }
}
.s-steps .step {
  display: flex;
  gap: 24px;
  align-items: center;
}
.s-steps .step .icon {
  background: #F6F6F8;
  padding: 24px;
  padding-right: 32px;
  margin-right: 24px;
  min-width: 120px;
  position: relative;
}
.s-steps .step .icon svg {
  width: 100%;
  height: auto;
}
.s-steps .step .icon span {
  position: absolute;
  right: -32.5px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 999px;
  width: 65px;
  height: 65px;
  border: #F6F6F8 8px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #F86349;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .s-steps .step .icon {
    padding: 16px;
    padding-right: 28px;
    margin-right: 16px;
    min-width: 80px;
  }
  .s-steps .step .icon span {
    right: -22.5px;
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .s-steps .step {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.s-steps .cta {
  background: #F86349;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 8px;
  padding: 24px;
}
.s-steps .cta h3 {
  color: #fff;
  margin: 0;
  margin-bottom: 8px;
  font-size: 20px;
}

.s-location_selector {
  margin-top: 48px;
  margin-bottom: 48px;
}

.location_cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .location_cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  .location_cards {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 32px 20px;
  }
}
.location_cards .location_card {
  border-radius: 10px;
  box-shadow: 0px 169px 47px 0px rgba(194, 194, 194, 0), 0px 108px 43px 0px rgba(194, 194, 194, 0.01), 0px 61px 37px 0px rgba(194, 194, 194, 0.05), 0px 27px 27px 0px rgba(194, 194, 194, 0.09), 0px 7px 15px 0px rgba(194, 194, 194, 0.1);
  position: relative;
}
.location_cards .location_card img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.location_cards .location_card .name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #F86349;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.location_cards .location_card .name span {
  background: #fff;
  padding: 12px 32px;
  border-radius: 45px;
}
.location_cards .location_card:hover img {
  transform: scale(1.02);
}

.s-products_used {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: -48px;
  margin-top: 48px;
}
.s-products_used .products {
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .s-products_used .products {
    padding-top: 40px;
  }
}
.s-products_used .product {
  max-width: 150px;
  width: 100%;
}
.s-products_used .product .icon-holder {
  width: 130px;
  height: 130px;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
.s-products_used .product .icon-holder svg {
  width: 100%;
  height: 100%;
}
.s-products_used .product h3 {
  text-align: center;
  font-weight: 500;
  color: #fff;
  margin-top: 16px;
  font-size: 20px;
  transition: 0.3s ease-in-out;
}
.s-products_used .product:hover .icon-holder {
  background-color: #F6F6F8;
  transform: scale(1.05);
}
.s-products_used .product:hover h3 {
  color: #F86349;
}

.s-results {
  margin-top: 48px;
  margin-bottom: 48px;
}
.s-results h2 {
  margin-bottom: 0px;
}
.s-results .title-row {
  margin-bottom: 40px;
}
.s-results .results {
  gap: 24px;
}
.s-results .result {
  max-width: 130px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .s-results .result {
    max-width: 44%;
  }
}
.s-results .result h3 {
  font-weight: 600;
  text-align: center;
}
.s-results .button-row a {
  width: 100%;
}
.s-results .icon-holder {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  padding: 24px;
  border-radius: 8px;
  background-color: #F6F6F8;
  box-shadow: 0 25px 7px 0 rgba(105, 105, 105, 0), 0 16px 6px 0 rgba(105, 105, 105, 0.01), 0 9px 5px 0 rgba(105, 105, 105, 0.05), 0 4px 4px 0 rgba(105, 105, 105, 0.08), 0 1px 2px 0 rgba(105, 105, 105, 0.09);
  transition: 0.3s ease-in-out;
  margin-bottom: 24px;
}
.s-results .icon-holder svg {
  width: 100%;
  height: 100%;
}

.s-wysiwyg {
  margin-top: 48px;
  margin-bottom: 48px;
}

.s-text_wordpress_check .wordpress_checker .form button, .s-text_wordpress_check .wordpress_checker .form input, .s-text_wordpress_check .wordpress_checker .form p {
  height: 48px;
  border: 1px solid #d1d5db;
  font-size: 15px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .s-text_wordpress_check .wordpress_checker .form button, .s-text_wordpress_check .wordpress_checker .form input, .s-text_wordpress_check .wordpress_checker .form p {
    height: 44px;
    font-size: 14px;
  }
}

.s-text_wordpress_check .wordpress_checker .whatcms-response .result-card, .s-text_wordpress_check .wordpress_checker .error {
  box-shadow: 0px 7px 16px 0px rgba(105, 105, 105, 0.07);
}

.s-text_wordpress_check .wordpress_checker .form {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .s-text_wordpress_check .wordpress_checker .form {
    flex-wrap: wrap;
  }
}
.s-text_wordpress_check .wordpress_checker .form p {
  background: #959a9e;
  color: #fff;
  margin: 0;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0 0 5px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .s-text_wordpress_check .wordpress_checker .form p {
    padding: 0 12px;
    font-size: 13px;
    border-radius: 5px 0 0 0;
  }
}
.s-text_wordpress_check .wordpress_checker .form input {
  flex: 1;
  padding: 0 16px;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .s-text_wordpress_check .wordpress_checker .form input {
    padding: 0 12px;
    border-radius: 0 5px 0 0;
    border-right: 1px solid #d1d5db;
  }
}
.s-text_wordpress_check .wordpress_checker .form input:focus {
  outline: none;
  border-color: #F86349;
  box-shadow: 0 0 0 1px #F86349;
}
.s-text_wordpress_check .wordpress_checker .form button {
  background: #F86349;
  color: #fff;
  border-color: #F86349;
  border-left: none;
  padding: 0 24px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .s-text_wordpress_check .wordpress_checker .form button {
    padding: 0 20px;
    border-radius: 0 0 5px 5px;
    width: 100%;
    border-left: 1px solid #F86349;
    margin-top: -1px;
  }
}
.s-text_wordpress_check .wordpress_checker .form button span {
  color: #fff !important;
}
.s-text_wordpress_check .wordpress_checker .form button:hover {
  background: rgb(246.1111111111, 56.9047619048, 23.8888888889);
  border-color: rgb(246.1111111111, 56.9047619048, 23.8888888889);
}
.s-text_wordpress_check .wordpress_checker .form button:disabled {
  background: #9ca3af;
  border-color: #9ca3af;
  cursor: not-allowed;
}
.s-text_wordpress_check .wordpress_checker .form button .loading-spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 2px solid white;
  animation: spin 1s linear infinite;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .s-text_wordpress_check .wordpress_checker .form button .loading-spinner {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
}
.s-text_wordpress_check .wordpress_checker .form button.loading .loading-spinner {
  display: inline-block;
}
.s-text_wordpress_check .wordpress_checker .error {
  padding: 20px;
  background: linear-gradient(135deg, #fff5f5 0%, #fef2f2 100%);
  border: 1px solid #fecaca;
  border-radius: 12px;
  margin-bottom: 20px;
}
.s-text_wordpress_check .wordpress_checker .error p {
  margin: 0;
  font-weight: 500;
  color: #7f1d1d;
  line-height: 1.5;
}
.s-text_wordpress_check .wordpress_checker .error.fun-error {
  background: linear-gradient(135deg, #fefce8 0%, #fffbeb 100%);
  border-color: #fbbf24;
}
.s-text_wordpress_check .wordpress_checker .error.fun-error p {
  color: #78350f;
}
.s-text_wordpress_check .wordpress_checker .whatcms-response {
  margin-top: 16px;
}
.s-text_wordpress_check .wordpress_checker .whatcms-response .result-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  border-left: 4px solid transparent;
}
@media screen and (max-width: 768px) {
  .s-text_wordpress_check .wordpress_checker .whatcms-response .result-card {
    padding: 20px;
  }
}
.s-text_wordpress_check .wordpress_checker .whatcms-response .result-card h3 {
  margin: 0 0 12px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .s-text_wordpress_check .wordpress_checker .whatcms-response .result-card h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
}
.s-text_wordpress_check .wordpress_checker .whatcms-response .result-card h3 span {
  color: #F86349;
}
.s-text_wordpress_check .wordpress_checker .whatcms-response .result-card p {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #4b5563;
}
@media screen and (max-width: 768px) {
  .s-text_wordpress_check .wordpress_checker .whatcms-response .result-card p {
    font-size: 15px;
    margin: 0 0 18px 0;
  }
}
.s-text_wordpress_check .wordpress_checker .whatcms-response .result-card .cta-button {
  display: inline-block;
  background: #F86349;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .s-text_wordpress_check .wordpress_checker .whatcms-response .result-card .cta-button {
    display: block;
    width: 100%;
    padding: 14px 20px;
    text-align: center;
  }
}
.s-text_wordpress_check .wordpress_checker .whatcms-response .result-card .cta-button:hover {
  background: rgb(246.1111111111, 56.9047619048, 23.8888888889);
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(248, 99, 73, 0.3);
}
@media screen and (max-width: 768px) {
  .s-text_wordpress_check .wordpress_checker .whatcms-response .result-card .cta-button:hover {
    transform: translateY(-1px);
  }
}
.s-text_wordpress_check .wordpress_checker .whatcms-response .result-card.wordpress {
  border-left-color: #16a34a;
  background: linear-gradient(135deg, #f0fdf4 0%, #fff 100%);
}
.s-text_wordpress_check .wordpress_checker .whatcms-response .result-card.wordpress h3 {
  color: #16a34a;
}
.s-text_wordpress_check .wordpress_checker .whatcms-response .result-card.wordpress h3 span {
  color: #16a34a;
}
.s-text_wordpress_check .wordpress_checker .whatcms-response .result-card.ok {
  border-left-color: #0ea5e9;
  background: linear-gradient(135deg, #f0f9ff 0%, #fff 100%);
}
.s-text_wordpress_check .wordpress_checker .whatcms-response .result-card.ok h3 {
  color: #0ea5e9;
}
.s-text_wordpress_check .wordpress_checker .whatcms-response .result-card.needs-improvement {
  border-left-color: #f59e0b;
  background: linear-gradient(135deg, #fffbeb 0%, #fff 100%);
}
.s-text_wordpress_check .wordpress_checker .whatcms-response .result-card.needs-improvement h3 {
  color: #f59e0b;
}
.s-text_wordpress_check .wordpress_checker .whatcms-response .result-card.unknown {
  border-left-color: #6b7280;
  background: linear-gradient(135deg, #f9fafb 0%, #fff 100%);
}
.s-text_wordpress_check .wordpress_checker .whatcms-response .result-card.unknown h3 {
  color: #6b7280;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.feature {
  border-radius: 5px;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: flex;
  gap: 16px;
}
.feature svg {
  width: 40px;
  height: auto;
}
.feature .icon {
  flex: 0 0 40px;
}
.feature .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feature .content h3, .feature .content h4, .feature .content p {
  margin: 0;
}
.feature .content p {
  line-height: 24px;
}

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