@charset "UTF-8";
@import url("dmf8eub.css");
@import url("dmf8eub.css");
*,
*:focus {
  outline: none !important;
}

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;
}

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;
}

a {
  color: inherit;
  text-decoration: none;
}

:root {
  --purple: #592547;
}

/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */
/* Set font and clear body padding */
html,
button,
input,
select,
textarea {
  font-family: "museo-sans", sans-serif;
}

.ios body.experiences-lock-scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
}

body {
  min-width: 320px;
  margin: 0;
  font-family: "museo-sans", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #111111;
  background-color: #fffdfa;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 24px;
  }
}

body.experiences-lock-scroll {
  overflow: hidden;
}

body.lock-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

body.overlayed {
  position: relative;
}

body.overlayed:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}

/* Setting sizes is much more predictable with border-box */
*, *:before, *:after {
  box-sizing: border-box;
}

.caption {
  color: #4a4a4a;
  font-family: "museo-sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 18px;
  margin: 8px 0;
}

@media (max-width: 767px) {
  .caption {
    font-size: 12px;
    line-height: 14px;
    margin: 11px auto;
    width: 86.5%;
  }
}

.level-info,
.supplement-info {
  cursor: pointer;
}

figure {
  margin: 0;
}

/* Make all images responsive */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* Make inputs on iOS look normal */
input {
  -webkit-appearance: none;
}

/* Custom List Styles */
ol {
  counter-reset: item;
  display: block;
  padding: 0;
  margin: 0 0 16px;
  font-weight: 300;
}

@media (max-width: 767px) {
  ol {
    margin: 0 0 14px;
  }
}

ol li {
  display: block;
  padding: 0 0 0 36px;
  position: relative;
  margin: 0 0 8px;
}

@media (max-width: 767px) {
  ol li {
    margin: 0 0 12px;
    padding: 0 0 0 28px;
  }
}

ol li li {
  padding: 0 0 0 35px;
  margin: 0 0 8px;
}

@media (max-width: 767px) {
  ol li li {
    padding: 0 0 0 28px;
    margin: 0 0 12px;
  }
}

ol li li:before {
  content: counter(item, decimal-leading-zero) ".";
  font-size: 14px;
  left: 11px;
  bottom: -1px;
}

@media (max-width: 767px) {
  ol li li:before {
    font-size: 10px;
    left: 8px;
    bottom: auto;
    top: 2px;
  }
}

ol li ol {
  margin-top: 10px;
}

@media (max-width: 767px) {
  ol li ol {
    margin-top: 12px;
  }
}

ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  color: #662951;
  font-weight: 700;
  position: absolute;
  left: 13px;
  font-size: 18px;
}

@media (max-width: 767px) {
  ol li:before {
    font-size: 14px;
    left: 7px;
  }
}

ul:not([class]), ul.aos-init {
  padding: 0;
  margin: 0 0 16px;
  list-style: none;
  font-weight: 300;
}

p + ul:not([class]), p + ul.aos-init {
  margin-top: -17px;
}

@media (max-width: 767px) {
  p + ul:not([class]), p + ul.aos-init {
    margin-top: -13px;
  }
}

@media (max-width: 767px) {
  ul:not([class]), ul.aos-init {
    margin: 0 0 14px;
  }
}

ul:not([class]) li, ul.aos-init li {
  padding: 0 0 0 36px;
  position: relative;
  margin: 0 0 8px;
}

@media (max-width: 767px) {
  ul:not([class]) li, ul.aos-init li {
    margin: 0 0 12px;
    padding: 0 0 0 28px;
  }
}

ul:not([class]) li:last-child, ul.aos-init li:last-child {
  margin: 0;
}

ul:not([class]) li:before, ul.aos-init li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 12px;
  left: 13px;
  border: 1px solid #662951;
  border-radius: 50%;
  background: #662951;
}

@media (max-width: 767px) {
  ul:not([class]) li:before, ul.aos-init li:before {
    width: 6px;
    height: 6px;
    top: 9px;
    left: 10px;
  }
}

ul:not([class]) li li, ul.aos-init li li {
  margin: 0 0 8px;
}

@media (max-width: 767px) {
  ul:not([class]) li li, ul.aos-init li li {
    margin: 0 0 12px;
  }
}

ul:not([class]) li li:before, ul.aos-init li li:before {
  top: 12px;
  left: 10px;
  width: 7px;
  height: 7px;
  background: transparent;
}

@media (max-width: 767px) {
  ul:not([class]) li li:before, ul.aos-init li li:before {
    top: 8px;
    left: 9px;
  }
}

ul:not([class]) li ul, ul.aos-init li ul {
  margin: 7px 0 0;
}

@media (max-width: 767px) {
  ul:not([class]) li ul, ul.aos-init li ul {
    margin: 12px 0 0;
  }
}

ul + ol {
  margin-top: -1px;
}

@media (max-width: 767px) {
  ul + ol {
    margin-top: -2px;
  }
}

/* Normalize links across browsers */
a {
  text-decoration: none;
  position: relative;
}

a:not([class]) {
  box-shadow: inset 0px -8px 0px 0px #c2d982;
  transition: box-shadow 0.2s linear;
}

a img {
  border: 0;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #111111;
}

.page-content a:focus:not([class]), .page-content
a:hover:not([class]) {
  box-shadow: inset 0px -2px 0px 0px #c2d982;
}

.section-title {
  margin: 0 0 39px;
  text-align: center;
}

@media (max-width: 767px) {
  .section-title {
    margin: 0 0 31px;
  }
}

.tablet-checker {
  display: none;
}

@media (max-width: 991px) {
  .tablet-checker {
    display: block;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 720px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .row {
    margin: 0 -20px;
  }
}

@media (max-width: 767px) {
  .col-12 {
    padding: 0 20px;
  }
}

button:active {
  color: inherit;
}

.sticky-container {
  position: relative;
}

label.extra-hover {
  font-weight: 700 !important;
  font-size: 12px !important;
  top: -20px !important;
}

@media (max-width: 767px) {
  label.extra-hover {
    top: -17px !important;
  }
}

input.extra-hover {
  border: none;
  box-shadow: 0 1px 0 0 rgba(124, 153, 46, 0.69);
}

.left-right-underline {
  position: relative;
}

.left-right-underline:after {
  content: '';
  position: absolute;
  left: -1px;
  bottom: -6px;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: all .2s linear;
}

.left-right-underline:hover {
  color: currentColor;
}

.left-right-underline:hover:after {
  width: 100%;
}

.container--sticky-social {
  position: relative;
}

input {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.page-template-tpl-taxonomy .page-content {
  overflow: hidden;
}

.mobile [data-aos^=fade][data-aos^=fade].aos-animate,
.mobile [data-aos^=fade][data-aos^=fade],
.tablet [data-aos^=fade][data-aos^=fade].aos-animate,
.tablet [data-aos^=fade][data-aos^=fade] {
  opacity: 1 !important;
  transform: none !important;
  transition-property: none !important;
}

/**
 * WordPress specific base styles.
 */
.gm-style img {
  max-width: none;
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

.hide {
  visibility: hidden;
  opacity: 0;
}

/* Make WordPress media inserted to post behave correctly */
.alignleft {
  float: left;
  margin: 0 40px 40px 0;
}

@media (max-width: 767px) {
  .alignleft {
    margin: 0 30px 30px 0;
  }
}

.alignright {
  float: right;
  margin: 0 0 40px 40px;
}

@media (max-width: 767px) {
  .alignright {
    margin: 0 0 30px 30px;
  }
}

.alignnone {
  display: inline-block;
}

.alignnone:not(img) {
  margin: 64px 0 60px;
}

@media (max-width: 767px) {
  .alignnone:not(img) {
    margin: 0;
  }
}

.aligncenter {
  display: block;
  clear: both;
  margin: 40px auto;
  text-align: center;
}

@media (max-width: 767px) {
  .aligncenter {
    margin: 30px auto;
  }
}

.navigation.pagination {
  clear: both;
}

/* WP navigation menus are lists, but they don't need default list styling */
nav a {
  text-decoration: none;
  color: #111111;
}

nav a:hover {
  text-decoration: none;
  color: #111111;
}

nav li {
  display: inline-block;
}

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

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  color: #4a4a4a;
  font-family: museo-sans,sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 18px;
  padding: 8px 0;
}

@media screen and (max-width: 767px) {
  .wp-caption-text {
    font-size: 12px;
    line-height: 14px;
    padding: 11px 0;
    text-align: center;
  }
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 47px;
  font-weight: 700;
  line-height: 1;
  color: #333333;
}

h1:only-child,
h2:only-child,
h3:only-child,
h4:only-child,
h5:only-child,
h6:only-child {
  margin: 0;
}

p + h1, p +
h2, p +
h3, p +
h4, p +
h5, p +
h6 {
  margin-top: 42px;
}

@media (max-width: 767px) {
  p + h1, p +
  h2, p +
  h3, p +
  h4, p +
  h5, p +
  h6 {
    margin-top: 35px;
  }
}

h1 {
  margin: 0 0 47px;
  font-size: 64px;
  line-height: 70px;
  font-weight: 900;
}

@media (max-width: 767px) {
  h1 {
    margin: 0 0 38px;
    font-size: 34px;
    line-height: 36px;
  }
}

h2 {
  margin: 0 0 15px;
  font-size: 46px;
  line-height: 48px;
  font-weight: 900;
}

@media (max-width: 767px) {
  h2 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 36px;
  }
}

p + h2 {
  margin-top: 64px;
}

@media (max-width: 767px) {
  p + h2 {
    margin-top: 37px;
  }
}

h3 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 900;
}

@media (max-width: 767px) {
  h3 {
    margin: 0 0 13px;
    font-size: 22px;
    line-height: 24px;
  }
}

p + h3 {
  margin-top: 46px;
}

@media (max-width: 767px) {
  p + h3 {
    margin-top: 35px;
  }
}

h4 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 900;
}

@media (max-width: 767px) {
  h4 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 24px;
  }
}

p + h4 {
  margin-top: 32px;
}

@media (max-width: 767px) {
  p + h4 {
    margin-top: -2px;
  }
}

h5 {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

@media (max-width: 767px) {
  h5 {
    font-size: 16px;
    line-height: 20px;
  }
}

p + h5 {
  margin-top: 32px;
}

h6 {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 16px;
}

p + h6 {
  margin-top: 28px;
}

/* Text Elements */
p {
  font-weight: 300;
  margin: 0 0 32px;
}

@media (max-width: 767px) {
  p {
    margin: 0 0 25px;
  }
}

p:last-child {
  margin: 0;
}

p ul,
ol + p {
  margin-top: 32px;
}

@media (max-width: 767px) {
  p ul,
  ol + p {
    margin-top: 24px;
  }
}

strong {
  font-weight: 700;
}

/* Horizontal Line */
hr {
  margin: 63px 0 65px;
  border-top: 1px solid #cccccc;
}

@media (max-width: 767px) {
  hr {
    margin: 48px 0;
  }
}

::selection {
  background: #f0e3ce;
}

::-moz-selection {
  background: #f0e3ce;
}

/* Blocks / Columns Spacing Helpers */
.block-top-spacing {
  padding-top: 82px;
}

@media (max-width: 767px) {
  .block-top-spacing {
    padding-top: 47px;
  }
}

.block-bottom-spacing {
  padding-bottom: 51px;
}

@media (max-width: 767px) {
  .block-bottom-spacing {
    padding-bottom: 42px;
  }
}

.columns-spacing-top {
  padding-top: 63px;
}

@media (max-width: 767px) {
  .columns-spacing-top {
    padding-top: 46px;
  }
}

.columns-spacing-bottom {
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .columns-spacing-bottom {
    padding-bottom: 25px;
  }
}

.block-margin-top {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .block-margin-top {
    margin-top: 60px;
  }
}

.block-margin-bottom {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .block-margin-bottom {
    margin-bottom: 60px;
  }
}

.content-column {
  margin-bottom: 32px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .content-column {
    margin-bottom: 24px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .content-column {
    padding-right: 0;
    padding-left: 0;
  }
}

.content-column.last_column {
  padding-right: 0;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .content-column.last_column {
    padding-right: 0;
    padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .content-column.last_column {
    padding-left: 0;
  }
}

/***************************
*** GRAVITY FORMS STYLES ***
****************************
1.General
2.Grid
	2a.Halfs
	2b.Thirds
	2c.Columns
	2d.List Inline
3.Fields
	3a.Checkbox, Radio
	3b.Dropdown
	3c.Multiselect
	3d.Text Input Fields
	3e.Textarea Field
	3f.Name Fields
		3fa.General Styles
		3fb.First Name & Last Name
		3fc.Prefix & First Name & Last Name
		3fd.First Name & Last Name & Suffix
		3fe.First Name & Middle Name & Last Name
		3ff.Prefix & First Name & Middle Name & Last Name & Last Name
		3fg.Prefix & First Name & Middle Name & Last Name & Suffix
		3fh.First Name & Middle Name & Last Name & Suffix
	3g.Date Fields
	3h.Time Fields
	3i.Address Fields
	3j.List Field
	3k.Single Product
	3l.Quantity
	3m.HTML
4.Buttons
5.IE/Edge Modify
*/
/************
* 1.General *
************/
div.gform_wrapper {
  margin: 0;
  max-width: 100%;
}

div.gform_wrapper p {
  margin: 0;
}

div.gform_wrapper br {
  display: none;
}

div.gform_wrapper div.gform_body {
  width: auto !important;
  margin-left: -15px;
  margin-right: -15px;
}

div.gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
  display: none;
}

div.gform_wrapper ul.gform_fields {
  margin-left: -15px;
  margin-right: -15px;
}

div.gform_wrapper ul.gform_fields li.gfield {
  padding-left: 15px;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 15px;
  }
}

div.gform_wrapper ul.gform_fields li.gfield:not(.gfield_html) {
  font-size: 16px;
  line-height: 26px;
}

div.gform_wrapper ul.gform_fields li.gfield::before {
  display: none;
}

div.gform_wrapper .clear-multi {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}

div.gform_wrapper .clear-multi:after {
  content: '';
  display: table;
  clear: both;
}

div.gform_wrapper input:not([type="checkbox"]):not([type="radio"]) + label:not(.gfield_label),
div.gform_wrapper input:not([type="checkbox"]):not([type="radio"]) + br + label:not(.gfield_label),
div.gform_wrapper select + label:not(.gfield_label),
div.gform_wrapper select + br + label:not(.gfield_label),
div.gform_wrapper .select2 + br + label:not(.gfield_label),
div.gform_wrapper .select2 + label:not(.gfield_label) {
  margin-bottom: 8px !important;
}

div.gform_wrapper .top_label .ginput_container {
  width: 100%;
  padding-right: 0px;
}

div.gform_wrapper .top_label .ginput_container.ginput_container_fileupload {
  width: 100%;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label .ginput_container {
    width: 100%;
    padding-right: 0;
  }
}

div.gform_wrapper .top_label .ginput_container input:not([type="file"]), div.gform_wrapper .top_label .ginput_container select {
  border-radius: 0 !important;
  border: 1px solid darkgray !important;
  border-style: outset;
  box-shadow: none;
}

div.gform_wrapper .top_label .ginput_container select {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0;
  height: 38.8px;
  border: 1px solid darkgray !important;
  -webkit-appearance: menulist;
}

div.gform_wrapper .top_label .ginput_container select[multiple="multiple"] {
  -webkit-appearance: listbox;
}

div.gform_wrapper .top_label .ginput_container br {
  display: none;
}

div.gform_wrapper .top_label .ginput_container *:not(img) {
  width: 100%;
}

div.gform_wrapper .top_label .ginput_container .gfield_list_cell {
  width: auto;
}

div.gform_wrapper .ginput_complex.ginput_container_address .ginput_left,
div.gform_wrapper .ginput_complex.ginput_container_address .ginput_right,
div.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

div.gform_wrapper .top_label li.gfield.gf_left_half *,
div.gform_wrapper .top_label li.gfield.gf_right_half *,
div.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) *,
div.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) *,
div.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) *,
div.gform_wrapper .top_label li.gfield.gf_list_2col *,
div.gform_wrapper .top_label li.gfield.gf_list_3col *,
div.gform_wrapper .top_label li.gfield.gf_list_4col *,
div.gform_wrapper .top_label li.gfield.gf_list_5col * {
  width: 100%;
}

div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
div.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 0;
}

.ui-datepicker {
  position: absolute;
}

/*********
* 2.GRID *
**********/
/* 2a.Halfs */
@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label li.gfield.gf_left_half,
  div.gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%;
  }
}

div.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container,
div.gform_wrapper .top_label li.gfield.gf_right_half .ginput_container {
  padding: 0;
}

/* 2b.Thirds */
@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  div.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  div.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 100%;
  }
}

div.gform_wrapper .top_label li.gfield:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.gf_left_third) + li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
  margin-left: 33.3% !important;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label li.gfield:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.gf_left_third) + li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    margin-left: 0 !important;
  }
}

div.gform_wrapper .top_label li.gfield:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.gf_left_third):not(.gf_middle_third) + li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
  margin-left: 66.6% !important;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label li.gfield:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.gf_left_third):not(.gf_middle_third) + li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    margin-left: 0 !important;
  }
}

div.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) + li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
  margin-left: 33.3% !important;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) + li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    margin-left: 0 !important;
  }
}

/* 2c.Columns */
div.gform_wrapper .top_label li.gfield.gf_list_2col {
  width: 50%;
}

div.gform_wrapper .top_label li.gfield.gf_list_3col {
  width: 33.3%;
}

div.gform_wrapper .top_label li.gfield.gf_list_4col {
  width: 25%;
}

div.gform_wrapper .top_label li.gfield.gf_list_5col {
  width: 20%;
}

div.gform_wrapper .top_label li.gfield.gf_list_2col,
div.gform_wrapper .top_label li.gfield.gf_list_3col,
div.gform_wrapper .top_label li.gfield.gf_list_4col,
div.gform_wrapper .top_label li.gfield.gf_list_5col {
  display: inline-block;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label li.gfield.gf_list_2col,
  div.gform_wrapper .top_label li.gfield.gf_list_3col,
  div.gform_wrapper .top_label li.gfield.gf_list_4col,
  div.gform_wrapper .top_label li.gfield.gf_list_5col {
    width: 100%;
  }
}

/* 2d.List inline */
div.gform_wrapper .gf_list_inline ul.gfield_checkbox, div.gform_wrapper .gf_list_inline ul.gfield_radio {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .gf_list_inline ul.gfield_checkbox, div.gform_wrapper .gf_list_inline ul.gfield_radio {
    margin-right: 0;
    margin-left: 0;
  }
}

div.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, div.gform_wrapper li.gf_list_inline ul.gfield_radio li {
  margin-right: 0;
  padding: 0 15px !important;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, div.gform_wrapper li.gf_list_inline ul.gfield_radio li {
    padding: 0 !important;
    display: block;
  }
}

div.gform_wrapper .gf_list_inline .gfield_checkbox li label, div.gform_wrapper .gf_list_inline .gfield_radio li label {
  max-width: 100%;
  margin: 0;
}

/***********
* 3.FIELDS *
***********/
/* 3.General */
div.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  height: 39px;
}

/* 3a.Checkbox, Radio */
div.gform_wrapper .top_label li ul.gfield_checkbox,
div.gform_wrapper .top_label li ul.gfield_radio {
  width: auto;
}

div.gform_wrapper .top_label li ul.gfield_checkbox br,
div.gform_wrapper .top_label li ul.gfield_radio br {
  display: none;
}

div.gform_wrapper .top_label li ul.gfield_checkbox input[type="checkbox"],
div.gform_wrapper .top_label li ul.gfield_radio input[type="checkbox"] {
  -webkit-appearance: checkbox;
  margin-top: 1px;
}

div.gform_wrapper .top_label li ul.gfield_checkbox input[type="radio"],
div.gform_wrapper .top_label li ul.gfield_radio input[type="radio"] {
  -webkit-appearance: radio;
  margin-top: 3px;
}

/* 3b.Dropdowns */
.select2-dropdown {
  border-radius: 0;
  line-height: normal;
  font-size: 16px;
  border-color: darkgray;
  border-top: 1px solid darkgray !important;
}

.select2-results__option {
  padding: 2px;
  padding-left: 6px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #666666;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #5897fb;
  color: #ffffff;
}

div.gform_wrapper .select2.select2-container, .hbspt-form .select2.select2-container {
  max-width: 100%;
  width: 100% !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}

div.gform_wrapper .select2.select2-container *, .hbspt-form .select2.select2-container * {
  margin-bottom: 0 !important;
}

div.gform_wrapper .select2.select2-container .selection, .hbspt-form .select2.select2-container .selection {
  width: 100%;
  padding: 0;
  float: none;
}

div.gform_wrapper .select2.select2-container.select2-container--open.select2-container--below .select2-selection.select2-selection--single, .hbspt-form .select2.select2-container.select2-container--open.select2-container--below .select2-selection.select2-selection--single {
  border-bottom-color: transparent;
}

div.gform_wrapper .select2-selection.select2-selection--single, .hbspt-form .select2-selection.select2-selection--single {
  width: 100% !important;
}

div.gform_wrapper .select2-container--default .select2-selection--single, .hbspt-form .select2-container--default .select2-selection--single {
  height: 39.2px;
  border-radius: 0;
  outline: none;
  font-size: 16px;
  border-color: darkgray;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .select2-container--default .select2-selection--single, .hbspt-form .select2-container--default .select2-selection--single {
    height: 45.2px;
  }
}

div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered, .hbspt-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 39.2px;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered, .hbspt-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45.2px;
  }
}

div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow, .hbspt-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 7.5px !important;
  height: 15px;
  position: absolute;
  display: block;
  right: 15px;
  top: 50%;
  margin-top: -7.5px;
  padding-right: 0;
  margin-right: 0;
}

div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before, div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:after, .hbspt-form .select2-container--default .select2-selection--single .select2-selection__arrow:before, .hbspt-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
}

div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before, .hbspt-form .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.75px 6px 3.75px;
  border-color: transparent transparent #444444 transparent;
}

div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:after, .hbspt-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.75px 0 3.75px;
  border-color: #444444 transparent transparent transparent;
}

div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b, .hbspt-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

div.gform_wrapper .top_label .ginput_container.ginput_container_select, .hbspt-form .top_label .ginput_container.ginput_container_select {
  width: 50%;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label .ginput_container.ginput_container_select, .hbspt-form .top_label .ginput_container.ginput_container_select {
    width: 100%;
    padding-right: 0;
  }
}

div.gform_wrapper .top_label .ginput_container.ginput_container_select select, .hbspt-form .top_label .ginput_container.ginput_container_select select {
  width: 100%;
  border-radius: 0;
}

/* 3c.Multiselect */
div.gform_wrapper select[multiple="multiple"] {
  height: auto !important;
  min-height: 39.2px;
  padding: 8px;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper select[multiple="multiple"] {
    min-height: 45.2px;
  }
}

div.gform_wrapper .top_label select.medium {
  width: 100%;
}

/* 3d.Text Input fields */
div.gform_wrapper {
  /* 3e.Textarea Field */
}

div.gform_wrapper .top_label input.medium {
  width: 100%;
}

div.gform_wrapper .top_label textarea {
  border-radius: 0;
  border: 1px solid darkgray !important;
  border-style: outset;
  box-shadow: none;
}

/* 3f.Name Fields */
/** 3fa.General Styles **/
div.gform_wrapper .top_label div.ginput_container.ginput_container_name {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
  padding-right: 0;
}

div.gform_wrapper .top_label div.ginput_container.ginput_container_name span:not([class^="select2"]):not(.selection) {
  margin-right: 0;
}

div.gform_wrapper .top_label div.ginput_container.ginput_container_name:after {
  content: '';
  display: table;
  clear: both;
}

div.gform_wrapper .top_label div.ginput_container.ginput_container_name > p, div.gform_wrapper .top_label div.ginput_container.ginput_container_name > span:not([class^="select2"]):not(.selection) {
  display: block;
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label div.ginput_container.ginput_container_name > p, div.gform_wrapper .top_label div.ginput_container.ginput_container_name > span:not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

div.gform_wrapper .top_label div.ginput_container.ginput_container_name > span:not([class^="select2"]):not(.selection) + p {
  display: none;
}

/** 3fb.First Name & Last Name **/
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix {
  display: flex;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix {
    display: block;
  }
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix p {
  width: 50%;
  float: left;
  padding: 0 15px;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix p {
    width: 100%;
  }
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix p span:not([class^="select2"]):not(.selection) {
  width: 100%;
  padding: 0;
}

/** 3fc.Prefix & First Name & Last Name **/
div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix > p {
  float: left;
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix > p {
    width: 100%;
  }
}

div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix > p span:not([class^="select2"]):not(.selection) {
  padding: 0;
  width: 100%;
}

div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_prefix {
  padding: 0 15px;
}

div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix span:not(.name_prefix):not(.name_last):not([class^="select2"]):not(.selection) {
  width: 50%;
  float: left;
  padding: 0 15px;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix span:not(.name_prefix):not(.name_last):not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

/** 3fd.First Name & Last Name & Suffix **/
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:first-child {
  margin-bottom: 0;
  float: left;
  width: 50%;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:first-child {
    width: 100%;
  }
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:first-child span:not([class^="select2"]):not(.selection) {
  width: 100%;
  padding: 0;
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:last-child {
  padding: 0;
  width: 100%;
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:last-child span:not([class^="select2"]):not(.selection) {
  padding: 0 15px;
  width: 50%;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:last-child span:not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

/** 3fe.First Name & Middle Name & Last Name **/
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix p {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix p:after {
  content: '';
  display: table;
  clear: both;
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix p span:not([class^="select2"]):not(.selection) {
  float: left;
  width: 33.333%;
  padding: 0 15px;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix p span:not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

/** 3ff.Prefix & First Name & Middle Name & Last Name & Last Name **/
div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_prefix {
  padding: 0 15px;
}

div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span:not(.name_prefix):not([class^="select2"]):not(.selection) {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span:not(.name_prefix):not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

/** 3fg.Prefix & First Name & Middle Name & Last Name & Suffix **/
div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_prefix, div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_suffix {
  padding: 0 15px;
}

div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span:not(.name_prefix):not(.name_suffix):not([class^="select2"]):not(.selection) {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span:not(.name_prefix):not(.name_suffix):not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

/** 3fh.First Name & Middle Name & Last Name & Suffix **/
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix {
  margin-left: 0;
  margin-right: 0;
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix > p {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  width: auto;
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_suffix {
  padding: 0 15px;
  width: 50%;
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span:not(.name_suffix):not([class^="select2"]):not(.selection) {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span:not(.name_suffix):not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

/* 3g.Date Fields */
div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date {
  width: auto;
  padding-right: 0;
  margin-left: -15px;
  margin-right: -15px;
}

div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .datepicker {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .datepicker {
    width: calc(100% - 30px);
  }
}

div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .clear-multi {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .clear-multi > div {
  padding: 0 15px;
}

div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .ginput_container_date {
  margin-right: 0;
}

div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_month, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_day, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_year {
  width: 33.333%;
  float: left;
  max-width: none;
  margin: 0;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_month, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_day, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_year {
    width: 100%;
  }
}

div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_month label, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_day label, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_year label {
  text-align: left;
}

div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_month, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_day, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_year {
  width: 16.66666667%;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  float: left;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_month, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_day, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_year {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* 3h.Time Fields */
div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time, div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time, div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time {
  width: 16.66666667%;
  float: left;
  padding: 0 15px;
  max-width: none;
  margin-right: 0;
  position: relative;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time, div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time, div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time {
    width: 100%;
  }
}

div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time label, div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time select, div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time label, div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time select, div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time label, div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time select {
  width: 100% !important;
  max-width: 100% !important;
  left: 0;
}

div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time i, div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time i, div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time i {
  display: none;
}

div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time label, div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time label, div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time label {
  text-align: left;
}

/* 3i. Address Fields */
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address {
  padding-right: 0;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address:after {
  content: '';
  display: table;
  clear: both;
}

div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_full {
  width: 100%;
  padding: 0 15px;
  display: block;
}

div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_city, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_state, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_zip, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_country {
  padding: 0 15px !important;
}

div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left {
  float: left;
  display: block;
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left {
    width: 100%;
  }
}

div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right.address_city, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right.address_state, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right.address_zip, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right.address_country, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left.address_city, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left.address_state, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left.address_zip, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left.address_country {
  padding: 0 15px !important;
}

div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right {
  float: right;
}

div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left {
  float: left;
}

/* 3j.List Field */
div.gform_wrapper .ginput_container.ginput_container_list.ginput_list {
  width: 100%;
  padding-right: 0;
}

div.gform_wrapper table.gfield_list tr.gfield_list_group {
  display: table-row;
}

@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
  div.gform_wrapper table.gfield_list tr.gfield_list_group {
    padding: 0 !important;
    margin: 0 !important;
    border: 0;
    background: transparent;
  }
}

div.gform_wrapper table.gfield_list tr td {
  display: table-cell;
}

div.gform_wrapper table.gfield_list tr td.gfield_list_cell,
div.gform_wrapper table.gfield_list tr td.gfield_list_cell input {
  width: 100%;
  margin: 0;
}

div.gform_wrapper table.gfield_list tr td.gfield_list_icons {
  position: relative;
}

@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
  div.gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 48px !important;
    background: transparent;
    padding: 0 !important;
    margin: 0;
  }
}

div.gform_wrapper table.gfield_list tr td.gfield_list_icons img {
  position: absolute !important;
  display: block;
  outline: 0;
  height: 19.4px;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  left: 3px;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper table.gfield_list tr td.gfield_list_icons img {
    position: static;
  }
}

div.gform_wrapper table.gfield_list tr td.gfield_list_icons img:last-child {
  left: 23px;
}

div.gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item, div.gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
  margin: 0 !important;
}

/* 3k.Single Product */
div.gform_wrapper .ginput_container.ginput_container_singleproduct {
  width: 100%;
}

/* 3l.Quantity */
div.gform_wrapper .gfield.gfield_price.gfield_quantity {
  padding: 0;
  padding-left: 15px;
  margin: 16px 0 0;
}

div.gform_wrapper .gfield.gfield_price.gfield_quantity label {
  display: block;
  width: 33.333%;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .gfield.gfield_price.gfield_quantity label {
    width: 100%;
  }
}

div.gform_wrapper .gfield.gfield_price.gfield_quantity .ginput_container.ginput_container_number {
  width: 33.333%;
}

@media screen and (max-width: 720px) {
  div.gform_wrapper .gfield.gfield_price.gfield_quantity .ginput_container.ginput_container_number {
    width: 100%;
  }
}

/* 4.Button Style */
div.gform_wrapper .gform_button.button {
  outline: 0;
  border: 0;
  background-color: #000;
  color: #fff;
  border-radius: 0;
  transition: all 0.2s;
  text-transform: uppercase;
  font-weight: 700;
  margin: 29px 0 85px;
  width: 300px !important;
  font-size: 16px;
  height: 56px;
  letter-spacing: 3px;
  padding-right: 0;
}

@media (max-width: 1024px) {
  div.gform_wrapper .gform_button.button {
    font-size: 14px;
    height: 53px;
    width: 280px !important;
    margin: 29px 0 55px;
  }
}

@media (max-width: 768px) {
  div.gform_wrapper .gform_button.button {
    font-size: 11px;
    height: 39px;
    width: 210px !important;
    letter-spacing: 2px;
    margin-bottom: 39px;
  }
}

div.gform_wrapper .gform_button.button:hover {
  background-color: #4d4c4c;
}

.gform_wrapper.gform_validation_error .top_label input.medium:not(.datepicker),
.gform_wrapper.gform_validation_error .top_label select.medium {
  width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error {
  padding-right: 15px !important;
}

/* 5. IE/Edge Modify */
div.gf_browser_unknown table.gfield_list td.gfield_list_icons img,
div.gf_browser_ie table.gfield_list td.gfield_list_icons img {
  position: relative;
  display: inline;
  top: auto;
  transform: none;
}

div.gf_browser_unknown .top_label .ginput_container.ginput_container_fileupload,
div.gf_browser_ie .top_label .ginput_container.ginput_container_fileupload {
  width: 50%;
}

@media screen and (max-width: 720px) {
  div.gf_browser_unknown .top_label .ginput_container.ginput_container_fileupload,
  div.gf_browser_ie .top_label .ginput_container.ginput_container_fileupload {
    width: 100%;
  }
}

div.gf_browser_unknown table.gfield_list tr td.gfield_list_icons img,
div.gf_browser_ie table.gfield_list tr td.gfield_list_icons img {
  top: auto;
}

.gform_wrapper .ginput_complex input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']) {
  width: 100%;
}

div.ginput_complex.ginput_container.gf_name_has_2 span {
  width: 100%;
}

div.gform_wrapper .top_label li ul.gfield_radio input[type="radio"] {
  margin-top: 0;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  div.gform_wrapper .top_label li ul.gfield_radio input[type="radio"] {
    margin-bottom: 4px;
  }
}

div.gform_wrapper .top_label li ul.gfield_checkbox input[type="checkbox"], div.gform_wrapper .top_label li ul.gfield_radio input[type="checkbox"] {
  vertical-align: top;
}

.gform_wrapper textarea {
  height: 200px !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input[type=submit] {
  color: #222222;
  font-weight: 700;
  font-size: 15px !important;
  border-radius: 22px;
  padding: 5px 50px 6px;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid rgba(124, 153, 46, 0.7);
  transition: all 0.2s linear;
  margin: 0 !important;
  height: auto;
  width: auto !important;
  text-transform: none;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input[type=submit] {
    padding: 5px 27px 6px;
  }
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background-color: #7c992e;
  color: #fff;
}

form.hs-form * {
  font-family: "museo-sans", sans-serif !important;
  box-sizing: border-box !important;
}

form.hs-form fieldset {
  margin: 0;
  max-width: none;
}

form.hs-form label {
  font-weight: 700;
  line-height: 20px;
}

form.hs-form label span {
  font-size: 16px;
  line-height: 1.3;
  font-family: inherit;
}

form.hs-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  height: 39px;
  font-size: 16px;
  line-height: 18px;
  padding: 5px 4px;
  border-radius: 0 !important;
  border: 1px solid darkgray !important;
  border-style: outset;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  color: #000;
}

form.hs-form .hs-form-required {
  color: #790000;
  margin-left: 4px;
}

form.hs-form .hs-error-msg {
  color: #790000;
  font-weight: 700 !important;
}

form.hs-form fieldset.form-columns-2 > * {
  height: 100%;
}

form.hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
  max-width: 100%;
}

form.hs-form textarea {
  height: 200px;
  border-radius: 0;
  padding: 5px 4px 4px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: none;
  border: 1px solid darkgrey;
  color: #000;
}

form.hs-form .hs-button {
  color: #222222;
  font-weight: 700;
  font-size: 15px !important;
  line-height: inherit;
  text-shadow: none;
  border-radius: 22px;
  padding: 5px 50px 6px;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  border: 2px solid rgba(124, 153, 46, 0.7);
  transition: all 0.2s linear;
  margin: 0 !important;
  height: auto;
  width: auto !important;
  text-transform: none;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  form.hs-form .hs-button {
    padding: 5px 27px 6px;
  }
}

form.hs-form .hs-button:hover {
  background-color: #7c992e !important;
  box-shadow: none !important;
  border: 2px solid rgba(124, 153, 46, 0.7) !important;
  color: #fff !important;
}

form.hs-form input[type="checkbox"] {
  -webkit-appearance: checkbox;
  vertical-align: top;
  margin: 0;
}

form.hs-form input[type="radio"] {
  -webkit-appearance: radio;
  vertical-align: top;
  display: inline-block;
  margin-top: 3px;
}

form.hs-form input.hs-input:focus,
form.hs-form textarea.hs-input:focus {
  box-shadow: none;
}

form.hs-form label span {
  display: inline-block;
}

form.hs-form .hs-form-field {
  margin-bottom: 18px;
}

form.hs-form .hs-field-desc {
  font-size: 14px;
  line-height: 21px;
  color: #000;
}

form.hs-form legend {
  margin-bottom: 5px;
}

form.hs-form select.hs-input {
  background-color: #fff;
  line-height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form.hs-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  font-weight: 400;
  color: #444;
}

@keyframes bgAnimate {
  0% {
    transform: scale(1.2) rotate(0) translate3D(-1.5%, -1.5%, 0) rotate(0);
  }
  100% {
    transform: scale(1.2) rotate(-360deg) translate3D(-1.5%, -1.5%, 0) rotate(360deg);
  }
}

.page-hero {
  display: flex;
  align-items: flex-end;
  min-height: 585px;
  position: relative;
  color: white;
  overflow: hidden;
}

@media (max-width: 991px) {
  .page-hero {
    min-height: 300px;
  }
}

.page-hero + .block-content {
  padding-top: 69px;
}

@media (max-width: 767px) {
  .page-hero + .block-content {
    padding-top: 37px;
  }
}

.page-hero__homepage {
  background-color: #592547;
  height: calc(100vh - 55px);
  max-height: 760px;
  overflow: visible;
}

@media (max-width: 767px) {
  .page-hero__homepage {
    height: calc(100vh - 155px);
    max-height: 478px;
  }
}

@media screen and (min-width: 1200px) {
  .page-hero__homepage {
    height: calc(100vh - 130px);
  }
}

.page-hero__homepage .homepage-hero__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.page-hero__homepage .homepage-hero__wrapper .homepage-hero__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 1200px) {
  .page-hero__homepage .homepage-hero__wrapper .homepage-hero__image {
    animation: bgAnimate 30s infinite linear;
  }
}

.page-hero__homepage .homepage-hero__wrapper .homepage-hero__image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-hero__homepage .page-hero__title {
  font-size: 20px;
  line-height: 40px;
  margin: 0 0 -10px;
}

.macos .page-hero__homepage .page-hero__title,
.ios .page-hero__homepage .page-hero__title {
  margin: 0 0 12px;
}

@media screen and (max-width: 767px) {
  .page-hero__homepage .page-hero__title {
    margin: 0 0 1px;
  }
}

@media screen and (min-width: 768px) {
  .page-hero__homepage .page-hero__title {
    font-size: 34px;
  }
}

.page-hero__homepage .page-hero__heading {
  font-size: 42px;
  line-height: 48px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .page-hero__homepage .page-hero__heading {
    font-size: 86px;
    line-height: 96px;
    padding: 18px 0;
    margin-bottom: 22px;
  }
  .ios .page-hero__homepage .page-hero__heading {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 0;
  }
  .macos .page-hero__homepage .page-hero__heading {
    margin-bottom: 0;
  }
  .android.tablet .page-hero__homepage .page-hero__heading {
    margin-top: 22px;
    margin-bottom: 0;
  }
}

.page-hero__homepage .c-btn-wrapper {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .page-hero__homepage .c-btn-wrapper {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%) !important;
  }
}

.page-hero--no-img {
  align-items: center;
  min-height: 400px;
  background-color: #fbf3e5;
}

.page-hero--no-img:before {
  display: none;
}

@media (max-width: 575px) {
  .page-hero div[class^="col"] {
    padding: 0 15px;
  }
}

.page-hero:before {
  content: '';
  width: 100%;
  height: 270px;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: .4;
}

.page-hero__thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.page-hero--no-img .page-hero__thumbnail {
  height: 145px;
  bottom: auto;
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 620px 555px;
}

@media (max-width: 767px) {
  .page-hero--no-img .page-hero__thumbnail {
    height: 75px;
    background-size: 300px 268px;
  }
}

.page-hero__content {
  padding: 59px 0;
  position: relative;
  z-index: 4;
  text-align: center;
}

@media (max-width: 767px) {
  .page-hero__content {
    padding: 28px 0 30px;
  }
  .page-hero__homepage .page-hero__content {
    padding: 28px 0 18px;
  }
}

.page-hero--no-img .page-hero__content {
  margin-top: -6px;
}

.page-hero__heading {
  color: #ffffff;
  font-family: "Underland";
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.page-hero__title {
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-hero--no-img .page-hero__title {
  color: #662951;
}

.page-hero__subtitle {
  color: #662951;
  font-family: Underland;
  font-size: 48px;
  line-height: 64px;
  margin: 69px 0 58px;
  z-index: 4;
  position: relative;
  font-weight: 300;
}

.cpt-index .page-hero__subtitle {
  margin: 102px 0 26px;
}

@media (max-width: 991px) {
  .cpt-index .page-hero__subtitle {
    margin: 42px 0 30px;
  }
}

@media (max-width: 991px) {
  .page-hero__subtitle {
    font-size: 30px;
    line-height: 32px;
    margin: 38px 0 30px;
  }
}

.page-hero__date {
  position: absolute;
  top: 9px;
  left: -191px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-hero__date {
    left: -160px;
  }
}

@media (max-width: 991px) {
  .page-hero__date {
    left: 4px;
    top: 3px;
  }
}

.page-hero__description {
  color: #111111;
  max-width: 92%;
}

@media (max-width: 991px) {
  .page-hero__description {
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
  }
}

.page-hero__title + .page-hero__description {
  margin-top: -18px;
}

@media (max-width: 991px) {
  .page-hero__title + .page-hero__description {
    margin-top: -24px;
  }
}

.page-hero__read-more.c-btn-wrapper {
  margin: -8px 0 0;
}

@media (max-width: 991px) {
  .page-hero__read-more.c-btn-wrapper {
    margin: -6px 0 0;
  }
}

.page-hero > svg {
  position: absolute;
  width: calc(100% + 30px);
  z-index: 3;
  right: -15px;
  bottom: -1px;
  left: -15px;
}

.page-hero > svg * {
  fill: #fffdfa;
}

.page-hero--blur {
  overflow: hidden;
}

.page-hero--blur.edge, .page-hero--blur.firefox {
  background-color: #401a33;
  z-index: 3;
}

.page-hero--blur .page-hero__thumbnail {
  margin-left: -15px;
  margin-right: -15px;
}

.page-hero--blur .page-hero__thumbnail html:not(.firefox) {
  filter: blur(10px);
}

.edge .page-hero--blur .page-hero__thumbnail, .firefox .page-hero--blur .page-hero__thumbnail {
  opacity: .6;
}

.edge .page-hero--blur .page-hero__thumbnail:after, .firefox .page-hero--blur .page-hero__thumbnail:after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  opacity: .5;
  background: #000;
}

.page-hero--blur:before {
  height: 100%;
  background-image: none;
  background-color: #0a2a50;
  opacity: 0.45;
  z-index: 3;
}

.page-hero--teammate {
  align-items: flex-start;
}

.page-hero--teammate + * {
  margin-top: 7px;
}

@media (max-width: 991px) {
  .page-hero--teammate + * {
    margin-top: -11px;
  }
}

@media (max-width: 575px) {
  .page-hero--teammate {
    min-height: 551px;
  }
  .page-hero--teammate div[class^="col"] {
    padding: 0 20px;
  }
}

.page-hero--teammate > svg {
  bottom: 51px;
}

@media (max-width: 991px) {
  .page-hero--teammate > svg {
    bottom: -1px;
  }
}

.page-hero--teammate:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 53px;
  background-color: #fffdfa;
  z-index: 5;
}

@media (max-width: 991px) {
  .page-hero--teammate:after {
    display: none;
  }
}

.page-hero--teammate__picture {
  padding-right: 2.8vw;
}

@media (max-width: 991px) {
  .page-hero--teammate__picture {
    padding-right: 0;
  }
}

.page-hero--teammate__picture img {
  width: 100%;
}

.page-hero--teammate__content {
  position: relative;
  z-index: 6;
  width: 100%;
}

.page-hero--teammate__description {
  padding-top: 50px;
  padding-right: 10vw;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .page-hero--teammate__description {
    padding: 23px 0 36px;
    text-align: center;
  }
}

.page-hero--teammate__role {
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 8px;
}

@media (max-width: 991px) {
  .page-hero--teammate__role {
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 18px;
    margin: 0 0 14px;
  }
}

.page-hero--teammate__name {
  color: #ffffff;
  font-weight: 900;
  font-size: 66px;
  line-height: 84px;
  position: relative;
  margin: 0 0 65px;
}

@media (max-width: 991px) {
  .page-hero--teammate__name {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 48px;
  }
}

.page-hero--teammate__name:after {
  content: '';
  position: absolute;
  bottom: -29px;
  left: 0;
  width: 50px;
  height: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  background-color: #c2d982;
}

@media (max-width: 991px) {
  .page-hero--teammate__name:after {
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    bottom: -25px;
  }
}

.page-hero--teammate__locations, .page-hero--teammate__contact {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .page-hero--teammate__locations, .page-hero--teammate__contact {
    font-size: 14px;
    line-height: 16px;
    justify-content: center;
  }
}

.page-hero--teammate__locations svg, .page-hero--teammate__contact svg {
  width: 16px;
  margin-right: 17px;
}

@media (max-width: 991px) {
  .page-hero--teammate__locations svg, .page-hero--teammate__contact svg {
    margin-right: 9px;
  }
}

.page-hero--teammate__item:last-child {
  padding-bottom: 50px;
}

.page-hero--teammate__locations {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .page-hero--teammate__locations {
    margin-bottom: 14px;
  }
}

@media (max-width: 991px) {
  .page-hero--teammate__locations svg {
    width: 12px;
    height: 16px;
  }
}

@media (max-width: 991px) {
  .page-hero--teammate__contact svg {
    width: 14px;
    height: 10px;
  }
}

@media (max-width: 991px) {
  .page-hero.page-hero--cpt {
    align-items: flex-start;
    min-height: auto;
  }
  .page-hero.page-hero--cpt + .block-top-spacing {
    padding-top: 36px;
  }
}

.page-hero.page-hero--cpt .page-hero__content {
  padding: 0 0 94px;
  margin-top: 0;
  position: relative;
  text-align: left;
}

.cpt-index .page-hero.page-hero--cpt .page-hero__content {
  padding-bottom: 87px;
}

@media (max-width: 991px) {
  .cpt-index .page-hero.page-hero--cpt .page-hero__content {
    padding-bottom: 47px;
  }
}

@media (max-width: 991px) {
  .page-hero.page-hero--cpt .page-hero__content {
    padding: 0 5vw 23px 18vw;
  }
}

@media (max-width: 575px) {
  .page-hero.page-hero--cpt .page-hero__content {
    padding-right: 5px;
  }
}

.page-hero.page-hero--cpt .page-hero__subtitle {
  text-align: center;
}

.windows .page-hero.page-hero--cpt .page-hero__subtitle {
  margin: 55px 0 72px;
}

@media screen and (max-width: 575px) {
  .windows .page-hero.page-hero--cpt .page-hero__subtitle {
    margin: 29px 0 39px;
  }
}

.page-hero.page-hero--cpt .page-hero__title {
  font-size: 56px;
  line-height: 64px;
}

@media (max-width: 991px) {
  .page-hero.page-hero--cpt .page-hero__title {
    font-size: 18px;
    line-height: 24px;
  }
}

.page-hero--full {
  max-height: calc(100vh - 130px);
  overflow: hidden;
  min-height: 0;
}

@media (max-width: 1199px) {
  .page-hero--full {
    max-height: calc((var(--vh100, 1vh) * 100) - 53px);
  }
}

@media (max-width: 1199px) and (orientation: landscape) {
  .page-hero--full {
    max-height: calc(100vh - 53px);
  }
}

.page-hero--full:before {
  opacity: 0.5;
  height: 60%;
}

.page-hero--full .container {
  position: relative;
  max-width: 100%;
  padding: 0;
}

.page-hero--full .page-hero__thumbnail {
  display: none;
}

.page-hero--full .page-hero__img-wrapper {
  width: 100%;
  height: calc(100vh - 130px);
  background-size: cover;
}

@media (max-width: 1199px) {
  .page-hero--full .page-hero__img-wrapper {
    max-height: calc((var(--vh100, 1vh) * 100) - 53px);
    height: 57.7vw;
  }
}

@media (max-width: 1199px) and (orientation: landscape) {
  .page-hero--full .page-hero__img-wrapper {
    max-height: calc(100vh - 53px);
  }
}

.page-hero--full .page-hero__img-wrapper img {
  width: 100%;
}

.page-hero--full .page-hero__title {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  font-family: "Underland";
  font-size: 74px;
  line-height: 84px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .page-hero--full .page-hero__title {
    font-size: 50px;
    line-height: 1.14;
  }
}

@media (max-width: 991px) {
  .page-hero--full .page-hero__title {
    font-size: 32px;
    line-height: 36px;
  }
}

.page-hero--full .page-hero__content-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}

.page-hero--full .page-hero__content {
  padding: 4.8vw 0;
}

@media (max-width: 991px) {
  .page-hero--full .page-hero__content {
    padding: 8vw 0;
  }
}

.page-hero--trip-archive {
  min-height: 450px;
}

@media (max-width: 767px) {
  .page-hero--trip-archive {
    min-height: 210px;
  }
}

.page-hero--trip-archive .page-hero__content {
  padding: 54px 0;
}

@media (max-width: 991px) {
  .page-hero--trip-archive .page-hero__content {
    padding: 58px 0;
  }
}

@media (max-width: 767px) {
  .page-hero--trip-archive .page-hero__content {
    padding: 28px 0 29px;
  }
}

.block-tabs {
  overflow: hidden;
}

.block-tabs h2 {
  margin: 0 0 19px;
}

@media (max-width: 767px) {
  .block-tabs h2 {
    margin: 0 0 21px;
  }
}

.block-tabs.block-bottom-spacing {
  padding-bottom: 35px;
}

.block-tabs .alignnone {
  margin: 0px 0 63px;
}

@media (max-width: 767px) {
  .block-tabs .alignnone {
    margin: 0 0 36px;
  }
}

.block-tabs p + .c-btn-wrapper {
  margin-top: -4px;
}

@media (max-width: 767px) {
  .block-tabs p + .c-btn-wrapper {
    margin-top: -8px;
  }
}

.tabs__link-list {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  list-style: none;
  overflow-x: auto;
}

.tabs__link-list:before, .tabs__link-list:after {
  content: '';
  display: table;
}

.tabs__link-list:after {
  clear: both;
}

@media (max-width: 767px) {
  .tabs__link-list {
    padding: 0 20px;
  }
  .tabs__link-list:before, .tabs__link-list:after {
    content: none;
  }
}

.tabs__link-list-wrapper {
  position: relative;
}

.tabs__link-list-wrapper .section-title {
  text-align: left;
}

.tabs__link-list-wrapper:before {
  content: '';
  display: none;
  width: 20px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 6px;
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
}

.tabs__link-list-wrapper.has-scroll:before {
  display: block;
}

.tabs__link-list-wrapper .row {
  position: relative;
}

.tabs__link-list-wrapper .row:after {
  content: '';
  width: calc(100% - 30px);
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.tabs__link {
  display: block;
  float: left;
  font-size: 17px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .tabs__link {
    display: inline-block;
    float: none;
    font-size: 15px;
    line-height: 25px;
  }
  .tabs__link:not(:last-child) {
    margin-right: 16px;
  }
  .slick-initialized .tabs__link {
    float: left;
  }
}

.tabs__link a {
  display: block;
  padding: 2px 20px 10px;
  margin-right: 1px;
  position: relative;
  text-align: center;
  color: #666666;
  text-decoration: none;
  transition: color .2s linear;
}

@media (max-width: 767px) {
  .tabs__link a {
    min-width: 0;
    padding: 0 0 8px;
    outline: 0;
  }
}

.tabs__link a:hover {
  color: #688026;
}

.tabs__link a:after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
  background-color: #688026;
  transition: all .2s linear;
}

.tabs__link.active a {
  color: #333333;
}

@media (max-width: 767px) {
  .tabs__link.active a {
    color: #000;
  }
}

.tabs__link.active a:after {
  width: 100%;
}

.tabs__tab-content {
  padding: 48px 0 65px;
  position: static;
  opacity: 1;
  visibility: visible;
  transition: opacity .2s linear;
}

.tabs__tab-content p + .table-wrapper {
  margin: 44px 0;
}

@media (max-width: 576px) {
  .tabs__tab-content p + .table-wrapper {
    margin: 31px 0;
  }
}

@media (max-width: 767px) {
  .tabs__tab-content {
    padding: 25px 0 37px;
  }
}

.tabs__tab-content-wrapper {
  position: relative;
}

.tabs__tab-content-wrapper:after {
  content: '';
  height: 2px;
  width: 1110px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #cccccc;
}

@media (max-width: 1199px) {
  .tabs__tab-content-wrapper:after {
    width: 930px;
  }
}

@media (max-width: 991px) {
  .tabs__tab-content-wrapper:after {
    width: 690px;
  }
}

@media (max-width: 767px) {
  .tabs__tab-content-wrapper:after {
    width: 100%;
  }
}

.tabs__tab-content:not(.active) {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

.tab-head-wrap {
  position: relative;
}

@media (max-width: 767px) {
  .tab-head-wrap {
    margin: 0 -20px;
  }
  .tab-head-wrap .tab-head:before, .tab-head-wrap .tab-head:after {
    content: '';
    display: table;
  }
  .tab-head-wrap .tab-head:after {
    clear: both;
  }
}

.tab-head-wrap.has-scroll:after {
  content: '';
  display: block;
  width: 70px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(270deg, #fffcf2 0%, rgba(255, 252, 242, 0) 100%);
}

.block-content-links {
  padding: 70px 0 20px;
}

@media (max-width: 767px) {
  .block-content-links {
    padding: 41px 0 25px;
  }
}

.block-content-links + .block-content-links {
  padding-top: 0;
}

.block-content-links h2 {
  margin: 0 0 51px;
}

@media (max-width: 767px) {
  .block-content-links h2 {
    margin: 0 0 30px;
  }
}

.block-content-links-text {
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .block-content-links-text {
    padding-bottom: 20px;
  }
}

.block-content-links-text .content-link {
  margin-bottom: 18px;
  border-bottom: 2px solid #cccccc;
  transition: all .2s linear;
  padding: 15px 20px 22px 20px;
  width: 100%;
  display: flex;
}

@media (max-width: 767px) {
  .block-content-links-text .content-link {
    border-bottom: 2px solid #cccccc;
  }
}

.block-content-links-text .content-link:hover {
  border-bottom: 2px solid #7c992e;
}

.block-content-links-text .content-link:hover .content-link__title {
  color: #7c992e;
}

@media (max-width: 767px) {
  .block-content-links-text .content-link {
    margin-bottom: 1px;
    padding: 24px 4px 13px 6px;
  }
}

.block-content-links-text .content-link__single {
  display: flex;
}

.block-content-links-text .content-link__title {
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  transition: all .2s linear;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 767px) {
  .block-content-links-text .content-link__title {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
  }
}

.block-content-links-text .content-link__icon {
  margin-top: 6px;
  right: 0;
}

.attraction__extra .content-link {
  margin-bottom: 18px;
  border-bottom: 2px solid #cccccc;
  transition: all .2s linear;
  padding: 15px 20px 22px 20px;
  width: 100%;
  display: flex;
}

@media (max-width: 767px) {
  .attraction__extra .content-link {
    border-bottom: 2px solid #cccccc;
  }
}

.attraction__extra .content-link:hover {
  border-bottom: 2px solid #7c992e;
}

.attraction__extra .content-link:hover .content-link__title {
  color: #7c992e;
}

@media (max-width: 767px) {
  .attraction__extra .content-link {
    margin-bottom: 1px;
    padding: 24px 4px 13px 6px;
  }
}

.attraction__extra .content-link__single {
  display: flex;
}

.attraction__extra .content-link__title {
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  transition: all .2s linear;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 767px) {
  .attraction__extra .content-link__title {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
  }
}

.attraction__extra .content-link__icon {
  margin-top: 6px;
  right: 0;
}

.content-link {
  display: block;
  margin-bottom: 31px;
}

@media (max-width: 767px) {
  .content-link {
    margin-bottom: 23px;
  }
}

.content-link__title {
  font-weight: 700;
  position: relative;
  margin: 0;
  padding: 12px 70px 12px 20px;
}

@media (max-width: 767px) {
  .content-link__title {
    padding: 7px 65px 7px 10px;
  }
}

.content-link__img-wrapper img {
  width: 100%;
}

.content-link__icon {
  line-height: 0;
  width: 28px;
  height: 10px;
}

.content-link__icon svg * {
  fill: #7c992e;
}

.block-content-images {
  overflow-x: hidden;
  position: relative;
  padding: 40px 0 50px;
}

.team-testimonials .block-content-images {
  padding: 40px 0 100px;
}

@media screen and (max-width: 991px) {
  .team-testimonials .block-content-images {
    padding: 28px 0 98px;
  }
}

.block-content-images.yellow-bg {
  background-color: #fbf3e5;
}

.block-content-images.yellow-bg .b-content-images__content-wrapper {
  background-color: #fffcf7;
}

@media (max-width: 767px) {
  .block-content-images {
    padding-top: 26px;
  }
}

.block-content-images + .block-content-images {
  padding-top: 111px;
}

@media (max-width: 991px) {
  .block-content-images + .block-content-images {
    padding-top: 40px;
  }
}

.block-content-images h2 {
  color: #662951;
}

@media (max-width: 1439px) {
  .block-content-images h2 {
    margin-bottom: 7px;
  }
}

@media (max-width: 991px) {
  .block-content-images h2 {
    margin-bottom: 10px;
  }
}

.block-content-images .c-btn-wrapper {
  margin-top: 27px;
}

@media (max-width: 991px) {
  .block-content-images .c-btn-wrapper {
    margin-top: 16px;
  }
}

.block-content-images__background {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 30px;
  right: 0;
}

.block-content-images__background.full-width {
  left: 0;
  right: 0;
}

@media (max-width: 991px) {
  .block-content-images__background {
    left: 0;
    top: 0;
  }
}

.right-text .block-content-images__background {
  left: 0;
  right: 30px;
}

.right-text .block-content-images__background.full-width {
  left: 0;
  right: 0;
}

@media (max-width: 991px) {
  .right-text .block-content-images__background {
    right: 0;
  }
}

.block-content-images__background:before, .block-content-images__background:after {
  content: '';
  position: absolute;
  bottom: 0;
  background-size: contain;
  height: 554px;
  background-position: bottom left;
}

@media (max-width: 1199px) {
  .block-content-images__background:before, .block-content-images__background:after {
    height: 350px;
  }
}

@media (max-width: 991px) {
  .block-content-images__background:before, .block-content-images__background:after {
    height: 268px;
    bottom: 32px;
    background-position: bottom center;
  }
}

.right-text .block-content-images__background:before, .right-text .block-content-images__background:after {
  transform: rotateY(180deg);
}

.block-content-images__background.custom-tribal::before {
  background-image: url("../svg/tribal-full-3.svg");
  background-repeat: repeat-x;
}

.second-block__content .block-content-images__background.custom-tribal::before {
  background-image: url("../svg/homepage-tribal.svg");
}

.team-testimonials .block-content-images__background.custom-tribal::before {
  background-position-x: 37px;
}

.block-content-images__background.custom-tribal::after {
  content: unset;
}

@media (max-width: 991px) {
  .team-testimonials .block-content-images__background.custom-tribal::after {
    content: '';
    height: 47px;
    background-size: 336px 300px;
    bottom: -15px;
  }
}

.block-content-images__background:before {
  background-image: url("../svg/tribal-end-full.svg");
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .block-content-images__background:before {
    display: none;
  }
}

.right-text .block-content-images__background:before {
  right: 0;
  left: auto;
  transform: rotateY(180deg);
}

.block-content-images__background:after {
  background-image: url("../svg/tribal-full-3.svg");
  left: 626px;
  width: 100%;
  background-repeat: repeat;
}

@media (max-width: 1199px) {
  .block-content-images__background:after {
    left: 396px;
  }
}

@media (max-width: 991px) {
  .block-content-images__background:after {
    left: 0;
  }
}

.right-text .block-content-images__background:after {
  right: 626px;
  left: auto;
}

@media (max-width: 1199px) {
  .right-text .block-content-images__background:after {
    right: 396px;
  }
}

@media (max-width: 991px) {
  .right-text .block-content-images__background:after {
    right: 0;
  }
}

.b-content-images__content-wrapper {
  width: 780px;
  margin-left: auto;
  margin-right: -116px;
  padding: 21% 22.81% 20% 11.41%;
  position: relative;
  z-index: 2;
  background-color: #fbf3e5;
  min-height: 429px;
}

.b-content-images__content-wrapper.purple-bg {
  background-color: #5c2c59;
}

.b-content-images__content-wrapper.purple-bg h2,
.b-content-images__content-wrapper.purple-bg p {
  color: #fbf3e5;
}

@media (max-width: 1690px) {
  .b-content-images__content-wrapper {
    width: auto;
    margin-left: 14.8%;
    margin-right: -120px;
    padding: 14.39% 22.8% 30px 11.41%;
    min-height: 429px;
  }
}

@media (max-width: 1199px) {
  .b-content-images__content-wrapper {
    padding: 10% 7% 30px;
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .b-content-images__content-wrapper {
    margin: -30px auto 0;
    padding: 25px 20px 37px;
  }
}

.b-content-images__content-wrapper p {
  margin: 0 0 16px;
}

.b-content-images__image {
  position: relative;
  overflow: hidden;
}

.b-content-images__image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 130px;
  height: 100%;
  transform: rotate(-360deg);
  background-image: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.35;
  z-index: 1;
}

.image-left .b-content-images__image:after {
  right: auto;
  left: 0;
  transform: rotate(-180deg);
}

.b-content-images__image img {
  min-height: 240px;
  object-fit: cover;
  width: 100%;
}

.b-content-images__description {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Underland";
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fffdfa;
  font-size: 110px;
  z-index: 2;
  opacity: .5;
}

.windows .b-content-images__description {
  right: 21px;
}

.image-left .b-content-images__description {
  right: auto;
  left: 0;
  transform: rotate(0deg);
}

.windows .image-left .b-content-images__description {
  left: 29px;
}

@media (max-width: 1439px) {
  .b-content-images__description {
    font-size: 7.64vw;
  }
}

@media (max-width: 1199px) {
  .b-content-images__description {
    font-size: 8vw;
  }
}

@media (max-width: 991px) {
  .b-content-images__description {
    font-size: 14vw;
  }
}

@media (max-width: 767px) {
  .b-content-images__description {
    font-size: 48px;
    opacity: .6;
  }
}

.b-content-images__description--img {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  opacity: 0.35;
  right: -4.17vw;
  padding: 15px 0;
}

@media (max-width: 991px) {
  .b-content-images__description--img {
    width: 80px;
    right: -20px;
  }
}

.b-content-images__description--img svg {
  transform: rotate(180deg);
  max-height: 100%;
}

.b-content-images__col.image-left {
  padding-right: 40px;
  padding-left: 0;
}

@media (max-width: 991px) {
  .b-content-images__col.image-left {
    padding: 0;
  }
}

.b-content-images__col.image-right {
  padding-right: 0;
  padding-left: 35px;
}

@media screen and (max-width: 991px) {
  .b-content-images__col.image-right.journey-image {
    padding: 0 20px;
  }
}

@media (max-width: 1690px) {
  .b-content-images__col.image-right {
    padding-left: 40px;
  }
}

@media (max-width: 991px) {
  .b-content-images__col.image-right {
    padding: 0;
    order: 1;
  }
}

@media (max-width: 991px) {
  .b-content-images__col.content-left {
    order: 2;
  }
}

@media (max-width: 991px) {
  .b-content-images__col.content-right {
    order: 2;
  }
}

.b-content-images__col.content-right .b-content-images__content-wrapper {
  margin-right: auto;
  margin-left: -116px;
}

@media (max-width: 1690px) {
  .b-content-images__col.content-right .b-content-images__content-wrapper {
    margin-right: 14.8%;
    margin-left: -120px;
  }
}

@media (max-width: 1199px) {
  .b-content-images__col.content-right .b-content-images__content-wrapper {
    padding: 10% 7% 30px;
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .b-content-images__col.content-right .b-content-images__content-wrapper {
    margin: -30px auto 0;
    padding: 25px 20px 37px;
  }
}

.testimonials-quote-carousel {
  background-color: transparent;
  margin-right: -184px;
  position: relative;
}

@media (max-width: 1690px) {
  .testimonials-quote-carousel {
    margin-right: -164px;
  }
}

.testimonials-quote-carousel__slide {
  transition: opacity 0s ease 0s !important;
  position: relative;
}

.testimonials-quote-carousel__slide .testimonials-quote-carousel__wrapper {
  opacity: 0;
  transition: opacity 1000ms ease 0s;
}

.testimonials-quote-carousel__slide.slick-current .testimonials-quote-carousel__wrapper {
  opacity: 1;
}

.testimonials-quote-carousel.b-content-images__content-wrapper {
  margin-left: 10vw;
  padding: 0 4.17vw;
  margin-top: 79px;
  margin-bottom: 54px;
  max-height: calc(100vw / 1.8);
}

@media (max-width: 1690px) {
  .testimonials-quote-carousel.b-content-images__content-wrapper {
    padding: 0;
    margin-left: 18%;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
  }
}

@media (max-width: 1439px) {
  .testimonials-quote-carousel.b-content-images__content-wrapper {
    margin-left: 12%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .testimonials-quote-carousel.b-content-images__content-wrapper {
    background-color: #fffdfa;
    margin: 0 -20px;
    padding: 17px 20px 0;
  }
}

@media (max-width: 575px) {
  .testimonials-quote-carousel.b-content-images__content-wrapper {
    max-height: 100%;
    padding: 0 20px;
  }
}

.testimonials-quote-carousel__quote {
  font-weight: 300;
  font-size: 26px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .testimonials-quote-carousel__quote {
    margin: 0;
  }
}

.testimonials-quote-carousel__quote cite {
  color: #333333;
  display: block;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .testimonials-quote-carousel__quote cite {
    font-size: 19px;
    line-height: 28px;
    letter-spacing: normal;
    margin-bottom: 11px;
  }
}

.testimonials-quote-carousel__quote cite::before, .testimonials-quote-carousel__quote cite::after {
  content: unset !important;
}

.testimonials-quote-carousel__quote p {
  margin: 0;
}

.testimonials-quote-carousel__quote p::before, .testimonials-quote-carousel__quote p::after {
  content: unset !important;
}

.testimonials-quote-carousel__quote .author {
  position: static;
  display: block;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .testimonials-quote-carousel__quote .author {
    color: #4a4a4a;
    font-size: 14px;
  }
}

.testimonials-quote-carousel .journey-details {
  padding-top: 39px;
  margin-top: 40px;
  border-top: 1px solid #cccccc;
}

@media (max-width: 1439px) {
  .testimonials-quote-carousel .journey-details {
    padding-top: 25px;
  }
}

@media (max-width: 991px) {
  .testimonials-quote-carousel .journey-details {
    display: none;
  }
}

.testimonials-quote-carousel__nav {
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  display: none;
}

@media (max-width: 991px) {
  .testimonials-quote-carousel__nav {
    background-color: #fffdfa;
    display: flex;
    margin: 0 -20px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
  }
}

.testimonials-quote-carousel__nav .prev-arrow, .testimonials-quote-carousel__nav .next-arrow {
  display: block;
  cursor: pointer;
}

.testimonials-quote-carousel__nav .prev-arrow svg, .testimonials-quote-carousel__nav .next-arrow svg {
  width: 41px;
  height: 16px;
}

.testimonials-quote-carousel__nav .prev-arrow svg *, .testimonials-quote-carousel__nav .next-arrow svg * {
  fill: #7c992e;
}

.testimonials-quote-carousel__nav .prev-arrow:hover, .testimonials-quote-carousel__nav .next-arrow:hover {
  opacity: 0.6;
}

.testimonials-quote-carousel__nav .prev-arrow {
  margin-right: 28px;
}

.testimonials-quote-carousel__nav .prev-arrow svg {
  transform: rotateZ(180deg);
}

.testimonials-quote-carousel .slick-list {
  overflow: initial;
  height: 100%;
}

.testimonials-quote-carousel .slick-track {
  display: flex !important;
}

@media screen and (min-width: 1200px) {
  .testimonials-quote-carousel .slick-track {
    align-items: flex-end;
  }
}

.testimonials-quote-carousel .slick-slide {
  background-color: #fffdfa;
}

.testimonials-quote-carousel .slick-slide .testimonials-quote-carousel__wrapper {
  display: block;
  height: auto;
  padding: 75px 50px 50px;
}

@media (max-width: 575px) {
  .testimonials-quote-carousel .slick-slide .testimonials-quote-carousel__wrapper {
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 1439px) {
  .testimonials-quote-carousel .slick-slide .testimonials-quote-carousel__wrapper {
    padding: 3vw 14px;
  }
}

.testimonials-quote-carousel .slick-slide > div {
  height: 100%;
}

.testimonials-quote-carousel__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.testimonials-quote-carousel__slide {
  height: 100%;
  position: relative;
}

.testimonials-quote-carousel__slide:after {
  content: '';
  position: absolute;
  top: 23px;
  left: -12px;
  width: 52px;
  height: 38px;
  background-image: url("../svg/quotemark.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1690px) {
  .testimonials-quote-carousel__slide:after {
    top: 23px;
    left: -15px;
  }
}

@media (max-width: 1439px) {
  .testimonials-quote-carousel__slide:after {
    top: 25px;
    left: -40px;
  }
}

@media (max-width: 991px) {
  .testimonials-quote-carousel__slide:after {
    width: 40px;
    height: 29px;
    top: -38px;
    left: 10px;
  }
}

@media (max-width: 575px) {
  .testimonials-quote-carousel__slide:after {
    top: -39px;
    left: -11px;
  }
}

.testimonials-image-carousel__wrapper {
  position: relative;
}

@media (max-width: 991px) {
  .testimonials-image-carousel__wrapper {
    margin-bottom: 29px;
  }
}

.testimonials-image-carousel__nav {
  position: absolute;
  bottom: 31px;
  left: 72px;
  display: flex;
  align-items: center;
  z-index: 2;
}

@media (max-width: 1439px) {
  .testimonials-image-carousel__nav {
    bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .testimonials-image-carousel__nav {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 991px) {
  .testimonials-image-carousel__nav {
    display: none;
  }
}

.testimonials-image-carousel__nav .prev-arrow, .testimonials-image-carousel__nav .next-arrow {
  display: block;
  cursor: pointer;
}

.testimonials-image-carousel__nav .prev-arrow svg, .testimonials-image-carousel__nav .next-arrow svg {
  width: 41px;
  height: 16px;
}

.testimonials-image-carousel__nav .prev-arrow svg *, .testimonials-image-carousel__nav .next-arrow svg * {
  fill: #fff;
}

.testimonials-image-carousel__nav .prev-arrow:hover, .testimonials-image-carousel__nav .next-arrow:hover {
  opacity: 0.6;
}

.testimonials-image-carousel__nav .prev-arrow {
  margin-right: 30px;
}

.testimonials-image-carousel__nav .prev-arrow svg {
  transform: rotateZ(180deg);
}

.testimonials-image-carousel__slide {
  height: 100%;
}

.testimonials-image-carousel .b-content-images__image {
  height: 100%;
}

.testimonials-image-carousel .b-content-images__image img {
  height: 100%;
}

.testimonials-image-carousel .b-content-images__image:after {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.testimonials-image-carousel .slick-track {
  display: flex !important;
}

.testimonials-image-carousel .slick-slide {
  height: inherit !important;
}

.testimonials-image-carousel .slick-slide > div {
  height: 100%;
}

.two-column__text {
  padding-top: 121px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .two-column__text {
    padding-top: 63px;
  }
}

.two-column__text.second__two-column {
  padding: 0 0 16px;
}

@media screen and (max-width: 991px) {
  .two-column__text.second__two-column {
    padding: 0 0 20px;
  }
}

@media screen and (max-width: 991px) {
  .two-column__text.second__two-column .c-btn {
    padding: 10px 17px;
  }
}

@media screen and (max-width: 767px) {
  .two-column__text.second__two-column .c-btn-wrapper {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .two-column__text.second__two-column p {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .two-column__text.second__two-column p {
    margin: 12px 0 28px;
  }
}

@media screen and (max-width: 767px) {
  .two-column__text.second__two-column h2 {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .two-column__text.second__two-column h2 {
    margin: 0;
  }
}

.two-column__text .container {
  margin-bottom: 20px;
}

.two-column__text p {
  line-height: 28px;
  margin: 8px 0 29px;
}

@media screen and (max-width: 767px) {
  .two-column__text p {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .two-column__text p {
    line-height: 24px;
    margin: 12px 0 27px;
  }
}

.two-column__text .c-btn {
  padding: 12px 26px 10px;
}

@media screen and (max-width: 991px) {
  .two-column__text .c-btn {
    padding: 10px 18px;
  }
}

@media screen and (max-width: 767px) {
  .two-column__text h2 {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .two-column__text h2 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .two-column__text h2 {
    font-size: 64px;
    line-height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .two-column__text .c-btn-wrapper {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .two-column__text .c-btn-wrapper {
    text-align: left;
  }
}

.two-column__text .image-links {
  padding: 61px 44px 40px;
}

@media screen and (max-width: 767px) {
  .two-column__text .image-links {
    padding: 28px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .two-column__text .image-links {
    padding: 0;
  }
}

.two-column__text .image-links .image-link {
  overflow: unset;
  height: 100%;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .two-column__text .image-links .image-link {
    margin: 0 0 31px;
    height: auto;
  }
}

.two-column__text .image-links .image-link .image-link__label {
  margin-bottom: 8px;
}

.two-column__text .image-links .image-link .image-link__wrapper img {
  height: calc(100vw / 3.46);
  min-height: 174px;
}

@media (max-width: 767px) and (orientation: landscape) {
  .two-column__text .image-links .image-link .image-link__wrapper img {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .two-column__text .image-links .image-link .image-link__text {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    position: unset;
    margin-top: 11px;
  }
}

.two-column__text .image-links .image-link__wrapper {
  height: 100%;
}

.homepage__image {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 609px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .homepage__image {
    margin-top: -28px;
  }
}

@media screen and (max-width: 991px) {
  .homepage__image {
    min-height: calc(100vw / 1.84);
  }
}

.homepage__image::after {
  content: '';
  background-image: linear-gradient(to top, #401a40 0%, rgba(64, 26, 64, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 250px;
}

@media screen and (max-width: 767px) {
  .homepage__image::after {
    height: 66px;
  }
}

@media screen and (min-width: 768px) {
  .homepage__image.top-gradient::before {
    content: '';
    height: calc(100vw / 14.4);
    background-image: linear-gradient(360deg, rgba(255, 253, 250, 0) 0%, #fffdfa 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
}

.homepage__testimonials.team-testimonials {
  padding: 118px 0 0;
}

@media screen and (max-width: 991px) {
  .homepage__testimonials.team-testimonials {
    padding: 62px 0 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
  .homepage__testimonials.team-testimonials .b-content-images__col.content-left {
    bottom: 3vw;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1690px) {
  .homepage__testimonials.team-testimonials .b-content-images__col.content-left {
    bottom: 56px;
  }
}

.homepage__testimonials.team-testimonials .block-content-images {
  overflow: initial;
}

.homepage__testimonials.team-testimonials .block-content-images > .container-fluid > .row {
  align-items: center;
}

@media screen and (max-width: 575px) {
  .homepage__testimonials.team-testimonials .block-content-images {
    padding: 8px 0 50px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .homepage__testimonials.team-testimonials .block-content-images {
    padding: 28px 0 50px;
  }
}

.homepage__block-content {
  background-image: linear-gradient(180deg, #401a40 0%, #401a33 100%);
  padding-top: 37px;
  padding-bottom: 38px;
  overflow-x: unset;
}

@media screen and (max-width: 767px) {
  .homepage__block-content {
    padding-top: 43px;
    padding-bottom: 18px;
  }
}

.homepage__block-content .block-content-images__background.custom-tribal::before {
  display: block;
  bottom: calc(100vw * -0.22);
  opacity: 0.1;
}

@media (max-width: 575px) {
  .homepage__block-content .b-content-images__description {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  .homepage__block-content .b-content-images__description {
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .homepage__block-content .b-content-images__description {
    font-size: 64px;
  }
}

@media screen and (min-width: 1200px) {
  .windows .homepage__block-content .b-content-images__description {
    right: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .homepage__block-content .b-content-images__description {
    font-size: 137px;
  }
}

.homepage__block-content .b-content-images__content-wrapper {
  padding: 12.14vw 4.17vw;
  margin-top: 79px;
  margin-bottom: 54px;
}

@media (max-width: 1690px) {
  .homepage__block-content .b-content-images__content-wrapper {
    padding: 100px 80px 114px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .homepage__block-content .b-content-images__content-wrapper {
    margin: -31px auto 0;
  }
}

@media (max-width: 575px) {
  .homepage__block-content .b-content-images__content-wrapper {
    padding: 28px 24px 12px;
  }
}

.homepage__block-content h2 {
  font-size: 70px;
  line-height: 80px;
  margin: 0 0 24px;
}

@media screen and (max-width: 767px) {
  .homepage__block-content h2 {
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .homepage__block-content h2 {
    font-size: 52px;
    line-height: 64px;
  }
}

.homepage__block-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .homepage__block-content p {
    font-size: 15px;
    line-height: 24px;
  }
}

.homepage__block-content .b-content-images__image img {
  height: calc(100vw / 2.1);
  min-height: 281px;
}

.homepage__itineraries {
  background-color: #401a33;
  padding-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .homepage__itineraries {
    padding-bottom: 50px;
  }
}

.homepage__itineraries .slick-list {
  padding-left: 100px;
}

@media screen and (max-width: 991px) {
  .homepage__itineraries .slick-list {
    padding-left: 20px;
  }
}

.homepage__itineraries .slick-track {
  padding: 20px 100px 40px;
}

@media screen and (max-width: 575px) {
  .homepage__itineraries .slick-track {
    padding: 30px 0 7px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .homepage__itineraries .slick-track {
    padding: 20px 20px 7px;
  }
}

.homepage__itineraries .slick-track .slick-slide {
  width: 280px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .homepage__itineraries .slick-track .slick-slide {
    max-width: 350px;
    width: 100%;
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .homepage__itineraries .slick-track .slick-slide {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1900px) {
  .homepage__itineraries .slick-track .slick-slide {
    max-width: 428px;
    width: 100%;
  }
}

.homepage__itineraries .slick-track .slick-slide:first-child {
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .homepage__itineraries .slick-track .slick-slide:first-child {
    margin-left: 0;
  }
}

.homepage__itineraries .itineraries-slider {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .homepage__itineraries .itineraries-slider .itineraries__item .image-link:hover {
    transform: scale(1);
  }
}

.homepage__itineraries .itineraries-slider .image-link {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .homepage__itineraries .itineraries-slider .image-link {
    margin: 0;
  }
}

.homepage__itineraries .itineraries-slider .image-link .image-link__content {
  bottom: 25px;
}

@media (max-width: 575px) {
  .homepage__itineraries .itineraries-slider .image-link .image-link__content {
    bottom: 15px;
  }
}

.homepage__itineraries .itineraries-slider .image-link .image-link__label {
  margin-bottom: 11px;
}

@media (max-width: 575px) {
  .homepage__itineraries .itineraries-slider .image-link .image-link__label {
    margin-bottom: 8px;
  }
}

@media (max-width: 575px) {
  .homepage__itineraries .itineraries-slider .image-link .image-link__label > span {
    font-size: 12px;
    padding: 4px 13px;
  }
}

.homepage__itineraries .itineraries-slider .image-link .image-link__wrapper:hover {
  transform: scale(1);
}

.homepage__itineraries .itineraries-slider .image-link .image-link__wrapper img {
  height: calc(100vw / 2.88);
  min-height: 400px;
}

@media screen and (max-width: 767px) {
  .homepage__itineraries .itineraries-slider .image-link .image-link__wrapper img {
    border-radius: 0 45px;
  }
}

.homepage__itineraries .itineraries__bottom {
  margin-top: 20px;
}

@media (max-width: 575px) {
  .homepage__itineraries .itineraries__bottom {
    margin-top: 29px;
  }
}

@media screen and (max-width: 767px) {
  .homepage__itineraries .itineraries__bottom .c-btn {
    padding: 11px 25px 9px;
  }
}

.homepage__itineraries .itineraries-nav__container {
  margin-left: auto;
  padding-left: 250px;
}

@media screen and (max-width: 1199px) {
  .homepage__itineraries .itineraries-nav__container {
    display: none;
  }
}

.homepage__itineraries .itineraries__btn--container {
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .homepage__itineraries .itineraries__btn--container {
    margin: 0 0 0 auto;
    padding-right: 60px;
  }
}

.homepage__itineraries .itineraries-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage__itineraries .itineraries-nav .itineraries-nav__prev,
.homepage__itineraries .itineraries-nav .itineraries-nav__next {
  line-height: 0;
  margin: 0 16px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.homepage__itineraries .itineraries-nav .itineraries-nav__prev.slick-disabled,
.homepage__itineraries .itineraries-nav .itineraries-nav__next.slick-disabled {
  opacity: 0.5;
}

.homepage__itineraries .itineraries-nav .itineraries-nav__prev {
  transform: rotate(180deg);
}

.journey-details .journey-details__item {
  color: #222222;
  font-family: "museo-sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}

.journey-details .journey-details__item:not(:last-child) {
  margin-bottom: 19px;
}

.journey-details .journey-details__item > span {
  display: inline-block;
  margin-right: 3px;
  color: #c25d0a;
  letter-spacing: 0.7px;
  font-weight: 700;
  text-transform: uppercase;
}

.awards {
  background-color: #fbf3e5;
  padding-top: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .awards {
    padding-top: 25px;
  }
}

.awards .awards-images {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}

@media (max-width: 991px) {
  .awards .awards-images {
    padding: 0 35px;
  }
}

@media screen and (max-width: 767px) {
  .awards .awards-images .award__image {
    padding: 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .awards .awards-images .award__image {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .awards .awards-images .award__image:nth-child(2) {
    margin: 0 20px;
  }
}

.awards .images {
  background: #fff;
  position: relative;
}

.awards .images::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: calc(100vw / 9.6);
  background-image: linear-gradient(180deg, #fbf3e5 0%, rgba(251, 243, 229, 0) 100%);
}

@media screen and (max-width: 767px) {
  .awards .images {
    overflow: unset;
  }
}

.awards .images .full-width__image .img__container {
  margin-top: -71px;
}

.awards .images .full-width__image .img__container img {
  width: 100%;
}

.awards .images .full-width__image .img__container .tribal {
  position: absolute;
  bottom: -3px;
  left: -10px;
  right: -10px;
  line-height: 0;
  width: calc(100% + 20px);
}

.awards .images .full-width__image .img__container .tribal svg {
  fill: #fffdfa;
  width: 100%;
}

.awards .images .full-width__image .img__container .tribal svg * {
  fill: #fffdfa;
}

@media screen and (max-width: 767px) {
  .awards .images .full-width__image .img__container {
    margin-top: 17px;
  }
}

.awards .images .full-width__image .img__container::before, .awards .images .full-width__image .img__container::after {
  content: unset;
}

.second-block__content {
  padding-top: 171px;
  position: relative;
  overflow-x: unset;
}

@media screen and (max-width: 767px) {
  .second-block__content {
    padding-top: 70px;
  }
}

.second-block__content .tribal {
  line-height: 0;
  left: -10px;
  right: -10px;
  width: calc(100% + 20px);
  position: absolute;
}

.second-block__content .tribal svg {
  width: 100%;
}

.second-block__content .tribal svg path {
  fill: #401a33;
}

.second-block__content .tribal.tribal-top {
  top: -1px;
  transform: rotate(180deg);
}

@media (max-width: 575px) {
  .second-block__content .image-left .b-content-images__description {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  .second-block__content .image-left .b-content-images__description {
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .second-block__content .image-left .b-content-images__description {
    font-size: 64px;
  }
}

@media screen and (min-width: 1200px) {
  .second-block__content .image-left .b-content-images__description {
    font-size: 137px;
  }
}

@media screen and (min-width: 1200px) {
  .windows .second-block__content .image-left .b-content-images__description {
    left: 50px;
  }
}

.second-block__content .b-content-images__col.content-right .b-content-images__content-wrapper {
  padding: 97px 65px 97px 95px;
}

@media screen and (max-width: 767px) {
  .second-block__content .b-content-images__col.content-right .b-content-images__content-wrapper {
    padding: 17px 24px 30px;
  }
}

.second-block__content h2 {
  font-size: 70px;
  line-height: 80px;
  margin: 10px 0 32px;
}

@media screen and (max-width: 767px) {
  .second-block__content h2 {
    font-size: 32px;
    line-height: 36px;
    margin: 10px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .second-block__content h2 {
    font-size: 52px;
    line-height: 64px;
  }
}

.second-block__content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .second-block__content p {
    font-size: 15px;
    line-height: 24px;
  }
}

.second-block__content .b-content-images__image img {
  height: calc(100vw / 2.06);
  min-height: 281px;
}

.related-posts {
  padding: 125px 0 132px;
  max-width: 1710px;
  margin: 0 auto;
}

@media screen and (max-width: 1899px) {
  .related-posts {
    padding: 125px 65px 132px;
  }
}

@media screen and (max-width: 1439px) {
  .related-posts {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .related-posts {
    padding: 58px 0 68px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .related-posts {
    padding: 107px 0 71px;
  }
  .related-posts.related-posts--post {
    padding: 62px 0 71px;
  }
}

@media screen and (min-width: 768px) {
  .related-posts.homepage__related-posts .related-posts__wrapper {
    margin: 44px 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .related-posts.homepage__related-posts .c-btn-wrapper {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .related-posts.homepage__related-posts .c-btn {
    min-width: 172px;
  }
}

@media (max-width: 991px) {
  .related-posts:not(.related-posts--archive) .related-posts__wrapper div[class^="col"]:nth-child(3) {
    display: none;
  }
}

.related-posts .related-posts__wrapper div[class^="col"]:nth-of-type(n+4) {
  padding-top: 82px;
}

@media (max-width: 991px) {
  .related-posts .related-posts__wrapper div[class^="col"]:nth-of-type(n+3) {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .related-posts .related-posts__wrapper div[class^="col"]:nth-of-type(n+3) {
    padding-top: 0;
  }
}

.related-posts .related-posts__title {
  font-size: 56px;
  line-height: 64px;
  font-weight: 900;
  margin-bottom: 7px;
}

@media screen and (max-width: 1899px) {
  .related-posts .related-posts__title {
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 991px) {
  .related-posts .related-posts__title {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto 19px;
  }
}

@media screen and (max-width: 767px) {
  .related-posts .related-posts__title {
    margin: 0 auto -3px;
  }
}

.page-template-tpl-homepage .related-posts .related-posts__title {
  font-size: 64px;
  line-height: 70px;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .page-template-tpl-homepage .related-posts .related-posts__title {
    font-size: 32px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-template-tpl-homepage .related-posts .related-posts__title {
    margin-bottom: -19px;
  }
}

.related-posts .related-posts__subtitle {
  color: #662951;
  font-family: "Underland";
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 4px;
}

.safari .related-posts .related-posts__subtitle {
  line-height: 1.5;
}

@media (max-width: 991px) {
  .related-posts .related-posts__subtitle {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 7px;
    text-align: center;
  }
}

.related-posts .c-btn-wrapper {
  margin-top: -19px;
}

@media (max-width: 1899px) {
  .related-posts .c-btn-wrapper {
    margin: 0;
  }
}

@media (max-width: 1440px) {
  .related-posts .c-btn-wrapper {
    margin-top: -22px;
  }
}

@media (max-width: 991px) {
  .related-posts .c-btn-wrapper {
    margin: 0;
  }
}

.related-posts .single__related-post {
  cursor: pointer;
  display: block;
  height: 100%;
  padding-bottom: 2px;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .related-posts .single__related-post {
    padding-top: 27px;
    margin-bottom: 4px;
  }
}

.desktop .related-posts .single__related-post:hover .single__related-img {
  border-radius: 0 45px;
}

@media screen and (max-width: 575px) {
  .desktop .related-posts .single__related-post:hover .single__related-img {
    border-radius: 0 25px;
  }
}

.desktop .related-posts .single__related-post:hover img {
  transform: scale(1.1);
}

.desktop .related-posts .single__related-post:hover .post__content h4 span {
  background-size: 100% 100%;
  cursor: pointer;
}

.related-posts .single__related-post-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.related-posts .single__related-img {
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.safari .related-posts .single__related-img {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

@media screen and (min-width: 768px) {
  .related-posts .related-posts__wrapper {
    margin: 38px 0 0;
  }
}

.related-posts .related-posts__wrapper img {
  width: 100%;
  transition: 0.3s ease-in-out;
}

.related-posts .related-posts__wrapper .post__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 16px 0 11px;
  flex: 1;
}

@media screen and (min-width: 992px) {
  .related-posts .related-posts__wrapper .post__content {
    padding: 20px;
  }
}

.related-posts .related-posts__wrapper .post__content h4 {
  line-height: 30px;
  margin-bottom: 2px;
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .related-posts .related-posts__wrapper .post__content h4 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 1px;
  }
}

.related-posts .related-posts__wrapper .post__content h4 span {
  background-image: linear-gradient(to bottom, transparent 65%, #c2d982 10%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  display: inline;
  transition: 0.3s ease-in-out;
  font-weight: 700;
}

.related-posts .related-posts__wrapper .post__content time {
  display: block;
  color: #7c992e;
  font-family: "museo-sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .related-posts .related-posts__wrapper .post__content time {
    font-size: 12px;
  }
}

.related-posts .related-posts__btn-mobile {
  margin-top: 35px;
}

.leadparagraph {
  margin: 0 0 83px;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  color: #662951;
}

@media (max-width: 767px) {
  .leadparagraph {
    font-size: 18px;
    line-height: 24px;
    margin: 37px 0;
  }
}

.highlight-text {
  padding: 5px 0 4px;
  background: #f0e3ce;
}

blockquote {
  padding: 11px 0;
  position: relative;
  margin: 34px 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
}

blockquote.alternate {
  padding: 11px 1px 52px;
}

blockquote.alternate p::after,
blockquote.alternate p::before {
  content: unset !important;
}

@media (max-width: 767px) {
  blockquote.alternate {
    padding: 6px 6px 44px 1px;
  }
}

@media (max-width: 767px) {
  blockquote {
    padding: 6px 0;
    margin: 34px 0 20px;
    font-size: 21px;
    line-height: 32px;
  }
}

blockquote p {
  margin: 0;
  font-style: italic;
  color: #662951;
}

@media (max-width: 767px) {
  blockquote p {
    font-weight: 500;
    letter-spacing: 0.4px;
  }
}

blockquote p:before, blockquote p:after {
  display: inline;
}

blockquote p:first-child:before {
  position: absolute;
  top: 12px;
  left: -13px;
}

@media (max-width: 767px) {
  blockquote p:first-child:before {
    top: 5px;
    left: -9px;
  }
}

blockquote p:first-child::before {
  content: '"';
}

blockquote p:last-child::after {
  content: '"';
}

blockquote cite {
  font-style: italic;
  color: #662951;
}

@media (max-width: 767px) {
  blockquote cite {
    font-weight: 500;
    letter-spacing: 0.4px;
  }
}

blockquote cite:before, blockquote cite:after {
  display: inline;
}

blockquote cite:first-child:before {
  position: absolute;
  top: 12px;
  left: -13px;
}

@media (max-width: 767px) {
  blockquote cite:first-child:before {
    top: 5px;
    left: -9px;
  }
}

blockquote cite::before, blockquote cite::after {
  content: '"';
}

blockquote .author {
  color: #4a4a4a;
  font-weight: 500;
  font-style: italic;
  position: absolute;
  bottom: 13px;
  left: 1px;
  font-size: 15px;
  line-height: 18px;
}

@media (max-width: 767px) {
  blockquote .author {
    bottom: 16px;
    left: 0px;
    font-size: 13px;
    line-height: 16px;
    font-style: normal;
  }
}

blockquote .author:before {
  content: '—';
  display: inline;
  margin-right: 4px;
}

/* Buttons */
.c-btn {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  min-width: 130px;
  padding: 12px 23px;
  transition: all 0.2s linear;
  text-align: center;
  color: #222222;
  border-radius: 22px;
  border: 2px solid #7c992e;
}

@media (max-width: 767px) {
  .c-btn {
    font-size: 14px;
    line-height: 16px;
    padding: 11px 18px;
    min-width: 120px;
  }
}

.c-btn:hover {
  color: white;
  background: #7c992e;
}

.c-btn.btn__secondary {
  background-color: transparent;
  border-radius: 22px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.c-btn.btn__secondary:hover {
  background-color: #ffffff;
  border-color: #fff;
  color: #222222;
}

.c-btn.btn__fill {
  background-color: #7c992e;
  border-color: #7c992e;
  color: #fff;
}

.c-btn.btn__fill:hover {
  background-color: #688026;
  border-color: #688026;
}

.c-btn.btn__ghost {
  background: transparent;
  border: 2px solid rgba(255, 253, 250, 0.7);
  color: #fff;
}

.c-btn.btn__ghost:hover {
  color: #688026;
  background-color: #ffffff;
  border-color: #ffffff;
}

.c-btn.btn__fill--white {
  background: #fff;
  border-color: #fff;
  color: #688026;
}

.c-btn.btn__fill--white:hover {
  background-color: #688026;
  border-color: #688026;
  color: #fff;
}

.c-btn.c-btn--external {
  min-width: auto;
  padding: 12px 22px 11px;
}

@media (max-width: 991px) {
  .c-btn.c-btn--external {
    padding: 11px 18px 10px;
  }
}

.c-btn.c-btn--external:hover > svg * {
  fill: #fff;
}

.c-btn.c-btn--external svg {
  width: 12px;
  height: 12px;
  margin-left: 3px;
}

@media (max-width: 991px) {
  .c-btn.c-btn--external svg {
    margin-left: 5px;
  }
}

.c-btn.c-btn--external svg * {
  fill: #333333;
  transition: all 0.2s linear;
}

.c-btn-wrapper {
  line-height: 16px;
  display: block;
  margin: 22px 0 48px;
  text-align: left;
}

.c-btn-wrapper.align-center {
  text-align: center;
}

.c-btn-wrapper.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .c-btn-wrapper {
    margin: 5px 0 24px;
  }
}

p + .c-btn-wrapper {
  margin-top: -10px;
}

@media (max-width: 767px) {
  p + .c-btn-wrapper {
    margin-top: -9px;
  }
}

.c-btn-wrapper:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .c-btn-wrapper--secondary {
    margin: 5px 0 23px;
  }
  p + .c-btn-wrapper--secondary {
    margin-top: -14px;
  }
}

.c-btn-secondary {
  position: relative;
  min-width: 0;
  padding: 2px 0 0 3px;
  border: none;
  background: transparent;
}

.c-btn-secondary:after {
  content: '';
  width: 100%;
  height: 8px;
  background-color: #c2d982;
  position: absolute;
  bottom: 0;
  left: 1px;
  z-index: -1;
  transition: all 0.2s linear;
}

@media (max-width: 767px) {
  .c-btn-secondary:after {
    bottom: 1px;
  }
}

@media (max-width: 767px) {
  .c-btn-secondary {
    padding: 0;
  }
}

.c-btn-secondary:hover {
  background: transparent;
  color: #222222;
}

.c-btn-secondary:hover:after {
  background-color: #7c992e;
  height: 2px;
}

@media (max-width: 991px) {
  .c-btn-secondary.external svg {
    margin-left: 4px;
  }
}

.c-btn--info {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.simple-btn {
  padding: 3px 5px;
  letter-spacing: 0.15px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  background: #f0e7d8;
  color: #662951;
}

@media all and (min-width: 992px) {
  .simple-btn {
    padding: 4px 11px;
    letter-spacing: 0.5px;
  }
}

.simple-btn:hover {
  color: #662951;
}

.page-accordion {
  padding: 16px 0 63px;
}

@media (max-width: 767px) {
  .page-accordion {
    padding: 13px 0 36px;
  }
}

.single-accordion {
  padding: 0 0 24px;
  border-top: 1px solid #cccccc;
}

@media (max-width: 767px) {
  .single-accordion {
    padding: 0 0 20px;
  }
}

.single-accordion:last-of-type {
  border-bottom: 1px solid #cccccc;
}

.single-accordion p:last-child {
  margin: 0;
}

.single-accordion.active .single-accordion__title:after {
  transform: rotate(-180deg);
  margin-top: 8px;
}

@media (max-width: 767px) {
  .single-accordion.active .single-accordion__title:after {
    margin-top: 5px;
  }
}

.single-accordion__content {
  display: none;
  padding: 9px 42px 9px 15px;
}

@media (max-width: 767px) {
  .single-accordion__content {
    padding: 14px 24px 0 5px;
  }
}

.single-accordion__title {
  display: block;
  padding: 34px 15px 12px;
  position: relative;
  color: #4a4a4a;
  letter-spacing: 0;
  cursor: pointer;
  transition: all .2s linear;
}

@media (max-width: 767px) {
  .single-accordion__title {
    padding: 20px 5px 0;
  }
}

.single-accordion__title h5 {
  transition: color .2s linear;
}

.single-accordion__title:hover {
  color: #688026;
}

.single-accordion__title:hover h5 {
  color: #688026;
}

.single-accordion__title:after {
  content: url("../svg/triangle.svg");
  display: block;
  position: absolute;
  top: 50%;
  right: 21px;
  margin-top: 9px;
  line-height: 0;
  transition: all .2s linear;
}

@media (max-width: 767px) {
  .single-accordion__title:after {
    right: 13px;
    margin-top: 7px;
  }
}

/* BASE TABLES */
.page-content .tablepress-table-name {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1.5px;
  text-transform: none;
}

@media (max-width: 991px) {
  .page-content .tablepress-table-name {
    margin-bottom: 19px;
    letter-spacing: 0;
  }
}

.page-content .tablepress {
  margin-top: -6px;
  width: 100%;
}

@media (max-width: 991px) {
  .page-content .tablepress {
    display: block;
    width: 100%;
    position: relative;
    white-space: nowrap;
    border-spacing: 0;
    border-collapse: collapse;
    overflow-x: auto;
  }
}

.page-content .tablepress caption {
  display: none;
}

.page-content .tablepress thead th {
  padding: 14px 10px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  color: #662951;
  font-weight: 700;
  border: 0;
  background-color: transparent;
}

@media (max-width: 991px) {
  .page-content .tablepress thead th {
    padding: 17px 52px 16px 10px;
    font-size: 13px;
    line-height: 12px;
  }
}

.page-content .tablepress thead th:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #cccccc;
}

.page-content .tablepress thead th br {
  display: none;
}

@media (max-width: 991px) {
  .page-content .tablepress tbody {
    width: auto;
    position: relative;
    white-space: nowrap;
  }
}

@media (max-width: 991px) {
  .page-content .tablepress tbody tr {
    min-width: 177px;
    vertical-align: top;
  }
}

@media (max-width: 767px) {
  .page-content .tablepress tbody tr {
    min-width: 0;
  }
}

.page-content .tablepress tbody td {
  padding: 13px 10px 15px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #111111;
  border: 0;
}

@media (max-width: 991px) {
  .page-content .tablepress tbody td {
    padding: 17px 52px 17px 10px;
    font-size: 14px;
    line-height: 14px;
  }
}

.page-content .tablepress tbody td:first-child {
  text-align: left;
}

.page-content .tablepress tbody td:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #cccccc;
}

.page-content .tablepress tbody tr {
  border-top: 0;
}

.page-content .tablepress tbody tr:last-child {
  border-bottom: 0;
}

.table-wrapper {
  position: relative;
  margin: 20px 0;
  overflow-x: hidden;
}

p + .table-wrapper {
  margin: 30px 0 0;
}

.table-wrapper + p {
  margin-top: 27px;
}

@media (max-width: 576px) {
  .table-wrapper + p {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .table-wrapper {
    margin: 29px -20px 49px;
  }
}

.table-wrapper:before {
  content: '';
  display: none;
  width: 20px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
}

@media (max-width: 767px) {
  .table-wrapper:before {
    background-image: linear-gradient(270deg, #fffdfa 0%, rgba(255, 253, 250, 0) 100%);
    width: 48px;
  }
}

.table-wrapper.has-scroll:before {
  display: block;
}

.table-wrapper.has-scroll thead, .table-wrapper.has-scroll tbody {
  border-right: 20px solid #fffdfa;
}

.image-links {
  padding: 41px 0 39px;
}

@media (max-width: 767px) {
  .image-links {
    padding: 37px 0 20px;
  }
}

.image-links .section-title {
  margin: 0 0 15px;
}

.image-links .container-fluid {
  padding: 0;
  max-width: 1680px;
}

@media (max-width: 1899px) {
  .image-links .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1690px) {
  .image-links .container-fluid {
    padding: 0 80px;
  }
}

@media (max-width: 1439px) {
  .image-links .container-fluid {
    padding: 0 45px;
  }
}

@media (max-width: 767px) {
  .image-links .container-fluid {
    padding: 0 20px;
  }
}

.image-link {
  overflow: hidden;
  display: block;
  position: relative;
  margin-top: 16px;
  border-radius: 0 45px;
  transition: transform 0.2s linear;
}

@media screen and (min-width: 768px) {
  .image-link {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 767px) {
  .image-link {
    border-radius: 0 35px;
    margin: 12px 0 13px;
  }
}

.image-link:hover {
  transform: scale(1.06);
}

.image-link:hover .image-link__wrapper {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.image-link__wrapper {
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 0 45px;
  transition: 0.2s all linear;
}

@media (max-width: 767px) {
  .image-link__wrapper {
    border-radius: 0 35px;
  }
}

.image-link__wrapper img {
  object-fit: cover;
  width: 100%;
  border-radius: 0 45px;
}

@media (max-width: 767px) {
  .image-link__wrapper img {
    border-radius: 0 35px;
  }
}

.image-link__wrapper::after {
  content: '';
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  border-bottom-left-radius: 45px;
  opacity: 0.65;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 130px;
}

@media (max-width: 767px) {
  .image-link__wrapper::after {
    border-bottom-left-radius: 35px;
  }
}

.image-link .image-link__content {
  position: absolute;
  bottom: 31px;
  left: 0;
  right: 0;
  z-index: 2;
}

.image-link .image-link__label {
  text-align: center;
  margin-bottom: 15px;
}

.image-link .image-link__label > span {
  background-color: #7c992e;
  color: #fff;
  font-family: "museo-sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 5px 13px;
}

.image-link .image-link__text {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 28px;
  text-align: center;
  padding: 0 20px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .image-link .image-link__text {
    font-size: 18px;
    line-height: 22px;
    bottom: 16px;
  }
}

.itineraries__item .image-link .image-link__text {
  position: static;
}

.image-link__small::after {
  height: 95px;
}

.gallery {
  position: relative;
  padding: 73px 0 75px;
}

.gallery .section-title {
  margin: 0 0 26px;
}

@media (max-width: 575px) {
  .gallery .section-title + .gallery__wrapper {
    margin: -14px 0 0;
  }
}

.gallery ::selection {
  background: transparent;
}

.gallery ::-moz-selection {
  background: transparent;
}

@media (max-width: 767px) {
  .gallery {
    padding: 55px 0 15px;
  }
}

.gallery:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 555px;
  bottom: 0;
  z-index: -1;
  background-image: url("../svg/tribal-full-3.svg");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 620px 555px;
}

@media (max-width: 1199px) {
  .gallery:after {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .gallery:after {
    display: none;
  }
}

.gallery .close__gallery {
  display: none;
}

.gallery .container-fluid {
  padding: 0;
  max-height: 100%;
}

.gallery.gallery-lightbox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #26101e;
  z-index: 90;
  display: none;
  align-items: center;
}

.gallery.gallery-lightbox.active {
  display: flex;
  padding: 40px 0;
}

@media (max-width: 575px) and (orientation: landscape) {
  .gallery.gallery-lightbox.active {
    padding: 70px 0 0;
  }
}

.gallery.gallery-lightbox:after {
  display: none;
}

@media (max-width: 575px) and (orientation: landscape) {
  .gallery.gallery-lightbox .gallery__image {
    width: 54vw;
  }
}

.gallery.gallery-lightbox .close__gallery {
  position: absolute;
  right: 31px;
  top: 34px;
  display: block;
  cursor: pointer;
}

@media (max-width: 991px) {
  .gallery.gallery-lightbox .close__gallery {
    right: 35px;
    top: 65px;
  }
}

@media (max-width: 575px) {
  .gallery.gallery-lightbox .close__gallery {
    top: 65px;
    right: 15px;
  }
}

.gallery.gallery-lightbox .close__gallery .mobile.landscape {
  top: 60px;
}

.gallery.gallery-lightbox .close__gallery .tablet.landscape {
  top: 60px;
}

.gallery.gallery-lightbox .gallery__slide .gallery__image--caption {
  background-color: #26101e;
  padding: 17px 20px 1px;
  bottom: -3px;
}

@media screen and (max-width: 575px) {
  .gallery.gallery-lightbox .gallery__slide .gallery__image--caption {
    position: static;
    padding: 13px;
  }
}

.gallery.gallery-lightbox .gallery__slide .gallery__image--caption * {
  color: #fffdfa;
}

.gallery.gallery-lightbox .gallery__slider.slick-cloned .gallery__image--caption {
  opacity: 0;
}

@media (max-width: 1199px) {
  .gallery__image {
    width: 80vw;
  }
}

@media (max-width: 767px) {
  .gallery__image {
    width: 86vw;
  }
}

.gallery .slick-track .slick-slide {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .gallery .slick-track .slick-slide {
    margin: 0 5px;
  }
}

.gallery .slick-track .slick-slide.slick-center .gallery__image--caption {
  opacity: 1;
}

.gallery .slick-track .slick-slide.slick-cloned .gallery__image--caption {
  opacity: 0;
}

.gallery .gallery__wrapper {
  position: relative;
  margin: 25px 0 0;
}

@media (max-width: 767px) {
  .gallery .gallery__wrapper {
    margin: 12px 0 0;
  }
}

.desktop .gallery .gallery__nav {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: calc(100% - 20px);
  display: flex;
}

.desktop .gallery .gallery__nav .prev-arrow,
.desktop .gallery .gallery__nav .next-arrow {
  width: 50%;
  height: 100%;
}

.desktop .gallery .gallery__nav .prev-arrow {
  cursor: url("../cur/prev-arrow.cur"), auto;
}

.desktop .gallery .gallery__nav .next-arrow {
  cursor: url("../cur/next-arrow.cur"), auto;
}

.gallery .gallery__slide {
  position: relative;
}

.gallery .gallery__slide .gallery__image--caption {
  position: absolute;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 0;
  opacity: 0;
  transition: 0.4s ease-in-out;
  transition-delay: 0.3s;
}

@media screen and (max-width: 575px) {
  .gallery .gallery__slide .gallery__image--caption {
    position: static;
    padding: 13px;
    right: 0;
  }
}

@media screen and (min-width: 576px) {
  .gallery .gallery__slide .gallery__image--caption {
    max-width: 445px;
    border-radius: 0 45px 0 0;
    background-color: #fffdfa;
    bottom: 0;
    right: 20px;
    left: 0;
    padding: 20px 20px 14px 20px;
    min-height: 69px;
  }
}

.gallery .gallery__slide .gallery__image--caption * {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  text-align: center;
  font-style: italic;
}

.gallery-lightbox .gallery .gallery__slide .gallery__image--caption * {
  color: #fbf3e5;
}

@media screen and (min-width: 445px) {
  .gallery .gallery__slide .gallery__image--caption * {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }
}

.lightbox-gallery__single-thumb {
  margin: 0 0 28px;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 0;
  transition: border-radius 0.3s linear;
}

body .onload-animiation .lightbox-gallery__single-thumb {
  transition-property: border-radius, opacity, transform;
  transition-duration: 0.3s, 0.4s, 0.4s;
  transition-timing-function: linear, ease, ease;
}

.safari .lightbox-gallery__single-thumb {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

@media (max-width: 767px) {
  .lightbox-gallery__single-thumb {
    margin: 0 0 10px;
  }
}

.lightbox-gallery__single-thumb:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all 0.3s linear;
}

.lightbox-gallery__single-thumb img {
  transform: scale(1);
  transition: all 0.3s linear;
}

.lightbox-gallery__single-thumb:hover {
  border-radius: 0 45px;
}

@media (max-width: 767px) {
  .lightbox-gallery__single-thumb:hover {
    border-radius: 0 25px;
  }
}

.lightbox-gallery__single-thumb:hover img {
  transform: scale(1.2);
}

.lightbox-gallery__single-thumb:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .lightbox-gallery__thumbnails-wrapper div[class^="col"] {
    padding: 0 5px;
  }
}

.block-gallery-lightbox {
  padding: 99px 0 44px;
}

@media (max-width: 767px) {
  .block-gallery-lightbox {
    padding: 20px 15px 25px;
  }
}

.block-gallery-lightbox h2 {
  margin: 0 0 28px;
}

@media (max-width: 767px) {
  .block-gallery-lightbox h2 {
    margin: 0 0 12px;
  }
}

@media (max-width: 575px) {
  .content-image:first-child figure {
    margin: 35px 0 -5px;
  }
  .content-image:last-child figure {
    margin: 0 0 34px;
  }
}

.content-image img {
  width: 100%;
}

.content-image__align-right,
.content-image__align-left {
  width: 50%;
}

@media (max-width: 767px) {
  .content-image__align-right,
  .content-image__align-left {
    width: 100%;
  }
}

.content-image__align-left {
  float: left;
}

@media (max-width: 767px) {
  .content-image__align-left {
    float: none;
  }
}

.content-image__align-left.spacing-normal {
  padding-right: 15px;
}

@media (max-width: 767px) {
  .content-image__align-left.spacing-normal {
    padding-right: 0;
    padding-bottom: 10px;
  }
}

.content-image__align-right {
  float: right;
}

@media (max-width: 767px) {
  .content-image__align-right {
    float: none;
  }
}

.content-image__align-right.spacing-normal {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .content-image__align-right.spacing-normal {
    padding-left: 0;
  }
}

.page-fullwidth-image > .page-fullwidth-image__wrapper {
  margin: 48px 0 55px;
  position: relative;
}

@media (max-width: 767px) {
  .page-fullwidth-image > .page-fullwidth-image__wrapper {
    margin: 38px 0 24px;
  }
}

.page-fullwidth-image > .page-fullwidth-image__wrapper > img {
  width: 100%;
}

.page-fullwidth-image > .page-fullwidth-image__wrapper.no-caption::before {
  content: '';
  height: calc(100vw / 48);
  position: absolute;
  background-image: url("../svg/curve-white.svg");
  background-position: center;
  background-size: cover;
  left: -10px;
  right: -10px;
  top: -3px;
  transform: rotate(180deg);
}

.page-fullwidth-image > .page-fullwidth-image__wrapper.no-caption::after {
  content: '';
  height: calc(100vw / 48);
  position: absolute;
  background-image: url("../svg/curve-white.svg");
  background-position: center;
  background-size: cover;
  left: -10px;
  right: -10px;
  bottom: -3px;
}

.page-fullwidth-image > .page-fullwidth-image__wrapper > figure {
  margin: 0;
  position: relative;
  width: 100% !important;
}

.page-fullwidth-image > .page-fullwidth-image__wrapper > figure::before {
  content: '';
  height: calc(100vw / 48);
  position: absolute;
  background-image: url("../svg/curve-white.svg");
  background-position: center;
  background-size: cover;
  left: -10px;
  right: -10px;
  top: -3px;
  transform: rotate(180deg);
}

.page-fullwidth-image > .page-fullwidth-image__wrapper > figure > img {
  width: 100%;
}

.page-fullwidth-image > .page-fullwidth-image__wrapper > figure > .wp-caption-text {
  position: relative;
  text-align: center;
}

@media (max-width: 576px) {
  .page-fullwidth-image > .page-fullwidth-image__wrapper > figure > .wp-caption-text {
    padding: 11px 0;
    text-align: center;
  }
}

.page-fullwidth-image > .page-fullwidth-image__wrapper > figure > .wp-caption-text::before {
  bottom: calc(100% - 3px);
  content: '';
  height: calc(100vw / 48);
  position: absolute;
  background-image: url("../svg/curve-white.svg");
  background-position: center;
  background-size: cover;
  left: -10px;
  right: -10px;
}

.images__bg {
  background-color: #401a33;
  background-image: url("../svg/tribal-full-images.svg");
  background-repeat: repeat-x;
  background-size: 620px 555px;
  background-position: 20% 32vw;
  padding: 106px 40px 84px;
  margin: 66px 0;
  position: relative;
}

.images__bg::before, .images__bg::after {
  content: '';
  height: calc(100vw / 48);
  position: absolute;
  background-image: url("../svg/curve-white.svg");
  background-position: center;
  background-size: cover;
  left: -10px;
  right: -10px;
}

@media (max-width: 1440px) {
  .images__bg::before, .images__bg::after {
    height: 30px;
  }
}

@media (max-width: 767px) {
  .images__bg::before, .images__bg::after {
    height: 11px;
    left: -15px;
    right: -15px;
    width: calc(100% + 30px);
  }
}

@media (max-width: 375px) {
  .images__bg::before, .images__bg::after {
    height: 7px;
  }
}

.images__bg::before {
  top: -3px;
  transform: rotate(180deg);
}

.images__bg::after {
  bottom: -3px;
}

.images__bg .content-image > img {
  margin: 0 0 46px;
}

@media (max-width: 767px) {
  .images__bg .content-image > img {
    margin: 0 0 42px;
  }
}

@media screen and (min-width: 1441px) {
  .images__bg {
    background-position: 20% calc(100vw / 3);
    padding: calc(100vw / 13.5) 40px calc(100vw / 17.1);
  }
}

@media (max-width: 1440px) {
  .images__bg {
    background-position: 20% 34.9vw;
  }
}

@media (max-width: 1199px) {
  .images__bg {
    background-position: 20% 37vw;
  }
}

@media (max-width: 767px) {
  .images__bg {
    background-position: center 100vw;
    margin: 37px 0 33px;
    padding: 62px 24px 55px;
  }
}

@media (max-width: 575px) {
  .images__bg {
    background-size: 300px 268px;
    background-position: center 120vw;
  }
}

@media (max-width: 375px) {
  .images__bg {
    background-position: center 136vw;
  }
}

.images__bg .page-fullwidth-image__wrapper {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .images__bg .page-fullwidth-image__wrapper {
    display: flex;
    align-items: center;
  }
  .images__bg .page-fullwidth-image__wrapper .content-image {
    flex: 1 0 50%;
  }
  .images__bg .page-fullwidth-image__wrapper .content-image__align-left {
    padding-right: 15px;
  }
  .images__bg .page-fullwidth-image__wrapper .content-image__align-right {
    padding-left: 15px;
  }
}

.images__bg .page-fullwidth-image__wrapper .wp-caption {
  margin: 0;
  width: 100% !important;
}

.images__bg .page-fullwidth-image__wrapper .wp-caption > img {
  width: 100%;
}

.images__bg .page-fullwidth-image__wrapper .wp-caption-text {
  color: #fbf3e5;
  padding: 18px 0 10px;
}

.images__bg > .page-fullwidth-image__wrapper > figure::before,
.images__bg > .page-fullwidth-image__wrapper > figure > .wp-caption-text::before {
  display: none;
}

.container__image {
  margin: 64px 0 50px;
}

@media (max-width: 576px) {
  .container__image {
    margin: 37px 0 21px;
  }
}

.container__image .container__image-wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .container__image .container__image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 130px;
    height: calc(100% - 42px);
    transform: rotate(-360deg);
    background-image: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.3;
    z-index: 1;
  }
  .image-left .container__image .container__image-wrapper::after {
    right: auto;
    left: 0;
    transform: rotate(-180deg);
  }
}

.container__image .wp-caption {
  margin: 0;
}

.container__image .wp-caption-text {
  padding: 12px 0;
}

@media (max-width: 576px) {
  .container__image .wp-caption-text {
    text-align: center;
  }
}

.container__image .image__tag {
  position: absolute;
  transform: rotate(180deg);
  top: 0;
  right: -44px;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Underland";
  font-size: 120px;
  opacity: 0.55;
  color: #fffbf5;
  z-index: 2;
}

.windows.chrome .container__image .image__tag {
  right: -5px;
}

@media (max-width: 1439px) {
  .container__image .image__tag {
    font-size: 7.64vw;
    right: -27px;
  }
}

@media (max-width: 1199px) {
  .container__image .image__tag {
    font-size: 8vw;
  }
}

@media (max-width: 767px) {
  .container__image .image__tag {
    font-size: 48px;
    opacity: .6;
    right: -14px;
    display: none;
  }
}

.images {
  overflow: hidden;
}

.images img {
  margin: 0 !important;
}

.images .container__images {
  margin-top: 64px;
}

@media (max-width: 767px) {
  .images .container__images {
    margin-top: 37px;
  }
  .images .container__images > div + div {
    margin-top: 14px;
  }
}

.images .container__images .caption {
  margin: 12px 0;
}

@media (max-width: 767px) {
  .images .container__images .caption {
    margin: 7px auto;
  }
}

.page-columns .content-image .wp-caption {
  margin: 0;
}

.page-columns .content-image {
  margin: 64px 0 60px;
}

@media (max-width: 767px) {
  .page-columns .content-image {
    margin: 30px 0;
  }
}

@media (max-width: 575px) {
  .page-columns .content-image {
    margin: 0;
  }
  .page-columns .content-image:first-child {
    margin: 35px 0 -5px;
  }
  .page-columns .content-image:last-child {
    margin: 0 0 34px;
  }
}

/* Embed Video Styles */
.iframe-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  margin: 25px auto 28px;
  padding-bottom: 56.6%;
}

@media (max-width: 767px) {
  .iframe-wrapper {
    margin: 12px auto 10px;
  }
}

.iframe-wrapper__overlay {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: transparent;
  cursor: pointer;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.iframe-wrapper__btn {
  content: '';
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border: none;
  padding: 0;
  z-index: 1;
  transition: all .2s linear;
}

@media (max-width: 767px) {
  .iframe-wrapper__btn {
    width: 50px;
    height: 50px;
  }
}

.iframe-wrapper__btn:hover {
  background-color: #7c992e;
}

.iframe-wrapper__btn:hover:after {
  border-color: transparent transparent transparent white;
}

.iframe-wrapper__btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% + 4px);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #7c992e;
  transition: all .2s linear;
  z-index: 4;
}

@media (max-width: 767px) {
  .iframe-wrapper__btn:after {
    border-width: 8px 0 8px 16px;
    left: calc(50% + 3px);
  }
}

.iframe-wrapper__pulse {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate3d(-50%, -50%, 0) scale(1);
  animation: pulseVid 1.2s ease infinite;
  border-radius: 100%;
  background: #fff;
}

@media (max-width: 767px) {
  .iframe-wrapper__pulse {
    width: 50px;
    height: 50px;
  }
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

@keyframes pulseVid {
  0% {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  50% {
    opacity: .3;
    transform: translate3d(-50%, -50%, 0) scale(1.2);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) scale(1.4);
    opacity: 0;
  }
}

.cta {
  margin: 112px 0 129px;
}

.single-staff .cta {
  margin: 107px 0 87px;
}

@media (max-width: 767px) {
  .single-staff .cta {
    margin: 42px 0 67px;
  }
}

@media (max-width: 767px) {
  .cta {
    margin: 42px 0 70px;
  }
}

.cta .cta__background {
  border-radius: 0 45px;
  background-color: #401a33;
  padding: 74px 20px 90px;
  position: relative;
}

@media screen and (max-width: 575px) {
  .cta .cta__background {
    padding: 38px 20px 49px;
  }
}

.cta .cta__background::before {
  content: "";
  background-image: url("../svg/tribal-full-3.svg");
  background-size: 620px 555px;
  background-position: 333px -127px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.1;
  transform: rotateX(180deg);
}

.cta .cta__background .cta__content {
  position: relative;
  z-index: 3;
  text-align: center;
}

.cta .cta__background .cta__content h3 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Underland";
  line-height: 55px;
}

.windows .cta .cta__background .cta__content h3 {
  margin-bottom: 16px;
  line-height: 40px;
}

@media (max-width: 575px) {
  .android .cta .cta__background .cta__content h3 {
    line-height: 40px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .cta .cta__background .cta__content h3 {
    margin: 0 0 7px;
  }
}

.cta .cta__background .cta__heading {
  color: #ffffff;
  font-family: "museo-sans", sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 64px;
  margin-top: -12px;
}

@media screen and (max-width: 575px) {
  .cta .cta__background .cta__heading {
    font-size: 28px;
    line-height: 36px;
    margin-top: -17px;
  }
}

.cta .cta__background .cta__btn--container {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .cta .cta__background .cta__btn--container {
    margin-top: 18px;
  }
}

@media screen and (max-width: 575px) {
  .cta .cta__background .cta-btn {
    min-width: 163px;
    margin: 0 auto;
  }
  .cta .cta__background .cta-btn:not(:first-child) {
    margin-top: 16px;
  }
}

@media screen and (min-width: 576px) {
  .cta .cta__background .cta-btn:not(:first-child) {
    margin-left: 20px;
  }
}

.cta--extensions {
  margin: 70px 0 110px;
}

@media (max-width: 767px) {
  .cta--extensions {
    margin: 42px 0 70px;
  }
}

.cpt-date__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
  border-top: 3px solid #c25d0a;
  min-width: 68px;
  padding-top: 11px;
}

@media (max-width: 991px) {
  .cpt-date__wrapper {
    min-width: 41px;
    border-top-width: 2px;
    padding-top: 10px;
  }
}

.cpt-date__month {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .cpt-date__month {
    font-size: 11px;
    letter-spacing: 0.55px;
    line-height: 12px;
    margin-bottom: 0;
  }
}

.cpt-date__day {
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .cpt-date__day {
    font-size: 23px;
    line-height: 24px;
    margin-bottom: 4px;
  }
}

.cpt-date__year {
  color: #707070;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 18px;
}

@media (max-width: 991px) {
  .cpt-date__year {
    font-size: 11px;
    letter-spacing: 0.55px;
    line-height: 12px;
  }
}

.cpt-read-all {
  padding: 58px 0 67px;
}

@media (max-width: 991px) {
  .cpt-read-all {
    padding: 0 0 55px;
  }
}

.cpt-read-all__wrapper {
  border-top: 1px solid #cccccc;
  padding: 38px 0;
}

@media (max-width: 991px) {
  .cpt-read-all__wrapper {
    padding: 36px 0 0;
  }
}

.pagination-wrapper {
  position: relative;
  padding: 105px 20px 103px;
  transition: opacity .2s linear;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 575px) {
  .pagination-wrapper {
    margin: 0 -14px;
  }
}

.posts-list .blog-posts__pagination .pagination-wrapper {
  padding: 81px 20px 0;
}

@media (max-width: 767px) {
  .posts-list .blog-posts__pagination .pagination-wrapper {
    padding: 56px 20px 0;
  }
}

.pagination-wrapper-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.pagination-wrapper:before {
  pointer-events: none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: auto 100%;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    padding: 75px 20px;
  }
}

@media (max-width: 767px) {
  .pagination-wrapper {
    padding: 45px 20px 41px;
  }
}

.pagination-wrapper button,
.pagination-wrapper .dots {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #7c992e;
}

.pagination-wrapper button {
  margin: 0 11px;
  padding: 0 5px;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 767px) {
  .pagination-wrapper button {
    margin: 0 5px;
    padding: 0 8px;
  }
}

.pagination-wrapper .dots {
  margin: 0 -3px;
  letter-spacing: 0.7px;
}

.pagination-wrapper .pagination-arr {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 28px;
  height: 10px;
  cursor: pointer;
  vertical-align: middle;
  background-image: url(../svg/arrow-small-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0;
  transition: all .2s linear;
}

.pagination-wrapper .pagination-arr:not(.hidden):hover {
  opacity: .2;
  cursor: pointer;
}

.pagination-wrapper .pagination-arr.hidden {
  cursor: initial;
  opacity: .2;
}

.pagination-wrapper .pagination-arr.arr-prev {
  transform: rotate(180deg);
}

.pagination-wrapper .pagination-numbers {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: middle;
  margin: 0 14px;
}

@media (max-width: 575px) {
  .pagination-wrapper .pagination-numbers {
    margin: 0 5px;
  }
}

.pagination-wrapper .pagination-btn {
  display: none;
  cursor: pointer;
  color: #7c992e;
  position: relative;
}

.pagination-wrapper .pagination-btn:before {
  position: absolute;
  top: calc(50%);
  left: 50%;
  width: 37px;
  height: 37px;
  content: '';
  transform: translate3d(-50%, -50%, 0);
  border: 2px solid transparent;
  border-radius: 50%;
  backface-visibility: hidden;
  transition: all .2s linear;
}

.pagination-wrapper .pagination-btn:hover:before {
  border-color: #c6db89;
}

.pagination-wrapper .pagination-btn.active {
  cursor: initial;
  text-decoration: none;
  color: #333333;
}

.pagination-wrapper .pagination-btn.active:before {
  border-color: #7c992e;
}

.pagination-wrapper .pagination-btn.visible {
  display: inline-block;
}

.pagination-wrapper .pagination-btn:first-of-type, .pagination-wrapper .pagination-btn:last-of-type {
  display: inline-block;
}

.main-newsletter {
  position: relative;
  background-repeat: no-repeat;
  padding: 42vw 0 14vw;
  position: relative;
  z-index: 3;
  background-size: cover;
  overflow: hidden;
}

@media all and (min-width: 375px) {
  .main-newsletter {
    padding: 29vw 0 14vw;
  }
}

@media all and (min-width: 768px) {
  .main-newsletter {
    padding: 11.3vw 0 8.4vw;
    background-size: cover;
  }
}

@media all and (min-width: 1900px) {
  .main-newsletter {
    padding: 21vw 0 6.6vw;
  }
}

.main-newsletter:after, .main-newsletter:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
}

.main-newsletter:before {
  top: 0;
  height: 21vw;
  background-image: linear-gradient(180deg, #fffdfa 0%, rgba(255, 253, 250, 0) 100%);
}

@media (max-width: 1899px) {
  .main-newsletter:before {
    height: 11.3vw;
  }
}

@media (max-width: 767px) {
  .main-newsletter:before {
    height: 29vw;
  }
}

@media (max-width: 375px) {
  .main-newsletter:before {
    height: 42vw;
  }
}

.main-newsletter:after {
  bottom: 0;
  height: 6.6vw;
  background-color: #000000;
  opacity: 0.6;
  z-index: -1;
}

@media (max-width: 1899px) {
  .main-newsletter:after {
    height: 8.4vw;
  }
}

@media (max-width: 767px) {
  .main-newsletter:after {
    height: 14vw;
  }
}

.main-newsletter + footer.footer {
  margin-top: -4px;
  z-index: 3;
}

@media (min-width: 1200px) {
  .main-newsletter + footer.footer {
    margin-top: -11px;
    padding-top: 58px;
  }
}

.main-newsletter + footer.footer .footer__curve {
  background-color: #401a33;
}

.main-newsletter .arch {
  bottom: 11px;
}

@media (max-width: 991px) {
  .main-newsletter .arch {
    bottom: 3px;
  }
}

.main-newsletter .arch svg path {
  fill: #401a33;
}

.main-newsletter .form-wrapper {
  padding-top: 28px;
  position: relative;
}

.main-newsletter .form-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
  z-index: -1;
}

.main-newsletter .section-title {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin: 0 0 40px;
}

@media (max-width: 991px) {
  .main-newsletter .section-title {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 16px;
  }
}

.main-newsletter div.gform_wrapper {
  margin: 0;
}

.main-newsletter div.gform_wrapper .validation_error {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.main-newsletter div.gform_wrapper .top_label div.ginput_container,
.main-newsletter div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}

.main-newsletter div.gform_wrapper form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 730px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .main-newsletter div.gform_wrapper form {
    padding: 0;
    max-width: 500px;
  }
}

.main-newsletter div.gform_wrapper .gform_heading {
  display: none;
  flex: 0 0 100%;
  max-width: 100%;
}

.main-newsletter div.gform_wrapper .gform_title {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin: 0 0 40px;
}

@media (max-width: 991px) {
  .main-newsletter div.gform_wrapper .gform_title {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 19px;
  }
}

.main-newsletter div.gform_wrapper .gform_fields {
  display: flex;
  flex-direction: row;
  padding-left: 6px;
}

@media (max-width: 767px) {
  .main-newsletter div.gform_wrapper .gform_fields {
    padding-left: 0;
    flex-wrap: wrap;
  }
}

.main-newsletter div.gform_wrapper .gform_fields .gfield:first-child {
  flex: 0 0 35%;
  margin-right: 27px;
}

@media (max-width: 767px) {
  .main-newsletter div.gform_wrapper .gform_fields .gfield:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.main-newsletter div.gform_wrapper .gform_fields .gfield:not(:first-child) {
  flex: 1;
  margin-right: 21px;
}

@media (max-width: 767px) {
  .main-newsletter div.gform_wrapper .gform_fields .gfield:not(:first-child) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.main-newsletter div.gform_wrapper ul.gform_fields .gfield {
  margin-top: 0;
  position: relative;
  padding-right: 0;
}

@media (max-width: 767px) {
  .main-newsletter div.gform_wrapper ul.gform_fields .gfield {
    margin-bottom: 20px;
  }
}

.main-newsletter div.gform_wrapper ul.gform_fields .gfield.gfield_error {
  background-color: transparent;
  margin-bottom: 0 !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}

.main-newsletter div.gform_wrapper .gfield_error .validation_message {
  opacity: 0.75;
  color: #ff0000;
  font-family: "museo-sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding-top: 0;
  padding-right: 10px;
  padding-left: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 6000;
}

.main-newsletter div.gform_wrapper .gfield_label {
  position: absolute;
  top: 2px;
  left: 11px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-family: "museo-sans", sans-serif;
  transition: all 0.2s linear;
  line-height: inherit !important;
  cursor: text;
}

.gfield_error .main-newsletter div.gform_wrapper .gfield_label {
  color: #fff;
  margin-top: 0;
}

.main-newsletter div.gform_wrapper .gfield_label .gfield_required {
  margin-left: 0;
  color: inherit;
}

@media (max-width: 767px) {
  .main-newsletter div.gform_wrapper .gfield_label {
    font-size: 14px;
    line-height: 16px;
    top: 5px;
    left: 7px;
  }
}

.main-newsletter div.gform_wrapper .gfield_label.extra-hover {
  opacity: 0.75;
  color: #ffffff;
  cursor: pointer;
}

.main-newsletter div.gform_wrapper .gfield_error .gfield_label {
  color: #ff0000;
}

.main-newsletter div.gform_wrapper .gfield_error input[type="text"] {
  border: none !important;
  border-bottom: 2px solid #ff0000 !important;
}

.main-newsletter div.gform_wrapper .ginput_container input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']) {
  width: 100% !important;
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-family: "museo-sans", sans-serif;
  padding: 1px 9px 6px 9px !important;
  border: none !important;
  border-bottom: 2px solid rgba(238, 238, 238, 0.69) !important;
  transition: all 0.2s linear;
}

@media (max-width: 767px) {
  .main-newsletter div.gform_wrapper .ginput_container input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']) {
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 1px 5px 7px !important;
  }
}

.main-newsletter div.gform_wrapper .ginput_container input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']):hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.69);
}

.main-newsletter div.gform_wrapper ::placeholder {
  font-size: 0;
}

.main-newsletter div.gform_wrapper ul.gform_fields li.gfield {
  padding-left: 0 !important;
}

.main-newsletter div.gform_wrapper .gform_button.button {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.7);
  transition: all 0.2s linear;
}

.main-newsletter div.gform_wrapper .gform_button.button:hover {
  background-color: #ffffff;
  border-color: #fff;
  color: #688026;
}

.main-newsletter div.gform_wrapper .gform_body {
  flex: 1;
  margin: 0;
}

@media (max-width: 767px) {
  .main-newsletter div.gform_wrapper .gform_body {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.main-newsletter div.gform_wrapper .gform_footer {
  padding-top: 1px;
  flex: 0 0 178px;
  max-width: 178px;
  text-align: center;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .main-newsletter div.gform_wrapper .gform_footer {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.main-newsletter div.gform_wrapper .gform_footer br {
  display: none;
}

.main-newsletter div.gform_wrapper .gform_footer p {
  margin: 0;
}

.main-newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0;
  position: absolute;
}

.main-newsletter .gform_validation_error .gfield .gfield_label {
  font-weight: 700 !important;
  font-size: 12px !important;
  top: -20px !important;
}

@media (max-width: 767px) {
  .main-newsletter .gform_validation_error .gfield .gfield_label {
    top: -17px !important;
  }
}

@media (max-width: 767px) {
  .main-newsletter .gform_validation_error .gform_footer {
    margin-top: 40px;
  }
}

.main-newsletter .gform_confirmation_message {
  color: #fff;
  text-align: center;
}

.back-to-top {
  border: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  color: #688026;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  display: block;
  display: flex;
  align-items: center;
  left: 0;
  position: sticky;
  transition: top .2s linear;
  top: 90vh;
  height: 20px;
  bottom: 376px;
}

.tablet .back-to-top {
  top: calc(var(--vh100, 1vh) * 90);
}

.back-to-top:focus, .back-to-top:active {
  color: #688026;
}

.back-to-top svg {
  height: 10px;
  width: 28px;
  transform: rotate(-90deg);
}

.back-to-top__wrapper {
  padding-top: 50px;
  margin-bottom: 40px;
  flex: 1;
  position: relative;
  z-index: 2;
  overflow: visible;
  display: flex;
  flex-direction: row;
}

@media (max-width: 991px) {
  .back-to-top__wrapper {
    display: none;
  }
}

.posts-container {
  position: relative;
}

.posts-container .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 13;
  background-color: rgba(255, 255, 255, 0.3);
}

.posts-container .ajax-loader .icon {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  background-image: url("../gif/journeys-loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px 80px;
}

.custom-breadcrumbs__wrapper {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .custom-breadcrumbs__wrapper {
    position: static;
    color: #333;
  }
}

.custom-breadcrumbs__wrapper svg * {
  fill: #fff;
}

@media (max-width: 767px) {
  .custom-breadcrumbs__wrapper svg * {
    fill: #333;
  }
}

.custom-breadcrumbs__wrapper a {
  color: #fff;
}

@media (max-width: 767px) {
  .custom-breadcrumbs__wrapper a {
    color: #333 !important;
  }
}

.custom-breadcrumbs__wrapper a:hover {
  color: #fff;
}

.custom-breadcrumbs__desktop {
  padding: 10px 0;
}

.custom-breadcrumbs__desktop .breadcrumbs-separator {
  display: inline-block;
  margin-left: 6px;
  margin-right: 3px;
  transform: rotate(90deg);
}

.custom-breadcrumbs__desktop .breadcrumbs li {
  display: inline-block;
}

@media (max-width: 767px) {
  .custom-breadcrumbs__desktop {
    display: none;
  }
}

.custom-breadcrumbs__mobile {
  display: none;
  padding: 10px 0;
}

.custom-breadcrumbs__mobile .back-link__icon {
  display: inline-block;
  margin-right: 10px;
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .custom-breadcrumbs__mobile {
    display: block;
  }
}

.btn__contact {
  background: transparent;
  border: 2px solid #7c992e;
  border-radius: 22px;
  cursor: pointer;
  font-family: "museo-sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 11px 24px;
  line-height: initial;
  transition: 0.3s ease-in-out;
}

.btn__contact:hover {
  color: white;
  background: #7c992e;
}

.explore-by__heading {
  color: #666;
  font-size: 14px;
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: initial;
}

.explore-by__navigation > li {
  transition: 0.2s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .explore-by__navigation > li {
    max-width: 320px;
  }
}

.explore-by__navigation > li.active, .explore-by__navigation > li:hover {
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  .explore-by__navigation > li.active > a, .explore-by__navigation > li:hover > a {
    border-bottom-color: #c2d982;
    color: #7c992e;
  }
  .explore-by__navigation > li.active > a::after, .explore-by__navigation > li:hover > a::after {
    right: 0;
  }
  .explore-by__navigation > li.active > a::before, .explore-by__navigation > li:hover > a::before {
    width: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .explore-by__navigation > li:not(:last-child) {
    margin-bottom: 19px;
  }
}

.explore-by__navigation > li > a {
  border-bottom: 2px solid #ccc;
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: 900;
  padding: 15px 10px;
  transition: 0.2s ease-in-out;
  position: relative;
}

.explore-by__navigation > li > a::after {
  content: url("../svg/vector.svg");
  background: transparent;
  position: absolute;
  width: auto;
  right: 10px;
  display: inline-block;
  height: auto;
  bottom: 50%;
  transform: translateY(50%);
}

@media screen and (max-width: 1199px) {
  .explore-by__navigation > li > a::after {
    right: 35px;
    left: auto;
  }
}

.explore-by__navigation > li > a::before {
  height: 2px;
  width: 0;
  background-color: #7c992e;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(50%);
  transition: width 0.2s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .explore-by__navigation > li > a::before {
    content: '';
  }
}

.disabled {
  display: none;
}

.desktop-header {
  min-height: 90px;
}

@media screen and (max-width: 1199px) {
  .desktop-header {
    display: none;
  }
}

.desktop-header .primary {
  background-color: var(--purple);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.desktop-header .primary .navigation-list {
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.desktop-header .primary .navigation-list a {
  color: #fff;
  padding: 0 19px;
  display: flex;
  align-items: center;
  height: 100%;
}

.desktop-header .primary .navigation-list svg {
  margin-right: 4px;
  vertical-align: sub;
}

.desktop-header .primary .navigation-list li {
  position: relative;
  height: 40px;
  transition: background-color 0.3s ease-in-out;
}

.desktop-header .primary .navigation-list li:hover {
  background-color: #401A33;
}

.desktop-header .primary .navigation-list li:hover::after {
  background: rgba(255, 255, 255, 0) !important;
}

.desktop-header .primary .navigation-list li:not(:last-child)::after {
  content: '';
  position: absolute;
  height: 23px;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease-in-out;
}

.desktop-header .secondary.sticky + .experiences__header.active {
  top: 90px;
  height: calc(100vh - 90px);
}

.desktop-header .secondary {
  background-color: #fffdfa;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px 0 38px;
  height: 90px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}

.desktop-header .secondary.sticky {
  position: fixed;
}

.desktop-header .secondary .secondary-left .navigation-list li {
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.desktop-header .secondary .secondary-left .navigation-list li:not(:last-child) {
  margin-right: 38px;
}

.desktop-header .secondary .secondary-right {
  transition: 0.5s ease-in-out;
}

.desktop-header .secondary .secondary-right .navigation-list li:not(:first-child) {
  margin-left: 42px;
}

.desktop-header .secondary .secondary-right .navigation-list li:last-child {
  margin-left: 16px;
}

.desktop-header .secondary .secondary-right .navigation-list li svg {
  margin-right: 3px;
}

.desktop-header .secondary .secondary-logo {
  margin-top: 13px;
  height: 92px;
  position: relative;
  margin-left: 39px;
  z-index: 10;
  max-width: 200px;
  width: 100%;
}

.desktop-header .secondary .secondary-logo a::after {
  content: unset;
}

.desktop-header .secondary .navigation-experiences .experiences__btn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  align-items: center;
  padding-left: 0;
  transition: color 0.3s ease-in-out;
}

.desktop-header .secondary .navigation-experiences .experiences__btn:hover {
  color: #688026;
}

.desktop-header .secondary .burger {
  width: 20px;
  margin-right: 12px;
}

.desktop-header .secondary .burger > span {
  background-color: #7c992e;
  height: 2px;
  width: 20px;
  display: block;
  position: relative;
  transition: 0.1s ease-in-out;
}

.desktop-header .secondary .burger > span::after, .desktop-header .secondary .burger > span::before {
  content: "";
  background: #7c992e;
  position: absolute;
  height: 2px;
  display: block;
  transition-delay: 25ms;
  transition: 0.3s ease-in-out;
}

.desktop-header .secondary .burger > span::before {
  width: 20px;
  top: -5px;
}

.desktop-header .secondary .burger > span::after {
  top: 5px;
  width: 12px;
}

.desktop-header .secondary .burger.active > span {
  width: 0;
}

.desktop-header .secondary .burger.active > span::after {
  top: 0;
  width: 20px;
  transform: rotate(-45deg);
}

.desktop-header .secondary .burger.active > span::before {
  top: 0;
  transform: rotate(45deg);
}

.desktop-header .secondary .navigation-list {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
}

.desktop-header .secondary .navigation-list .navigation-list__phone {
  font-weight: 300;
}

.desktop-header .secondary .navigation-list .navigation-list__phone .navigation-list__link:hover {
  color: inherit;
}

.desktop-header .secondary .navigation-list .navigation-list__link {
  color: inherit;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}

.desktop-header .secondary .navigation-list .navigation-list__link:hover {
  color: #688026;
}

.desktop-header .experiences__header {
  position: fixed;
  height: calc(100vh - 90px - 40px);
  width: 100%;
  left: -100%;
  z-index: 9;
  top: 130px;
  transition: left 0.5s ease-in-out;
  background-color: #fffdfa;
  padding-top: 61px;
}

.desktop-header .experiences__header > .container {
  position: relative;
  z-index: 10;
}

.desktop-header .experiences__header::after {
  content: '';
  background-image: url("../svg/tribal-full-3.svg");
  background-repeat: repeat-x;
  background-position-x: 47px;
  background-position-y: bottom;
  position: absolute;
  width: 100%;
  height: calc(100vh / 5);
  bottom: 0;
  transform: rotate(180deg);
  z-index: 6;
}

@media screen and (min-height: 875px) {
  .desktop-header .experiences__header::after {
    height: calc(100vh / 3.7);
  }
}

.desktop-header .experiences__header.active {
  left: 0;
}

.desktop-header .experiences__header .second-level {
  transition: height 0.4s ease-in-out;
}

.desktop-header .experiences__header .second-level ul > li {
  opacity: 0;
  margin-left: 0;
  transition: 0.3s ease-in-out;
}

.desktop-header .experiences__header .second-level.visible ul > li {
  opacity: 1;
  margin-left: 48px;
}

.desktop-header .experiences__header .third-level {
  transition: height 0.4s ease-in-out;
}

.desktop-header .experiences__header .third-level ul > li {
  opacity: 0;
  margin-left: 0;
  transition: 0.3s ease-in-out;
}

.desktop-header .experiences__header .third-level.visible ul > li {
  opacity: 1;
  padding-left: 16px;
}

.desktop-header .experiences__header .second-column {
  margin: 28px 0 0;
  max-width: 304px;
}

.desktop-header .experiences__header .second-column.children-opened li:not(.active) a {
  color: rgba(34, 34, 34, 0.522);
}

.desktop-header .experiences__header .second-column li {
  position: relative;
  cursor: pointer;
}

.desktop-header .experiences__header .second-column li::before {
  content: '';
}

.desktop-header .experiences__header .second-column li .second-column__link {
  color: #222;
  display: inline-block;
  padding: 14px 0 14px 2px;
  font-family: "museo-sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  position: relative;
  transition: color 0.3s ease-in-out;
}

.desktop-header .experiences__header .second-column li .second-column__link::after {
  content: '';
  background-color: #c2d982;
  height: 8px;
  width: 0;
  bottom: 12px;
  right: 100%;
  left: -7px;
  transition: right 0.2s ease-in-out, left 0.2s ease-in-out;
  z-index: -1;
  position: absolute;
}

.desktop-header .experiences__header .second-column li.has-children::before {
  content: url("../svg/vector.svg");
  background: transparent;
  width: auto;
  right: 9px;
  height: auto;
  bottom: 50%;
  position: absolute;
  transform: translateY(50%);
}

.desktop-header .experiences__header .second-column li.active .second-column__link, .desktop-header .experiences__header .second-column li:hover .second-column__link {
  color: #222;
}

.desktop-header .experiences__header .second-column li.active .second-column__link::after, .desktop-header .experiences__header .second-column li:hover .second-column__link::after {
  right: -7px;
  width: auto;
  left: -7px;
}

.desktop-header .experiences__header .third-column {
  margin-top: 42px;
}

.desktop-header .experiences__header .third-column.two-columns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.desktop-header .experiences__header .third-column.two-columns li {
  flex: 1 0 50%;
  width: 50%;
}

.desktop-header .experiences__header .third-column li {
  line-height: 18px;
}

.desktop-header .experiences__header .third-column li:not(:last-child) {
  margin-bottom: 27px;
}

.desktop-header .experiences__header .third-column li .third-column__link {
  font-family: "museo-sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}

.desktop-header .experiences__header .third-column li .third-column__link:hover {
  color: #7c992e;
}

.desktop-header .experiences__header .third-column li .third-column__link::after {
  content: unset;
}

.mobile__header {
  height: 54px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fffdfa;
}

@media screen and (min-width: 1200px) {
  .mobile__header {
    display: none;
  }
}

.single-tour .mobile__header {
  position: unset;
}

.single-extensions .mobile__header {
  position: unset;
}

.mobile__header a:after {
  content: unset;
}

.mobile__header .mobile__logo a {
  display: block;
  line-height: 0;
}

.mobile__header .mobile__logo svg, .mobile__header .mobile__logo img {
  max-height: 48px;
  max-width: 105px;
}

.mobile__header .mobile__nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mobile__header .mobile__nav button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile__header .mobile__nav button.search__btn {
  padding-right: 18px;
  margin-left: 3px;
}

.mobile__header .mobile__nav button.search__btn svg {
  height: 18px;
  width: 18px;
}

.mobile__header .mobile__nav button.phone__btn {
  padding: 0 18px;
}

.mobile__header .mobile__nav button.phone__btn svg {
  height: 16px;
  width: 16px;
}

.mobile__header .mobile__nav button.btn__nav {
  padding-left: 18px;
}

.mobile__header .mobile__nav button a {
  line-height: 0;
}

.mobile__header .mobile__nav button:not(:last-child) {
  border-right: 1px solid #ddd;
}

.mobile__header .mobile__nav .burger {
  width: 20px;
}

.mobile__header .mobile__nav .burger > span {
  background-color: #7c992e;
  height: 2px;
  width: 20px;
  display: block;
  position: relative;
  transition: 0.1s ease-in-out;
}

.mobile__header .mobile__nav .burger > span::after, .mobile__header .mobile__nav .burger > span::before {
  content: "";
  background: #7c992e;
  position: absolute;
  height: 2px;
  display: block;
  transition-delay: 25ms;
  transition: 0.3s ease-in-out;
}

.mobile__header .mobile__nav .burger > span::before {
  width: 20px;
  top: -5px;
}

.mobile__header .mobile__nav .burger > span::after {
  top: 5px;
  width: 20px;
}

.mobile__header .mobile__nav .burger.active > span {
  width: 0;
}

.mobile__header .mobile__nav .burger.active > span::after {
  top: 0;
  transform: rotate(-45deg);
}

.mobile__header .mobile__nav .burger.active > span::before {
  top: 0;
  transform: rotate(45deg);
}

.mobile__header .mobile__navigation {
  background-color: #fffdfa;
  position: fixed;
  width: 100%;
  right: -100%;
  top: 54px;
  height: calc(100vh - 54px);
  overflow-y: auto;
  padding-bottom: 20px;
  transition: right 0.3s ease-in-out;
  z-index: 10;
}

.mobile__header .mobile__navigation::after {
  content: '';
  background-image: url("../svg/tribal-full-3.svg");
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (orientation: landscape) {
  .mobile__header .mobile__navigation::after {
    content: unset;
  }
}

@media screen and (min-height: 540px) {
  .mobile__header .mobile__navigation::after {
    height: 100px;
  }
}

@media screen and (min-width: 768px) {
  .mobile__header .mobile__navigation::after {
    background-size: 75%;
    height: 200px;
  }
}

.mobile__header .mobile__navigation.open {
  right: 0;
}

.mobile__header .mobile__navigation .primary__nav--container {
  padding-top: 6px;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 992px) {
  .mobile__header .mobile__navigation .primary__nav--container {
    margin-top: 30px;
  }
}

.mobile__header .mobile__navigation .primary__nav--container .primary__nav .primary__nav--item {
  color: #333333;
  font-family: "museo-sans", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
  position: relative;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 992px) {
  .mobile__header .mobile__navigation .primary__nav--container .primary__nav .primary__nav--item {
    font-size: 20px;
    line-height: 24px;
  }
}

.mobile__header .mobile__navigation .primary__nav--container .primary__nav .primary__nav--item a {
  border-bottom: 1px solid #cccccc;
  display: block;
  padding: 20px 35px;
}

.mobile__header .mobile__navigation .primary__nav--container .primary__nav .primary__nav--item.primary__nav--submenu::after {
  content: url("../svg/vector.svg");
  background: transparent;
  width: auto;
  right: 30px;
  height: auto;
  bottom: 50%;
  position: absolute;
  transform: translateY(50%);
}

.mobile__header .mobile__navigation .secondary__nav--container {
  margin-top: 29px;
  padding: 0 35px;
}

@media screen and (min-width: 992px) {
  .mobile__header .mobile__navigation .secondary__nav--container {
    padding: 0 40px;
  }
}

.mobile__header .mobile__navigation .secondary__nav--container .secondary__nav .secondary__nav--item {
  color: #333333;
  font-family: "museo-sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

@media screen and (min-width: 992px) {
  .mobile__header .mobile__navigation .secondary__nav--container .secondary__nav .secondary__nav--item {
    font-size: 16px;
    line-height: 20px;
  }
}

.mobile__header .mobile__navigation .secondary__nav--container .secondary__nav .secondary__nav--item:not(:last-child) {
  margin-bottom: 16px;
}

.mobile__header .mobile__navigation .submenu__nav {
  position: fixed;
  background: #fffdfa;
  top: 54px;
  height: calc(100vh - 54px);
  right: -100%;
  width: 100%;
  z-index: 11;
  transition: right 0.3s ease-in-out;
}

.mobile__header .mobile__navigation .submenu__nav.hidden {
  display: none;
}

.mobile__header .mobile__navigation .submenu__nav.visible {
  right: 0;
}

.mobile__header .mobile__navigation .submenu__nav .explore-by__heading {
  padding: 24px 35px 0;
}

.mobile__header .mobile__navigation .submenu__nav .submenu__heading {
  background-color: #7c992e;
  color: #fff;
  cursor: pointer;
  font-family: "museo-sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 22px;
  text-align: center;
  position: relative;
}

.mobile__header .mobile__navigation .submenu__nav .submenu__heading::before {
  content: url("../svg/vector-white.svg");
  background: transparent;
  position: absolute;
  width: auto;
  left: 20px;
  display: inline-block;
  height: auto;
  bottom: 50%;
  transform: translateY(50%) rotate(180deg);
}

.mobile__header .submenu__content {
  overflow-y: auto;
  height: calc(100vh - 54px - 60px);
}

.mobile__header .submenu__content .column__heading {
  background-color: #7c992e;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 22px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile__header .submenu__content .column__heading::before {
  content: url("../svg/vector-white.svg");
  background: transparent;
  position: absolute;
  left: 20px;
  display: inline-block;
  transform: rotate(180deg);
}

.mobile__header .submenu__content .experience__item {
  background: #fffdfa;
  z-index: 12;
  transition: right 0.3s ease-in-out;
}

.mobile__header .submenu__content .experience__item:not(.has-children) > a::after {
  content: unset;
}

.mobile__header .submenu__content .experience__item.has-children > a::after {
  content: url("../svg/vector.svg");
  z-index: 12;
}

.mobile__header .submenu__content .experience__item .second-column {
  z-index: 13;
}

.mobile__header .submenu__content .experience__item .second-column > ul {
  z-index: 14;
}

.mobile__header .submenu__content .experience__item .third-column {
  z-index: 15;
}

.mobile__header .submenu__content .experience__item .third-column > ul {
  z-index: 16;
}

.mobile__header .submenu__content .experience__item .second-column,
.mobile__header .submenu__content .experience__item .third-column {
  position: fixed;
  top: 54px;
  width: 100%;
  right: -100%;
  transition: right 0.3s ease-in-out;
  background-color: #fffdfa;
  overflow: hidden;
}

.mobile__header .submenu__content .experience__item .second-column > ul,
.mobile__header .submenu__content .experience__item .third-column > ul {
  background-color: #fffdfa;
  height: calc(100vh - 54px - 60px);
  overflow-y: auto;
}

.mobile__header .submenu__content .experience__item .second-column > ul a,
.mobile__header .submenu__content .experience__item .third-column > ul a {
  font-weight: 700;
}

.mobile__header .submenu__content .experience__item.active > .second-column {
  right: 0;
  transition: right 0.3s ease-in-out;
}

.mobile__header .submenu__content .experience__item.active > .second-column a::before {
  content: unset;
}

.mobile__header .submenu__content .experience__item.active .second__column--item {
  right: -100%;
  background-color: #fffdfa;
  transition: right 0.3s ease-in-out;
}

.mobile__header .submenu__content .experience__item.active .second__column--item.has-children > a::after {
  content: url("../svg/vector.svg");
  background: transparent;
  position: absolute;
  width: auto;
  right: 35px;
  left: auto;
  display: inline-block;
  height: auto;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 12;
}

.mobile__header .submenu__content .experience__item.active .second__column--item.active > .third-column {
  right: 0;
  transition: right 0.3s ease-in-out;
}

.mobile__header .submenu__content .experience__item.active .second__column--item.active > .third-column a::before {
  content: unset;
}

.mobile__header .submenu__content .experience__item.active .second__column--item.active > .third-column li a::before, .mobile__header .submenu__content .experience__item.active .second__column--item.active > .third-column li a::after {
  content: unset;
}

.mobile__header .submenu__content .hidden {
  display: none;
}

@media (max-width: 991px) {
  .mobile__header.not-sticky {
    position: static;
  }
}

.single-tour .footer {
  padding-top: 112px;
}

@media screen and (max-width: 767px) {
  .single-tour .footer {
    padding-top: 49px;
  }
}

.single-in_the_news .footer {
  padding-top: 106px;
}

@media screen and (max-width: 767px) {
  .single-in_the_news .footer {
    padding-top: 50px;
  }
}

.footer {
  background-color: #401a33;
  color: #fff;
  padding-top: 93px;
  padding-bottom: 11px;
  position: relative;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 47px 6px 18px;
  }
}

.footer__curve {
  position: absolute;
  top: -1px;
  background-color: #fffdfa;
  display: flex;
  align-items: flex-end;
  height: calc(100vw / 30);
  width: calc(100% + 30px);
  left: -15px;
  right: -15px;
}

.footer__curve:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #401a33;
}

.footer__curve svg {
  width: 100%;
}

.footer__curve svg, .footer__curve svg * {
  fill: #401a33;
}

.footer .c-btn {
  border-color: #fffdfa;
  color: #401a33;
  margin: 9px 0 0 -7px;
  min-width: 166px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .footer .c-btn {
    margin: 25px 0 0;
  }
}

@media (max-width: 575px) {
  .footer .c-btn {
    width: 100%;
    padding: 12px 18px;
  }
}

.footer .c-btn:hover {
  color: #688026;
}

.footer .footer__navigation--heading {
  color: #fbf3e5;
  font-family: "museo-sans", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .footer .footer__navigation--heading {
    font-size: 12px;
    letter-spacing: 0.6px;
    margin-bottom: 1px;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer__navigation {
    margin-top: 5px;
  }
}

.footer .footer__navigation .footer__navigation--item {
  margin: 0 0 -1px;
}

@media screen and (max-width: 767px) {
  .footer .footer__navigation .footer__navigation--item {
    line-height: 27px;
    margin: 0;
  }
}

.footer .footer__navigation .footer__navigation--item a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.footer .footer__navigation .footer__navigation--item a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  bottom: 0;
  right: 0;
  background: #fff;
  transition: width .2s ease;
  z-index: 2;
}

.footer .footer__navigation .footer__navigation--item a:hover:after {
  width: 100%;
  left: 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .footer .footer__navigation .footer__navigation--item a {
    font-size: 12px;
    line-height: 15px;
  }
}

.footer .footer__contact {
  margin-left: -9px;
}

@media screen and (max-width: 767px) {
  .footer .footer__contact {
    display: flex;
    justify-content: space-between;
    margin-left: -3px;
    margin-top: 5px;
  }
}

.footer .footer__contact .footer__contact--item {
  margin-top: 15px;
}

.footer .footer__contact .footer__contact--item .icon {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  transition: 0.3s ease-in-out;
}

.footer .footer__contact .footer__contact--item .icon svg,
.footer .footer__contact .footer__contact--item .icon svg path {
  transition: 0.3s ease-in-out;
}

.footer .footer__contact .footer__contact--item:not(:first-child) {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .footer .footer__contact .footer__contact--item:first-child {
    margin-left: 2px;
  }
  .footer .footer__contact .footer__contact--item:last-child {
    margin-right: 4px;
  }
}

.footer .footer__contact .footer__contact--item a {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "museo-sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .footer .footer__contact .footer__contact--item a {
    font-size: 14px;
  }
}

.footer .footer__contact .footer__contact--item a:hover .icon {
  background-color: #fff;
  border-color: #fff;
}

.footer .footer__contact .footer__contact--item a:hover svg,
.footer .footer__contact .footer__contact--item a:hover svg path {
  fill: #401a33;
}

.footer .footer__featured {
  margin-top: 13px;
  padding-bottom: 18px;
  position: relative;
}

.footer .footer__featured::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(140, 98, 126, 0.5);
}

@media (max-width: 767px) {
  .footer .footer__featured::before {
    left: -15px;
    right: -15px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer__featured {
    padding-bottom: 19px;
    margin: 33px -10px 0;
  }
}

.footer .footer__featured .footer__featured--heading {
  color: #8c627e;
  font-family: "museo-sans", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: uppercase;
  padding: 23px 0 7px;
  margin: 0 0 1px;
}

@media screen and (max-width: 767px) {
  .footer .footer__featured .footer__featured--heading {
    padding: 32px 0 3px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}

.footer .footer__featured .footer__featured--items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer__featured .footer__featured--items img,
.footer .footer__featured .footer__featured--items svg {
  max-width: 100%;
}

@media (max-width: 575px) {
  .footer .footer__featured .footer__featured--items {
    margin: 0 -10px;
  }
  .footer .footer__featured .footer__featured--items svg {
    height: 60px;
  }
}

.footer .footer__featured .footer__featured--items figure {
  flex: 0 0 33%;
  max-width: 270px;
  padding: 0 35px;
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .footer .footer__featured .footer__featured--items figure {
    padding: 0;
  }
}

.footer .footer__featured .footer__featured--items figure a {
  display: flex;
  align-items: center;
}

.footer .footer__featured .footer__featured--items figure a::after {
  content: unset;
}

.footer .copyright {
  color: #8c627e;
  font-family: "museo-sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) {
  .footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.footer .copyright .copyright__nav {
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer .copyright .copyright__nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .footer .copyright .copyright__nav .copyright_item:not(:first-child) {
    margin-left: 35px;
  }
}

@media screen and (max-width: 767px) {
  .footer .copyright .copyright__nav .copyright_item {
    line-height: 12px;
    margin-top: 4px;
  }
  .footer .copyright .copyright__nav .copyright_item:first-child {
    flex: 1 0 100%;
    text-align: center;
    margin-top: 0;
  }
  .footer .copyright .copyright__nav .copyright_item:last-child {
    margin-left: 10px;
  }
}

.footer .copyright .copyright__nav .copyright_item a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .footer .copyright .created-by {
    text-align: center;
    margin-top: 16px;
  }
}

.footer .copyright .created-by a {
  box-shadow: unset;
  color: inherit;
}

.search-modal {
  background-color: #401a33;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  padding-top: 246px;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.search-modal.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

@media screen and (max-width: 1199px) {
  .search-modal {
    padding-top: 146px;
  }
}

@media (max-height: 576px) {
  .landscape .search-modal {
    padding-top: 90px;
  }
}

.search-modal label {
  width: 100%;
}

.search-modal::before, .search-modal::after {
  content: '';
  position: absolute;
  width: 100%;
}

.search-modal::before {
  background-image: url("../svg/tribal-full-3.svg");
  background-repeat: repeat-x;
  background-position-x: 47px;
  height: 555px;
  bottom: -250px;
  opacity: 0.2;
}

@media screen and (max-width: 1199px) {
  .search-modal::before {
    bottom: -350px;
  }
}

@media (max-height: 576px) {
  .landscape .search-modal::before {
    height: 455px;
  }
}

.search-modal::after {
  background-image: linear-gradient(180deg, #401a33 0%, rgba(64, 26, 51, 0) 100%);
  height: 380px;
  bottom: 0;
}

@media screen and (max-width: 1199px) {
  .search-modal::after {
    bottom: -100px;
    height: 305px;
  }
}

@media (max-height: 576px) {
  .landscape .search-modal::after {
    height: 250px;
  }
}

.search-modal .close__search {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .search-modal .close__search {
    right: 18px;
    top: 18px;
  }
}

.search-modal .search__content > form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 253, 250, 0.4);
}

@media screen and (min-width: 1200px) {
  .search-modal .search__content > form {
    padding-bottom: 10px;
  }
}

.search-modal .search__input {
  background: transparent;
  border: none;
  width: 100%;
  color: #ffffff;
  font-family: "museo-sans", sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 48px;
}

@media screen and (max-width: 1199px) {
  .search-modal .search__input {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
  }
}

.search-modal .search__input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
  font-weight: 300;
}

.search-modal .search__icon {
  padding: 0 10px;
  background: transparent;
  border: none;
  line-height: 0;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .search-modal .search__icon {
    padding: 0;
  }
}

@media screen and (max-width: 1199px) {
  .search-modal .search__icon svg {
    width: 18px;
    height: 16px;
  }
}

.overview {
  position: relative;
  padding: 80px 0 134px;
}

@media (max-width: 991px) {
  .overview {
    padding: 36px 0 71px;
  }
}

.overview--sand {
  background-color: #fbf3e5;
}

.overview.overview-blockquote {
  padding: 70px 0 51px;
}

@media (max-width: 991px) {
  .overview.overview-blockquote {
    padding: 36px 0 51px;
  }
}

.overview__curve {
  overflow: hidden;
}

.overview__curve svg {
  position: absolute;
  left: -15px;
  right: -15px;
  z-index: 8;
  width: calc(100% + 30px);
}

.overview__curve svg * {
  fill: #fffdfa;
}

.overview--sand .overview__curve svg * {
  fill: #fbf3e5;
}

.overview__curve--top svg {
  bottom: calc(100% - 1px);
}

.overview__curve--bottom svg {
  transform: rotate(180deg);
  top: calc(100% - 1px);
}

.overview--two-columns .overview__content p {
  column-count: 2;
  column-gap: 30px;
}

@media (max-width: 991px) {
  .overview--two-columns .overview__content p {
    column-count: 1;
  }
}

.overview--pattern {
  background-image: url("../svg/tribal-triangles-3.svg");
  background-repeat: repeat-x;
  background-position: 114px bottom;
}

@media (max-width: 991px) {
  .overview--pattern {
    background-size: 322px;
    background-position: 0px bottom;
  }
}

.overview__extra {
  padding: 41px 0 41px;
}

@media (max-width: 991px) {
  .overview__extra {
    padding: 19px 0 11px;
  }
}

.overview__extra-content {
  display: none;
  margin-top: 22px;
  padding: 62px 0 41px;
  border-top: 1px solid #cccccc;
}

.overview__extra-content h3 {
  font-size: 36px;
  line-height: 48px;
}

.overview__extra-btn-wrapper {
  text-align: center;
}

.overview__extra-block:not(:last-child) {
  margin-bottom: 46px;
}

.overview__extra-btn {
  padding: 0;
  margin: 0;
  border: none;
  color: #688026;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  position: relative;
  cursor: pointer;
  background: transparent;
}

@media (max-width: 991px) {
  .overview__extra-btn {
    font-size: 14px;
    line-height: 16px;
  }
}

.overview__extra-btn:focus {
  color: #688026;
}

.overview__extra-btn:before, .overview__extra-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 2px;
  border-radius: 1px;
  background-color: #7c992e;
}

.overview__extra-btn:before {
  left: -41px;
}

.overview__extra-btn:after {
  right: -41px;
}

.overview__quote {
  text-align: center;
  padding: 46px 0;
}

@media (max-width: 991px) {
  .overview__quote {
    padding: 46px 0 10px;
  }
}

.overview__quote cite {
  color: #333333;
  font-weight: 300;
  font-size: 34px;
  line-height: 48px;
}

@media (max-width: 991px) {
  .overview__quote cite {
    font-size: 21px;
    line-height: 32px;
    letter-spacing: normal;
    font-weight: 500;
  }
}

.overview__quote .overview__quote-text p:first-child:before,
.overview__quote .overview__quote-text p:last-child:after {
  content: unset;
}

.overview__quote cite:before, .overview__quote cite:after {
  content: unset;
}

.overview__quote .author {
  font-style: normal;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .overview__quote .author {
    bottom: 8px;
  }
}

.overview__quote-icon * {
  width: 52px;
  height: 37px;
}

@media (max-width: 991px) {
  .overview__quote-icon * {
    width: 41px;
    height: 29px;
  }
}

.overview__quote-text {
  margin: 16px 0 0;
  padding: 11px 1px 52px;
}

.overview__quote-text p::before, .overview__quote-text p::after {
  content: unset;
}

@media (max-width: 767px) {
  .overview__quote-text {
    padding: 6px 0 44px 0;
  }
}

@media (max-width: 991px) {
  .overview__quote-text {
    margin-top: 11px;
  }
}

.team-grid {
  padding: 122px 0 30px;
}

@media (max-width: 991px) {
  .team-grid {
    padding: 39px 0 30px;
  }
}

@media (max-width: 767px) {
  .team-grid {
    padding: 39px 0 32px;
  }
}

.team-grid + .cta {
  margin-top: 59px;
}

@media (max-width: 991px) {
  .team-grid + .cta {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .team-grid + .cta {
    margin-top: 0;
  }
}

.team-grid__cards .row > div[class^="col"] {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .team-grid__cards .row > div[class^="col"] {
    margin-bottom: 25px;
  }
}

.team-grid__cards-single {
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 45px;
  overflow: hidden;
  transform: scale(1);
  transition: .2s all linear;
  height: 100%;
}

.team-grid__cards-single:hover {
  transform: scale(1.074);
}

@media (max-width: 767px) {
  .team-grid__cards-single:hover {
    transform: scale(1.04);
  }
}

.team-grid__cards-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
}

.team-grid__cards-wrapper img {
  height: 100%;
  width: 100%;
}

.team-grid__cards-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.65;
}

@media (max-width: 991px) {
  .team-grid__cards-wrapper:after {
    height: 105px;
  }
}

.team-grid__cards-description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 23px;
  color: white;
  z-index: 2;
}

@media (max-width: 991px) {
  .team-grid__cards-description {
    bottom: 15px;
  }
}

.team-grid__cards-name {
  color: white;
  line-height: 28px;
  margin: 0;
}

@media (max-width: 991px) {
  .team-grid__cards-name {
    font-size: 18px;
    line-height: 22px;
  }
}

.team-grid__cards-label {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  background-color: #7c992e;
  margin-bottom: 11px;
  line-height: 1.5em;
  padding: 3px 9px;
}

@media (max-width: 991px) {
  .team-grid__cards-label {
    font-size: 12px;
    margin-bottom: 8px;
    padding: 2px 10px;
  }
}

.team-grid__img-placeholder {
  display: block;
  padding-top: calc(400/350 * 100%);
}

.quote-card {
  background-color: #fbf3e5;
  height: 100%;
  text-align: center;
  position: relative;
}

@media (max-width: 575px) {
  .quote-card {
    margin: 0 -20px;
  }
}

.quote-card:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 115px;
  background-image: url("../svg/tribal-full-new-hero.svg");
  background-repeat: repeat-x;
  background-size: cover;
  opacity: 0.95;
}

@media (max-width: 991px) {
  .quote-card:after {
    height: 84px;
    background-size: 300px 268px;
  }
}

.quote-card__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 15px 30px 10px;
}

@media (max-width: 991px) {
  .quote-card__wrapper {
    padding: 15px 6px 10px;
  }
}

@media (max-width: 575px) {
  .quote-card__wrapper {
    padding: 34px 26px 44px;
  }
}

.quote-card__quote-mark {
  margin-bottom: 21px;
}

@media (max-width: 991px) {
  .quote-card__quote-mark {
    margin-bottom: 13px;
  }
}

.quote-card__quote-mark > * {
  width: 41px;
  height: 29px;
}

.quote-card__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .quote-card__text {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 23px;
  }
}

.quote-card__author {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.6px;
}

@media (max-width: 991px) {
  .quote-card__author {
    font-size: 13px;
    font-weight: 500;
  }
}

.quote-card__name {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .quote-card__name {
    text-transform: none;
  }
}

.post__filters {
  margin: 0 0 84px;
}

@media (max-width: 991px) {
  .post__filters {
    margin: 0 0 37px;
  }
}

.post__filters-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.post__filters-item:not(:last-child) {
  margin-right: 55px;
}

@media (max-width: 991px) {
  .post__filters-item:not(:last-child) {
    margin-right: 14px;
  }
}

.post__filters-btn {
  padding: 0;
  border: none;
  background: none;
  outline: none !important;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 991px) {
  .post__filters-btn {
    font-size: 13px;
  }
}

.post__filters-btn:before {
  content: '';
  position: absolute;
  width: calc(100% + 6px);
  bottom: 2px;
  left: -3px;
  height: 2px;
  background-color: #7c992e;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.2s linear;
}

@media (max-width: 991px) {
  .post__filters-btn:before {
    width: calc(100% + 4px);
    left: -2px;
    bottom: -2px;
  }
}

.post__filters-btn:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.post__filters-btn.current-filter:before {
  visibility: visible;
  transform: scaleX(1);
}

.flexible-content {
  padding: 83px 0 44px;
}

.teammate-links {
  display: flex;
  justify-content: space-between;
  padding: 33px 0;
}

@media (max-width: 991px) {
  .teammate-links {
    padding: 25px 2px 27px;
  }
}

.teammate-links__bottom .teammate-links {
  padding: 33px 0 0;
}

@media (max-width: 991px) {
  .teammate-links__bottom .teammate-links {
    padding: 24px 0 17px;
  }
}

.teammate-links svg {
  width: 29px;
  height: 10px;
}

.teammate-links svg * {
  fill: #fff;
}

.teammate-links__bottom .teammate-links svg * {
  fill: #7c992e;
}

.teammate-links__next, .teammate-links__prev {
  font-weight: 900;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.teammate-links__next:focus, .teammate-links__prev:focus {
  color: #fff;
}

.teammate-links__next:hover, .teammate-links__prev:hover {
  color: inherit;
}

.teammate-links__next:hover span:after, .teammate-links__prev:hover span:after {
  opacity: 1;
}

.teammate-links__bottom .teammate-links__next, .teammate-links__bottom .teammate-links__prev {
  flex: 0 0 40%;
}

@media (max-width: 991px) {
  .teammate-links__bottom .teammate-links__next, .teammate-links__bottom .teammate-links__prev {
    flex: 0 0 50px;
  }
}

.teammate-links__prev svg {
  transform: rotateZ(180deg);
  margin-right: 7px;
}

.teammate-links__bottom .teammate-links__next {
  justify-content: flex-end;
}

.teammate-links__next span {
  margin-right: 11px;
}

.teammate-links__bottom .teammate-links__next span {
  margin-right: 13px;
}

.teammate-links span {
  position: relative;
  display: inline-block;
}

.teammate-links span:after {
  content: '';
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  bottom: 6px;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.2s linear;
}

.teammate-links__bottom .teammate-links span:after {
  background-color: rgba(124, 153, 46, 0.8);
}

@media (max-width: 991px) {
  .teammate-links span {
    display: none;
  }
}

.post-entry--cpt {
  padding-top: 82px;
}

@media screen and (max-width: 767px) {
  .post-entry--cpt {
    padding-top: 36px;
  }
}

.cpt-posts {
  padding: 90px 0;
}

@media (max-width: 991px) {
  .cpt-posts {
    padding: 48px 0;
  }
}

.cpt-posts__link {
  display: block;
}

.cpt-posts__link:not(:last-child) {
  margin-bottom: 65px;
}

@media (max-width: 991px) {
  .cpt-posts__link:not(:last-child) {
    margin-bottom: 48px;
  }
}

.cpt-posts__single-wrapper {
  display: flex;
}

.cpt-posts__single-date {
  flex: 0 0 125px;
  max-width: 125px;
  padding: 0 60px 0 0;
}

@media (max-width: 991px) {
  .cpt-posts__single-date {
    flex: 0 0 42px;
    max-width: 42px;
    padding: 0;
  }
}

.cpt-posts__single-date .cpt-date__wrapper {
  min-width: auto;
}

.cpt-posts__single-date .cpt-date__month {
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .cpt-posts__single-date .cpt-date__month {
    margin-bottom: 0;
  }
}

.cpt-posts__single-date .cpt-date__day {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .cpt-posts__single-date .cpt-date__day {
    margin-bottom: 4px;
  }
}

.cpt-posts__single-content {
  padding: 5px 0 5px 3px;
}

@media (max-width: 991px) {
  .cpt-posts__single-content {
    padding: 0 0 0 11px;
  }
}

.cpt-posts__single-title {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .cpt-posts__single-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 13px;
  }
}

.cpt-posts__single-excerpt {
  padding-left: 3px;
  padding-right: 45px;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .cpt-posts__single-excerpt {
    font-size: 14px;
    line-height: 22px;
    padding-left: 0;
    padding-right: 13px;
    margin-bottom: 23px;
  }
}

.cpt-posts__read-more {
  margin-left: 3px;
}

@media (max-width: 991px) {
  .cpt-posts__read-more {
    margin-left: 0;
  }
}

.cpt-posts__pagination .pagination-wrapper {
  padding: 90px 20px 7px;
}

@media (max-width: 991px) {
  .cpt-posts__pagination .pagination-wrapper {
    padding: 70px 20px 30px;
  }
}

@media (max-width: 767px) {
  .cpt-posts__pagination .pagination-wrapper {
    padding: 68px 20px 17px;
  }
}

.opinion {
  margin-left: 6px;
}

.opinion svg path {
  fill-opacity: 0;
}

.opinion.op-1 svg path:nth-child(-n+1) {
  fill-opacity: 1;
}

.opinion.op-2 svg path:nth-child(-n+2) {
  fill-opacity: 1;
}

.opinion.op-3 svg path:nth-child(-n+3) {
  fill-opacity: 1;
}

.opinion.op-4 svg path:nth-child(-n+4) {
  fill-opacity: 1;
}

.opinion.op-5 svg path:nth-child(-n+5) {
  fill-opacity: 1;
}

.opinion.op-1 svg path:nth-child(-n+1) {
  fill-opacity: 1;
}

.trip-profile__hero {
  position: relative;
}

.trip-profile__hero .trip-profile__slider--wrapper {
  width: 100%;
  position: relative;
}

.trip-profile__hero .trip-profile__slider--nav {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: calc(100% - 20px);
  display: flex;
}

@media screen and (max-width: 991px) {
  .trip-profile__hero .trip-profile__slider--nav {
    display: none;
  }
}

.trip-profile__hero .trip-profile__slider--nav .prev-arrow,
.trip-profile__hero .trip-profile__slider--nav .next-arrow {
  width: 50%;
  height: 100%;
}

.trip-profile__hero .trip-profile__slider--nav .prev-arrow {
  cursor: url("../cur/prev-arrow.cur"), auto;
}

.trip-profile__hero .trip-profile__slider--nav .next-arrow {
  cursor: url("../cur/next-arrow.cur"), auto;
}

.trip-profile__hero .trip-profile__slider.single-slide .trip-profile__slider--item {
  width: 100vw !important;
}

.trip-profile__hero .trip-profile__slider .trip-profile__slider--item {
  margin-right: 10px;
  width: calc(100vw * 0.89) !important;
}

.trip-profile__hero .trip-profile__slider .trip-profile__slider--item img {
  object-fit: cover;
  width: 100%;
  max-height: 720px;
}

@media screen and (max-width: 991px) {
  .trip-profile__hero .trip-profile__slider .trip-profile__slider--item img {
    height: calc(100vw / 1.75);
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .trip-profile__hero .trip-profile__slider .trip-profile__slider--item img {
    height: calc(100vh - 54px - 10px);
  }
}

@media screen and (min-width: 1200px) {
  .trip-profile__hero .trip-profile__slider .trip-profile__slider--item img {
    height: calc(100vh - 130px - 10px);
  }
}

.trip-profile__details--extensions .details__header {
  padding-bottom: 24px;
}

.trip-profile__details .details__header {
  position: relative;
  top: -99px;
  background: #fffdfa;
  padding-top: 44px;
  border-radius: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
  .trip-profile__details .details__header {
    padding-top: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .trip-profile__details .details__header {
    padding-top: 36px;
  }
}

@media screen and (max-width: 991px) {
  .trip-profile__details .details__header {
    top: 0;
    border-radius: 0;
  }
}

.trip-profile__details .details__header::before, .trip-profile__details .details__header::after {
  content: '';
  position: absolute;
  height: 107px;
  background: #fffdfa;
  top: 0;
}

@media screen and (max-width: 991px) {
  .trip-profile__details .details__header::before, .trip-profile__details .details__header::after {
    content: unset;
  }
}

.trip-profile__details .details__header::before {
  left: -100%;
  width: 100%;
}

.trip-profile__details .details__header::after {
  right: -30px;
  width: 45px;
  border-radius: 0 45px 0 0;
}

.trip-profile__details .details__header h1 {
  margin: 0 0 25px;
  font-size: 60px;
  line-height: 64px;
  z-index: 5;
  position: relative;
}

@media screen and (max-width: 767px) {
  .trip-profile__details .details__header h1 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 4px;
  }
}

.trip-profile__details .details__header .details__heading--subtitle {
  color: #4a4a4a;
  font-family: "museo-sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .trip-profile__details .details__header .details__heading--subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.trip-profile__details .details__header .details__header--list {
  display: flex;
  align-items: flex-start;
  margin-top: 46px;
}

@media screen and (max-width: 767px) {
  .trip-profile__details .details__header .details__header--list {
    flex-wrap: wrap;
    margin-top: 9px;
  }
}

@media screen and (max-width: 767px) {
  .trip-profile__details .details__header .details__header--list .list__item {
    flex: 1 0 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
  }
}

.trip-profile__details .details__header .details__header--list .list__item h6 {
  color: #707070;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin: 0 0 7px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .trip-profile__details .details__header .details__header--list .list__item h6 {
    margin: 0;
    font-size: 12px;
  }
}

.trip-profile__details .details__header .details__header--list .list__item h6 > span {
  margin-left: 5px;
}

.trip-profile__details .details__header .details__header--list .list__item p {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .trip-profile__details .details__header .details__header--list .list__item p {
    font-size: 14px;
    line-height: 16px;
  }
}

.trip-profile__details .details__header .details__header--list .list__item .list__modal-trigger--wrapper {
  display: flex;
  align-items: center;
  line-height: 17px;
}

@media screen and (max-width: 767px) {
  .trip-profile__details .details__header .details__header--list .list__item .list__modal-trigger--wrapper {
    line-height: 16px;
  }
}

@media screen and (min-width: 767px) {
  .trip-profile__details .details__header .details__header--list .list__item:not(:last-child) {
    padding-right: 35px;
    margin-right: 30px;
    position: relative;
  }
  .trip-profile__details .details__header .details__header--list .list__item:not(:last-child)::after {
    content: '';
    right: 0;
    top: -4px;
    height: 50px;
    width: 1px;
    background: #cccccc;
    position: absolute;
  }
}

.trip-profile__details .details__header .trip-signature {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding-top: 36px;
}

@media screen and (max-width: 767px) {
  .trip-profile__details .details__header .trip-signature {
    font-size: 14px;
    line-height: 20px;
    padding-top: 30px;
  }
}

.trip-profile__details .details__header .trip-signature .trip-signature__label {
  background-color: #f0e7d8;
  color: #662951;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 6px 10px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .trip-profile__details .details__header .trip-signature .trip-signature__label {
    font-size: 11px;
    padding: 5px 7px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .trip-profile__details .details__header .trip-signature .trip-signature__text {
    margin-top: 11px;
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .trip-profile__details .details__header .trip-signature .trip-signature__text {
    display: block;
    margin-top: 7px;
  }
}

.trip-profile__details .details__header .trip-signature .trip-signature__text > span {
  cursor: pointer;
  font-weight: 700;
}

.trip-profile__details .details__header .trip-signature a {
  font-weight: 700;
}

.trip-profile__details .right__tab {
  padding-top: 48px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .trip-profile__details .right__tab {
    padding-top: 56px;
  }
}

.trip-profile__details .right__tab .price-per-person,
.trip-profile__details .right__tab .schedule-call {
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .trip-profile__details .right__tab .price-per-person,
  .trip-profile__details .right__tab .schedule-call {
    text-align: left;
  }
}

.trip-profile__details .right__tab .price-per-person {
  color: #333333;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .trip-profile__details .right__tab .price-per-person {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .trip-profile__details .right__tab .price-per-person {
    margin-bottom: 56px;
  }
}

.trip-profile__details .right__tab .price-per-person > span {
  font-weight: 900;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .trip-profile__details .right__tab .action__buttons {
    display: flex;
    align-items: center;
  }
  .trip-profile__details .right__tab .action__buttons .schedule-call {
    padding-top: 0;
    text-align: center;
  }
  .trip-profile__details .right__tab .action__buttons .c-btn-wrapper {
    flex: 0 0 40%;
  }
  .trip-profile__details .right__tab .action__buttons .schedule-call {
    flex: 0 0 17%;
  }
  .trip-profile__details .right__tab .action__buttons > div:not(:last-child) {
    margin: 0;
    padding-right: 20px;
  }
}

.trip-profile__details .right__tab .c-btn-wrapper {
  margin: 0 0 12px;
}

@media screen and (max-width: 767px) {
  .trip-profile__details .right__tab .c-btn-wrapper {
    margin: 0 0 15px;
  }
}

.trip-profile__details .right__tab .schedule-call {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .trip-profile__details .right__tab .schedule-call {
    font-size: 14px;
    line-height: 16px;
    padding-top: 3px;
  }
}

.trip-profile__details .right__tab .c-btn {
  width: 100%;
}

.trip-profile__navigation {
  max-width: 1280px;
  margin: -54px auto 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 62px;
  transition: 0.3s ease-in-out;
}

.trip-profile__navigation.scrollable .btn {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .trip-profile__navigation {
    height: 46px;
    width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@media screen and (max-width: 991px) {
  .trip-profile__navigation {
    margin: 49px auto 0;
  }
  .trip-profile__navigation.sticky {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1199px) {
  .trip-profile__navigation {
    display: flex;
    align-items: center;
  }
}

.trip-profile__navigation.sticky {
  padding: 0;
  border-color: transparent;
}

.trip-profile__navigation.sticky .trip-profile__navigation--content {
  height: 62px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fffdfa;
  z-index: 8;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .trip-profile__navigation.sticky .trip-profile__navigation--content {
    height: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .trip-profile__navigation.sticky .trip-profile__navigation--content {
    top: 0;
  }
}

.trip-profile__navigation.sticky .trip-profile__navigation--content .trip-profile__nav--wrapper {
  justify-content: space-between;
}

.trip-profile__navigation.sticky .trip-profile__navigation--content .trip-profile__nav--wrapper .btn {
  display: block;
  padding: 0;
}

.trip-profile__navigation .trip-profile__nav--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1110px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .trip-profile__navigation .trip-profile__nav--wrapper {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1199px) {
  .trip-profile__navigation .trip-profile__nav--wrapper {
    overflow-x: auto;
  }
}

.trip-profile__navigation .trip-profile__nav--wrapper .btn {
  display: none;
}

.trip-profile__navigation .trip-profile__nav {
  display: flex;
  align-items: center;
  padding: 13px 0;
}

@media screen and (max-width: 1199px) {
  .trip-profile__navigation .trip-profile__nav {
    padding: 12px 0;
  }
}

@media screen and (max-width: 1199px) {
  .trip-profile__navigation .trip-profile__nav .trip-profile__nav--item {
    white-space: nowrap;
  }
}

.trip-profile__navigation .trip-profile__nav .trip-profile__nav--item:not(:first-child) {
  margin-left: 37px;
}

@media screen and (max-width: 1199px) {
  .trip-profile__navigation .trip-profile__nav .trip-profile__nav--item:not(:first-child) {
    margin-left: 20px;
  }
}

.trip-profile__navigation .trip-profile__nav .trip-profile__nav--item a {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.37px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  border-bottom: 2px solid transparent;
  border-radius: 1px;
}

@media screen and (max-width: 991px) {
  .trip-profile__navigation .trip-profile__nav .trip-profile__nav--item a {
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 14px;
  }
}

.trip-profile__navigation .trip-profile__nav .trip-profile__nav--item a.active {
  color: #111;
  border-bottom: 2px solid #7c992e;
}

.trip-profile__navigation .trip-profile__nav .trip-profile__nav--item a::after {
  content: unset;
}

.trip-profile__navigation--extensions .trip-profile__nav--wrapper {
  justify-content: flex-start;
  padding: 0;
}

@media (max-width: 1199px) {
  .trip-profile__navigation--extensions .trip-profile__nav--wrapper {
    padding: 0 20px;
  }
}

.trip-profile__navigation--extensions .trip-profile__nav {
  padding: 13px 5px;
}

.trip-profile__navigation--extensions .trip-profile__nav .trip-profile__nav--item:not(:first-child) {
  margin-left: 32px;
}

.trip-profile__overview {
  padding: 90px 0 0;
}

@media screen and (max-width: 767px) {
  .trip-profile__overview {
    padding: 30px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .trip-profile__overview {
    padding: 98px 0 0;
  }
}

.trip-profile__overview .trip-profile__overview--wrapper {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 90px;
}

@media screen and (max-width: 767px) {
  .trip-profile__overview .trip-profile__overview--wrapper {
    border-bottom: none;
    padding: 0 0 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .trip-profile__overview .trip-profile__overview--wrapper {
    padding: 0 0 98px;
  }
}

.trip-profile__overview .trip-profile__overview--wrapper h3 {
  color: #662951;
  font-family: "Underland";
}

@media screen and (max-width: 767px) {
  .trip-profile__overview .trip-profile__overview--wrapper h3 {
    margin: 32px 0 19px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .trip-profile__overview .trip-profile__overview--wrapper h3 {
    margin: 54px 0 26px;
  }
}

.trip-profile__overview .trip-profile__overview--wrapper p {
  margin: 0 0 10px;
  opacity: 1;
  color: inherit;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .trip-profile__overview .trip-profile__overview--wrapper p {
    margin: 0 0 7px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .trip-profile__overview .trip-profile__overview--wrapper p {
    margin: 0 0 13px;
  }
}

@media (min-width: 1200px) {
  .trip-profile__overview .trip-profile__overview--wrapper p {
    line-height: 32px;
  }
}

.trip-profile__overview .trip-profile__overview--wrapper p.hidden {
  color: transparent;
  margin: 0;
  opacity: 0;
  line-height: 0;
  transition: all 0.5s ease-in-out;
}

.trip-profile__overview .trip-profile__overview--wrapper p + ul, .trip-profile__overview .trip-profile__overview--wrapper p + ol {
  margin-top: 0;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .trip-profile__overview .trip-profile__overview--wrapper p + ul, .trip-profile__overview .trip-profile__overview--wrapper p + ol {
    margin: 0 0 7px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .trip-profile__overview .trip-profile__overview--wrapper p + ul, .trip-profile__overview .trip-profile__overview--wrapper p + ol {
    margin: 0 0 13px;
  }
}

.trip-profile__overview .trip-profile__overview--wrapper .read-more {
  color: #688026;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .trip-profile__overview .trip-profile__overview--wrapper .read-more {
    font-size: 14px;
    justify-content: center;
  }
}

.trip-profile__overview .trip-profile__overview--wrapper .read-more span {
  cursor: pointer;
}

.trip-profile__overview .trip-profile__overview--wrapper .read-more::before, .trip-profile__overview .trip-profile__overview--wrapper .read-more::after {
  content: '';
  width: 32px;
  height: 2px;
  border-radius: 1px;
  background-color: #7c992e;
  display: block;
}

.trip-profile__overview .trip-profile__overview--wrapper .read-more::before {
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .trip-profile__overview .trip-profile__overview--wrapper .read-more::before {
    margin-right: 12px;
  }
}

.trip-profile__overview .trip-profile__overview--wrapper .read-more::after {
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .trip-profile__overview .trip-profile__overview--wrapper .read-more::after {
    margin-left: 12px;
  }
}

.trip-profile__overview .trip-profile__overview--wrapper .read-more.hide-btn {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .trip-profile__overview .trip-profile__overview-great {
    display: flex;
    flex-wrap: wrap;
  }
}

.trip-profile__overview .trip-profile__overview-great--item {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .trip-profile__overview .trip-profile__overview-great--item {
    font-size: 14px;
  }
}

.trip-profile__overview .trip-profile__overview-great--item::before {
  content: url("../svg/icon-approve.svg");
  margin-right: 5px;
}

.trip-profile__overview .trip-profile__overview-great--item:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .trip-profile__overview .trip-profile__overview-great--item:not(:last-child) {
    margin-bottom: 11px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .trip-profile__overview .trip-profile__overview-great--item:not(:last-child) {
    margin-right: 12px;
  }
}

.trip-profile__overview--extensions {
  padding: 80px 0 0;
}

@media (max-width: 991px) {
  .trip-profile__overview--extensions {
    padding: 30px 0 0;
  }
}

.trip-profile__overview--extensions .trip-profile__overview--wrapper {
  border: 0;
}

.trip-profile__quote {
  padding: 35px 0;
}

@media screen and (max-width: 767px) {
  .trip-profile__quote {
    padding: 0 0 24px;
  }
}

.trip-profile__quote .trip-profile__quote--wrapper {
  margin: 0 auto;
  max-width: 730px;
  width: 100%;
}

.trip-profile__quote .trip-profile__quote--wrapper blockquote {
  text-align: center;
  padding: 11px 0 60px;
}

@media screen and (max-width: 767px) {
  .trip-profile__quote .trip-profile__quote--wrapper blockquote {
    padding: 11px 0px 52px;
    margin: 19px 0 20px;
  }
}

.trip-profile__quote .trip-profile__quote--wrapper blockquote::before {
  content: url("../svg/icon-quote.svg");
  display: block;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .trip-profile__quote .trip-profile__quote--wrapper blockquote::before {
    content: url("../svg/icon-quote-mobile.svg");
    margin-bottom: 15px;
  }
}

.trip-profile__quote .trip-profile__quote--wrapper blockquote p::before,
.trip-profile__quote .trip-profile__quote--wrapper blockquote p::after {
  content: unset;
}

.trip-profile__quote .trip-profile__quote--wrapper blockquote cite {
  color: #333333;
  font-size: 34px;
  font-weight: 300;
  line-height: 48px;
}

.trip-profile__quote .trip-profile__quote--wrapper blockquote cite::before, .trip-profile__quote .trip-profile__quote--wrapper blockquote cite::after {
  content: unset;
}

@media screen and (max-width: 767px) {
  .trip-profile__quote .trip-profile__quote--wrapper blockquote cite {
    font-size: 21px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0;
  }
}

.trip-profile__quote .trip-profile__quote--wrapper blockquote .author {
  font-style: unset;
  left: 50%;
  transform: translateX(-50%);
}

.trip-profile__itinerary {
  background-color: #fbf3e5;
  position: relative;
  padding: 50px 0 68px;
}

@media screen and (max-width: 767px) {
  .trip-profile__itinerary {
    padding: 9px 0 23px;
  }
}

.trip-profile__itinerary .tribal {
  line-height: 0;
  left: -10px;
  right: -10px;
  width: calc(100% + 20px);
  position: absolute;
}

.trip-profile__itinerary .tribal svg path {
  fill: #fffdfa;
}

.trip-profile__itinerary .tribal.tribal-top {
  top: -1px;
  transform: rotate(180deg);
}

.trip-profile__itinerary .tribal.tribal-bottom {
  bottom: -1px;
}

.trip-profile__itinerary::before, .trip-profile__itinerary::after {
  background-image: url("../svg/itineary-tribal.svg");
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  height: calc(100vw / 48);
}

.trip-profile__itinerary::before {
  top: 0;
  transform: rotate(180deg);
}

.trip-profile__itinerary::after {
  bottom: 0;
}

.trip-profile__itinerary .trip-profile__heading {
  position: relative;
  z-index: 1;
}

.trip-profile__itinerary .trip-profile__heading h2 {
  color: #662951;
  font-size: 56px;
  font-weight: 900;
  line-height: 64px;
  text-align: center;
  margin: 80px 0 47px;
}

@media screen and (max-width: 767px) {
  .trip-profile__itinerary .trip-profile__heading h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 37px 0;
  }
}

.trip-profile__itinerary .map__wrapper {
  width: 100%;
  position: relative;
}

.trip-profile__itinerary .map__wrapper::before {
  content: '';
  background-image: url("../svg/tribal-full-map.svg"), linear-gradient(to top, #f7e9d6 40%, #f7e9d6 100%);
  opacity: 0.075;
  background-size: contain;
  background-repeat: repeat-x;
  min-height: 268px;
  height: calc((100vw - 120px) / 2.35);
  position: absolute;
  top: -93px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .trip-profile__itinerary .map__wrapper::before {
    top: -36px;
  }
}

@media screen and (min-width: 992px) {
  .trip-profile__itinerary .map__wrapper {
    padding: 0 60px;
  }
}

.trip-profile__itinerary .map__wrapper .map {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 495px;
  height: calc((100vw - 120px) / 2.66);
  width: 100%;
}

.trip-profile__itinerary .map__wrapper .map .gm-style .gm-style-cc span,
.trip-profile__itinerary .map__wrapper .map .gm-style .gm-style-cc a,
.trip-profile__itinerary .map__wrapper .map .gm-style .gm-style-mtc div {
  text-transform: uppercase !important;
}

@media screen and (max-width: 767px) {
  .trip-profile__itinerary .map__wrapper .map .gm-style .gm-style-cc span,
  .trip-profile__itinerary .map__wrapper .map .gm-style .gm-style-cc a,
  .trip-profile__itinerary .map__wrapper .map .gm-style .gm-style-mtc div {
    font-size: 15px !important;
    line-height: 28px !important;
    padding: 0 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .trip-profile__itinerary .page-accordion {
    padding: 8px 0 36px;
  }
}

@media screen and (max-width: 767px) {
  .trip-profile__itinerary .single-accordion__itinerary-side {
    padding-top: 24px;
  }
}

.trip-profile__itinerary .single-accordion__content {
  padding-left: 15px;
  padding-right: 15px;
}

.trip-profile__itinerary .single-accordion__day-img {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .trip-profile__itinerary .single-accordion__day-img {
    margin-bottom: 27px;
  }
}

.trip-profile__itinerary .single-accordion__day-img img {
  width: 100%;
}

.trip-profile__itinerary .single-accordion__list-item {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
}

.trip-profile__itinerary .single-accordion__list-item .single-accordion__list-caption {
  color: #707070;
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .trip-profile__itinerary .single-accordion__list-item .single-accordion__list-caption {
    font-size: 12px;
    letter-spacing: 0.34px;
  }
}

.trip-profile__itinerary .single-accordion__list-item .single-accordion__list-desc {
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .trip-profile__itinerary .single-accordion__list-item .single-accordion__list-desc {
    font-size: 14px;
    line-height: 16px;
    margin-left: 9px;
  }
}

.trip-profile__itinerary .single-accordion {
  padding: 0 0 10px;
}

.trip-profile__itinerary .single-accordion__title {
  padding: 20px 21px 12px;
}

@media screen and (max-width: 575px) {
  .trip-profile__itinerary .single-accordion__title {
    padding: 20px 6px 12px;
  }
}

.trip-profile__itinerary .single-accordion__title::after {
  right: 19px;
  margin-top: 1px;
}

@media screen and (max-width: 575px) {
  .trip-profile__itinerary .single-accordion__title::after {
    right: 4px;
  }
}

.trip-profile__itinerary .single-accordion__title h5 {
  font-weight: 900;
  max-width: 90%;
  display: flex;
  align-items: center;
}

.trip-profile__itinerary .single-accordion__title h5 .trip-profile__waypoint {
  font-weight: 300;
  margin-left: 14px;
  max-width: 65%;
}

.trip-profile__itinerary .location-icon {
  position: relative;
  margin-right: 14px;
  top: 2px;
  vertical-align: middle;
}

.trip-profile__itinerary .location-icon__sign {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.trip-profile__itinerary .trip-profile__btn--container {
  margin: 24px 0 40px;
}

@media screen and (max-width: 575px) {
  .trip-profile__itinerary .trip-profile__btn--container {
    margin: 24px 0 26px;
  }
}

.trip-profile__itinerary .trip-profile__btn--container .printfriendly {
  margin: 0;
  z-index: 1;
}

.trip-profile__itinerary .trip-profile__btn--container .printfriendly a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  min-width: 130px;
  padding: 12px 23px 11px;
  transition: all .2s linear;
  text-align: center;
  color: #222;
  border-radius: 22px;
  border: 2px solid #7c992e;
}

@media screen and (max-width: 575px) {
  .trip-profile__itinerary .trip-profile__btn--container .printfriendly a {
    font-size: 14px;
    padding: 9px 21px;
  }
}

.trip-profile__itinerary .trip-profile__btn--container .printfriendly a:hover {
  color: #fff;
  background: #7c992e;
}

.trip-profile__itinerary .trip-profile__btn--container .c-btn-wrapper {
  margin: 0 0 0 -10px;
}

@media screen and (max-width: 575px) {
  .trip-profile__itinerary .trip-profile__btn--container .c-btn-wrapper {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.trip-profile__itinerary .trip-profile__btn--container .expand-all {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  cursor: pointer;
  display: flex;
  align-items: stretch;
  background: transparent;
  border: none;
}

@media screen and (max-width: 575px) {
  .trip-profile__itinerary .trip-profile__btn--container .expand-all {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin: 23px auto 0;
  }
}

.trip-profile__itinerary .trip-profile__btn--container .expand-all .horizontal {
  transition: 0.3s ease-in-out;
}

.trip-profile__itinerary .trip-profile__btn--container .expand-all.active .horizontal {
  opacity: 0;
}

.trip-profile__itinerary .trip-profile__btn--container .expand-all svg {
  margin-right: 5px;
  height: inherit;
}

@media screen and (max-width: 575px) {
  .trip-profile__itinerary .trip-profile__btn--container .expand-all svg {
    margin-right: 8px;
  }
}

.trip-profile__itinerary--extensions .trip-profile__heading h2 {
  margin-bottom: 33px;
}

.trip-profile__itinerary--extensions::before {
  content: '';
  background-image: url(../svg/tribal-full-hero-3.svg);
  height: 87px;
  bottom: auto;
  transform: rotate(0);
  background-repeat: repeat-x;
  background-position: bottom;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  display: block;
  background-size: 620px 555px;
}

.trip-profile__dates {
  padding: 98px 0 58px;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates {
    padding: 60px 0 30px;
  }
}

.trip-profile__dates .trip-profile__dates--heading {
  color: #662951;
  font-size: 56px;
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 51px;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .trip-profile__dates--heading {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
  }
}

.trip-profile__dates .trip-profile__element--heading {
  margin: 0 0 13px;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .trip-profile__element--heading {
    font-size: 18px;
    line-height: 24px;
    margin: 22px 0 13px;
  }
}

.trip-profile__dates .trip-profile__dates--wrapper ul {
  padding: 0 16px;
}

.trip-profile__dates .trip-profile__dates--wrapper ul li {
  color: #111;
  font-size: 18px;
  line-height: 32px;
  padding: 0 0 0 40px;
}

.trip-profile__dates .trip-profile__dates--wrapper ul li::before {
  top: 15px;
  left: 13px;
  width: 5px;
  height: 5px;
  background: #111;
  border-color: #111;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .trip-profile__dates--wrapper ul li::before {
    top: 10px;
    width: 4px;
    height: 4px;
  }
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .trip-profile__dates--wrapper ul li {
    font-size: 15px;
    line-height: 24px;
  }
}

.trip-profile__dates .trip-profile__dates--best-time {
  padding-top: 4px;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .trip-profile__dates--best-time {
    padding-top: 1px;
  }
}

.trip-profile__dates .trip-profile__dates--best-time .dates__best-time {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.trip-profile__dates .trip-profile__dates--best-time .dates__best-time .dates__best-time--row {
  display: flex;
}

@media screen and (max-width: 575px) {
  .trip-profile__dates .trip-profile__dates--best-time .dates__best-time .dates__best-time--row {
    flex-wrap: wrap;
    max-width: 280px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1199px) {
  .trip-profile__dates .trip-profile__dates--best-time .dates__best-time .dates__best-time--row {
    flex-wrap: wrap;
    max-width: 280px;
  }
}

.trip-profile__dates .trip-profile__dates--best-time .dates__best-time .dates__best-time--month {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  width: 45px;
  height: 44px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 575px) {
  .trip-profile__dates .trip-profile__dates--best-time .dates__best-time .dates__best-time--month:nth-child(6) {
    border-right: none !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 1199px) {
  .trip-profile__dates .trip-profile__dates--best-time .dates__best-time .dates__best-time--month:nth-child(6) {
    border-right: none !important;
  }
}

@media screen and (max-width: 575px) {
  .trip-profile__dates .trip-profile__dates--best-time .dates__best-time .dates__best-time--month {
    flex: 0 0 45px;
  }
}

.trip-profile__dates .trip-profile__dates--best-time .dates__best-time .dates__best-time--month:not(:last-child) {
  border-right: 1px solid #fff;
}

.trip-profile__dates .trip-profile__dates--best-time .dates__best-time .dates__best-time--month.ideal {
  background-color: #7c992e;
}

.trip-profile__dates .trip-profile__dates--best-time .dates__best-time .dates__best-time--month.unpredictable {
  background-color: #db8616;
}

.trip-profile__dates .trip-profile__dates--best-time .dates__best-time .dates__best-time--month.not-recommended {
  background-color: #b34939;
}

.trip-profile__dates .trip-profile__dates--best-time .dates__best-time .dates__best-time--month.not-offered {
  background-color: #f0e7d8;
  color: #999;
  position: relative;
}

.trip-profile__dates .trip-profile__dates--best-time .dates__best-time .dates__best-time--month.not-offered::before {
  content: '';
  background-color: rgba(151, 151, 151, 0.3);
  position: absolute;
  left: 21px;
  top: -9px;
  height: calc(1.4 * 44px);
  width: 1px;
  transform: rotate(45deg);
}

.trip-profile__dates .trip-profile__dates--best-time .dates__best-time--details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 29px;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .trip-profile__dates--best-time .dates__best-time--details {
    margin-top: 16px;
  }
}

.trip-profile__dates .trip-profile__dates--best-time .dates__best-time--details .dates__best-time--item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .trip-profile__dates--best-time .dates__best-time--details .dates__best-time--item {
    margin-top: 15px;
  }
  .trip-profile__dates .trip-profile__dates--best-time .dates__best-time--details .dates__best-time--item:not(:last-child) {
    margin-right: 21px;
  }
}

@media screen and (min-width: 768px) {
  .trip-profile__dates .trip-profile__dates--best-time .dates__best-time--details .dates__best-time--item:not(:last-child) {
    margin-right: 23px;
  }
}

.trip-profile__dates .trip-profile__dates--best-time .dates__best-time--details .dates__best-time--item > span {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .trip-profile__dates--best-time .dates__best-time--details .dates__best-time--item > span {
    font-size: 13px;
    line-height: 14px;
    margin-left: 8px;
  }
}

.trip-profile__dates .trip-profile__dates--best-time .dates__best-time--details .dates__best-time--item .dates__best-time--square {
  width: 15px;
  height: 15px;
}

.trip-profile__dates .trip-profile__dates--best-time .dates__best-time--details .dates__best-time--item .dates__best-time--square.ideal {
  background-color: #7c992e;
}

.trip-profile__dates .trip-profile__dates--best-time .dates__best-time--details .dates__best-time--item .dates__best-time--square.unpredictable {
  background-color: #db8616;
}

.trip-profile__dates .trip-profile__dates--best-time .dates__best-time--details .dates__best-time--item .dates__best-time--square.not-recommended {
  background-color: #b34939;
}

.trip-profile__dates .trip-profile__dates--best-time .dates__best-time--details .dates__best-time--item .dates__best-time--square.not-offered {
  background-color: #f0e7d8;
  color: #999;
  position: relative;
}

.trip-profile__dates .trip-profile__dates--best-time .dates__best-time--details .dates__best-time--item .dates__best-time--square.not-offered::before {
  content: '';
  background-color: rgba(151, 151, 151, 0.3);
  position: absolute;
  left: 7px;
  top: -3px;
  height: calc(1.4 * 15px);
  width: 1px;
  transform: rotate(45deg);
}

.trip-profile__dates .tabs__link-list {
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .tabs__link-list {
    justify-content: flex-start;
  }
}

.trip-profile__dates .trip-profile__rates {
  padding-top: 42px;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .trip-profile__rates {
    padding-top: 52px;
  }
}

@media screen and (max-width: 575px) {
  .trip-profile__dates .trip-profile__rates .tabs__tab-content {
    padding: 22px 0 36px;
  }
}

.trip-profile__dates .trip-profile__rates .trip-profile__rates--heading {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .trip-profile__rates .trip-profile__rates--heading {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
}

.trip-profile__dates .trip-profile__rates .block-tabs {
  padding-top: 1px;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .trip-profile__rates .block-tabs {
    padding-top: 13px;
  }
}

.trip-profile__dates .trip-profile__rates .block-tabs .tabs__tab-content-wrapper:after {
  content: unset;
}

.trip-profile__dates .rates__element {
  max-width: 730px;
  margin: 0 auto;
}

.trip-profile__dates .rates__element .rates__element--item {
  border-bottom: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 21px 7px 10px;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .rates__element .rates__element--item {
    padding: 15px 0 14px;
  }
}

.trip-profile__dates .rates__element .rates__element--item .rates__element--title {
  color: #111111;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .rates__element .rates__element--item .rates__element--title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }
}

.trip-profile__dates .rates__element .rates__element--item .rates__element--value {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .rates__element .rates__element--item .rates__element--value {
    font-size: 14px;
    line-height: 18px;
  }
}

.trip-profile__dates .trip-profile__cta {
  border-radius: 0 45px;
  background-color: #401a33;
  padding: 32px 30px 27px;
}

@media screen and (max-width: 575px) {
  .trip-profile__dates .trip-profile__cta {
    border-radius: 0 25px;
    padding: 30px 20px 48px;
  }
}

.trip-profile__dates .trip-profile__cta .trip-profile__cta--buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .trip-profile__cta .trip-profile__cta--buttons {
    flex-wrap: wrap;
  }
}

.trip-profile__dates .trip-profile__cta .btn__secondary {
  min-width: 160px;
}

.trip-profile__dates .trip-profile__cta .cta-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .trip-profile__cta .cta-link {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .trip-profile__cta .trip-profile__cta--element {
    flex: 1 0 50%;
  }
  .trip-profile__dates .trip-profile__cta .trip-profile__cta--element.trip-profile__cta--element-btn {
    flex: 1 0 100%;
    margin-bottom: 18px;
  }
  .trip-profile__dates .trip-profile__cta .trip-profile__cta--element.trip-profile__cta--element-btn .c-btn {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .trip-profile__dates .trip-profile__cta .trip-profile__cta--element:not(:last-child) {
    margin-right: 24px;
  }
}

.trip-profile__dates .trip-profile__cta .trip-profile__cta--content {
  text-align: center;
  padding-top: 43px;
}

.trip-profile__dates .trip-profile__cta .trip-profile__cta--content .trip-profile__cta--heading {
  color: #ffffff;
  font-family: "Underland";
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 8px;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .trip-profile__cta .trip-profile__cta--content .trip-profile__cta--heading {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 13px;
  }
}

.trip-profile__dates .trip-profile__cta .trip-profile__cta--content p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .trip-profile__dates .trip-profile__cta .trip-profile__cta--content p {
    font-size: 15px;
    line-height: 24px;
  }
}

.trip-profile__dates .trip-profile__dates--best-column + .trip-profile__cta--column {
  padding-top: 42px;
}

@media (max-width: 767px) {
  .trip-profile__dates .trip-profile__dates--best-column + .trip-profile__cta--column {
    padding-top: 52px;
  }
}

.trip-profile__land-cost {
  padding-bottom: 65px;
}

.trip-profile__land-cost--wrapper {
  max-width: 730px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .trip-profile__land-cost {
    padding-bottom: 36px;
  }
}

.trip-profile__ntk {
  padding: 54px 0 66px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .trip-profile__ntk {
    padding: 30px 0 0;
  }
}

.single-custom_tours .trip-profile__ntk::after {
  content: none;
}

@media screen and (min-width: 1200px) {
  .trip-profile__ntk::after {
    content: '';
    position: absolute;
    background-color: #cccccc;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1110px;
  }
}

.trip-profile__ntk .trip-profile__ntk--heading {
  color: #662951;
  font-size: 56px;
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .trip-profile__ntk .trip-profile__ntk--heading {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}

.trip-profile__ntk .trip-profile__ntk--tabs .tabs__tab-content-wrapper:after {
  content: unset;
}

.trip-profile__ntk .trip-profile__ntk--tabs .tabs__tab-content {
  padding: 48px 0 33px;
}

.trip-profile__ntk .trip-profile__ntk--tabs .tabs__link-list {
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: center;
}

.trip-profile__ntk .trip-profile__ntk--tabs .trip-profile__ntk--tab-content {
  max-width: 730px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .trip-profile__ntk .trip-profile__ntk--tabs ul li {
    padding: 0 0 0 37px;
  }
}

.trip-profile__ntk .trip-profile__ntk--tabs ul li::before {
  left: 12px;
  border-color: #111;
  background: #111;
  width: 5px;
  height: 5px;
  top: 15px;
}

@media screen and (max-width: 767px) {
  .trip-profile__ntk .trip-profile__ntk--tabs ul li::before {
    width: 4px;
    height: 4px;
    top: 12px;
  }
}

.trip-profile__ntk .trip-profile__ntk--details {
  background-color: #fbf3e5;
  padding: 52px 50px 2px;
}

@media screen and (max-width: 767px) {
  .trip-profile__ntk .trip-profile__ntk--details {
    padding: 36px 19px 11px 20px;
  }
}

.trip-profile__ntk .trip-profile__ntk--details .trip-profile__ntk--details-element {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .trip-profile__ntk .trip-profile__ntk--details .trip-profile__ntk--details-element {
    margin-bottom: 25px;
  }
}

.trip-profile__ntk .trip-profile__ntk--details .trip-profile__ntk--details-element h4 {
  color: #333;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .trip-profile__ntk .trip-profile__ntk--details .trip-profile__ntk--details-element h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }
}

.trip-profile__ntk .trip-profile__ntk--details .trip-profile__ntk--details-element h4 > span {
  font-weight: 300;
}

.trip-profile__ntk .trip-profile__ntk--details .trip-profile__ntk--details-element h5 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 -13px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .trip-profile__ntk .trip-profile__ntk--details .trip-profile__ntk--details-element h5 {
    font-size: 16px;
    margin: 0 0 -22px;
  }
}

.trip-profile__ntk .trip-profile__ntk--details .trip-profile__ntk--details-element h5 > p {
  font-weight: 700;
}

.trip-profile__ntk .trip-profile__ntk--details .trip-profile__ntk--details-element h5 > span {
  margin-left: 10px;
}

.trip-profile__ntk .trip-profile__ntk--details .trip-profile__ntk--details-element p {
  color: #333;
  line-height: 28px;
  margin: 7px 0;
}

@media screen and (max-width: 767px) {
  .trip-profile__ntk .trip-profile__ntk--details .trip-profile__ntk--details-element p {
    font-size: 15px;
    line-height: 24px;
    margin: 10px 0;
  }
}

.trip-profile__ntk .trip-profile__ntk--details-transparent {
  background-color: transparent;
  padding: 77px 50px 2px;
}

@media (max-width: 767px) {
  .trip-profile__ntk .trip-profile__ntk--details-transparent {
    padding: 15px 19px 11px 20px;
  }
}

.trip-profile__ntk--extensions {
  padding: 95px 0 0;
}

@media (max-width: 767px) {
  .trip-profile__ntk--extensions {
    padding: 30px 0 0;
  }
}

.trip-profile__ntk--extensions::after {
  content: none;
}

.trip-profile__extensions {
  padding: 97px 0 100px;
}

@media screen and (max-width: 767px) {
  .trip-profile__extensions {
    padding: 62px 0 59px;
  }
}

.trip-profile__extensions .trip-profile__extensions--heading {
  color: #662951;
  font-size: 56px;
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .trip-profile__extensions .trip-profile__extensions--heading {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
  }
}

.trip-profile__extensions .extensions__slider {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  .trip-profile__extensions .extensions__slider {
    margin-top: 19px;
  }
}

.trip-profile__extensions .extensions__slider:not(.slick-slider) {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .trip-profile__extensions .extensions__slider:not(.slick-slider) {
    padding: 0 20px;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .trip-profile__extensions .extensions__slider:not(.slick-slider) {
    padding: 0 40px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .trip-profile__extensions .extensions__slider:not(.slick-slider) {
    padding: 0 60px;
  }
}

@media screen and (min-width: 1200px) {
  .trip-profile__extensions .extensions__slider:not(.slick-slider) {
    padding: 0 80px;
  }
}

.trip-profile__extensions .extensions__slider:not(.slick-slider) .extensions__slider--item {
  flex: 0 0 50%;
  width: 100%;
  max-width: 825px;
}

.trip-profile__extensions .extensions__slider:not(.slick-slider) .extensions__slider--item:first-child {
  padding-right: 30px;
}

.trip-profile__extensions .extensions__slider:not(.slick-slider) .extensions__slider--item:last-child {
  padding-left: 30px;
}

@media screen and (max-width: 575px) {
  .trip-profile__extensions .extensions__slider.slick-slider {
    padding-left: 20px;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .trip-profile__extensions .extensions__slider.slick-slider {
    padding-left: 40px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .trip-profile__extensions .extensions__slider.slick-slider {
    padding-left: 60px;
  }
}

@media screen and (min-width: 992px) {
  .trip-profile__extensions .extensions__slider.slick-slider {
    padding-left: 80px;
  }
}

.trip-profile__extensions .extensions__slider .slick-list {
  overflow: visible;
}

.trip-profile__extensions .extensions__slider .slick-slide:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .trip-profile__extensions .extensions__slider .slick-slide:not(:last-child) {
    margin-right: 10px;
  }
}

.trip-profile__extensions .extensions__slider .extensions__slider--item {
  height: calc(100vw / 3.68);
  min-height: 280px;
  width: 280px !important;
  position: relative;
  border-radius: 0 45px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  transition: transform 0.2s linear, box-shadow 0.2s linear;
  display: block;
}

@media screen and (max-width: 767px) {
  .trip-profile__extensions .extensions__slider .extensions__slider--item {
    border-radius: 0 25px;
  }
}

.trip-profile__extensions .extensions__slider .extensions__slider--item:hover {
  transform: scale(1.06);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
}

.trip-profile__extensions .extensions__slider .extensions__slider--item.single-extension {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100% !important;
  text-align: center;
}

.trip-profile__extensions .extensions__slider .extensions__slider--item .slider-item__image {
  height: inherit;
  min-height: inherit;
  position: relative;
}

.trip-profile__extensions .extensions__slider .extensions__slider--item .slider-item__image::after {
  content: '';
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100% / 2.25);
  border-radius: 0 0 0 45px;
}

@media screen and (max-width: 767px) {
  .trip-profile__extensions .extensions__slider .extensions__slider--item .slider-item__image::after {
    border-radius: 0 0 0 25px;
  }
}

.trip-profile__extensions .extensions__slider .extensions__slider--item .slider-item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 16px 17px;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}

@media screen and (min-width: 992px) {
  .trip-profile__extensions .extensions__slider .extensions__slider--item .slider-item__content {
    align-items: flex-end;
    flex-direction: row;
    padding: 30px;
  }
}

.trip-profile__extensions .extensions__slider .extensions__slider--item .slider-item__content h3 {
  color: #fff;
  flex: 0 0 80%;
  margin: 0;
  line-height: 36px;
}

@media screen and (max-width: 991px) {
  .trip-profile__extensions .extensions__slider .extensions__slider--item .slider-item__content h3 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }
}

.trip-profile__extensions .extensions__slider .extensions__slider--item .slider-item__content .slider-item__duration {
  flex: 0 0 20%;
}

@media screen and (max-width: 767px) {
  .trip-profile__extensions .extensions__slider .extensions__slider--item .slider-item__content .slider-item__duration {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .trip-profile__extensions .extensions__slider .extensions__slider--item .slider-item__content .slider-item__duration {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

.trip-profile__extensions .extensions__slider .extensions__slider--item .slider-item__content .slider-item__duration > span {
  background-color: #7c992e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 1px 21px;
}

@media screen and (max-width: 767px) {
  .trip-profile__extensions .extensions__slider .extensions__slider--item .slider-item__content .slider-item__duration > span {
    padding: 5px 14px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .trip-profile__extensions .extensions__slider .extensions__slider--item .slider-item__content .slider-item__duration > span {
    padding: 1px 11px;
  }
}

@media screen and (min-width: 576px) {
  .trip-profile__extensions .extensions__slider .extensions__slider--item {
    width: calc(100vw * 0.435) !important;
  }
}

@media screen and (min-width: 1900px) {
  .trip-profile__extensions .extensions__slider .extensions__slider--item {
    width: 100% !important;
    max-width: 825px;
  }
}

.trip-profile__extensions .extensions__slider .extensions__slider--item img {
  border-radius: 0 45px;
  height: inherit;
  min-height: inherit;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .trip-profile__extensions .extensions__slider .extensions__slider--item img {
    border-radius: 0 25px;
  }
}

.trip-profile__extensions .extensions__slider--arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 61px;
}

@media screen and (max-width: 991px) {
  .trip-profile__extensions .extensions__slider--arrows {
    display: none;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}

.trip-profile__extensions .extensions__slider--arrows .prev-arrow,
.trip-profile__extensions .extensions__slider--arrows .next-arrow {
  cursor: pointer;
  line-height: 0;
  transition: 0.3s ease-in-out;
  position: relative;
}

.trip-profile__extensions .extensions__slider--arrows .prev-arrow:not(.slick-disabled):hover::after,
.trip-profile__extensions .extensions__slider--arrows .next-arrow:not(.slick-disabled):hover::after {
  content: '';
  width: 31px;
  height: 31px;
  background-color: #7c992e;
  opacity: 0.25;
  position: absolute;
  top: -8px;
  border-radius: 50%;
  animation: pulse 1s infinite ease-in-out;
}

.trip-profile__extensions .extensions__slider--arrows .prev-arrow.slick-disabled,
.trip-profile__extensions .extensions__slider--arrows .next-arrow.slick-disabled {
  opacity: 0.2;
  cursor: unset;
}

.trip-profile__extensions .extensions__slider--arrows .prev-arrow {
  transform: rotate(180deg);
  margin-right: 30px;
}

.trip-profile__extensions .extensions__slider--arrows .prev-arrow:not(.slick-disabled):hover::after {
  left: 16px;
}

.trip-profile__extensions .extensions__slider--arrows .next-arrow:not(.slick-disabled):hover::after {
  right: -7px;
}

.trip-profile__extensions .extensions__slider--arrows svg path {
  fill: #7c992e;
}

.trip-profile__related-posts {
  background-color: #fbf3e5;
  padding: 125px 0 99px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .trip-profile__related-posts {
    padding: 56px 0 53px;
  }
}

.trip-profile__related-posts .trip-profile__tribal {
  background-image: url("../svg/tribal-full-new-hero.svg");
  background-position: bottom;
  height: 85px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .trip-profile__related-posts .trip-profile__tribal {
    background-size: 80%;
    height: 40px;
  }
}

.trip-profile__related-posts .related-posts {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .trip-profile__related-posts .related-posts .related-posts__btn-mobile {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .trip-profile__related-posts .related-posts .related-posts__wrapper {
    padding-top: 23px;
  }
}

@media screen and (min-width: 768px) {
  .trip-profile__related-posts .related-posts .related-posts__wrapper {
    margin: 48px 0 0;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .trip-profile__related-posts .related-posts .related-posts__wrapper .post__content h4 {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 767px) {
  .trip-profile__related-posts .related-posts .related-posts__wrapper .post__content time {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .trip-profile__related-posts .related-posts .single__related-post {
    padding-top: 0;
    margin-bottom: 30px;
    height: auto;
  }
}

.trip-profile__related-posts .tribal {
  background: #fffdfa;
  line-height: 0;
  left: -10px;
  right: -10px;
  width: calc(100% + 20px);
  position: absolute;
}

.trip-profile__related-posts .tribal svg path {
  fill: #fbf3e5;
}

.trip-profile__related-posts .tribal.tribal-top {
  top: -1px;
}

.trip-profile__related-posts .tribal.tribal-bottom {
  bottom: -3px;
  transform: rotate(180deg);
}

.trip-profile__related-posts .c-btn-wrapper {
  margin-top: 40px;
}

.trip-profile__related-posts h1 {
  font-size: 56px;
  line-height: 64px;
}

@media screen and (max-width: 991px) {
  .trip-profile__related-posts h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

.trip-profile__related-adventures.post-related-adventures {
  padding: 101px 0 100px;
}

@media screen and (max-width: 767px) {
  .trip-profile__related-adventures.post-related-adventures {
    padding: 63px 0;
  }
}

.page-modal {
  position: fixed;
  right: 0;
  height: 100vh;
  bottom: 0;
  left: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.page-modal.single-supplement__modal .page-modal__wrapper .page-modal__content {
  height: auto;
}

.page-modal .page-modal__overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-modal.open {
  opacity: 1;
  visibility: visible;
  z-index: 18;
}

.page-modal.open .page-modal__wrapper {
  transform: translateY(0);
  position: relative;
  z-index: 20;
}

.page-modal .page-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.page-modal .page-modal__close svg path {
  fill: #707070;
}

.page-modal .page-modal__wrapper {
  background-color: #fffdfa;
  padding: 0 34px;
  max-height: 910px;
  overflow-y: hidden;
  max-width: 860px;
  width: 100%;
  transform: translateY(100px);
  transition: transform 0.2s ease-in-out;
}

.page-modal .page-modal__header {
  border-bottom: 1px solid #cccccc;
  padding: 36px 31px 28px;
  max-width: 93%;
}

.page-modal .page-modal__header h2 {
  font-size: 30px;
  line-height: 32px;
}

.page-modal .page-modal__content {
  padding: 31px 31px 48px 27px;
  max-height: calc(100vh - 249px);
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  .page-modal .page-modal__content {
    padding: 31px 102px 48px 27px;
  }
}

@media screen and (max-width: 991px) {
  .page-modal .page-modal__content {
    max-height: calc(100vh - 349px);
  }
}

.page-modal .page-modal__content h3 {
  color: #333333;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 31px;
}

@media screen and (max-width: 767px) {
  .page-modal .page-modal__content h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.page-modal .page-modal__footer {
  border-top: 1px solid #cccccc;
  padding: 29px 31px;
}

.page-modal .page-modal__footer .c-btn-wrapper {
  margin: 0;
}

.page-modal .page-modal__item {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 575px) {
  .page-modal .page-modal__item {
    flex-wrap: wrap;
  }
}

.page-modal .page-modal__item:not(:last-child) {
  margin-bottom: 26px;
}

.page-modal .page-modal__item .page-modal__item--dots .opinion {
  margin-left: 0;
}

.page-modal .page-modal__item .page-modal__item--dots .opinion svg {
  width: 77px;
  height: 14px;
}

@media screen and (min-width: 576px) {
  .page-modal .page-modal__item .page-modal__item--content {
    padding-left: 23px;
  }
}

.page-modal .page-modal__item .page-modal__item--content p {
  line-height: 28px;
}

#style-selector-control {
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  position: relative;
  display: flex;
  overflow: hidden;
  min-width: 62px;
  height: 40px;
  margin: 10px -10px;
  padding: 0 23px;
  cursor: pointer;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  color: black;
  border-left: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: white;
  background-clip: padding-box;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  align-items: center;
  justify-content: center;
}

#style-selector-control:hover {
  background-color: #ebebeb;
}

@media (max-width: 767px) {
  #style-selector-control {
    font-size: 15px !important;
    line-height: 28px !important;
    padding: 0 10px !important;
  }
}

.single-custom_tours .trip-profile__overview .trip-profile__overview--wrapper {
  border: 0;
}

.details-print-image {
  display: none;
}

.cyt__progress {
  margin: 12px auto 0;
  max-width: 1280px;
  width: 100%;
  height: 48px;
  padding: 0 18px;
}

@media screen and (min-width: 992px) {
  .cyt__progress.sticky + .customize-your-trip {
    padding-top: 28px;
  }
}

.cyt__progress.sticky .cyt__progress--wrapper {
  position: fixed;
  top: 54px;
  left: 0;
  right: 0;
  z-index: 12;
  background: #fffdfa;
  padding-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .cyt__progress.sticky .cyt__progress--wrapper {
    padding: 0 10px;
  }
}

@media screen and (min-width: 1200px) {
  .cyt__progress.sticky .cyt__progress--wrapper {
    top: 90px;
  }
}

.cyt__progress.sticky .cyt__progress--wrapper .cyt__progress-bar {
  opacity: 0.8;
  width: 0;
}

.cyt__progress .cyt__progress--wrapper {
  border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 768px) {
  .cyt__progress .cyt__progress--wrapper {
    padding-bottom: 8px;
  }
}

.cyt__progress .cyt__progress--wrapper .cyt__progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #c25d0a;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .cyt__progress .cyt__mobile {
    flex: 0 0 9%;
    padding: 0;
  }
  .cyt__progress .cyt__mobile.active {
    flex: 0 0 82%;
  }
  .cyt__progress .cyt__mobile.active span {
    text-align: left;
  }
}

.cyt__progress .progress-bar__item {
  color: #c25d0a;
  font-size: 14px;
  font-weight: 900;
  line-height: 16px;
  text-align: center;
  padding: 5px 0 0;
  opacity: 0.3;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .cyt__progress .progress-bar__item {
    padding: 6px 0;
  }
}

.cyt__progress .progress-bar__item.active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .cyt__progress .progress-bar__item.active > span {
    display: inline-flex;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .cyt__progress .progress-bar__item {
    font-size: 15px;
    padding: 16px 20px;
  }
}

.cyt__progress .progress-bar__item > span {
  color: #333333;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .cyt__progress .progress-bar__item > span {
    display: none;
  }
}

.page-content--customize-trip {
  overflow-y: hidden;
}

.page-content--customize-trip .customize-your-trip {
  position: relative;
}

@media screen and (min-width: 992px) {
  .page-content--customize-trip .customize-your-trip {
    padding-top: 36px;
  }
}

.page-content--customize-trip .customize-your-trip .wpcf7-response-output {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-color: red;
  border-left: none;
  border-right: none;
  margin: 1em 0;
  width: 100%;
  text-align: center;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .page-content--customize-trip .customize-your-trip .wpcf7-response-output {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-content--customize-trip .wpcf7-list-item {
  margin: 0;
}

.page-content--customize-trip .form__group {
  padding: 53px 0 63px;
}

@media screen and (max-width: 767px) {
  .page-content--customize-trip .form__group {
    padding: 30px 0;
  }
}

.page-content--customize-trip .form__group.more-questions {
  padding: 20px 0 10px;
}

@media screen and (min-width: 768px) {
  .page-content--customize-trip .form__group.more-questions {
    padding: 90px 0 42px;
  }
}

.page-content--customize-trip .form__group.world-parts {
  padding: 30px 0 60px;
}

.page-content--customize-trip .form__group.world-parts h3 {
  margin: 0 0 26px;
}

@media screen and (min-width: 576px) {
  .page-content--customize-trip .form__group.world-parts h3 {
    text-align: center;
  }
}

.page-content--customize-trip .form__group.time-of-year {
  padding: 40px 0 40px;
}

@media screen and (min-width: 768px) {
  .page-content--customize-trip .form__group.time-of-year {
    padding: 50px 0 40px;
  }
}

.page-content--customize-trip .form__group.budget-per-person {
  padding: 50px 0 20px;
}

.page-content--customize-trip .form__group.contact-with-person {
  padding: 66px 0 30px;
}

.page-content--customize-trip .form__group.contact-with-person h2 {
  margin: 0 0 30px;
}

.page-content--customize-trip .form__group.traveled-with-journeys {
  padding: 60px 0 30px;
}

@media screen and (max-width: 767px) {
  .page-content--customize-trip .form__group.traveled-with-journeys {
    padding: 20px 0;
  }
}

.page-content--customize-trip .form__group.types-of-landscapes {
  padding: 53px 0 68px;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .form__group.types-of-landscapes {
    padding: 15px 0 6px;
  }
}

.page-content--customize-trip .form__group.types-of-landscapes h2 {
  margin: 0 0 10px;
}

.page-content--customize-trip .form__group h2 {
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 24px;
}

@media screen and (min-width: 768px) {
  .page-content--customize-trip .form__group h2 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 36px;
    text-align: center;
  }
}

.page-content--customize-trip .form__group h2.mb-10 {
  margin: 0 0 10px;
}

.page-content--customize-trip .form__group h3 {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  margin: 0 0 31px;
}

@media screen and (min-width: 768px) {
  .page-content--customize-trip .form__group h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (min-width: 768px) {
  .page-content--customize-trip .form__group .custom-row .col-md-auto {
    flex: 0 0 20%;
  }
}

.page-content--customize-trip .form__group .additional-content {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: transform 0.2s ease-in-out,
 opacity 0.2s ease-in-out,
 height 0.2s ease-in-out,
 margin-top 0.2s ease-in-out;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .form__group .additional-content {
    transform: translateY(-5px);
  }
}

.page-content--customize-trip .form__group .additional-content.open {
  height: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .page-content--customize-trip .form__group .additional-content.open {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-content--customize-trip .form__group .additional-content h3 {
    margin: 0 0 15px;
  }
}

.page-content--customize-trip .form__group label {
  width: 100%;
}

.page-content--customize-trip .form__group .select-box {
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-content--customize-trip .form__group .select-box {
    margin-bottom: 15px;
  }
}

.page-content--customize-trip .form__group .select-box::after {
  content: '';
  background-image: url("../svg/select-arrow-green.svg");
  position: absolute;
  right: 20px;
  width: 14px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.page-content--customize-trip .form__group .select-box.selected::after {
  background-image: url("../svg/select-arrow.svg");
}

.page-content--customize-trip .form__group .select-box.selected select {
  background-color: #7c992e;
  border-color: #7c992e;
  color: #fff;
}

.page-content--customize-trip .form__group .select-box select {
  background-color: transparent;
  border: 2px solid #c2d982;
  border-radius: 10px;
  color: #333333;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 20px;
  width: 100%;
  transition: 0.3s ease-in-out;
  -webkit-appearance: none;
}

@media screen and (max-width: 767px) {
  .page-content--customize-trip .form__group .select-box select {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 20px;
  }
}

.page-content--customize-trip .form__group .select-box select option {
  background: #fff;
  color: #333333;
}

.page-content--customize-trip .form__group .range-content .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .page-content--customize-trip .form__group .range-content .wpcf7-form-control {
    flex-wrap: nowrap;
  }
}

.page-content--customize-trip .form__group .range-content .wpcf7-form-control .wpcf7-list-item {
  flex: 0 0 50%;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .page-content--customize-trip .form__group .range-content .wpcf7-form-control .wpcf7-list-item {
    flex: 0 0 25%;
  }
}

@media screen and (min-width: 1200px) {
  .page-content--customize-trip .form__group .range-content .wpcf7-form-control .wpcf7-list-item {
    flex: 1;
  }
}

@media screen and (min-width: 1200px) {
  .page-content--customize-trip .form__group .range-content .wpcf7-form-control .wpcf7-list-item:first-child > label input:checked + span {
    border-left-color: #7c992e;
  }
}

.page-content--customize-trip .form__group .range-content .wpcf7-form-control .wpcf7-list-item:first-child > label > span {
  border-top-left-radius: 10px;
}

@media screen and (min-width: 1200px) {
  .page-content--customize-trip .form__group .range-content .wpcf7-form-control .wpcf7-list-item:first-child > label > span {
    border: 2px solid #c2d982;
    border-right-width: 1px;
    border-radius: 10px 0 0 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-content--customize-trip .form__group .range-content .wpcf7-form-control .wpcf7-list-item:nth-child(4) > label > span {
    border-top-right-radius: 10px;
  }
  .page-content--customize-trip .form__group .range-content .wpcf7-form-control .wpcf7-list-item:nth-last-child(4) > label > span {
    border-bottom-left-radius: 10px;
  }
}

@media screen and (max-width: 991px) {
  .page-content--customize-trip .form__group .range-content .wpcf7-form-control .wpcf7-list-item:nth-child(2) > label > span {
    border-top-right-radius: 10px;
  }
  .page-content--customize-trip .form__group .range-content .wpcf7-form-control .wpcf7-list-item:nth-last-child(2) > label > span {
    border-bottom-left-radius: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .page-content--customize-trip .form__group .range-content .wpcf7-form-control .wpcf7-list-item:last-child > label input:checked + span {
    border-right-color: #7c992e;
  }
}

.page-content--customize-trip .form__group .range-content .wpcf7-form-control .wpcf7-list-item:last-child > label > span {
  border-bottom-right-radius: 10px;
}

@media screen and (min-width: 1200px) {
  .page-content--customize-trip .form__group .range-content .wpcf7-form-control .wpcf7-list-item:last-child > label > span {
    border: 2px solid #c2d982;
    border-left-width: 1px;
    border-radius: 0 10px 10px 0;
  }
}

.page-content--customize-trip .form__group .range-content .wpcf7-form-control .wpcf7-list-item > label input {
  display: none;
}

.page-content--customize-trip .form__group .range-content .wpcf7-form-control .wpcf7-list-item > label input:checked + span {
  background: #7c992e;
  border-top-color: #7c992e;
  border-bottom-color: #7c992e;
  color: #fff;
}

.page-content--customize-trip .form__group .range-content .wpcf7-form-control .wpcf7-list-item > label > span {
  border: 1px solid #c2d982;
  border-radius: 0;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 20px 5px;
  width: 100%;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .page-content--customize-trip .form__group .range-content .wpcf7-form-control .wpcf7-list-item > label > span {
    border-top: 2px solid #c2d982;
    border-bottom: 2px solid #c2d982;
    border-right: 1px solid #c2d982;
    border-left: 1px solid #c2d982;
  }
}

.page-content--customize-trip .form__group .form__item {
  margin-bottom: 15px;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .page-content--customize-trip .form__group .form__item {
    margin-bottom: 30px;
  }
}

.page-content--customize-trip .form__group .form__item > label {
  display: block;
  position: relative;
  height: 100%;
}

.page-content--customize-trip .form__group .form__item > label br {
  display: none;
}

.page-content--customize-trip .form__group .form__item > label.extra-hover {
  top: 0 !important;
}

.page-content--customize-trip .form__group .form__item > label.extra-hover input[type=text] + .input-placeholder,
.page-content--customize-trip .form__group .form__item > label.extra-hover input[type=number] + .input-placeholder,
.page-content--customize-trip .form__group .form__item > label.extra-hover input[type=email] + .input-placeholder {
  color: rgba(112, 112, 112, 0.75);
  font-size: 12px;
  font-weight: 700;
  transform: translate3d(0, -4px, 0);
  padding: 0 10px;
}

.page-content--customize-trip .form__group .form__item > label textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(124, 153, 46, 0.69);
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 7px 10px;
  height: 46px;
  width: 100%;
  resize: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  transition: 0.2s ease-in-out;
}

.page-content--customize-trip .form__group .form__item > label textarea::placeholder {
  color: #333333;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  opacity: 0.7;
}

.page-content--customize-trip .form__group .form__item > label:hover input[type=text],
.page-content--customize-trip .form__group .form__item > label:hover input[type=number],
.page-content--customize-trip .form__group .form__item > label:hover input[type=email] {
  box-shadow: 0 2px 0 0 rgba(124, 153, 46, 0.69);
}

.page-content--customize-trip .wpcf7-form-control-wrap input[type=radio], .page-content--customize-trip .wpcf7-form-control-wrap input[type=checkbox] {
  display: none;
}

.page-content--customize-trip .wpcf7-form-control-wrap input[type=radio]:checked + .wpcf7-list-item-label, .page-content--customize-trip .wpcf7-form-control-wrap input[type=checkbox]:checked + .wpcf7-list-item-label {
  background: #7c992e;
  border-color: transparent;
  color: #fff;
}

.page-content--customize-trip .wpcf7-form-control-wrap input[type=text], .page-content--customize-trip .wpcf7-form-control-wrap input[type=number], .page-content--customize-trip .wpcf7-form-control-wrap input[type=email] {
  background: transparent;
  border: none;
  box-shadow: 0 1px 0 0 rgba(124, 153, 46, 0.69);
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 12px 10px;
  width: 100%;
  transition: 0.2s ease-in-out;
}

.page-content--customize-trip .wpcf7-form-control-wrap input[type=text].wpcf7-not-valid, .page-content--customize-trip .wpcf7-form-control-wrap input[type=number].wpcf7-not-valid, .page-content--customize-trip .wpcf7-form-control-wrap input[type=email].wpcf7-not-valid {
  box-shadow: 0 2px 0 0 rgba(153, 8, 8, 0.69);
  position: relative;
}

.page-content--customize-trip .wpcf7-form-control-wrap input[type=text].wpcf7-not-valid + .wpcf7-not-valid-tip, .page-content--customize-trip .wpcf7-form-control-wrap input[type=number].wpcf7-not-valid + .wpcf7-not-valid-tip, .page-content--customize-trip .wpcf7-form-control-wrap input[type=email].wpcf7-not-valid + .wpcf7-not-valid-tip {
  color: rgba(153, 8, 8, 0.69);
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  padding: 8px 10px;
}

.page-content--customize-trip .wpcf7-form-control-wrap input:checked + .input-button {
  background: #7c992e;
  border-color: transparent;
  color: #fff;
}

.page-content--customize-trip .wpcf7-form-control-wrap.is-focused ~ .input-placeholder {
  color: rgba(112, 112, 112, 0.75);
  font-size: 12px;
  font-weight: 700;
  transform: translate3d(0, -9px, 0);
  padding: 0 10px;
}

.page-content--customize-trip .wpcf7-form-control-wrap ~ .input-placeholder {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 11px;
  cursor: pointer;
  width: 100%;
  transition: 0.2s ease-in-out;
}

.page-content--customize-trip .images-radio {
  padding: 15px 5px 0;
}

@media screen and (min-width: 768px) {
  .page-content--customize-trip .images-radio {
    padding: 30px 25px 0;
  }
}

.page-content--customize-trip .images-radio .imgcheckbox {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 5px;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .images-radio .imgcheckbox {
    margin: 0 10px;
  }
}

.page-content--customize-trip .images-radio .form__item {
  margin-bottom: 0;
}

.page-content--customize-trip .images-radio .form-item__col {
  margin-bottom: 20px;
}

.page-content--customize-trip .images-radio--cols-3 .form-item__col {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  padding: 0 10px;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .images-radio--cols-3 .form-item__col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
  }
  .page-content--customize-trip .images-radio--cols-3 .form-item__col:nth-child(odd):last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .page-content--customize-trip .images-radio--cols-3 .form-item__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-content--customize-trip .images-radio--cols-3 .form-item__col:nth-child(odd):last-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}

.page-content--customize-trip .images-radio--cols-4 .form-item__col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .images-radio--cols-4 .form-item__col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}

@media screen and (max-width: 991px) {
  .page-content--customize-trip .images-radio--cols-4 .form-item__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.page-content--customize-trip .imgcheckbox__item input {
  display: none;
}

.page-content--customize-trip .imgcheckbox__item .imgcheckbox__img {
  cursor: pointer;
  position: relative;
  margin: 0 0 24px;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: border-radius .3s ease-in-out, box-shadow .3s ease-in-out;
}

.page-content--customize-trip .imgcheckbox__item .imgcheckbox__img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: .3s ease-in-out;
  z-index: 1;
  border-radius: 0 25px;
}

@media screen and (min-width: 576px) {
  .page-content--customize-trip .imgcheckbox__item .imgcheckbox__img::after {
    border-radius: 0 45px;
  }
}

@media screen and (min-width: 576px) {
  .page-content--customize-trip .imgcheckbox__item .imgcheckbox__img {
    overflow: hidden;
    height: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .page-content--customize-trip .imgcheckbox__item .imgcheckbox__img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.page-content--customize-trip .imgcheckbox__item .form-item__bg {
  display: block;
  background-color: #401a33;
  color: #fff;
  cursor: pointer;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0;
  transition: border-radius 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
  .page-content--customize-trip .imgcheckbox__item .form-item__bg {
    min-height: calc(100vw / 4);
  }
}

.page-content--customize-trip .imgcheckbox__item .form-item__bg + figcaption {
  font-family: "Underland";
  font-size: 30px;
  line-height: 32px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .imgcheckbox__item .form-item__bg + figcaption {
    font-size: 22px;
  }
}

.page-content--customize-trip .imgcheckbox__item .form-item__bg + figcaption::before {
  content: unset;
}

.page-content--customize-trip .imgcheckbox__item input:checked + .imgcheckbox__img {
  box-shadow: 0 0 0 4px #c2d982;
  border-radius: 0 25px;
}

.page-content--customize-trip .imgcheckbox__item input:checked + .imgcheckbox__img img {
  filter: grayscale(100%);
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .imgcheckbox__item input:checked + .imgcheckbox__img img {
    border-radius: 0 25px;
  }
}

@media screen and (max-width: 991px) {
  .page-content--customize-trip .imgcheckbox__item input:checked + .imgcheckbox__img .form-item__bg {
    border-radius: 0 25px;
  }
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .imgcheckbox__item input:checked + .imgcheckbox__img figcaption {
    color: #688026;
  }
}

.page-content--customize-trip .imgcheckbox__item input:checked + .imgcheckbox__img::after {
  content: '';
  background-color: rgba(124, 153, 46, 0.65);
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .imgcheckbox__item input:checked + .imgcheckbox__img::after {
    border-radius: 0 25px;
  }
}

@media screen and (min-width: 576px) {
  .page-content--customize-trip .imgcheckbox__item input:checked + .imgcheckbox__img {
    border-radius: 0 45px;
  }
  .page-content--customize-trip .imgcheckbox__item input:checked + .imgcheckbox__img img {
    transform: scale(1.1);
  }
}

.page-content--customize-trip .imgcheckbox__item input:checked + .imgcheckbox__img figcaption::before {
  border-bottom-left-radius: 25px;
}

@media screen and (min-width: 576px) {
  .page-content--customize-trip .imgcheckbox__item input:checked + .imgcheckbox__img figcaption::before {
    border-bottom-left-radius: 45px;
  }
}

.page-content--customize-trip .imgcheckbox__item img {
  width: 100%;
  object-fit: cover;
  transition: transform .3s ease-in-out, border-radius .3s ease-in-out;
}

.page-content--customize-trip .imgcheckbox__item figcaption {
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  border-bottom-left-radius: 25px;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .imgcheckbox__item figcaption {
    margin-top: 8px;
  }
}

@media screen and (min-width: 576px) {
  .page-content--customize-trip .imgcheckbox__item figcaption {
    border-bottom-left-radius: 45px;
    bottom: 0;
    padding: 20px;
    color: #ffffff;
    font-weight: 900;
    font-size: 22px;
    line-height: 24px;
    z-index: 2;
  }
  .page-content--customize-trip .imgcheckbox__item figcaption::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100vw / 11.5);
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.35;
    transition: 0.3s ease-in-out;
    z-index: -1;
  }
}

@media screen and (min-width: 1200px) {
  .page-content--customize-trip .imgcheckbox__item:hover .imgcheckbox__img {
    border-radius: 0 25px;
  }
}

@media screen and (min-width: 1200px) and (min-width: 576px) {
  .page-content--customize-trip .imgcheckbox__item:hover .imgcheckbox__img {
    border-radius: 0 45px;
  }
  .page-content--customize-trip .imgcheckbox__item:hover .imgcheckbox__img img {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 1200px) {
  .page-content--customize-trip .imgcheckbox__item:hover .imgcheckbox__img figcaption::before {
    border-bottom-left-radius: 25px;
  }
}

@media screen and (min-width: 1200px) and (min-width: 576px) {
  .page-content--customize-trip .imgcheckbox__item:hover .imgcheckbox__img figcaption::before {
    border-bottom-left-radius: 45px;
  }
}

.page-content--customize-trip .box-radio--cols-1 .wpcf7-list-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .box-radio--cols-1 .wpcf7-list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-content--customize-trip .box-radio--cols-2 .wpcf7-list-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .box-radio--cols-2 .wpcf7-list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-content--customize-trip .box-radio--cols-3 .wpcf7-list-item {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  padding: 0 15px;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .box-radio--cols-3 .wpcf7-list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-content--customize-trip .box-radio--cols-4 .wpcf7-list-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .box-radio--cols-4 .wpcf7-list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-content--customize-trip .box-radio--cols-5 .wpcf7-list-item {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .box-radio--cols-5 .wpcf7-list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-content--customize-trip .box-radio--cols-6 .wpcf7-list-item {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
  padding: 0 15px;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .box-radio--cols-6 .wpcf7-list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-content--customize-trip .box-radio--cols-7 .wpcf7-list-item {
  flex: 0 0 14.28571429%;
  max-width: 14.28571429%;
  padding: 0 15px;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .box-radio--cols-7 .wpcf7-list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-content--customize-trip .box-radio--cols-8 .wpcf7-list-item {
  flex: 0 0 12.5%;
  max-width: 12.5%;
  padding: 0 15px;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .box-radio--cols-8 .wpcf7-list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-content--customize-trip .box-radio--cols-9 .wpcf7-list-item {
  flex: 0 0 11.11111111%;
  max-width: 11.11111111%;
  padding: 0 15px;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .box-radio--cols-9 .wpcf7-list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-content--customize-trip .box-radio--cols-10 .wpcf7-list-item {
  flex: 0 0 10%;
  max-width: 10%;
  padding: 0 15px;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .box-radio--cols-10 .wpcf7-list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-content--customize-trip .box-radio--cols-11 .wpcf7-list-item {
  flex: 0 0 9.09090909%;
  max-width: 9.09090909%;
  padding: 0 15px;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .box-radio--cols-11 .wpcf7-list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-content--customize-trip .box-radio--cols-12 .wpcf7-list-item {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
  padding: 0 15px;
}

@media screen and (max-width: 575px) {
  .page-content--customize-trip .box-radio--cols-12 .wpcf7-list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-content--customize-trip .box-radio .wpcf7-form-control {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.page-content--customize-trip .box-radio .wpcf7-list-item {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .page-content--customize-trip .box-radio .wpcf7-list-item {
    margin-bottom: 30px;
  }
}

.page-content--customize-trip .box-radio .wpcf7-list-item label {
  height: 100%;
}

.page-content--customize-trip .box-radio .wpcf7-list-item-label {
  border: 2px solid #c2d982;
  border-radius: 10px;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  padding: 20px;
  height: 100%;
  width: 100%;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .page-content--customize-trip .box-radio .wpcf7-list-item-label {
    padding: 12px 20px;
  }
}

@media screen and (min-width: 768px) {
  .page-content--customize-trip .box-radio .wpcf7-list-item-label {
    font-size: 17px;
    line-height: 20px;
  }
}

.page-content--customize-trip .final-message {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: -20px;
  padding: 12.9vw 0 10.01vw;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  .page-content--customize-trip .final-message {
    padding: 20vw 0 12vw;
  }
}

@media (max-width: 991px) {
  .page-content--customize-trip .final-message {
    padding: 30vw 0 20vw;
  }
}

@media (max-width: 575px) {
  .page-content--customize-trip .final-message {
    padding: 65vw 0 31vw;
    background-position: center;
  }
}

.page-content--customize-trip .final-message:after, .page-content--customize-trip .final-message:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
}

.page-content--customize-trip .final-message:before {
  top: 0;
  height: 12.9vw;
  background-image: linear-gradient(180deg, #fffdfa 0%, rgba(255, 253, 250, 0) 100%);
}

@media (max-width: 1199px) {
  .page-content--customize-trip .final-message:before {
    height: 20vw;
  }
}

@media (max-width: 991px) {
  .page-content--customize-trip .final-message:before {
    height: 30vw;
  }
}

@media (max-width: 575px) {
  .page-content--customize-trip .final-message:before {
    height: 65vw;
  }
}

.page-content--customize-trip .final-message:after {
  bottom: 0;
  height: 10.01vw;
  background: red;
  background-color: #000000;
  opacity: 0.6;
}

@media (max-width: 1199px) {
  .page-content--customize-trip .final-message:after {
    height: 12vw;
  }
}

@media (max-width: 991px) {
  .page-content--customize-trip .final-message:after {
    height: 20vw;
  }
}

@media (max-width: 575px) {
  .page-content--customize-trip .final-message:after {
    height: 31vw;
  }
}

.page-content--customize-trip .final-message__btn-wrapper {
  position: relative;
  z-index: 1;
}

.page-content--customize-trip .final-message__btn-wrapper .c-btn:hover + .ajax-loader {
  background-color: #688026;
}

.page-content--customize-trip .final-message__btn-wrapper .c-btn + .ajax-loader {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
  padding: 12px 18px;
  min-width: 130px;
  margin: 0;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #7c992e;
  transition: background-color 0.2s linear;
}

.page-content--customize-trip .final-message__btn-wrapper .c-btn + .ajax-loader.is-active {
  display: block;
}

.page-content--customize-trip .final-message__arrow {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 2px;
  height: 9.72vw;
  min-height: 140px;
  background-color: #7c992e;
  z-index: 2;
}

.page-content--customize-trip .final-message__arrow:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 1px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #7d992e transparent transparent transparent;
}

.page-content--customize-trip .final-message__body {
  position: relative;
  z-index: 2;
  margin: 0 -20px;
  overflow-x: hidden;
}

.page-content--customize-trip .final-message__body:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
}

.page-content--customize-trip .final-message__text {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  position: relative;
  z-index: 3;
}

@media (max-width: 991px) {
  .page-content--customize-trip .final-message__text {
    padding: 8px;
  }
}

.page-content--customize-trip .final-message__text p {
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  max-width: 800px;
  padding: 0 15px;
  margin: 0 auto 30px;
}

@media (max-width: 991px) {
  .page-content--customize-trip .final-message__text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 17px;
  }
}

.page-content--customize-trip .final-message .arch * {
  fill: #401a33;
}

main.page-content--customize-trip {
  position: relative;
  z-index: 2;
}

main.page-content--customize-trip + footer.footer {
  margin-top: -80px;
  padding-top: 135px;
}

@media (max-width: 1690px) {
  main.page-content--customize-trip + footer.footer {
    margin-top: -45px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  main.page-content--customize-trip + footer.footer {
    padding-top: 80px;
  }
}

@media (max-width: 1440px) {
  main.page-content--customize-trip + footer.footer {
    margin-top: -40px;
  }
}

.parts-of-the-world {
  background-color: #401a33;
  margin-top: 36px;
  position: relative;
}

@media screen and (max-width: 575px) {
  .parts-of-the-world {
    margin-top: 0;
  }
}

.parts-of-the-world::before, .parts-of-the-world::after {
  content: '';
  background-image: url("../svg/purple-path.svg");
  background-size: cover;
  background-position: center bottom;
  height: calc(100vw / 48);
  left: -15px;
  right: -15px;
  position: absolute;
  margin: 0 -15px;
}

.parts-of-the-world::before {
  top: calc(-100vw / 48 + 3px);
}

.parts-of-the-world::after {
  bottom: calc(-100vw / 48 + 3px);
  transform: rotate(180deg);
}

.parts-of-the-world .country-regions h3 {
  margin: 0 0 7px;
}

@media screen and (max-width: 767px) {
  .parts-of-the-world .country-regions h3 {
    margin: 0 0 3px;
  }
}

@media screen and (min-width: 768px) {
  .parts-of-the-world .country-regions .images-radio {
    padding: 11px 0 0;
  }
}

.parts-of-the-world .country-regions .country-regions__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .parts-of-the-world .country-regions .country-regions__cta {
    padding-top: 8px;
  }
}

.parts-of-the-world .country-regions .country-regions__cta .select__btn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.parts-of-the-world .country-regions .country-regions__cta .select__btn::before {
  content: url("../svg/icon-plus.svg");
}

.parts-of-the-world .country-regions .country-regions__cta .select__btn > span {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin-left: 9px;
}

.parts-of-the-world .country-regions .country-regions__cta .c-btn-wrapper {
  margin: 0 10px;
}

.parts-of-the-world .country-regions .country-regions__cta .c-btn-wrapper .c-btn {
  color: #222222;
  background: transparent;
  min-width: 120px;
}

.parts-of-the-world .page-accordion {
  padding: 1px 0;
}

.parts-of-the-world .page-accordion .single-accordion {
  border-top: none;
  padding: 0;
}

.parts-of-the-world .page-accordion .single-accordion:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.parts-of-the-world .page-accordion .single-accordion:last-of-type {
  border-bottom: none;
}

.parts-of-the-world .page-accordion .single-accordion.active {
  background-color: #662951;
}

.parts-of-the-world .page-accordion .single-accordion.active .single-accordion__title .selected-length::before {
  height: 0;
}

.parts-of-the-world .page-accordion .single-accordion.contains {
  background-color: #662951;
}

.parts-of-the-world .page-accordion .single-accordion.contains .selected-length {
  background: #fffdfa;
  border-color: transparent;
  color: #333333;
  font-family: "museo-sans", sans-serif;
  font-size: 22px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parts-of-the-world .page-accordion .single-accordion.contains .selected-length::before, .parts-of-the-world .page-accordion .single-accordion.contains .selected-length::after {
  opacity: 0;
}

.parts-of-the-world .page-accordion .single-accordion .single-accordion__title {
  margin: 0 auto;
  max-width: 960px;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .macos .parts-of-the-world .page-accordion .single-accordion .single-accordion__title,
  .ios .parts-of-the-world .page-accordion .single-accordion .single-accordion__title {
    padding: 50px 20px 33px;
  }
}

@media screen and (max-width: 575px) {
  .macos .parts-of-the-world .page-accordion .single-accordion .single-accordion__title,
  .ios .parts-of-the-world .page-accordion .single-accordion .single-accordion__title {
    padding: 18px 23px 11px;
  }
}

@media screen and (max-width: 575px) {
  .parts-of-the-world .page-accordion .single-accordion .single-accordion__title {
    padding: 11px 23px 18px;
  }
}

@media screen and (min-width: 768px) {
  .parts-of-the-world .page-accordion .single-accordion .single-accordion__title {
    padding: 32px 20px 51px;
  }
}

.parts-of-the-world .page-accordion .single-accordion .single-accordion__title::after {
  content: unset;
}

.parts-of-the-world .page-accordion .single-accordion .single-accordion__title h5 {
  color: #fff;
  font-family: "Underland";
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .parts-of-the-world .page-accordion .single-accordion .single-accordion__title h5 {
    font-size: 48px;
    line-height: 48px;
  }
}

.parts-of-the-world .page-accordion .single-accordion .single-accordion__title .selected-length {
  height: 42px;
  width: 42px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  position: relative;
  top: 11px;
  transition: background 0.3s ease-in-out;
}

@media screen and (max-width: 575px) {
  .parts-of-the-world .page-accordion .single-accordion .single-accordion__title .selected-length {
    top: 3px;
  }
}

.macos .parts-of-the-world .page-accordion .single-accordion .single-accordion__title .selected-length,
.ios .parts-of-the-world .page-accordion .single-accordion .single-accordion__title .selected-length {
  top: -7px;
}

@media screen and (max-width: 575px) {
  .macos .parts-of-the-world .page-accordion .single-accordion .single-accordion__title .selected-length,
  .ios .parts-of-the-world .page-accordion .single-accordion .single-accordion__title .selected-length {
    top: -3px;
  }
}

.parts-of-the-world .page-accordion .single-accordion .single-accordion__title .selected-length::before, .parts-of-the-world .page-accordion .single-accordion .single-accordion__title .selected-length::after {
  content: '';
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-in-out;
}

.parts-of-the-world .page-accordion .single-accordion .single-accordion__title .selected-length::before {
  height: 16px;
  width: 2px;
}

.parts-of-the-world .page-accordion .single-accordion .single-accordion__title .selected-length::after {
  height: 2px;
  width: 16px;
}

.parts-of-the-world .page-accordion .single-accordion .single-accordion__content {
  background-color: #fffdfa;
  padding: 30px 20px;
}

@media screen and (min-width: 768px) {
  .parts-of-the-world .page-accordion .single-accordion .single-accordion__content {
    padding: 50px 40px;
  }
}

.cyt__thank-you {
  padding: 87px 0;
}

.cyt__thank-you .c-btn-wrapper {
  margin-top: -6px;
}

.cyt__thank-you .cyt-note {
  color: #4a4a4a;
  font-style: italic;
  text-align: center;
  padding-top: 19px;
}

.taxonomy-callout {
  background-color: #fbf3e5;
  padding: 104px 0 136px;
  position: relative;
}

@media (max-width: 1899px) {
  .taxonomy-callout {
    padding: 102px 0 143px;
  }
}

@media (max-width: 1439px) {
  .taxonomy-callout {
    padding: 102px 0 132px;
  }
}

@media (max-width: 991px) {
  .taxonomy-callout {
    padding: 18px 0 17px;
  }
}

.taxonomy-callout .block-content-images {
  padding: 41px 0 42px;
}

@media (max-width: 991px) {
  .taxonomy-callout .block-content-images {
    overflow: hidden;
  }
}

@media (max-width: 575px) {
  .taxonomy-callout .block-content-images img {
    height: 240px;
  }
}

.taxonomy-callout .b-content-images__col.image-right {
  padding-left: 80px;
}

@media (max-width: 1899px) {
  .taxonomy-callout .b-content-images__col.image-right {
    padding-left: 39px;
  }
}

@media (max-width: 1439px) {
  .taxonomy-callout .b-content-images__col.image-right {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .taxonomy-callout .b-content-images__col.image-right {
    padding-left: 0;
  }
}

.taxonomy-callout .block-content-images__background {
  left: 0;
  bottom: 2px;
}

@media (max-width: 991px) {
  .taxonomy-callout .block-content-images__background {
    bottom: -9px;
  }
}

.taxonomy-callout .block-content-images__background::before {
  content: unset;
}

.taxonomy-callout .block-content-images__background::after {
  background-image: url("../svg/tribal-full-3-dark.svg");
  left: 0;
  height: 555px;
  background-position: 4%;
}

@media (max-width: 991px) {
  .taxonomy-callout .block-content-images__background::after {
    height: 268px;
    bottom: 32px;
    background-position: bottom center;
  }
}

@media (max-width: 1439px) {
  .taxonomy-callout .b-content-images__col {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .taxonomy-callout .b-content-images__col {
    padding-left: 20px;
  }
}

.taxonomy-callout .b-content-images__content-wrapper {
  background-color: #fffcf7;
  padding: 29.4% 14% 28.5% 10.4%;
  width: 825px;
  margin-right: -160px;
}

@media (max-width: 1899px) {
  .taxonomy-callout .b-content-images__content-wrapper {
    padding: 10.5% 19% 14% 14%;
    width: 780px;
    margin-right: -116px;
  }
}

@media (max-width: 1690px) {
  .taxonomy-callout .b-content-images__content-wrapper {
    width: auto;
    margin-right: -120px;
  }
}

@media (max-width: 1439px) {
  .taxonomy-callout .b-content-images__content-wrapper {
    margin: 0 -101px 0 0;
    padding: 13.6% 19% 13% 16%;
  }
}

@media (max-width: 991px) {
  .taxonomy-callout .b-content-images__content-wrapper {
    margin: -30px 0 0;
    padding: 25px 20px 37px;
  }
}

.taxonomy-callout .b-content-images__content-wrapper h2 {
  font-weight: 900;
  font-size: 70px;
  line-height: 80px;
}

@media (max-width: 991px) {
  .taxonomy-callout .b-content-images__content-wrapper h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.taxonomy-callout .b-content-images__content-wrapper p {
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 991px) {
  .taxonomy-callout .b-content-images__content-wrapper p {
    font-size: 15px;
    line-height: 24px;
  }
}

.taxonomy-callout__curve {
  overflow: hidden;
}

.taxonomy-callout__curve svg {
  bottom: -1px;
  position: absolute;
  left: -15px;
  right: -15px;
  width: calc(100% + 30px);
  z-index: 8;
}

.taxonomy-callout__curve svg * {
  fill: #fffdfa;
}

.related-adventures--taxonomy {
  padding: 116px 0 50px;
}

@media (max-width: 1439px) {
  .related-adventures--taxonomy {
    padding: 146px 0 50px;
  }
}

@media (max-width: 991px) {
  .related-adventures--taxonomy {
    padding: 58px 0 40px;
  }
}

.related-adventures--taxonomy .related-adventures__title-wrapper {
  margin-bottom: 47px;
}

@media (max-width: 991px) {
  .related-adventures--taxonomy .related-adventures__title-wrapper {
    margin-bottom: 24px;
  }
}

.related-adventures--taxonomy .adventures {
  margin-bottom: 37px;
}

@media all and (min-width: 1200px) {
  .related-adventures--taxonomy .adventures {
    margin-bottom: 51px;
  }
}

@media all and (min-width: 1440px) {
  .related-adventures--taxonomy .adventures {
    margin-bottom: 52px;
  }
}

@media all and (min-width: 1900px) {
  .related-adventures--taxonomy .adventures {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .related-adventures--taxonomy .adventures__description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .related-adventures--taxonomy .simple-btn {
    margin-top: 8px;
  }
}

.related-adventures--taxonomy .related-adventures__btn {
  margin-top: 58px;
}

@media (max-width: 991px) {
  .related-adventures--taxonomy .related-adventures__btn {
    margin-top: 35px;
  }
}

.single-tour .page-content section:last-of-type {
  padding-bottom: 0;
}

.single-tour .footer {
  margin-top: 96px;
}

@media (max-width: 767px) {
  .single-tour .footer {
    margin-top: 67px;
  }
}

.attraction {
  padding: 63px 0;
}

@media (max-width: 1439px) {
  .attraction {
    padding: 100px 0 59px;
  }
}

@media (max-width: 767px) {
  .attraction {
    max-width: 580px;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .attraction {
    padding: 17px 0;
  }
}

.attraction__extra-content {
  display: none;
}

.attraction__heading {
  text-align: center;
}

@media (max-width: 1439px) {
  .attraction__heading {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .attraction__heading {
    padding: 0;
  }
}

.attraction__heading-subtitle {
  color: #662951;
  font-family: "Underland";
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 13px;
}

.safari .attraction__heading-subtitle {
  line-height: 1.5;
}

@media (max-width: 991px) {
  .attraction__heading-subtitle {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 7px;
  }
}

.attraction__heading-title {
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .attraction__heading-title {
    font-size: 28px;
    line-height: 36px;
    max-width: 76%;
    margin: 0 auto;
  }
}

.attraction .image-links--attraction {
  padding: 33px 0 0;
}

@media (max-width: 991px) {
  .attraction .image-links--attraction {
    padding: 11px 0 0;
  }
}

@media (max-width: 767px) {
  .attraction .image-link .image-link__text {
    bottom: 18px;
  }
}

.attraction .block-content-links-text--attraction {
  padding: 44px 0 0;
}

@media (max-width: 1439px) {
  .attraction .block-content-links-text--attraction {
    padding: 43px 0 0;
  }
}

@media (max-width: 991px) {
  .attraction .block-content-links-text--attraction {
    padding: 0;
  }
}

.attraction__extra-btn-wrapper {
  text-align: center;
  padding: 8px 0;
  margin-top: 19px;
}

@media (max-width: 991px) {
  .attraction__extra-btn-wrapper {
    padding: 0;
    margin-top: 20px;
  }
}

.attraction__btn {
  background: transparent;
  border: none;
  color: #688026;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 991px) {
  .attraction__btn {
    font-size: 14px;
    line-height: 16px;
  }
}

.attraction__btn:hover {
  color: #688026;
}

.attraction__btn:after, .attraction__btn:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 2px;
  border-radius: 1px;
  background-color: #7c992e;
}

@media (max-width: 1439px) {
  .attraction__btn:after, .attraction__btn:before {
    width: 29px;
  }
}

.attraction__btn:after {
  right: -36px;
}

.attraction__btn:before {
  left: -36px;
}

.related-posts.related-posts--taxonomy {
  padding-top: 39px;
  padding-bottom: 69px;
}

@media (max-width: 1899px) {
  .related-posts.related-posts--taxonomy {
    padding-top: 35px;
  }
}

@media (max-width: 1439px) {
  .related-posts.related-posts--taxonomy {
    padding-bottom: 102px;
  }
}

@media (max-width: 991px) {
  .related-posts.related-posts--taxonomy {
    padding-top: 25px;
    padding-bottom: 41px;
  }
}

.main-newsletter.main-newsletter--taxonomy {
  padding: 61vw 0 14vw;
}

@media all and (min-width: 375px) {
  .main-newsletter.main-newsletter--taxonomy {
    padding: 29vw 0 14vw;
  }
}

@media all and (min-width: 768px) {
  .main-newsletter.main-newsletter--taxonomy {
    padding: 16.5vw 0 10vw;
    background-size: cover;
  }
}

@media all and (min-width: 1440px) {
  .main-newsletter.main-newsletter--taxonomy {
    padding: 15.7vw 0 8.4vw;
    background-size: cover;
  }
}

@media all and (min-width: 1900px) {
  .main-newsletter.main-newsletter--taxonomy {
    padding: 21vw 0 6.6vw;
  }
}

.main-newsletter.main-newsletter--taxonomy:before {
  height: calc(21vw - 155px);
}

@media (max-width: 1899px) {
  .main-newsletter.main-newsletter--taxonomy:before {
    height: calc(15.7vw - 40px);
  }
}

@media (max-width: 1439px) {
  .main-newsletter.main-newsletter--taxonomy:before {
    height: 16.5vw;
  }
}

@media (max-width: 767px) {
  .main-newsletter.main-newsletter--taxonomy:before {
    height: 29vw;
  }
}

@media (max-width: 375px) {
  .main-newsletter.main-newsletter--taxonomy:before {
    height: 61vw;
  }
}

.main-newsletter.main-newsletter--taxonomy:after {
  height: 6.6vw;
}

@media (max-width: 1899px) {
  .main-newsletter.main-newsletter--taxonomy:after {
    height: 8.4vw;
  }
}

@media (max-width: 1439px) {
  .main-newsletter.main-newsletter--taxonomy:after {
    height: 10vw;
  }
}

@media (max-width: 767px) {
  .main-newsletter.main-newsletter--taxonomy:after {
    height: 14vw;
  }
}

.post-hero.post-archive-hero {
  padding-bottom: 4.4vw;
  padding-top: 4.8vw;
}

.post-hero.post-archive-hero .bgr-blur {
  height: auto;
  bottom: 0;
}

@media (max-width: 1899px) {
  .post-hero.post-archive-hero {
    padding-bottom: 5.7vw;
  }
}

@media (max-width: 991px) {
  .post-hero.post-archive-hero {
    padding-top: 43px;
    padding-bottom: 35px;
  }
}

.post-hero.post-archive-hero .container-fluid {
  padding: 0 100px;
  max-width: 1440px;
}

@media (max-width: 1199px) {
  .post-hero.post-archive-hero .container-fluid {
    padding: 0 45px;
  }
}

@media (max-width: 991px) {
  .post-hero.post-archive-hero .container-fluid {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .post-hero.post-archive-hero .container-fluid {
    padding: 0;
  }
}

@media all and (min-width: 1440px) {
  .post-hero.post-archive-hero .post-intro__text-col {
    max-width: 635px;
  }
}

@media (max-width: 991px) {
  .post-hero.post-archive-hero .post-intro__text-col {
    order: 1;
  }
}

@media all and (min-width: 1440px) {
  .post-hero.post-archive-hero .post-intro__img-col {
    flex: 1 0 50%;
  }
}

@media (max-width: 991px) {
  .post-hero.post-archive-hero .post-intro__img-col {
    order: 0;
  }
}

.post-hero.post-archive-hero .post-intro__content-wrapper {
  padding-top: 2.3vw;
}

@media (max-width: 1899px) {
  .post-hero.post-archive-hero .post-intro__content-wrapper {
    padding-top: 2.8vw;
  }
}

@media (max-width: 991px) {
  .post-hero.post-archive-hero .post-intro__content-wrapper {
    padding-top: 24px;
  }
}

.post-hero.post-archive-hero .post-intro__content {
  max-width: none;
}

.post-hero.post-archive-hero .post-hero__title-wrapper {
  margin-bottom: 11px;
}

@media (max-width: 1899px) {
  .post-hero.post-archive-hero .post-hero__title-wrapper {
    margin-bottom: 31px;
  }
}

@media (max-width: 991px) {
  .post-hero.post-archive-hero .post-hero__title-wrapper {
    margin-bottom: 27px;
  }
}

.post-hero.post-archive-hero .post-title {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .post-hero.post-archive-hero .post-title {
    line-height: 32px;
    margin-bottom: 16px;
  }
}

.post-hero.post-archive-hero .signatures {
  padding-left: 1px;
  padding-top: 16px;
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .post-hero.post-archive-hero .signatures {
    margin-bottom: 18px;
    padding-top: 4px;
  }
}

@media (max-width: 991px) {
  .post-hero.post-archive-hero .signatures .author {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .post-hero.post-archive-hero .signatures .date {
    margin-right: 19px;
  }
}

@media (max-width: 991px) {
  .post-hero.post-archive-hero .signatures .date:after {
    right: -13px;
  }
}

.post-hero.post-archive-hero .c-btn {
  color: #fff;
  border: 2px solid #c2d982;
}

.post-hero.post-archive-hero .c-btn:hover {
  border-color: #7c992e;
}

.post-hero.post-archive-hero .blog-index__slider-background {
  width: 100%;
  height: 100%;
}

.post-hero.post-archive-hero .slick-list.draggable {
  height: 100%;
}

.post-hero.post-archive-hero .slick-track {
  height: 100%;
  display: flex !important;
}

.post-hero.post-archive-hero .slick-slide {
  height: inherit !important;
}

.post-hero.post-archive-hero .slick-slide > div {
  height: 100%;
}

@media (max-width: 991px) {
  .post-hero.post-archive-hero .blog-index__slider-text .slick-slide > div {
    text-align: center;
  }
}

.post-hero.post-archive-hero .blog-index__slider-text .slick-list {
  overflow: visible;
}

.post-hero.post-archive-hero .post-archive-hero__nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 2.8vw;
}

@media (max-width: 1899px) {
  .post-hero.post-archive-hero .post-archive-hero__nav {
    padding-top: 4.4vw;
  }
}

@media (max-width: 991px) {
  .post-hero.post-archive-hero .post-archive-hero__nav {
    padding-top: 29px;
  }
}

.post-hero.post-archive-hero .post-archive-hero__nav .prev-arrow, .post-hero.post-archive-hero .post-archive-hero__nav .next-arrow {
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  position: relative;
}

.post-hero.post-archive-hero .post-archive-hero__nav .prev-arrow:before, .post-hero.post-archive-hero .post-archive-hero__nav .next-arrow:before {
  content: '';
  position: absolute;
  top: -1px;
  width: 31px;
  height: 31px;
  background-color: #fff;
  border-radius: 50%;
  display: none;
  animation: pulse-arrow 0.8s ease infinite;
}

@media (max-width: 991px) {
  .post-hero.post-archive-hero .post-archive-hero__nav .prev-arrow:before, .post-hero.post-archive-hero .post-archive-hero__nav .next-arrow:before {
    top: -5px;
  }
}

.desktop .post-hero.post-archive-hero .post-archive-hero__nav .prev-arrow:hover:before, .desktop .post-hero.post-archive-hero .post-archive-hero__nav .next-arrow:hover:before {
  display: block;
}

.post-hero.post-archive-hero .post-archive-hero__nav .prev-arrow {
  transform: rotateY(180deg);
  margin-right: 33px;
}

.post-hero.post-archive-hero .post-archive-hero__nav .prev-arrow:before {
  right: -7px;
}

.post-hero.post-archive-hero .post-archive-hero__nav .next-arrow:before {
  left: 16px;
}

.post-hero.post-archive-hero .slick-slide .post-intro__content {
  transform: translateX(-30px);
  opacity: 0;
  transition: all .8s ease;
}

.post-hero.post-archive-hero .slick-slide.slick-current .post-intro__content {
  transform: translateX(0);
  opacity: 1;
}

.post-hero.post-archive-hero .slick-slide .post-intro__image-wrapper {
  opacity: 0;
  transition: all .6s ease;
  transition-delay: .2s;
}

.post-hero.post-archive-hero .slick-slide.slick-current .post-intro__image-wrapper {
  opacity: 1;
}

@keyframes pulse-arrow {
  0% {
    transform: scale(0.5);
  }
  50% {
    opacity: .25;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.blog-index-filters {
  padding: 36px 0;
}

@media (max-width: 767px) {
  .blog-index-filters {
    padding: 23px 0;
    margin-bottom: -18px;
  }
}

.blog-index-filters__text {
  color: #707070;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .blog-index-filters__text {
    font-size: 13px;
    letter-spacing: .65px;
  }
}

.blog-index-filters__item:not(:last-child) {
  margin-right: 37px;
}

@media (max-width: 767px) {
  .blog-index-filters__item:not(:last-child) {
    margin-right: 27px;
  }
}

@media (max-width: 767px) {
  .blog-index-filters__item:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 0 2px;
  }
}

.blog-index-filters__btn {
  color: #688026;
  position: relative;
  padding-right: 13px;
}

.blog-index-filters__btn:active, .blog-index-filters__btn:focus {
  color: #688026;
}

.blog-index-filters__btn:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: -1px;
  background-image: url("../svg/triangle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 6px;
  width: 8px;
  transition: all .3s linear;
}

@media (max-width: 767px) {
  .blog-index-filters__btn:after {
    width: 10px;
    right: -2px;
  }
}

.blog-index-filters__btn.active:after {
  transform: translateY(-50%) rotate(180deg);
}

.blog-index-filters .blog-filters button {
  background: none;
  cursor: pointer;
}

.blog-index-filters .blog-filters__list {
  display: none;
  opacity: 0;
  transition: opacity .3s linear, transform .2s linear;
}

.blog-index-filters .blog-filters__list.open {
  opacity: 1;
}

.blog-index-filters .blog-filters__list.move {
  transform: translateY(30px);
}

.blog-index-filters .blog-filters__select-btn {
  border: none;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  width: 100%;
  text-align: left;
}

@media (max-width: 767px) {
  .blog-index-filters .blog-filters__select-btn {
    font-size: 15px;
    line-height: 36px;
  }
}

.blog-index-filters .blog-filters__select-btn.parent {
  font-weight: 700;
}

.blog-index-filters .blog-filters__select-btn.current-filter {
  opacity: 0.4;
}

.blog-index-filters .blog-filters__categories-list {
  padding-top: 40px;
  margin-right: -30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
  .blog-index-filters .blog-filters__categories-list {
    grid-template-columns: repeat(3, 1fr);
    margin-right: -13px;
  }
}

@media (max-width: 767px) {
  .blog-index-filters .blog-filters__categories-list {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 13px 10px;
  }
}

.blog-index-filters .blog-filters__destination-list {
  padding-top: 34px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog-index-filters .blog-filters__destination-list {
    padding-top: 21px;
    padding-bottom: 7px;
  }
}

.blog-index-filters .blog-filters__destination-item {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ccc;
}

.blog-index-filters .blog-filters__destination-item:first-child {
  border-width: 1px 0;
}

.blog-index-filters .blog-filters__destination-btn {
  width: 100%;
  text-align: center;
  padding: 7px 0 8px;
  position: relative;
  border: none;
  transition: all .3s linear;
}

@media (max-width: 767px) {
  .blog-index-filters .blog-filters__destination-btn {
    padding: 11px 0 12px;
    margin-left: -8px;
  }
}

.blog-index-filters .blog-filters__destination-btn:after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
  height: 8px;
  width: 14px;
  margin-left: 9px;
  background-image: url("../svg/caret.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s linear;
}

.blog-index-filters .blog-filters__destination-btn.submenu-open {
  color: #688026;
  font-weight: 700;
}

.blog-index-filters .blog-filters__destination-btn.submenu-open:after {
  transform: translateY(-50%) rotate(0deg);
}

.blog-index-filters .blog-filters__destination-submenu {
  display: none;
  padding-left: 8.6%;
  padding-right: 5.9%;
  padding-top: 12px;
  padding-bottom: 26px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 991px) {
  .blog-index-filters .blog-filters__destination-submenu {
    grid-template-columns: repeat(3, 1fr);
    padding: 12px 0 26px;
  }
}

@media (max-width: 767px) {
  .blog-index-filters .blog-filters__destination-submenu {
    grid-template-columns: repeat(2, 1fr);
    padding: 1px 0 22px;
  }
}

.blog-index-filters .blog-filters__destination-submenu .blog-filters__destination-item {
  border: none;
}

@media (max-width: 767px) {
  .blog-index-filters .blog-filters__destination-submenu .sub-list {
    padding-left: 13px;
  }
}

.blog-index-filters .blog-filters__submenu-wrapper {
  display: none;
}

.blog-index-filters .blog-selected__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -2px;
}

.blog-index-filters .blog-selected__item {
  display: inline-block;
}

.blog-index-filters .blog-selected__btn {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  padding: 0;
  border: none;
  background: transparent;
  position: relative;
  margin: 10px 16px 3px;
  padding-right: 17px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .blog-index-filters .blog-selected__btn {
    font-size: 13px;
    line-height: 16px;
    margin: 14px 10px;
    padding-right: 24px;
  }
}

.blog-index-filters .blog-selected__btn:before, .blog-index-filters .blog-selected__btn:after {
  content: '';
  position: absolute;
}

.blog-index-filters .blog-selected__btn:before {
  top: 5px;
  right: -3px;
  background-image: url("../svg/clear.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 11px;
}

@media (max-width: 767px) {
  .blog-index-filters .blog-selected__btn:before {
    top: 2px;
    right: 1px;
  }
}

.blog-index-filters .blog-selected__btn:after {
  width: calc(100% + 2px);
  left: -1px;
  bottom: -2px;
  height: 2px;
  border-radius: 2px;
  background-color: #7c992e;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .blog-index-filters .blog-selected__btn:after {
    bottom: -4px;
  }
}

.related-posts.related-posts--archive {
  padding-top: 16px;
  padding-bottom: 62px;
}

@media (max-width: 767px) {
  .related-posts.related-posts--archive {
    padding-top: 0px;
  }
}

.related-posts.related-posts--archive .related-posts__wrapper {
  margin-top: 0;
}

.term-title__wrapper {
  padding-top: 36px;
}

.trip-archive__wrapper {
  display: grid;
  grid-template-columns: 265px 1fr;
  padding: 24px 30px 0;
}

@media (max-width: 991px) {
  .trip-archive__wrapper {
    grid-template-columns: 1fr;
    padding: 23px 40px;
  }
}

@media (max-width: 767px) {
  .trip-archive__wrapper {
    padding: 20px 20px;
  }
}

.trip-archive__wrapper ul {
  list-style-type: none;
}

.trip-archive__wrapper ul li {
  white-space: nowrap;
}

.trip-archive__trip-wrapper {
  padding: 20px 1.4vw 0 5.6vw;
}

@media (max-width: 1199px) {
  .trip-archive__trip-wrapper {
    padding-left: 30px;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .trip-archive__trip-wrapper {
    padding: 0;
  }
}

.trip-archive__trip-wrapper .adventures__image {
  min-height: auto;
}

.trip-archive__sidebar {
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .trip-archive__sidebar-wrapper {
    position: fixed;
    top: 0;
    background-color: #fffdfa;
    width: 280px;
    height: 100vh;
    height: calc(var(--vh100, 1vh) * 100);
    z-index: 15;
    text-align: left;
    padding: 19px 24px;
    right: -100%;
    transition: right .2s linear;
  }
  .trip-archive__sidebar-wrapper.open {
    right: 0;
  }
}

@media (max-width: 991px) {
  .trip-archive__sidebar-inner {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    padding-bottom: 200px;
  }
}

.trip-archive__pagination .pagination-wrapper {
  padding: 34px 20px 59px;
}

@media (max-width: 991px) {
  .trip-archive__pagination .pagination-wrapper {
    padding: 0px 20px 66px;
  }
}

.trip-archive__no-results {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .trip-archive__no-results {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}

.trip-archive__no-results p {
  max-width: 77%;
}

@media (max-width: 1199px) {
  .trip-archive__no-results p {
    max-width: 100%;
  }
}

.trip-archive__no-results strong {
  font-weight: 700;
}

.post-type-archive-tour strong {
  font-weight: 900;
}

.post-type-archive-tour .page-modal.open {
  z-index: 18;
}

.post-type-archive-tour .page-modal.open .page-modal__wrapper {
  z-index: 20;
}

@media (max-width: 991px) {
  .post-type-archive-tour .page-content {
    padding-top: 0;
  }
}

.trip-archive__results {
  color: #4a4a4a;
  font-size: 15px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 11px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .trip-archive__results {
    justify-content: flex-start;
  }
}

.trip-archive__results p {
  margin: 0;
}

@media (max-width: 991px) {
  .trip-archive__results span {
    display: none;
  }
}

.trip-archive__results--mobile {
  display: none;
}

@media (max-width: 991px) {
  .trip-archive__results--mobile {
    display: block;
    text-align: center;
    color: #4a4a4a;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding: 17px 0 29px;
  }
}

@media (max-width: 767px) {
  .trip-archive__results--mobile {
    padding: 6px 0 20px;
  }
}

.trip-archive__clear-all {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  color: #7c992e;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  display: none;
}

.trip-archive__clear-all.visible {
  display: inline-block !important;
}

@media (max-width: 991px) {
  .trip-archive__clear-all {
    margin-left: 11px;
    margin-bottom: -2px;
  }
}

.trip-archive__title {
  color: #662951;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .trip-archive__title {
    margin-bottom: 16px;
  }
}

.trip-archive__destination {
  padding: 24px 0 24px;
}

@media (max-width: 991px) {
  .trip-archive__destination {
    padding: 12px 0 15px;
  }
}

.trip-archive__destination-wrapper {
  position: relative;
  margin-bottom: 10px;
}

.trip-archive__destination-wrapper:after {
  content: '';
  position: absolute;
  top: 9px;
  right: 5px;
  width: 17px;
  height: 17px;
  background-image: url("../svg/icon_search-grey.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .trip-archive__destination-wrapper:after {
    top: 5px;
    right: 4px;
  }
}

.trip-archive__destination-input {
  padding: 0;
  background: transparent;
  border: none;
  color: #4a4a4a;
  font-weight: 500;
  font-size: 15px;
  font-family: "museo-sans", sans-serif;
  width: 100%;
  border-bottom: 2px solid rgba(124, 153, 46, 0.75);
  padding: 0 26px 5px 5px;
}

.trip-archive__destination-input:placeholder-shown + ul .subcategories-list--sec-tier {
  display: none;
}

@media (max-width: 991px) {
  .trip-archive__destination-input {
    padding-bottom: 9px;
  }
}

.trip-archive ::placeholder {
  opacity: 0.7;
  font-style: italic;
}

.trip-archive__destination-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 13px 0 0 13px;
  max-height: 240px;
  overflow-y: auto;
  display: none;
  z-index: 2;
}

.trip-archive__destination-sublist {
  padding-left: 10px;
}

.trip-archive__destination-item {
  color: #444444;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.trip-archive__destination-item.no-reasult {
  display: none;
  padding: 2px 10px 17px 11px;
}

.trip-archive__destination-item.no-reasult.active {
  display: block;
}

.trip-archive__destination-item.no-reasult span {
  white-space: normal;
}

.trip-archive__destination-btn {
  margin-bottom: 12px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.trip-archive__destination-btn:active, .trip-archive__destination-btn:focus {
  color: rgba(0, 0, 0, 0.247059);
}

.trip-archive__destination-btn--parent {
  font-weight: 700;
}

.trip-archive__destination-results__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: -5px;
}

@media (max-width: 991px) {
  .trip-archive__destination-results__list {
    margin: -6px 0 9px;
  }
}

.trip-archive__destination-results__item {
  display: inline-block;
}

.trip-archive__destination-selected {
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: #7c992e;
  position: relative;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  white-space: nowrap;
  margin: 6px 9px 0 0;
  padding: 0 26px 0 9px;
}

.trip-archive__destination-selected:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 7px;
  width: 12px;
  height: 11px;
  background-image: url("../svg/clear-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.trip-archive__destination-selected:focus, .trip-archive__destination-selected:active {
  color: #fff;
}

.trip-archive__filter {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 12px 1px;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .trip-archive__filter {
    padding-bottom: 17px;
    margin-bottom: 16px;
  }
}

.trip-archive__filter-wrapper {
  display: none;
}

.trip-archive__filter-btn {
  padding: 0;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  cursor: pointer;
  color: #662951;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  position: relative;
}

.trip-archive__filter-btn:active {
  color: #662951;
}

.trip-archive__filter-btn:after {
  content: '';
  position: absolute;
  top: 12px;
  transform: rotate(360deg);
  right: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #707070 transparent transparent transparent;
  border-radius: 5px;
  transition: transform .3s linear;
}

@media (max-width: 991px) {
  .trip-archive__filter-btn:after {
    top: 9px;
    right: -1px;
  }
}

.trip-archive__filter.active .trip-archive__filter-btn:after {
  transform: rotate(180deg);
}

.trip-archive__filter-list {
  padding: 13px 0 17px;
}

@media (max-width: 991px) {
  .trip-archive__filter-list {
    padding: 18px 0 12px;
  }
}

.trip-archive__filter-item {
  line-height: 18px;
}

.trip-archive__filter-item:not(:last-child) {
  margin-bottom: 9px;
}

@media (max-width: 991px) {
  .trip-archive__filter-item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.trip-archive__filter-list--activity .trip-archive__filter-item:not(:last-child) {
  margin-bottom: 10px;
}

.trip-archive__filter-checkbox {
  border: none;
  padding: 0;
  background: transparent;
  color: #4a4a4a;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  width: 100%;
  cursor: pointer;
  text-align: left;
  padding-left: 23px;
  position: relative;
}

@media (max-width: 991px) {
  .trip-archive__filter-checkbox {
    padding-left: 20px;
  }
}

.trip-archive__filter-checkbox.activity {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trip-archive__filter-checkbox.activity .opinion {
  margin: 0 2px 0 0;
}

.trip-archive__filter-checkbox:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #7c992e;
}

.trip-archive__filter-checkbox.current-filter:before {
  background-color: #7c992e;
  border: 1px solid #7c992e;
  background-image: url("../svg/checkmark-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.trip-archive__months {
  display: grid;
  grid-template-columns: repeat(4, 58px);
  grid-gap: 10px;
  padding: 13px 0 17px;
}

@media (max-width: 991px) {
  .trip-archive__months {
    grid-template-columns: repeat(4, 50px);
    grid-gap: 9px;
    padding: 19px 0 14px;
  }
}

.trip-archive__months-item {
  line-height: 18px;
}

.trip-archive__months-btn {
  cursor: pointer;
  padding: 10px 0;
  background: transparent;
  width: 100%;
  color: #4a4a4a;
  font-weight: 500;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid rgba(124, 153, 46, 0.7);
}

.trip-archive__months-btn.current-filter {
  border-radius: 3px;
  border-color: #7c992e;
  background-color: #7c992e;
  color: #fff;
}

.trip-archive__activity-info {
  color: #4a4a4a;
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

@media (max-width: 991px) {
  .trip-archive__activity-info {
    margin: 5px 0 11px;
  }
}

.trip-archive__activity-info span {
  line-height: 14px;
  display: flex;
  align-items: center;
}

.trip-archive__activity-info .level-info__text {
  margin-left: 7px;
}

@media (max-width: 991px) {
  .trip-archive__activity-info .level-info__text {
    margin-left: 5px;
  }
}

.trip-archive__sort {
  color: #4a4a4a;
  font-size: 15px;
  text-align: right;
  position: relative;
}

@media (max-width: 991px) {
  .trip-archive__sort {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fffdfa;
    width: 280px;
    height: 100vh;
    height: calc(var(--vh100, 1vh) * 100);
    z-index: 15;
    text-align: left;
    padding: 19px 24px;
    right: -280px;
    transition: right .2s linear;
  }
  .trip-archive__sort.open {
    right: 0;
  }
}

.trip-archive__sort p {
  margin: 0;
}

.trip-archive__sort-select {
  border: none;
  padding: 0;
  background: transparent;
  position: relative;
  padding-right: 23px;
  margin-left: 6px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .trip-archive__sort-select {
    display: none;
  }
}

.trip-archive__sort-select:after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%) rotate(180deg);
  right: 0;
  transform-origin: center;
  height: 8px;
  width: 14px;
  background-image: url("../svg/caret.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s linear;
}

.trip-archive__sort-list {
  position: absolute;
  top: calc(100% + 3px);
  right: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  z-index: 2;
  text-align: left;
  padding: 12px 20px 15px 45px;
  border-radius: 5px;
  display: none;
}

@media (max-width: 991px) {
  .trip-archive__sort-list {
    display: block !important;
    position: static;
    border-radius: 0;
    padding: 21px 0 0;
    box-shadow: none;
    overflow: auto;
    height: 100%;
    background-color: #fffdfa;
  }
}

.trip-archive__sort-list:after {
  content: '';
  position: absolute;
  top: -3px;
  right: 49px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  transform: rotate(45deg);
}

@media (max-width: 991px) {
  .trip-archive__sort-list:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .trip-archive__sort-item {
    padding-top: 3px;
    padding-left: 26px;
    padding-bottom: 12px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 11px;
  }
}

.trip-archive__sort-btn {
  width: 100%;
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #4a4a4a;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  position: relative;
}

.trip-archive__sort-btn.active {
  color: #688026;
}

.trip-archive__sort-btn.active:before {
  content: '';
  position: absolute;
  left: -24px;
  top: 4px;
  width: 16px;
  height: 11px;
  background-image: url("../svg/checkmark.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.trip-archive__callout {
  background-color: #f7eedf;
  border-radius: 0 45px;
  padding: 52px 40px 55px 52px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .trip-archive__callout {
    padding: 52px 37px 40px;
    margin-bottom: 43px;
  }
}

@media (max-width: 767px) {
  .trip-archive__callout {
    padding: 31px 37px 29px;
    margin-bottom: 24px;
  }
}

.trip-archive__callout--dark {
  background-color: #401a33;
}

.trip-archive__callout-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

@media (max-width: 991px) {
  .trip-archive__callout-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.trip-archive__callout-title {
  color: #662951;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .trip-archive__callout-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 13px;
  }
}

.trip-archive__callout--dark .trip-archive__callout-title {
  color: #fffdfa;
}

.trip-archive__callout-text {
  line-height: 24px;
}

@media (max-width: 991px) {
  .trip-archive__callout-text, .trip-archive__callout-text:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .trip-archive__callout-text, .trip-archive__callout-text:last-child {
    margin-bottom: 11px;
  }
}

@media (max-width: 767px) {
  .trip-archive__callout-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 11px;
  }
}

.trip-archive__callout--dark .trip-archive__callout-text {
  color: #fffdfa;
}

.trip-archive__callout-btn {
  margin: 0;
}

@media (max-width: 991px) {
  .trip-archive__callout-btn {
    text-align: center;
  }
}

.trip-archive__callout-btn .c-btn {
  padding: 12px 29px 11px;
}

@media (max-width: 767px) {
  .trip-archive__callout-btn .c-btn {
    padding: 11px 25px 10px;
  }
}

@media all and (min-width: 992px) {
  .trip-archive__trip-wrapper .adventures__content-col {
    padding-left: 15px;
    padding-right: 0;
  }
  .trip-archive__trip-wrapper .adventures__content-col:after {
    width: calc(100% - 15px);
    left: 15px;
  }
  .trip-archive__trip-wrapper .adventures__info-block__item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .trip-archive__trip-wrapper .adventures__info-block__item:first-child {
    padding-left: 0;
  }
  .trip-archive__trip-wrapper .adventures__info-block__item:last-child {
    padding-right: 0;
  }
}

@media all and (min-width: 1200px) {
  .trip-archive__trip-wrapper .adventures__picture-col {
    flex: 0 0 53%;
    max-width: 53%;
  }
  .trip-archive__trip-wrapper .adventures__content-col {
    flex: 0 0 47%;
    max-width: 47%;
    padding-left: 31px;
    padding-right: 15px;
  }
  .trip-archive__trip-wrapper .adventures__content-col:after {
    width: calc(100% - 46px);
    left: 31px;
  }
  .trip-archive__trip-wrapper .adventures__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .trip-archive__trip-wrapper .adventures__title {
    margin-bottom: 12px;
  }
  .trip-archive__trip-wrapper .adventures__description {
    margin-bottom: 31px;
  }
  .trip-archive__trip-wrapper .adventures__price-block {
    margin-bottom: 33px;
  }
  .trip-archive__trip-wrapper .adventures__info-block__item {
    padding-right: 18px;
    padding-left: 18px;
  }
  .trip-archive__trip-wrapper .adventures__info-block__item:last-child {
    padding-right: 18px;
  }
}

@media (max-width: 767px) {
  .trip-archive__trip-wrapper .adventures__content-col {
    padding-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .trip-archive__trip-wrapper .adventures__info-block__item:last-child {
    margin: 0;
  }
}

.trip-archive__mobile-bar {
  display: none;
  position: relative;
  min-height: 50px;
  background-color: #401a33;
  margin-top: -1px;
  z-index: 3;
}

@media (max-width: 991px) {
  .trip-archive__mobile-bar {
    display: block;
  }
}

.trip-archive__mobile-curve {
  overflow: hidden;
}

.trip-archive__mobile-curve svg {
  position: absolute;
  left: -15px;
  right: -15px;
  z-index: 6;
  width: calc(100% + 30px);
}

.trip-archive__mobile-curve--top svg {
  bottom: calc(100% - 1px);
}

.trip-archive__mobile-curve--bottom svg {
  transform: rotate(180deg);
  top: calc(100% - 1px);
}

.trip-archive__mobile-list {
  display: flex;
  flex-direction: row;
  position: relative;
}

.trip-archive__mobile-list:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background-color: #ffffff;
  opacity: 0.15;
}

.trip-archive__mobile-list.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
}

.trip-archive__mobile-item {
  flex: 0 0 50%;
  max-width: 50%;
  line-height: 14px;
}

.trip-archive__mobile-btn {
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: #401a33;
  width: 100%;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  padding-top: 2px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trip-archive__mobile-btn:focus, .trip-archive__mobile-btn:active {
  color: #fff;
}

@media (max-width: 767px) {
  .trip-archive__mobile-btn {
    padding-top: 0;
  }
}

.trip-archive__mobile-btn--filter {
  position: relative;
}

.trip-archive__mobile-selections {
  display: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #401a33;
  font-weight: 900;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  background-color: #fbf3e5;
  margin-left: 6px;
}

.trip-archive__mobile-selections.show {
  display: inline-block;
}

.trip-archive__close {
  display: none;
  position: absolute;
  top: 20px;
  right: 19px;
  z-index: 4;
  cursor: pointer;
}

@media (max-width: 991px) {
  .trip-archive__close {
    display: block;
  }
}

.trip-archive__close svg {
  width: 18px;
  height: 18px;
}

.trip-archive__close svg * {
  fill: #707070;
}

.trip-archive__overlay {
  content: '';
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  height: calc(var(--vh100, 1vh) * 100);
  background-color: #111;
  opacity: 0;
  z-index: 14;
  transition: opacity .2s linear;
  pointer-events: none;
}

.trip-archive__overlay.open {
  opacity: 0.5;
  pointer-events: initial;
}

.trip-archive__done-wrapper {
  display: none;
  position: absolute;
  width: 280px;
  right: 0;
  bottom: -60px;
  height: 60px;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fffdfa;
  padding: 10px 24px;
  transition: bottom .2s linear;
}

@media (max-width: 991px) {
  .trip-archive__done-wrapper {
    display: block;
  }
}

.trip-archive__done-wrapper.show {
  bottom: 0;
}

.trip-archive__done {
  width: 100%;
  background: transparent;
  font-size: 14px;
  line-height: 16px;
  padding: 11px 18px 9px;
}

.search-page .search__wrapper {
  background-image: linear-gradient(180deg, #4d1f3c 0%, #401a33 100%);
  padding: 100px 0 125px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .search-page .search__wrapper {
    padding: 60px 0;
  }
}

.search-page .search__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  background-image: url("../svg/tribal-full-3.svg");
  transform: rotate(180deg);
  opacity: 0.2;
}

@media screen and (max-width: 991px) {
  .search-page .search__wrapper::before {
    background-size: cover;
    height: 35px;
  }
}

.search-page .search__wrapper > svg {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: calc(100vw / 48);
}

.search-page .search__wrapper > svg path {
  fill: #fffdfa;
}

.search-page .search__wrapper h6 {
  color: #fbf3e5;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .search-page .search__wrapper h6 {
    font-size: 12px;
    letter-spacing: 0.65px;
    line-height: 12px;
  }
}

.search-page .search__wrapper label {
  width: 100%;
}

.search-page .search__wrapper .search-input__content {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 253, 250, 0.4);
  padding: 7px 0;
}

@media screen and (min-width: 1200px) {
  .search-page .search__wrapper .search-input__content {
    padding: 14px 0;
  }
}

.search-page .search__wrapper .search__input {
  background: transparent;
  border: none;
  width: 100%;
  color: #ffffff;
  font-family: "museo-sans", sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 64px;
  text-overflow: ellipsis;
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .search-page .search__wrapper .search__input {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
}

.search-page .search__wrapper .search__input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
  font-weight: 300;
}

.search-page .search__wrapper .btn-action {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .search-page .search__wrapper .btn-action .icon-close {
    margin-top: 6px;
  }
}

.search-page .search__wrapper .btn-action .icon-close svg {
  height: 16px;
  width: 14px;
}

@media screen and (min-width: 1200px) {
  .search-page .search__wrapper .btn-action .icon-close svg {
    height: 25px;
    width: 30px;
  }
}

.search-page .search__wrapper .btn-action .icon-search {
  margin-top: 4px;
}

.search-page .search__wrapper .btn-action .icon-close,
.search-page .search__wrapper .btn-action .icon-search {
  line-height: 0;
}

.search-page .search__wrapper .btn-action .icon-close {
  display: none;
}

.search-page .search__wrapper .btn-action.filled .icon-search {
  display: none;
}

.search-page .search__wrapper .btn-action.filled .icon-close {
  display: block;
}

@media screen and (max-width: 1199px) {
  .search-page .search__wrapper .btn-action svg {
    width: 18px;
    height: 16px;
  }
}

.search-page .search-results {
  margin-top: 7px;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
  .search-page .search-results {
    margin-top: 11px;
  }
}

.search-page .search-results.is-focused {
  opacity: 0.5;
}

.search-page .search-results .pagination-wrapper {
  padding: 71px 20px 50px;
}

@media screen and (max-width: 991px) {
  .search-page .search-results .pagination-wrapper {
    padding: 55px 20px 50px;
  }
}

.search-page .search-result__item {
  border-bottom: 1px solid #cccccc;
}

.search-page .search-result__item > a {
  padding: 40px 0;
}

@media screen and (max-width: 991px) {
  .search-page .search-result__item > a {
    padding: 23px 0;
  }
}

.search-page .search-result__item-img {
  position: relative;
  overflow: hidden;
  border-radius: 0 30px;
}

.search-page .search-result__item-img img {
  transform: scale(1);
  transition: transform 0.2s linear;
}

.search-page .search-result__item:hover .search-result__item--content h2 {
  color: #7c992e;
}

.search-page .search-result__item:hover .search-result__item-img img {
  transform: scale(1.2);
}

@media screen and (min-width: 992px) {
  .search-page .search-result__item.no-image a {
    padding: 70px 0;
  }
}

.search-page .search-result__item .search-result__item--content {
  color: #333333;
}

.search-page .search-result__item .search-result__item--content h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
  margin: 0 0 10px;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
  .search-page .search-result__item .search-result__item--content h2 {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.3px;
    margin: 0 0 6px;
  }
}

.search-page .search-result__item .search-result__item--content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  .search-page .search-result__item .search-result__item--content p {
    color: #000;
    font-size: 15px;
    line-height: 24px;
  }
}

.search-page .search-result__item .search-result__item--content p svg {
  margin-left: 3px;
}

@media screen and (min-width: 1200px) {
  .search-page .search-result__item .search-result__item--content p svg {
    margin-left: 4px;
    margin-bottom: 3px;
  }
}

.search-page .no-results {
  padding: 100px 0 96px;
}

.search-page .no-results.search-results {
  margin-top: 0;
}

.search-page .no-results h4 {
  font-weight: 300;
}

.post-hero {
  position: relative;
  padding-top: 36px;
}

@media all and (min-width: 1200px) {
  .post-hero {
    padding-top: 70px;
  }
}

.post-hero__title-wrapper {
  margin-bottom: 36px;
  text-align: center;
}

@media all and (min-width: 1200px) {
  .post-hero__title-wrapper {
    margin-bottom: 41px;
  }
}

@media all and (min-width: 992px) {
  .post-hero--variant_2 {
    padding-top: 85px;
    padding-bottom: 11vw;
  }
  .post-hero--variant_2 .bgr-blur {
    height: auto;
    bottom: 0;
  }
  .post-hero--variant_2 .post-hero__title-wrapper {
    padding-bottom: 16px;
  }
}

.post-intro {
  position: relative;
  z-index: 3;
  margin-left: -20px;
  margin-right: -20px;
}

@media all and (min-width: 768px) {
  .post-intro {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.post-intro__content {
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

@media all and (min-width: 768px) {
  .post-intro__content {
    max-width: 80%;
  }
}

@media all and (min-width: 1200px) {
  .post-intro__content {
    max-width: 920px;
  }
}

.post-intro__image-wrapper {
  border-radius: 0 45px;
  overflow: hidden;
}

.post-intro__image {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (min-width: 576px) {
  .post-intro__image {
    padding-left: 46px;
    padding-right: 46px;
  }
}

@media all and (min-width: 992px) {
  .post-intro__image {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media all and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .post-intro__image {
    transform: translateY(-15px);
  }
}

.post-intro__image img {
  display: block;
  width: 100%;
}

@media all and (min-width: 992px) {
  .post-intro--variant_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .post-intro--variant_2 .post-intro__content, .post-intro--variant_2 .post-intro__image {
    padding: 0;
  }
  .post-intro--variant_2 .post-intro__content {
    text-align: left;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .post-intro--variant_2 .post-intro__image {
    margin: 0;
  }
  .post-intro--variant_2 .signatures {
    justify-content: flex-start;
    padding-top: 20px;
    padding-left: 3px;
    margin-bottom: 0;
  }
}

.blog-title {
  font-family: "Underland";
  color: #fbf3e5;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}

@media all and (min-width: 1200px) {
  .blog-title {
    font-size: 48px;
    line-height: 64px;
  }
  .windows.chrome .blog-title {
    line-height: 32px;
    padding-bottom: 31px;
  }
}

.post-title {
  font-size: 26px;
  line-height: 36px;
  color: #ffffff;
}

@media all and (min-width: 1200px) {
  .post-title {
    font-size: 56px;
    line-height: 64px;
    color: #fffdfa;
  }
}

@media all and (min-width: 1440px) {
  .post-title--variant_2 {
    font-size: 56px;
    line-height: 64px;
    color: #fffdfa;
  }
}

.bgr-blur {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: -4%;
  right: -4%;
  z-index: -1;
  width: 108%;
  height: calc(100% - 25vw);
}

@media all and (min-width: 992px) {
  .bgr-blur {
    height: calc(100% - 33.8vw);
  }
}

.bgr-blur__wrapper {
  width: 100%;
  height: 100%;
}

.bgr-blur img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html:not(.firefox) .bgr-blur img {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -ms-filter: blur(10px);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
}

.bgr-blur:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(-5deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.55;
}

.signatures {
  display: flex;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 0.69px;
  line-height: 18px;
  color: #ffffff;
  padding-top: 4px;
  margin-bottom: 23px;
  text-align: left;
}

@media all and (min-width: 1200px) {
  .signatures {
    color: #fffdfa;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 18px;
    padding-top: 36px;
    margin-bottom: 60px;
  }
}

.signatures span {
  padding: 0;
}

.signatures .date {
  text-transform: uppercase;
  margin-right: 17px;
  position: relative;
}

@media all and (min-width: 1691px) {
  .signatures .date {
    margin-right: 20px;
  }
}

.signatures .date:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 19px;
  right: -13px;
  background: #eeeeee;
  bottom: 0;
}

@media all and (min-width: 1200px) {
  .signatures .date:after {
    right: -20px;
    height: 21px;
  }
}

.signatures .author {
  margin-left: 10px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: normal;
  margin-top: 0;
}

@media all and (min-width: 1200px) {
  .signatures .author {
    margin-top: -1px;
    font-size: 15px;
    margin-left: 20px;
  }
}

.arch {
  position: absolute;
  left: -15px;
  right: -15px;
  width: calc(100% + 30px);
  bottom: -1px;
  right: 0;
  z-index: 3;
}

.arch svg {
  display: block;
  width: 100%;
}

.arch svg path {
  fill: #fffdfa;
}

.temp-header {
  height: 54px;
}

@media all and (min-width: 992px) {
  .temp-header {
    height: 130px;
  }
}

/* alternative filter for edge */
.post-content {
  position: relative;
  margin-top: -4px;
  padding-bottom: 28px;
}

@media (max-width: 991px) {
  .post-content {
    padding-bottom: 23px;
    margin-top: -9px;
  }
}

.post-content .container {
  position: relative;
}

.page-content--blog-post .post-entry {
  padding-top: 82px;
}

@media (max-width: 767px) {
  .page-content--blog-post .post-entry {
    padding-top: 47px;
  }
}

@media (max-width: 575px) {
  .page-content--blog-post .page-columns .content-image:first-child {
    margin: 35px 0 11px;
  }
}

.page-content--blog-post .main-newsletter .arch {
  bottom: 0;
}

.page-content--blog-post + .footer {
  padding-top: 66px;
}

@media screen and (max-width: 767px) {
  .page-content--blog-post + .footer {
    padding-top: 43px;
  }
}

.page-content--blog-post + .footer .footer__curve {
  background-color: transparent;
}

.post__tags {
  margin-top: 25px;
}

.block-bottom-spacing + .post__tags {
  margin-top: -17px;
}

@media all and (min-width: 992px) {
  .block-bottom-spacing + .post__tags {
    margin-top: 0;
  }
}

@media all and (min-width: 992px) {
  .post__tags {
    padding: 64px 0 0;
    margin-top: 0;
  }
}

.post__tags-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 39px;
  border-bottom: 1px solid #cccccc;
}

@media all and (min-width: 992px) {
  .post__tags-list {
    padding: 0 0 28px;
  }
}

.post__tags-list > li {
  margin: 8px 21px 0 0;
}

@media all and (min-width: 992px) {
  .post__tags-list > li {
    margin: 14px 21px 0 0;
  }
}

.post__tags-list > li > a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  position: relative;
  transition: .2s all linear;
  color: #4a4a4a;
}

.post__tags-list > li > a:hover {
  color: #688026;
}

.post__tags-list > li > a:after {
  display: none;
}

.post__tags-list > li > a:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -1px;
  width: calc(100% + 2px);
  height: 2px;
  background-color: #7c992e;
  opacity: .7;
}

/* SOCIAL MENU */
.sticky-social-wrapper {
  position: relative;
}

.social-nav {
  position: absolute;
  left: 15px;
  top: 51px;
  padding-top: 30px;
  transition: transform 0.2s ease-in-out;
  z-index: 5;
  transform: translateY(0);
}

.social-nav .addtoany_list > a {
  display: block;
  padding: 0;
  margin: 0 0 22px;
}

.social-nav .addtoany_list > a:hover > span {
  background-color: #7c992e !important;
}

.social-nav .addtoany_list > a:hover svg path {
  fill: #fff;
}

.social-nav .addtoany_list > a > span {
  overflow: hidden;
  border-radius: 50% !important;
  transition: all .2s;
  border: 2px solid #7c992e;
  background-color: #fffdfa !important;
  width: 42px !important;
  height: 42px !important;
  line-height: 42px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.social-nav .addtoany_list > a svg {
  width: 70%;
  height: 70%;
}

.social-nav .addtoany_list > a svg path {
  transition: all 0.2s;
  fill: #4a4a4a;
}

.social-nav__item {
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.2s;
  border: 2px solid #7c992e;
  background: #fffdfa;
}

@media (max-width: 991px) {
  .social-nav__item {
    border: 2px solid #7c992e;
  }
}

.social-nav__item:hover {
  background: #7c992e;
}

.social-nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

@media (max-width: 991px) {
  .social-nav--variant_2 .social-nav__link {
    width: 40px;
    height: 40px;
  }
}

.social-nav__link svg {
  display: block;
  margin: 0 auto;
}

.social-nav__link svg path {
  transition: all 0.2s;
  fill: #4a4a4a;
}

.social-nav__link--fb svg {
  width: 8px;
  height: 16px;
}

.social-nav__link--tw svg {
  width: 16px;
  height: 13px;
}

.social-nav__link--p svg {
  width: 14px;
  height: 17px;
}

.social-nav__link--in svg {
  width: 16px;
  height: 16px;
}

.social-nav.fixed {
  position: fixed;
  top: 143px;
}

.social-nav.scroll-away {
  position: fixed;
  transform: translateY(-400px);
}

.social-nav--variant_2 {
  position: static;
  padding-top: 0;
}

.social-nav--variant_2 .addtoany_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.social-nav--variant_2 .addtoany_list > a {
  margin: 0 12px 0 0;
}

.social-nav--variant_2 .addtoany_list > a:last-child {
  margin: 0;
}

.social-nav--variant_2 .addtoany_list > a > span {
  height: 39px !important;
  width: 39px !important;
  line-height: 39px !important;
}

.social-nav--variant_2__item {
  flex: 0 0 auto;
}

/* social nav hovers */
.social-nav svg {
  display: block;
}

.social-nav .icon-facebook svg {
  width: 8px;
  height: 16px;
}

.social-nav .icon-twitter svg {
  width: 16px;
  height: 13px;
}

.social-nav .icon-p svg {
  width: 14px;
  height: 17px;
}

.social-nav .icon-instagram svg {
  width: 16px;
  height: 16px;
}

.social-nav ul li a svg path {
  fill: #4a4a4a;
}

.social-nav li:hover a svg path {
  fill: #fff;
}

.social-menu--post {
  padding: 0 0 64px;
}

@media (max-width: 991px) {
  .social-menu--post {
    padding: 0 0 24px;
  }
}

.social-menu--cpt {
  display: none;
  padding: 28px 0 29px;
}

@media (max-width: 991px) {
  .social-menu--cpt {
    display: block;
  }
}

.social-menu--cpt .social-nav__link {
  width: 36px;
  height: 36px;
}

.social-menu--cpt .social-nav__item:not(:last-child) {
  margin: 0 11px 0 0;
}

.related-adventures--teammate {
  padding: 149px 0 24px;
  position: relative;
}

@media (max-width: 991px) {
  .related-adventures--teammate {
    padding: 71px 0 24px;
  }
}

.related-adventures--teammate:before {
  content: '';
  position: absolute;
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 160px);
  max-width: 1680px;
  height: 1px;
  background-color: #cccccc;
}

@media (max-width: 991px) {
  .related-adventures--teammate:before {
    width: calc(100% - 40px);
    top: 17px;
  }
}

.related-adventures__title-wrapper {
  margin-bottom: 24px;
  text-align: center;
}

@media all and (min-width: 992px) {
  .related-adventures__title-wrapper {
    margin-bottom: 50px;
  }
  .related-adventures--teammate .related-adventures__title-wrapper {
    margin-bottom: 72px;
  }
}

.related-adventures__title {
  font-size: 56px;
  line-height: 64px;
}

@media (max-width: 991px) {
  .related-adventures__title {
    font-size: 28px;
    line-height: 36px;
  }
}

.related-adventures__title--small {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 6px;
}

@media (max-width: 991px) {
  .related-adventures__title--small {
    font-size: 28px;
    line-height: 36px;
  }
}

.related-adventures__title-name {
  color: #662951;
  font-family: Underland;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 13px;
}

.safari .related-adventures__title-name {
  line-height: 1.5;
}

@media (max-width: 991px) {
  .related-adventures__title-name {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 7px;
  }
}

@media all and (min-width: 992px) {
  .related-adventures .container-fluid {
    padding: 0 45px;
  }
}

@media all and (min-width: 1440px) {
  .related-adventures .container-fluid {
    padding: 0 80px;
  }
}

.post-related-adventures {
  padding-top: 24px;
}

@media all and (min-width: 992px) {
  .post-related-adventures {
    padding: 70px 0 10px;
  }
}

.adventures {
  display: block;
  margin-bottom: 40px;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 768px) {
  .adventures {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 39px;
  }
}

@media all and (min-width: 992px) {
  .adventures {
    margin-bottom: 40px;
    padding-bottom: 0;
    border: none;
  }
}

.related-adventures--teammate .adventures {
  margin-bottom: 38px;
}

@media all and (min-width: 992px) {
  .related-adventures--teammate .adventures {
    margin-bottom: 50px;
  }
}

.adventures .row {
  margin: 0;
}

@media (max-width: 991px) {
  .related-adventures--teammate .adventures:last-of-type {
    margin-bottom: 0;
  }
}

.adventures__background {
  display: block;
  position: absolute;
  height: 79%;
  left: -20px;
  width: calc(100% + 40px);
  right: 0;
  bottom: 0;
  background: #401a33;
  z-index: -1;
}

@media all and (min-width: 768px) {
  .adventures__background {
    left: -15px;
    width: calc(100% + 30px);
  }
}

@media all and (min-width: 992px) {
  .adventures__background {
    display: block;
    width: 97%;
    margin: 0;
    left: auto;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

.adventures__content-col {
  position: relative;
  flex: 0 0 100%;
  max-width: 540px;
  margin: 0 auto;
  padding-bottom: 25px;
}

@media all and (min-width: 768px) {
  .adventures__content-col {
    flex: 0 0 52%;
    max-width: 52%;
    padding-left: 28px;
    padding-bottom: 0;
  }
}

@media all and (min-width: 992px) {
  .adventures__content-col {
    flex: 0 0 51.3%;
    max-width: 51.3%;
    padding-left: 39px;
    padding-right: 15px;
    display: flex;
    align-items: center;
  }
}

@media all and (min-width: 1440px) {
  .adventures__content-col {
    padding-left: 52px;
  }
}

@media all and (min-width: 1900px) {
  .adventures__content-col {
    flex: 0 0 51%;
    max-width: 51%;
  }
}

.adventures__content-col:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background: #cccccc;
  bottom: 0;
}

@media all and (min-width: 768px) {
  .adventures__content-col:after {
    display: none;
  }
}

@media all and (min-width: 992px) {
  .adventures__content-col:after {
    display: block;
    width: calc(100% - 46px);
    bottom: -2px;
    left: 38px;
  }
}

@media all and (min-width: 1440px) {
  .adventures__content-col:after {
    width: calc(100% - 32px);
    bottom: -2px;
    left: 32px;
  }
}

@media all and (min-width: 1900px) {
  .adventures__content-col:after {
    bottom: 2px;
  }
}

.adventures__content {
  flex: 0 0 100%;
}

@media all and (min-width: 768px) {
  .adventures__content {
    padding-top: 3px;
  }
}

@media all and (min-width: 992px) {
  .adventures__content {
    padding-top: 0;
  }
}

@media all and (min-width: 1200px) {
  .adventures__content {
    flex: 0 0 490px;
    max-width: 490px;
    margin-top: 15px;
  }
}

@media all and (min-width: 1900px) {
  .adventures__content {
    flex: 0 0 600px;
    max-width: 600px;
  }
}

.adventures__content p {
  margin: 0 0 16px;
}

@media all and (min-width: 992px) {
  .adventures__content p {
    margin: 0 0 18px;
  }
}

.adventures__content p:only-child {
  margin: 0;
}

.adventures__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 8px;
}

.adventures__title span {
  background-image: linear-gradient(to bottom, transparent 65%, #c2d982 10%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  display: inline;
  transition: 0.4s ease-in-out;
}

@media all and (min-width: 992px) {
  .adventures__title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    margin: 0 0 14px;
  }
}

@media all and (min-width: 1900px) {
  .adventures__title {
    margin: 0 0 10px;
  }
}

.adventures__description {
  line-height: 20px;
}

@media all and (min-width: 768px) {
  .adventures__description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media all and (min-width: 992px) {
  .adventures__description {
    font-size: 18px;
    line-height: 24px;
  }
}

@media all and (min-width: 1900px) {
  .adventures__description {
    max-width: 545px;
  }
}

.adventures__price-block {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
}

@media all and (min-width: 992px) {
  .adventures__price-block {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 35px;
  }
}

.adventures__price-block p {
  font-weight: 700;
}

@media all and (min-width: 992px) {
  .adventures__price-block p {
    font-weight: 300;
  }
}

.adventures__price-block .price {
  font-weight: 700;
}

.adventures__info-block {
  color: #4a4a4a;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 16px;
}

@media all and (min-width: 992px) {
  .adventures__info-block {
    font-size: 14px;
  }
}

.adventures__info-block .opinion {
  margin-left: 11px;
}

.adventures__info-block__item {
  flex: 0 0 auto;
  position: relative;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 10px;
  display: flex;
}

.adventures__info-block__item p {
  margin: 0;
}

@media all and (min-width: 992px) {
  .adventures__info-block__item {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 6px;
  }
}

.adventures__info-block__item:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 22px;
  background: #cccccc;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.adventures__info-block__item:first-child {
  padding-left: 0;
}

@media all and (min-width: 1200px) {
  .adventures__info-block__item:first-child {
    min-width: 96px;
  }
}

@media all and (min-width: 1440px) {
  .adventures__info-block__item:first-child {
    min-width: 0;
  }
}

@media all and (min-width: 1900px) {
  .adventures__info-block__item:first-child {
    min-width: 95px;
  }
}

.adventures__info-block__item:first-child:before {
  display: none;
}

.adventures__info-block__item:last-child {
  flex: 0 0 100%;
  padding-left: 0;
}

.adventures__info-block__item:last-child:before {
  display: none;
}

@media all and (min-width: 992px) {
  .adventures__info-block__item:last-child {
    flex: 0 0 auto;
    padding-left: 18px;
  }
  .adventures__info-block__item:last-child:before {
    display: block;
  }
}

.adventures__rating-block {
  display: inline-flex;
  margin-left: 8px;
}

.adventures__rating-block > li {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border: 1px solid #7c992e;
  border-radius: 50%;
}

.adventures__rating-block > li.active {
  background: #7c992e;
}

.adventures__rating-block > li:last-child {
  margin-right: 0;
}

.adventures .simple-btn {
  margin-right: 3px;
  margin-top: 18px;
}

@media (max-width: 767px) {
  .adventures .simple-btn {
    margin-top: 8px;
  }
}

@media all and (min-width: 992px) {
  .adventures .simple-btn:last-child {
    margin-bottom: 15px;
  }
}

.adventures__picture-col {
  padding: 0;
  flex: 0 0 100%;
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 19px;
}

@media all and (min-width: 768px) {
  .adventures__picture-col {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 0;
  }
}

@media all and (min-width: 992px) {
  .adventures__picture-col {
    flex: 0 0 48.7%;
    max-width: 48.7%;
  }
}

@media all and (min-width: 1900px) {
  .adventures__picture-col {
    flex: 0 0 49%;
    max-width: 49%;
  }
}

.adventures__image {
  overflow: hidden;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.safari .adventures__image {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

@media all and (min-width: 768px) {
  .adventures__image {
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .adventures__image {
    min-height: 335px;
  }
}

@media (min-width: 1201px) {
  .adventures__image {
    min-height: 390px;
  }
}

.adventures__image img {
  object-fit: cover;
  transition: 0.4s ease-in-out;
  display: block;
  min-height: inherit;
  width: 100%;
}

.desktop .adventures:hover .adventures__title > span {
  background-size: 100% 100%;
}

.desktop .adventures:hover .adventures__image img {
  transform: scale(1.1);
}

.adventures-callout {
  color: #fffdfa;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  background-color: #401a33;
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .adventures-callout {
    margin: 0 -20px 36px;
    padding: 0 20px;
  }
}

.adventures + .adventures-callout {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .adventures + .adventures-callout {
    margin-top: 124px;
    padding-bottom: 23px;
  }
}

.adventures-callout:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 100px;
  background-color: #fffdfa;
}

@media (max-width: 991px) {
  .adventures-callout:after {
    display: none;
  }
}

.adventures-callout .row {
  margin: 0;
}

.adventures-callout__title {
  color: #fffdfa;
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

@media all and (min-width: 992px) {
  .adventures-callout__title {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
  }
}

.adventures-callout__picture-col {
  padding: 0;
  flex: 0 0 100%;
  max-width: 540px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

@media all and (min-width: 992px) {
  .adventures-callout__picture-col {
    flex: 0 0 48.7%;
    max-width: 48.7%;
  }
}

.adventures-callout__image {
  overflow: hidden;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  transform: translateY(-88px);
}

@media all and (min-width: 992px) {
  .adventures-callout__image {
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    transform: translateY(-40px);
  }
}

.adventures-callout__image img {
  display: block;
  width: 100%;
}

.adventures-callout__content-col {
  position: relative;
  flex: 0 0 100%;
  max-width: 540px;
  margin: 0 auto;
  padding-bottom: 25px;
  margin-top: -63px;
}

@media all and (min-width: 992px) {
  .adventures-callout__content-col {
    flex: 0 0 51.3%;
    max-width: 51.3%;
    padding-left: 52px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    padding-bottom: 0;
    margin-top: 0;
    padding-left: 51px;
  }
}

.adventures-callout__content-col:after {
  display: none;
}

.adventures-callout__content {
  flex: 0 0 100%;
}

@media all and (min-width: 992px) {
  .adventures-callout__content {
    flex: 0 0 100%;
    max-width: 100%;
    transform: translateY(-8px);
    background-color: transparent;
    margin: 0;
    padding-top: 0;
  }
}

@media all and (min-width: 1200px) {
  .adventures-callout__content {
    flex: 0 0 520px;
    max-width: 520px;
  }
}

.adventures-callout__description {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px;
  margin-bottom: 20px;
}

@media all and (min-width: 992px) {
  .adventures-callout__description {
    margin-bottom: 31px;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 32px;
  }
}

.post-newsletter {
  position: relative;
  min-height: 520px;
  background-position: center bottom;
}

@media all and (min-width: 768px) {
  .post-newsletter {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
  }
}

.post-newsletter .arch svg path {
  fill: #401a33;
}

.page-content {
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .page-content {
    padding-top: 54px;
  }
}

@media screen and (max-width: 1199px) {
  .single-tour .page-content, .single-extensions .page-content {
    padding-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .page-content.sticky {
    padding-top: 40px;
  }
}

.page-content.archive-content--tours {
  overflow: visible;
}

@media (max-width: 991px) {
  .page-content.archive-content--tours {
    overflow: hidden;
  }
}
