@charset "UTF-8";
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
button,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 0.75px;
}

body,
table,
input,
textarea,
select,
option,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-family: "Adrianna";
}

b,
strong,
.bold {
  font-family: "Adrianna";
}

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop,
.selector {
  font-family: "Adrianna", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
.wrapper {
  overflow: hidden;
}

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

.datepicker {
  position: absolute;
}
.datepicker.dropdown-menu {
  min-width: 304px;
  background-color: #000;
  border-radius: 10px;
  font-size: 16px;
}
.datepicker.dropdown-menu .datepicker-days .table-condensed {
  width: 100%;
}
.datepicker.dropdown-menu .datepicker-days .table-condensed tr th {
  color: #fff;
  padding: 8px;
}
.datepicker.dropdown-menu .datepicker-days .table-condensed tr th:hover {
  background-color: #faf3d9;
  color: #000;
}
.datepicker.dropdown-menu .datepicker-days .table-condensed tr td {
  color: #fff;
  padding: 8px;
}
.datepicker.dropdown-menu .datepicker-days .table-condensed tr td:hover {
  background-color: #faf3d9;
  color: #000;
}
.datepicker.dropdown-menu .datepicker-days .table-condensed tr td.active {
  background-color: #e8c143;
  background-image: none;
  color: #000;
}
.datepicker.dropdown-menu .datepicker-days .table-condensed tr td.disabled {
  color: #989898;
}
.datepicker.dropdown-menu .datepicker-months .table-condensed,
.datepicker.dropdown-menu .datepicker-years .table-condensed {
  width: 100%;
}
.datepicker.dropdown-menu .datepicker-months .table-condensed tr th,
.datepicker.dropdown-menu .datepicker-years .table-condensed tr th {
  color: #fff;
  padding: 8px;
}
.datepicker.dropdown-menu .datepicker-months .table-condensed tr th:hover,
.datepicker.dropdown-menu .datepicker-years .table-condensed tr th:hover {
  background-color: #faf3d9;
  color: #000;
}
.datepicker.dropdown-menu .datepicker-months .table-condensed span,
.datepicker.dropdown-menu .datepicker-years .table-condensed span {
  color: #fff;
  padding: 0;
}
.datepicker.dropdown-menu .datepicker-months .table-condensed span:hover,
.datepicker.dropdown-menu .datepicker-years .table-condensed span:hover {
  background-color: #faf3d9;
  color: #000;
}
.datepicker.dropdown-menu .datepicker-months .table-condensed span.active,
.datepicker.dropdown-menu .datepicker-years .table-condensed span.active {
  background-color: #e8c143;
  background-image: none;
  color: #000;
}
.datepicker.dropdown-menu .datepicker-months .table-condensed span.disabled,
.datepicker.dropdown-menu .datepicker-years .table-condensed span.disabled {
  color: #989898;
}
.datepicker.datepicker-orient-bottom::after {
  border-bottom: 6px solid #000;
}
.datepicker.datepicker-orient-top::after {
  border-top: 6px solid #000;
}

.small-loader {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #000; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  display: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/1f3c9d/00000000000000003b9b3e5b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("woff2"), url("https://use.typekit.net/af/1f3c9d/00000000000000003b9b3e5b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("woff"), url("https://use.typekit.net/af/1f3c9d/00000000000000003b9b3e5b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/599669/00000000000000003b9b3e5c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3") format("woff2"), url("https://use.typekit.net/af/599669/00000000000000003b9b3e5c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3") format("woff"), url("https://use.typekit.net/af/599669/00000000000000003b9b3e5c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/104338/00000000000000003b9b3e59/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n6&amp;v=3") format("woff2"), url("https://use.typekit.net/af/104338/00000000000000003b9b3e59/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n6&amp;v=3") format("woff"), url("https://use.typekit.net/af/104338/00000000000000003b9b3e59/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n6&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/3fffc6/00000000000000003b9b3e57/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("woff2"), url("https://use.typekit.net/af/3fffc6/00000000000000003b9b3e57/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("woff"), url("https://use.typekit.net/af/3fffc6/00000000000000003b9b3e57/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/032b8d/00000000000000003b9b3e55/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n8&amp;v=3") format("woff2"), url("https://use.typekit.net/af/032b8d/00000000000000003b9b3e55/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n8&amp;v=3") format("woff"), url("https://use.typekit.net/af/032b8d/00000000000000003b9b3e55/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n8&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/e57c9c/00000000000000003b9b3e5f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n1&amp;v=3") format("woff2"), url("https://use.typekit.net/af/e57c9c/00000000000000003b9b3e5f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n1&amp;v=3") format("woff"), url("https://use.typekit.net/af/e57c9c/00000000000000003b9b3e5f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n1&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 100;
}
.c-header {
  background-color: #000;
  padding: 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.c-header.home-page {
  top: -150rem;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media screen and (max-width: 768px) {
  .c-header.home-page {
    top: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .c-header.type_breadcrumb {
    height: 52px;
  }
  .c-header.type_breadcrumb .location-pc {
    display: block;
  }
  .c-header.type_breadcrumb .c-header__logo {
    width: 35px;
  }
  .c-header.type_breadcrumb .navigation__menumain__item > a {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }
  .c-header.type_breadcrumb .c-header__contact p {
    line-height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .c-header.type_breadcrumb .location-sp {
    display: block;
  }
}
.c-header.hide_search .c-header__search {
  display: none;
}
.c-header.hide_search .c-header__blocksp__search {
  display: none;
}
.c-header.hide-sticky {
  top: -130rem;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .c-header {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-header {
    padding: 7px 10px 7px 20px;
    height: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-header.hide_travel_agents .c-header__travel-agents {
  display: none;
}
.c-header.head_checkout {
  height: 75px;
}
.c-header.head_checkout .c-header__travel-agents {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-header.head_checkout {
    height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7px 25px;
  }
}
.c-header.head_checkout .c-header__search {
  display: none;
}
.c-header.head_checkout .navigation {
  display: none;
}
.c-header.head_checkout .c-header__cart {
  display: none;
}
.c-header.head_checkout .c-header__currency {
  opacity: 0;
}
.c-header.head_checkout .c-header__logo {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .c-header.head_checkout .c-header__logo {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .c-header.head_checkout .c-header__left {
    padding-left: 0;
  }
}
.c-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-header__left {
    padding-left: 10vw;
    position: relative;
  }
}
.c-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-left: 25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-header__right {
    display: block;
    background-color: #fff;
    position: fixed;
    width: 0;
    height: 100vh;
    left: -100%;
    top: 0;
    z-index: 8888;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-left: 0;
    width: 100%;
  }
  .c-header__right.show {
    left: 0;
  }
}
.c-header__logo {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .c-header__logo {
    width: 89px;
  }
}
.c-header__logo a {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-header__logo img {
    width: 100%;
  }
}
.c-header__search {
  padding-left: 30px;
  width: 260px;
  position: relative;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .c-header__search {
    width: 195px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__search {
    display: none;
  }
}
.c-header__search__autocomplete input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px 15px;
  padding-right: 35px;
  font-size: 16px;
  border-radius: 10px;
  height: 34px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
.c-header__search__submit {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 3px;
  top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url(https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/common/ic-search-black.svg);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position: center;
  border-radius: 0 10px 10px 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
}
.c-header__search .autocomplete {
  position: relative;
  display: inline-block;
}
.c-header__search form {
  position: relative;
}
.c-header__search input {
  border: 0;
  background-color: #f1f1f1;
  padding: 10px 15px;
  padding-right: 35px;
  font-size: 16px;
  border-radius: 10px;
  height: 34px;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
}
.c-header__search input:focus {
  outline-width: 0 !important;
  border: 0 !important;
  height: 34px !important;
}
.c-header__search input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
.c-header__search .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  z-index: 99;
  top: 123%;
  left: 0;
  right: 0;
  font-size: 16px;
  background-color: #fff;
  border-radius: 10px;
  width: 540px;
}
.c-header__search .autocomplete-items #search-barautocomplete-list-sub {
  padding: 10px;
}
.c-header__search .autocomplete-items #search-barautocomplete-list-sub div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
}
.c-header__search .autocomplete-items #search-barautocomplete-list-sub div:hover {
  background-color: #e9e9e9;
}
.c-header__search #search-for-all {
  cursor: pointer;
  padding: 15px 20px;
  -webkit-box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.0509803922);
  position: relative;
}
.c-header__search #search-for-all::before {
  content: " ";
  position: absolute;
  width: 12px;
  height: 8px;
  top: 19px;
  right: 10px;
  background-image: url("https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/common/pc/Icon-Arrow-Right-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-header__search .autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.c-header__block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-header__block {
    display: block;
  }
}
.c-header__cart {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-header__cart {
    display: none;
  }
}
.c-header__cart.hidden {
  display: none;
}
.c-header__cart:hover .box_cart {
  visibility: visible;
  opacity: 1;
}
.c-header__cart > a {
  display: block;
  padding: 22rem 26rem;
}
.c-header__cart img {
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .c-header__cart img {
    width: 19px;
  }
}
.c-header__cart .cart_number {
  display: inline-block;
  font-size: 9px;
  color: #fff;
  background-color: #f53508;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 14px;
  top: 11px;
}
@media screen and (max-width: 768px) {
  .c-header__cart .cart_number {
    right: 11px;
    top: 9px;
  }
}
.c-header__cart-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-header__cart-sp {
    display: block;
    position: relative;
  }
}
.c-header__cart-sp .cart_number {
  display: inline-block;
  font-size: 9px;
  color: #fff;
  background-color: #f53508;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  position: absolute;
  width: 15px;
  height: 15px;
  right: -9px;
  top: -6px;
}
.c-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) and (max-width: 1450px) {
  .c-header__group {
    width: 37%;
  }
}
@media (min-width: 768px) and (max-width: 1336px) {
  .c-header__group {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-header__group {
    width: auto;
    padding: 0 20px;
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-header__currency {
  width: 100px;
  position: relative;
  min-width: 112px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .c-header__currency {
    width: 35%;
  }
}
.c-header__currency dt {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18rem;
  padding-left: 7px;
  border-bottom: 0;
  border-radius: 0;
  padding: 16px 8px;
  color: #fff;
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-header__currency dt {
    font-size: 15px;
    padding: 16px 0px;
    position: relative;
    z-index: 3;
    border-bottom: 2px solid #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
.c-header__currency dt img {
  margin-top: -2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-header__currency dt.is-open img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-header__currency dd {
  display: none;
  position: absolute;
  top: 52px;
  width: 400px;
  left: 0;
  border-top: 0;
  background-color: #fff;
  z-index: 2;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1480px) and (min-width: 769px) {
  .c-header__currency dd {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1336px) and (min-width: 769px) {
  .c-header__currency dd {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .c-header__currency dd {
    padding: 10px;
    width: 300px;
  }
}
.c-header__currency dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 300px;
  overflow-y: auto;
}
.c-header__currency dd ul li {
  width: 49%;
  margin-right: 2%;
}
.c-header__currency dd ul li:nth-child(2n) {
  margin-right: 0;
}
.c-header__currency dd ul li p {
  cursor: pointer;
  color: #000;
  font-size: 15px;
  padding: 10px 15px;
  font-weight: 600;
  display: block;
  border-radius: 20px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .c-header__currency dd ul li p {
    font-size: 1.3vw;
    padding: 10px;
  }
}
.c-header__currency dd ul li p:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .c-header__currency {
    display: none;
  }
}
.c-header__contact {
  display: none;
  padding-left: 2vw;
}
@media (min-width: 1025px) and (max-width: 1450px) {
  .c-header__contact {
    padding-left: 1vw;
  }
}
@media (min-width: 768px) and (max-width: 1336px) {
  .c-header__contact {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-header__contact {
    padding-left: 0;
    display: block;
  }
}
.c-header__contact p {
  color: #fff;
  font-size: 18rem;
  line-height: 35rem;
  cursor: pointer;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-header__contact p {
    font-size: 17px;
    margin-bottom: 20px;
    text-align: left;
    white-space: normal;
    font-weight: 600;
    color: #000;
  }
}
.c-header__contact p img {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .c-header__contact p img {
    background-color: #000;
    border-radius: 10px;
  }
}
.c-header__travel-agents {
  color: #000;
  font-weight: 600;
  background-color: #efc109;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
  padding: 0 20rem;
  font-size: 19rem;
  line-height: 50rem;
  margin-left: 2vw;
}
@media (max-width: 1200px) {
  .c-header__travel-agents {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-header__travel-agents {
    margin-top: 10px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 60rem;
    width: 100%;
  }
}
.c-header__travel-agents span {
  position: relative;
  left: 10px;
}
.c-header__travel-agents img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: inline;
  opacity: 0;
  position: relative;
  bottom: 1px;
}
.c-header__travel-agents:hover img {
  opacity: 1;
  padding-left: 20px;
}
.c-header__btn-menu {
  display: none;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .c-header__btn-menu {
    display: block;
  }
}
.c-header__btn-menu > div {
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
}
.c-header__btn-menu .bar2 {
  margin: 6px 0;
  width: 24px;
}
.c-header__location {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #efc109;
  padding-left: 115px;
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .c-header__location {
    padding-left: 95px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__location {
    position: relative;
    top: auto;
    padding-left: 0;
    background-color: #fff;
  }
}
.c-header__location ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-header__location ul {
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__location ul li:first-child a {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__location ul li:last-child {
    border-bottom: 1px dashed #989898;
    margin-bottom: 20px;
  }
}
.c-header__location ul li a {
  font-size: 17rem;
  font-weight: 600;
  line-height: 30px;
  margin-right: 50px;
  color: #000000;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .c-header__location ul li a {
    margin-right: 35px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__location ul li a {
    font-size: 18px;
    line-height: 25px;
    padding: 0 18px 30px;
    color: #000;
    margin-right: 0;
  }
}
.c-header__location ul li a.underline {
  text-decoration: underline;
}
.c-header__blocksp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-header__blocksp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.c-header__blocksp__search {
  width: 18px;
}
.c-header__blocksp__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: #fff;
  border: 0;
  font-size: 16px;
}
.c-header__user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 5px;
  padding-right: 10px;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
  min-width: 68px;
}
@media screen and (max-width: 768px) {
  .c-header__user-menu {
    margin-left: 0;
  }
}
.c-header__user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
  min-width: 30px;
}
.c-header__user-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-header__user-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: unset;
}
.c-header__user-toggle.show .c-header__user-arrow {
  margin-top: -2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-header__user-icon {
  margin-right: 5px;
}
.c-header__user-arrow {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-header__user-dropdown {
  display: none;
  position: absolute;
  top: 40px;
  left: -90px;
  z-index: 2;
}
.c-header__user-dropdown ul {
  border-top: 0;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-header__user-dropdown li.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.c-header__user-dropdown li.flex-row p {
  white-space: nowrap;
}
.c-header__user-dropdown p,
.c-header__user-dropdown a {
  cursor: pointer;
  color: #000;
  font-size: 15px;
  padding: 10px 5px;
  font-weight: 600;
  display: block;
  border-radius: 20px;
  text-align: center;
}
.c-header__user-dropdown p:hover,
.c-header__user-dropdown a:hover {
  background-color: #f5f5f5;
}
.c-header__user-dropdown p.inactive,
.c-header__user-dropdown a.inactive {
  cursor: default;
}
.c-header__user-dropdown p.inactive:hover,
.c-header__user-dropdown a.inactive:hover {
  background-color: unset;
}
.c-header__user-dropdown p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .c-header__user-not-login.pc-only {
    display: none;
  }
}
.c-header__user-not-login.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-header__user-not-login.sp-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c-header__user-login.pc-only {
    display: none;
  }
}
.c-header__user-login.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-header__user-login.sp-only {
    display: block;
  }
}
.c-header__user-login .c-header__user-icon {
  font-size: 18rem;
  color: #fff;
}
.c-header__user-login .c-header__user-menu {
  border: none;
}
.c-header__user-login .c-header__user-dropdown {
  left: -50px;
  top: 40px;
}
.c-header__user-login .c-header__user-dropdown ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-header__user-login .c-header__user-dropdown a,
.c-header__user-login .c-header__user-dropdown p {
  text-align: left;
}

.box_cart {
  padding: 30rem;
  border-radius: 10rem;
  background-color: #fff;
  width: 345px;
  position: absolute;
  top: 55px;
  left: 20px;
  -webkit-box-shadow: 10rem 10rem 30rem rgba(0, 0, 0, 0.1607843137);
          box-shadow: 10rem 10rem 30rem rgba(0, 0, 0, 0.1607843137);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 99;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .box_cart {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .box_cart {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 310px;
  }
}
.box_cart__head {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}
.box_cart__tt {
  font-size: 13px;
  line-height: 15px;
  color: #000000;
  margin-bottom: 4px;
}
.box_cart__rows {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box_cart__rows dt {
  width: 100px;
  height: 70px;
  overflow: hidden;
  border-radius: 10rem;
}
.box_cart__rows dt img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box_cart__rows dd {
  width: calc(100% - 100rem);
  padding-left: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box_cart__text {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  color: #989898;
  padding: 0;
  text-transform: inherit;
  margin: 0 !important;
}
.box_cart__text span {
  color: #efc109;
}
.box_cart__btn {
  color: #000000;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  line-height: 40px;
  border-radius: 10rem;
  background-color: #efc109;
  display: block;
  margin-top: 20rem;
}

.navigation__head {
  position: relative;
  padding: 7px 25px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .navigation__head {
    display: block;
    padding: 20px;
    margin-bottom: 15px;
    padding-bottom: 0;
    height: auto;
  }
}
.navigation__head .c-header__logo {
  width: 40px;
}
.navigation__closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  padding: 10px;
}
.navigation__menumain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .navigation__menumain {
    display: block;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .navigation__menumain__item {
    border-bottom: 1px dashed #989898;
  }
}
.navigation__menumain__item > a,
.navigation__menumain__item > p {
  color: #fff;
  font-size: 18rem;
  line-height: 35rem;
  font-weight: 700;
  cursor: pointer;
  padding: 19rem 26rem;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .navigation__menumain__item > a,
  .navigation__menumain__item > p {
    padding: 19rem 20rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .navigation__menumain__item > a,
  .navigation__menumain__item > p {
    font-size: 1.3vw;
    padding: 19rem 1vw;
  }
}
@media screen and (max-width: 768px) {
  .navigation__menumain__item > a,
  .navigation__menumain__item > p {
    font-size: 17px;
    color: #000;
    display: block;
    font-weight: 700;
    padding: 10px 0;
    padding-bottom: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    margin: 15px 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .navigation__menumain__item > a,
  .navigation__menumain__item > p {
    font-size: 35rem;
  }
}
.navigation__menumain__item > a > img,
.navigation__menumain__item > p > img {
  margin-left: 10px;
  margin-top: -5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .navigation__menumain__item > a > img,
  .navigation__menumain__item > p > img {
    display: none;
  }
}
.navigation__menumain__item > a:hover, .navigation__menumain__item > a.active,
.navigation__menumain__item > p:hover,
.navigation__menumain__item > p.active {
  color: #efc109;
}
.navigation__menumain__item > a.navigation__menumain__item__destinations,
.navigation__menumain__item > p.navigation__menumain__item__destinations {
  padding: 32rem 0;
  margin-right: 50rem;
  margin-left: 26rem;
}
@media (min-width: 1025px) and (max-width: 1450px) {
  .navigation__menumain__item > a.navigation__menumain__item__destinations,
  .navigation__menumain__item > p.navigation__menumain__item__destinations {
    margin-right: 23rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .navigation__menumain__item > a.navigation__menumain__item__destinations,
  .navigation__menumain__item > p.navigation__menumain__item__destinations {
    margin-left: 2vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .navigation__menumain__item > a.navigation__menumain__item__destinations,
  .navigation__menumain__item > p.navigation__menumain__item__destinations {
    margin: 0;
    padding: 10px 0;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
  }
  .navigation__menumain__item > a.navigation__menumain__item__destinations::after,
  .navigation__menumain__item > p.navigation__menumain__item__destinations::after {
    content: "";
    width: 10px;
    height: 8px;
    background-image: url("https://cdn.forevervacation.com/layout_v_3/FV_new_v2/assets/images/small_icon_down.svg");
    background-size: contain;
    background-position: right 0 center;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.navigation__menumain__item > a.navigation__menumain__item__destinations:hover, .navigation__menumain__item > a.navigation__menumain__item__destinations.active,
.navigation__menumain__item > p.navigation__menumain__item__destinations:hover,
.navigation__menumain__item > p.navigation__menumain__item__destinations.active {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .navigation__menumain__item > a.navigation__menumain__item__destinations:hover, .navigation__menumain__item > a.navigation__menumain__item__destinations.active,
  .navigation__menumain__item > p.navigation__menumain__item__destinations:hover,
  .navigation__menumain__item > p.navigation__menumain__item__destinations.active {
    color: #000;
  }
}
.navigation__menumain__item > a.navigation__menumain__item__destinations.current img,
.navigation__menumain__item > p.navigation__menumain__item__destinations.current img {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .navigation__menumain__item > a.navigation__menumain__item__destinations.current::after,
  .navigation__menumain__item > p.navigation__menumain__item__destinations.current::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
}
.navigation__wrap {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 0;
  z-index: 20;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 280rem;
  padding-right: 100rem;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .navigation__wrap {
    padding-left: 10vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .navigation__wrap {
    padding: 0;
    background: none;
    position: relative;
    left: auto;
    top: -20px;
  }
}
.navigation__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .navigation__submenu {
    display: block;
  }
}
.navigation__submenu__inner.show {
  width: 100%;
}
.navigation__submenu__item {
  width: 16.66%;
}
@media screen and (max-width: 768px) {
  .navigation__submenu__item {
    width: 100%;
  }
}
.navigation__submenu__item > a {
  color: #efc109;
  font-size: 22rem;
  padding: 10px 0;
  display: block;
  position: relative;
  font-weight: 700;
}
.navigation__submenu__item > a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .navigation__submenu__item > a {
    color: #000;
    font-size: 16px;
    padding: 15px 0;
  }
  .navigation__submenu__item > a::before {
    content: "";
    width: 12px;
    height: 14px;
    background-image: url(https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/common/Arrow-left-news.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 34px;
    top: 37%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.navigation__submenu__head {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0;
  border-bottom: 1px solid #989898;
  display: none;
}
@media screen and (max-width: 768px) {
  .navigation__submenu__head {
    display: none;
  }
}
.navigation__submenu__head__back {
  padding: 10px;
}
.navigation__submenu__head__name {
  color: #efc109;
  font-size: 18px;
  text-transform: uppercase;
}
.navigation__submenu__head .navigation__closebtn {
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.navigation__submenu2 li a {
  color: #ffffff;
  font-weight: 300;
  font-size: 20rem;
  padding: 5px 0;
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .navigation__submenu2 li a {
    font-size: 16px;
    padding: 10px 0;
    padding-top: 0;
    line-height: 25px;
    font-weight: 400;
    color: #000;
  }
}
.navigation__submenu2 li a:hover {
  color: #efc109;
}
@media screen and (max-width: 768px) {
  .navigation__submenu2 li a:hover {
    color: #000;
  }
}
.navigation__submenu2 li.active a {
  text-decoration: underline;
  color: #efc109;
}
@media screen and (max-width: 768px) {
  .navigation__submenu2 li.active a {
    color: #000;
  }
}
.navigation__home {
  display: none;
}
@media screen and (max-width: 768px) {
  .navigation__home {
    display: block;
    border-bottom: 1px dashed #989898;
  }
  .navigation__home a {
    display: block;
    font-size: 17px;
    color: #000;
    display: block;
    font-weight: 700;
    padding: 10px 0;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .navigation__home a {
    font-size: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .navigation__signup {
    border-bottom: 0;
  }
}

.fancybox__container {
  z-index: 1029999;
}

.modal_search_mobile {
  display: block;
  background-color: #fff;
  position: fixed;
  width: 0%;
  height: 100vh;
  right: -200px;
  top: 0;
  z-index: 99999;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 0;
  padding: 20px 20px;
}
.modal_search_mobile.show {
  width: 100%;
  right: 0;
}
.modal_search_mobile__title {
  font-size: 23px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.modal_search_mobile__head {
  position: relative;
}
.modal_search_mobile__head .navigation__closebtn {
  position: absolute;
  margin-left: auto;
  right: 0;
  top: 5px;
  padding: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.modal_search_mobile__group {
  position: relative;
  margin-top: 25px;
}
.modal_search_mobile__group input {
  height: 48px;
  border: 1px solid #989898;
  background-color: #fff;
}
.modal_search_mobile__group .c-header__search__submit {
  top: 6px;
}
.modal_search_mobile__group .autocomplete-items {
  width: 100%;
  margin-top: 20px;
}
.modal_search_mobile__group #search-barautocomplete-list-sub {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal_search_mobile__group #search-barautocomplete-list-sub div {
  font-size: 15px;
  margin-bottom: 20px;
  height: 34px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal_search_mobile__group #search-barautocomplete-list-sub div::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background-image: url("https://cdn.forevervacation.com/layout_v_3/FV_new_v2/assets/images/location-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.modal_search_mobile__group #search-barautocomplete-list-sub div p {
  margin-left: 50px;
  font-weight: 600;
}
.modal_search_mobile__group #search-for-all {
  margin-top: 10px;
  border-radius: 10px;
  padding: 15px 30px;
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

/* The Modal (background) */
.password-wrap {
  position: relative;
}
.password-wrap .eye-icon,
.password-wrap .eye-icon-close {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.password-wrap .eye-icon-close {
  display: none;
}

.popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  /* The Close Button */
}
.popup .close {
  color: #aaa;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  padding: 10px;
}
.popup .close:hover, .popup .close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .popup .close {
    top: -5px;
    right: 5px;
  }
}
.popup__content {
  background-color: #fefefe;
  border: 1px solid #888;
  width: 100%; /* Could be more or less, depending on screen size */
  max-width: 600px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 40px 30px 20px 30px;
}
@media screen and (max-width: 1024px) {
  .popup__content {
    padding: 40px 15px 30px 15px;
    width: 95%;
  }
}
.popup__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #111;
}
.popup .form .text-field {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  font-family: Roboto, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
  background: #fff;
  width: 100%;
}
.popup .form input {
  background: #fff;
  border: none;
  border-radius: 4px;
  color: #111;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-family: inherit;
  font-size: inherit;
  padding: 16px;
  -webkit-appearance: textfield;
  text-align: center;
}
.popup .form__item {
  margin: 16px 0;
}
.popup .form__item button,
.popup .form__item a {
  background: #005d8f;
  border: 1px solid #005d8f;
  border-radius: 30px;
  -webkit-box-shadow: 0 0.3rem 0.75rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.3rem 0.75rem rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 1.125rem;
  padding: 8px 12px !important;
  -webkit-transition: background 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  width: 100%;
}
.popup .form__item button:hover,
.popup .form__item a:hover {
  background: #0083cc;
  border-color: #0083cc;
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.175);
}
.popup .form__item button.unfollow,
.popup .form__item a.unfollow {
  background: #fff;
  color: #005d8f;
  border: 1px solid #005d8f;
  font-weight: 600;
}
.popup .form__item button.unfollow:hover,
.popup .form__item a.unfollow:hover {
  background: #005d8f;
  color: #fff;
}
.popup .form__item .text {
  font-size: 15px;
  text-align: center;
  width: 100%;
  display: block;
  color: #000;
}
.popup__link {
  color: #005d8f;
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: block;
}
.popup__link:hover {
  color: #0083cc;
  text-decoration: underline;
}
.popup__cancel {
  color: #686868;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  width: 100%;
  display: block;
}
.popup__cancel:hover {
  color: #888;
}
.popup__sign_in__title {
  position: relative;
}
.popup__sign_in__title svg {
  width: 100%;
  position: relative;
  bottom: 12px;
  z-index: 1;
}
.popup__sign_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .popup__sign_in {
    padding: 0;
  }
}
.popup__sign_in form {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .popup__sign_in form {
    margin-top: 10px;
  }
}
.popup__sign_in h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  position: relative;
}
.popup__sign_in .input-group {
  margin-bottom: 15px;
  text-align: left;
}
.popup__sign_in .input-group label {
  font-weight: bold;
  color: #000;
  font-size: 14px;
}
.popup__sign_in .input-group label span {
  color: #666;
  font-weight: normal;
}
.popup__sign_in .input-group .error-text {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}
.popup__sign_in input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
.popup__sign_in input.error {
  border-color: red;
}
.popup__sign_in .groups {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup__sign_in .groups .input-group {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.popup__sign_in .login-btn {
  background-color: #efc109;
  color: #000;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  height: 44px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup__sign_in .login-btn.loading span {
  display: block;
}
.popup__sign_in .login-btn.loading p {
  display: none;
}
.popup__sign_in .login-link {
  display: block;
  margin-top: 15px;
  color: #0073bb;
  text-decoration: none;
  font-weight: 500;
}
.popup__sign_in .forgot-password {
  color: #e8c143;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  margin-top: 20px;
  position: relative;
}
.popup__sign_in .forgot-password::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  font-size: 16px;
  background-color: #e8c143;
}
.popup__sign_in .terms {
  font-size: 14px;
  color: #666;
  margin: 20px 0;
  width: 100%;
  text-align: center;
  line-height: 20px;
}
.popup__sign_in .terms a {
  color: #0073bb;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
}
.popup__sign_in .divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
.popup__sign_in .divider::before,
.popup__sign_in .divider::after {
  content: "";
  background-color: #ccc;
  width: 28%;
  height: 1px;
  position: absolute;
  font-size: 18px;
  font-weight: 500;
}
.popup__sign_in .divider::before {
  left: 14%;
}
.popup__sign_in .divider::after {
  right: 14%;
}
.popup__sign_in .divider span {
  color: #666;
  font-size: 16px;
}
.popup__sign_in .google-button {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  max-width: unset;
  margin-bottom: 10px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  position: relative;
  font-weight: 500;
  height: 46px;
}
.popup__sign_in .google-button svg {
  position: absolute;
  left: 15px;
}
.popup__sign_in .signup {
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .popup__sign_in .signup {
    margin-top: 10px;
  }
}
.popup__sign_in .signup a,
.popup__sign_in .signup span {
  color: #0073bb;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
.popup__sign_in.sign_up h2 {
  margin-bottom: 0;
}
.popup__sign_in.sign_up .login-btn {
  margin-top: 20px;
}
.popup__sign_in.sign_up .divider2 {
  width: 100%;
  height: 1px;
  background-color: #dadada;
  margin: 30px 0;
}
.popup__sign_in.sign_up .signup {
  font-weight: bold;
  color: #000;
}
.popup__sign_in.sign_up .signup a {
  font-weight: bold;
}
.popup .currency-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  width: 100%;
  gap: 20px;
  overflow-y: auto;
  max-height: 350px;
}
.popup .currency-list li {
  width: 100%;
  max-width: 140px;
}
.popup .currency-list .currency-item {
  cursor: pointer;
  color: #000;
  font-size: 15px;
  padding: 10px 15px;
  font-weight: 600;
  display: block;
  border-radius: 20px;
  margin-bottom: 3px;
  text-align: center;
}
.popup .currency-list .currency-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.popup .currency-list .currency-item.active {
  background-color: #000;
  color: #fff;
}

.c-footer {
  position: relative;
  z-index: 2;
}
.c-footer.is_hide_all .c-footer__bottom__inner {
  max-width: 1480px;
}
.c-footer.is_hide_all .c-footer__top {
  display: none;
}
.c-footer.is_hide_all .c-footer__bottom {
  padding-bottom: 0;
  padding: 10px 0;
}
.c-footer.is_hide_all .c-footer__bottom__gr {
  display: none;
}
.c-footer.is_hide_all .c-footer__bottom__text {
  padding-top: 0;
  display: inline-block;
  text-align: left;
}
.c-footer.is_hide_all .c-footer__bottom__text li:first-child {
  list-style-type: none;
}
.c-footer.is_hide_all .c-footer__bottom__text p,
.c-footer.is_hide_all .c-footer__bottom__text a {
  position: relative;
}
.c-footer.is_hide_all .c-footer__bottom__text a {
  color: #7f7f7f;
  font-size: 15px;
  line-height: 25px;
  padding-left: 20px;
}
.c-footer.is_hide_all .c-footer__bottom__text a span {
  position: absolute;
  left: 4px;
  top: -1px;
}
.c-footer.is_hide_all .c-footer__bottom__text a:hover {
  text-decoration: underline;
}
.c-footer__logo {
  width: 60px;
  margin-bottom: 70rem;
}
@media screen and (max-width: 768px) {
  .c-footer__logo {
    width: 80px;
    margin-bottom: 30px;
  }
}
.c-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .c-footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-footer__nav > li {
  padding-right: 50rem;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .c-footer__nav > li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__nav > li {
    padding-right: 0;
    width: 100%;
    margin-bottom: 50px;
  }
}
.c-footer__nav > li:last-child {
  padding-right: 0;
  width: 40%;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .c-footer__nav > li:last-child {
    width: 100%;
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__nav > li:last-child {
    width: 100%;
  }
}
.c-footer__nav__title {
  font-size: 22rem;
  line-height: 27rem;
  margin-bottom: 20rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-footer__nav__title {
    font-size: 20px;
    line-height: 35px;
  }
}
.c-footer__nav__text {
  font-size: 18rem;
  line-height: 30rem;
  font-weight: 500;
  color: #c0c0c0;
}
@media screen and (max-width: 768px) {
  .c-footer__nav__text {
    font-size: 17px;
    line-height: 25px;
    color: #7f7f7f;
  }
}
.c-footer__nav__img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-footer__nav__img01 {
    margin-top: 30px;
  }
}
.c-footer__nav__img01 img {
  margin-right: 1.5vw;
  margin-bottom: 15px;
  margin-top: 0px;
  width: 100%;
  max-width: 75px;
}
@media screen and (max-width: 768px) {
  .c-footer__nav__img01 img {
    max-width: 52px;
  }
}
.c-footer__nav__payment_methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.c-footer__nav__payment_methods li {
  margin-right: 15rem;
}
.c-footer__nav__payment_methods img {
  width: 3.8vw;
}
@media screen and (max-width: 768px) {
  .c-footer__nav__payment_methods img {
    width: 35px;
  }
}
.c-footer__nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.c-footer__nav__social li {
  margin-right: 30rem;
}
@media screen and (max-width: 768px) {
  .c-footer__nav__social li {
    margin-right: 2vw;
  }
}
.c-footer__nav__social a {
  width: 25px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-footer__nav__social a {
    width: 50px;
    height: 50px;
    padding: 16px;
    line-height: 18px;
  }
}
.c-footer__nav__social a img {
  width: 100%;
}
.c-footer__top {
  padding-top: 300rem;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 6%;
  padding-right: 6%;
  position: relative;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .c-footer__top {
    padding-left: 50rem;
    padding-right: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__top {
    padding-top: 250px;
  }
}
.c-footer__top__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-footer__top__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .c-footer__top__bg img {
    -o-object-fit: inherit;
       object-fit: inherit;
  }
}
.c-footer__center {
  margin-top: 75rem;
  padding-bottom: 70rem;
}
@media screen and (max-width: 768px) {
  .c-footer__center {
    margin-top: 0;
  }
}
.c-footer__currency {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-footer__currency {
    display: block;
    margin-bottom: 50px;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    font-size: 15px;
    padding: 16px 0px;
    position: relative;
    z-index: 3;
    border-bottom: 2px solid #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 120px;
    color: #fff;
    text-align: center;
    background-image: url("https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/tour-detail/pc/arrow-down-white.svg");
    background-repeat: no-repeat;
    background-size: 20px 15px;
    background-position: right 10px center;
    padding-right: 15px;
    -moz-text-align-last: center;
         text-align-last: center;
  }
}
.c-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-footer__links li a {
  font-size: 19rem;
  line-height: 50rem;
  font-weight: 500;
  color: #c0c0c0;
  text-decoration: underline;
  display: block;
  padding: 0 65rem;
}
@media screen and (max-width: 768px) {
  .c-footer__links li a {
    padding: 0;
    font-size: 16px;
    color: #7f7f7f;
    line-height: 40px;
  }
}
.c-footer__links li a.travel-agents {
  color: #000;
  font-weight: 600;
  background-color: #efc109;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
  padding: 0 30rem;
}
@media screen and (max-width: 768px) {
  .c-footer__links li a.travel-agents {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.c-footer__links li a.travel-agents.pc-only {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-footer__links li a.travel-agents.pc-only {
    display: none;
  }
}
.c-footer__links li a.travel-agents.mobile-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-footer__links li a.travel-agents.mobile-only {
    display: inline-block;
  }
}
.c-footer__links li a.travel-agents span {
  position: relative;
  left: 10px;
}
.c-footer__links li a.travel-agents img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: inline;
  opacity: 0;
  position: relative;
  bottom: 1px;
}
.c-footer__links li a.travel-agents:hover img {
  opacity: 1;
  padding-left: 20px;
}
.c-footer__bottom {
  padding-bottom: 50px;
  background-color: black;
}
.c-footer__bottom__inner {
  padding-left: 6%;
  padding-right: 6%;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .c-footer__bottom__inner {
    padding-left: 50rem;
    padding-right: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__bottom__inner {
    padding-left: 6%;
    padding-right: 6%;
  }
}
.c-footer__bottom__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .c-footer__bottom__gr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__bottom__gr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .c-footer__bottom__country {
    width: 20%;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__bottom__country {
    margin-bottom: 20px;
  }
}
.c-footer__bottom__country dt a {
  font-size: 15px;
  font-weight: 600;
  color: #c0c0c0;
  line-height: 50rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-footer__bottom__country dt a {
    line-height: 30px;
  }
}
.c-footer__bottom__country dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.c-footer__bottom__country dd a {
  font-size: 19rem;
  font-weight: 500;
  color: #c0c0c0;
  line-height: 18px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-footer__bottom__country dd a {
    line-height: 30px;
  }
}
.c-footer__bottom__text {
  padding-top: 70rem;
  font-size: 15px;
  line-height: 25px;
  color: #7f7f7f;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-footer__bottom__text {
    font-size: 17px;
  }
}

/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
  background-color: #fbf069\9 ;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
  background: #eee;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active {
  background-color: #efe24b\9 ;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(grey));
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
  background-color: grey;
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active {
  background-color: #666 \9 ;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

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

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.lcl_dark #lcl_window,
.lcl_dark.lcl_txt_under #lcl_txt,
.lcl_dark #lcl_nav_cmd .lcl_icon,
.lcl_dark #lcl_corner_close,
.lcl_dark.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt,
.lcl_dark.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt,
.lcl_dark .lcl_tooltip {
  background-color: #333;
}

.lcl_dark #lcl_subj {
  background-color: #404040;
}

.lcl_dark.lcl_fullscreen_mode #lcl_subj {
  background-color: #252525;
}

.lcl_dark #lcl_loader > span {
  border-color: #999 #999 transparent;
}

/* COMMANDS */
.lcl_dark #lcl_nav_cmd .lcl_icon {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(240, 240, 240, 0.15);
          box-shadow: 0 0 2px rgba(240, 240, 240, 0.15);
  border: 1px solid #484848;
  color: #eee;
}

.lcl_dark .lcl_icon:not(.lcl_counter):after {
  background: #cfcfcf;
}

.lcl_dark#lcl_wrap:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):not(.lcl_zoom_disabled):not(a):hover:before {
  color: #444;
}

.lcl_dark.lcl_fullscreen_mode[lcl-type=iframe] #lcl_subj {
  top: 58px;
}

.lcl_dark .lcl_close {
  margin-left: 14px !important;
}

.lcl_dark .lcl_zoom_in {
  margin-right: 14px !important;
}

@media screen and (min-width: 500px) {
  .lcl_dark .lcl_close {
    margin-left: 28px !important;
  }
  .lcl_dark .lcl_zoom_in {
    margin-right: 28px !important;
  }
}
@media screen and (max-width: 500px) {
  .lcl_dark #lcl_nav_cmd .lcl_icon {
    margin: 3px 0;
  }
  .lcl_dark .lcl_counter {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 370px) {
  .lcl_dark.lcl_outer_cmd #lcl_nav_cmd {
    padding: 7px 10px;
  }
  .lcl_dark #lcl_nav_cmd .lcl_icon {
    width: 24px;
  }
}
/* alternative inner close button */
.lcl_dark #lcl_corner_close {
  border: 3px solid #8a8a8a !important;
}

.lcl_dark #lcl_corner_close:before {
  color: #eee;
}

/* TEXTS */
.lcl_dark #lcl_txt * {
  font-family: Arial, ​ "sans-serif";
  color: #ddd;
}

.lcl_dark #lcl_title {
  color: #eee;
}

.lcl_dark #lcl_author {
  color: #bfbfbf;
}

.lcl_dark .lcl_txt_border {
  border-bottom: 1px dashed #888 !important;
}

/* text over */
.lcl_dark.lcl_force_txt_over #lcl_txt,
.lcl_dark.lcl_txt_over #lcl_txt {
  background: rgba(33, 33, 33, 0.9);
}

.lcl_dark.lcl_force_txt_over #lcl_txt:before,
.lcl_dark.lcl_txt_over #lcl_txt:before {
  background: #666;
}

.lcl_dark.lcl_force_txt_over #lcl_txt:after,
.lcl_dark.lcl_txt_over #lcl_txt:after {
  border-color: #3e3e3e;
}

