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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

.single-post h1,
.post-type-archive h1 {
  font-size: 2rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .single-post h1,
.post-type-archive h1 {
    font-size: 50px;
  }
}

.gform_wrapper form {
  display: grid;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .gform_wrapper form {
    padding: 50px;
  }
}
.gform_wrapper form input:not([type=submit]), .gform_wrapper form textarea {
  width: 100% !important;
}

@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-Book.woff2") format("woff2"), url("../fonts/Futura-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular.woff2") format("woff2"), url("../fonts/Graphik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body * {
  font-family: "Graphik", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.font-bold {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Futura", sans-serif;
}

h1 {
  font-size: 50px;
}

body, html {
  overflow-x: hidden;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
}

img {
  object-fit: cover;
}

a {
  color: #000;
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: all 0.1s ease-in-out;
}
a:hover {
  text-decoration-color: inherit;
}

.bg-blue {
  background: #01ACA8;
}

.bg-orange {
  background: #FFA700;
}

.bg-black {
  background: #000;
}

.bg-white {
  background: #fff;
}

.bg-lightgray {
  background: #F7F3F1;
}

.h-full {
  height: 100%;
}

.inline-flex {
  display: inline-flex;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.mt-auto {
  margin-top: auto;
}

.m0-auto {
  margin: 0 auto;
}

.underline {
  text-decoration: underline;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #01ACA8;
}

.text-black {
  color: #000;
}

.text-lightgray {
  color: #97A1A8;
}

.text-gray {
  color: #64686A;
}

.py-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-0 {
  padding-bottom: 0px;
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.py-1 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-1 {
  padding-bottom: 4px;
  padding-top: 4px;
}

.pr-1 {
  padding-right: 4px;
}

.pl-1 {
  padding-left: 4px;
}

.pt-1 {
  padding-top: 4px;
}

.pb-1 {
  padding-bottom: 4px;
}

.mr-1 {
  margin-right: 4px;
}

.ml-1 {
  margin-left: 4px;
}

.mb-1 {
  margin-bottom: 4px;
}

.mt-1 {
  margin-top: 4px;
}

.py-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-2 {
  padding-bottom: 8px;
  padding-top: 8px;
}

.pr-2 {
  padding-right: 8px;
}

.pl-2 {
  padding-left: 8px;
}

.pt-2 {
  padding-top: 8px;
}

.pb-2 {
  padding-bottom: 8px;
}

.mr-2 {
  margin-right: 8px;
}

.ml-2 {
  margin-left: 8px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mt-2 {
  margin-top: 8px;
}

.py-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-3 {
  padding-bottom: 12px;
  padding-top: 12px;
}

.pr-3 {
  padding-right: 12px;
}

.pl-3 {
  padding-left: 12px;
}

.pt-3 {
  padding-top: 12px;
}

.pb-3 {
  padding-bottom: 12px;
}

.mr-3 {
  margin-right: 12px;
}

.ml-3 {
  margin-left: 12px;
}

.mb-3 {
  margin-bottom: 12px;
}

.mt-3 {
  margin-top: 12px;
}

.py-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-4 {
  padding-bottom: 16px;
  padding-top: 16px;
}

.pr-4 {
  padding-right: 16px;
}

.pl-4 {
  padding-left: 16px;
}

.pt-4 {
  padding-top: 16px;
}

.pb-4 {
  padding-bottom: 16px;
}

.mr-4 {
  margin-right: 16px;
}

.ml-4 {
  margin-left: 16px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mt-4 {
  margin-top: 16px;
}

.py-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-5 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.pr-5 {
  padding-right: 20px;
}

.pl-5 {
  padding-left: 20px;
}

.pt-5 {
  padding-top: 20px;
}

.pb-5 {
  padding-bottom: 20px;
}

.mr-5 {
  margin-right: 20px;
}

.ml-5 {
  margin-left: 20px;
}

.mb-5 {
  margin-bottom: 20px;
}

.mt-5 {
  margin-top: 20px;
}

.py-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-6 {
  padding-bottom: 24px;
  padding-top: 24px;
}

.pr-6 {
  padding-right: 24px;
}

.pl-6 {
  padding-left: 24px;
}

.pt-6 {
  padding-top: 24px;
}

.pb-6 {
  padding-bottom: 24px;
}

.mr-6 {
  margin-right: 24px;
}

.ml-6 {
  margin-left: 24px;
}

.mb-6 {
  margin-bottom: 24px;
}

.mt-6 {
  margin-top: 24px;
}

.py-7 {
  padding-left: 28px;
  padding-right: 28px;
}

.px-7 {
  padding-bottom: 28px;
  padding-top: 28px;
}

.pr-7 {
  padding-right: 28px;
}

.pl-7 {
  padding-left: 28px;
}

.pt-7 {
  padding-top: 28px;
}

.pb-7 {
  padding-bottom: 28px;
}

.mr-7 {
  margin-right: 28px;
}

.ml-7 {
  margin-left: 28px;
}

.mb-7 {
  margin-bottom: 28px;
}

.mt-7 {
  margin-top: 28px;
}

.py-8 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-8 {
  padding-bottom: 32px;
  padding-top: 32px;
}

.pr-8 {
  padding-right: 32px;
}

.pl-8 {
  padding-left: 32px;
}

.pt-8 {
  padding-top: 32px;
}

.pb-8 {
  padding-bottom: 32px;
}

.mr-8 {
  margin-right: 32px;
}

.ml-8 {
  margin-left: 32px;
}

.mb-8 {
  margin-bottom: 32px;
}

.mt-8 {
  margin-top: 32px;
}

.py-9 {
  padding-left: 36px;
  padding-right: 36px;
}

.px-9 {
  padding-bottom: 36px;
  padding-top: 36px;
}

.pr-9 {
  padding-right: 36px;
}

.pl-9 {
  padding-left: 36px;
}

.pt-9 {
  padding-top: 36px;
}

.pb-9 {
  padding-bottom: 36px;
}

.mr-9 {
  margin-right: 36px;
}

.ml-9 {
  margin-left: 36px;
}

.mb-9 {
  margin-bottom: 36px;
}

.mt-9 {
  margin-top: 36px;
}

.py-10 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-10 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.pr-10 {
  padding-right: 40px;
}

.pl-10 {
  padding-left: 40px;
}

.pt-10 {
  padding-top: 40px;
}

.pb-10 {
  padding-bottom: 40px;
}

.mr-10 {
  margin-right: 40px;
}

.ml-10 {
  margin-left: 40px;
}

.mb-10 {
  margin-bottom: 40px;
}

.mt-10 {
  margin-top: 40px;
}

.py-11 {
  padding-left: 44px;
  padding-right: 44px;
}

.px-11 {
  padding-bottom: 44px;
  padding-top: 44px;
}

.pr-11 {
  padding-right: 44px;
}

.pl-11 {
  padding-left: 44px;
}

.pt-11 {
  padding-top: 44px;
}

.pb-11 {
  padding-bottom: 44px;
}

.mr-11 {
  margin-right: 44px;
}

.ml-11 {
  margin-left: 44px;
}

.mb-11 {
  margin-bottom: 44px;
}

.mt-11 {
  margin-top: 44px;
}

.py-12 {
  padding-left: 48px;
  padding-right: 48px;
}

.px-12 {
  padding-bottom: 48px;
  padding-top: 48px;
}

.pr-12 {
  padding-right: 48px;
}

.pl-12 {
  padding-left: 48px;
}

.pt-12 {
  padding-top: 48px;
}

.pb-12 {
  padding-bottom: 48px;
}

.mr-12 {
  margin-right: 48px;
}

.ml-12 {
  margin-left: 48px;
}

.mb-12 {
  margin-bottom: 48px;
}

.mt-12 {
  margin-top: 48px;
}

.py-13 {
  padding-left: 52px;
  padding-right: 52px;
}

.px-13 {
  padding-bottom: 52px;
  padding-top: 52px;
}

.pr-13 {
  padding-right: 52px;
}

.pl-13 {
  padding-left: 52px;
}

.pt-13 {
  padding-top: 52px;
}

.pb-13 {
  padding-bottom: 52px;
}

.mr-13 {
  margin-right: 52px;
}

.ml-13 {
  margin-left: 52px;
}

.mb-13 {
  margin-bottom: 52px;
}

.mt-13 {
  margin-top: 52px;
}

.py-14 {
  padding-left: 56px;
  padding-right: 56px;
}

.px-14 {
  padding-bottom: 56px;
  padding-top: 56px;
}

.pr-14 {
  padding-right: 56px;
}

.pl-14 {
  padding-left: 56px;
}

.pt-14 {
  padding-top: 56px;
}

.pb-14 {
  padding-bottom: 56px;
}

.mr-14 {
  margin-right: 56px;
}

.ml-14 {
  margin-left: 56px;
}

.mb-14 {
  margin-bottom: 56px;
}

.mt-14 {
  margin-top: 56px;
}

.py-15 {
  padding-left: 60px;
  padding-right: 60px;
}

.px-15 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.pr-15 {
  padding-right: 60px;
}

.pl-15 {
  padding-left: 60px;
}

.pt-15 {
  padding-top: 60px;
}

.pb-15 {
  padding-bottom: 60px;
}

.mr-15 {
  margin-right: 60px;
}

.ml-15 {
  margin-left: 60px;
}

.mb-15 {
  margin-bottom: 60px;
}

.mt-15 {
  margin-top: 60px;
}

.py-16 {
  padding-left: 64px;
  padding-right: 64px;
}

.px-16 {
  padding-bottom: 64px;
  padding-top: 64px;
}

.pr-16 {
  padding-right: 64px;
}

.pl-16 {
  padding-left: 64px;
}

.pt-16 {
  padding-top: 64px;
}

.pb-16 {
  padding-bottom: 64px;
}

.mr-16 {
  margin-right: 64px;
}

.ml-16 {
  margin-left: 64px;
}

.mb-16 {
  margin-bottom: 64px;
}

.mt-16 {
  margin-top: 64px;
}

header {
  background: #01ACA8;
}
header .discount {
  padding: 16px 0;
  text-align: center;
}
header .discount div {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  header .discount div {
    justify-content: center;
    flex-direction: row;
  }
}
header nav {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  height: unset;
}
@media screen and (min-width: 1024px) {
  header nav {
    flex-direction: row;
  }
}
header nav ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  header nav ul {
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}
header nav ul:first-of-type {
  padding-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  header nav ul:first-of-type {
    padding: unset;
  }
}
header nav ul:first-of-type li:first-of-type {
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  header nav ul:first-of-type li:first-of-type {
    padding: 0 0 0 24px;
  }
}
header nav ul.menu {
  position: absolute;
  top: 90px;
  right: 10px;
  width: 45%;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  header nav ul.menu {
    position: relative;
    top: unset;
    right: unset;
    width: unset;
    margin-left: auto;
    margin-right: 32px;
  }
}
header nav ul.menu li {
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  header nav ul.menu li {
    padding: 24px;
  }
}
header nav ul li {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  header nav ul li {
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  header nav ul li:first-child {
    padding-left: 24px;
  }
}
header nav ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: all 0.1s ease-in-out;
}
header nav ul li a.all-companies {
  width: max-content;
  margin-left: 15px;
}
@media screen and (min-width: 1024px) {
  header nav ul li a.all-companies {
    margin-left: 36px;
  }
}
header nav ul li a.bg-orange {
  text-decoration: none;
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  header nav ul li a.bg-orange {
    padding: 20px;
  }
}
header nav ul li a.bg-orange svg {
  margin-right: 16px;
}
header nav ul li a.bg-orange:hover {
  background: #f09d00;
}
header nav ul li a:hover {
  text-decoration-color: white;
}

.search-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 435px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .search-banner {
    min-height: 560px;
  }
}
.search-banner .hover--underline {
  color: #01ACA8 !important;
}
.search-banner div {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .search-banner div {
    width: 75%;
  }
}
.search-banner div.carousel--home {
  display: flex;
  width: 100%;
  min-height: 435px;
}
@media screen and (min-width: 1024px) {
  .search-banner div.carousel--home {
    min-height: 560px;
  }
}
.search-banner div.carousel--home .flickity-viewport,
.search-banner div.carousel--home .flickity-slider {
  width: 100%;
}
.search-banner div.carousel--home .carousel__slide {
  display: flex;
  width: 100%;
  height: 435px;
  margin: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .search-banner div.carousel--home .carousel__slide {
    height: 560px;
  }
}
.search-banner div.search--box {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  top: 13%;
}
@media screen and (min-width: 1024px) {
  .search-banner div.search--box {
    top: 30%;
  }
}
.search-banner h1, .search-banner form {
  z-index: 2;
  padding: 15px;
  text-align: center;
  font-size: 3rem;
}
.search-banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #01ACA8;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}
.search-banner img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.search-banner__bar {
  display: flex;
  width: 100%;
  max-width: 980px;
  max-height: 60px;
}
.search-banner__bar input {
  width: 100%;
  max-height: 60px;
  border: none;
}
.search-banner__bar button {
  height: 60px;
  width: 60px;
  border: none;
  background: #01ACA8;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.search-banner__bar button:hover {
  background: #019d99;
}
.search-banner__terms {
  display: flex;
  width: 100%;
  max-width: 980px;
}
.search-banner__terms ul {
  margin-right: auto;
}
.search-banner__terms ul li {
  margin: 0 12px;
}
.search-banner__terms ul li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: all 0.1s ease-in-out;
}
.search-banner__terms ul li a:hover {
  color: white;
  text-decoration-color: white;
}

.news--items {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 30px;
  padding-bottom: var(--stagger);
}
@media screen and (min-width: 1024px) {
  .news--items {
    grid-template-columns: 3fr 3fr 3fr 3fr;
    margin-right: auto;
    margin-left: auto;
  }
}
.news--items .frame {
  height: 225px;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .news--items .frame {
    height: 245px;
  }
}

.provinces {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.provinces > svg {
  width: 100%;
  height: auto;
  position: absolute;
  right: -60%;
  top: 20%;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

.cards {
  display: flex;
  margin: 0 -16px;
}
.cards--province {
  display: flex;
}
.cards--province .card--province {
  margin-bottom: 30px;
  color: #000;
}
.cards--province .card--province .cards--province__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 20px !important;
}
@media screen and (min-width: 1024px) {
  .cards--province .card--province .cards--province__inner {
    padding: 30px !important;
  }
}
.cards--province .card--province .read-more {
  margin-top: auto;
  margin-left: 0 !important;
  color: #01ACA8 !important;
}
.cards--province .card--province h4 {
  display: flex;
  margin-bottom: 12px;
  font-size: 18px;
}
.cards--province .card--province h4 img {
  margin-right: 10px;
}
.cards--province .card--province nav ul {
  padding-bottom: 20px;
}
.cards--province .card--province nav ul li {
  margin: 2px 0;
}
.cards--province .card--province nav ul li a {
  font-size: 15px;
  color: #64686A !important;
}
.cards--province .card--province nav ul li a:hover {
  color: #000;
}
.cards li {
  width: calc(100% / 4 - 32px);
  margin: 0 16px;
  transition: all 0.1s ease-in-out;
}
.cards li:hover {
  box-shadow: 0 3px 21px rgba(151, 161, 168, 0.5);
}
.cards .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.cards .card svg {
  width: 100%;
  height: 100%;
}
.cards .card__image {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.cards .card__image img {
  min-height: 200px;
  height: 100%;
  max-width: 100%;
}
.cards .card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 24px 16px;
  background: #fff;
}
.cards .card__content span {
  display: inline-block;
  margin-bottom: 16px;
}
.cards .card__content p {
  color: #000;
  text-align: center;
}

footer {
  position: relative;
  min-height: 76px;
  background: #F6F2F0;
}
footer .container {
  width: 100%;
}
footer .footer--nav {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  footer .footer--nav {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: unset;
  }
}
footer .footer--nav * {
  line-height: 2;
}
footer .footer--nav * a {
  color: #000 !important;
}
footer .footer--nav * a:hover {
  color: #01ACA8 !important;
}
footer .footer--nav span:last-child {
  margin-top: 15px;
}
footer nav ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  footer nav ul {
    flex-direction: row;
  }
}
footer nav ul li {
  margin-right: 24px;
}
footer nav ul li a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
footer nav ul li a:hover {
  color: #000;
}
footer .watermark {
  width: 76px;
  background: #01ACA8;
}
@media screen and (min-width: 1024px) {
  footer .watermark {
    height: 76px;
  }
}

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