html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
summary {
  font-family: "Mulish", sans-serif;
}

.page-wrapper {
  position: relative;
}

.container,
.container-fluid {
  position: relative;
  height: 100%;
}

.row,
.col-md-12 {
  height: 100%;
}

.heading-1 {
  color: #000;
  font-size: 52px;
  font-weight: 900;
  letter-spacing: 0.52px;
  margin: 0;
}

.sub-heading {
  font-size: 17px;
  font-weight: 600;
  color: #ff3366;
}

.background-lightgray {
  background-color: #FAFAFA;
}

.background-white {
  background-color: #FFF;
}

.contact-action {
  display: grid;
  justify-content: left;
}
.contact-action .contact-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  background-color: #ff3366;
  font-size: 15px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  height: 50px;
  min-width: 190px;
  text-decoration: none;
  padding: 0 32px;
  cursor: pointer;
}
.contact-action a:hover, .contact-action :active {
  background-color: #ff1f57;
  box-shadow: 0px 1px 10px #00000025;
}

.read-more-btn-flat {
  display: block;
  padding-top: 10px;
  color: #000;
  padding-left: 0;
}
.read-more-btn-flat .text {
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  color: #ff3366;
}
.read-more-btn-flat .icon-right {
  font-size: 16px;
  color: #ff3366;
  margin-left: 10px;
  display: inline-block;
}

.moving-left .icon-right {
  position: relative;
  transition: transform 0.3s ease;
  transform: translateX(0px);
}

.moving-left:hover .icon-right {
  transform: translateX(5px);
}

.page-template-page-landing,
.page-template-page-about,
.page-template-page-technology,
.page-template-page-marketplace,
.page-template-page-stories,
.page-template-page-contact,
.page-template-page-journey,
.page-template-page-guud-pro,
.page-template-page-careers,
.hfeed {
  overflow-y: scroll;
}