/* text block shadow */
.lcl_dark.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
}

.lcl_dark.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt:after {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  right: 0;
}

.lcl_dark.lcl_txt_under:not(.lcl_force_txt_over) #lcl_txt::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  height: 3px;
}

/* TOOLTIP */
.lcl_dark .lcl_tooltip.lcl_tt_bottom:before {
  border-color: transparent transparent #333;
}

.lcl_dark .lcl_tooltip.lcl_tt_top:before {
  border-color: #333 transparent transparent;
}

/* SOCIALS VISIBILITY */
.lcl_dark .lcl_socials_tt a {
  border-color: #666;
}

/* THUMBS NAVIGATOR */
.lcl_dark #lcl_thumbs_nav span {
  color: #dfdfdf;
}

.lcl_dark .lcl_tn_mixed_types li::before {
  background: rgba(0, 0, 0, 0.25);
}

.lcl_dark .lcl_tn_mixed_types li:after {
  color: #fff;
}

/* PROGRESSBAR */
.lcl_dark #lcl_progressbar {
  background: #eee;
}

/*!
 * froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2019 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

img.fr-bordered,
.fr-img-caption.fr-bordered img {
  border: solid 5px #ccc;
}

img.fr-bordered {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img.fr-shadow,
.fr-img-caption.fr-shadow img {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.fr-view {
  word-wrap: break-word;
}

.fr-view span[style~="color:"] a {
  color: inherit;
}

.fr-view strong {
  font-weight: 700;
}

.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}

.fr-view table td {
  min-width: 5px;
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}

.fr-view table td,
.fr-view table th {
  border: 1px solid #dddddd;
}

.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}

.fr-view table th {
  background: #e6e6e6;
}

.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
}

.fr-view .fr-file {
  position: relative;
}

.fr-view .fr-file::after {
  position: relative;
  content: "📎";
  font-weight: normal;
}

.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}

.fr-view[dir=rtl] blockquote {
  border-left: none;
  border-right: solid 2px #5e35b1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0px;
}

.fr-view[dir=rtl] blockquote blockquote {
  border-color: #00bcd4;
}

.fr-view[dir=rtl] blockquote blockquote blockquote {
  border-color: #43a047;
}

.fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1;
}

.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}

.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}

.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}

.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}

.fr-view .fr-text-gray {
  color: #aaa !important;
}

.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}

.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}

.fr-view .fr-class-highlighted {
  background-color: #ffff00;
}

.fr-view .fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}

.fr-view .fr-class-transparency {
  opacity: 0.5;
}

.fr-view img {
  position: relative;
  max-width: 100%;
}

.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - 10px);
}

.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}

.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - 10px);
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.fr-view .fr-video {
  text-align: center;
  position: relative;
}

.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.fr-view .fr-video.fr-rv > iframe,
.fr-view .fr-video.fr-rv object,
.fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}

.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}

.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}

.fr-view .fr-video.fr-dvi {
  display: inline-block;
}

.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}

.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}

.fr-view a.fr-strong {
  font-weight: 700;
}

.fr-view a.fr-green {
  color: green;
}

.fr-view .fr-img-caption {
  text-align: center;
}

.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0px;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}

.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 24px;
}

/**
 * Image style.
 */
