@charset "UTF-8";
.alerts.block .views-element-container .taxonomy.terms .views-field.views-field-title {
  line-height: 1.7em;
}
.alerts.block .views-element-container .taxonomy.terms .views-field.views-field-field-alerts {
  line-height: 1.7em;
  padding-bottom: 20px;
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Roboto-Regular") format("ttf");
}
@font-face {
  font-family: "Verdana";
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Verdana.woff2") format("woff2");
}
@font-face {
  font-family: "Verdana Bold";
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/Verdana-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Roboto-Regular") format("ttf");
}
@font-face {
  font-family: "Geneve";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Geneve-Bold.ttf") format("ttf");
}
html, body {
  height: 100%;
  margin: 0;
  color: #504E53;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12pt;
  display: flex;
  flex-direction: column;
}

h1, h2, h3, h4 {
  line-height: 1.5;
  margin: 0;
}

h1 {
  font-size: 1.6rem;
  font-family: "Verdana Bold", sans-serif;
  margin: 0 0 10px;
  padding-bottom: 10px;
  color: #504E53;
  line-height: 1.45;
  letter-spacing: -0.025em;
}
h1.page_title {
  font-size: 35px;
  margin: 30px 0;
  padding-top: 5px;
  color: #504E53;
  text-align: start;
}

h2 {
  font-size: 1.4em;
  font-family: "Verdana Bold", sans-serif;
  padding: 10px 0;
  color: #504E53;
  text-align: center;
}

h3 {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
}

h4 {
  font-size: 16px;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #504E53;
}

p {
  margin: 0 0 10px;
  padding-bottom: 1rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: #504E53;
}

a {
  text-decoration: none;
  color: #28b674;
}
a:hover {
  text-decoration: underline;
}

ul {
  padding: 0 0 23px 1rem;
}

main {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  main {
    padding-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  main {
    margin-top: 40px;
  }
}
@media (min-width: 1025px) {
  main {
    padding-top: 110px;
  }
}
main.no-padding {
  padding: 0;
  margin: 0;
}
@media (min-width: 320px) {
  main.no-padding {
    margin-top: -60px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main.no-padding {
    margin-top: -26px;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  main.no-padding {
    margin-top: -26px;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  main.no-padding {
    margin-top: 0px;
    padding-top: 80px;
  }
}
@media (min-width: 1440px) {
  main.no-padding {
    margin-top: 0px;
    padding-top: 80px;
  }
}
main section.grid .grid__row.text {
  margin-left: 20%;
  margin-right: 20%;
}
@media (min-width: 320px) {
  main section.grid .grid__row.text {
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main section.grid .grid__row.text {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (min-width: 1025px) {
  main section.grid .grid__row.text {
    margin: 20px 20%;
  }
}
main section.grid .grid__row.text h2 {
  width: 100%;
}
main section.grid .grid__row.text .article-block .paragraph {
  padding-bottom: 20px;
}
main section.grid .grid__row.text .article-block .paragraph div.image img {
  border-radius: 0;
  width: 100%;
  height: auto;
}
@media (min-width: 320px) {
  main section.grid .grid__row.text .article-block .paragraph div.image img {
    border-radius: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main section.grid .grid__row.text .article-block .paragraph div.image img {
    border-radius: 20px;
  }
}
main section.grid .grid__row.text .article-block .paragraph h2.subheader {
  text-align: center;
}
main section.grid div.more {
  text-align: center;
  background-color: #28b674;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  border-radius: 20px;
  height: 24px;
  padding-bottom: 20px;
}
main section.grid div.more a {
  color: #fff;
  padding: 15px;
}
main section.grid .grid__row.prefooter {
  margin-left: 0%;
  margin-right: 0%;
}
main section.grid .grid__row.prefooter .prefooter_banner {
  width: 100%;
  background-color: #D1F2E4;
  height: auto;
  border-radius: 20px;
}
main section.grid .grid__row.prefooter .prefooter_banner div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 40px 20px 40px;
}
main section.grid .grid__row.prefooter .prefooter_banner span {
  font-family: "Verdana Bold", sans-serif;
  font-size: 30px;
  color: #1DA368;
  letter-spacing: 2.4px;
  padding-top: 0px;
  margin-top: auto;
  margin-bottom: auto;
}
main section.grid .grid__row.prefooter .prefooter_banner img {
  width: 140px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
main section.grid .grid__row.prefooter span {
  font-family: "Verdana Bold", sans-serif;
  font-size: 30px;
  color: #1DA368;
}
main section.grid .grid__row.prefooter img {
  width: auto;
}

.article.card {
  padding: 0;
}
@media (min-width: 320px) {
  .article.card {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article.card {
    padding: 0 20px;
  }
}

.below_text {
  margin-top: 20px;
}
.below_text div p {
  padding-bottom: 1em;
  text-align: center;
  word-wrap: break-word;
  color: #504E53;
  line-height: 1.7em;
  font-weight: 500;
  font-size: 1em;
}

.factors {
  display: flex;
  align-items: center;
}
.factors img {
  padding-right: 30px;
  margin: 0;
}
.factors h4 {
  text-align: left;
  margin: 12px 0;
}

.pdf.row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.pdf.row p {
  margin-right: 0;
}
.pdf.row p a span {
  margin-left: 20px;
}
.pdf.row p a span img {
  border: 2px solid #28b674;
}

.pager ul.pager__items {
  display: flex;
}
.pager ul.pager__items li.pager__item {
  border: 1px solid #ECECEC;
}
.pager ul.pager__items li.pager__item a {
  color: #1ba1e2;
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  padding: 5px 12px;
}
.pager ul.pager__items li.pager__item.is-active {
  background-color: #F6F6F6;
}

.top-bp {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 70px;
}
.top-bp .offer-table__offer_icon {
  width: 40px;
}
.top-bp .offer-table__offer_icon img {
  width: 30px;
  height: 30px;
}
.top-bp .offer-table__desc_land div {
  margin-left: 30px;
}

section.prodduct_type_carusel {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 0;
}
section.prodduct_type_carusel .art_desktop {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-top: 40px;
}
section.prodduct_type_carusel .art_desktop .grid__col-4.carusel-post .trip_type {
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  border-radius: 20px;
}
section.prodduct_type_carusel .art_desktop .grid__col-4.carusel-post .trip_title {
  width: 100%;
  background-color: #28b674;
  text-align: center;
  color: #fff;
  padding: 7px 0px 7px 0px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  font-family: "Geneve", sans-serif;
}
@media (min-width: 320px) {
  section.prodduct_type_carusel .art_desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.prodduct_type_carusel .art_desktop {
    display: none;
  }
}
@media (min-width: 1025px) {
  section.prodduct_type_carusel .art_desktop {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
}
section.prodduct_type_carusel .article_mobile {
  display: none;
  padding-top: 40px;
}
section.prodduct_type_carusel .article_mobile .grid__col-4.carusel-post .trip_type {
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  border-radius: 20px;
}
section.prodduct_type_carusel .article_mobile .grid__col-4.carusel-post .trip_title {
  width: 100%;
  background-color: #28b674;
  text-align: center;
  color: #fff;
  padding: 7px 0px 7px 0px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
@media (min-width: 320px) {
  section.prodduct_type_carusel .article_mobile {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.prodduct_type_carusel .article_mobile {
    display: block;
  }
}
@media (min-width: 1025px) {
  section.prodduct_type_carusel .article_mobile {
    display: none;
  }
}
@media (min-width: 1440px) {
  section.prodduct_type_carusel .article_mobile {
    display: none;
  }
}
@media (min-width: 320px) {
  section.prodduct_type_carusel {
    padding: 0px 0px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.prodduct_type_carusel {
    padding: 20px 20px 0;
  }
}
@media (min-width: 1025px) {
  section.prodduct_type_carusel {
    padding: 20px 20px 0;
  }
}

section.grid.breadcrumbs {
  margin-top: 60px;
  margin-bottom: 0;
}
section.grid.breadcrumbs .grid__row {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
}
section.grid.breadcrumbs .grid__row .breadcrumb .art-brd {
  display: inline-flex;
  width: 100%;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
section.grid.breadcrumbs .grid__row .breadcrumb .art-brd .art-item a {
  padding-left: 5px;
  font-size: 11px;
  color: #1ba1e2;
}
section.grid.breadcrumbs .grid__row .breadcrumb .art-brd .art-item::marker {
  content: none;
}
section.grid.breadcrumbs .grid__row .breadcrumb .art-brd .art-item:not(:last-child):after {
  content: ">";
}
section.grid.breadcrumbs .grid__row .quote_link {
  text-align: end;
}
section.grid.breadcrumbs .grid__row .quote_link button {
  background-color: #28b674;
  border-radius: 5px;
}
section.grid.breadcrumbs .grid__row .quote_link button .more {
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  padding: 15px 30px 30px 20px;
  width: 298px;
  height: 10px;
  white-space: normal;
  line-height: 18px;
  float: right;
  font-family: "Verdana", Geneva, sans-serif;
  text-align: center;
}
section.grid.breadcrumbs .grid__row .quote_link button .more a {
  color: #fff;
}
section.grid.breadcrumbs .grid__row .quote_link span .more a {
  color: #1ba1e2;
}

.grid.search_result .grid__row.result {
  display: block;
}
.grid.search_result .grid__row.result form#search-form {
  width: 100%;
  height: auto;
}
.grid.search_result .grid__row.result form#search-form div#edit-basic label {
  display: none;
}
.grid.search_result .grid__row.result form#search-form div#edit-basic input#edit-keys {
  width: 100%;
  border-radius: 10px;
  height: 48px;
}
.grid.search_result .grid__row.result form#search-form div#edit-basic input#edit-submit {
  display: none;
}
.grid.search_result .grid__row.result form#search-form a#edit-help-link {
  display: none;
}
.grid.search_result .grid__row.result form#search-form details#edit-advanced {
  display: none;
}
.grid.search_result .grid__row.result ol li h3 {
  margin: 0;
  padding: 0;
}
.grid.search_result .grid__row.result ol li h3 a {
  color: #1ba1e2;
}

.search-block {
  margin-top: 10px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.search-block #search-block-form {
  background-image: none;
  height: auto;
  width: 100%;
}
.search-block #search-block-form input.form-search {
  border-radius: 10px;
  height: 48px;
  width: 100%;
}
.search-block #search-block-form ::placeholder {
  padding-left: 10px;
}
.search-block #search-block-form .form-actions input {
  display: none;
}

.header {
  display: block;
  position: fixed;
  z-index: 3;
  top: 0;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1019607843);
}
@media (min-width: 992px) and (max-width: 1024px) {
  .header {
    height: auto;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
}
.header__container.mob nav {
  display: none;
}
@media (min-width: 1025px) {
  .header__container.mob nav {
    display: none;
  }
}
.header__container__logos {
  padding: 10px;
  margin: 0;
  width: auto;
  height: auto;
}
.header__container__logos #header-logo {
  margin: 0;
  padding: 0;
}
.header__container__logos #top_logo {
  width: 140px;
  transition: all 1s ease-out;
  transform-origin: left center;
}
@media (min-width: 320px) {
  .header__container__logos #top_logo {
    width: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__container__logos #top_logo {
    width: 90px;
  }
}
@media (min-width: 1025px) {
  .header__container__logos #top_logo {
    width: 140px;
  }
}
.header__container .login_mob {
  display: none;
  border-radius: 20px;
  padding: 4px 18px;
  height: 30px;
  margin-top: 25px;
  background-color: #28b674;
}
.header__container .login_mob a {
  color: #fff;
}
@media (min-width: 320px) {
  .header__container .login_mob {
    display: block;
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__container .login_mob {
    display: block;
    margin-top: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .header__container .login_mob {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header__container .login_mob {
    display: none;
  }
}

#header-logo {
  margin: 0;
  padding: 0;
}

#top_logo {
  width: 140px;
  height: auto;
}
@media (min-width: 320px) {
  #top_logo {
    width: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #top_logo {
    width: 120px;
  }
}

#scrolled-mobile {
  display: none;
}
@media (min-width: 320px) {
  #scrolled-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #scrolled-mobile {
    display: none;
  }
}

