@charset "UTF-8";
/**
* Reset styles.
*
* Minimal reset of style.
* Some good practice are already in the inline CSS of each Gutenberg blocks.
*
* More about reset files:
* https://piccalil.li/blog/a-modern-css-reset/
* https://www.joshwcomeau.com/css/custom-css-reset/
* https://github.com/twbs/bootstrap/blob/main/scss/_reboot.scss
*/
/**
* Use box-sizing for every element.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
* Font smoothing.
*/
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  overflow-x: hidden;
}

/**
* Remove built-in form typography styles.
*/
input,
button,
textarea,
select {
  font: inherit;
}

/**
* Remove all animations, transitions for people that prefer not to see them.
* This is a global setting,
* but it would be better to use it on a per-element basis.
* https://web.dev/prefers-reduced-motion/#remove-motion-on-the-web
*
* These animations/@keyframes must be loaded from lazy.scss.
* Comment the lines below if an approach on per-element basis is used.
*/
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ol,
ul {
  padding-left: 28px;
}

button {
  cursor: pointer;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}

:root {
  --largeDesktop: 1350px;
  --smallDesktop: 1200px;
  --desktop: 1024px;
  --navBreak: 901px;
  --block: 782px;
  --tablet: 768px;
  --mobile: 600px;
  --smallMobile: 480px;
  --gutter: 25px;
  --container: 1300px;
  --assetPath: "../../assets/images";
  --color-primary: #ff4916;
  --color-secondary: #3595E2;
  --color-tertiary: #83bca9;
  --color-4: #cae7ff;
  --color-5: #f6fafd;
  --color-6: #1C5889;
  --color-7: #BFBEC0;
  --color-8: #EBF5FD;
  --text-color: #1C1B1F;
  --font-family--1: "Arial", sans-serif;
  --font-family--2: "Arial", sans-serif;
}