a.fr-view.fr-strong {
  font-weight: 700;
}

a.fr-view.fr-green {
  color: green;
}

/**
 * Link style.
 */
img.fr-view {
  position: relative;
  max-width: 100%;
}

img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - 10px);
}

img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}

span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - 10px);
}

span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

@font-face {
  font-family: "lc_lightbox";
  src: url("https://forevervacation.com/layout_v_3/FV_new_v2/assets/fonts/lc_lightbox.eot");
  src: url("https://forevervacation.com/layout_v_3/FV_new_v2/assets/fonts/lc_lightbox.eot") format("embedded-opentype"), url("https://forevervacation.com/layout_v_3/FV_new_v2/assets/fonts/lc_lightbox.woff") format("woff"), url("https://forevervacation.com/layout_v_3/FV_new_v2/assets/fonts/lc_lightbox.ttf") format("truetype"), url("https://forevervacation.com/layout_v_3/FV_new_v2/assets/fonts/lc_lightbox.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------------------------------------
[Table of contents]

* (1) wrapper / #lcl_wrap

    + (2) lightbox window / #lcl_window

		- (3) loader 				/ #lcl_loader
		- (4) commands container 	/ #lcl_nav_cmd

			- single command / .lcl_icon

				- socials tooltip / .lcl_socials_tt

		- (5) contents wrapper / #lcl_contents_wrap

			- shown element wrapper / #lcl_subj
			- (6) texts wrapper 		/ #lcl_txt

				- title 			/ #lcl_title
				- author			/ #lcl_author
				- description 		/ #lcl_descr
				- comments wrapper 	/ .lcl_comments_wrap


	+ (7) thumbnails navigator / #lcl_thumbs_nav

		- thumb image / .lcl_tn_image


	+ lightbox overlay 	/ #lcl_overlay
	+ (8) progressbar 	/ #lcl_progressbar

-------------------------------------------------------------------*/
/* (1) basic styles */
#lcl_wrap {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 999999999;
  -webkit-overflow-scrolling: touch;
}

#lcl_wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#lcl_wrap > * {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#lcl_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  background-position: top left;
  background-repeat: repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#lcl_wrap:not(.lcl_pre_show) {
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}

/* (3) loader */
#lcl_loader {
  display: block;
  opacity: 0;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: -1;
  /* timing overrided by JS */
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

#lcl_loader.lcl_loader_pre_first_el {
  opacity: 0 !important;
}

.lcl_first_sizing #lcl_loader:not(.no_loader),
.lcl_loading_iframe #lcl_loader:not(.no_loader),
.lcl_loading_videojs #lcl_loader:not(.no_loader),
.lcl_switching_elem #lcl_loader:not(.no_loader) {
  opacity: 1;
  z-index: 99999;
}

#lcll_1,
#lcll_2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  margin-top: -50%;
  margin-left: -50%;
  background: transparent;
  border-color: #aaa #aaa transparent;
  border-width: 3px;
  border-style: solid;
  -webkit-animation: lcl-loader 1.4s infinite linear;
  animation: lcl-loader 1.4s infinite linear;
}

#lcll_2 {
  width: 50%;
  height: 50%;
  margin-left: -25%;
  margin-top: -25%;
  border-right-color: transparent !important;
  -webkit-animation-duration: 1.15s;
  animation-duration: 1.15s;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

@-webkit-keyframes lcl-loader {
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
  }
}
@keyframes lcl-loader {
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
            transform: rotate(360deg) translateZ(0);
  }
}
/* (2) window */
#lcl_subj.lcl_switching_el > * {
  opacity: 0;
}

#lcl_contents_wrap {
  /* timing overrided by JS */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lcl_first_sizing #lcl_contents_wrap,
.lcl_loading_iframe #lcl_contents_wrap,
.lcl_loading_videojs #lcl_contents_wrap,
.lcl_switching_elem #lcl_contents_wrap,
.lcl_toggling_fs #lcl_contents_wrap {
  opacity: 0 !important;
}

.lcl_first_sizing #lcl_contents_wrap *,
.lcl_loading_iframe #lcl_contents_wrap *,
.lcl_loading_videojs #lcl_contents_wrap *,
.lcl_switching_elem #lcl_contents_wrap *,
.lcl_toggling_fs #lcl_contents_wrap * {
  -webkit-transition: none !important;
  transition: none !important;
}

#lcl_window {
  display: inline-block;
  text-align: left;
  z-index: 30;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-width: 50px;
  min-height: 50px;
  line-height: 0 !important;
  overflow: visible;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.lcl_image_elem,
#lcl_elem_wrap:not(.lcl_image_elem) .lcl_elem {
  /* timing overrided by JS */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.lcl_toggling_fs#lcl_wrap,
.lcl_toggling_fs #lcl_window,
.lcl_toggling_fs .lcl_image_elem,
.lcl_toggling_fs #lcl_elem_wrap .lcl_elem {
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}

.lcl_is_resizing:not(.lcl_first_sizing):not(.lcl_toggling_txt):not(.lcl_toggling_tn):not(.lcl_toggling_fs) #lcl_window,
.lcl_is_resizing:not(.lcl_toggling_txt):not(.lcl_toggling_tn) .lcl_image_elem,
.lcl_is_resizing:not(.lcl_toggling_txt):not(.lcl_toggling_tn) #lcl_elem_wrap:not(.lcl_image_elem),
.lcl_show_already_shaped #lcl_window {
  -webkit-transition: none !important;
  transition: none !important;
}

.lcl_tn_hidden #lcl_window {
  margin-top: 0 !important;
}

.lcl_pre_first_el:not(.lcl_show_already_shaped) #lcl_window {
  width: 100px;
  height: 100px;
  max-width: 85px !important;
  max-height: 85px !important;
}

.lcl_is_closing #lcl_window {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/* (5) contents wrap */
#lcl_contents_wrap,
#lcl_subj {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden !important;
}

.lcl_on_mobile #lcl_subj {
  overflow: auto !important;
}

#lcl_subj {
  z-index: 10;
}

#lcl_wrap:not(.lcl_switching_elem) #lcl_subj {
  -webkit-transition: border-width 0.35s ease;
  transition: border-width 0.35s ease;
}

.lcl_toggling_txt #lcl_subj {
  -webkit-transition-delay: 0.55s !important; /* delay to allow sizing on text hiding */
  transition-delay: 0.55s !important;
}

#lcl_elem_wrap {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.lcl_image_elem,
.lcl_html_elem {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lcl_image_elem img {
  left: -99999px;
  position: fixed !important;
}

.lcl_html_elem {
  line-height: normal;
  padding: 15px;
  overflow-y: auto;
  background: #fdfdfd;
}

.lcl_fullscreen_mode[lcl-type=iframe] #lcl_subj {
  top: 60px;
}

.lcl_video_elem > *,
.lcl_youtube_elem > *,
.lcl_vimeo_elem > *,
.lcl_dailymotion_elem > *,
.lcl_iframe_elem > *,
.lcl_postered_video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* video.js customization */
.lcl_elem.video-js {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  background: #000 !important;
}

.lcl_elem.video-js .vjs-fullscreen-control {
  display: none !important;
}

.lcl_elem.video-js .vjs-big-play-button {
  background-color: rgba(43, 51, 63, 0.7);
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 40px;
  line-height: 62px;
  width: 66px;
  height: 66px;
  left: 50%;
  top: 50%;
  margin: -33px 0 0 -33px;
}

.lcl_elem.video-js .vjs-poster {
  background-size: cover;
}

/* video poster */
.lcl_postered_video {
  background-size: cover;
  background-position: center;
}

.lcl_postered_video:not(.lcl_poster_clicked) {
  cursor: pointer;
}

.lcl_postered_video:not(.lcl_poster_clicked):before {
  content: "\f0bf";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 38px !important;
  line-height: 62px !important;
  text-indent: 5px !important;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  background: rgba(43, 51, 63, 0.7);
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  margin-left: -33px;
  margin-top: -33px;
  border: 2px solid #fff;
  -webkit-transition: background 0.03s linear;
  transition: background 0.03s linear;
}

.lcl_postered_video:not(.lcl_poster_clicked):hover:before {
  background: rgba(115, 133, 159, 0.5);
}

.lcl_postered_video:not(.lcl_poster_clicked) iframe {
  display: none;
}

/* HTML element - special sizing */
.lcl_html_container {
  margin: auto;
  overflow: auto;
  position: relative;
}

#lcl_wrap[lcl-type=html]:not(.lcl_fullscreen_mode) .lcl_html_elem {
  position: static !important;
}

#lcl_wrap[lcl-type=html]:not(.lcl_fullscreen_mode) #lcl_contents_wrap,
#lcl_wrap[lcl-type=html]:not(.lcl_fullscreen_mode) #lcl_subj {
  position: relative !important;
}

#lcl_wrap[lcl-type=html].lcl_txt_under:not(.lcl_fullscreen_mode) #lcl_txt {
  position: relative !important;
}

#lcl_wrap[lcl-type=html].lcl_txt_under:not(.lcl_forced_over) #lcl_contents_wrap,
#lcl_wrap[lcl-type=html] #lcl_subj {
  overflow: auto;
}

.lcl_fullscreen_mode#lcl_wrap[lcl-type=html] #lcl_elem_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lcl_fullscreen_mode .lcl_html_elem {
  padding-top: 18px;
  border-top: 42px solid #fdfdfd;
  padding-bottom: 0;
  border-bottom: 15px solid #fdfdfd;
}

/* error message */
#lcl_inline {
  padding: 15px 10px;
  line-height: 20px;
}

/* (4) BUTTONS */
#lcl_nav_cmd {
  position: absolute;
  top: 0;
  z-index: 100;
  overflow: visible;
  padding: 8px;
  height: 0; /* allow contents click */
}

.lcl_corner_close.lcl_inner_cmd:not(.lcl_txt_rside):not(.lcl_forced_outer_cmd) #lcl_nav_cmd,
.lcl_corner_close.lcl_no_txt:not(.lcl_forced_outer_cmd) #lcl_nav_cmd,
.lcl_corner_close.lcl_hidden_txt:not(.lcl_forced_outer_cmd) #lcl_nav_cmd,
.lcl_corner_close.lcl_force_txt_over:not(.lcl_forced_outer_cmd) #lcl_nav_cmd {
  padding-right: 24px !important;
}

.lcl_first_sizing #lcl_nav_cmd,
.lcl_loading_iframe #lcl_nav_cmd,
.lcl_loading_videojs #lcl_nav_cmd,
.lcl_switching_elem #lcl_nav_cmd,
.lcl_toggling_txt.lcl_inner_cmd #lcl_nav_cmd,
.lcl_toggling_fs #lcl_nav_cmd {
  opacity: 0 !important;
}

#lcl_nav_cmd {
  right: 0;
  left: 0;
}

.lcl_outer_cmd #lcl_nav_cmd {
  z-index: 99999;
  margin: 0 !important;
  padding: 10px 15px;
}

.lcl_outer_cmd:not(.lcl_first_sizing):not(.lcl_first_sizing):not(.lcl_loading_iframe):not(.lcl_switching_elem):not(.lcl_toggling_txt):not(.lcl_toggling_fs):not(.lcl_is_closing) #lcl_nav_cmd {
  opacity: 1 !important;
}

.lcl_is_closing.lcl_outer_cmd #lcl_nav_cmd {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0 !important;
}

#lcl_nav_cmd .lcl_icon {
  display: inline-block;
  border-radius: 3px;
  background: #fefefe;
  -webkit-box-shadow: 0 0 2px rgba(20, 20, 20, 0.05);
          box-shadow: 0 0 2px rgba(20, 20, 20, 0.05);
  border: 1px solid #eaeaea;
  text-align: center;
  vertical-align: top;
  margin: 4px;
  width: 28px;
  height: 28px;
  color: #6f6f6f;
  position: relative;
}

.lcl_outer_cmd .lcl_close {
  right: 0 !important;
  top: 0 !important;
}

@media screen and (min-width: 450px) {
  .lcl_inner_cmd:not(.lcl_on_mobile) #lcl_nav_cmd .lcl_icon,
  .lcl_fullscreen_mode.lcl_outer_cmd:not(.lcl_on_mobile):not([lcl-type=iframe]):not([lcl-type=html]) #lcl_nav_cmd .lcl_icon {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: opacity 0.2s ease-in 0.5s, box-shadow 0.2s ease-in 0.5s, -webkit-transform 0.2s ease-in 0.5s;
    -webkit-transition: opacity 0.2s ease-in 0.5s, -webkit-box-shadow 0.2s ease-in 0.5s, -webkit-transform 0.2s ease-in 0.5s;
    transition: opacity 0.2s ease-in 0.5s, -webkit-box-shadow 0.2s ease-in 0.5s, -webkit-transform 0.2s ease-in 0.5s;
    transition: opacity 0.2s ease-in 0.5s, box-shadow 0.2s ease-in 0.5s, transform 0.2s ease-in 0.5s;
    transition: opacity 0.2s ease-in 0.5s, box-shadow 0.2s ease-in 0.5s, transform 0.2s ease-in 0.5s, -webkit-box-shadow 0.2s ease-in 0.5s, -webkit-transform 0.2s ease-in 0.5s;
  }
  #lcl_window:not(.lcl_on_mobile):hover #lcl_nav_cmd .lcl_icon,
  .lcl_fullscreen_mode.lcl_outer_cmd:not(.lcl_on_mobile):not([lcl-type=iframe]):not([lcl-type=html]):hover #lcl_nav_cmd .lcl_icon {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.lcl_icon:before,