#scrolled-mobile.visible {
  display: none;
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}
@media (min-width: 320px) {
  #scrolled-mobile.visible {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #scrolled-mobile.visible {
    display: block !important;
  }
}
#scrolled-mobile.visible div.get_a_quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  outline: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.35;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 20px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  gap: 12px;
  background-color: #BF5600;
  border: none;
  height: 32px;
}
#scrolled-mobile.visible div.get_a_quote a {
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
}
#scrolled-mobile.visible div.get_a_quote a svg {
  user-select: none;
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.2rem;
  margin-left: 8px;
  margin-top: 2px;
}

.scrolled-desktop {
  display: none;
}
@media (min-width: 320px) {
  .scrolled-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .scrolled-desktop {
    display: none !important;
  }
}

#scrolled-desktop.visible {
  display: none;
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 1025px) {
  #scrolled-desktop.visible {
    display: block !important;
  }
}
#scrolled-desktop.visible div.get_a_quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  outline: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.35;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  gap: 12px;
  background-color: #bf5600;
  border: none;
  height: 32px;
}
#scrolled-desktop.visible div.get_a_quote a {
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  display: inline-flex;
}
#scrolled-desktop.visible div.get_a_quote a svg {
  user-select: none;
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.2rem;
  margin-left: 8px;
  margin-top: 4px;
}

