@-webkit-keyframes stretch {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes stretch {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes stretchless {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes stretchless {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes stretchreverce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
}
@keyframes stretchreverce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
}
@font-face {
  font-family: "VC Kansas Casual";
  src: url("VCKansasCasual-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "VC Kansas Casual";
  src: url("VCKansasCasual-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "VC Kansas Casual";
  src: url("VCKansasCasual-Black.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "VC Kansas Casual";
  src: url("VCKansasCasual-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "VC Kansas Casual";
  src: url("VCKansasCasual-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "VC Kansas Casual";
  src: url("VCKansasCasual-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.error-page .half-image-half-content .inner-wrapper {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #1e1e1e;
}
@media only screen and (max-width: 768px) {
  .error-page .half-image-half-content .inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.error-page .half-image-half-content .image-section {
  max-width: 50%;
  width: 100%;
  position: relative;
  min-height: 800px;
  height: 20vw;
  border-right: 1px solid #1e1e1e;
}
@media only screen and (max-width: 980px) {
  .error-page .half-image-half-content .image-section {
    min-height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .error-page .half-image-half-content .image-section {
    margin-bottom: 40px;
    max-width: 100%;
    min-height: unset;
    max-height: 500px;
    height: 70vw;
    border-bottom: 1px solid #1e1e1e;
    border-right: 0;
  }
}
.error-page .half-image-half-content .image-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.error-page .half-image-half-content .content {
  width: 100%;
  max-width: 50%;
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .error-page .half-image-half-content .content {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 768px) {
  .error-page .half-image-half-content .content {
    padding: 0 30px;
    max-width: 100%;
  }
}
.error-page .half-image-half-content .content .pre-title {
  margin-bottom: 20px;
}
.error-page .half-image-half-content .content h1 {
  padding-bottom: 19px;
  position: relative;
  margin-bottom: 30px;
}
.error-page .half-image-half-content .content h1:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: #ff5c62;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.error-page .half-image-half-content .content .description {
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .error-page .half-image-half-content .content .description {
    max-width: 290px;
  }
}
@media only screen and (max-width: MQ-480) {
  .error-page .half-image-half-content .content .description {
    max-width: 290px;
  }
}
.home-hero-blog-slider {
  position: relative;
}
.home-hero-blog-slider::before {
  content: "";
  width: 100%;
  height: 48px;
  background: url(images/graphics-dots.png) repeat center/1920px;
  position: absolute;
  bottom: -70px;
  left: 0;
}
.home-hero-blog-slider .slide-container {
  position: relative;
  max-height: 936px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 0 476px 0;
}
@media (max-width: 600px) {
  .home-hero-blog-slider .slide-container {
    min-height: 760px;
    padding: 100px 0 250px 0;
  }
}
.home-hero-blog-slider .image-section {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-bottom: 3px solid var(--color-red);
}
.home-hero-blog-slider .image-section img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
.home-hero-blog-slider .content {
  max-width: 1604px;
  margin: 0 auto;
  width: 100%;
  padding: 0 100px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media (max-width: 992px) {
  .home-hero-blog-slider .content {
    padding: 0 60px;
  }
}
@media (max-width: 600px) {
  .home-hero-blog-slider .content {
    padding: 0 30px;
  }
}
.home-hero-blog-slider .content .container {
  color: var(--color-white);
  max-width: 548px;
}
.home-hero-blog-slider .content h1 {
  color: var(--color-white);
  display: inline-block;
}
.home-hero-blog-slider .content h1 span {
  color: var(--color-red);
}
@media (max-width: 480px) {
  .home-hero-blog-slider .content h1 {
    font-size: 40px !important;
  }
}
.home-hero-blog-slider .content .h2 {
  line-height: normal;
  margin-bottom: 14px;
  margin-top: -10px;
  display: block;
}
.home-hero-blog-slider .content .description {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 480px) {
  .home-hero-blog-slider .content .description {
    font-size: 16px !important;
  }
}
.home-hero-blog-slider .content .description::before {
  content: "";
  width: 3px;
  height: calc(100% - 18px);
  background-color: var(--color-red);
  top: 4px;
  left: 0;
  position: absolute;
}
.home-hero-blog-slider .content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding-bottom: 11px;
}
@media (max-width: 600px) {
  .home-hero-blog-slider .content .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: inline-block;
  }
  .home-hero-blog-slider .content .buttons .btn--primary {
    margin-right: 0;
    margin-bottom: 40px;
    display: inline-block;
  }
  .home-hero-blog-slider .content .buttons .btn--secondary {
    display: inline-block;
  }
}
.home-hero-blog-slider .content .buttons .btn--primary {
  margin-right: 40px;
}
.home-hero-blog-slider .fl-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.home-hero-blog-slider .outer--container {
  max-width: 1604px;
  margin: 0 auto;
  width: 100%;
  padding: 0 100px;
  position: absolute;
  bottom: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  right: 0;
  left: 0;
}
@media (max-width: 992px) {
  .home-hero-blog-slider .outer--container {
    padding: 0 60px;
  }
}
@media (max-width: 600px) {
  .home-hero-blog-slider .outer--container {
    padding: 0 30px;
    bottom: 150px;
  }
}
.home-hero-blog-slider .slider-arrows {
  width: 100%;
  max-width: 550px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-hero-blog-slider .hero-slider-prev,
.home-hero-blog-slider .hero-slider-next {
  background: url(images/icon-arrow-prev.png) no-repeat center left 14px/16px;
  width: 40px;
  height: 44px;
  cursor: pointer;
}
.home-hero-blog-slider .hero-slider-prev:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(79%)
    saturate(4445%) hue-rotate(348deg) brightness(112%) contrast(107%);
  filter: brightness(0) saturate(100%) invert(12%) sepia(79%) saturate(4445%)
    hue-rotate(348deg) brightness(112%) contrast(107%);
}
.home-hero-blog-slider .hero-slider-next:hover ,.home-hero-blog-slider .hero-slider-next:focus{
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(79%)
    saturate(4445%) hue-rotate(348deg) brightness(112%) contrast(107%);
  filter: brightness(0) saturate(100%) invert(12%) sepia(79%) saturate(4445%)
    hue-rotate(348deg) brightness(112%) contrast(107%);
}
.home-hero-blog-slider .hero-slider-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 320px) {
  .home-hero-blog-slider .slider-arrows {
    top: 10px;
  }
}
.home-hero-blog-slider .hero__dots-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  margin-left: 6px;
  margin-right: 18px;
}
.home-hero-blog-slider .hero__dots-list li {
  background-color: var(--color-blue2);
  width: 8px;
  height: 8px;
  border-radius: 100px;
  margin-left: 12px;
  cursor: pointer;
}
.home-hero-blog-slider .hero__dots-list .slick-active {
  background-color: var(--color-blue);
}
.home-hero-blog-slider .hero__dots-list button {
  display: none;
}
.hero-blog-slider {
  padding: 45px 120px 100px;
  position: relative;
}
.hero-blog-slider .slide {
  display: none;
}
.hero-blog-slider .slide:first-child {
  display: block;
}
.hero-blog-slider .slick-slider .slide {
  display: block !important;
}
@media (max-width: 992px) {
  .hero-blog-slider {
    padding: 20px 60px 100px;
  }
  .hero-blog-slider:before {
    height: 85px !important;
  }
}
@media (max-width: 768px) {
  .hero-blog-slider {
    padding: 20px 30px 60px;
  }
}
.scroll-more {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: normal;
  color: #262626;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  bottom: 100px;
  right: 30px;
}
@media (max-width: 1768px) {
  .scroll-more {
    right: 0px;
  }
}
@media (max-width: 992px) {
  .scroll-more {
    display: none;
  }
}
.scroll-more span {
  display: inline-block;
  position: relative;
}
.scroll-more:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  background-color: #e89923;
}
.scroll-more:after {
  height: 69px;
  width: 7px;
  content: "";
  right: -52px;
  bottom: -25px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 2;
  background: url(images/dot-line.webp) no-repeat top/7px;
}
.hero-blog-slider .slider,
.hero-blog-slider .inner-content {
  position: initial !important;
}
.hero-blog-slider:after {
  max-width: 1772px;
  width: 100%;
  height: 97px;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  z-index: -1;
  background: url(images/graphics-blocks.webp) no-repeat center/1772px;
}
.hero-blog-slider:before {
  height: 140px;
  width: 100%;
  background: #01216a;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}
.hero-blog-slider .slide-container {
  max-width: 1604px;
  position: relative;
  width: 100%;
  z-index: 33;
  padding-bottom: 35px;
  margin: 0 auto;
}
.hero-blog-slider .content {
  background-image: linear-gradient(122deg, #012169 2%, #00539b 99%);
  max-width: 493px;
  padding: 32px;
  z-index: 1;
  position: absolute;
  bottom: 50px;
  left: 0px;
}
@media (max-width: 768px) {
  .hero-blog-slider .content {
    position: relative;
    max-width: 100%;
    bottom: 0px;
  }
}
.hero-blog-slider .content:before,
.hero-blog-slider .content:after {
  width: 20px;
  content: "";
  height: 20px;
  background: #e89923;
  position: absolute;
  content: "";
  top: -33px;
  left: 49px;
  z-index: 2;
}
.hero-blog-slider .content:after {
  left: 29px;
  top: auto;
  bottom: -35px;
}
.hero-blog-slider .content * {
  color: #ffffff;
}
.hero-blog-slider .content h2 {
  font-weight: 600;
  margin: 0 0 24px;
}
.hero-blog-slider .content p {
  line-height: normal;
}
.hero-blog-slider .content .btn-outer {
  margin: 24px 0 0;
}
.hero-blog-slider .slide {
  position: relative;
}
.hero-blog-slider .image-section {
  position: relative;
  max-height: 657px;
  height: calc(75vh - 40px);
  max-width: 1440px;
  margin-left: 105px;
  width: calc(100% - 105px);
  min-height: 550px;
}
@media (max-width: 768px) {
  .hero-blog-slider .content:before,
  .hero-blog-slider .content:after {
    display: none;
  }
  .hero-blog-slider .image-section {
    height: calc(100vw - 60px);
    max-height: 600px !important;
    margin-left: 0px;
    width: 100%;
    min-height: auto;
  }
}
.hero-blog-slider .image-section:before {
  width: 20px;
  content: "";
  height: 20px;
  background: #e89923;
  position: absolute;
  content: "";
  bottom: -35px;
  left: 280px;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-blog-slider .image-section:before {
    display: none;
  }
}
.hero-blog-slider .image-section img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.hero-blog-slider .slick-arrow {
  width: 79px;
  height: 180px;
  background-color: #e5e5e5;
  border: none;
  font-size: 0px;
  z-index: 11;
  position: absolute !important;
  left: 10px;
  top: 312px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .hero-blog-slider .slick-arrow {
    z-index: 9;
  }
}
@media (max-width: 992px) {
  .hero-blog-slider .slick-arrow {
    display: none !important;
  }
}
.hero-blog-slider .slick-arrow.slick-next {
  left: auto;
  right: 10px;
}
.hero-blog-slider .slick-arrow:before {
  content: ">>";
  position: absolute;
  top: 40%;
  font-family: Merriweather;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.07;
  letter-spacing: normal;
  color: #012169;
}
.hero-blog-slider .slick-arrow:hover:before {
  color: #ffffff;
}
.hero-blog-slider .slick-arrow.slick-prev:before {
  content: "<<";
  right: 40px;
}
.hero-blog-slider .slick-arrow:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #e89923;
  position: absolute;
  z-index: -1;
  top: -10px;
  right: -10px;
}
.hero-blog-slider .slick-arrow:hover:after {
  background-color: #c74c00;
}
.hero-blog-slider .slick-arrow.slick-prev:after {
  right: auto;
  left: -10px;
}
.hero-blog-slider .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -10px;
  max-width: 1604px;
  margin: 0 auto;
  padding-left: 105px;
}
@media (max-width: 768px) {
  .hero-blog-slider .slick-dots {
    padding-left: 0px;
  }
}
.hero-blog-slider .slick-dots button {
  display: none;
}
.hero-blog-slider .slick-dots li {
  width: 40px;
  height: 5px;
  margin-right: 10px;
  background-color: #262626;
  border-radius: 0;
}
.search-result-page {
  padding: 100px 100px 0;
}
.inner-hero-wapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.search-result-page .content-container-900 {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
.inner-hero-wapper #form-submit svg {
  height: 22px;
  width: 22px;
}
.inner-hero-wapper .search-form-box form {
  margin: 0 auto;
  max-width: 500px;
  position: relative;
  width: 100%;
}
.inner-hero-wapper .search-form-box form input {
  border: 2px solid #f75426;
  font-size: 18px;
  height: 50px;
  padding-left: 10px;
  width: 100%;
}
.inner-hero-wapper .search-form-box form input::-webkit-input-placeholder {
  color: #f75426;
}
.inner-hero-wapper .search-form-box form input::-moz-placeholder {
  color: #f75426;
}
.inner-hero-wapper .search-form-box form input:-ms-input-placeholder {
  color: #f75426;
}
.inner-hero-wapper .search-form-box form input::-ms-input-placeholder {
  color: #f75426;
}
.inner-hero-wapper .search-form-box form input::placeholder {
  color: #f75426;
}
.inner-hero-wapper form #form-submit {
  background: transparent;
  border: 0;
  height: 50px;
  position: absolute;
  right: 0;
  top: 12px;
  width: 40px;
}
.search-result-page .search-result {
  border-bottom: 1px solid #f75426 !important;
  margin-bottom: 20px;
  text-align: left;
}
.search-result-page .search-result h2 {
  margin-bottom: 20px;
  word-break: break-word;
}
.search-result-page .search-result a {
  display: block;
  text-decoration: underline !important;
}
.search-result-page .search-result a:hover {
  text-decoration: none !important;
}
.search-result-page .search-result a.read-more-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8.3px 47px 10px 28.7px !important;
}
.search-result-excerpt {
  margin-bottom: 20px;
}
.search .search-page {
  padding: 0px 30px;
}
.search .search-content p {
  text-align: center;
}
.search .search-content h1 {
  text-align: center;
  text-transform: initial;
  padding: 44px 0px 20px;
  color: var(--color-black);
}
.search .search-content h1 span {
  font: inherit;
  color: var(--color-blue);
}
.search .search-content .page-title {
  display: none !important;
}
.search .search-result {
  border-bottom: 1px solid var(--color-red) !important;
}
.search-form-box form {
  margin: 0 auto;
  max-width: 500px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-form-box .search-input {
  background: var(--color-black);
  border: none !important;
  color: var(--color-off-white) !important;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 100;
  height: 40px !important;
  letter-spacing: normal;
  line-height: normal;
  padding: 13px 23px 11px !important;
  text-align: left;
  text-decoration: none;
  width: 100%;
  max-width: 288px;
  border-radius: 20px !important;
}
.search-input::-webkit-input-placeholder {
  color: var(--color-off-white) !important;
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #fafafa;
}
.search-input::-moz-placeholder {
  color: var(--color-off-white) !important;
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #fafafa;
}
.search-input:-ms-input-placeholder {
  color: var(--color-off-white) !important;
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #fafafa;
}
.search-input::-ms-input-placeholder {
  color: var(--color-off-white) !important;
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #fafafa;
}
.search-input::placeholder {
  color: var(--color-off-white) !important;
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #fafafa;
}
.search-form-box .search-input:focus {
  outline: none !important;
  border: none;
}
.search-box #form-submit:hover svg path {
  stroke: var(--color-black);
}
.search-form-box #form-submit {
  height: 48px !important;
  width: 48px !important;
  background: var(--color-black) !important;
  border: 2px solid white !important;
  border-radius: 24px !important;
  margin-left: -48px;
  top: 0px !important;
  position: relative !important;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.search-form-box #form-submit:hover {
  background: white !important;
  border: 2px solid var(--color-black) !important;
}
.search-form-box #form-submit:hover svg {
  fill: var(--color-black);
}
.search-form-box #form-submit svg {
  height: 18px !important;
  width: 18px !important;
  fill: var(--color-white);
}
.search .search-result-page .search-result h2:hover {
  font-weight: 800;
}
.search .no_results {
  text-align: center;
  text-transform: capitalize;
}
.search .pagination {
  padding-top: 30px;
}
.search .page-numbers {
  color: var(--color-black) !important;
  border-color: var(--color-black) !important;
  height: auto !important;
  font-weight: bold !important;
  padding: 10px 25px 10px 25px !important;
}
.search .page-numbers.next {
  color: var(--color-black) !important;
  border-color: var(--color-black) !important;
  height: auto !important;
  padding: 10px 25px 10px 25px !important;
}
.search .page-numbers:hover {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
}
.search .page-numbers::after {
  background-color: var(--color-black) !important;
}
.search .page-numbers.current {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
}
@media (max-width: 992px) {
  .search-result-page {
    padding-top: 60px !important;
  }
}
@media (max-width: 768px) {
  .search-result-page {
    padding: 100px 30px 0 !important;
  }
}
.default-content {
  padding: 100px 100px 80px;
  border-top: 1px solid #1e1e1e;
}
@media only screen and (max-width: 992px) {
  .default-content {
    padding: 60px 60px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .default-content {
    padding: 40px 30px;
  }
}
.inner-hero-banner .image-section {
  position: relative;
  width: 100%;
  height: 25vw;
  max-height: 300px;
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .inner-hero-banner .image-section {
    height: 125px;
  }
}
@media only screen and (max-width: MQ-480) {
  .inner-hero-banner .image-section {
    height: 125px;
  }
}
.inner-hero-banner .image-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-hero-banner .outer-wrapper {
  padding: 60px 100px;
}
@media only screen and (max-width: 992px) {
  .inner-hero-banner .outer-wrapper {
    padidng: 0 60px;
  }
}
@media only screen and (max-width: 768px) {
  .inner-hero-banner .outer-wrapper {
    padding: 40px 30px;
  }
}
.inner-hero-banner .content {
  position: relative;
  text-align: center;
}
.inner-hero-banner .content * {
  color: #1e1e1e;
  text-align: center;
}
.inner-hero-banner .content .pre-title {
  display: block;
  margin-bottom: 15px;
}
.inner-hero-banner .content h1 {
  position: relative;
  padding-bottom: 19px;
}
.inner-hero-banner .content h1:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: #ff5c62;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
main footer:last-of-type {
  margin-top: auto;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
	color: white !important;
}
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.sr.hide {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  display: block;
}
.blockquote {
  position: relative;
}
.blockquote:before {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 4px dotted var(--color-secondary);
  position: absolute;
  content: "";
  left: -100px;
  bottom: 0px;
}
.navigation.pagination .page-numbers {
  border: 2px solid var(--color-tertiary);
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--color-secondary) !important;
  height: auto !important;
  font-weight: bold !important;
  padding: 10px 25px 10px 25px !important;
}
.navigation.pagination .next.page-numbers,
.navigation.pagination .prev {
  padding: 7px 25px 4px 10px;
  position: relative;
}
.navigation.pagination .prev {
  padding: 7px 10px 4px 25px;
}
.navigation.pagination .nav-links {
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
.blog-container {
  padding: 15px 100px 0;
}
@media (max-width: 992px) {
  .blog-container {
    padding: 15px 60px 0;
  }
}
@media (max-width: 768px) {
  .blog-container {
    padding: 15px 30px 0;
  }
}
.single .generic-hero-section .fl-row-content,
.blog-container .entry-content {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
.single .generic-hero-section .fl-row-content .inner-hero-wapper h1 {
  color: var(--color-primary);
  line-height: 1.2;
}
.single
  .generic-hero-section
  .fl-row-content
  .inner-hero-wapper
  .entry-meta
  .entry-date {
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 20px;
  font-family: var(--font-family-primary);
  margin-top: 20px;
  text-align: center;
}
.blog-container .entry-footer {
  display: none;
}
.single .comment-respond {
  display: none;
}
.single .post-navigation {
  padding: 80px 100px 0px;
}
.single .post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single .post-navigation .nav-links .nav-previous span.disable,
.single .post-navigation .nav-links .nav-next span.disable {
  display: none;
}
.single .post-navigation .nav-links .nav-previous span a,
.single .post-navigation .nav-links .nav-next span a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  color: var(--color-secondary);
  text-decoration: underline;
  letter-spacing: normal;
}
.single .post-navigation .nav-links .nav-previous span a:hover,
.single .post-navigation .nav-links .nav-next span a:hover {
  color: var(--color-tertiary);
}
@media (max-width: 992px) {
  .single .post-navigation {
    padding: 60px 60px 0px;
  }
}
@media (max-width: 768px) {
  .single .post-navigation {
    padding: 60px 30px 0px;
  }
}
.full-width-quotes p {
  font-size: 28px !important;
  line-height: 1.21;
}
.fl-row:nth-of-type(even) {
  background-color: #efefef !important;
}
.section-heading {
  width: 100%;
  margin: 0 0 30px;
}
.scroll-to-next {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  text-align: center;
}
.scroll-to-next .fl-button {
  width: 50px;
  height: 50px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.scroll-to-next .fl-button-icon {
  font-weight: bold;
}
.full-width-image-section {
  width: 100%;
  border-bottom: 2px solid #1e1e1e;
}
.full-width-image-section .image-section {
  max-height: 580px;
  height: 41vw;
}
.full-width-image-section .image-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.half-image-half-content-section .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .half-image-half-content-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.half-image-half-content-section .image-section {
  max-width: 50%;
  width: 100%;
  min-height: 495px;
  height: 20vw;
}
@media only screen and (max-width: 768px) {
  .half-image-half-content-section .image-section {
    max-width: 100%;
    margin-bottom: 40px;
    max-height: 400px;
    min-height: unset;
    height: 63.5vw;
  }
}
.half-image-half-content-section .image-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.half-image-half-content-section .content {
  width: 100%;
  max-width: 50%;
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 480px) {
  .half-image-half-content-section .content h2 {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: MQ-480) {
  .half-image-half-content-section .content h2 {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: 980px) {
  .half-image-half-content-section .content {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 768px) {
  .half-image-half-content-section .content {
    padding: 30px 30px 40px !important;
    max-width: 100%;
  }
}
.half-image-half-content-section .content .description {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .half-image-half-content-section .content .description {
    margin-top: 20px;
  }
}
.half-image-half-content-section .content .btn--primary {
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .half-image-half-content-section .content .btn--primary {
    margin-top: 20px;
  }
}
.half-image-half-content-section .content .caption {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .half-image-half-content-section .content .caption {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .half-image-half-content-section .content .caption {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and (max-width: MQ-480) {
  .half-image-half-content-section .content .caption {
    font-size: 14px;
  }
}
.two-column-image-section {
  border-bottom: 2px solid #1e1e1e;
}
.two-column-image-section .container .left-image,
.two-column-image-section .container .right-image {
  width: 100%;
  max-height: 500px;
  height: 36vw;
}
.two-column-image-section .container .left-image img,
.two-column-image-section .container .right-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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