.lcl_tn_prev:before,
.lcl_tn_next:before,
#lcl_corner_close:before,
.lcl_postered_video:not(.lcl_poster_clicked):before {
  font-family: "lc_lightbox" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 27px;
  z-index: 10;
  position: relative;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lcl_icon:not(.lcl_counter):after {
  content: "";
  display: block;
  left: -1px;
  right: -1px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  z-index: 5;
  border-radius: 3px;
  opcity: 0;
  background: #6f6f6f;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.lcl_nav_btn_middle .lcl_next:after,
.lcl_nav_btn_middle .lcl_prev:after {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

.lcl_nav_btn_middle.lcl_inner_cmd .lcl_next:after {
  right: 0 !important;
}

.lcl_nav_btn_middle.lcl_inner_cmd .lcl_prev:after {
  left: 0 !important;
}

#lcl_wrap:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):not(.lcl_zoom_disabled):not(a):hover {
  border-radius: 5px !important;
}

#lcl_wrap:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):not(.lcl_zoom_disabled):not(a):hover:before,
#lcl_corner_close:before {
  color: #fff;
}

#lcl_wrap:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):not(.lcl_zoom_disabled):not(a):hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.lcl_prev:before {
  content: "\f053";
  text-indent: -1px;
}

.lcl_next:before {
  content: "\f054";
  text-indent: 1px;
}

.lcl_play:before {
  content: "\f0bf";
  font-size: 20px;
  line-height: 28px;
  text-indent: 1px;
}

.lcl_is_playing .lcl_play:before {
  content: "\f0bb";
  font-size: 20px;
  line-height: 28px;
  text-indent: 0;
}

.lcl_close:before,
#lcl_corner_close:before {
  content: "\e901";
  font-size: 20px;
  line-height: 28px;
}

.lcl_fullscreen:before {
  content: "\f065";
}

.lcl_fullscreen_mode .lcl_fullscreen:before {
  content: "\e900";
}

.lcl_zoom_out:before {
  content: "\e909";
  font-size: 16px;
}

.lcl_zoom_in:before {
  content: "\e908";
  font-size: 16px;
}

.lcl_txt_toggle:before {
  content: "\f10e";
  font-size: 16px;
}

.lcl_thumbs_toggle:before {
  content: "\e902";
  font-size: 15px;
  line-height: 26px;
  text-indent: -1px;
}

.lcl_window:before {
  content: "\e900";
}

.lcl_download:before {
  content: "\e9c5";
}

.lcl_socials:before {
  content: "\e600";
  font-size: 15px;
  line-height: 26px;
}

.lcl_fb:before {
  content: "\f09a";
  font-size: 17px;
}

.lcl_twit:before {
  content: "\f099";
  font-size: 18px;
}

.lcl_pint:before {
  content: "\f0d2";
  font-size: 18px;
}

.lcl_wa:before {
  content: "\f232";
  font-size: 18px;
}

.lcl_tn_prev:before {
  content: "\f137";
}

.lcl_tn_next:before {
  content: "\f138";
}

.lcl_right_icon {
  float: right;
}

.lcl_close {
  margin-left: 36px !important;
}

.lcl_counter {
  cursor: default !important;
  font-size: 12px;
  font-weight: bold;
  line-height: 27px;
  padding: 0 10px;
  width: auto !important;
}

@media screen and (max-width: 340px) {
  .lcl_counter {
    display: none !important;
  }
}
.lcl_download {
  position: relative;
}

.lcl_download a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}

.lcl_first_elem:not(.lcl_on_mobile) #lcl_window:hover .lcl_prev {
  opacity: 0.5 !important;
  cursor: default !important;
}

.lcl_last_elem:not(.lcl_on_mobile) #lcl_window:hover .lcl_next {
  opacity: 0.5 !important;
  cursor: default !important;
}

.lcl_last_elem .lcl_play {
  display: none !important;
}

#lcl_thumb_prev div:before,
#lcl_thumb_next div:before {
  font-size: 20px;
}

.lcl_icon {
  cursor: pointer;
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 2px;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* button status */
.lcl_no_carousel[lc-lelem="0"] .lcl_prev:before,
.lcl_no_carousel.lcl_last_elem .lcl_next:before,
.lcl_hidden_txt .lcl_txt_toggle:before,
.lcl_tn_hidden .lcl_thumbs_toggle:before,
.lcl_zoom_icon.lcl_zoom_disabled:before {
  opacity: 0.6 !important;
}

.lcl_no_carousel[lc-lelem="0"] .lcl_prev,
.lcl_no_carousel.lcl_last_elem .lcl_next {
  cursor: default !important;
}

.lcl_no_carousel[lc-lelem="0"] .lcl_prev:after,
.lcl_no_carousel.lcl_last_elem .lcl_next:after {
  display: none !important;
}

/* alternative inner close button */
#lcl_corner_close {
  position: absolute;
  right: -22px; /* pos overwritten by JS */
  top: -24px;
  border: 3px solid #d3d3d3;
  background: #6f6f6f;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  border-radius: 50%;
  min-height: 34px;
  min-width: 34px;
  cursor: pointer;
  z-index: 150;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lcl_first_sizing #lcl_corner_close,
.lcl_loading_iframe #lcl_corner_close,
.lcl_loading_videojs #lcl_corner_close,
.lcl_switching_elem #lcl_corner_close,
.lcl_toggling_fs #lcl_corner_close {
  opacity: 0 !important;
}

#lcl_corner_close:before {
  font-size: 20px !important;
  line-height: 34px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#lcl_corner_close:not(.lcl_on_mobile):hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lcl_normal_close #lcl_corner_close,
.lcl_outer_cmd #lcl_corner_close,
.lcl_corner_close.lcl_inner_cmd .lcl_close {
  display: none !important;
}

/* nav arrows in middle position */
.lcl_nav_btn_middle .lcl_prev,
.lcl_nav_btn_middle .lcl_next {
  position: fixed !important;
  top: 50%;
  margin-top: -32px !important;
  padding: 16px 4px;
}

.lcl_nav_btn_middle.lcl_inner_cmd:not(.lcl_fullscreen_mode) .lcl_prev,
.lcl_nav_btn_middle.lcl_inner_cmd:not(.lcl_fullscreen_mode) .lcl_next {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}

.lcl_nav_btn_middle .lcl_prev:before,
.lcl_nav_btn_middle .lcl_next:before {
  font-size: 23px !important;
}

.lcl_nav_btn_middle .lcl_prev {
  left: 0px;
}

.lcl_nav_btn_middle.lcl_inner_cmd .lcl_prev {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.lcl_nav_btn_middle .lcl_next {
  right: 0px;
}

.lcl_nav_btn_middle.lcl_inner_cmd .lcl_next {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.lcl_nav_btn_middle.lcl_outer_cmd .lcl_prev {
  margin-left: 19px !important;
}

.lcl_nav_btn_middle.lcl_outer_cmd .lcl_next {
  margin-right: 19px !important;
}

.lcl_nav_btn_middle.lcl_inner_cmd:not(.lcl_fullscreen_mode) .lcl_prev:after {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.lcl_nav_btn_middle.lcl_inner_cmd:not(.lcl_fullscreen_mode) .lcl_next:after {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* manage btn margins on mobile screens*/
@media screen and (max-width: 450px) {
  #lcl_nav_cmd .lcl_icon {
    margin: 0;
  }
  .lcl_close {
    margin-left: 26px !important;
  }
}
/* IMAGE ZOOM */
.lcl_on_mobile .lcl_zoom_wrap {
  overflow: scroll !important;
}

.lcl_zoom_wrap,
.lcl_zoom_wrap * {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lcl_zoom_wrap:active {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.lcl_zoom_icon.lcl_zoom_disabled {
  cursor: default !important;
}

.lcl_zoom_icon.lcl_zoom_disabled:after {
  display: none !important;
}

.lcl_zoom_helper {
  position: absolute;
  font-size: 8.4px;
  color: rgb(250, 250, 250);
  background: #972626;
  display: inline-block;
  border: 2px solid #972626;
  padding: 5px 1px;
  font-family: arial;
  text-shadow: 0 0 0 rgba(250, 250, 250, 0.8);
  letter-spacing: 0.28px;
  border-radius: 1px;
  line-height: 0;
  z-index: 10;
  bottom: -11px;
  right: -7px;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

/* (6) TEXTS */
#lcl_txt {
  padding: 12px 10px;
  line-height: 20px;
  z-index: 50;
  position: absolute;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lcl_toggling_txt #lcl_txt {
  -webkit-transition: -webkit-transform 0.45s ease 0.1s, opacity 0.35s ease 0.1s;
  -webkit-transition: opacity 0.35s ease 0.1s, -webkit-transform 0.45s ease 0.1s;
  transition: opacity 0.35s ease 0.1s, -webkit-transform 0.45s ease 0.1s;
  transition: transform 0.45s ease 0.1s, opacity 0.35s ease 0.1s;
  transition: transform 0.45s ease 0.1s, opacity 0.35s ease 0.1s, -webkit-transform 0.45s ease 0.1s;
}

#lcl_txt * {
  font-family: "Arial", ​ "sans-serif";
}

.lcl_no_txt #lcl_txt {
  display: none !important;
}

#lcl_txt > * {
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
  hyphens: auto;
}

#lcl_title {
  font-size: 17px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 4px;
}

#lcl_author {
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
}

.lcl_comments_wrap {
  min-width: 178px;
}

.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt .lcl_txt_border,
.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt .lcl_txt_border {
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 12px;
  padding-bottom: 17px;
}

.lcl_txt_under #lcl_txt .lcl_txt_border,
.lcl_txt_over #lcl_txt .lcl_txt_border,
.lcl_force_txt_over #lcl_txt .lcl_txt_border {
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 10px;
  padding-bottom: 12px;
}

#lcl_descr {
  font-size: 14px;
  line-height: 20px;
}

.lcl_switching_el #lcl_txt,
.lcl_txt_under_calc #lcl_txt,
.lcl_txt_under_calc #lcl_txt *,
.lcl_txt_under.lcl_is_resizing:not(.lcl_force_txt_over) #lcl_txt {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}

/* text under/over element */
.lcl_txt_under #lcl_txt,
.lcl_txt_over #lcl_txt {
  left: 0;
  bottom: 0;
}

/* text under */
.lcl_txt_under #lcl_txt {
  background: #fff;
}

.lcl_txt_under:not(.lcl_force_txt_over) #lcl_txt {
  padding: 18px 25px 22px;
  margin-bottom: 0 !important;
}

.lcl_txt_under.lcl_is_resizing:not(.lcl_force_txt_over) #lcl_txt,
.lcl_txt_under.lcl_toggling_txt:not(.lcl_force_txt_over) #lcl_txt {
  opacity: 0 !important;
}

.lcl_txt_under.lcl_hidden_txt.lcl_toggling_txt:not(.lcl_force_txt_over) #lcl_txt {
  visibility: hidden !important;
}

.lcl_txt_under:not(.lcl_force_txt_over) #lcl_txt:after {
  height: 7px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* text over */
.lcl_force_txt_over #lcl_txt,
.lcl_txt_over #lcl_txt {
  background: rgba(255, 255, 255, 0.9);
  background-clip: padding-box !important;
  border: 15px solid transparent;
  border-radius: 0 17px 17px 0;
  max-height: calc(100% - 42px);
  padding: 13px 22px;
  overflow: auto;
  bottom: 0;
}

.lcl_fullscreen_mode.lcl_force_txt_over #lcl_txt,
.lcl_fullscreen_mode.lcl_txt_over #lcl_txt {
  bottom: auto !important;
  right: auto !important;
  left: 0 !important;
  top: 42px !important;
  padding: 17px 22px !important;
  max-width: 33.3%;
  max-height: calc(100% - 42px);
  -webkit-transition: -webkit-transform 0.45s ease 0.1s, opacity 0.35s ease 0.1s, bottom 0.3s ease;
  -webkit-transition: opacity 0.35s ease 0.1s, bottom 0.3s ease, -webkit-transform 0.45s ease 0.1s;
  transition: opacity 0.35s ease 0.1s, bottom 0.3s ease, -webkit-transform 0.45s ease 0.1s;
  transition: transform 0.45s ease 0.1s, opacity 0.35s ease 0.1s, bottom 0.3s ease;
  transition: transform 0.45s ease 0.1s, opacity 0.35s ease 0.1s, bottom 0.3s ease, -webkit-transform 0.45s ease 0.1s;
}

.lcl_playing_video.lcl_txt_over #lcl_txt,
.lcl_playing_video.lcl_force_txt_over #lcl_txt {
  max-height: calc(100% - 42px - 45px); /* top = 42 + bottom = 45 */
  bottom: 45px;
}

@media screen and (max-width: 1024px) {
  .lcl_fullscreen_mode.lcl_force_txt_over #lcl_txt,
  .lcl_fullscreen_mode.lcl_txt_over #lcl_txt {
    max-width: 66.6%;
  }
}
@media screen and (max-width: 780px) {
  .lcl_fullscreen_mode.lcl_force_txt_over #lcl_txt,
  .lcl_fullscreen_mode.lcl_txt_over #lcl_txt {
    max-width: 100%;
  }
}
/* text on sides */
.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt,
.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
  padding: 16px 24px;
  top: 0;
  bottom: 0;
  width: 330px;
  overflow-y: auto;
  overflow-x: hidden;
}

.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt:after,
.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt:after {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
  padding-left: 18px;
}

.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt {
  padding-right: 18px;
}

/* text on right side */
.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
  border-right: 330px solid transparent;
}

.lcl_txt_rside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd,
.lcl_nav_btn_middle.lcl_txt_rside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next,
.lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next,
.lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav,
.lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
  right: 330px;
}

.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt {
  right: 0;
  background: #fefefe;
}

/* text on left side */
.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
  border-left: 330px solid transparent;
}

.lcl_txt_lside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd,
.lcl_nav_btn_middle.lcl_txt_lside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev,
.lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev,
.lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav,
.lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
  left: 330px;
}

.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
  left: 0;
  background: #fefefe;
}

/* text on side on small screens */
@media screen and (max-width: 780px) {
  .lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt,
  .lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
    width: 220px;
  }
  .lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
    border-right-width: 220px;
  }
  .lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
    border-left-width: 220px;
  }
  .lcl_txt_rside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd,
  .lcl_nav_btn_middle.lcl_txt_rside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next,
  .lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next,
  .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav,
  .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
    right: 220px;
  }
  .lcl_txt_lside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd,
  .lcl_nav_btn_middle .lcl_txt_lside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev,
  .lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev,
  .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav,
  .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
    left: 220px;
  }
}
/* text on side on large screens + fullscreen */
@media screen and (min-width: 1700px) {
  .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt,
  .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
    width: 400px;
  }
  .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
    border-right-width: 400px;
  }
  .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
    border-left-width: 400px;
  }
  .lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next,
  .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav,
  .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
    right: 400px;
  }
  .lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev,
  .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav,
  .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
    left: 400px;
  }
}
/* hidden side text - force sizes */
.lcl_hidden_txt.lcl_inner_cmd #lcl_nav_cmd,
.lcl_hidden_txt.lcl_outer_cmd #lcl_nav_cmd,
.lcl_fullscreen_mode.lcl_hidden_txt #lcl_thumbs_nav {
  right: 0 !important;
  left: 0 !important;
}

.lcl_nav_btn_middle.lcl_hidden_txt.lcl_inner_cmd .lcl_prev,
.lcl_nav_btn_middle.lcl_hidden_txt.lcl_outer_cmd .lcl_prev {
  left: 0px !important;
}

.lcl_nav_btn_middle.lcl_hidden_txt.lcl_inner_cmd .lcl_next,
.lcl_nav_btn_middle.lcl_hidden_txt.lcl_outer_cmd .lcl_next {
  right: 0px !important;
}

/* sub-texts */
#lcl_txt > *:first-child {
  padding-top: 0;
  margin-top: 0;
}

#lcl_txt > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* hide texts */
.lcl_hidden_txt.lcl_txt_under:not(.lcl_force_txt_over) #lcl_txt {
  height: 0 !important;
  padding: 0 !important;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.lcl_hidden_txt:not(.lcl_fullscreen_mode).lcl_txt_over #lcl_txt,
.lcl_hidden_txt:not(.lcl_fullscreen_mode).lcl_force_txt_over #lcl_txt {
  opacity: 0 !important;
  z-index: -1;
  -webkit-transform: translateY(30px) scale(0.95);
  transform: translateY(30px) scale(0.95);
}

.lcl_hidden_txt.lcl_fullscreen_mode.lcl_txt_over #lcl_txt,
.lcl_hidden_txt.lcl_fullscreen_mode.lcl_force_txt_over #lcl_txt {
  -webkit-transform: translateX(-110%) scale(0.8);
  transform: translateX(-110%) scale(0.8);
}

.lcl_hidden_txt.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_subj,
.lcl_hidden_txt.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_subj {
  border-width: 0 !important;
}

.lcl_hidden_txt.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.lcl_hidden_txt.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* TOOLTIP */
.lcl_tooltip {
  position: absolute;
  left: 50%;
  background: #fff;
  padding: 7px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
  opacity: 0;
  font-size: 14px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.lcl_tooltip:before {
  content: "";
  border-style: solid;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}

.lcl_tooltip.lcl_tt_bottom:before {
  bottom: 100%;
  border-color: transparent transparent #fff;
}

.lcl_tooltip.lcl_tt_top:before {
  top: 100%;
  border-color: #fff transparent transparent;
}

.lcl_tooltip.lcl_tt_bottom {
  top: 115%;
  -webkit-transform: translate(-50%, 8px);
  transform: translate(-50%, 8px);
}

.lcl_tooltip.lcl_tt_top {
  bottom: 115%;
  -webkit-transform: translate(-50%, -8px);
  transform: translate(-50%, -8px);
}

.lcl_tooltip.lcl_show_tt {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* SOCIALS VISIBILITY */
.lcl_tooltip.lcl_socials_tt {
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  top: 150%;
}

.lcl_socials {
  position: relative;
}

#lcl_wrap[lcl-type=html] .lcl_socials,
#lcl_wrap[lcl-type=iframe] .lcl_socials {
  display: none !important;
}

.lcl_socials_tt a {
  border-width: 0 0 0 1px !important;
  border-style: solid;
  border-color: #eaeaea;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0px 12px;
  text-decoration: none !important;
  margin: 0 !important;
  max-width: 17px;
}

.lcl_socials_tt a:first-child {
  border: none !important;
}

/* FULLSCREEN MODE */
#lcl_wrap.lcl_fullscreen_mode {
  padding: 0 !important;
}