@keyframes wiggle {
  0% {
    transform: rotate(10deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
/* Remove Scrollbar */
/* Reset Lists */
/* Assets Path */
.wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color) {
  color: var(--text-color);
}

body {
  font-family: var(--font-family--1);
  color: var(--text-color);
}

h1 {
  line-height: 1.3;
  font-size: 48px;
  margin-bottom: 1vw;
  color: var(--text-color);
}
@media (min-width: 768px) {
  h1 {
    font-size: 56px;
  }
}

h2 {
  line-height: 1.2;
  font-size: 38px;
  margin-bottom: 1vw;
  color: var(--text-color);
  font-weight: 400;
}
@media (min-width: 768px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  line-height: 1.2;
  font-size: 34px;
  margin-bottom: 0.8vw;
  color: var(--text-color);
  font-weight: 400;
}
@media (min-width: 768px) {
  h3 {
    font-size: 34px;
  }
}

p {
  color: var(--text-color);
}

a {
  color: var(--color-primary);
}

.container {
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
}

.container-sm {
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
  max-width: 1065px;
}

.container-xs {
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
  max-width: 850px;
}

:not(.page-template-template-fullwidth) .content-area-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1220px) {
  :not(.page-template-template-fullwidth) .content-area-wrapper {
    flex-direction: row;
  }
}

.gutter {
  padding: 25px 15px;
}
@media (min-width: 768px) {
  .gutter {
    padding: 45px 25px;
  }
}
.gutter .gutter {
  padding: 35px 0;
}
.gutter .side-gutter {
  padding: 0 0;
}

.gutter-sm {
  padding: 35px 25px;
}
.gutter-sm .gutter {
  padding: 35px 0;
}
.gutter-sm .side-gutter {
  padding: 0 0;
}

.inner-gutter {
  padding: 45px 25px;
}

.side-gutter {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .side-gutter {
    padding: 0 25px;
  }
}
.side-gutter .gutter {
  padding: 35px 0;
}
.side-gutter .side-gutter {
  padding: 0 0;
}

.flex-columns-wrapper {
  max-width: 100%;
}

@media (min-width: 768px) {
  .flex-columns {
    display: flex;
  }
}

@media (min-width: 768px) {
  .flex-column {
    flex: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadein {
  /* display: none; */
  /* opacity:0; */
  position: relative;
  bottom: -300px;
  transition: all 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.is-root-container .fadein {
  bottom: 0;
  opacity: 1;
}

.faded {
  bottom: 0;
  opacity: 1;
}

.fadeinleft {
  position: relative;
  left: -300px;
  transition: all 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.is-root-container .fadeinleft {
  left: 0;
  opacity: 1;
}

.faded-left {
  left: 0;
  opacity: 1;
}

.fadeinright {
  position: relative;
  right: -300px;
  transition: all 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.is-root-container .fadeinright {
  right: 0;
  opacity: 1;
}

.faded-right {
  right: 0;
  opacity: 1;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -50px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 12px;
  height: 12px;
  background-color: var(--color-6);
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: transparent;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 100%;
}
.slick-dots li.slick-active button:before {
  background-color: var(--color-primary);
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.btn-primary,
.hs-submit .custom-submit-button {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  min-height: 55px;
  min-width: 148px;
  padding-top: 2px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 5px;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-primary:hover,
.hs-submit .custom-submit-button:hover {
  color: #fff;
  background-color: #CC5B3D;
  transform: scale(1.03);
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  min-height: 55px;
  min-width: 148px;
  padding-top: 2px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 5px;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-white:hover {
  background-color: #F4F9FD;
  transform: scale(1.03);
}

.icon-box {
  height: 30px;
  width: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.icon-twitter {
  background-color: white;
  background-image: url("../images/icon-twitter.svg");
}
.icon-twitter:focus, .icon-twitter:hover {
  background-color: #F4F9FD;
}

.icon-linkedin {
  background-color: white;
  background-image: url("../images/icon-linkedin.svg");
}
.icon-linkedin:focus, .icon-linkedin:hover {
  background-color: #F4F9FD;
}

.footer-social__icon-box a:first-child {
  margin-right: 15px;
}

.hero-general-overlay.hero-general-section {
  margin-top: -194.75px;
  padding-top: 105px;
}

.is-root-container .hero-general-overlay.hero-general-section {
  margin-top: 0;
  padding-top: 0;
}

.hero-general__image-box {
  position: relative;
  min-height: 650px;
  max-width: 100%;
  width: 100%;
  display: block;
  min-height: 430px;
  aspect-ratio: 1920/430;
}
.hero-general__image-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-general-contained-image .hero-general__image-box img {
  -o-object-fit: contain;
     object-fit: contain;
}

.hero-general-content {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 50px 25px;
}
@media (min-width: 768px) {
  .hero-general-content {
    padding: 0 25px;
    padding-top: 0;
  }
}

.hero-general-content__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.hero-general-section .hero-general__title {
  color: #FFF;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 5px;
  margin-bottom: 0;
  font-family: var(--font-family--2);
  font-size: 44px;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-general-section .hero-general__title {
    max-width: 900px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1220px) {
  .hero-general-section .hero-general__title {
    font-size: 62px;
  }
}

.hero-general__subtitle {
  color: var(--color-primary);
  text-align: center;
  font-family: var(--font-family--2);
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  font-size: 44px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .hero-general__subtitle {
    font-size: 64px;
  }
}

.hero-general__text {
  color: var(--color-secondary);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
}

.hero-general__text p:last-child {
  margin-bottom: 0;
}

.hero-general__button-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .hero-general__button-box {
    flex-direction: row;
  }
}

.hero-general__button-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 9px 15px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-width: 300px;
  padding: 5px 25px;
  min-height: 42px;
  background-color: var(--color-primary);
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .hero-general__button-box a {
    margin: 0 9px;
  }
}

.post-cards-section {
  background-color: var(--color-5);
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .post-cards-section {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}

@media (min-width: 600px) {
  .post-cards__wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: -10px;
  }
}

.post-cards__item {
  width: 100%;
  padding-bottom: 25px;
}
@media (min-width: 600px) {
  .post-cards__item {
    width: 50%;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .post-cards__item {
    width: 33.333%;
  }
}
.is-root-container .post-cards__item {
  width: 31% !important;
}

@media (min-width: 768px) {
  .post-cards-half .post-cards__item {
    width: 50%;
  }
}

@media (min-width: 600px) {
  .post-cards-third .post-cards__item {
    width: 50%;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .post-cards-third .post-cards__item {
    width: 33.333%;
  }
}

@media (min-width: 600px) {
  .post-cards-quarter .post-cards__item {
    width: 50%;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .post-cards-quarter .post-cards__item {
    width: 25%;
  }
}

.post-cards__header {
  color: var(--color-secondary);
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 48px;
  font-family: var(--font-family--2);
  margin-bottom: 3vw;
}
@media (min-width: 768px) {
  .post-cards__header {
    font-size: 64px;
  }
}
.post-cards__header em {
  color: var(--color-primary);
}

.post_card__image-box {
  margin-bottom: 1.8vw;
}

.post-card__title {
  color: var(--color-secondary);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 28px;
  font-family: var(--font-family--2);
  margin-bottom: 1.5vw;
}
@media (min-width: 768px) {
  .post-card__title {
    font-size: 32px;
  }
}
.post-card__title em {
  color: var(--color-primary);
}

.post-card-block-description {
  font-size: 18px;
  color: var(--color-4);
}

.post_card__image-box {
  aspect-ratio: 420/251;
  position: relative;
  background-color: #D9D9D9;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
}

.post_card__image-box div {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  max-width: 80%;
  margin: 0 auto;
  letter-spacing: 1px;
}

.post_card__image-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  background-color: #D9D9D9;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.post-cards-repeater__item-text p:last-child {
  margin-bottom: 0;
}

.post-card__link {
  text-decoration: none !important;
}

.post-card__link:hover .post-card__title {
  color: var(--color-primary);
}
.post-card__link:hover .post-card-block-description p {
  color: var(--color-secondary);
}
.post-card__link:hover .post_card__image-box img {
  transform: scale(1.1);
}

.blog-list-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body .blog-list__item-link {
  text-decoration: none;
}

.blog-list__title {
  color: #000;
  text-align: center;
  font-family: var(--font-family--2);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 44px;
  margin-bottom: 105px;
}
@media (min-width: 768px) {
  .blog-list__title {
    font-size: 64px;
  }
}

.blog-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 15px);
  margin: -15px;
}

.blog-list__item {
  width: 100%;
  padding: 15px;
}
@media (min-width: 600px) {
  .blog-list__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .blog-list__item {
    width: 33.333%;
  }
}

@media (min-width: 768px) {
  .blog-list-single .blog-list__item {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .blog-list-half .blog-list__item {
    width: 50%;
  }
}

@media (min-width: 600px) {
  .blog-list-third .blog-list__item {
    width: 50%;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .blog-list-third .blog-list__item {
    width: 33.333%;
  }
}

@media (min-width: 600px) {
  .blog-list-quarter .blog-list__item {
    width: 50%;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .blog-list-quarter .blog-list__item {
    width: 25%;
  }
}

.blog-list__image-box {
  aspect-ratio: 547/333;
  position: relative;
  margin-bottom: 35px;
}

.blog-list__image-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-list-repeater__item-title {
  color: #000;
  font-family: var(--font-family--2);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 10px;
}

.blog-list__podcast-icon {
  position: relative;
  margin-bottom: 30px;
}

.blog-list-repeater__item-date {
  color: var(--color-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 30px;
}

.blog-list-repeater__item-text p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
}

.blog-list-section .pagination {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  width: 100%;
  margin-top: 50px;
}

.blog-list-section .page-numbers {
  margin-left: 6px;
  margin-right: 6px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  color: black;
}

.blog-list-section .page-numbers.current {
  color: var(--color-primary);
}

.prev.page-numbers,
.next.page-numbers {
  background-image: url("../images/next-icon.svg");
  background-repeat: no-repeat;
  color: transparent !important;
  background-size: contain;
  height: 40px;
  width: 40px;
}

.prev.page-numbers {
  background-image: url("../images/prev-icon.svg");
}

.next.page-numbers {
  background-image: url("../images/next-icon.svg");
}

.blog-list__item-inner {
  background-color: white;
  box-shadow: 0 1px 1px 0 rgba(164, 164, 164, 0.11);
  height: 100%;
}

.text-container-inner {
  padding: 10px;
}

.image-cards-header {
  text-align: center;
}

.image-cards-header-text {
  font-size: 36px;
  font-weight: 500;
}

.image-cards-repeater__item {
  min-height: 300px;
}

.image-cards-repeater__item--inner {
  background-color: white;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 15px;
  margin-right: 12px;
  margin-left: 12px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .image-cards-repeater__item--inner {
    min-height: 250px;
  }
}

.image-card-box {
  position: relative;
  margin-bottom: 15px;
}

.image-cards-repeater__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.09px;
}

.image-cards-section .slick-prev {
  background-image: url("../images/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  left: -12px;
}
.image-cards-section .slick-prev:before {
  content: "";
}

.image-cards-section .slick-next {
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  right: -12px;
}
.image-cards-section .slick-next:before {
  content: "";
}

.image-cards-section img {
  filter: grayscale(100%);
}

.image-cards-style2 .image-cards-repeater__content {
  position: relative;
  bottom: 0;
}

.image-cards-style2 .image-cards-repeater__item--inner {
  min-height: auto;
}

#masthead.site-header {
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  z-index: 999;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#masthead.site-header.shrink {
  padding-top: 5px;
  padding-bottom: 10px;
}

.site-header__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.site-branding {
  flex: 1;
}

.site-branding .custom-logo-link img {
  max-width: 175px;
}

.mobile-menu__button {
  margin-left: 15px;
}
@media (min-width: 1064px) {
  .mobile-menu__button {
    display: none;
  }
}

.menu-toggle {
  display: block;
}
@media (min-width: 1064px) {
  .menu-toggle {
    display: none;
  }
}

.main-navigation {
  flex: 3;
  display: none;
}
@media (min-width: 1064px) {
  .main-navigation {
    display: block;
  }
}

.main-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex: 1;
  width: 100%;
  justify-content: center;
}

#main-menu > li > a {
  color: var(--text-color);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 22px;
  margin-right: 22px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#main-menu > li > a:hover {
  color: var(--color-secondary);
}

.menu-btn-box {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.menu-btn {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
  font-size: 16px;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-left: 40px;
  padding-top: 2px;
  border-radius: 9999px;
  min-height: 30px;
  min-width: 115px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (min-width: 768px) {
  .menu-btn {
    min-height: 55px;
    min-width: 148px;
  }
}
.menu-btn:hover {
  background-color: #CC5B3D;
  transform: scale(1.03);
}

#mobile-menu {
  background: #fff;
  bottom: 0;
  display: block;
  left: 0;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  transform: translate3d(-100%, 0, 0);
  transition-property: opacity, transform, visibility;
  width: 100%;
  z-index: 1001;
  grid-template-columns: 1fr;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-width: 360px;
}

#mobile-menu.menu-open {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transform: translate3d(0, 0, 0);
}

.mobile-menu-overlay {
  background-color: black !important;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition-duration: 192ms;
  transition-property: opacity, visibility;
  transition-timing-function: linear;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
  -webkit-appearance: none;
}

.overlay-active {
  opacity: 0.6;
  transition-duration: 224ms;
  visibility: visible;
}

.mobile-menu__header-buttons {
  display: flex;
  justify-content: flex-end;
  padding: 10px 5px;
}

.mobile-menu__header button {
  background: none !important;
  border: 0;
  cursor: pointer !important;
  font-size: 100%;
  padding: 0;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.mobile-menu__content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__content > .mobile-menu > ul > li {
  margin-bottom: 18px;
}

.mobile-menu__content > .mobile-menu > ul > li > a {
  color: var(--text-color);
  font-weight: 400;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mobile-menu__content > .mobile-menu > ul > li > a:hover {
  color: #CC5B3D;
}

.header-message {
  background-color: var(--color-primary);
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
}

.header-message__text p,
.header-message__text a {
  color: white;
}

.header-message__text p:last-child {
  margin-bottom: 0;
}

.header-message__text a {
  font-weight: 600;
}

.custom-logo-link {
  text-decoration: none;
}
.custom-logo-link:hover {
  color: var(--color-secondary);
}

.logo-title {
  font-size: 32px;
  margin-bottom: 10px;
  text-decoration: underline;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.custom-logo-link:hover .logo-title {
  color: var(--color-secondary);
}

.logo-subtitle {
  font-size: 18px;
  text-decoration: none !important;
  margin-bottom: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.custom-logo-link:hover .logo-subtitle {
  color: var(--color-secondary);
}

.site-footer__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 25px 12px;
}
@media (min-width: 768px) {
  .site-footer__inner {
    flex-direction: row;
    padding: 50px 12px;
  }
}

.site-footer__column {
  flex: 1;
}

.footer-logo__column {
  max-width: 250px;
  padding-right: 15px;
}

footer .custom-logo {
  margin-bottom: 15px;
}

.site-footer__column .menu {
  padding-top: 10px;
}

footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer .menu-item {
  margin-bottom: 10px;
}

footer .menu-item a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
footer .menu-item a:hover {
  color: var(--color-primary);
}

.footer-social__column--inner {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .footer-social__column--inner {
    display: flex;
    justify-content: flex-end;
  }
}

.footer-social__icon-box {
  display: flex;
  margin-left: auto;
}

.footer-social__column a {
  padding-right: 25px;
}
@media (min-width: 768px) {
  .footer-social__column a {
    padding-left: 25px;
  }
}

.footer-cert img {
  max-width: 100px;
}

.site-footer__bottom {
  text-align: center;
  margin-bottom: 30px;
}

.content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.page-content {
  background: #f4f4f4;
}

@media (min-width: 768px) {
  .page-content main {
    width: 75%;
    padding-right: 35px;
  }
}

@media (min-width: 768px) {
  .page-content aside {
    width: 25%;
  }
}

#secondary .wp-block-group {
  padding: 0;
}

#secondary h2.wp-block-heading {
  font-size: 24px;
  font-weight: bold;
}

#secondary section.widget {
  margin-top: 30px;
}

#secondary .wp-block-categories-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#secondary .wp-block-categories-list li {
  margin-bottom: 10px;
  padding-left: 8px;
}
#secondary .wp-block-categories-list li a {
  font-size: 18px;
  color: var(--color-primary);
  font-weight: bold;
  text-decoration: none;
}

.archive #primary > article,
.single #primary > article {
  background: white;
  padding: 30px;
  box-shadow: 0 1px 1px 0 rgba(164, 164, 164, 0.11);
  margin-bottom: 30px;
  border-radius: 5px;
}

.single #primary > nav {
  margin-bottom: 30px;
}

.category-pills {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.category-pill {
  background: var(--color-primary);
  border-radius: 5px;
  padding: 5px 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.category-pill a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#nav-menus-frame h2, #nav-menus-frame h3 {
  font-size: 16px !important;
}

.block-editor .wp-block {
  max-width: 95% !important;
}
.block-editor .wp-block[data-align=wide] {
  max-width: 1280px;
}
.block-editor .wp-block-group {
  border: 4px dashed black;
  padding: 10px;
}
.block-editor .wp-block-group .wp-block-group {
  padding: 0;
  border: none;
}
.block-editor .wp-block-spacer,
.block-editor [data-title=Spacer] {
  background-color: #e3e3e3;
}
.block-editor .login form {
  border-radius: 13px;
}

body .wp-block-group__inner-container,
body .wp-block-cover__inner-container {
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
}

body .wp-block-group,
body .wp-block-cover {
  padding: 35px 15px;
}
@media (min-width: 768px) {
  body .wp-block-group,
  body .wp-block-cover {
    padding: 50px 25px;
  }
}
body .wp-block-group .wp-block-group,
body .wp-block-group .wp-block-cover,
body .wp-block-cover .wp-block-group,
body .wp-block-cover .wp-block-cover {
  padding: 0;
}

body .gutter-lg {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  body .gutter-lg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.max-width-small {
  max-width: 654px;
  margin-left: auto;
  margin-right: auto;
}

#lottie-container {
  max-width: 350px;
  margin: 0 auto;
}

.no-top-padding {
  padding-top: 1px !important;
}

.wp-block-button__link {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.wp-block-button__link:hover {
  color: #fff !important;
  background-color: #CC5B3D !important;
  transform: scale(1.03);
}
/*# sourceMappingURL=style.css.map */