@media (max-width: 812px) {
  .heading-1 {
    font-size: 28px;
  }

  .sub-heading {
    font-size: 13px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .heading-1 {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1280px;
  }
}
.navigation-header {
  position: fixed;
  width: 100%;
  height: 70px;
  display: block;
  top: 0;
  background-color: white;
  z-index: 10;
  padding: 0 0 0 0;
  box-shadow: 0px 1px 40px #0000000A;
}
.navigation-header li.current-menu-parent > a {
  color: #ff3366 !important;
}
.navigation-header li.current-page-ancestor > a {
  color: #ff3366 !important;
}
.navigation-header li.current-menu-item > a {
  color: #ff3366 !important;
}

.navbar-default {
  background: transparent;
}

.navbar-collapse {
  text-align: center;
}

.navbar-nav {
  display: block;
  float: right;
  padding-top: 8px;
}
.navbar-nav li {
  padding-bottom: 11px;
  padding-left: 5px;
}
.navbar-nav li a {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.navbar-nav li a:hover {
  background: transparent;
  color: #ff3366;
}
.navbar-nav li .dropdown-menu {
  min-width: 300px;
  background-color: white;
  box-shadow: 0 4px 22px -22px #0000000A;
  padding: 12px 0;
  margin-top: -7px;
  border: none;
  border-radius: 0;
}
.navbar-nav li .dropdown-menu li {
  text-transform: capitalize;
  padding-bottom: 1px;
  margin-left: 0px;
  padding: 3px 3px;
}
.navbar-nav li .dropdown-menu li a {
  line-height: 1.9;
}

.dropdown-menu .active a:hover {
  color: #ff3366;
  text-decoration: none;
  background: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: transparent;
  color: #ff3366;
}

.navbar-default .navbar-nav > .active > a {
  color: #ff3366;
}

.nav li a:hover, .nav li a:focus {
  text-decoration: none;
  background: transparent;
}
.nav .active a {
  background: transparent;
  color: #ff3366;
}
.nav .active .dropdown-menu a {
  color: #000;
}
.nav .active .dropdown-menu a:hover {
  color: #ff3366;
}
.nav .active .dropdown-menu li.active a {
  color: #ff3366;
}
.nav .open a:focus {
  background: transparent;
  color: #ff3366;
}

.navbar-default .navbar-toggle {
  margin-right: 0;
  margin-top: 18px;
  background-color: #FFF;
  border: none;
  border-left: 1px solid #BBB;
  border-radius: 0;
  padding: 4px 20px 4px 20px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent;
}

@media (min-width: 1200px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
@media (max-width: 812px) {
  .navigation-header {
    height: 60px;
  }
  .navigation-header .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .navigation-header .navbar-collapse {
    text-align: center;
  }
  .navigation-header .navbar-default {
    background-color: white;
    padding-bottom: 5px;
  }
  .navigation-header .col-md-10 {
    background-color: #FFF;
  }

  .navbar-nav {
    padding-bottom: 20px;
    padding-left: 0;
    float: none !important;
  }
  .navbar-nav li {
    padding-bottom: 0;
  }
  .navbar-nav li a {
    line-height: 1.8;
  }
  .navbar-nav li .dropdown-menu {
    min-width: 100%;
    box-shadow: none;
  }

  .open .dropdown-menu li {
    margin-left: 0 !important;
  }
  .open .dropdown-menu li a {
    line-height: 1.8 !important;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    padding-left: 15px !important;
  }

  .navbar-toggle .icon-bar {
    transition: all 0.2s;
  }
  .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  .navbar-toggle .middle-bar {
    opacity: 0;
  }
  .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
  .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
  }
  .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
  }
  .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
  }

  .caret {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navigation-header {
    height: 60px;
  }
  .navigation-header .col-md-10 {
    background-color: #FFF;
  }
  .navigation-header .navbar-nav {
    padding-top: 6px;
    float: right;
  }
  .navigation-header .navbar-nav li {
    padding-left: 0;
  }
  .navigation-header .navbar-nav li a {
    font-size: 14px;
  }
  .navigation-header .navbar-nav li .dropdown-menu {
    min-width: 100%;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
    padding-bottom: 20px;
  }

  .navbar-nav > li {
    float: none;
    padding-left: 0;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}
.logo {
  margin-top: 16px;
  padding-left: 30px;
}
.logo img {
  height: 36px;
}

@media (max-width: 992px) {
  .logo {
    margin-top: 17px;
    padding-left: 20px;
  }
  .logo img {
    height: 28px;
  }
}
.hero-section {
  display: block;
  width: 100%;
  height: 75vh;
  background-color: #FFF;
  background-size: cover;
  background-position: 50% 69%;
  background-repeat: no-repeat;
  margin-top: 70px;
}
.hero-section .hero-section-content-container {
  display: grid;
  flex-direction: column;
  align-items: center;
  width: 52%;
  height: 75vh;
}
.hero-section .hero-section-content-container .hero-section-content h1 {
  font-size: 58px;
  font-weight: 900;
  color: #FFF;
  line-height: 60px;
  margin: 0;
  margin-top: -20px;
}
.hero-section .hero-section-content-container .hero-section-content p {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  line-height: 28px;
}
.hero-section .hero-section-content-container .hero-section-content hr {
  margin: 20px 0 30px 0;
  border-top: 5px solid #ff3366;
  border-radius: 4px;
}

@media (max-width: 812px) {
  .hero-section {
    height: auto;
    margin-top: 60px;
    padding: 80px 0;
  }
  .hero-section .hero-section-content-container {
    display: block;
    height: auto;
    width: 100%;
  }
  .hero-section .hero-section-content-container .hero-section-content h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .hero-section .hero-section-content-container .hero-section-content p {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-section-content-container .hero-section-content h1 {
    font-size: 68px;
    line-height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-section {
    height: auto;
    padding-top: 115px;
    padding-bottom: 70px;
  }
  .hero-section .hero-section-content-container {
    width: 75%;
    height: auto;
  }
  .hero-section .hero-section-content-container .hero-section-content h1 {
    font-size: 48px;
    line-height: 50px;
  }
  .hero-section .hero-section-content-container .hero-section-content p {
    font-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .hero-section .hero-section-content-container {
    width: 65%;
  }
}
.about-offering-section {
  padding: 100px 0 120px 0;
}
.about-offering-section .about-offering-content h2 {
  font-size: 42px;
  font-weight: 900;
  color: #000;
  text-align: left;
  line-height: 1.4;
  margin: 0;
}
.about-offering-section .about-offering-content p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.8;
  padding: 30px 0;
}
.about-offering-section .about-offering-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.about-offering-section .about-offering-flex .list-of-benefits {
  flex: 1;
  padding-right: 60px;
}
.about-offering-section .about-offering-flex .list-of-benefits .benefit-item {
  display: flex;
  align-items: center;
}
.about-offering-section .about-offering-flex .list-of-benefits .benefit-item p {
  font-size: 17px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  margin: 10px 0;
}
.about-offering-section .about-offering-flex .list-of-benefits .benefit-item img {
  margin-right: 12px;
}
.about-offering-section .about-offering-flex .list-of-benefits .benefit-item a {
  text-decoration: none;
  color: #ff3366;
}
.about-offering-section .about-offering-flex .list-of-benefits .benefit-item a:hover {
  text-decoration: underline;
}
.about-offering-section .about-offering-flex .benefit-image {
  flex: 1;
}
.about-offering-section .about-offering-flex .benefit-image img {
  border-radius: 25px;
  width: 400px;
  height: 340px;
  object-fit: cover;
}

@media (max-width: 812px) {
  .about-offering-section {
    padding: 40px 0 60px 0;
  }
  .about-offering-section .about-offering-content {
    padding: 0 4%;
  }
  .about-offering-section .about-offering-content h2 {
    font-size: 28px;
  }
  .about-offering-section .about-offering-content p {
    font-size: 16px;
    padding: 15px 0;
  }
  .about-offering-section .about-offering-flex {
    margin-top: 15px;
    padding: 0 4%;
  }
  .about-offering-section .about-offering-flex .list-of-benefits {
    flex: auto;
    padding-right: 0;
  }
  .about-offering-section .about-offering-flex .list-of-benefits .benefit-item p {
    font-size: 16px;
  }
  .about-offering-section .about-offering-flex .benefit-image {
    flex: auto;
    margin-top: 40px;
  }
  .about-offering-section .about-offering-flex .benefit-image img {
    max-width: 100%;
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-offering-section .about-offering-flex .list-of-benefits {
    padding-right: 0;
  }
  .about-offering-section .about-offering-flex .benefit-image {
    margin-top: 0;
    text-align: right;
  }
  .about-offering-section .about-offering-flex .benefit-image img {
    max-width: 280px;
    height: 280px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .about-offering-section .about-offering-flex .list-of-benefits {
    padding-right: 0;
  }
  .about-offering-section .about-offering-flex .benefit-image {
    margin-top: 0;
    text-align: right;
  }
  .about-offering-section .about-offering-flex .benefit-image img {
    max-width: 300px;
    height: 280px;
  }
}
.client-logos-section {
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
}
.client-logos-section .client-logo-slider {
  display: grid;
  position: relative;
  grid-template-columns: 5% 90% 5%;
  align-items: center;
  justify-content: center;
}
.client-logos-section .client-logo-slider .swipe {
  text-align: center;
}
.client-logos-section .flex-logo-list {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
}
.client-logos-section .flex-logo-list .flex-logo-item {
  text-align: center;
}
.client-logos-section .flex-logo-list .flex-logo-item img {
  height: auto;
  max-width: 170px;
  max-height: 90px;
  opacity: 0.8;
}
.client-logos-section .icon-angle-left,
.client-logos-section .icon-angle-right {
  font-size: 32px;
  color: #ff3366;
}
.client-logos-section .carousel .carousel-indicators {
  display: none;
}

@media (max-width: 812px) {
  .client-logos-section .client-logo-slider {
    grid-template-columns: 10% 80% 10%;
  }
  .client-logos-section .flex-logo-list {
    justify-content: flex-start;
    gap: 0 16px;
    padding: 16px 0;
    overflow-x: scroll;
  }
  .client-logos-section .flex-logo-list .flex-logo-item {
    text-align: center;
  }
  .client-logos-section .flex-logo-list .flex-logo-item img {
    height: auto;
    max-width: 140px;
    max-height: 80px;
  }
  .client-logos-section .icon-angle-left,
.client-logos-section .icon-angle-right {
    font-size: 24px;
    color: #ff3366;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .client-logos-section .flex-logo-list .flex-logo-item img {
    height: auto;
    max-width: 140px;
    max-height: 80px;
  }
}
.mobility-journey-section {
  padding: 100px 0 130px 0;
  border-top-left-radius: 200px;
  background-color: #FAFAFA;
}
.mobility-journey-section .mobility-journey-content h2 {
  font-size: 42px;
  font-weight: 900;
  color: #000;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  padding: 0 24%;
}

.list-of-journey-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 80px;
}

.journey-card {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 480px;
  background-color: #FFF;
  border-radius: 20px;
  padding: 32px 40px;
  margin-left: 30px;
  margin-right: 30px;
  box-shadow: 0px 1px 1px #00000025;
}
.journey-card .image {
  overflow: hidden;
  position: absolute;
  inset: 0px;
}
.journey-card .image img {
  position: absolute;
  right: -65px;
  bottom: 25%;
}
.journey-card h3 {
  font-size: 26px;
  font-weight: 800;
  color: #000;
  text-align: left;
  margin: 0;
}
.journey-card p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 1.8;
  padding: 24px 26% 24px 0;
}
.journey-card .learn-more-button {
  align-self: center;
  position: absolute;
  bottom: -22.5px;
}
.journey-card .learn-more-button a {
  display: inline-flex;
  align-items: center;
  border: none;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background: #ff3366;
  padding: 0px 35px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 45px;
  height: 45px;
}
.journey-card .learn-more-button a:hover, .journey-card .learn-more-button :active {
  background-color: #ff1f57;
  box-shadow: 0px 1px 10px #00000025;
}

@media (max-width: 812px) {
  .mobility-journey-section {
    padding: 40px 0 40px 0;
    border-top-left-radius: 0;
  }
  .mobility-journey-section .mobility-journey-content h2 {
    font-size: 28px;
    padding: 0 16px;
  }

  .list-of-journey-cards {
    margin-top: 15px;
  }

  .journey-card {
    padding: 24px 32px;
    margin: 30px 0;
  }
  .journey-card h3 {
    font-size: 20px;
  }
  .journey-card p {
    font-size: 15px;
    padding: 16px 28% 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .journey-card {
    margin: 30px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .journey-card {
    width: 425px;
    margin-right: 15px;
    margin-left: 15px;
  }
}
.challenges-solutions-section {
  padding: 100px 0 120px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.challenges-solutions-section .challenges-solutions-content h2 {
  font-size: 42px;
  font-weight: 900;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  padding: 0 16%;
}
.challenges-solutions-section .challenges-vs-solutions {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 80px;
}
.challenges-solutions-section .card {
  width: 480px;
  background-color: #FFF;
  border-radius: 20px;
  padding: 32px;
  margin-left: 30px;
  margin-right: 30px;
  box-shadow: 0px 1px 1px #00000025;
}
.challenges-solutions-section .card h3 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 32px 0;
}
.challenges-solutions-section .card .item {
  display: flex;
  align-items: center;
  margin: 4px 0;
  height: 80px;
}
.challenges-solutions-section .card .item p {
  font-size: 17px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  margin: 10px 0;
}
.challenges-solutions-section .card .item img {
  margin-right: 20px;
  width: 36px;
}
.challenges-solutions-section .card:nth-child(odd) h3 {
  color: #000;
}
.challenges-solutions-section .card:nth-child(odd) .item img {
  opacity: 0.85;
}
.challenges-solutions-section .card:nth-child(even) {
  color: #ff3366;
}

@media (max-width: 812px) {
  .challenges-solutions-section {
    padding: 40px 0 30px 0;
  }
  .challenges-solutions-section .challenges-solutions-content h2 {
    font-size: 28px;
    padding: 0 16px;
  }
  .challenges-solutions-section .challenges-vs-solutions {
    margin-top: 25px;
  }
  .challenges-solutions-section .card {
    margin: 20px 0;
    padding: 24px 32px;
  }
  .challenges-solutions-section .card h3 {
    font-size: 20px;
    text-align: left;
    margin: 0 0 16px 0;
  }
  .challenges-solutions-section .card .item {
    height: auto;
    margin: 8px 0;
  }
  .challenges-solutions-section .card .item p {
    font-size: 15px;
  }
  .challenges-solutions-section .card .item img {
    width: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .card {
    margin: 20px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .challenges-solutions-section .card {
    margin-right: 15px;
    margin-left: 15px;
    width: 425px;
  }
}
.impact-section {
  padding: 100px 0 120px 0;
  background-image: linear-gradient(90deg, #FF3366 0%, #FF3370 100%);
}
.impact-section .impact-content {
  padding-bottom: 40px;
}
.impact-section .impact-content h2 {
  font-size: 42px;
  font-weight: 900;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  padding: 0 16%;
}
.impact-section .impact-content p {
  font-size: 18px;
  font-weight: 300;
  color: white;
  line-height: 1.8;
  text-align: center;
}
.impact-section .soft-pink-overlay {
  background-color: #FC4A77;
}
.impact-section .list-of-stats {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 168px;
}
.impact-section .list-of-stats .primary-tile {
  text-align: center;
  padding: 0 36px 4px 0;
}
.impact-section .list-of-stats .primary-tile p {
  font-size: 66px;
  font-weight: 900;
  color: #FFF;
  margin: 0;
}
.impact-section .list-of-stats .primary-tile span {
  font-size: 17px;
  font-weight: 500;
  color: #EEE;
}
.impact-section .list-of-stats .secondary-tile {
  border-left: 1px solid rgba(255, 156, 180, 0.7);
  text-align: center;
  padding: 0 36px;
}
.impact-section .list-of-stats .secondary-tile img {
  height: 32px;
}
.impact-section .list-of-stats .secondary-tile p {
  font-size: 36px;
  font-weight: 900;
  color: #FFF;
  margin: 8px 0 0 0;
}
.impact-section .list-of-stats .secondary-tile span {
  font-size: 14px;
  font-weight: 500;
  color: #EEE;
}
.impact-section .impact-meta {
  text-align: center;
  margin-top: 16px;
}
.impact-section .impact-meta p {
  font-size: 12px;
  font-style: italic;
  color: #ffd7e1;
}
.impact-section .impact-meta a {
  color: #ffd7e1;
  text-decoration: underline;
}

@media (max-width: 812px) {
  .impact-section {
    padding: 40px 0 30px 0;
  }
  .impact-section .impact-content h2 {
    font-size: 28px;
    padding: 0 16px;
  }
  .impact-section .soft-pink-overlay {
    background-color: transparent;
  }
  .impact-section .list-of-stats {
    flex-direction: column;
    height: auto;
  }
  .impact-section .list-of-stats .primary-tile {
    padding: 0 0 16px 0;
  }
  .impact-section .list-of-stats .primary-tile p {
    font-size: 42px;
  }
  .impact-section .list-of-stats .primary-tile span {
    font-size: 14px;
  }
  .impact-section .list-of-stats .secondary-tile {
    width: 180px;
    border-left: 0;
    border-top: 1px solid rgba(255, 156, 180, 0.7);
    padding: 16px 0;
  }
  .impact-section .list-of-stats .secondary-tile img {
    height: 24px;
  }
  .impact-section .list-of-stats .secondary-tile p {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .impact-section {
    padding: 100px 0 100px 0;
  }
  .impact-section .soft-pink-overlay {
    background-color: transparent;
  }
  .impact-section .list-of-stats {
    flex-direction: column;
    height: auto;
  }
  .impact-section .list-of-stats .primary-tile {
    padding: 0 0 16px 0;
  }
  .impact-section .list-of-stats .secondary-tile {
    width: 220px;
    border-left: 0;
    border-top: 1px solid rgba(255, 156, 180, 0.7);
    padding: 24px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .impact-section .list-of-stats .primary-tile p {
    font-size: 46px;
  }
  .impact-section .list-of-stats .secondary-tile p {
    font-size: 24px;
  }
}
.client-testimonials-section {
  padding: 100px 0 180px 0;
}
.client-testimonials-section .client-testimonials-content h2 {
  font-size: 42px;
  font-weight: 900;
  color: #000;
  text-align: center;
  line-height: 1.4;
  margin: 0;
}
.client-testimonials-section .client-testimonials-content .client-testimonials-slider {
  display: grid;
  position: relative;
  grid-template-columns: 10% 80% 10%;
  align-items: center;
  justify-content: center;
}
.client-testimonials-section .client-testimonials-content .client-testimonials-slider .swipe {
  text-align: center;
}
.client-testimonials-section .client-testimonials-content .carousel-indicators {
  bottom: -90px;
}
.client-testimonials-section .client-testimonials-content .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: 1px solid #AAA6A6;
  margin: 0 8px;
}
.client-testimonials-section .client-testimonials-content .carousel-indicators .active {
  background-color: #ff3366;
  border: none;
}
.client-testimonials-section .client-testimonials-content .icon-angle-left,
.client-testimonials-section .client-testimonials-content .icon-angle-right {
  font-size: 32px;
  color: #ff3366;
}

.list-of-testimonials {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 80px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 390px;
  border-radius: 16px;
  border: 1px solid rgba(7, 7, 7, 0.2);
  padding: 32px;
  margin: 30px;
}
.testimonial-card .image {
  margin-top: -70px;
  text-align: center;
  padding: 0 20px;
}
.testimonial-card .image img {
  max-width: 190px;
}
.testimonial-card p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 1.8;
  padding: 0 0 24px 0;
}
.testimonial-card span {
  font-size: 13px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.68);
}

@media (max-width: 812px) {
  .client-testimonials-section {
    padding: 40px 0 90px 0;
  }
  .client-testimonials-section .client-testimonials-content h2 {
    font-size: 28px;
  }
  .client-testimonials-section .client-testimonials-content .client-testimonials-slider {
    display: block;
  }
  .client-testimonials-section .client-testimonials-content .client-testimonials-slider .swipe {
    display: none;
  }
  .client-testimonials-section .client-testimonials-content .carousel-indicators {
    bottom: -60px;
  }
  .client-testimonials-section .client-testimonials-content .carousel-indicators li {
    margin: 0 16px;
  }

  .list-of-testimonials {
    margin-top: 40px;
  }

  .testimonial-card {
    padding: 24px;
    margin: 30px 16px;
  }
  .testimonial-card .image {
    margin-top: -55px;
  }
  .testimonial-card .image img {
    max-width: 150px;
  }
  .testimonial-card p {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .client-testimonials-section {
    padding: 40px 0 90px 0;
  }
}
.contact-action-banner {
  background-color: #111;
  border-top-left-radius: 200px;
  text-align: center;
  padding: 100px 0;
}
.contact-action-banner h3 {
  font-size: 42px;
  font-weight: 900;
  color: #FFF;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.contact-action-banner .contact-action {
  justify-content: center;
}

.page-template-page-guud-pro .contact-action-banner {
  border-top-left-radius: 0;
}

@media (max-width: 812px) {
  .contact-action-banner {
    border-top-left-radius: 100px;
    text-align: center;
    padding: 100px 0;
  }
  .contact-action-banner h3 {
    font-size: 32px;
    line-height: 1.4;
    margin: 0 0 20px 0;
  }
}
.journey-details-section {
  padding-top: 140px;
  padding-bottom: 80px;
}
.journey-details-section .content-container {
  display: flex;
  align-items: center;
}
.journey-details-section .content {
  flex: 1;
  padding-right: 14%;
}
.journey-details-section .content p {
  font-size: 17px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  line-height: 1.8;
  padding-top: 16px;
}
.journey-details-section .content a {
  text-decoration: none;
  color: #ff3366;
}
.journey-details-section .content a:hover {
  text-decoration: underline;
}
.journey-details-section .image-card {
  flex: 1;
  background-color: #FFF;
  height: 360px;
  border-radius: 15px;
}
.journey-details-section .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.questions-section {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #FAFAFA;
}
.questions-section h2 {
  font-size: 28px;
  font-weight: 900;
  color: #000;
  text-align: center;
}
.questions-section .questions-list {
  margin-top: 60px;
}
.questions-section .questions-list .question {
  background-color: #FFF;
  border-radius: 12px;
  padding: 12px 20px;
  margin-bottom: 16px;
  box-shadow: 0px 1px 1px #00000025;
  display: flex;
  align-items: center;
}
.questions-section .questions-list .question span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-right: 20px;
  background-color: #f83163;
  border-radius: 50%;
  min-width: 30px;
  height: 30px;
  text-align: center;
}
.questions-section .questions-list .question p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

@media (max-width: 812px) {
  .journey-details-section {
    padding-top: 95px;
    padding-bottom: 60px;
  }
  .journey-details-section .content-container {
    display: block;
  }
  .journey-details-section .content {
    padding-right: 0;
  }
  .journey-details-section .content p {
    font-size: 16px;
    padding-top: 0;
  }
  .journey-details-section .image-card {
    margin-top: 40px;
    height: 175px;
  }
  .journey-details-section .image-card img {
    max-height: 175px;
  }

  .questions-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .questions-section h2 {
    font-size: 22px;
  }
  .questions-section .questions-list {
    margin-top: 40px;
  }
  .questions-section .questions-list .question {
    align-items: baseline;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .journey-details-section .image-card {
    height: 350px;
  }
  .journey-details-section .image-card img {
    max-height: 350px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .journey-details-section .content {
    padding-right: 8%;
  }
}
.about-us-section {
  padding-top: 100px;
  padding-bottom: 40px;
}
.about-us-section .featured-image {
  padding-top: 20px;
}
.about-us-section .featured-image .image-container img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 25px;
  background-color: #FFF;
}
.about-us-section hr {
  margin: 40px 0;
  border-top: 1px solid #ff3366;
}
.about-us-section .about-us-content-container {
  text-align: left;
}
.about-us-section .about-us-title {
  padding-left: 8%;
  padding-right: 8%;
}
.about-us-section .about-us-title h1 {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  text-align: center;
  line-height: 1.3;
}
.about-us-section .about-us-content {
  background-color: #FFF;
  border-radius: 15px;
  line-height: 2;
  padding: 6% 8% 0 8%;
  margin-top: -120px;
}
.about-us-section .about-us-content summary p {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 34px;
  margin: 0;
  padding: 0;
}
.about-us-section .about-us-content h2,
.about-us-section .about-us-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 35px 0 50px 0;
}
.about-us-section .about-us-content h4,
.about-us-section .about-us-content h5,
.about-us-section .about-us-content h6 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 35px 0 50px 0;
}
.about-us-section .about-us-content p {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  line-height: 2;
  text-align: left;
  padding-bottom: 24px;
}
.about-us-section .about-us-content ul {
  padding-bottom: 24px;
}
.about-us-section .about-us-content li {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  line-height: 2;
}
.about-us-section .about-us-content a {
  text-decoration: none;
  color: #ff3366;
}
.about-us-section .about-us-content a:hover {
  text-decoration: underline;
}
.about-us-section .about-us-content hr {
  margin: 40px 0;
  border-top: 1px solid #ff3366;
}

@media (max-width: 812px) {
  .about-us-section {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .about-us-section .featured-image {
    padding-bottom: 10px;
  }
  .about-us-section .featured-image .image-container img {
    border-radius: 16px;
  }
  .about-us-section .about-us-title {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-us-section .about-us-title h1 {
    font-size: 28px;
  }
  .about-us-section .about-us-content {
    border-radius: 0;
    padding: 32px 8px;
    margin-top: 0;
  }
  .about-us-section .about-us-content summary p {
    font-size: 22px;
  }
  .about-us-section .about-us-content h2,
.about-us-section .about-us-content h3 {
    font-size: 20px;
    margin: 10px 0 30px 0;
  }
  .about-us-section .about-us-content h4,
.about-us-section .about-us-content h5,
.about-us-section .about-us-content h6 {
    font-size: 18px;
    margin: 10px 0 30px 0;
  }
  .about-us-section .about-us-content p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .about-us-section .about-us-content ul {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-us-section .featured-image .image-container img {
    height: 350px;
  }
}
.technology-hero-section {
  height: 100vh;
}
.technology-hero-section .technology-section-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 85vh;
  text-align: center;
}
.technology-hero-section .technology-section-content-container .technology-section-content {
  padding: 0 12%;
}
.technology-hero-section .technology-section-content-container .technology-section-content h1 {
  color: #000;
  padding: 0 8%;
  line-height: 1.2;
}
.technology-hero-section .technology-section-content-container .technology-section-content p {
  font-size: 20px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.8;
}

.technology-featured-image-section .image-col {
  display: flex;
  justify-content: space-around;
  height: auto;
  top: -180px;
}
.technology-featured-image-section .image-col img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  object-fit: cover;
}
.technology-featured-image-section .relative-col {
  position: relative;
  width: 100%;
  max-width: 1440px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.technology-app-features-section .grid-row-item {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  height: 100%;
  margin-bottom: 175px;
}
.technology-app-features-section .grid-row-item .grid-inner {
  display: flex;
  align-items: stretch;
}
.technology-app-features-section .row-content-container {
  display: flex;
  align-items: center;
  max-height: 400px;
  width: 100%;
  background-color: #FFF;
}
.technology-app-features-section .row-content h2 {
  font-size: 32px;
  font-weight: 900;
  color: #ff3366;
  margin: 0;
}
.technology-app-features-section .row-content p {
  font-size: 17px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.8;
  padding-top: 30px;
}
.technology-app-features-section .row-content .learn-more-button {
  padding-top: 10px;
}
.technology-app-features-section .row-content .learn-more-button a {
  font-size: 16px;
  color: #ff3366;
}
.technology-app-features-section .row-image-container {
  max-height: 400px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.technology-app-features-section .row-image-container img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.technology-app-features-section .grid-row-item:nth-child(odd) .grid-inner .row-content-container .row-content {
  padding: 0 0 0 100px;
}
.technology-app-features-section .grid-row-item:nth-child(even) .grid-inner .row-content-container .row-content {
  padding: 0 100px 0 0;
}

@media (min-width: 1600px) {
  .technology-hero-section .technology-section-content-container .technology-section-content h1 {
    font-size: 68px;
    padding: 0;
  }
}
@media (max-width: 812px) {
  .technology-hero-section {
    height: auto;
    padding-top: 95px;
    padding-bottom: 20px;
  }
  .technology-hero-section .technology-section-content-container {
    display: block;
    height: auto;
  }
  .technology-hero-section .technology-section-content-container .technology-section-content {
    padding: 0;
  }
  .technology-hero-section .technology-section-content-container .technology-section-content h1 {
    padding: 0;
  }
  .technology-hero-section .technology-section-content-container .technology-section-content p {
    font-size: 16px;
  }

  .technology-featured-image-section {
    margin-bottom: 60px;
  }
  .technology-featured-image-section .image-col {
    top: 0;
  }
  .technology-featured-image-section .image-col img {
    max-height: 200px;
    border-radius: 15px;
  }

  .technology-app-features-section .grid-row-item {
    grid-template-columns: 100%;
    margin-bottom: 30px;
  }
  .technology-app-features-section .grid-row-item .mobile-2 {
    order: 2;
  }
  .technology-app-features-section .grid-row-item .mobile-1 {
    order: 1;
  }
  .technology-app-features-section .row-content-container {
    padding-top: 30px;
    max-height: initial;
  }
  .technology-app-features-section .row-content h2 {
    font-size: 20px;
  }
  .technology-app-features-section .row-content p {
    font-size: 16px;
    padding-top: 15px;
  }
  .technology-app-features-section .row-image-container {
    max-height: 200px;
  }
  .technology-app-features-section .row-image-container img {
    max-height: 200px;
  }
  .technology-app-features-section .grid-row-item:nth-child(odd) .grid-inner .row-content-container .row-content {
    padding: 0;
  }
  .technology-app-features-section .grid-row-item:nth-child(even) .grid-inner .row-content-container .row-content {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .technology-featured-image-section .image-col img {
    max-height: 350px;
  }

  .technology-app-features-section .row-image-container {
    max-height: 350px;
  }
  .technology-app-features-section .row-image-container img {
    max-height: 350px;
  }
}
.guud-pro-hero-section {
  display: block;
  width: 100%;
  height: 600px;
  background-color: #ff3366;
  background-image: url(../../../uploads/2022/07/guud-symbol.svg);
  background-position: 110% 50%;
  background-repeat: no-repeat;
  margin-top: 70px;
}
.guud-pro-hero-section .guud-pro-hero-section-content-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 600px;
}
.guud-pro-hero-section .guud-pro-hero-section-content-container .guud-pro-hero-section-content {
  flex: 1;
}
.guud-pro-hero-section .guud-pro-hero-section-content-container .guud-pro-hero-section-content h1 {
  font-size: 56px;
  font-weight: 900;
  color: #FFF;
  line-height: 60px;
  margin: 0;
}
.guud-pro-hero-section .guud-pro-hero-section-content-container .guud-pro-hero-section-image {
  flex: 1;
  text-align: right;
}
.guud-pro-hero-section .guud-pro-hero-section-content-container .guud-pro-hero-section-image img {
  padding-top: 200px;
  padding-right: 40px;
  max-width: 70%;
}
.guud-pro-hero-section .list-of-functions .function-item {
  display: flex;
  align-items: center;
  margin: 16px 0;
}
.guud-pro-hero-section .list-of-functions .function-item p {
  font-size: 17px;
  font-weight: 300;
  color: #FFF;
  margin: 10px 0;
}
.guud-pro-hero-section .list-of-functions .function-item img {
  margin-right: 12px;
}

@media (max-width: 812px) {
  .guud-pro-hero-section {
    height: auto;
    background-image: none;
    margin-top: 60px;
    padding: 60px 0 60px 0;
  }
  .guud-pro-hero-section .guud-pro-hero-section-content-container {
    display: block;
    height: auto;
    width: 100%;
  }
  .guud-pro-hero-section .guud-pro-hero-section-content-container .guud-pro-hero-section-content h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .guud-pro-hero-section .guud-pro-hero-section-content-container .guud-pro-hero-section-image {
    flex: 1;
    text-align: center;
  }
  .guud-pro-hero-section .guud-pro-hero-section-content-container .guud-pro-hero-section-image img {
    padding-top: 20px;
    padding-right: 0;
    max-width: 60%;
  }
  .guud-pro-hero-section .list-of-functions .function-item {
    display: flex;
    align-items: center;
    margin: 12px 0;
  }
  .guud-pro-hero-section .list-of-functions .function-item p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .guud-pro-hero-section {
    background-image: none;
    padding: 60px 0 80px 0;
  }
  .guud-pro-hero-section .guud-pro-hero-section-content-container .guud-pro-hero-section-content h1 {
    font-size: 48px;
    line-height: 54px;
  }
  .guud-pro-hero-section .guud-pro-hero-section-content-container .guud-pro-hero-section-image img {
    padding-top: 20px;
    padding-right: 0;
    max-width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .guud-pro-hero-section {
    background-image: none;
  }
  .guud-pro-hero-section .guud-pro-hero-section-content-container .guud-pro-hero-section-content h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
.guud-pro-about-section {
  padding: 150px 0 40px 0;
}
.guud-pro-about-section .about-content {
  padding: 0 12% 0 0;
  text-align: left;
}
.guud-pro-about-section .about-content h2 {
  font-size: 42px;
  font-weight: 900;
  color: #000;
  line-height: 1.2;
  margin: 0;
}
.guud-pro-about-section .about-content p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.8;
  padding: 30px 0;
}

@media (max-width: 812px) {
  .guud-pro-about-section {
    padding: 40px 0 10px 0;
  }
  .guud-pro-about-section .about-content {
    padding: 0;
  }
  .guud-pro-about-section .about-content h2 {
    font-size: 28px;
  }
  .guud-pro-about-section .about-content p {
    font-size: 16px;
    padding: 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .guud-pro-about-section {
    padding: 40px 0 15px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .guud-pro-about-section {
    padding: 120px 0 60px 0;
  }
  .guud-pro-about-section .about-content {
    padding: 0;
  }
}
.how-guud-pro-works-section {
  padding: 100px 0 40px 0;
  border-top-left-radius: 200px;
  background-color: #FAFAFA;
}
.how-guud-pro-works-section .how-guud-pro-works-content h2 {
  font-size: 42px;
  font-weight: 900;
  color: #000;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  padding: 0 24%;
}
.how-guud-pro-works-section .features-list {
  margin-top: 80px;
}
.how-guud-pro-works-section .grid-row-item {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
}
.how-guud-pro-works-section .grid-row-item .grid-inner {
  display: flex;
  justify-content: center;
}
.how-guud-pro-works-section .row-content-container {
  display: flex;
  align-items: center;
  width: 100%;
}
.how-guud-pro-works-section .row-content h3 {
  font-size: 36px;
  font-weight: 900;
  color: #ff3366;
  margin: 0;
}
.how-guud-pro-works-section .row-content p {
  font-size: 17px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.8;
  padding-top: 30px;
}
.how-guud-pro-works-section .row-image-container img {
  width: 100%;
  max-width: 95%;
}
.how-guud-pro-works-section .grid-row-item:nth-child(odd) .grid-inner .row-content-container .row-content {
  padding: 0 150px 0 40px;
}
.how-guud-pro-works-section .grid-row-item:nth-child(even) .grid-inner .row-content-container .row-content {
  padding: 0 40px 0 100px;
}

@media (min-width: 1600px) {
  .how-guud-pro-works-section .row-image-container img {
    max-width: 100%;
  }
}
@media (max-width: 812px) {
  .how-guud-pro-works-section {
    padding: 40px 0 0 0;
    border-top-left-radius: 0;
  }
  .how-guud-pro-works-section .how-guud-pro-works-content h2 {
    font-size: 28px;
    padding: 0 16px;
  }
  .how-guud-pro-works-section .features-list {
    margin-top: 40px;
  }
  .how-guud-pro-works-section .grid-row-item {
    grid-template-columns: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .how-guud-pro-works-section .grid-row-item .mobile-2 {
    order: 2;
    padding-top: 10px;
  }
  .how-guud-pro-works-section .grid-row-item .mobile-1 {
    order: 1;
  }
  .how-guud-pro-works-section .row-content-container {
    display: block;
    padding-top: 30px;
    max-height: initial;
  }
  .how-guud-pro-works-section .row-content h3 {
    font-size: 26px;
  }
  .how-guud-pro-works-section .row-content p {
    font-size: 16px;
    padding-top: 15px;
  }
  .how-guud-pro-works-section .row-image-container {
    max-height: 260px;
  }
  .how-guud-pro-works-section .row-image-container img {
    max-height: 260px;
  }
  .how-guud-pro-works-section .grid-row-item:nth-child(odd) .grid-inner .row-content-container .row-content {
    padding: 0;
  }
  .how-guud-pro-works-section .grid-row-item:nth-child(even) .grid-inner .row-content-container .row-content {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .how-guud-pro-works-section .grid-row-item {
    text-align: center;
  }
}
.guud-pro-contact {
  padding: 40px 0;
  text-align: center;
}
.guud-pro-contact .contact-content p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.8;
}
.guud-pro-contact .contact-content a,
.guud-pro-contact .contact-content span {
  color: #ff3366;
  font-weight: 700;
}

@media (max-width: 812px) {
  .guud-pro-contact {
    padding: 40px 20px;
  }
  .guud-pro-contact .contact-content p {
    font-size: 16px;
  }
}
.guud-pro-benefits-section {
  padding: 100px 0 60px 0;
  border-top-left-radius: 200px;
  background-image: linear-gradient(90deg, #FF3366 0%, #FC8F8F 100%);
}
.guud-pro-benefits-section .guud-pro-benefits-content h2 {
  font-size: 42px;
  font-weight: 900;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  padding: 0 28%;
}
.guud-pro-benefits-section .list-of-benefit-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
.guud-pro-benefits-section .list-of-benefit-cards .benefit-card {
  width: 310px;
  border-radius: 16px;
  background-color: #FFF;
  text-align: center;
  padding: 32px;
  margin: 20px;
}
.guud-pro-benefits-section .list-of-benefit-cards .benefit-card .benefit-icon img {
  width: 80px;
}
.guud-pro-benefits-section .list-of-benefit-cards .benefit-card .benefit-heading h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 26px;
  margin: 24px 0 20px 0;
}
.guud-pro-benefits-section .list-of-benefit-cards .benefit-card .benefit-content p {
  font-size: 17px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  line-height: 26px;
}

@media (max-width: 812px) {
  .guud-pro-benefits-section {
    padding: 40px 0 20px 0;
    border-top-left-radius: 0;
  }
  .guud-pro-benefits-section .guud-pro-benefits-content h2 {
    font-size: 28px;
    padding: 0 16px;
  }
  .guud-pro-benefits-section .list-of-benefit-cards {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .guud-pro-benefits-section .list-of-benefit-cards .benefit-card .benefit-icon img {
    width: 64px;
  }
  .guud-pro-benefits-section .list-of-benefit-cards .benefit-card .benefit-content p {
    font-size: 15px;
  }
}
.page-template-page-marketplace {
  background-color: #FAFAFA;
}
.page-template-page-marketplace .contact-action-banner {
  border-top-left-radius: 0;
}

.marketplace-hero-section {
  padding-top: 70px;
  height: 85vh;
  background-color: #FFF;
}
.marketplace-hero-section .marketplace-section-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
  background-color: #FFF;
}
.marketplace-hero-section .marketplace-section-content-container .marketplace-section-content {
  padding: 0 12%;
}
.marketplace-hero-section .marketplace-section-content-container .marketplace-section-content h1 {
  line-height: 1.2;
}
.marketplace-hero-section .marketplace-section-content-container .marketplace-section-content p {
  font-size: 20px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.8;
}

.marketplace-solutions-section {
  background-color: #FAFAFA;
  padding: 70px 0 20px 0;
}
.marketplace-solutions-section .solutions-row {
  margin-bottom: 40px;
}
.marketplace-solutions-section .marketplace-solutions-content .heading-2 {
  width: 100%;
  padding: 0 20px;
}
.marketplace-solutions-section .marketplace-solutions-content .heading-2 h2 {
  font-size: 32px;
  font-weight: 900;
  color: #000;
  text-align: center;
  line-height: 1.4;
  margin: 0;
}
.marketplace-solutions-section .marketplace-solutions-content .flex {
  display: flex;
}
.marketplace-solutions-section .marketplace-solutions-content .flex .heading-3 {
  width: 100%;
  padding: 0 20px;
}
.marketplace-solutions-section .marketplace-solutions-content .flex .heading-3 h3 {
  font-size: 26px;
  font-weight: 900;
  color: #000;
  text-align: center;
  line-height: 1.4;
  margin: 0;
}
.marketplace-solutions-section .marketplace-solutions-content hr {
  margin: 30px 0;
  border-top: 1px solid #ff3366;
}

.offering-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.offering-list .offering-card-small {
  width: 340px;
  border-radius: 16px;
  background-color: #FFF;
  text-align: center;
  margin: 50px 20px;
  box-shadow: 0px 1px 1px #00000026;
}
.offering-list .offering-card-small .offering-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.offering-list .offering-card-small .offering-content {
  padding: 32px;
  text-align: left;
}
.offering-list .offering-card-small .offering-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 26px;
  margin: 0px 0 20px 0;
}
.offering-list .offering-card-small .offering-content p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  line-height: 26px;
}
.offering-list .offering-card-small .offering-content ul,
.offering-list .offering-card-small .offering-content ol {
  padding-left: 20px;
}
.offering-list .offering-card-small .offering-content li {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  line-height: 2;
}
.offering-list .offering-card-big {
  width: 100%;
  height: 680px;
  border-radius: 16px;
  background-color: #FFF;
  text-align: center;
  margin: 50px 20px;
  box-shadow: 0px 1px 1px #00000026;
}
.offering-list .offering-card-big .offering-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.offering-list .offering-card-big .offering-content {
  padding: 32px;
  text-align: left;
}
.offering-list .offering-card-big .offering-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 26px;
  margin: 0px 0 20px 0;
  padding-right: 40px;
}
.offering-list .offering-card-big .offering-content p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  line-height: 26px;
}
.offering-list .offering-card-big .offering-content ul,
.offering-list .offering-card-big .offering-content ol {
  padding-left: 20px;
}
.offering-list .offering-card-big .offering-content li {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  line-height: 2;
}
.offering-list .offering-card-big .offering-content .pr {
  padding-left: 60px;
}
.offering-list .flex-1 {
  flex: 1;
}
.offering-list a:hover,
.offering-list a:active,
.offering-list a:focus {
  text-decoration: none;
}

@media (min-width: 1600px) {
  .marketplace-hero-section {
    height: 65vh;
  }
}
@media (max-width: 812px) {
  .marketplace-hero-section {
    height: auto;
    padding-top: 95px;
    padding-bottom: 20px;
  }
  .marketplace-hero-section .marketplace-section-content-container {
    display: block;
    height: auto;
  }
  .marketplace-hero-section .marketplace-section-content-container .marketplace-section-content {
    padding: 0;
  }
  .marketplace-hero-section .marketplace-section-content-container .marketplace-section-content h1 {
    padding: 0;
  }
  .marketplace-hero-section .marketplace-section-content-container .marketplace-section-content p {
    font-size: 16px;
  }

  .marketplace-solutions-section {
    background-color: #FAFAFA;
    padding: 40px 0 0 0;
  }
  .marketplace-solutions-section .solutions-row {
    margin-bottom: 0;
  }
  .marketplace-solutions-section .marketplace-solutions-content .heading-2 {
    width: 100%;
  }
  .marketplace-solutions-section .marketplace-solutions-content .heading-2 h2 {
    font-size: 26px;
  }
  .marketplace-solutions-section .marketplace-solutions-content .flex {
    flex-wrap: wrap;
  }
  .marketplace-solutions-section .marketplace-solutions-content .flex .heading-3 h3 {
    font-size: 26px;
  }

  .offering-list .offering-card-small {
    margin: 20px;
  }
  .offering-list .offering-card-big {
    height: auto;
  }
  .offering-list .offering-card-big .offering-image img {
    height: 180px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .marketplace-hero-section {
    height: auto;
    padding-top: 115px;
    padding-bottom: 50px;
  }

  .offering-list .offering-card-small {
    width: 100%;
  }
  .offering-list .offering-card-small .offering-image img {
    height: 250px;
  }
  .offering-list .offering-card-big {
    height: auto;
  }
  .offering-list .offering-card-big .offering-image img {
    height: 250px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .marketplace-solutions-section .marketplace-solutions-content .heading-2 h2 {
    font-size: 22px;
  }
  .marketplace-solutions-section .marketplace-solutions-content .flex .heading-3 h3 {
    font-size: 22px;
  }
}
.marketplace-item-hero-section {
  height: 100vh;
}
.marketplace-item-hero-section .marketplace-item-section-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 97vh;
  text-align: center;
}
.marketplace-item-hero-section .marketplace-item-section-content-container .marketplace-item-section-content {
  padding: 0 12%;
}
.marketplace-item-hero-section .marketplace-item-section-content-container .marketplace-item-section-content h1 {
  padding: 0 8%;
  line-height: 1.2;
}
.marketplace-item-hero-section .marketplace-item-section-content-container .marketplace-item-section-content p {
  font-size: 20px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.8;
}

.marketplace-item-featured-image-section {
  margin-bottom: 80px;
}
.marketplace-item-featured-image-section .image-col {
  display: flex;
  justify-content: space-around;
  height: auto;
  top: -100px;
}
.marketplace-item-featured-image-section .image-col img {
  width: 100%;
  height: auto;
  max-height: 600px;
  border-radius: 25px;
  object-fit: cover;
}
.marketplace-item-featured-image-section .relative-col {
  position: relative;
  width: 100%;
  max-width: 1440px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.marketplace-item-features-section .grid-row-item {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  height: 100%;
  margin-bottom: 175px;
}
.marketplace-item-features-section .grid-row-item .grid-inner {
  display: flex;
  align-items: stretch;
}
.marketplace-item-features-section .row-content-container {
  display: flex;
  align-items: center;
  max-height: 400px;
  width: 100%;
  background-color: #FFF;
}
.marketplace-item-features-section .row-content h2 {
  font-size: 32px;
  font-weight: 900;
  color: #ff3366;
  margin: 0;
}
.marketplace-item-features-section .row-content p {
  font-size: 17px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.8;
  padding-top: 30px;
}
.marketplace-item-features-section .row-image-container {
  max-height: 400px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.marketplace-item-features-section .row-image-container img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.marketplace-item-features-section .grid-row-item:nth-child(odd) .grid-inner .row-content-container .row-content {
  padding: 0 0 0 100px;
}
.marketplace-item-features-section .grid-row-item:nth-child(even) .grid-inner .row-content-container .row-content {
  padding: 0 100px 0 0;
}

@media (min-width: 1600px) {
  .marketplace-item-hero-section .marketplace-section-content-container {
    height: 85vh;
  }
  .marketplace-item-hero-section .marketplace-section-content-container .marketplace-section-content h1 {
    font-size: 68px;
    padding: 0;
  }

  .marketplace-item-featured-image-section {
    margin-bottom: 0;
  }
  .marketplace-item-featured-image-section .image-col {
    top: -180px;
  }
}
@media (max-width: 812px) {
  .marketplace-item-hero-section {
    height: auto;
    padding-top: 95px;
    padding-bottom: 20px;
  }
  .marketplace-item-hero-section .marketplace-item-section-content-container {
    display: block;
    height: auto;
  }
  .marketplace-item-hero-section .marketplace-item-section-content-container .marketplace-item-section-content {
    padding: 0;
  }
  .marketplace-item-hero-section .marketplace-item-section-content-container .marketplace-item-section-content h1 {
    padding: 0;
  }
  .marketplace-item-hero-section .marketplace-item-section-content-container .marketplace-item-section-content p {
    font-size: 16px;
  }

  .marketplace-item-featured-image-section {
    margin-bottom: 60px;
  }
  .marketplace-item-featured-image-section .image-col {
    top: 0;
  }
  .marketplace-item-featured-image-section .image-col img {
    height: 200px;
    max-height: 200px;
  }

  .marketplace-item-features-section .grid-row-item {
    grid-template-columns: 100%;
    margin-bottom: 30px;
  }
  .marketplace-item-features-section .grid-row-item .mobile-2 {
    order: 2;
  }
  .marketplace-item-features-section .grid-row-item .mobile-1 {
    order: 1;
  }
  .marketplace-item-features-section .row-content-container {
    padding-top: 30px;
    max-height: initial;
  }
  .marketplace-item-features-section .row-content h2 {
    font-size: 20px;
  }
  .marketplace-item-features-section .row-content p {
    font-size: 15px;
    padding-top: 15px;
  }
  .marketplace-item-features-section .row-image-container {
    max-height: 200px;
  }
  .marketplace-item-features-section .row-image-container img {
    max-height: 200px;
  }
  .marketplace-item-features-section .grid-row-item:nth-child(odd) .grid-inner .row-content-container .row-content {
    padding: 0;
  }
  .marketplace-item-features-section .grid-row-item:nth-child(even) .grid-inner .row-content-container .row-content {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .marketplace-item-featured-image-section .image-col img {
    height: 350px;
    max-height: 350px;
  }

  .marketplace-item-features-section .row-image-container {
    max-height: 350px;
  }
  .marketplace-item-features-section .row-image-container img {
    max-height: 350px;
  }
}
.customer-stories-list {
  background-color: #FAFAFA;
  padding-top: 140px;
}
.customer-stories-list .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 70px;
}
.customer-stories-list .grid .grid-row {
  width: 100%;
  margin-bottom: 100px;
}

.customer-story-container {
  height: 100%;
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: 0px 1px 1px #00000025;
}
.customer-story-container a {
  text-decoration: none;
}
.customer-story-container .story-content {
  display: flex;
}
.customer-story-container .story-content .story-image {
  flex: 4;
}
.customer-story-container .story-content .story-image img {
  width: 100%;
  height: auto;
  height: 440px;
  object-fit: cover;
}
.customer-story-container .story-content .odd-border-radius img {
  border-radius: 0 15px 15px 0;
}
.customer-story-container .story-content .even-border-radius img {
  border-radius: 15px 0 0 15px;
}
.customer-story-container .story-content .story-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 440px;
  flex: 5;
}
.customer-story-container .story-content .story-summary .story-inner {
  padding: 0 12%;
}
.customer-story-container .story-content .story-summary .story-inner .client-name {
  background-color: #EEEEF7;
  border-radius: 8px;
  font-size: 12px;
  padding: 4px 8px;
  color: #6b6b86;
}
.customer-story-container .story-content .story-summary .story-inner h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-top: 32px;
  margin-bottom: 24px;
}
.customer-story-container .story-content .story-summary .story-inner p {
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.8;
  color: #000;
  margin-top: 48px;
  margin-bottom: 24px;
}

@media (max-width: 812px) {
  .customer-stories-list {
    padding-top: 95px;
    padding-bottom: 20px;
  }
  .customer-stories-list .grid {
    margin-top: 35px;
  }
  .customer-stories-list .grid .grid-row {
    margin-bottom: 40px;
  }

  .customer-story-container .story-content {
    flex-direction: column;
  }
  .customer-story-container .story-content .story-image {
    order: 1;
  }
  .customer-story-container .story-content .story-image img {
    max-height: 175px;
    border-radius: 15px 15px 0 0;
  }
  .customer-story-container .story-content .odd-border-radius img {
    border-radius: 15px 15px 0 0;
  }
  .customer-story-container .story-content .even-border-radius img {
    border-radius: 15px 15px 0 0;
  }
  .customer-story-container .story-content .story-summary {
    display: block;
    height: auto;
    padding: 32px;
    order: 2;
  }
  .customer-story-container .story-content .story-summary .story-inner {
    padding: 0;
  }
  .customer-story-container .story-content .story-summary .story-inner img {
    max-width: 100px;
  }
  .customer-story-container .story-content .story-summary .story-inner h2 {
    font-size: 1.5em;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .customer-story-container .story-content .story-summary .story-inner p {
    font-size: 18px;
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customer-story-container .story-content .story-image img {
    max-height: 300px;
  }
  .customer-story-container .story-content .story-summary {
    padding: 40px;
  }
}
.customer-story-section {
  padding-top: 100px;
  padding-bottom: 40px;
}
.customer-story-section .featured-image {
  padding-top: 20px;
}
.customer-story-section .featured-image .image-container img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 25px;
  background-color: #FFF;
}
.customer-story-section hr {
  margin: 40px 0;
  border-top: 1px solid #ff3366;
}
.customer-story-section .customer-story-content {
  text-align: left;
}
.customer-story-section .customer-story-title {
  padding-left: 8%;
  padding-right: 8%;
}
.customer-story-section .customer-story-title h1 {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  text-align: center;
  line-height: 1.3;
}
.customer-story-section .story-content {
  background-color: #FFF;
  border-radius: 15px;
  line-height: 2;
  padding: 6% 8% 0 8%;
  margin-top: -120px;
}
.customer-story-section .story-content summary p {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin: 0;
  padding: 0;
}
.customer-story-section .story-content h2,
.customer-story-section .story-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 35px 0 50px 0;
}
.customer-story-section .story-content h4,
.customer-story-section .story-content h5,
.customer-story-section .story-content h6 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 35px 0 50px 0;
}
.customer-story-section .story-content p {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  line-height: 2;
  text-align: left;
  padding-bottom: 24px;
}
.customer-story-section .story-content blockquote {
  background-color: #FAFAFA;
  border-radius: 20px;
  border: 4px solid #ff9cb5;
  padding: 24px 40px 8px 40px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 40px;
}
.customer-story-section .story-content ul {
  padding-bottom: 24px;
}
.customer-story-section .story-content li {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  line-height: 2;
}
.customer-story-section .story-content a {
  text-decoration: none;
  color: #ff3366;
}
.customer-story-section .story-content a:hover {
  text-decoration: underline;
}
.customer-story-section .story-content hr {
  margin: 40px 0;
  border-top: 1px solid #ff3366;
}

@media (max-width: 812px) {
  .customer-story-section {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .customer-story-section .featured-image {
    padding-bottom: 10px;
  }
  .customer-story-section .featured-image .image-container img {
    border-radius: 16px;
  }
  .customer-story-section .customer-story-title {
    padding-left: 16px;
    padding-right: 16px;
  }
  .customer-story-section .customer-story-title h1 {
    font-size: 28px;
  }
  .customer-story-section .story-content {
    border-radius: 0;
    padding: 32px 8px;
    margin-top: 0;
  }
  .customer-story-section .story-content summary p {
    font-size: 22px;
  }
  .customer-story-section .story-content h2,
.customer-story-section .story-content h3 {
    font-size: 20px;
    margin: 10px 0 30px 0;
  }
  .customer-story-section .story-content h4,
.customer-story-section .story-content h5,
.customer-story-section .story-content h6 {
    font-size: 18px;
    margin: 10px 0 30px 0;
  }
  .customer-story-section .story-content p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .customer-story-section .story-content blockquote {
    padding: 8px 24px 0px 24px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .customer-story-section .story-content ul {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .customer-story-section .featured-image .image-container img {
    height: 350px;
  }
}
.page-template-page-careers {
  background-color: #FAFAFA;
}

.careers-hero-section {
  padding-top: 140px;
  padding-bottom: 80px;
  background-color: #FFF;
}
.careers-hero-section .content-container {
  display: flex;
  align-items: center;
}
.careers-hero-section .content {
  flex: 1;
  padding-right: 14%;
}
.careers-hero-section .content .heading-1 {
  font-size: 48px;
}
.careers-hero-section .content p {
  font-size: 17px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  line-height: 1.8;
  padding-top: 16px;
}
.careers-hero-section .content a {
  text-decoration: none;
  color: #ff3366;
}
.careers-hero-section .content a:hover {
  text-decoration: underline;
}
.careers-hero-section .image-card {
  flex: 1;
  background-color: #FFF;
  height: 360px;
  border-radius: 15px;
}
.careers-hero-section .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.careers-posts-section {
  padding: 100px 0 130px 0;
  background-color: #FAFAFA;
}
.careers-posts-section .careers-posts-content h2 {
  font-size: 42px;
  font-weight: 900;
  color: #000;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  padding: 0 24%;
}

.list-of-job-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 50px;
}

.job-card {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 480px;
  background-color: #FFF;
  border-radius: 20px;
  padding: 32px 40px;
  margin: 30px;
  box-shadow: 0px 1px 1px #00000025;
}
.job-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: left;
  margin: 0;
}
.job-card p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 1.8;
  padding: 24px 24px 48px 0;
}
.job-card a {
  text-decoration: none;
  position: absolute;
  bottom: 32px;
}

.careers-quote-banner {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FAFAFA;
  border-top-left-radius: 200px;
}
.careers-quote-banner .careers-quote-banner-content-container {
  display: flex;
  align-items: center;
  min-height: 500px;
}
.careers-quote-banner .careers-quote-banner-content-container .careers-quote-banner-content {
  flex: 2;
  border-left: 6px solid #FFF;
  padding-left: 40px;
}
.careers-quote-banner .careers-quote-banner-content-container .careers-quote-banner-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #FFF;
  line-height: 50px;
  margin: 0;
}
.careers-quote-banner .careers-quote-banner-content-container .careers-quote-banner-content span {
  font-size: 14px;
  color: #EEE;
}

.careers-perks-section {
  padding: 100px 0 90px 0;
  background-color: #FAFAFA;
}
.careers-perks-section .sub-heading {
  display: block;
  text-align: center;
  padding-bottom: 8px;
}
.careers-perks-section .careers-perks-content h2 {
  font-size: 42px;
  font-weight: 900;
  color: #000;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  padding: 0 24%;
}

.list-of-perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.list-of-perks .perk-card {
  width: 210px;
  border-radius: 16px;
  background-color: #FFF;
  text-align: center;
  padding: 40px 0 24px 0;
  margin: 50px 20px;
  box-shadow: 0px 1px 1px #00000026;
}
.list-of-perks .perk-card .offering-icon img {
  width: 80px;
}
.list-of-perks .perk-card .perk-heading h3 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  line-height: 26px;
  margin: 24px 0 20px 0;
}

@media (max-width: 812px) {
  .careers-hero-section {
    padding-top: 95px;
    padding-bottom: 60px;
  }
  .careers-hero-section .content-container {
    display: block;
  }
  .careers-hero-section .content {
    padding-right: 0;
  }
  .careers-hero-section .content .heading-1 {
    font-size: 28px;
  }
  .careers-hero-section .content p {
    font-size: 16px;
    padding-top: 0;
  }
  .careers-hero-section .image-card {
    margin-top: 40px;
    height: 175px;
  }
  .careers-hero-section .image-card img {
    max-height: 175px;
  }

  .careers-posts-section {
    padding: 40px 0 40px 0;
  }
  .careers-posts-section .careers-posts-content h2 {
    font-size: 28px;
    padding: 0 16px;
  }

  .list-of-job-cards {
    margin-top: 15px;
  }

  .job-card {
    padding: 24px 32px;
    margin: 30px 0;
  }
  .job-card h3 {
    font-size: 18px;
    font-weight: 600;
  }
  .job-card p {
    font-size: 15px;
    padding: 16px 0px 8px 0;
  }
  .job-card a {
    position: initial;
  }

  .careers-quote-banner {
    height: auto;
    border-top-left-radius: 0;
    padding: 100px 0;
  }
  .careers-quote-banner .careers-quote-banner-content-container {
    display: block;
    min-height: auto;
  }
  .careers-quote-banner .careers-quote-banner-content-container .careers-quote-banner-content {
    border-left: 0;
    padding-left: 0;
  }
  .careers-quote-banner .careers-quote-banner-content-container .careers-quote-banner-content h3 {
    font-size: 22px;
    line-height: 36px;
    width: 100%;
  }
  .careers-quote-banner .careers-quote-banner-content-container .careers-quote-banner-content span {
    font-size: 14px;
    color: #EEE;
  }

  .careers-perks-section {
    padding: 40px 0 40px 0;
  }
  .careers-perks-section .careers-perks-content h2 {
    font-size: 28px;
    padding: 0 16px;
  }

  .list-of-perks {
    margin-top: 30px;
  }
  .list-of-perks .perk-card {
    margin: 16px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .careers-hero-section .image-card {
    height: 350px;
  }
  .careers-hero-section .image-card img {
    max-height: 350px;
  }

  .careers-quote-banner {
    height: auto;
    border-top-left-radius: 0;
    padding: 100px 0;
  }
  .careers-quote-banner .careers-quote-banner-content-container {
    display: block;
    min-height: auto;
  }
  .careers-quote-banner .careers-quote-banner-content-container .careers-quote-banner-content {
    border-left: 0;
    padding-left: 0;
  }
  .careers-quote-banner .careers-quote-banner-content-container .careers-quote-banner-content h3 {
    font-size: 28px;
    line-height: 40px;
  }

  .list-of-perks .perk-card {
    margin: 24px 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .careers-hero-section .content {
    padding-right: 8%;
  }

  .careers-quote-banner {
    height: auto;
    border-top-left-radius: 0;
    padding: 100px 0;
  }
  .careers-quote-banner .careers-quote-banner-content-container {
    display: block;
    min-height: auto;
  }
  .careers-quote-banner .careers-quote-banner-content-container .careers-quote-banner-content {
    border-left: 0;
    padding-left: 0;
  }
  .careers-quote-banner .careers-quote-banner-content-container .careers-quote-banner-content h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .list-of-perks .perk-card {
    margin: 24px 20px;
  }
}
.career-post-section {
  padding-top: 70px;
  padding-bottom: 40px;
}
.career-post-section .career-post-featured-banner {
  padding: 50px 0 75px 0;
  background-color: #FAFAFA;
}
.career-post-section .career-post-featured-banner .career-post-featured-banner-content {
  padding-left: 16%;
  padding-right: 16%;
}
.career-post-section .career-post-featured-banner .career-post-title h1 {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  text-align: left;
  line-height: 1.3;
}
.career-post-section .career-post-featured-banner .career-post-meta-data {
  display: block;
  font-size: 13px;
  color: rgba(36, 40, 56, 0.6);
}
.career-post-section .career-post-content {
  text-align: left;
}
.career-post-section .post-content {
  line-height: 2;
  padding: 3% 8% 0 8%;
}
.career-post-section .post-content h2,
.career-post-section .post-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 35px 0 50px 0;
}
.career-post-section .post-content h4,
.career-post-section .post-content h5,
.career-post-section .post-content h6 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 35px 0 50px 0;
}
.career-post-section .post-content p {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  line-height: 2;
  text-align: left;
  padding-bottom: 24px;
}
.career-post-section .post-content ul,
.career-post-section .post-content ol {
  padding-bottom: 24px;
}
.career-post-section .post-content li {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  line-height: 2;
}
.career-post-section .post-content a {
  text-decoration: none;
  color: #ff3366;
}
.career-post-section .post-content a:hover {
  text-decoration: underline;
}
.career-post-section .post-content hr {
  margin: 40px 0;
  border-top: 1px solid #ff3366;
}

@media (max-width: 812px) {
  .career-post-section {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .career-post-section .career-post-featured-banner {
    padding: 50px 0 75px 0;
    background-color: #FAFAFA;
  }
  .career-post-section .career-post-featured-banner .career-post-featured-banner-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .career-post-section .career-post-featured-banner .career-post-title h1 {
    font-size: 28px;
    text-align: center;
  }
  .career-post-section .career-post-featured-banner .career-post-meta-data {
    text-align: center;
  }
  .career-post-section .post-content {
    padding: 32px 8px;
    margin-top: 0;
  }
  .career-post-section .post-content h2,
.career-post-section .post-content h3 {
    font-size: 20px;
    margin: 10px 0 30px 0;
  }
  .career-post-section .post-content h4,
.career-post-section .post-content h5,
.career-post-section .post-content h6 {
    font-size: 18px;
    margin: 10px 0 30px 0;
  }
  .career-post-section .post-content p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .career-post-section .post-content ul {
    padding-bottom: 20px;
  }
  .career-post-section .post-content li {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .career-post-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.blog-list {
  background-color: #FAFAFA;
  padding-top: 140px;
  padding-bottom: 80px;
}

.grid-primary {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 70px;
  margin-bottom: 40px;
}
.grid-primary .grid-row {
  width: 100%;
}

.primary-blog-post-container {
  height: 100%;
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: 0px 1px 1px #00000025;
}
.primary-blog-post-container a {
  text-decoration: none;
}
.primary-blog-post-container .post-content {
  display: flex;
}
.primary-blog-post-container .post-content .post-image {
  flex: 7;
}
.primary-blog-post-container .post-content .post-image img {
  width: 100%;
  height: auto;
  height: 440px;
  object-fit: cover;
  border-radius: 15px 0 0 15px;
}
.primary-blog-post-container .post-content .post-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 440px;
  flex: 3;
  padding: 0 5%;
}
.primary-blog-post-container .post-content .post-summary .post-category {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00000099;
  letter-spacing: 0;
}
.primary-blog-post-container .post-content .post-summary h2 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin-top: 16px;
  margin-bottom: 16px;
}
.primary-blog-post-container .post-content .post-summary p {
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.87);
  margin-top: 0;
  margin-bottom: 16px;
}
.primary-blog-post-container .post-content .post-summary .post-date {
  font-size: 12px;
  color: #00000099;
}

.grid-secondary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.grid-secondary .grid-col {
  width: 100%;
}

.secondary-blog-post-container {
  height: 100%;
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: 0px 1px 1px #00000025;
}
.secondary-blog-post-container a {
  text-decoration: none;
}
.secondary-blog-post-container .post-content .post-image img {
  width: 100%;
  height: auto;
  height: 200px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.secondary-blog-post-container .post-content .post-summary {
  padding: 28px 10%;
}
.secondary-blog-post-container .post-content .post-summary .post-category {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(36, 40, 56, 0.6);
  letter-spacing: 0;
}
.secondary-blog-post-container .post-content .post-summary h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 16px 0;
}
.secondary-blog-post-container .post-content .post-summary .post-date {
  font-size: 0.9em;
  color: rgba(36, 40, 56, 0.6);
}

.hover .secondary-blog-post-container {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.hover:hover .secondary-blog-post-container {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transform: translateZ(0);
  box-shadow: 0 12px 60px rgba(10, 10, 10, 0.2);
}

@media (max-width: 812px) {
  .blog-list {
    padding-top: 95px;
    padding-bottom: 40px;
  }

  .grid-primary {
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .primary-blog-post-container .post-content {
    display: initial;
  }
  .primary-blog-post-container .post-content .post-image img {
    max-height: 200px;
    border-radius: 15px 15px 0 0;
  }
  .primary-blog-post-container .post-content .post-summary {
    display: block;
    height: auto;
    padding: 24px;
  }
  .primary-blog-post-container .post-content .post-summary h2 {
    font-size: 1.5em;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .primary-blog-post-container .post-content .post-summary p {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .grid-secondary {
    grid-template-columns: repeat(1, 1fr);
  }

  .secondary-blog-post-container .post-content .post-image img {
    max-height: 175px;
  }
  .secondary-blog-post-container .post-content .post-summary {
    padding: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .primary-blog-post-container .post-content .post-image img {
    max-height: 300px;
  }
  .primary-blog-post-container .post-content .post-summary {
    padding: 40px;
  }

  .grid-secondary {
    grid-template-columns: repeat(2, 1fr);
  }

  .secondary-blog-post-container .post-content .post-image img {
    max-height: 200px;
  }
  .secondary-blog-post-container .post-content .post-summary {
    padding: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .flex-secondary {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog-post-section {
  padding-top: 100px;
  padding-bottom: 40px;
}
.blog-post-section .featured-image .image-container img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 25px;
  background-color: #FFF;
}
.blog-post-section hr {
  margin: 40px 0;
  border-top: 1px solid #ff3366;
}
.blog-post-section .blog-post-content {
  text-align: left;
}
.blog-post-section .blog-post-title {
  padding-left: 8%;
  padding-right: 8%;
}
.blog-post-section .blog-post-title h1 {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  text-align: center;
  line-height: 1.3;
}
.blog-post-section .blog-post-meta-data {
  display: block;
  text-align: center;
  font-size: 13px;
  color: rgba(36, 40, 56, 0.6);
  padding-bottom: 40px;
}
.blog-post-section .post-content {
  background-color: #FFF;
  border-radius: 15px;
  line-height: 2;
  padding: 6% 8% 0 8%;
  margin-top: -120px;
}
.blog-post-section .post-content summary p {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin: 0;
  padding: 0;
}
.blog-post-section .post-content h2,
.blog-post-section .post-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 35px 0 50px 0;
}
.blog-post-section .post-content h4,
.blog-post-section .post-content h5,
.blog-post-section .post-content h6 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 35px 0 50px 0;
}
.blog-post-section .post-content p {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  line-height: 2;
  text-align: left;
  padding-bottom: 24px;
}
.blog-post-section .post-content ul,
.blog-post-section .post-content ol {
  padding-bottom: 24px;
}
.blog-post-section .post-content li {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  line-height: 2;
}
.blog-post-section .post-content a {
  text-decoration: none;
  color: #ff3366;
}
.blog-post-section .post-content a:hover {
  text-decoration: underline;
}
.blog-post-section .post-content hr {
  margin: 40px 0;
  border-top: 1px solid #ff3366;
}

.progress-header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: transparent;
}

.progress-container {
  width: 100%;
  height: 3px;
  background: transparent;
}

.progress-bar {
  height: 3px;
  background: #ff3366;
  width: 0%;
}

.share-button-wrapper {
  display: grid;
  grid-template-columns: auto;
  row-gap: 12px;
  position: fixed;
  top: 120px;
  right: 32px;
  text-align: center;
}
.share-button-wrapper span {
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  color: #231f20;
}

@media (max-width: 812px) {
  .blog-post-section {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .blog-post-section .featured-image .image-container img {
    border-radius: 16px;
  }
  .blog-post-section .blog-post-title {
    padding-left: 16px;
    padding-right: 16px;
  }
  .blog-post-section .blog-post-title h1 {
    font-size: 28px;
  }
  .blog-post-section .blog-post-meta-data {
    padding-bottom: 30px;
  }
  .blog-post-section .post-content {
    border-radius: 0;
    padding: 32px 8px;
    margin-top: 0;
  }
  .blog-post-section .post-content summary p {
    font-size: 22px;
  }
  .blog-post-section .post-content h2,
.blog-post-section .post-content h3 {
    font-size: 20px;
    margin: 10px 0 30px 0;
  }
  .blog-post-section .post-content h4,
.blog-post-section .post-content h5,
.blog-post-section .post-content h6 {
    font-size: 18px;
    margin: 10px 0 30px 0;
  }
  .blog-post-section .post-content p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .blog-post-section .post-content ul {
    padding-bottom: 20px;
  }
  .blog-post-section .post-content li {
    font-size: 16px;
  }

  .share-button-wrapper {
    width: 90%;
    grid-auto-flow: column;
    position: static;
    align-items: center;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blog-post-section .featured-image .image-container img {
    height: 350px;
  }
}
.related-posts-section {
  padding-bottom: 80px;
}
.related-posts-section h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #ff3366;
  line-height: 0.1em;
  margin: 10px 0 80px 0;
}
.related-posts-section h4 span {
  background: #FFF;
  padding: 0 32px 0 0;
}

.grid-related {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 40px;
}
.grid-related .grid-col {
  width: 100%;
}

.related-blog-post-container {
  height: 100%;
}
.related-blog-post-container a {
  text-decoration: none;
}
.related-blog-post-container .post-content .post-image img {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: cover;
  border-radius: 15px;
}
.related-blog-post-container .post-content .post-summary {
  padding: 24px 24px 0 0;
}
.related-blog-post-container .post-content .post-summary .post-category {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(36, 40, 56, 0.6);
  letter-spacing: 0;
}
.related-blog-post-container .post-content .post-summary h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 16px 0 0 0;
}

@media (max-width: 812px) {
  .related-posts-section {
    padding-bottom: 40px;
  }
  .related-posts-section h4 {
    font-size: 18px;
    border-bottom: 1px solid #ff3366;
    line-height: 0.1em;
    margin: 10px 0 40px 0;
  }
  .related-posts-section h4 span {
    background: #FFF;
    padding: 0 24px 0 0;
  }

  .grid-related {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }

  .related-blog-post-container {
    height: 100%;
  }
  .related-blog-post-container a {
    text-decoration: none;
  }
  .related-blog-post-container .post-content .post-image img {
    max-height: 175px;
  }
  .related-blog-post-container .post-content .post-summary {
    padding: 24px 24px 0 0;
  }
  .related-blog-post-container .post-content .post-summary h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 16px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .grid-related {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact-section {
  background-color: #FAFAFA;
  padding-top: 140px;
  padding-bottom: 80px;
}
.contact-section p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  line-height: 1.8;
  padding-top: 10px;
  padding-right: 80px;
}
.contact-section .content-container {
  display: flex;
  align-items: center;
}
.contact-section .content {
  flex: 1;
}
.contact-section .contact-details {
  margin-top: 4px;
}
.contact-section .contact-details .item {
  display: inline-flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.contact-section .contact-details .item span {
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
}
.contact-section .contact-details .item a {
  text-decoration: none;
  color: #ff3366;
}
.contact-section .contact-details .item a:hover {
  text-decoration: underline;
}
.contact-section .contact-details .item img {
  width: 24px;
  margin-right: 10px;
}
.contact-section .social-media-links h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.contact-section .social-media-links ul {
  padding: 0;
  margin: 0;
}
.contact-section .social-media-links ul li {
  display: inline;
  margin-right: 4px;
}
.contact-section .social-media-links ul li a {
  text-decoration: none;
}
.contact-section .social-media-links ul li img {
  width: 24px;
  height: 24px;
}
.contact-section .image-card {
  flex: 1;
  height: 530px;
  border-radius: 15px;
}
.contact-section .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

@media (max-width: 812px) {
  .contact-section {
    padding-top: 95px;
    padding-bottom: 60px;
  }
  .contact-section .content-container {
    display: block;
  }
  .contact-section p {
    font-size: 16px;
    padding-top: 0;
    padding-right: 0;
  }
  .contact-section .contact-details .item span {
    font-size: 15px;
  }
  .contact-section .social-media-links ul li {
    margin-right: 12px;
  }
  .contact-section .image-card {
    margin-top: 40px;
    height: 200px;
  }
  .contact-section .image-card img {
    max-height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-section .image-card {
    height: 350px;
  }
  .contact-section .image-card img {
    max-height: 350px;
  }
}
.default-page-section {
  padding-top: 120px;
  padding-bottom: 70px;
  background-color: #FAFAFA;
}
.default-page-section .default-page-content {
  background-color: #FFF;
  border-radius: 15px;
  line-height: 2;
  padding: 6% 8% 2% 8%;
  box-shadow: 0px 1px 1px #00000025;
}
.default-page-section .default-page-content h1 {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  text-align: left;
  line-height: 1.3;
  margin: 0 0 32px 0;
}
.default-page-section .default-page-content h2,
.default-page-section .default-page-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 25px 0 40px 0;
}
.default-page-section .default-page-content h4,
.default-page-section .default-page-content h5,
.default-page-section .default-page-content h6 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 25px 0 40px 0;
}
.default-page-section .default-page-content p {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  line-height: 2;
  text-align: left;
  padding-bottom: 24px;
}
.default-page-section .default-page-content ul,
.default-page-section .default-page-content ol {
  padding-bottom: 24px;
}
.default-page-section .default-page-content li {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  line-height: 2;
}
.default-page-section .default-page-content a {
  text-decoration: none;
  color: #ff3366;
}
.default-page-section .default-page-content a:hover {
  color: #000;
}
.default-page-section .default-page-content hr {
  margin: 40px 0;
  border-top: 1px solid #ff3366;
}

@media (max-width: 812px) {
  .default-page-section {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .default-page-section .default-page-content {
    padding: 24px;
  }
  .default-page-section .default-page-content h1 {
    font-size: 28px;
  }
  .default-page-section .default-page-content h2,
.default-page-section .default-page-content h3 {
    font-size: 20px;
    margin: 10px 0 30px 0;
  }
  .default-page-section .default-page-content h4,
.default-page-section .default-page-content h5,
.default-page-section .default-page-content h6 {
    font-size: 18px;
    margin: 10px 0 30px 0;
  }
  .default-page-section .default-page-content p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .default-page-section .default-page-content ul {
    padding-bottom: 20px;
  }
  .default-page-section .default-page-content hr {
    margin: 30px 0;
  }
}
.error404 .page-wrapper {
  display: grid;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 205px);
}

.page-404-section {
  padding: 90px 0 80px 0;
}
.page-404-section .helpful-message {
  text-align: center;
  padding-top: 40px;
}
.page-404-section .helpful-message h1 {
  font-size: 52px;
  font-weight: 900;
  color: #999;
  margin: 0;
}
.page-404-section .helpful-message p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.9;
  text-align: center;
  padding-bottom: 20px;
}
.page-404-section .helpful-message ul {
  list-style: none;
  padding-left: 0;
}
.page-404-section .helpful-message ul li {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.9;
}
.page-404-section .helpful-message ul li a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: underline;
}

@media (max-width: 812px) {
  .page-404-section {
    padding: 40px 0 2px 0;
  }
  .page-404-section .helpful-message {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .page-404-section .helpful-message h1 {
    font-size: 32px;
  }
  .page-404-section .helpful-message p {
    font-size: 15px;
  }
  .page-404-section .helpful-message ul li {
    font-size: 15px;
  }
}
.footer {
  width: 100%;
  min-height: 100px;
  background-color: #111;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  padding: 56px 0 48px 0;
}
.footer .footer-flex-container {
  display: flex;
  align-items: center;
}
.footer .footer-flex-container .footer-left-item,
.footer .footer-flex-container .footer-center-item,
.footer .footer-flex-container .footer-right-item {
  width: 100%;
}
.footer .footer-left-item img {
  height: 36px;
}
.footer .footer-center-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  text-align: center;
}
.footer .footer-center-item p {
  margin: 0;
  padding-bottom: 5px;
  font-weight: 300;
}
.footer .footer-center-item ul {
  list-style: none;
  padding-inline-start: 0;
  margin: 0 40px;
}
.footer .footer-center-item ul li {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  line-height: 40px;
}
.footer .footer-center-item ul li a {
  color: #C8C8C8;
}
.footer .footer-right-item {
  text-align: right;
}
.footer .footer-right-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  margin: 0;
}
.footer .footer-right-item .social-media-links {
  padding: 16px 0 8px 0;
}
.footer .footer-right-item .social-media-links ul {
  padding: 0;
  margin: 0;
}
.footer .footer-right-item .social-media-links ul li {
  display: inline;
  margin-right: 4px;
}
.footer .footer-right-item .social-media-links ul li a {
  text-decoration: none;
}
.footer .footer-right-item .social-media-links ul li img {
  width: 24px;
  height: 24px;
}
.footer .footer-right-item p {
  font-size: 15px;
  font-weight: 300;
  color: #C8C8C8;
}

@media (max-width: 992px) {
  .footer {
    padding: 32px 15px 32px 15px;
  }
  .footer .footer-flex-container {
    display: block;
  }
  .footer .footer-flex-container .footer-left-item {
    width: 100%;
  }
  .footer .footer-left-item {
    text-align: center;
    padding-bottom: 32px;
  }
  .footer .footer-left-item img {
    height: 28px;
  }
  .footer .footer-center-item {
    border-top: 1px solid rgba(112, 112, 112, 0.3);
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    padding: 20px 0;
  }
  .footer .footer-center-item ul {
    padding-left: 0;
  }
  .footer .footer-center-item ul li {
    font-size: 14px;
    text-align: center;
  }
  .footer .footer-right-item {
    padding-top: 24px;
  }
  .footer .footer-right-item h4 {
    font-size: 16px;
    text-align: center;
  }
  .footer .footer-right-item .social-media-links {
    text-align: center;
  }
  .footer .footer-right-item .social-media-links ul li {
    margin-right: 12px;
  }
  .footer .footer-right-item .social-media-links ul li img {
    width: 28px;
    height: 28px;
  }
  .footer .footer-right-item p {
    font-size: 14px;
    text-align: center;
  }
}

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