.footer__wrapper {
  background-color: #EBFAF4;
}
.footer__wrapper .footer.nav {
  padding: 40px 20px;
}
.footer__wrapper .footer.nav .footer__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__wrapper .footer.nav .footer__row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 320px) {
  .footer__wrapper .footer.nav .footer__row {
    flex-direction: column;
  }
}
.footer__wrapper .footer.nav .footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
  position: relative;
}
@media (min-width: 320px) {
  .footer__wrapper .footer.nav .footer__nav {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__wrapper .footer.nav .footer__nav {
    display: block;
  }
}
@media (min-width: 1025px) {
  .footer__wrapper .footer.nav .footer__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start;
    position: relative;
  }
}
.footer__wrapper .footer.nav .nav__wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  padding: 10px;
}
.footer__wrapper .footer.nav .nav__wrapper span.nav__item,
.footer__wrapper .footer.nav .nav__wrapper a.nav__item {
  display: block;
  font-size: 1.1em;
  font-family: "Verdana Bold", sans-serif;
  margin-bottom: 10px;
  color: #504E53;
  border-bottom: 1px solid grey;
}
.footer__wrapper .footer.nav .nav__wrapper .nav__submenu {
  margin-bottom: 5px;
  line-height: 1.5;
}
.footer__wrapper .footer.nav .nav__wrapper .nav__submenu a.nav__item {
  font-size: 14px;
  margin-bottom: 5px;
  color: #504E53;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
  border-bottom: none;
  font-weight: normal;
}
.footer__wrapper .footer.nav .nav__wrapper .nav__submenu a.nav__item:hover {
  text-decoration: underline;
}
.footer__wrapper .footer.nav .nav__wrapper a.nav__item:hover {
  text-decoration: underline;
}
.footer__wrapper .footer.nav .nav__wrapper:nth-child(4) {
  position: relative;
  top: -130px;
}
@media (min-width: 320px) {
  .footer__wrapper .footer.nav .nav__wrapper:nth-child(4) {
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__wrapper .footer.nav .nav__wrapper:nth-child(4) {
    top: 0;
  }
}
@media (min-width: 1025px) {
  .footer__wrapper .footer.nav .nav__wrapper:nth-child(4) {
    top: -130px;
  }
}
.footer__wrapper .footer.nav .nav__wrapper:nth-child(5) {
  position: relative;
  top: -200px;
}
@media (min-width: 320px) {
  .footer__wrapper .footer.nav .nav__wrapper:nth-child(5) {
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__wrapper .footer.nav .nav__wrapper:nth-child(5) {
    top: 0;
  }
}
@media (min-width: 1025px) {
  .footer__wrapper .footer.nav .nav__wrapper:nth-child(5) {
    top: -200px;
  }
}
.footer__wrapper .footer.copyright {
  background-color: #EBFAF4;
  padding: 20px 20px;
  position: relative;
  top: -60px;
}
.footer__wrapper .footer.copyright .footer__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 320px) {
  .footer__wrapper .footer.copyright .footer__container {
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .footer__wrapper .footer.copyright .footer__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.footer__wrapper .footer.copyright .footer__row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 320px) {
  .footer__wrapper .footer.copyright .footer__row {
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .footer__wrapper .footer.copyright .footer__row {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
.footer__wrapper .footer.copyright .footer__copyright {
  flex: 1;
  font-size: 12px;
  color: #504E53;
  opacity: 0.8;
}
.footer__wrapper .footer.copyright .footer__copyright p {
  margin-top: 10px;
  line-height: 1.5;
  color: #504E53;
}
@media (min-width: 320px) {
  .footer__wrapper .footer.copyright .footer__copyright {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .footer__wrapper .footer.copyright .footer__copyright {
    text-align: left;
  }
}
@media (min-width: 320px) {
  .footer__wrapper .footer.copyright {
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__wrapper .footer.copyright {
    top: 0;
  }
}
@media (min-width: 1025px) {
  .footer__wrapper .footer.copyright {
    top: -60px;
  }
}

.grid.grid--content-box {
  padding: 0;
}
.grid.grid--content-box .grid__row .grid__col {
  padding-bottom: 0;
}
.grid.grid--content-box .grid__row .grid__col p {
  margin: 0;
}

.header_nav {
  background-color: #fff;
  max-width: 100%;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (min-width: 320px) {
  .header_nav {
    padding: 12px 3px;
    justify-content: end;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header_nav {
    padding: 12px 3px;
    justify-content: end;
  }
}
@media (min-width: 1025px) {
  .header_nav {
    padding: 0;
    justify-content: center;
  }
}
.header_nav .nav {
  height: 44px;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: transparent;
  overflow: hidden;
  color: #28b674;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 2px -2px;
  transition: all 0.25s ease-in-out;
  /*&__wrapper {
    &:hover, &.hover {
      span.nav__item{
        color: $white;
      }
      a.nav__item{
        color: $white;
      }
      .nav__submenu {
        display: block;
        position: absolute;
        background: $tick-green;
        margin-left: -17px;
        .nav__item {
          padding: $xs;
          color: $white;
        }
      }
    }
  }*/
}
@media (min-width: 320px) {
  .header_nav .nav {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    overflow: scroll;
    height: 100%;
    pointer-events: auto;
    transform: translateX(-100%);
    background-color: #404041;
    transition: 0s transform;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header_nav .nav {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    overflow: scroll;
    height: 100%;
    pointer-events: auto;
    transform: translateX(-100%);
    background-color: #404041;
    transition: 0s transform;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .header_nav .nav {
    position: static;
    display: inline-flex;
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    list-style: none;
    box-shadow: none;
    transition: none;
  }
}
@media (min-width: 1025px) {
  .header_nav .nav {
    position: static;
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    list-style: none;
    box-shadow: none;
    transition: none;
    transform: translateX(0%);
    background: transparent;
    overflow: unset;
    pointer-events: painted;
  }
}
.header_nav .nav__item {
  display: flex;
  align-items: center;
  line-height: 48px;
  color: #28b674;
}
@media (min-width: 320px) {
  .header_nav .nav__item {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .header_nav .nav__item {
    line-height: 1;
    margin: 0 10px;
  }
}
.header_nav .nav .nav__wrapper {
  width: 100%;
}
.header_nav .nav .nav__wrapper .nav__item_category {
  width: 100%;
  display: inline-flex;
  padding: 6px 15px;
  text-align: inherit;
  background-color: #fff;
  color: #28b674;
  font-size: calc(16px + 0 * (100vw - 360px) / 760);
  line-height: calc((16px + 0 * (100vw - 360px) / 760) * 1.5);
  pointer-events: auto;
  justify-content: space-between;
}
.header_nav .nav .nav__wrapper .nav__item_category span {
  justify-content: space-between;
  align-items: center;
  display: flex;
  height: 44px;
  width: auto;
}
.header_nav .nav .nav__wrapper .nav__item_category a {
  height: 44px;
  width: auto;
}
.header_nav .nav .nav__wrapper .nav__item_category .caret-down {
  right: -10px;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #28b674;
  cursor: pointer;
  display: block;
  position: relative;
  float: right;
  height: 100%;
  width: auto;
  align-content: center;
}
.header_nav .nav .nav__wrapper .nav__item_category:hover {
  opacity: 1;
  background-color: #28b674;
  color: #fff;
}
.header_nav .nav .nav__wrapper a {
  height: 44px;
  width: auto;
}
.header_nav .nav .nav__wrapper .nav__submenu {
  display: none;
  background-color: #28b674;
  border: 1px solid #fff;
  word-wrap: break-word;
}
.header_nav .nav .nav__wrapper .nav__submenu .nav__item {
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  margin: 0;
}
.header_nav .nav .nav__wrapper .nav__submenu .nav__item:hover {
  background-color: #28b674;
}
@media (min-width: 320px) {
  .header_nav .nav .nav__wrapper .caret-down {
    right: 40%;
    margin-top: -22px;
    margin-bottom: -22px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    cursor: pointer;
    display: block;
    position: relative;
    float: right;
  }
}
@media (min-width: 1025px) {
  .header_nav .nav .nav__wrapper {
    width: auto;
    padding: 0px 15px;
  }
  .header_nav .nav .nav__wrapper .caret-down {
    right: -10px;
    margin-top: -22px;
    margin-bottom: -22px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #28b674;
    cursor: pointer;
    display: block;
    position: relative;
    float: right;
  }
}
.header_nav .nav .nav__wrapper:hover {
  opacity: 1;
  background-color: #28b674;
  color: #fff;
}
.header_nav .nav .nav__wrapper:hover .caret-down {
  right: -10px;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  cursor: pointer;
  display: block;
  position: relative;
  float: right;
  height: 100%;
  width: auto;
  align-content: center;
}
.header_nav .nav .nav__wrapper.active .nav__submenu {
  display: block;
  margin-left: -16px;
}
@media (min-width: 320px) {
  .header_nav .nav .nav__wrapper.active .caret-down {
    right: 40%;
    margin-top: -16px;
    margin-bottom: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    cursor: pointer;
    display: block;
    position: relative;
    float: right;
    rotate: -180deg;
    height: 44px;
  }
}
@media (min-width: 1025px) {
  .header_nav .nav .nav__wrapper.active {
    /*.nav__submenu{
      display: none;

    }*/
  }
  .header_nav .nav .nav__wrapper.active .caret-down {
    right: -10px;
    margin-top: -22px;
    margin-bottom: -22px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #28b674;
    cursor: pointer;
    display: block;
    position: relative;
    float: right;
  }
}
.header_nav .nav__submenu--default .nav__item::before {
  display: none;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .header_nav .nav__submenu {
    display: none;
  }
  .header_nav .nav__submenu .nav__item::before {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header_nav .nav .nav__wrapper:hover span.nav__item,
  .header_nav .nav .nav__wrapper:hover a.nav__item, .header_nav .nav .nav__wrapper.hover span.nav__item,
  .header_nav .nav .nav__wrapper.hover a.nav__item {
    color: #fff;
  }
  .header_nav .nav .nav__wrapper:hover .nav__submenu, .header_nav .nav .nav__wrapper.hover .nav__submenu {
    display: block;
    position: absolute;
    background: #28b674;
    margin-left: -17px;
  }
  .header_nav .nav .nav__wrapper:hover .nav__submenu .nav__item, .header_nav .nav .nav__wrapper.hover .nav__submenu .nav__item {
    padding: 10px;
    color: #fff;
  }
}
.header_nav .nav.opened .nav__item_category {
  background-color: #28b674;
  color: #fff;
}
.header_nav .nav.opened .nav__item_category .caret-down {
  right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  cursor: pointer;
  display: block;
  position: relative;
  float: right;
  height: 100%;
  width: auto;
  align-content: center;
}
@media (min-width: 320px) {
  .header_nav .nav.opened {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    top: 79px;
    left: 0;
    pointer-events: auto;
    transform: none;
    background-color: transparent;
    overflow: visible;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header_nav .nav.opened {
    display: block;
    width: 100%;
    overflow: hidden;
    height: auto;
    pointer-events: none;
    transform: translateY(15%);
    background-color: transparent;
  }
}
.header_nav .nav.opened .nav__wrapper {
  margin: 0px;
  width: 100%;
  margin-bottom: -1px;
}
.header_nav .nav.opened .nav__wrapper a {
  width: 100%;
  display: block;
  padding: 6px 15px;
  text-align: inherit;
  background-color: #28b674;
  color: #fff;
  font-size: calc(16px + 0 * (100vw - 360px) / 760);
  line-height: calc((16px + 0 * (100vw - 360px) / 760) * 1.5);
  pointer-events: auto;
}
.header_nav .nav.opened .nav__wrapper span.nav__item {
  width: 100%;
  display: block;
  padding: 6px 15px;
  text-align: inherit;
  background-color: #28b674;
  color: #fff;
  font-size: calc(16px + 0 * (100vw - 360px) / 760);
  line-height: calc((16px + 0 * (100vw - 360px) / 760) * 1.5);
  pointer-events: auto;
}
.header_nav .nav.opened .nav__wrapper div.nav__submenu {
  display: none;
  border: none;
}
.header_nav .nav.opened .nav__wrapper div.nav__submenu a {
  display: block;
  padding: 6px 15px;
  text-align: center;
  font-size: calc(16px + 0 * (100vw - 360px) / 760);
  line-height: calc((16px + 0 * (100vw - 360px) / 760) * 1.5);
  height: auto;
  width: 100%;
  pointer-events: auto;
}
.header_nav .nav.opened .nav__wrapper.active .nav__wrapper.active {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.header_nav .nav.opened .nav__wrapper.active .nav__wrapper.active .nav__item_category {
  background-color: #28b674;
  color: #fff;
}
.header_nav .nav.opened .nav__wrapper.active .nav__wrapper.active .nav__item_category .caret-down {
  right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  cursor: pointer;
  display: block;
  position: relative;
  float: right;
  height: 44px;
  rotate: -180deg;
}
.header_nav .nav.opened .nav__wrapper.active div.nav__submenu {
  display: block;
  border: none;
  margin-left: 0px;
  width: 100%;
}
.header_nav .nav.opened .nav__wrapper.active div.nav__submenu a {
  display: block;
  padding: 4px 25px;
  text-align: left;
  color: #fff;
  font-size: calc(16px + 0 * (100vw - 360px) / 760);
  line-height: calc((16px + 0 * (100vw - 360px) / 760) * 1.5);
  height: auto;
  width: 100%;
  pointer-events: auto;
}
.header_nav .nav.opened .nav__wrapper.active::after {
  border-bottom: 1px solid #fff;
}
.header_nav .nav.opened div.qoute {
  width: 100%;
  display: block;
  padding: 6px 15px;
  text-align: inherit;
  background-color: #28b674;
}
.header_nav .nav.opened div.qoute div > a {
  color: #fff;
  font-size: calc(16px + 0 * (100vw - 360px) / 760);
  line-height: calc((16px + 0 * (100vw - 360px) / 760) * 1.5);
  pointer-events: auto;
}

.login_desk {
  display: block;
  border-radius: 20px;
  padding: 4px 18px;
  height: 30px;
  margin-top: 0px;
  background-color: #28b674;
}
.login_desk a {
  color: #fff;
}
@media (min-width: 320px) {
  .login_desk {
    display: none;
  }
}
@media (min-width: 1025px) {
  .login_desk {
    display: block;
  }
}

.toggle {
  display: flex;
  padding: 10px 20px 8px 0;
  cursor: pointer;
  margin-left: 10px;
}
@media (min-width: 320px) {
  .toggle {
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .toggle {
    display: none;
  }
}
@media (min-width: 1025px) {
  .toggle {
    display: none;
  }
}
.toggle--opened {
  margin-left: 45%;
}
@media (min-width: 320px) {
  .toggle--opened {
    margin-left: 0%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .toggle--opened {
    margin-left: 0%;
  }
}
.toggle--opened i {
  background: transparent;
}
.toggle--opened i:before {
  top: 0;
  transform: rotate(135deg);
}
.toggle--opened i:after {
  top: 0;
  transform: rotate(225deg);
}
.toggle__icon {
  display: inline-block;
  position: relative;
  top: 0;
  width: 24px;
  height: 2px;
  background-color: #28b674;
  transform: rotate(0);
  transition: transform 300ms 100ms;
}
.toggle__icon:before, .toggle__icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #28b674;
  transform: rotate(0);
  transition: transform 300ms 100ms;
}
.toggle__icon:before {
  top: -6px;
}
.toggle__icon:after {
  top: 6px;
}
.toggle span {
  margin: -8px 0 0 10px;
  color: #fff;
  display: none;
}

.info {
  background: #28b674;
  margin-top: 73px;
}
.info > div {
  max-width: 1160px;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .info > div {
    /* margin-bottom: 40px;*/
  }
}
@media (min-width: 1025px) {
  .info > div {
    /*  margin-top: -40px;*/
    padding: 15px 0;
  }
}
.info > div p {
  margin: 0;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 500;
  word-wrap: break-word;
  font-family: Verdana, Geneva, sans-serif;
  padding-bottom: 0;
}
@media (min-width: 320px) {
  .info > div p {
    font-size: 14px;
    line-height: 1.1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .info > div p {
    font-size: 14px;
    line-height: 1.3em;
  }
}
@media (min-width: 1025px) {
  .info > div p {
    font-size: 14px;
    line-height: 1.3em;
  }
}
.info > div p a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 500;
}
.info > div a {
  color: #28b674;
}
@media (min-width: 320px) {
  .info {
    margin-top: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .info {
    margin-top: 120px;
  }
}
@media (min-width: 1025px) {
  .info {
    margin-top: 0px;
  }
}

.info.quote {
  margin-top: 9px;
}
@media (min-width: 320px) {
  .info.quote {
    margin-top: 126px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .info.quote {
    margin-top: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .info.quote {
    margin-top: 28px;
  }
}
@media (min-width: 1025px) {
  .info.quote {
    margin-top: 9px;
  }
}

.inner {
  margin-top: 100px;
  padding-top: 0;
}
.inner .banner {
  width: 100%;
}
.inner .banner img {
  width: inherit;
}
.inner img {
  width: auto;
}
.inner .below_text {
  margin-top: 20px;
}
.inner .below_text div p {
  padding-bottom: 1em;
  text-align: left;
  word-wrap: break-word;
  color: #666;
  line-height: 1.7em;
  font-weight: 500;
  font-size: 1em;
}
@media (min-width: 320px) {
  .inner .below_text div {
    padding: 20px;
  }
  .inner .below_text div p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner .below_text div {
    padding: 20px;
  }
  .inner .below_text div p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner .below_text div {
    padding: 0px;
  }
}
.inner .factors {
  display: flex;
  align-items: center;
}
.inner .factors img {
  padding-right: 30px;
  margin: 0;
}
.inner .factors h4 {
  text-align: left;
  margin: 12px 0;
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 400;
}
.inner h3 {
  padding: 10px 0 22px;
  margin: 1em 0;
  font-size: 24px;
  line-height: 1.41;
  font-weight: 400;
  font-family: "Roboto", Arial, sans-serif;
}
.inner .pdf.row {
  display: flex;
  gap: 20px;
}
.inner .pdf.row p {
  margin-right: 0;
}
.inner .pdf.row p a span {
  margin-left: 20px;
}
.inner .pdf.row p a span img {
  border: 2px solid #28b674;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.grid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid {
    width: calc(100% - 40px);
    margin-bottom: 40px;
    background: #fff;
  }
}
@media (min-width: 1025px) {
  .grid {
    max-width: 1160px;
  }
}
.grid--margin-top {
  margin-top: 30px;
}
.grid--no-gutter {
  padding-top: 0;
}
.grid--no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.grid--no-bg {
  background: transparent;
}
.grid--picture-padding {
  padding: 0 10px 0 10px;
}
.grid--extended {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid--extended {
    width: 100%;
    margin-bottom: 20px;
    background: none;
  }
}
@media (min-width: 1025px) {
  .grid--extended {
    width: calc(100% - 40px);
  }
}
.grid--extended .grid__row {
  margin-left: 0;
  margin-right: 0;
}
.grid--extended .grid__col {
  padding: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid--content-box {
    padding-top: 20px;
  }
}

.grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.grid__row--no-gutter {
  margin-left: -20px;
  margin-right: -20px;
}
.grid__row:last-child {
  margin-bottom: -20px;
}

.grid__col-2, .grid__col-3, .grid__col-4, .grid__col-5, .grid__col-6, .grid__col-7, .grid__col-8, .grid__col-9, .grid__col-10, .grid__col-12, .grid__col,
.grid__col-sm-2, .grid__col-sm-3, .grid__col-sm-4, .grid__col-sm-5, .grid__col-sm-6, .grid__col-sm-7, .grid__col-sm-8, .grid__col-sm-9, .grid__col-sm-10, .grid__col-sm,
.grid__col-md-2, .grid__col-md-3, .grid__col-md-4, .grid__col-md-5, .grid__col-md-6, .grid__col-md-7, .grid__col-md-8, .grid__col-md-9, .grid__col-md-10, .grid__col-md,
.grid__col-lg-2, .grid__col-lg-3, .grid__col-lg-4, .grid__col-lg-5, .grid__col-lg-6, .grid__col-lg-7, .grid__col-lg-8, .grid__col-lg-9, .grid__col-lg-10, .grid__col-lg,
.grid__col-xl-2, .grid__col-xl-3, .grid__col-xl-4, .grid__col-xl-5, .grid__col-xl-6, .grid__col-xl-7, .grid__col-xl-8, .grid__col-xl-9, .grid__col-xl-10, .grid__col-xl {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}

.grid__col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid__col--no-gutter {
  padding: 0;
}
.grid__col--mt {
  padding-top: 10px;
}

.grid__col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.grid__col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.grid__col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.grid__col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.grid__col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.grid__col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.grid__col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.grid__col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.grid__col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.grid__col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .grid__col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .grid__col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid__col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid__col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid__col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid__col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid__col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid__col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid__col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .grid__col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .grid__col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid__col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid__col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid__col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid__col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid__col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid__col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid__col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 1025px) {
  .grid__col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .grid__col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid__col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid__col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid__col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid__col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid__col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid__col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid__col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
section.banner_img {
  background-repeat: no-repeat;
  background-size: cover;
}
section.banner_img .grid {
  background-color: transparent;
}
section.banner_img .grid .grid__row .grid__col {
  display: flex;
  width: 100%;
  gap: 10px;
}
@media (min-width: 320px) {
  section.banner_img .grid .grid__row .grid__col {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.banner_img .grid .grid__row .grid__col {
    display: block;
  }
}
@media (min-width: 1025px) {
  section.banner_img .grid .grid__row .grid__col {
    display: flex;
  }
}
section.banner_img .grid .grid__row .grid__col .widget {
  width: 60%;
}
@media (min-width: 320px) {
  section.banner_img .grid .grid__row .grid__col .widget {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.banner_img .grid .grid__row .grid__col .widget {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  section.banner_img .grid .grid__row .grid__col .widget {
    width: 60%;
  }
}
section.banner_img .grid .grid__row .grid__col .widget iframe.widget-iframe {
  width: 656px;
}
@media (min-width: 320px) {
  section.banner_img .grid .grid__row .grid__col .widget iframe.widget-iframe {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.banner_img .grid .grid__row .grid__col .widget iframe.widget-iframe {
    width: 670px;
  }
}
@media (min-width: 1025px) {
  section.banner_img .grid .grid__row .grid__col .widget iframe.widget-iframe {
    width: 656px;
  }
}
section.banner_img .grid .grid__row .grid__col .banner_awards {
  width: 40%;
}
section.banner_img .grid .grid__row .grid__col .banner_awards .ban_aw_row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
section.banner_img .grid .grid__row .grid__col .banner_awards .ban_aw_row .paragraph.image {
  flex: 1 1 calc(33.33% - 10px);
  box-sizing: border-box;
}
section.banner_img .grid .grid__row .grid__col .banner_awards .ban_aw_row .paragraph.image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 320px) {
  section.banner_img .grid .grid__row .grid__col .banner_awards {
    display: block;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.banner_img .grid .grid__row .grid__col .banner_awards {
    display: block;
    width: auto;
  }
}
@media (min-width: 1025px) {
  section.banner_img .grid .grid__row .grid__col .banner_awards {
    display: flex;
  }
}

img {
  width: 100%;
}

article {
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  display: flex;
}
article h1 {
  font-size: 1.6em;
  font-weight: 400;
  font-family: "roboto", Arial, sans-serif;
  line-height: 1.45;
  letter-spacing: -0.025em;
  margin-top: 0;
  margin-bottom: 10px;
  color: inherit;
}
@media (min-width: 320px) {
  article h1 {
    font-family: "Verdana Bold", sans-serif;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  article h1 {
    font-family: "Verdana Bold", sans-serif;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  article h1 {
    font-family: "roboto", Arial, sans-serif;
    text-align: left;
  }
}
article p {
  padding-bottom: 1em;
  text-align: left;
  word-wrap: break-word;
  color: #666;
  line-height: 1.7em;
  font-weight: 500;
}
article .awards h3 {
  text-align: center;
}
article .awards .row.awards {
  display: flex;
}
article .awards .row.awards img {
  width: 100%;
  height: 100%;
}
@media (min-width: 320px) {
  article .awards .row.awards {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  article .awards .row.awards {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  article .awards .row.awards {
    display: flex;
    flex-direction: row;
  }
}
article .slick_slider {
  max-width: 100vw;
  width: 100%;
}
@media (min-width: 320px) {
  article .slick_slider {
    margin-left: auto;
    margin-right: auto;
  }
}
article .slick_slider .grid__col-md-4.slick-slide {
  width: 350px;
  min-width: 320px;
  height: 375px;
  margin-left: 10px;
  margin-right: 10px;
}
article .slick_slider .slick-prev {
  left: -5px;
}
article .slick_slider .slick-next {
  right: -5px;
}
article .slick_slider .slick-prev::before, article .slick_slider .slick-next::before {
  font-family: "slick";
  font-size: 25px;
  line-height: 1;
  opacity: 0.75;
  color: #28b674;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.travels {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 320px) {
  .travels {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .travels {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .travels {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.grid__row.prod_reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.grid__row.prod_reviews #pr-reviews-carousel-widget {
  flex-direction: column;
  padding: 5px;
  max-width: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  word-wrap: break-word;
}
.grid__row.prod_reviews .addons {
  margin-left: 20%;
  margin-right: 20%;
}
.grid__row.prod_reviews .addons .paragraph.paragraph--type--extra-content {
  padding-bottom: 20px;
}
.grid__row.prod_reviews .addons .paragraph.paragraph--type--extra-content div > img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
@media (min-width: 320px) {
  .grid__row.prod_reviews .addons .paragraph.paragraph--type--extra-content div > img {
    border-radius: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid__row.prod_reviews .addons .paragraph.paragraph--type--extra-content div > img {
    border-radius: 20px;
  }
}
@media (min-width: 320px) {
  .grid__row.prod_reviews .addons {
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid__row.prod_reviews .addons {
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (min-width: 1025px) {
  .grid__row.prod_reviews .addons {
    margin-left: 20%;
    margin-right: 20%;
  }
}

.faq .faq__container {
  position: relative;
  margin: 10px 10px;
}
.faq .faq__container .faq__question {
  position: relative;
  color: #707070;
  cursor: pointer;
}
.faq .faq__container .faq__question:before {
  content: "+";
  color: #000;
  position: absolute;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 18px;
  right: 20px;
  top: 11px;
  width: 18px;
  height: 18px;
}
.faq .faq__container .faq__reply {
  display: none;
}
.faq .faq__container .faq__reply .faq__content {
  position: relative;
  height: 0;
  font-size: 1rem;
  text-align: justify;
  overflow: hidden;
  transition: 0.5s;
}

.faq.active .faq__container .faq__question:before {
  content: "−";
  color: #000;
}
.faq.active .faq__container .faq__reply {
  display: block;
}
.faq.active .faq__container .faq__reply .faq__content {
  height: auto;
  border: 2px solid #28b674;
  background: #f1f1f1;
  border-radius: 5px;
  margin: 0 15px 10px 20px;
  padding: 10px;
  overflow: hidden;
  transition: 0.6s ease-in-out;
}
@media screen and (max-width: 480px) {
  .faq.active .faq__container .faq__reply .faq__content {
    height: auto;
  }
}

hr {
  width: 100%;
  margin-left: 0;
  border: 1px solid #F4F4F4;
}

.contact {
  margin-top: 100px;
  padding-top: 0;
}
.contact .factors {
  display: flex;
  align-items: center;
}
.contact .factors img {
  padding-right: 30px;
  margin: 0;
  width: auto;
}
.contact .factors h4 {
  text-align: left;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 400;
}
.contact .factors .padding text {
  margin: 0px 30px 10px;
}

#search-form {
  background-image: none;
  width: 100%;
}

div.form_contact {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0);
  background-image: url(/themes/TICK/img/form_background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-style: none;
  margin-right: auto;
  margin-bottom: 0px;
  border-radius: 5px;
  width: fit-content;
  min-height: 445px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 320px) {
  div.form_contact {
    min-height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.form_contact {
    min-height: 445px;
  }
}
@media (min-width: 1025px) {
  div.form_contact {
    min-height: 445px;
  }
}
div.form_contact form.webform-submission-contact-form-form,
div.form_contact form.webform-submission-new-contact-form-form {
  left: 12px;
  display: block;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid #ccc;
  border-radius: 0px;
  width: 510px;
  min-height: 445px;
  position: relative;
  margin-top: 12px;
}
@media (min-width: 320px) {
  div.form_contact form.webform-submission-contact-form-form,
  div.form_contact form.webform-submission-new-contact-form-form {
    width: auto;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 580px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.form_contact form.webform-submission-contact-form-form,
  div.form_contact form.webform-submission-new-contact-form-form {
    min-height: 445px;
    left: 0px;
  }
}
@media (min-width: 1025px) {
  div.form_contact form.webform-submission-contact-form-form,
  div.form_contact form.webform-submission-new-contact-form-form {
    min-height: 445px;
    left: 0px;
  }
}
div.form_contact form.webform-submission-contact-form-form .webform-flexbox,
div.form_contact form.webform-submission-new-contact-form-form .webform-flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
div.form_contact form.webform-submission-contact-form-form .webform-flexbox .webform-flex--1,
div.form_contact form.webform-submission-new-contact-form-form .webform-flexbox .webform-flex--1 {
  width: calc(50% - 10px);
  box-sizing: border-box;
}
@media (min-width: 320px) {
  div.form_contact form.webform-submission-contact-form-form .webform-flexbox .webform-flex--1,
  div.form_contact form.webform-submission-new-contact-form-form .webform-flexbox .webform-flex--1 {
    width: 100%;
  }
}
div.form_contact form.webform-submission-contact-form-form .webform-flexbox .webform-flex--1 .webform-flex--container,
div.form_contact form.webform-submission-new-contact-form-form .webform-flexbox .webform-flex--1 .webform-flex--container {
  width: 240px;
}
div.form_contact form.webform-submission-contact-form-form .webform-flexbox .webform-flex--1 .element,
div.form_contact form.webform-submission-new-contact-form-form .webform-flexbox .webform-flex--1 .element {
  width: 240px;
}
div.form_contact form.webform-submission-contact-form-form .webform-flexbox .webform-flex--1 .element label,
div.form_contact form.webform-submission-new-contact-form-form .webform-flexbox .webform-flex--1 .element label {
  font-size: 14px;
}
div.form_contact form.webform-submission-contact-form-form .webform-flexbox .webform-flex--1 .element select,
div.form_contact form.webform-submission-new-contact-form-form .webform-flexbox .webform-flex--1 .element select {
  width: 100%;
  font-size: 13px;
}
div.form_contact form.webform-submission-contact-form-form .webform-flexbox .webform-flex--1 .element select.input-select,
div.form_contact form.webform-submission-new-contact-form-form .webform-flexbox .webform-flex--1 .element select.input-select {
  padding-right: 26px;
  background-image: url(/themes/TICK/img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  margin-bottom: 5px;
}
div.form_contact form.webform-submission-contact-form-form .webform-flexbox .webform-flex--1 .element .input,
div.form_contact form.webform-submission-new-contact-form-form .webform-flexbox .webform-flex--1 .element .input {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 36px;
  margin-bottom: 20px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  font-family: "Muli", sans-serif;
  font-size: 1rem;
  color: #000;
  outline: none;
}
div.form_contact form.webform-submission-contact-form-form .webform-flexbox .webform-flex--1 .element textarea,
div.form_contact form.webform-submission-new-contact-form-form .webform-flexbox .webform-flex--1 .element textarea {
  width: 240px;
  min-height: 55px;
  line-height: 16px;
}
div.form_contact form.webform-submission-contact-form-form div#edit-1row,
div.form_contact form.webform-submission-contact-form-form div.\31 row.webform-flexbox.js-webform-flexbox.js-form-wrapper,
div.form_contact form.webform-submission-contact-form-form div.\32 row.webform-flexbox.js-webform-flexbox.js-form-wrapper,
div.form_contact form.webform-submission-contact-form-form div.\33 row.webform-flexbox.js-webform-flexbox.js-form-wrapper,
div.form_contact form.webform-submission-contact-form-form div.\34 row.webform-flexbox.js-webform-flexbox.js-form-wrapper,
div.form_contact form.webform-submission-new-contact-form-form div#edit-1row,
div.form_contact form.webform-submission-new-contact-form-form div.\31 row.webform-flexbox.js-webform-flexbox.js-form-wrapper,
div.form_contact form.webform-submission-new-contact-form-form div.\32 row.webform-flexbox.js-webform-flexbox.js-form-wrapper,
div.form_contact form.webform-submission-new-contact-form-form div.\33 row.webform-flexbox.js-webform-flexbox.js-form-wrapper,
div.form_contact form.webform-submission-new-contact-form-form div.\34 row.webform-flexbox.js-webform-flexbox.js-form-wrapper {
  display: flex !important;
}
div.form_contact .button {
  display: block;
  border-style: none;
  border-radius: 5px;
  width: 352px;
  height: 48px;
  background: #28b674;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-family: Arial, sans-serif;
  font-style: normal;
  margin: auto;
}
@media (min-width: 320px) {
  div.form_contact .button {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.form_contact .button {
    width: 352px;
  }
}
@media (min-width: 1025px) {
  div.form_contact .button {
    width: 352px;
  }
}

#edit-1row {
  display: flex !important;
}

.input {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 36px;
  margin-bottom: 20px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  font-family: "Muli", sans-serif;
  font-size: 1rem;
  color: #000;
  outline: none;
  /* Chrome, Safari, Edge, Opera */
}
@media (min-width: 768px) and (max-width: 991px) {
  .input {
    max-width: 190px;
  }
}
.input::-webkit-outer-spin-button, .input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input:disabled {
  background: #F4F4F4;
  color: #000;
}
.input--inline {
  display: inline-flex;
  margin-right: 10px;
}
.input--number {
  -moz-appearance: textfield;
}
.input--date {
  padding-right: 36px;
  background: url(img/calendar.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.input--chekbox {
  width: auto;
}
.input--select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 26px;
  background-image: url(img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .input--wide {
    max-width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .input--two-digit {
    width: 50px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .input--four-digit {
    width: 62px;
    text-align: center;
  }
}
.input--mb-0 {
  margin-bottom: 0;
}
.input--mr-s {
  margin-right: 20px;
}
.input:required {
  border: 1px solid #DDDDDD;
}
.input:invalid:not(:required) {
  box-shadow: none;
  border-color: #E4002B;
}
.input--invalid, .input.error {
  border-color: #E4002B;
}

.block.common {
  width: 83.33333333%;
  margin-left: 8.33333333%;
}
.block.common h3.block.title {
  font-family: "Verdana", Geneva, sans-serif;
  font-weight: 700;
  color: #404041;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.block.common .views-element-container .taxonomy.terms .views-field.views-field-title a {
  color: #1ba1e2;
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  padding: 5px 12px;
}

.categories {
  padding-top: inherit;
}
.categories .faqs-category-column {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
@media (min-width: 320px) {
  .categories .faqs-category-column {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .categories .faqs-category-column {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .categories .faqs-category-column {
    width: 100%;
  }
}
.categories .faqs-category-column .views-field.views-field-name {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: 5px 5px 2px #000;
  height: 165px;
  background: #28b674;
}
.categories .faqs-category-column .views-field.views-field-name span {
  color: #fff;
  margin: 3px 0px;
  display: inline-block;
  cursor: default;
  margin-top: 65px;
  /* a:hover & :focus{
       text-decoration: none;
       color: #23527c;
       transition: color 0.1s ease-in, background 0.1s ease-in;
   }*/
}
.categories .faqs-category-column .views-field.views-field-name span a {
  color: #fff;
  font-size: 16px;
}
.categories .faqs-category-column .views-field.views-field-name:hover {
  background: #1ba1e2;
  transition: background 1s ease;
}
.categories .views-view-grid.col-md-12 {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
}
@media (min-width: 320px) {
  .categories .views-view-grid.col-md-12 {
    display: grid;
    grid-template-columns: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .categories .views-view-grid.col-md-12 {
    display: grid;
    grid-template-columns: auto auto;
  }
}
@media (min-width: 1025px) {
  .categories .views-view-grid.col-md-12 {
    display: grid;
    grid-template-columns: auto auto auto;
  }
}

.grid.grid--content-box .grid__row .grid__col {
  padding-bottom: 0;
  padding-top: 40px;
}
.grid.grid--content-box .grid__row .grid__col h1 {
  font-size: 35px;
  margin-bottom: 30px;
  padding-top: 5px;
  color: #404041;
  font-family: "Verdana", Geneva, sans-serif;
  font-weight: 700;
  text-align: left;
}
.grid.grid--content-box .grid__row .grid__col.article {
  padding-top: 0;
  padding-bottom: 50px;
}
.grid.grid--content-box .grid__row .grid__col.article .quote_link {
  text-align: end;
}
.grid.grid--content-box .grid__row .grid__col.article .quote_link button {
  background-color: #28b674;
  border-radius: 5px;
}
.grid.grid--content-box .grid__row .grid__col.article .quote_link button .more {
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  padding: 15px 30px 30px 20px;
  width: 298px;
  height: 10px;
  white-space: normal;
  line-height: 18px;
  float: right;
  font-family: "Verdana", Geneva, sans-serif;
  text-align: center;
}
.grid.grid--content-box .grid__row .grid__col.article .quote_link button .more a {
  color: #fff;
}
.grid.grid--content-box .grid__row .grid__col.article .quote_link span .more a {
  color: #1ba1e2;
}
.grid.grid--content-box .grid__row .grid__col.article .article.card {
  background: #fff;
  overflow: hidden;
  padding: 20px 30px 30px;
  margin-top: 25px;
  border: 1px solid #2f2f2f;
  border-radius: 5px;
}
.grid.grid--content-box .grid__row .grid__col.article .article.card .datatime {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #FAA619;
}

/*
@media screen and (min-width:768px) {
    .faqs-category-column.views-col{
        width: 50%;
    }
}

@media screen and (min-width:375px) {
    .faqs-category-column.views-col{
        width: 100%;
    }
}*/
.grid.grid--content-box.categoty .grid__row .grid__col h1.page_title {
  font-size: 35px;
  margin-bottom: 30px;
  padding-top: 5px;
  color: #404041;
  font-family: "Verdana", Geneva, sans-serif;
  font-weight: 700;
  text-align: start;
  margin-top: 0;
}
.grid.grid--content-box.categoty .grid__row .grid__col .item-list ul li {
  padding: 5px;
  line-height: 28px;
}
.grid.grid--content-box.categoty .grid__row .grid__col .item-list ul li a {
  color: #1ba1e2;
  font-weight: 400;
}
.grid.grid--content-box.categoty .grid__row .grid__col .item-list ul li a::before {
  content: "?";
  margin-right: 5px;
}

.portal {
  margin: 120px auto 100px;
  padding: 0;
}
.portal #main-container {
  display: flex;
  width: 100%;
}
.portal #menu-container {
  width: 20%;
  height: fit-content;
  background-color: #404041;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.portal #menu-container h2 {
  color: #28b674;
}
.portal #menu-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.portal #menu-container li {
  padding: 12px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.portal #menu-container li:hover {
  background-color: #28b674;
}
.portal #content-container {
  flex: 1;
  margin-left: 20px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.portal #content-container .main-title {
  color: #28b674;
  margin-bottom: 20px;
}
.portal .no-data {
  width: 100%;
  text-align: center;
  margin-top: 3rem;
  font-weight: 900;
}
@media (max-width: 800px) {
  .portal #main-container {
    flex-direction: column;
    align-items: center;
  }
  .portal #menu-container {
    width: 100%;
    min-width: 220px;
    margin-bottom: 20px;
  }
  .portal #content-container {
    width: 100%;
    margin-left: 0;
  }
}

.login-page {
  padding-top: 120px;
}
.login-page .form-row #messageBlock.custom-form.mess {
  display: none;
}
.login-page .form-row #messageBlock.custom-form.mess.visible {
  display: block;
}
.login-page .form-row #loginForm.custom-form.form {
  margin: 0 auto;
}
.login-page .form-row.show {
  display: flex;
  flex-direction: row;
}
@media (min-width: 320px) {
  .login-page .form-row.show {
    display: flex;
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .login-page .form-row.show {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1025px) {
  .login-page .form-row.show {
    display: flex;
    flex-direction: row;
  }
}
.login-page .form-row.show #messageBlock.custom-form.mess.visible {
  margin-left: auto;
  margin-right: 0px;
}
@media (min-width: 320px) {
  .login-page .form-row.show #messageBlock.custom-form.mess.visible {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .login-page .form-row.show #messageBlock.custom-form.mess.visible {
    margin-left: auto;
    margin-right: 20px;
  }
}
@media (min-width: 1025px) {
  .login-page .form-row.show #messageBlock.custom-form.mess.visible {
    margin-left: auto;
    margin-right: 20px;
  }
}
.login-page .form-row.show #loginForm.custom-form.form {
  margin-left: 20px;
  margin-right: auto;
}
@media (min-width: 320px) {
  .login-page .form-row.show #loginForm.custom-form.form {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .login-page .form-row.show #loginForm.custom-form.form {
    margin-left: 20px;
    margin-right: auto;
  }
}
@media (min-width: 1025px) {
  .login-page .form-row.show #loginForm.custom-form.form {
    margin-left: 20px;
    margin-right: auto;
  }
}
.login-page .custom-form {
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.login-page .custom-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}
.login-page .custom-form input {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.login-page .custom-form .register-btn {
  background-color: #404041;
  transition: all ease-in 200ms;
}
.login-page .custom-form .register-btn:hover {
  background-color: rgb(89.3023255814, 89.3023255814, 90.6976744186);
  transition: all ease-in 200ms;
}
.login-page .custom-form button {
  width: 100%;
  padding: 10px;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.login-page .custom-form .login-btn, .login-page .custom-form .send-btn, .login-page .custom-form .change-btn, .login-page .custom-form .register-btn {
  margin-bottom: 10px;
  background-color: #28b674;
  transition: all ease-in 200ms;
}
.login-page .custom-form .login-btn:hover, .login-page .custom-form .send-btn:hover, .login-page .custom-form .change-btn:hover, .login-page .custom-form .register-btn:hover {
  background-color: rgb(60.7027027027, 212.2972972973, 141.8378378378);
  transition: all ease-in 200ms;
}
.login-page .custom-form .notification {
  margin-top: 16px;
  padding: 10px;
  border-radius: 4px;
  color: #fff;
}
.login-page .custom-form .notification.success {
  background-color: green;
}
.login-page .custom-form .notification.error {
  background-color: #dc3545;
}
.login-page .custom-form .forgot-password {
  margin-top: 10px;
  text-align: right;
  font-size: 14px;
}
.login-page .custom-form .forgot-password a {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
}
.login-page .custom-form .forgot-password a:hover {
  text-decoration: underline;
}
.login-page .popupLegacy {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.login-page .popupLegacy .close {
  color: #000;
  float: right;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.login-page .popupLegacy .close:hover {
  color: red;
}

.portal #content-container #dynamic-content {
  padding: 20px;
}
.portal #content-container #dynamic-content .cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.portal #content-container #dynamic-content .cards-container .policy-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
  width: calc(50% - 10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.portal #content-container #dynamic-content .cards-container .policy-card:hover {
  transform: scale(1.05);
}
.portal #content-container #dynamic-content .cards-container .policy-card h4 {
  margin-top: 0;
}
.portal #content-container #dynamic-content .cards-container .policy-card p {
  margin: 0;
  padding: 0;
}
.portal #content-container #dynamic-content .cards-container .policy-card p .policy-item-label {
  width: 135px;
  display: inline-block;
}
.portal form.policyDetails {
  max-width: 100%;
  margin: 0 auto;
}
.portal form.policyDetails h2 {
  color: #333;
}
.portal form.policyDetails label {
  display: block;
  margin-bottom: 8px;
}
.portal form.policyDetails input {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
}
.portal form.policyDetails input[readonly] {
  background-color: #f4f4f4;
  color: #666;
  cursor: not-allowed;
}
.portal .form-buttons {
  display: flex;
  justify-content: flex-end;
}
.portal button {
  margin: 5px 0;
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}
.portal button:hover {
  background-color: #0056b3;
}
.portal button.save-btn {
  margin-right: 5px;
  background-color: #28b674;
}
.portal button.save-btn:hover:not(:disabled) {
  background-color: rgb(60.7027027027, 212.2972972973, 141.8378378378);
}
.portal button.save-btn:disabled {
  opacity: 0.6;
  background-color: #666;
}
.portal button.cancel-btn {
  background-color: #E4002B;
}
.portal button.cancel-btn:hover {
  background-color: rgb(255, 24, 67.5657894737);
}
.portal .action-buttons {
  margin-bottom: 20px;
}
.portal .modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.portal .modal-overlay .modal {
  position: fixed;
  max-height: 85%;
  top: 55%;
  left: 50%;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.portal .modal-overlay .modal #policy-details-form-container {
  width: 100%;
}
.portal .modal-overlay .modal .column-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.portal .modal-overlay .modal .input-wrapper label {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.portal .modal-overlay .modal .input-wrapper label strong {
  margin-right: 5px;
}
.portal .modal-overlay .modal .input-wrapper input {
  width: 100%;
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 2px;
}
.portal .modal-overlay .modal .input-wrapper select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 2px;
}
.portal .modal-overlay .modal .input-wrapper input[type=checkbox] {
  height: 1rem;
}
.portal .modal-overlay .modal .input-wrapper input[readonly] {
  background-color: #f3f3f3;
  border: 1px solid #bebebe;
}
.portal .modal-overlay .modal .input-wrapper .error-message-input {
  color: red;
  font-size: 10px;
  margin-top: 4px;
}
.portal .modal-overlay .modal .travelers {
  display: flex;
  flex-wrap: wrap;
}
.portal .modal-overlay .modal .travelers h4 {
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 0;
}
.portal .modal-overlay .modal .travelers .traveller-wrapper {
  width: 23%;
  margin: 0 2% 2%;
}
.portal .modal-overlay .modal .travelers .traveller-wrapper h4 {
  margin-top: 10px;
}
.portal .modal-overlay .modal .travelers .traveller-wrapper .input-wrapper {
  width: 100% !important;
  margin-top: 4px;
}
.portal .modal-overlay .modal .form-section, .portal .modal-overlay .modal .policy-wrapper, .portal .modal-overlay .modal .customer-wrapper {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-top: 10px;
}
.portal .modal-overlay .modal .form-section h3, .portal .modal-overlay .modal .form-section h4, .portal .modal-overlay .modal .policy-wrapper h3, .portal .modal-overlay .modal .policy-wrapper h4, .portal .modal-overlay .modal .customer-wrapper h3, .portal .modal-overlay .modal .customer-wrapper h4 {
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 0;
}
.portal .modal-overlay .modal .form-section .input-wrapper, .portal .modal-overlay .modal .policy-wrapper .input-wrapper, .portal .modal-overlay .modal .customer-wrapper .input-wrapper {
  width: 48%;
  margin: 1%;
}
.portal .modal-overlay .modal .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}
.portal .modal-overlay .modal .send-btn,
.portal .modal-overlay .modal .download-btn {
  width: 100%;
  max-width: 180px;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: #404041;
  color: white;
  transition: all ease-in 200ms;
}
.portal .notification {
  position: fixed;
  top: 20px;
  right: -120px;
  left: auto;
  transform: translateX(-50%);
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  width: 300px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
}
.portal .notification div {
  margin-top: 10px;
}
.portal .error {
  background-color: #ff5c5c;
}
.portal .success {
  background-color: #4caf50;
}

.portal #user-profile-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.portal #user-profile-form .form-section {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
.portal #user-profile-form .form-section h3 {
  margin: 0 0 10px;
  color: #333;
}
.portal #user-profile-form .form-section .form-row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.portal #user-profile-form .form-section .form-row label {
  flex: 1;
  margin-right: 10px;
}
.portal #user-profile-form .form-section .form-row input {
  width: 100%;
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.portal #user-profile-form .form-section .form-row input[readonly] {
  background-color: #f4f4f4;
  color: #666;
  cursor: not-allowed;
}
.portal #user-profile-form .form-section .form-row select {
  width: 100%;
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.portal #user-profile-form .form-section .form-row select[readonly] {
  background-color: #f4f4f4;
  color: #666;
  cursor: not-allowed;
}
.portal #user-profile-form .contact-title-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.portal #user-profile-form .contact-title-row button {
  height: 2.2rem;
  padding: 2px 15px;
  margin-top: -5px;
  margin-left: 5px;
}
.portal #user-profile-form #buttons-container {
  grid-column: span 2;
  margin-top: 20px;
}
.portal #user-profile-form #buttons-container button {
  width: 100%;
  max-width: 160px;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  transition: all ease-in 200ms;
}
.portal #user-profile-form #buttons-container button:hover {
  transition: all ease-in 200ms;
}
.portal #user-profile-form #buttons-container #editButton,
.portal #user-profile-form #buttons-container #saveButton {
  background-color: #28b674;
}
.portal #user-profile-form #buttons-container #editButton:hover,
.portal #user-profile-form #buttons-container #saveButton:hover {
  background-color: rgb(60.7027027027, 212.2972972973, 141.8378378378);
}
.portal #user-profile-form #buttons-container #cancelButton {
  background-color: #E4002B;
}
.portal #user-profile-form #buttons-container #cancelButton:hover {
  background-color: rgb(255, 24, 67.5657894737);
}
.portal .modal {
  width: 80vw;
}
.portal .modal .modal-content .form-row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.portal .modal .modal-content .form-row label {
  flex: 1;
  margin-right: 10px;
}
.portal .modal .modal-content .form-row input {
  width: 100%;
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.portal .modal .modal-content .form-row input[readonly] {
  background-color: #f4f4f4;
  color: #666;
  cursor: not-allowed;
}
.portal .modal .modal-content .form-row-email label {
  flex: 0.3 !important;
}
.portal .modal .modal-content .form-row-email div {
  flex: 0.7 !important;
}
.portal .modal .modal-content .form-row-email div .error-message {
  margin: 5px 5px;
  font-size: 13px;
  text-align: center;
}
.portal .modal .error-message {
  color: red;
  margin: 10px 10px;
  text-align: center;
}
@media (max-width: 800px), (max-width: 1200px) {
  .portal #user-profile-form {
    display: block;
    max-width: none;
    margin: 0;
  }
  .portal #user-profile-form .form-section {
    margin-bottom: 20px;
  }
}

#spinner-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#spinner-overlay #spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #00239C;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.slick_slider {
  max-width: 100vw;
  width: 100%;
}
@media (min-width: 320px) {
  .slick_slider {
    margin-left: auto;
    margin-right: auto;
  }
}
.slick_slider .slick-slide {
  width: 100%;
  height: auto;
  margin-left: 30px;
  margin-right: 30px;
}

.grid__col-lg-4 .sidebar-block {
  margin-top: 40px;
  border-width: 2px;
  border-style: solid;
  border-color: #28b674;
  font-size: 15px;
  padding: 15px 20px;
}

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