.lcl_fullscreen_mode #lcl_window,
.lcl_fullscreen_mode #lcl_contents_wrap {
  border-radius: 0 !important;
}

.lcl_fullscreen_mode #lcl_window {
  border-width: 0 !important;
  margin-top: 0 !important;
}

.lcl_fullscreen_mode #lcl_subj,
.lcl_fullscreen_mode #lcl_txt {
  margin: 0 !important;
}

.lcl_fullscreen_mode #lcl_elem_wrap {
  bottom: 0 !important;
}

.lcl_fullscreen_mode.lcl_toggling_txt.lcl_outer_cmd,
.lcl_fullscreen_mode.lcl_toggling_txt.lcl_nav_btn_middle .lcl_prev,
.lcl_fullscreen_mode.lcl_toggling_txt.lcl_nav_btn_middle .lcl_next {
  -webkit-transition: all 0.4s ease 0.2s !important;
  transition: all 0.4s ease 0.2s !important;
}

/* (7) THUMBS NAVIGATOR */
#lcl_thumbs_nav {
  margin: 10px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  z-index: 60;
  -webkit-transition: -webkit-transform 0.35s ease-in, opacity 0.5s ease, margin 0.35s ease, left 0.4s ease 0.2s, right 0.4s ease 0.2s;
  -webkit-transition: opacity 0.5s ease, margin 0.35s ease, left 0.4s ease 0.2s, right 0.4s ease 0.2s, -webkit-transform 0.35s ease-in;
  transition: opacity 0.5s ease, margin 0.35s ease, left 0.4s ease 0.2s, right 0.4s ease 0.2s, -webkit-transform 0.35s ease-in;
  transition: transform 0.35s ease-in, opacity 0.5s ease, margin 0.35s ease, left 0.4s ease 0.2s, right 0.4s ease 0.2s;
  transition: transform 0.35s ease-in, opacity 0.5s ease, margin 0.35s ease, left 0.4s ease 0.2s, right 0.4s ease 0.2s, -webkit-transform 0.35s ease-in;
}

#lcl_thumbs_nav,
#lcl_thumbs_nav * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lcl_playing_video.lcl_fullscreen_mode #lcl_thumbs_nav {
  margin-bottom: 50px;
}

.lcl_tn_hidden #lcl_thumbs_nav,
.lcl_pre_first_el #lcl_thumbs_nav,
#lcl_thumbs_nav.lcl_pre_tn_scroll {
  opacity: 0;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}

#lcl_thumbs_nav .lcl_tn_inner {
  position: absolute;
  z-index: 10;
  left: 45px;
  right: 45px;
  bottom: 0;
  top: 0;
  list-style: none !important;
  margin: 0 !important;
  text-align: center;
  white-space: nowrap;
  overflow: hidden !important;
}

.lcl_on_mobile .lcl_tn_inner {
  overflow: auto !important;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.lcl_tn_inner li {
  height: 100%;
  margin: 0 0 0 10px;
  display: inline-block;
  border: 0px solid #ccc;
  border-radius: 2px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-clip: content-box;
  background-color: #9f9f9f;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px rgba(10, 10, 10, 0.45);
          box-shadow: 0 0 4px rgba(10, 10, 10, 0.45);
  -webkit-transform: scale(0.83) translateZ(0);
  transform: scale(0.83) translateZ(0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.lcl_tn_inner li:first-child {
  margin: 0;
}

.lcl_tn_inner li.lcl_sel_thumb,
#lcl_wrap:not(.lcl_on_mobile) .lcl_tn_inner li:not(.lcl_sel_thumb):hover {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

.lcl_tn_inner li.lcl_tn_preload,
.lcl_tn_inner li.lcl_sel_thumb.lcl_tn_preload {
  margin: 0 !important;
  width: 0 !important;
  height: 0 !important;
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important;
}

.lcl_thumb_title_tt {
  padding: 7px 10px;
}

#lcl_thumbs_nav span {
  position: absolute;
  cursor: pointer;
  width: 23px;
  height: 23px;
  top: 50%;
  margin-top: -12px;
  z-index: 15;
  color: #f5f5f5;
}

#lcl_thumbs_nav:not(.lcl_tn_has_arr) span {
  display: none !important;
}

#lcl_thumbs_nav.lcl_tn_has_arr span {
  display: inline-block !important;
}

#lcl_thumbs_nav.lcl_tn_has_arr span:before {
  font-size: 23px;
}

#lcl_thumbs_nav span.lcl_tn_prev {
  left: 0;
}

#lcl_thumbs_nav span.lcl_tn_next {
  right: 0;
}

.lcl_tn_video video {
  position: absolute;
  top: -15%;
  left: -15%;
  width: 130%;
  height: 130%;
}

.lcl_tn_mixed_types li::before {
  background: rgba(0, 0, 0, 0.25);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.lcl_tn_mixed_types li.lcl_sel_thumb::before {
  opacity: 0;
}

.lcl_tn_mixed_types li:after {
  font-family: "lc_lightbox" !important;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  right: 5px;
  position: absolute;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  z-index: 15;
  content: "\e929"; /* video - by default */
}

.lcl_tn_mixed_types li.lcl_tn_image:after {
  content: "\e927";
}

.lcl_tn_mixed_types li.lcl_tn_iframe:after {
  content: "\e903";
}

.lcl_tn_mixed_types li.lcl_tn_html:after {
  content: "\e926";
}

/* (8) PROGRESSBAR */
#lcl_progressbar {
  position: fixed;
  z-index: 99999;
  top: 0;
  height: 2px;
  left: 0;
  width: 0;
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.lcl_loading_videojs #lcl_progressbar,
.lcl_loading_iframe #lcl_progressbar {
  opacity: 0 !important;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/* OVERLAY PATTERNS */
.lcl_pattern_oblique_dots {
  background-image: url(https://forevervacation.com/layout_v_3/FV_new_v2/assets/img/patterns/oblique_dots.png);
}

.lcl_pattern_1 {
  background-image: url(https://forevervacation.com/layout_v_3/FV_new_v2/assets/img/patterns/pattern-1.png);
}

.lcl_pattern_dot-1 {
  background-image: url(https://forevervacation.com/layout_v_3/FV_new_v2/assets/img/patterns/pattern-dot-1.png);
}

.lcl_pattern_dot-2 {
  background-image: url(https://forevervacation.com/layout_v_3/FV_new_v2/assets/img/patterns/pattern-dot-2.png);
}

.lcl_pattern_dot-b1 {
  background-image: url(https://forevervacation.com/layout_v_3/FV_new_v2/assets/img/patterns/pattern-dot-b1.png);
}

.lcl_pattern_dot-b2 {
  background-image: url(https://forevervacation.com/layout_v_3/FV_new_v2/assets/img/patterns/pattern-dot-b2.png);
}

.lcl_pattern_dot-b3 {
  background-image: url(https://forevervacation.com/layout_v_3/FV_new_v2/assets/img/patterns/pattern-dot-b3.png);
}

.lcl_pattern_dot-b4 {
  background-image: url(https://forevervacation.com/layout_v_3/FV_new_v2/assets/img/patterns/pattern-dot-b4.png);
}

.lcl_pattern_triangle-05 {
  background-image: url(https://forevervacation.com/layout_v_3/FV_new_v2/assets/img/patterns/pattern-triangle-05.png);
}

.lcl_pattern_triangle-10 {
  background-image: url(https://forevervacation.com/layout_v_3/FV_new_v2/assets/img/patterns/pattern-triangle-10.png);
}

.lcl_pattern_triangle-20 {
  background-image: url(https://forevervacation.com/layout_v_3/FV_new_v2/assets/img/patterns/pattern-triangle-20.png);
}

.lcl_pattern_triangle-30 {
  background-image: url(https://forevervacation.com/layout_v_3/FV_new_v2/assets/img/patterns/pattern-triangle-30.png);
}

.lcl_pattern_triangle-40 {
  background-image: url(https://forevervacation.com/layout_v_3/FV_new_v2/assets/img/patterns/pattern-triangle-40.png);
}

.lcl_pattern_ver-line-10 {
  background-image: url(https://forevervacation.com/layout_v_3/FV_new_v2/assets/img/patterns/pattern-ver-line-10.png);
}

.lcl_pattern_ver-line-20 {
  background-image: url(https://forevervacation.com/layout_v_3/FV_new_v2/assets/img/patterns/pattern-ver-line-20.png);
}

.lcl_pattern_ver-line-30 {
  background-image: url(https://forevervacation.com/layout_v_3/FV_new_v2/assets/img/patterns/pattern-ver-line-30.png);
}

.lcl_pattern_ver-line-40 {
  background-image: url(https://forevervacation.com/layout_v_3/FV_new_v2/assets/img/patterns/pattern-ver-line-40.png);
}

.lcl_pattern_ver-line-50 {
  background-image: url(https://forevervacation.com/layout_v_3/FV_new_v2/assets/img/patterns/pattern-ver-line-50.png);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px !important;
}

.selection .select2-selection {
  height: -webkit-fill-available;
  padding: 8px;
  border-radius: 0;
  border: 2px solid #e6e6e6;
  background-color: #ffffff;
}

.select2-dropdown {
  width: 300px !important;
}

.select2-selection__rendered {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.select2-container--default .select2-results__option {
  font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
}

@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/1f3c9d/00000000000000003b9b3e5b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("woff2"), url("https://use.typekit.net/af/1f3c9d/00000000000000003b9b3e5b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("woff"), url("https://use.typekit.net/af/1f3c9d/00000000000000003b9b3e5b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/599669/00000000000000003b9b3e5c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3") format("woff2"), url("https://use.typekit.net/af/599669/00000000000000003b9b3e5c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3") format("woff"), url("https://use.typekit.net/af/599669/00000000000000003b9b3e5c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/104338/00000000000000003b9b3e59/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n6&amp;v=3") format("woff2"), url("https://use.typekit.net/af/104338/00000000000000003b9b3e59/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n6&amp;v=3") format("woff"), url("https://use.typekit.net/af/104338/00000000000000003b9b3e59/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n6&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/3fffc6/00000000000000003b9b3e57/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("woff2"), url("https://use.typekit.net/af/3fffc6/00000000000000003b9b3e57/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("woff"), url("https://use.typekit.net/af/3fffc6/00000000000000003b9b3e57/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/032b8d/00000000000000003b9b3e55/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n8&amp;v=3") format("woff2"), url("https://use.typekit.net/af/032b8d/00000000000000003b9b3e55/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n8&amp;v=3") format("woff"), url("https://use.typekit.net/af/032b8d/00000000000000003b9b3e55/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n8&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "adrianna";
  src: url("https://use.typekit.net/af/e57c9c/00000000000000003b9b3e5f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n1&amp;v=3") format("woff2"), url("https://use.typekit.net/af/e57c9c/00000000000000003b9b3e5f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n1&amp;v=3") format("woff"), url("https://use.typekit.net/af/e57c9c/00000000000000003b9b3e5f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n1&amp;v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 100;
}
.c-container {
  width: 100%;
  max-width: 1500rem;
  margin: 0 auto;
  padding: 0 20rem;
  max-width: 1764rem;
}
@media screen and (max-width: 768px) {
  .c-container {
    padding: 0 20px;
  }
}

.c-breadcrumbs {
  margin-bottom: 25px;
}
.c-breadcrumbs li {
  color: #989898;
  font-size: 18rem;
  line-height: 25rem;
  display: inline;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs li {
    font-size: 16px;
    line-height: 25px;
  }
}
.c-breadcrumbs li a {
  text-decoration: none;
  color: #989898;
}
.c-breadcrumbs li p {
  display: inline;
  text-decoration: underline;
}
.c-breadcrumbs li + li::before {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}

.wrapper {
  overflow: unset;
}
@media screen and (max-width: 768px) {
  .wrapper {
    overflow: hidden;
  }
}

.tour-detail-page {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .tour-detail-page {
    padding-top: 60px;
  }
}
.tour-detail-page__bg-map {
  top: -40px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__bg-map {
    display: none;
  }
}
.tour-detail-page__bg-map img {
  width: 100%;
}
.tour-detail-page .ruk_rating_snippet i {
  color: #e8c143;
}
.tour-detail-page .sec01__pc {
  position: relative;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .sec01__pc {
    display: none;
  }
}
.tour-detail-page .sec01__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  -webkit-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #fff;
}
.tour-detail-page .sec01__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-right: 12px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 10px;
}
.tour-detail-page .sec01__left__img {
  width: 100%;
  background-color: grey;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
}
.tour-detail-page .sec01__left__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tour-detail-page .sec01__right {
  max-width: 840rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.tour-detail-page .sec01__right__img {
  width: 49%;
  height: 268rem;
  position: relative;
  cursor: pointer;
  background-color: grey;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}
.tour-detail-page .sec01__right__img.hidden {
  display: none;
}
.tour-detail-page .sec01__right__img:nth-child(3), .tour-detail-page .sec01__right__img:nth-child(4) {
  margin-bottom: 0;
}
.tour-detail-page .sec01__right__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tour-detail-page .sec01__right__img .more {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 40rem;
  line-height: 55rem;
  color: white;
  border-bottom-right-radius: 10px;
  font-weight: 700;
}
.tour-detail-page__sec01_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__sec01_sp {
    display: block;
    position: relative;
    -webkit-transition: margin-top 0.1s linear;
    transition: margin-top 0.1s linear;
    padding-bottom: 150px;
    background: #000000;
  }
}
.tour-detail-page__sec01_sp .ruk_rating_snippet {
  width: 200px;
}
.tour-detail-page__sec01_sp .ruk_rating_snippet span {
  color: #fff !important;
  font-weight: 500;
}
.tour-detail-page__sec01_sp__slider {
  position: relative;
}
.tour-detail-page__sec01_sp__slider::before {
  content: "";
  width: 100%;
  height: 55px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background-image: linear-gradient(rgba(0, 0, 0, 0), black);
  top: 75.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__sec01_sp__slider::before {
    height: 40px;
  }
}
.tour-detail-page__sec01_sp__slider__item {
  height: 555px;
  overflow: hidden;
  -webkit-transition: height 0.1s linear;
  transition: height 0.1s linear;
}
.tour-detail-page__sec01_sp__slider__item img {
  height: 438px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tour-detail-page__sec01_sp__slider__group {
  position: absolute;
  left: 0;
  bottom: 74px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
  border-bottom-left-radius: 40px;
  z-index: 5;
  border-bottom-right-radius: 40px;
}
.tour-detail-page__sec01_sp__slider__content {
  padding: 0 0 15px 0;
  position: relative;
  padding-top: 0;
  padding-bottom: 43px;
}
.tour-detail-page__sec01_sp__slider__title {
  font-size: 5.5vw;
  line-height: 26px;
  color: #fff;
  font-weight: 800;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background-image: linear-gradient(rgba(0, 0, 0, 0), black);
  padding: 0 25px 0 25px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .tour-detail-page__sec01_sp__slider__title {
    font-size: 30px;
    line-height: 35px;
  }
}
.tour-detail-page__sec01_sp__slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 25px 0 25px;
  background-color: #000000;
}
.tour-detail-page__sec01_sp__slider__nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.7vw;
  line-height: 25px;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .tour-detail-page__sec01_sp__slider__nav li {
    font-size: 21px;
  }
}
.tour-detail-page__sec01_sp__slider__nav li img {
  margin-right: 6.5px;
  max-width: 16px;
}
.tour-detail-page__sec01_sp__slider__nav li:nth-child(2) {
  margin-left: 4.9vw;
  margin-right: 4.9vw;
}
.tour-detail-page__sec01_sp__slider__cart {
  padding: 22px 20px;
  padding-top: 15px;
  padding-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tour-detail-page__sec01_sp__slider__cart .left {
  width: 50%;
}
.tour-detail-page__sec01_sp__slider__cart .left p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  color: #fff;
}
.tour-detail-page__sec01_sp__slider__cart .left .discount {
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  font-weight: 300;
  text-decoration: line-through;
}
.tour-detail-page__sec01_sp__slider__cart .left .price {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #e8c143;
}
.tour-detail-page__sec01_sp__slider__cart .right {
  width: 39%;
}
.tour-detail-page__sec01_sp__slider__cart .right a,
.tour-detail-page__sec01_sp__slider__cart .right span {
  font-size: 3.7vw;
  line-height: 25px;
  font-weight: 700;
  padding: 9.1px 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 175px;
  border-radius: 10px;
  background-color: #e8c143;
  color: #000000;
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .tour-detail-page__sec01_sp__slider__cart .right a,
  .tour-detail-page__sec01_sp__slider__cart .right span {
    font-size: 20px;
  }
}
.tour-detail-page__sec01_sp .swiper-pagination {
  bottom: 124px;
  height: 16px;
}
.tour-detail-page__sec01_sp .swiper-pagination-bullet {
  background: #7f7f7f;
  opacity: 0.5;
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  bottom: -2px;
}
.tour-detail-page__sec01_sp .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  opacity: 1;
}
.tour-detail-page__sec01_sp .swiper-pagination-bullet.swiper-pagination-bullet-active-next, .tour-detail-page__sec01_sp .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next, .tour-detail-page__sec01_sp .swiper-pagination-bullet.swiper-pagination-bullet-active-prev, .tour-detail-page__sec01_sp .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tour-detail-page__sec02 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__sec02 {
    background-color: #fff;
    margin-top: -100px;
    padding-top: 0px;
    margin-bottom: 30px;
    border-radius: 20px;
    z-index: 5;
    position: relative;
    padding-bottom: 30px;
  }
}
.tour-detail-page__sec02 .bg-map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1450px;
  z-index: -1;
  display: block;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__sec02 .bg-map {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .tour-detail-page__sec02 .c-container {
    padding: 0;
  }
}
.tour-detail-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tour-detail-page__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__left {
    padding-right: 0;
  }
}
.tour-detail-page__right {
  width: 100%;
  max-width: 570rem;
  position: sticky;
  top: 65px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__right {
    max-width: 100%;
    height: auto;
    position: unset;
    top: 0;
  }
}
.tour-detail-page__block {
  padding: 20rem 50rem;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  margin-bottom: 30px;
}
.tour-detail-page__block.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__block.sp-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tour-detail-page__block {
    overflow: hidden;
    padding: 30px 24.5px;
  }
}
.tour-detail-page__block--st01 {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__block--st01 {
    margin-bottom: 0;
  }
}
.tour-detail-page__block2 {
  padding: 30px 30px 40px 30px;
  border-radius: 20px;
  background: #faf3d9;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tour-detail-page__block2__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.tour-detail-page__block2__logo img {
  width: 68px;
  height: 68px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tour-detail-page__block2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 20px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tour-detail-page__block2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  border: 2px solid #e8c143;
  background-color: #fff;
}
.tour-detail-page__block2__icon {
  height: 16px;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__block2__icon {
    height: 18px;
  }
}
.tour-detail-page__block2__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tour-detail-page__block2__title {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
  line-height: 40px;
}
.tour-detail-page__block2__title span {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__block2__title span {
    display: block;
  }
}
.tour-detail-page__block2__title span::before {
  content: "";
  position: absolute;
  width: 104%;
  height: 17px;
  background-image: url("https://cdn.forevervacation.com/layout_v_3/FV_new_v2/assets/images/underscore.svg");
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  left: -3px;
}
.tour-detail-page__block2__text {
  font-size: 17px;
  font-weight: bold;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__block2__text {
    font-size: 16px;
  }
}
.tour-detail-page__title {
  font-size: 30rem;
  line-height: 55rem;
  font-weight: 800;
  margin-bottom: 30rem;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__title {
    font-size: 7vw;
    margin-bottom: 0;
  }
}
.tour-detail-page__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
  }
}
.tour-detail-page__info__item {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  border-radius: 15px;
  padding: 10px 15px;
  color: #444;
  background: rgba(232, 193, 67, 0.2);
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__info__item {
    margin-right: 0;
  }
}
.tour-detail-page__info__item img {
  width: 24rem;
  height: 24rem;
  margin-right: 10rem;
  margin-top: -2px;
}
.tour-detail-page__info--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tour-detail-page__intro {
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  color: #444;
  margin: 20px 0 20px 0;
}
.tour-detail-page__intro p {
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  color: #444;
  margin: 20px 0 20px 0;
}
.tour-detail-page__intro p span iframe {
  width: 100% !important;
  height: 100% !important;
  max-width: 720px !important;
  min-height: 351px !important;
  border-radius: 20px !important;
}
.tour-detail-page__intro a {
  border-bottom: 2px solid #e8c143;
  color: inherit;
  word-break: break-word;
}
.tour-detail-page__intro a:hover {
  color: #e8c143;
}
.tour-detail-page__intro .fr-video.fr-dvb {
  display: block;
  clear: both;
}
.tour-detail-page__intro .fr-video {
  text-align: center;
  position: relative;
}
.tour-detail-page__intro .visible-ul ul {
  display: block;
  padding-left: 24.5px;
}
.tour-detail-page__intro .visible-ul ul li {
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 30px;
  position: relative;
  color: #444;
}
.tour-detail-page__intro .visible-ul ul li::before {
  position: absolute;
  content: "";
  background-image: url(https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/common/Icon-Location-yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15.9px;
  height: 21.07px;
  left: -26px;
  top: 3px;
}
.tour-detail-page .expand-all {
  color: #989898;
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid #989898;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .expand-all {
    display: none;
  }
}
.tour-detail-page__list__item {
  padding: 21px 0;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__list__item {
    padding-left: 0;
  }
}
.tour-detail-page__list__item::before {
  content: "";
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #898989), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #898989 25%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tour-detail-page__list__item:last-child::before {
  display: none;
}
.tour-detail-page__list__title {
  font-size: 18px;
  font-weight: 700;
  color: #444;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__list__title {
    padding-left: 45px;
  }
}
.tour-detail-page__list__title::before {
  content: "";
  background-image: url(https://cdn.forevervacation.com/layout_v_3/assets/img/common/yellow-love.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -50px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__list__title::before {
    left: 0;
    top: -3px;
  }
}
.tour-detail-page__list__title:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  right: 0;
  top: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tour-detail-page__list__title.active:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.tour-detail-page__list__content {
  padding-left: 30px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 16px;
  color: #000;
  line-height: 25px;
  margin-top: 0;
}
.tour-detail-page__list__content.active {
  margin-top: 25px;
  overflow: inherit;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__list__content ul.list-hightlight,
  .tour-detail-page__list__content ul.list-faq {
    padding-left: 10px;
  }
}
.tour-detail-page__list__content ul.list-hightlight li,
.tour-detail-page__list__content ul.list-faq li {
  font-size: 18px;
  line-height: 25px;
  position: relative;
  margin-bottom: 10px;
  color: #444;
}
.tour-detail-page__list__content ul.list-hightlight li::before,
.tour-detail-page__list__content ul.list-faq li::before {
  content: "";
  position: absolute;
  background-image: url(https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/common/pc/Icon-Check-Box.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 17.31px;
  height: 12.232px;
  left: -30px;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__list__content ul.list-schedule {
    padding-left: 10px;
  }
}
.tour-detail-page__list__content ul.list-schedule li {
  position: relative;
  padding-bottom: 30px;
}
.tour-detail-page__list__content ul.list-schedule li:last-child::before {
  display: none;
}
.tour-detail-page__list__content ul.list-schedule li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 93%;
  left: -19px;
  top: 16px;
  border-left: 2px dotted #e8c143;
  background-image: url(https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/common/pc/Icon-Check-Box.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.tour-detail-page__list__content ul.list-schedule li h3 {
  font-size: 18px;
  position: relative;
  margin-bottom: 10px;
  color: #444;
}
.tour-detail-page__list__content ul.list-schedule li h3::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/common/point.svg);
  background-size: contain;
  left: -25px;
  top: 2px;
  background-repeat: no-repeat;
}
.tour-detail-page__list__content ul.list-schedule li div {
  font-size: 18px;
  line-height: 25px;
  color: #444;
}
.tour-detail-page__list__content ul.list-faq .question {
  font-weight: bold;
  margin-bottom: 5px;
}
.tour-detail-page__list__content ul.list-faq li {
  margin-bottom: 20px;
}
.tour-detail-page__form {
  position: relative;
}
.tour-detail-page__form__pricing {
  padding: 50rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__form__pricing {
    padding: 32px 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .tour-detail-page__form__pricing {
    padding: 56px 0;
  }
}
.tour-detail-page__form__pricing::before {
  content: "";
  width: 100%;
  height: 154px;
  background-image: url(https://cdn.forevervacation.com/layout_v_3/assets/img/common/pc/add-to-cart-brush.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -54px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__form__pricing::before {
    width: 117%;
    left: -24px;
    top: -1vw;
    background-position: center -17vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .tour-detail-page__form__pricing::before {
    width: 120%;
    left: -8vw;
    top: 0px;
    background-position: center -17vw;
  }
}
.tour-detail-page__form__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-top: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 5vw;
  line-height: 25px;
  font-weight: 800;
  color: #000000;
  margin-left: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.tour-detail-page__form__person .grey {
  color: black;
  font-weight: 700;
  font-size: 22rem;
  line-height: 27rem;
  margin-right: 5rem;
  text-decoration: line-through;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__form__person .grey {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .tour-detail-page__form__person .grey {
    font-size: 30px;
  }
}
.tour-detail-page__form__person p {
  font-size: 30rem;
  line-height: 27rem;
  font-weight: 800;
  margin: 0 5rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__form__person p {
    font-size: 7vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .tour-detail-page__form__person p {
    font-size: 35px;
  }
}
.tour-detail-page__form__person p.nor {
  font-size: 22rem;
  line-height: 27rem;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__form__person p.nor {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .tour-detail-page__form__person p.nor {
    font-size: 30px;
  }
}
.tour-detail-page__form__wrap {
  padding: 0 50rem;
  padding-bottom: 50rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__form__wrap {
    padding-left: 24.5px;
    padding-right: 24.5px;
  }
}
.tour-detail-page__form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tour-detail-page__form__field__group {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tour-detail-page__form__field__group.code {
  width: 41%;
}
.tour-detail-page__form__field__group.code .select2-container--default .select2-selection--single .select2-selection__rendered span {
  font-size: 16px;
}
.tour-detail-page__form__field__group.code .select2-container--default {
  width: 145rem !important;
  height: 60rem;
}
.tour-detail-page__form__field__group.code .select2-selection {
  height: 60rem;
  background-color: #f5f5f5;
  border: none;
  padding: 10px 15px;
  border-radius: 10px;
}
.tour-detail-page__form__field__group.phone {
  width: 56%;
}
.tour-detail-page__form__field__group.phone input[type=number]::-webkit-inner-spin-button,
.tour-detail-page__form__field__group.phone input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
}
.tour-detail-page__form__field__group.schedule {
  width: 46%;
}
.tour-detail-page__form__field__group.number-people input[type=number]::-webkit-inner-spin-button,
.tour-detail-page__form__field__group.number-people input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.tour-detail-page__form__field label {
  font-size: 13px;
  line-height: 25px;
  color: #000000;
  font-weight: 700;
  margin: 18px 0;
  margin-left: 8px;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__form__field label {
    font-size: 15px;
  }
}
.tour-detail-page__form__field input {
  width: 100%;
  background-color: #f5f5f5;
  height: 45px;
  border-radius: 10px;
  font-size: 17px;
  color: #000000;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 10px 20px;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.tour-detail-page__form__field input:focus {
  outline: none;
  border: 1px solid #e8c143;
}
.tour-detail-page__form__field input.is-valid {
  outline: none;
  border: 1px solid #72b243;
}
.tour-detail-page__form__field input.in-valid {
  outline: none;
  border: 1px solid #dc3545;
}
.tour-detail-page__form__field input.date {
  font-size: 14px;
  padding-left: 13px;
}
.tour-detail-page__form__field select {
  width: 100%;
  background-color: #f5f5f5;
  height: 45px;
  border-radius: 10px;
  font-size: 16px;
  color: #000000;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 10px 20px;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.tour-detail-page__form__field #datePicker img {
  bottom: 34px;
  right: auto;
  left: 78%;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-transform: none;
          transform: none;
}
.tour-detail-page__form__field .group-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tour-detail-page__form__field .group-input input {
  padding: 10px;
}
.tour-detail-page__form .group {
  position: relative;
  height: 57px;
}
.tour-detail-page__form .group .message {
  width: 100%;
  bottom: 10px;
  position: absolute;
  margin-top: 15px;
}
.tour-detail-page__form .group .message .loading {
  position: relative;
  font-size: 15px;
  bottom: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
}
.tour-detail-page__form .group .message .loading p {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
  color: #e8c143;
}
.tour-detail-page__form .group .message .loading .contain {
  position: absolute;
  right: 14%;
  top: 13px;
  height: 50%;
}
.tour-detail-page__form .group .message .loading .contain .dot-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 24px;
}
.tour-detail-page__form .group .message .loading .contain .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #e8c143;
}
.tour-detail-page__form .group .message .loading .contain .dot-1 {
  -webkit-animation-name: flow;
          animation-name: flow;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.tour-detail-page__form .group .message .loading .contain .dot-2 {
  -webkit-animation: flow 0.4s ease 0.2s infinite alternate;
          animation: flow 0.4s ease 0.2s infinite alternate;
}
.tour-detail-page__form .group .message .loading .contain .dot-3 {
  -webkit-animation: flow 0.4s ease 0.4s infinite alternate;
          animation: flow 0.4s ease 0.4s infinite alternate;
}
@-webkit-keyframes flow {
  from {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@keyframes flow {
  from {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.tour-detail-page__form .group .message .success_msg {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
  color: #72b243;
}
.tour-detail-page__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__share {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.tour-detail-page__share dt {
  font-size: 17px;
  line-height: 25px;
  font-weight: 800;
  color: #000;
}
.tour-detail-page__share dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tour-detail-page__share dd a {
  display: block;
  margin-right: 40rem;
}
.tour-detail-page__share dd a img {
  height: 16.87px;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__share dd a img {
    width: 25px;
    height: 25px;
  }
}
.tour-detail-page__share dd a:last-child {
  margin-right: 0;
}
.tour-detail-page__share dd a:last-child img {
  height: 11.87px;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__share dd a:last-child img {
    height: 25px;
  }
}
.tour-detail-page__head {
  font-size: 17px;
  line-height: 25px;
  font-weight: 800;
  color: #000;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__head {
    font-size: 20px;
  }
}
.tour-detail-page__head.mg25 {
  margin: 25px 0;
}
.tour-detail-page__review {
  margin-top: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tour-detail-page__review figure {
  height: 75px;
  border-radius: 50%;
  background-color: #d4e8c6;
  line-height: 75px;
  text-align: center;
  width: 82.82px;
}
.tour-detail-page__review__link {
  width: calc(100% - 75rem);
  padding-left: 30rem;
}
.tour-detail-page__review__link a {
  font-size: 15px;
  line-height: 25rem;
  text-decoration: underline;
  color: black;
  margin-left: 5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__review__link a {
    font-size: 16px;
  }
}
.tour-detail-page__review__link ul {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tour-detail-page__review__link ul li {
  margin-right: 15rem;
}
.tour-detail-page__review__link ul li img {
  height: 16.87px;
}
.tour-detail-page__review__link p {
  font-size: 15px;
  line-height: 25px;
  color: #989898;
  margin-top: 10px;
}
.tour-detail-page__contact {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50rem;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.1607843137);
}
.tour-detail-page__contact:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.tour-detail-page__contact p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  margin-top: 28rem;
  margin-bottom: 28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.tour-detail-page__contact span {
  width: 40rem;
  height: 40rem;
  background-color: rgba(239, 193, 9, 0.2);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10rem;
}
.tour-detail-page__contact span img {
  width: 15px;
  height: 17px;
}
.tour-detail-page__contact .custom-phone {
  font-size: 15px;
  line-height: 35rem;
  color: #e8c143;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tour-detail-page .why-we-are-different {
  margin-top: 240px;
  margin-bottom: 240px;
  background-color: #e8c143;
  position: relative;
}
.tour-detail-page .why-we-are-different .c-container {
  max-width: 1764rem;
}
@media screen and (max-width: 1336px) and (min-width: 769px) {
  .tour-detail-page .why-we-are-different {
    margin-top: 180px;
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  .tour-detail-page .why-we-are-different {
    margin-top: 350px;
    padding-top: 60px;
    margin-bottom: 220px;
  }
}
.tour-detail-page .why-we-are-different::before {
  content: "";
  height: 340px;
  width: 100%;
  background-image: url(https://forevervacation.com/layout_v_3/assets/img/why-different/bg_map.png);
  position: absolute;
  background-size: 100% 100%;
  background-position: center;
  top: -240px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1336px) and (min-width: 769px) {
  .tour-detail-page .why-we-are-different::before {
    background-size: auto 100%;
    background-position: center;
    height: 260px;
    top: -170px;
  }
}
@media screen and (max-width: 768px) {
  .tour-detail-page .why-we-are-different::before {
    background-size: auto 100%;
    background-position: center;
  }
}
.tour-detail-page .why-we-are-different::after {
  content: "";
  height: 340px;
  width: 100%;
  background-image: url(https://forevervacation.com/layout_v_3/assets/img/why-different/bg_map.png);
  position: absolute;
  background-size: 100% 100%;
  bottom: -240px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
}
@media screen and (max-width: 1336px) and (min-width: 769px) {
  .tour-detail-page .why-we-are-different::after {
    background-size: auto 100%;
    background-position: center;
    bottom: -150px;
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .tour-detail-page .why-we-are-different::after {
    background-size: auto 100%;
    background-position: center;
  }
}
.tour-detail-page .why-we-are-different__bg-map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  z-index: -1;
  display: block;
}
.tour-detail-page .why-we-are-different__top-image {
  display: none;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .why-we-are-different__top-image {
    display: block;
    position: absolute;
    top: -360px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .tour-detail-page .why-we-are-different__top-image img {
    max-width: 100%;
  }
}
.tour-detail-page .why-we-are-different__title {
  text-align: center;
  margin-bottom: 45px;
  color: #444;
  font-weight: 800;
  font-size: 60px;
  line-height: 110%;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .why-we-are-different__title {
    text-align: left;
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 110%;
  }
}
.tour-detail-page .why-we-are-different__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}
.tour-detail-page .why-we-are-different__content-image {
  width: 600px;
  padding-top: 30px;
  padding-right: 30px;
}
.tour-detail-page .why-we-are-different__content-image img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .why-we-are-different__content-image {
    display: none;
  }
}
.tour-detail-page .why-we-are-different__content-text {
  width: 700px;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .why-we-are-different__content-text {
    width: 100%;
  }
}
.tour-detail-page .why-we-are-different__description {
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 60px;
  color: #444;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .why-we-are-different__description {
    margin-bottom: 40px;
  }
}
.tour-detail-page .why-we-are-different__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  margin-bottom: 50px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .why-we-are-different__list {
    margin-bottom: 40px;
  }
}
.tour-detail-page .why-we-are-different__list:last-child {
  margin-bottom: 0;
}
.tour-detail-page .why-we-are-different__list-icon {
  width: 60px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .why-we-are-different__list-icon {
    width: 74px;
  }
}
.tour-detail-page .why-we-are-different__list-dot {
  position: absolute;
  left: 16px;
  top: 46px;
  width: 4px;
  height: 100%;
  background-image: url(https://forevervacation.com/layout_v_3/assets/img/why-different/dot.png);
}
.tour-detail-page .why-we-are-different__list-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-size: 18px;
  line-height: 22px;
  color: #444;
}
.tour-detail-page .why-we-are-different__list-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #444;
}
.tour-detail-page .why-we-are-different__awards {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .why-we-are-different__awards {
    margin-top: 30px;
  }
}
.tour-detail-page .why-we-are-different__awards-item {
  width: 170px;
  height: 170px;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .why-we-are-different__awards-item {
    width: 68px;
    height: 68px;
  }
}
.tour-detail-page .why-we-are-different__awards-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tour-detail-page .why-we-are-different__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
  margin-top: 50px;
}
.tour-detail-page .why-we-are-different__button a {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  padding: 18px 30px;
  font-size: 19px;
  font-weight: 700;
}
.tour-detail-page .why-we-are-different .bg-map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  z-index: -1;
  display: block;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .why-we-are-different .bg-map {
    display: none;
  }
}
.tour-detail-page__sec04 {
  padding-top: 130rem;
  background-color: unset;
  position: relative;
  padding-bottom: 60px;
}
.tour-detail-page__sec04 .c-container {
  max-width: 1600rem;
  overflow: hidden;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .tour-detail-page__sec04 .c-container {
    padding: 0;
    overflow: inherit;
  }
}
.tour-detail-page .content_wrap__block {
  position: relative;
  background-color: #fff;
  padding: 20rem 50rem;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .content_wrap__block {
    padding: 0 24.5px 0 24.5px;
  }
}
.tour-detail-page .content_wrap__block.trip {
  margin-top: 50px;
}
.tour-detail-page .content_wrap__block .trip-review {
  background-color: #fff;
  border-radius: 20px;
  padding: 0;
  margin-top: 0;
}
.tour-detail-page .content_wrap__block .trip-review ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tour-detail-page .content_wrap__block .trip-review ul li {
  margin-right: 15px;
}
.tour-detail-page .content_wrap__block .trip-review h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
}
.tour-detail-page .content_wrap__block .trip-review .review {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tour-detail-page .content_wrap__block .trip-review .review .link {
  width: calc(100% - 75px);
  padding-left: 30px;
}
.tour-detail-page .content_wrap__block .trip-review .review .link p {
  font-size: 15px;
  line-height: 25px;
  color: #989898;
  margin-top: 10px;
}
.tour-detail-page .content_wrap__block .trip-review .review a {
  font-size: 16px;
  line-height: 25px;
  text-decoration: underline;
  color: black;
  margin-left: 5px;
  font-weight: 700;
}
.tour-detail-page .content_wrap__block .trip-review .review figure {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #d4e8c6;
  line-height: 75px;
  text-align: center;
}
.tour-detail-page .content_wrap__block .trip-review .review figure img {
  width: 40px;
  height: 40px;
}
.tour-detail-page .content_wrap__block .contact {
  background-color: #fff;
}
.tour-detail-page .content_wrap__block .contact span {
  width: 40px;
  height: 40px;
  background-color: rgba(239, 193, 9, 0.2);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.tour-detail-page .content_wrap__block .contact p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tour-detail-page .content_wrap__block .contact p.custom-text {
  font-weight: 800;
  font-size: 20px;
}
.tour-detail-page .content_wrap__block .contact p.custom-phone {
  font-size: 15px;
  line-height: 35px;
  color: #e8c143;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tour-detail-page .content_wrap__block .contact--st01 {
  padding-bottom: 22px;
  margin-bottom: 50px;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.1607843137);
}
.tour-detail-page .content_wrap__block .information-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .content_wrap__block .information-action {
    padding-top: 10px;
  }
}
.tour-detail-page .content_wrap__block .information-action .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .content_wrap__block .information-action .information {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none;
  }
}
.tour-detail-page .content_wrap__block .information-action .information p {
  background-color: rgba(232, 193, 67, 0.2);
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 15px;
  border-radius: 15px;
  border: 1px solid #fff;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .content_wrap__block .information-action .information p {
    margin-bottom: 10px;
  }
}
.tour-detail-page .content_wrap__block .information-action .information p:first-child {
  margin-left: 0;
}
.tour-detail-page .content_wrap__block .information-action .information p:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .content_wrap__block .information-action .information p:last-child {
    margin-left: 0;
  }
}
.tour-detail-page .content_wrap__block .information-action .information p img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tour-detail-page .content_wrap__block .information-action .information p span {
  font-size: 18px;
  color: #444;
  font-weight: 700;
  margin-left: 10px;
}
.tour-detail-page .content_wrap__block .information-action .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.tour-detail-page .content_wrap__block .information-action .action p {
  color: #989898;
  font-size: 14px;
  position: relative;
}
.tour-detail-page .content_wrap__block .information-action .action p::after {
  content: " ";
  position: absolute;
  height: 1px;
  background-color: #989898;
  bottom: -2px;
  left: 0;
  width: 100%;
}
.tour-detail-page .content_wrap__block .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tour-detail-page .content_wrap__block .list-info .info-item {
  padding-left: 50px;
  margin: 21px 0;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .content_wrap__block .list-info .info-item {
    padding-left: 0;
  }
}
.tour-detail-page .content_wrap__block .list-info .info-item .title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .content_wrap__block .list-info .info-item .title {
    padding-left: 50px;
  }
}
.tour-detail-page .content_wrap__block .list-info .info-item .title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  right: 0;
  top: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #000;
  font-size: 16px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tour-detail-page .content_wrap__block .list-info .info-item .title figure {
  position: absolute;
  left: -50px;
  top: -3px;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .content_wrap__block .list-info .info-item .title figure {
    left: 0;
  }
}
.tour-detail-page .content_wrap__block .list-info .info-item .title figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tour-detail-page .content_wrap__block .list-info .info-item .title.active::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.tour-detail-page .content_wrap__block .list-info .info-item .content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 16px;
  color: #000;
  line-height: 25px;
  margin-top: 0;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content.active {
  margin-top: 25px;
  overflow: inherit;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content p {
  margin: 20px 0 20px 0;
  font-size: 18px;
  line-height: 25px;
  color: #444;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .content_wrap__block .list-info .info-item .content p {
    line-height: 28px;
    text-align: left;
  }
}
.tour-detail-page .content_wrap__block .list-info .info-item .content p .fr-video {
  text-align: center;
  position: relative;
  display: block;
  clear: both;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content p span iframe {
  width: 100% !important;
  height: 100% !important;
  max-width: 720px !important;
  min-height: 351px !important;
  border-radius: 20px;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content ul {
  list-style: none;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content ul li {
  margin-bottom: 10px;
  position: relative;
  font-size: 18px;
  color: #444;
}
@media screen and (max-width: 768px) {
  .tour-detail-page .content_wrap__block .list-info .info-item .content ul li {
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 30px;
    position: relative;
  }
}
.tour-detail-page .content_wrap__block .list-info .info-item .content ul li::before {
  content: "";
  position: absolute;
  background-image: url("https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/common/pc/Icon-Check-Box.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 17.31px;
  height: 12.232px;
  left: -30px;
  top: 4px;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content ol {
  list-style: decimal;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content ul,
.tour-detail-page .content_wrap__block .list-info .info-item .content ol {
  padding-left: 30px;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content .title_custom {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  position: relative;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content .title_custom figure {
  position: absolute;
  left: -50px;
  top: -3px;
  width: 25px;
  height: 25px;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content.tour-schedule ul li {
  padding-bottom: 20px;
  position: relative;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content.tour-schedule ul li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 93%;
  left: -19px;
  top: 16px;
  border-left: 2px dotted #ebd59a;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content.tour-schedule ul li:last-child::before {
  display: none;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content.tour-schedule ul h3 {
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content.tour-schedule ul h3::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/common/point.svg");
  background-size: contain;
  left: -25px;
  top: 2px;
  background-repeat: no-repeat;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content .tour-schedule {
  max-height: none;
  margin-top: 25px;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content .tour-schedule ul li {
  padding-bottom: 20px;
  margin-bottom: 12px;
  position: relative;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content .tour-schedule ul li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 93%;
  left: -19px;
  top: 16px;
  border-left: 2px dotted #ebd59a;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content .tour-schedule ul li:last-child::before {
  display: none;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content .tour-schedule ul h3 {
  font-size: 16px !important;
  position: relative;
  margin-bottom: 10px;
  line-height: 17.6px !important;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content .tour-schedule ul h3::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/common/point.svg");
  background-size: contain;
  left: -25px;
  top: 1px;
  background-repeat: no-repeat;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content .tour-schedule ul p {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content.faq ul {
  padding-left: 0;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content.faq li::before {
  display: none;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content.faq li .question {
  font-weight: bold;
}
.tour-detail-page .content_wrap__block .list-info .info-item .content.faq li .answer a {
  border-bottom: 2px solid #e8c143 !important;
  color: #000 !important;
  word-break: break-word !important;
  font-weight: bold !important;
}
.tour-detail-page .content_wrap__block .list-info .info-item.multiple h3 {
  font-size: 28px !important;
  line-height: 34px !important;
}
.tour-detail-page .content_wrap__block .list-info .info-item.multiple h4 {
  font-size: 26px !important;
  line-height: 30px !important;
}
.tour-detail-page .content_wrap__block .list-info .info-item.multiple h2 {
  font-size: 30px !important;
  line-height: 25px !important;
}
.tour-detail-page .content_wrap__block .list-info .info-item.multiple table tr {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.tour-detail-page .content_wrap__block .list-info .info-item.multiple table td img {
  padding: 10px 0;
  height: 100%;
  max-width: 100%;
}
.tour-detail-page .content_wrap__block .list-info .info-item.multiple a {
  border-bottom: 2px solid #ebd59a;
  color: inherit;
  word-break: break-word;
}
.tour-detail-page .content_wrap__block .list-info .info-item.multiple a:hover {
  color: #ebd59a;
}
.tour-detail-page .content_wrap__block .list-info .info-item.multiple p,
.tour-detail-page .content_wrap__block .list-info .info-item.multiple ol {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #000;
  margin: 20px 0 20px 0;
}
.tour-detail-page .content_wrap__block .list-info .info-item.multiple p span iframe,
.tour-detail-page .content_wrap__block .list-info .info-item.multiple ol span iframe {
  width: 100% !important;
  height: 100% !important;
  max-width: 720px !important;
  min-height: 351px !important;
  border-radius: 20px;
}
.tour-detail-page .content_wrap__block .list-info .info-item.multiple ul {
  padding-left: 24.5px;
}
.tour-detail-page .content_wrap__block .list-info .info-item.multiple ul li {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}
.tour-detail-page .content_wrap__block .list-info .info-item.multiple ul li::before {
  position: absolute;
  content: "";
  background-image: url("https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/common/Icon-Location-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15.9px;
  height: 21.07px;
  left: -4%;
  top: 3px;
}
.tour-detail-page .content_wrap__block .list-info .info-item.multiple .content.active {
  margin-top: 0;
}
.tour-detail-page .content_wrap__block .list-info .dotted-space {
  height: 2px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #898989), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #898989 25%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
}

.c-title01 {
  font-size: 40px;
  line-height: 55rem;
  color: #fff;
  font-weight: 800;
  color: #000;
  font-size: 40rem;
}

.c-btn01 {
  font-weight: 700;
  margin: 0 auto;
  font-size: 19px;
  padding-left: 20px;
  position: relative;
  display: block;
  background-color: #efc109;
  color: #000000;
  border-radius: 10px;
  line-height: 35px;
  z-index: 1;
  text-align: center;
  display: table;
  padding: 10px 0;
  max-width: 272px;
  width: 100%;
  border: 0;
  line-height: 25px;
  font-size: 20rem;
  cursor: pointer;
  margin: 0;
  max-width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn01:hover img {
  opacity: 1;
  padding-left: 30px;
}
.c-btn01 img {
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: inline;
}

.group__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.group__btn:hover img {
  right: 14%;
  opacity: 1;
}
.group__btn:hover .c-btn01 {
  padding-right: 30px;
}
.group__btn img {
  position: absolute;
  right: 22%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
  display: block;
  z-index: 9;
}

.c-title05 {
  font-weight: 800;
  font-size: 60px;
  line-height: 110%;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .c-title05 {
    font-size: 40px;
    line-height: 110%;
  }
}

.c-text04 {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.sec_contact_move {
  min-height: 1450rem;
  padding-top: 230rem;
  margin-top: 50px;
  position: relative;
  margin-bottom: 200px;
}
@media (min-width: 1025px) and (max-width: 1450px) {
  .sec_contact_move {
    min-height: 1400rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .sec_contact_move {
    min-height: 1000rem;
    padding-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_contact_move {
    margin-bottom: 270px;
    height: 550px;
    min-height: 550px;
    padding-top: 60px;
  }
}
.sec_contact_move__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  display: block;
}
.sec_contact_move__bg img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) and (max-width: 1450px) {
  .sec_contact_move__bg img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.sec_contact_move__bg-map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -55px;
  z-index: -2;
  display: block;
}
@media (min-width: 1025px) and (max-width: 1450px) {
  .sec_contact_move__bg-map {
    top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .sec_contact_move__bg-map {
    display: none;
  }
}
.sec_contact_move__bg-map img {
  width: 100%;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}
.sec_contact_move__top {
  padding-top: 320px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .sec_contact_move__top {
    padding-top: 250px;
  }
}
@media screen and (max-width: 768px) {
  .sec_contact_move__top {
    padding-top: 0;
  }
}
.sec_contact_move__group {
  background-color: #fff;
  padding: 65rem 95rem;
  max-width: 910rem;
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 5rem 20rem 50rem rgba(0, 0, 0, 0.1019607843);
          box-shadow: 5rem 20rem 50rem rgba(0, 0, 0, 0.1019607843);
  top: 350rem;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 1025px) and (max-width: 1450px) {
  .sec_contact_move__group {
    top: 190px;
    max-width: 970rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .sec_contact_move__group {
    top: 200rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .sec_contact_move__group {
    max-width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_contact_move__group {
    padding: 30px 30px 40px;
    width: calc(100% + 30px);
    left: -15px;
    top: 273px;
  }
}
.sec_contact_move__group__img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 112px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec_contact_move__group__img {
    height: 120px;
  }
}
.sec_contact_move__group__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .sec_contact_move__group__img img {
    -o-object-position: -373px -13px;
       object-position: -373px -13px;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .sec_contact_move__group__img img {
    -o-object-position: center;
       object-position: center;
  }
}
.sec_contact_move__group .c-title01 {
  color: #000;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec_contact_move__group .c-title01 {
    font-size: 8.2vw;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .sec_contact_move__group .c-title01 {
    font-size: 32px;
    line-height: 35px;
  }
}
.sec_contact_move__group__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.sec_contact_move__group__form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.sec_contact_move__group__text {
  color: #000;
  text-align: left;
  font-size: 18rem;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec_contact_move__group__text {
    font-size: 18px;
  }
}
.sec_contact_move__group__text02 {
  font-size: 14px;
  line-height: 25px;
  color: red;
  text-align: left;
  font-weight: 500;
  position: relative;
  z-index: 2;
  position: absolute;
  bottom: -27px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec_contact_move__group__text02 {
    position: relative;
    bottom: -20px;
  }
}
.sec_contact_move__group .your_email {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 20px;
  border: 0;
  width: 100%;
  border-radius: 10px;
  font-size: 17px;
  max-width: 470rem;
  margin-right: 30rem;
  height: 55rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .sec_contact_move__group .your_email {
    height: 50px;
    max-width: 100%;
  }
}
.sec_contact_move__group .btn_form {
  max-width: 220rem;
  margin-top: 0;
  font-size: 18rem;
  line-height: 25rem;
  width: 100%;
  text-align: center;
  height: 55rem;
  position: relative;
  background-color: #efc109;
  color: #000000;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .sec_contact_move__group .btn_form {
    width: 70px;
    background-image: url(https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/common/mail.svg);
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
}
.sec_contact_move__group {
  top: auto;
}
@media (min-width: 1025px) and (max-width: 1450px) {
  .sec_contact_move__group {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec_contact_move__group {
    width: 100%;
    left: auto;
  }
}
.sec_contact_move__group .c-title01 {
  margin-bottom: 53px;
}

.c-title02 {
  font-size: 40px;
  line-height: 55rem;
  margin-bottom: 50rem;
  font-weight: 800;
  color: #000000;
  position: relative;
  z-index: 2;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-title02 {
    font-size: 7.2vw;
    line-height: 35px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .c-title02 {
    font-size: 34rem;
    line-height: 40rem;
  }
}
.c-title02::before {
  content: "";
  position: absolute;
  width: 170rem;
  height: 115rem;
  top: -35rem;
  left: 50%;
  background-size: 100% 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/common/pc/brush-yellow.svg);
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-title02::before {
    height: 90px;
    top: 50%;
    width: 111px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.c-nav_tour {
  margin-top: 50px;
  overflow: inherit;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.c-nav_tour__item {
  -webkit-box-shadow: 5px 20px 50px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 5px 20px 50px rgba(0, 0, 0, 0.1019607843);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.c-nav_tour__item:hover .c-nav_tour__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-nav_tour__item a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}
.c-nav_tour__image {
  height: 250rem;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-nav_tour__image {
    height: 200px;
  }
}
.c-nav_tour__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.c-nav_tour__cont {
  padding: 18rem 30rem;
  position: relative;
  background-color: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-nav_tour__cont {
    padding: 20px 15px;
  }
}
.c-nav_tour__tt {
  font-size: 18rem;
  line-height: 25px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-nav_tour__tt {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .c-nav_tour__tt {
    font-size: 18px;
  }
}
.c-nav_tour__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-nav_tour__inclusive {
  font-size: 16rem;
}
.c-nav_tour__inclusive img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  bottom: 2px;
  position: relative;
}
.c-nav_tour__cate {
  font-size: 18rem;
  background-color: #efc109;
  color: #000000;
  font-weight: 700;
  line-height: 25px;
  border-radius: 10px;
  padding: 2px 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
}
.c-nav_tour__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-nav_tour__price .color_01 {
  font-size: 18rem;
  line-height: 25px;
  font-weight: 500;
  text-decoration: line-through;
  margin-right: 10px;
  color: #989898;
}
@media screen and (max-width: 768px) {
  .c-nav_tour__price .color_01 {
    font-size: 14px;
  }
}
.c-nav_tour__price .color_03 {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  margin-right: 10px;
  letter-spacing: 1.26px;
  color: #989898;
}
@media screen and (max-width: 768px) {
  .c-nav_tour__price .color_03 {
    font-size: 14px;
  }
}
.c-nav_tour__price .color_02 {
  font-size: 22rem;
  line-height: 27px;
  padding: 0px 5px;
  color: #000000;
  background-color: #efc109;
  border-radius: 10px;
  font-weight: 800;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-nav_tour__price .color_02 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav_tour {
    padding: 0;
    padding-bottom: 50px;
  }
}
.c-nav_tour__item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30rem;
}
.c-nav_tour__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .c-nav_tour__item {
    width: 100%;
    margin-right: 0;
  }
}
.c-nav_tour__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .c-nav_tour__tt {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
.c-nav_tour__inclusive {
  font-size: 14px;
}
.c-nav_tour__cont__top {
  min-height: 75px;
}
.c-nav_tour__reviews {
  font-size: 12px;
  position: relative;
  bottom: -1px;
  line-height: 22px;
  color: rgb(51, 51, 51);
  margin-left: 3px;
  bottom: -1px;
}
.c-nav_tour__price .color_01 {
  font-size: 16px;
}
.c-nav_tour__price .color_02 {
  font-size: 18px;
  padding: 3px 13px;
}
.c-nav_tour .swiper-pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-nav_tour .swiper-pagination {
    bottom: 20px;
    display: block;
  }
  .c-nav_tour .swiper-pagination-bullet {
    background: #7f7f7f;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    height: 4px;
    border-radius: 10px;
    width: 5px;
    opacity: 1;
  }
  .c-nav_tour .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
    background-color: black;
  }
}

.sticky {
  background-color: #e8c143;
  width: 100%;
  height: 70rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 98;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .sticky {
    display: none;
  }
}
.sticky .c-container {
  max-width: 1500rem;
}
.sticky__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sticky__title {
  color: #000;
  font-size: 18px;
  line-height: 55rem;
  font-weight: 700;
}
.sticky__title span {
  font-weight: 500;
}
.sticky .sticky__comp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sticky__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50rem;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  padding: 0 15px;
}

.btn-add-cart {
  position: fixed;
  top: 45px;
  width: 100%;
  z-index: 9;
  display: none;
}
.btn-add-cart .slide__cart {
  background-color: #e8c143;
  padding: 6px 20px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn-add-cart .slide__cart .left {
  width: 64%;
}
.btn-add-cart .slide__cart .left .discount {
  font-size: 17px;
  line-height: 25px;
  color: #000;
  font-weight: 300;
}
.btn-add-cart .slide__cart .left .price {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  color: #e8c143;
}
.btn-add-cart .slide__cart .left p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  color: #000;
}
.btn-add-cart .slide__cart .right {
  width: 40%;
  margin-top: 5px;
}
.btn-add-cart .slide__cart .right a,
.btn-add-cart .slide__cart .right span {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  padding: 6px 0;
  text-align: center;
  display: block;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
}

.tour-options {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.tour-options .wrap {
  padding: 30px;
  padding-bottom: 20px;
  padding-top: 0;
}
.tour-options .wrap .message {
  width: 100%;
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 768px) {
  .tour-options .wrap .message {
    margin-top: 0;
  }
}
.tour-options .wrap .message .loading {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
}
.tour-options .wrap .message .loading p {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
  color: #e8c143;
}
@media screen and (max-width: 768px) {
  .tour-options .wrap .message .loading p {
    color: #000;
    font-size: 18px;
  }
}
.tour-options .wrap .message .loading .contain {
  position: absolute;
  right: 20%;
  top: 13px;
  height: 50%;
}
.tour-options .wrap .message .loading .contain .dot-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 24px;
}
.tour-options .wrap .message .loading .contain .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #e8c143;
}
@media screen and (max-width: 768px) {
  .tour-options .wrap .message .loading .contain .dot {
    background-color: #000;
  }
}
.tour-options .wrap .message .loading .contain .dot-1 {
  -webkit-animation-name: flow;
          animation-name: flow;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.tour-options .wrap .message .loading .contain .dot-2 {
  -webkit-animation: flow 0.4s ease 0.2s infinite alternate;
          animation: flow 0.4s ease 0.2s infinite alternate;
}
.tour-options .wrap .message .loading .contain .dot-3 {
  -webkit-animation: flow 0.4s ease 0.4s infinite alternate;
          animation: flow 0.4s ease 0.4s infinite alternate;
}
@keyframes flow {
  from {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.tour-options .wrap .message .success_msg {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
  color: #72b243;
}
@media screen and (max-width: 768px) {
  .tour-options {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 999999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100dvh;
    overflow: auto; /* Enable scroll if needed */
    background-color: #fff;
    border-radius: 0;
    padding: 0;
  }
  .tour-options .tour-options__content {
    background-color: #fff;
    padding-top: 212px;
    padding-bottom: 90px;
    max-height: unset;
    overflow-y: unset;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .tour-options .tour-options__content {
    padding-top: 240px;
  }
}
@media screen and (max-width: 768px) {
  .tour-options .tour-options__header {
    background-color: #faf3d9;
    border-bottom: 0;
    padding: 20px;
    margin-bottom: 0;
    position: fixed;
    top: 69px;
    z-index: 999999999;
    width: 100%;
  }
  .tour-options .tour-options__header::before {
    display: none;
  }
  .tour-options .tour-options__heading {
    position: fixed;
    top: 0;
    z-index: 999999999;
  }
  .tour-options .tour-options__add-to-cart {
    margin-top: 0;
  }
  .tour-options .wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e8c143;
    padding: 20px;
  }
}
.tour-options__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: none;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .tour-options__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tour-options__heading--btn-back {
  cursor: pointer;
  padding: 10px;
}
.tour-options__heading--title {
  font-size: 18px;
  font-weight: 700;
}
.tour-options__header {
  margin-bottom: 20px;
  padding: 20px;
  padding-top: 30px;
  position: relative;
}
.tour-options__header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 88%;
  height: 1px;
  border-bottom: 2px dotted #e0e0e0;
}
.tour-options__content {
  overflow-y: auto;
  max-height: 50vh;
  scrollbar-width: thin;
  scrollbar-color: #a7b0bb #fff;
  padding: 0 20px;
  padding-right: 10px;
}
.tour-options__content.loading {
  position: relative;
}
.tour-options__content.loading::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: calc(100vh - 30px);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.tour-options__content.loading::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #e8c143; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  z-index: 3;
}
.tour-options__content.loading-without-title::after {
  top: 0;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.tour-options__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.tour-options__selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.tour-options__selection-wrap {
  position: relative;
  width: 49%;
}
.tour-options__selection-wrap svg {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
  cursor: pointer;
}
.tour-options__selection-wrap svg path {
  fill: #000;
}
.tour-options__date, .tour-options__guests {
  border: 1px solid #e8c143;
  border-radius: 10px;
  padding: 15px;
  padding-left: 50px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tour-options__date, .tour-options__guests {
    font-size: 14px;
  }
}
.tour-options__subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tour-options__subtitle {
    font-size: 16px;
  }
}
.tour-options__card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 15px;
  height: auto;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.tour-options__card.active {
  border: 2px solid #e8c143;
  height: auto;
}
.tour-options__card.active .tour-options__card-radio input + label {
  display: block;
  overflow: unset;
}
.tour-options__card.active .tour-options__card-header {
  border-bottom: 0;
  padding-bottom: 20px;
}
.tour-options__card.active .tour-options__card-price {
  min-width: 100px;
}
.tour-options__card.active .tour-options__card-price .label-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tour-options__card.active .tour-options__card-price .label-from {
  display: none;
}
.tour-options__card.active .tour-options__card-body {
  display: block;
}
.tour-options__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.tour-options__card-title {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tour-options__card-title {
    font-size: 18px;
  }
}
.tour-options__card-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.tour-options__card-radio input {
  display: none;
}
.tour-options__card-radio input + label {
  cursor: pointer;
  padding-left: 27px;
  padding-right: 27px;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tour-options__card-radio input + label::before {
  content: "";
  background: #fff;
  border: 2px solid #e8c143;
  border-radius: 3px;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tour-options__card-radio input:checked + label::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #e8c143;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.tour-options__card-price {
  text-align: right;
}
.tour-options__card-price span {
  font-size: 14px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tour-options__card-price span svg {
  margin-left: 5px;
}
.tour-options__card-price .label-price {
  display: none;
}
.tour-options__card-price .label-from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tour-options__card-price strong {
  font-size: 18px;
  color: #000;
}
.tour-options__card-body {
  margin-top: 0;
  display: none;
}
.tour-options__card-subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.tour-options__time-slots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tour-options__time-slots input {
  display: none;
}
.tour-options__time-slots input:checked + .tour-options__time-slot {
  background-color: #e8c143;
  color: #000;
}
.tour-options__time-not-slots {
  margin-bottom: 20px;
  font-size: 16px;
  color: #989898;
}
.tour-options__time-not-slots p {
  text-align: center;
}
.tour-options__time-slot {
  background-color: #fff;
  border: 1px solid #e8c143;
  border-radius: 20px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #989898;
}
.tour-options__details {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  margin-bottom: 20px;
}
.tour-options__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  border-top: 0;
  gap: 5px;
}
.tour-options__detail-item:last-child {
  border-bottom: 0;
}
.tour-options__detail-label {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tour-options__detail-label.info {
  cursor: pointer;
}
.tour-options__detail-label.info svg {
  margin-left: 5px;
}
.tour-options__title-special-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tour-options__title-special-offer {
    margin-bottom: 10px;
    padding-bottom: 0;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tour-options__title-special-offer p {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tour-options__title-special-offer p {
    margin-bottom: 0;
  }
}
.tour-options__title-special-offer span {
  font-size: 14px;
  color: #989898;
}
.tour-options__detail-value {
  color: #000;
  font-size: 14px;
}
.tour-options__detail-value.note {
  font-size: 12px;
  color: #989898;
}
.tour-options__error-message {
  margin-top: 15px;
  font-size: 14px;
  margin: 15px 0;
  color: red;
}
@media screen and (max-width: 768px) {
  .tour-options__error-message {
    margin-top: 5px;
  }
}
.tour-options__included-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  color: #666;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}
.tour-options__included-link svg {
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.tour-options__add-to-cart {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.tour-options__add-to-cart:hover {
  background-color: #333;
}

.banner-section {
  margin-bottom: 40px;
}
.banner-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background-color: rgba(239, 193, 9, 0.2);
  border: 1px solid #e8c143;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .banner-section__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.banner-section__content-icon svg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}
.banner-section__content-strong {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.banner-section__content-strong::before {
  content: "";
  position: absolute;
  width: 104%;
  height: 17px;
  background-image: url(https://cdn.forevervacation.com/layout_v_3/FV_new_v2/assets/images/underscore.svg);
  bottom: -4px;
  background-size: cover;
  background-position: 0%;
  background-repeat: no-repeat;
  z-index: -1;
  left: -1px;
}
@media screen and (max-width: 768px) {
  .banner-section__content-strong::before {
    bottom: -2px;
  }
}
.banner-section__content-p {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.tooltip {
  position: relative;
  display: inline-block;
  bottom: 2px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #555;
  color: #fff;
  text-align: center;
  font-size: 15px;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: -160%;
  margin-left: 0;
  font-weight: normal;
  line-height: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: initial;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 70%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.select-guests-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.select-guests-popup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.select-guests-popup__title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .select-guests-popup__title {
    font-size: 20px;
  }
}
.select-guests-popup__close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
}
.select-guests-popup__close-btn:hover, .select-guests-popup__close-btn:focus {
  text-decoration: none;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .select-guests-popup__close-btn {
    top: -5px;
    right: 5px;
  }
}
.select-guests-popup__content {
  background-color: #fefefe;
  border: 1px solid #888;
  width: 100%; /* Could be more or less, depending on screen size */
  max-width: 600px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 40px 30px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .select-guests-popup__content {
    width: 95%;
    padding: 20px;
  }
}
.select-guests-popup__guest-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
}
.select-guests-popup__guest-type.total {
  background-color: #d8e7c9;
}
.select-guests-popup__guest-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.select-guests-popup__guest-label {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select-guests-popup__guest-label .tooltip {
  bottom: -1px;
  left: 4px;
}
.select-guests-popup__guest-price {
  font-size: 14px;
  color: #898989;
}
.select-guests-popup__guest-total {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.select-guests-popup__guest-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px;
}
.select-guests-popup__counter-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select-guests-popup__counter-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.select-guests-popup__counter-btn--decrease {
  color: #666;
}
.select-guests-popup__counter-btn--increase {
  color: #000;
}
.select-guests-popup__counter-value {
  font-size: 18px;
  font-weight: 700;
  margin: 0 10px;
}
.select-guests-popup__max-guests {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #898989;
  gap: 5px;
}
.select-guests-popup__price-distribution-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  max-height: 65vh;
  scrollbar-width: thin;
  scrollbar-color: #a7b0bb #fff;
}
@media screen and (max-width: 768px) {
  .select-guests-popup__price-distribution-list {
    max-height: 40vh;
  }
}
.select-guests-popup__price-distribution-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  color: #898989;
  padding: 10px 0;
  padding-left: 25px;
  border-bottom: 1px solid #e0e0e0;
}
.select-guests-popup__price-distribution-item p {
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}
.select-guests-popup__info-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f5f5f5;
  margin-right: 10px;
  font-style: italic;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .select-guests-popup {
    padding: 15px;
  }
  .select-guests-popup__guest-type {
    padding: 10px;
  }
  .select-guests-popup__guest-label {
    font-size: 16px;
  }
  .select-guests-popup__guest-price {
    font-size: 12px;
  }
  .select-guests-popup__counter-btn {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
  .select-guests-popup__counter-value {
    font-size: 16px;
  }
  .select-guests-popup__max-guests {
    font-size: 12px;
  }
}
.select-guests-popup__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.select-guests-popup__button {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px;
  width: 66%;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .select-guests-popup__button {
    width: 100%;
  }
}
.select-guests-popup__button:hover {
  background-color: #333;
}
.select-guests-popup__button.cancel {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.tour-included-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.tour-included-popup__content {
  background-color: #fefefe;
  border: 1px solid #888;
  width: 100%; /* Could be more or less, depending on screen size */
  max-width: 600px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 40px 30px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .tour-included-popup__content {
    width: 95%;
    padding: 20px;
  }
}
.tour-included-popup__title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
  width: 100%;
}
.tour-included-popup__close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
}
.tour-included-popup__close:hover, .tour-included-popup__close:focus {
  text-decoration: none;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .tour-included-popup__close {
    top: -5px;
    right: 5px;
  }
}
.tour-included-popup__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .tour-included-popup__tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.tour-included-popup__tab-contents {
  overflow-y: auto;
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .tour-included-popup__tab-contents {
    max-height: 45vh;
  }
}
.tour-included-popup__tab {
  background-color: #f0f0f0;
  border: none;
  border-radius: 15px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #898989;
}
@media screen and (max-width: 768px) {
  .tour-included-popup__tab {
    font-size: 14px;
    padding: 8px 12px;
  }
}
.tour-included-popup__tab.active, .tour-included-popup__tab:hover {
  background-color: #e8c143;
  color: #000;
}
.tour-included-popup__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  display: none;
}
.tour-included-popup__list.active {
  display: block;
}
.tour-included-popup__item {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .tour-included-popup__item {
    font-size: 16px;
  }
}
.tour-included-popup__item svg {
  margin-right: 10px;
  min-width: 16px;
  position: relative;
  top: 7px;
}
.tour-included-popup__item.schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
.tour-included-popup__item.schedule span {
  font-weight: bold;
}
.tour-included-popup__item.schedule p {
  margin: 0;
}
.tour-included-popup__item.schedule:last-child {
  margin-bottom: 0;
}
.tour-included-popup__info {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.tour-included-popup__info.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tour-included-popup__info--item {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  height: 59px;
  overflow: hidden;
}
.tour-included-popup__info--item.active {
  height: 100%;
}
.tour-included-popup__info--item.active .tour-included-popup__info--header svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tour-included-popup__info--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.tour-included-popup__info--title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.tour-included-popup__info .tour-included-popup__list {
  display: block;
  padding: 0;
}

.wrap.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  /* Modal content */
  /* The Close Button */
}
.wrap.modal ul {
  padding-left: 0;
  margin-bottom: 0;
}
.wrap.modal li {
  list-style-type: none !important;
}
.wrap.modal.show {
  display: block;
  z-index: 999999999;
}
.wrap.modal .modal-content {
  background-color: #fefefe;
  margin: 32vh auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  position: relative;
}
.wrap.modal .modal-content span {
  padding: 12px 16px;
  font-size: 16px;
  width: 100%;
  display: block;
}
.wrap.modal .modal-content a {
  color: black;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 12px 16px;
  font-size: 14px;
}
.wrap.modal .modal-content a:hover {
  background-color: rgba(4, 159, 85, 0.12);
  color: rgb(0, 131, 204);
}
.wrap.modal .modal-content a i {
  width: 28px;
  height: 28px;
  margin-right: 15px;
  position: relative;
  top: 0;
  font-family: "Font Awesome 6 Brands";
}
.wrap.modal .modal-content a i.fa-facebook::before {
  color: #3b5998;
}
.wrap.modal .modal-content a i.fa-twitter::before {
  color: #1da1f2;
}
.wrap.modal .modal-content a i.fa-envelope {
  font-family: "Font Awesome 6 Free";
}
.wrap.modal .modal-content a i.fa-envelope::before {
  color: #a8a8a8;
}
.wrap.modal .modal-content a i.fa-copy {
  font-family: "Font Awesome 6 Free";
}
.wrap.modal .modal-content a i.fa-copy::before {
  color: #090b52;
}
.wrap.modal .modal-content a i::before {
  font-family: unset;
  font-size: 26px;
}
.wrap.modal .close-modal {
  color: #aaa;
  font-size: 48px;
  position: absolute;
  right: 15px;
  top: 0;
}
.wrap.modal .close:hover,
.wrap.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.share-button {
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .share-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.share-button .text-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding: 4px 8px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.share-button .text-icon .text {
  font-size: 20px;
  color: #444;
  font-weight: bold;
}
.share-button .text-icon i {
  width: 24px;
  margin-right: 2px;
  margin-top: 0px;
}
.share-button .text-icon i.fa-solid {
  font-family: "Font Awesome 6 Free";
}
.share-button .text-icon i::before {
  font-family: unset;
  font-size: 18px;
}
.share-button.custom-share-1 .wrap.dropdown-content {
  top: 340px;
}
.share-button.custom-share-1 .wrap.dropdown-content span {
  font-weight: normal;
  text-transform: none;
  color: #000;
  font-family: inherit;
  text-align: left;
}
.share-button.custom-share-1 .wrap.dropdown-content li {
  width: 100%;
  padding: 0;
}
.share-button.custom-share-1 .wrap.dropdown-content li a {
  text-transform: none;
  font-weight: normal;
  font-family: inherit;
  cursor: pointer;
}
.share-button.custom-share-1 .wrap.dropdown-content li a i {
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  margin-right: 15px;
}
.share-button.custom-share-1 .wrap.modal span {
  font-weight: normal;
  text-transform: none;
  color: #000;
  font-family: inherit;
  text-align: left;
}
.share-button.custom-share-1 .wrap.modal li {
  width: 100%;
  padding: 0;
}
.share-button.custom-share-1 .wrap.modal li a {
  text-transform: none;
  font-weight: normal;
  font-family: inherit;
  cursor: pointer;
}
.share-button.custom-share-1 .wrap.modal li a i {
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  margin-right: 15px;
}

.social_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 220px;
  width: 65px;
  z-index: 19;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  float: left;
  margin-left: -75px;
}
@media screen and (max-width: 1024px) {
  .social_share {
    display: none;
  }
}
.social_share .social_share_icon {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social_share .social_share_icon::before {
  font-family: unset;
  font-size: 20px;
}
.social_share .social_share_icon.fa-facebook::before {
  color: #3b5998;
}
.social_share .social_share_icon.fa-twitter::before {
  color: #1da1f2;
}
.social_share .social_share_icon.fa-envelope::before {
  color: #a8a8a8;
}
.social_share .social_share_icon.fa-copy::before {
  color: #090b52;
}
.social_share a {
  background: white;
  border: 1px solid #a8a8a8;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  width: 46px;
  margin-bottom: 20px;
}
.social_share a:hover.facebook-icon {
  background-color: #3b5998;
  border: 1px solid #3b5998;
}
.social_share a:hover.facebook-icon .social_share_icon.fa-facebook::before {
  color: #fff;
}
.social_share a:hover.twitter-icon {
  background-color: #1da1f2;
  border: 1px solid #1da1f2;
}
.social_share a:hover.twitter-icon .social_share_icon.fa-twitter::before {
  color: #fff;
}
.social_share a:hover.email-icon {
  background-color: #a8a8a8;
  border: 1px solid #a8a8a8;
}
.social_share a:hover.email-icon .social_share_icon.fa-envelope::before {
  color: #fff;
}
.social_share a:hover.copy-icon {
  background-color: #090b52;
  border: 1px solid #090b52;
}
.social_share a:hover.copy-icon .social_share_icon.fa-copy::before {
  color: #fff;
}

.hide-in-view {
  opacity: 0;
  pointer-events: none;
  z-index: -99;
}

.need-help-section {
  margin: 50px 0;
}
.need-help-section__container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20rem;
  max-width: 1764rem;
}
.need-help-section__title {
  font-size: 40px;
  line-height: 55rem;
  margin-bottom: 50rem;
  font-weight: 800;
  color: #000000;
  position: relative;
  z-index: 2;
  display: table;
  margin: 0 auto;
  margin-bottom: 50rem;
}
.need-help-section__title::before {
  content: "";
  position: absolute;
  width: 170rem;
  height: 115rem;
  top: -35rem;
  left: 50%;
  background-size: 100% 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("https://storage.googleapis.com/fvallimages/layout_v_3/assets/img/common/pc/brush-yellow.svg");
  background-repeat: no-repeat;
  z-index: -1;
}
.need-help-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.need-help-section__item {
  width: 49%;
  -webkit-box-shadow: 0 0 10px 1px hsla(0, 0%, 43%, 0.1);
          box-shadow: 0 0 10px 1px hsla(0, 0%, 43%, 0.1);
  border-radius: 10px;
  padding: 20px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #444;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .need-help-section__item {
    width: 100%;
  }
}
.need-help-section__item span {
  width: 40px;
  height: 40px;
  background-color: rgba(239, 193, 9, 0.2);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.need-help-section__item span img {
  width: 20px;
  height: 20px;
}
.need-help-section__item span svg {
  width: 20px;
  height: 20px;
}
.need-help-section__item:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 40%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}