@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_tree .
 *= require_self
 */
@import url("//fonts.googleapis.com/css?family=Poppins:ital,wght@0,100;0,200;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

.actiontext-content {
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

.actiontext-table {
  border-collapse: collapse !important;
  width: 100% !important;
  margin-top: 20px !important;
}

.actiontext-table th, .actiontext-table td {
  border: 1px solid black !important;
  padding: 8px !important;
  text-align: left !important;
}

.actiontext-table th {
  background-color: #f2f2f2 !important;
}

.actiontext-link {
  color: #007BFF !important;
}

.trix-content {
  line-height: 1.5;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

.trix-content img {
  max-width: 100%;
  height: auto;
}

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
:root {
  --react-pdf-annotation-layer: 1;
  --annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  --input-focus-border-color: Highlight;
  --input-focus-outline: 1px solid Canvas;
  --input-unfocused-border-color: transparent;
  --input-disabled-border-color: transparent;
  --input-hover-border-color: black;
  --link-outline: none;
}

@media screen and (forced-colors: active) {
  :root {
    --input-focus-border-color: CanvasText;
    --input-unfocused-border-color: ActiveText;
    --input-disabled-border-color: GrayText;
    --input-hover-border-color: Highlight;
    --link-outline: 1.5px solid LinkText;
  }
  .annotationLayer .textWidgetAnnotation :is(input, textarea):required,
  .annotationLayer .choiceWidgetAnnotation select:required,
  .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
    outline: 1.5px solid selectedItem;
  }
  .annotationLayer .linkAnnotation:hover {
    backdrop-filter: invert(100%);
  }
}
.annotationLayer {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform-origin: 0 0;
  z-index: 3;
}

.annotationLayer[data-main-rotation="90"] .norotate {
  transform: rotate(270deg) translateX(-100%);
}

.annotationLayer[data-main-rotation="180"] .norotate {
  transform: rotate(180deg) translate(-100%, -100%);
}

.annotationLayer[data-main-rotation="270"] .norotate {
  transform: rotate(90deg) translateY(-100%);
}

.annotationLayer canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

.annotationLayer section {
  position: absolute;
  text-align: initial;
  pointer-events: auto;
  box-sizing: border-box;
  margin: 0;
  transform-origin: 0 0;
}

.annotationLayer .linkAnnotation {
  outline: var(--link-outline);
}

.textLayer.selecting ~ .annotationLayer section {
  pointer-events: none;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a:hover {
  opacity: 0.2;
  background: rgb(255, 255, 0);
  box-shadow: 0 2px 10px rgb(255, 255, 0);
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea),
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--scale-factor)) sans-serif;
  height: 100%;
  margin: 0;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):required,
.annotationLayer .choiceWidgetAnnotation select:required,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
  outline: 1.5px solid red;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  resize: none;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea)[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input[disabled] {
  background: none;
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:hover {
  border: 2px solid var(--input-hover-border-color);
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover {
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) :focus {
  background-image: none;
  background-color: transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox :focus {
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.radioButton :focus {
  border: 2px solid var(--input-focus-border-color);
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before {
  background-color: CanvasText;
  content: "";
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 103%;
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  appearance: none;
}

.annotationLayer .popupTriggerArea {
  height: 100%;
  width: 100%;
}

.annotationLayer .fileAttachmentAnnotation .popupTriggerArea {
  position: absolute;
}

.annotationLayer .popupWrapper {
  position: absolute;
  font-size: calc(9px * var(--scale-factor));
  width: 100%;
  min-width: calc(180px * var(--scale-factor));
  pointer-events: none;
}

.annotationLayer .popup {
  position: absolute;
  max-width: calc(180px * var(--scale-factor));
  background-color: rgb(255, 255, 153);
  box-shadow: 0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) rgb(136, 136, 136);
  border-radius: calc(2px * var(--scale-factor));
  padding: calc(6px * var(--scale-factor));
  margin-left: calc(5px * var(--scale-factor));
  cursor: pointer;
  font: message-box;
  white-space: normal;
  word-wrap: break-word;
  pointer-events: auto;
}

.annotationLayer .popup > * {
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .popup h1 {
  display: inline-block;
}

.annotationLayer .popupDate {
  display: inline-block;
  margin-left: calc(5px * var(--scale-factor));
}

.annotationLayer .popupContent {
  border-top: 1px solid rgb(51, 51, 51);
  margin-top: calc(2px * var(--scale-factor));
  padding-top: calc(2px * var(--scale-factor));
}

.annotationLayer .richText > * {
  white-space: pre-wrap;
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .freeTextAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .caretAnnotation,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.annotationLayer section svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .annotationTextContent {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: transparent;
  user-select: none;
  pointer-events: none;
}

.annotationLayer .annotationTextContent span {
  width: 100%;
  display: inline-block;
}

/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
:root {
  --react-pdf-text-layer: 1;
  --highlight-bg-color: rgba(180, 0, 170, 1);
  --highlight-selected-bg-color: rgba(0, 100, 0, 1);
}

@media screen and (forced-colors: active) {
  :root {
    --highlight-bg-color: Highlight;
    --highlight-selected-bg-color: ButtonText;
  }
}
[data-main-rotation="90"] {
  transform: rotate(90deg) translateY(-100%);
}

[data-main-rotation="180"] {
  transform: rotate(180deg) translate(-100%, -100%);
}

[data-main-rotation="270"] {
  transform: rotate(270deg) translateX(-100%);
}

.textLayer {
  position: absolute;
  text-align: initial;
  inset: 0;
  overflow: hidden;
  line-height: 1;
  text-size-adjust: none;
  forced-color-adjust: none;
  transform-origin: 0 0;
  z-index: 2;
}

.textLayer :is(span, br) {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  margin: 0;
  transform-origin: 0 0;
}

/* Only necessary in Google Chrome, see issue 14205, and most unfortunately
 * the problem doesn't show up in "text" reference tests. */
.textLayer span.markedContent {
  top: 0;
  height: 0;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: var(--highlight-bg-color);
  border-radius: 4px;
}

.textLayer .highlight.appended {
  position: initial;
}

.textLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}

.textLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}

.textLayer .highlight.middle {
  border-radius: 0;
}

.textLayer .highlight.selected {
  background-color: var(--highlight-selected-bg-color);
}

/* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */
.textLayer br::selection {
  background: transparent;
}

.textLayer .endOfContent {
  display: block;
  position: absolute;
  inset: 100% 0 0;
  z-index: -1;
  cursor: default;
  user-select: none;
}

.textLayer.selecting .endOfContent {
  top: 0;
}

.hiddenCanvasElement {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: none;
}

.slick-track {
  margin: unset;
}

.ant-layout-content {
  position: relative;
}

.ant-btn-variant-solid {
  background-color: #DCB062;
  color: #FFFFFF;
  border-radius: 20px;
}
.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
  background-color: #AA853E;
}

.ant-btn-color-primary.ant-btn-variant-outlined {
  border-color: #DCB062;
  color: #DCB062;
  border-radius: 20px;
}
.ant-btn-color-primary.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover {
  border-color: #AA853E;
  color: #AA853E;
}

.ant-btn-color-default.ant-btn-variant-filled {
  color: #DCB062;
}

.ant-btn-color-primary {
  box-shadow: 0 2px 0 rgba(220, 176, 98, 0.1);
}

.ant-btn-color-primary.ant-btn-variant-filled {
  background: #DCB062;
  color: #FFFFFF;
}
.ant-btn-color-primary.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
  background: #AA853E;
}

.ant-btn-sm {
  font-size: 10px;
}

.ant-btn-color-primary.ant-btn-variant-text {
  color: #DCB062;
}
.ant-btn-color-primary.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
  color: #DCB062;
  background: transparent;
}

.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover {
  border-color: #DCB062;
}

.ant-input-outlined:hover, .ant-input-outlined:focus,
.ant-picker-outlined:hover,
.ant-picker-outlined:focus {
  border-color: #DCB062;
}
.ant-input-outlined:focus,
.ant-picker-outlined:focus {
  box-shadow: 0 2px 0 rgba(220, 176, 98, 0.1);
}

.ant-input-filled:focus {
  border-color: #DCB062;
}

[class~=ant-carousel] [class~=slick-dots] {
  bottom: 30px;
}
[class~=ant-carousel] [class~=slick-dots] li {
  width: 15px !important;
  height: 15px !important;
  margin-inline: 3px;
}
[class~=ant-carousel] [class~=slick-dots] li button {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  opacity: 1;
}
[class~=ant-carousel] [class~=slick-dots] li button::before {
  width: 100%;
  height: 100%;
  content: "";
}
[class~=ant-carousel] [class~=slick-dots] li.slick-active button {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: white;
}
[class~=ant-carousel] [class~=slick-dots] li.slick-active:after {
  display: none;
}
[class~=ant-carousel] .slick-prev,
[class~=ant-carousel] .slick-next {
  width: unset;
  height: unset;
}
[class~=ant-carousel] .slick-prev::before, [class~=ant-carousel] .slick-prev::after,
[class~=ant-carousel] .slick-next::before,
[class~=ant-carousel] .slick-next::after {
  display: none;
}
[class~=ant-carousel] .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: #DCB062;
}

.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled),
.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: transparent;
  color: #DCB062;
}

.ant-select-dropdown .ant-select-item:not(.ant-select-item-option-disabled) {
  color: rgba(0, 0, 0, 0.5019607843);
}

.ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
  border-color: #DCB062 !important;
  box-shadow: none !important;
}

.ant-menu-light.ant-menu-horizontal > .ant-menu-item:hover::after, .ant-menu-light.ant-menu-horizontal > .ant-menu-item-selected::after, .ant-menu-light.ant-menu-horizontal > .ant-menu-item-active::after, .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-open::after, .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-selected::after, .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-active::after {
  display: none !important;
}
.ant-menu-light .ant-menu-item-selected {
  background-color: transparent !important;
  color: unset !important;
  text-transform: uppercase;
}

.ant-menu .ant-menu-item, .ant-menu .ant-menu-submenu,
.ant-menu-submenu-popup > .ant-menu .ant-menu-item,
.ant-menu-submenu-popup > .ant-menu .ant-menu-submenu {
  border-radius: 0;
}

.ant-float-btn-default {
  background-color: rgba(242, 242, 242, 0.5019607843);
  width: 42px;
  height: 42px;
  border-radius: 50px;
}

.ant-float-btn .ant-float-btn-body .ant-float-btn-content .ant-float-btn-icon {
  width: 32px;
}
.ant-float-btn .ant-float-btn-body .ant-float-btn-content .ant-float-btn-icon svg {
  color: #DCB062;
}

.ant-breadcrumb {
  font-size: 14px;
}
.ant-breadcrumb .ant-breadcrumb-link {
  color: unset;
}
.ant-breadcrumb .ant-breadcrumb-separator {
  color: unset;
}

.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations {
  display: none;
}

.ant-pagination {
  gap: 10px;
  flex-flow: row wrap;
}
.ant-pagination .ant-pagination-prev a:not([disabled]),
.ant-pagination .ant-pagination-next a:not([disabled]) {
  color: #000000;
}
.ant-pagination .ant-pagination-prev a:not([disabled]):hover,
.ant-pagination .ant-pagination-next a:not([disabled]):hover {
  color: #DCB062;
}
.ant-pagination .ant-pagination-item {
  border-radius: 24px;
}
.ant-pagination .ant-pagination-item a {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #959492;
  padding: 1px 6px;
}
.ant-pagination .ant-pagination-item-active {
  border: none;
  background: #DCB062;
}
.ant-pagination .ant-pagination-item-active a {
  color: white;
}

.ant-checkbox .ant-checkbox-inner {
  border-color: #545047;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #DCB062;
  border-color: transparent;
}
.ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-inner {
  border-color: #DCB062;
}
.ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner {
  background-color: #DCB062;
}

.ant-form-item-control-input-content .ant-picker,
.ant-form-item-control-input-content .ant-upload {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .ant-pagination {
    gap: 24px;
  }
}
.header {
  position: relative;
  width: 100%;
  height: 50px;
  background: linear-gradient(241.37deg, #D1AC6E -108.33%, #D1AC6E -14.72%, #F9E298 -2.73%, #B68B31 108.18%);
  padding-inline-end: 15px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.header #nav-buttons {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  position: relative;
}
.header #toggle-menu {
  height: 35px;
  background: linear-gradient(287.63deg, #D1AC6E -19.9%, #D1AC6E 10.87%, #F9E298 26.63%, #B68B31 93.91%);
  border: 1px solid transparent;
  box-shadow: 0px 3px 10px 0px rgba(170, 133, 62, 0.5019607843), 0px 4px 4px 0px rgba(249, 246, 243, 0.1019607843) inset;
  width: 35px;
  height: 35px;
  padding: 6px 5px 6px 5px;
  border-radius: 23px;
  color: #836848;
}
.header .nav-menu {
  border: none;
  display: none;
}
.header .logo {
  z-index: 2;
  position: relative;
}
.header .logo.logo_mobile {
  padding-top: 25px;
}

.footer {
  background: url("https://prod-ice.sgp1.cdn.digitaloceanspaces.com/iceholidays-assets/v3.0.8-4dc58b2/images/footer-bg_mobile.png") no-repeat;
  position: relative;
}
.footer_body {
  padding: 50px 30px;
}
.footer_links > div {
  border-bottom: 1px solid rgba(223, 177, 99, 0.5019607843);
  padding: 10px 0;
  flex: 100%;
}
.footer_links .ant-space {
  width: 100%;
}
.footer_links .link-group-title {
  font-family: Poppins, san-serif;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #5B4713;
  grid-row-start: 2 span;
}
.footer_links a {
  font-family: Poppins, san-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #AA853E;
  text-transform: uppercase;
}
.footer_links div:has(> a + a) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  column-gap: 34px;
}
.footer_links .contact-info .ant-flex {
  display: inline-flex;
}
.footer_links .contact-info .link-group-title {
  text-align: center;
}
.footer_links .contact-info a {
  display: flex;
  align-items: center;
}
.footer #copyright {
  text-align: center;
  padding: 20px 0 0;
}
.footer #copyright span {
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.93px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #AA853E;
}

#nav-drawer.ant-drawer-content {
  background: #F7F4EB;
}
#nav-drawer.ant-drawer-content .ant-drawer-header {
  border: none;
}
#nav-drawer.ant-drawer-content .ant-drawer-header-title {
  justify-content: flex-end;
}
#nav-drawer.ant-drawer-content .ant-drawer-close {
  width: 35px;
  height: 35px;
  padding: 6px 5px 6px 5px;
  border-radius: 23px;
  background: linear-gradient(287.63deg, #D1AC6E -19.9%, #D1AC6E 10.87%, #F9E298 26.63%, #B68B31 93.91%);
  border: 1px solid transparent;
  box-shadow: 0px 3px 10px 0px rgba(170, 133, 62, 0.5019607843), 0px 4px 4px 0px rgba(249, 246, 243, 0.1019607843) inset;
}
#nav-drawer.ant-drawer-content .ant-drawer-body {
  padding: 0 30px;
}
#nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light {
  background-color: transparent;
  border: none;
}
#nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-item, #nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-submenu {
  border-bottom: 1px solid rgba(170, 133, 62, 0.1411764706);
}
#nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-item:last-child, #nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-submenu:last-child {
  border-bottom: none;
}
#nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-item .custom-expand-submenu-icon, #nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-submenu .custom-expand-submenu-icon {
  color: #5B4713;
}
#nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-item .custom-expand-submenu-icon svg, #nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-submenu .custom-expand-submenu-icon svg {
  vertical-align: middle;
}
#nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-item {
  padding: 16px 0;
  height: 56px;
}
#nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-item:has(.logo_desktop),
#nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-item:has(.get-brochure) {
  display: none;
}
#nav-drawer.ant-drawer-content .ant-drawer-body .nav-menu_mobile .ant-menu-title-content {
  font-family: Poppins, san-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #5B4713;
}
#nav-drawer.ant-drawer-content .ant-drawer-body .nav-menu_mobile .ant-menu-title-content svg {
  display: none;
}

@media only screen and (min-width: 450px) {
  .footer_links a {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 769px) {
  .header #toggle-menu {
    display: none;
  }
  .header #get-brochure-mobile {
    display: none;
  }
  .header .nav-menu {
    display: flex;
    flex: 1;
    background: transparent;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .header .nav-menu .ant-menu-item:hover, .header .nav-menu .ant-menu-submenu:hover {
    background: none;
    border-radius: 50px;
  }
  .header .nav-menu .ant-menu-title-content {
    color: white;
    text-transform: uppercase;
    font-family: Poppins, san-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    vertical-align: middle;
  }
  .header .nav-menu .ant-menu-title-content svg {
    vertical-align: middle;
  }
  .header .nav-menu .ant-menu-item-selected a {
    color: #5B4713;
  }
  .header .nav-menu .ant-menu-item:has(.logo) {
    padding: 0;
    order: 1 !important;
    padding-inline-start: 20px;
  }
  .header .nav-menu .ant-menu-item:has(.get-brochure) .ant-menu-title-content {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .ant-menu-sub .ant-menu-item, .ant-menu-sub .ant-menu-submenu {
    border-bottom: 1px solid rgba(170, 133, 62, 0.1411764706);
  }
  .ant-menu-sub .ant-menu-item:last-child, .ant-menu-sub .ant-menu-submenu:last-child {
    border-bottom: 0;
  }
  .ant-menu-sub .ant-menu-item:not(:disabled), .ant-menu-sub .ant-menu-submenu:not(:disabled) {
    color: rgba(0, 0, 0, 0.6705882353);
  }
  .ant-menu-sub .ant-menu-title-content {
    text-transform: uppercase;
    font-family: Poppins, san-serif;
    font-size: 12px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    vertical-align: middle;
  }
  .ant-menu-sub .ant-menu-title-content svg {
    display: none;
  }
  .footer {
    height: auto;
    background: linear-gradient(270deg, #AA853E 0%, #F9E298 33.5%, #FFF3A6 50%, #F9E298 65.5%, #E1B65B 100%), linear-gradient(4.08deg, rgba(170, 133, 62, 0.5) -2.54%, rgba(249, 225, 151, 0.5) 7.02%);
  }
  .footer_links {
    width: 80%;
    margin: auto !important;
  }
  .footer_links > div {
    padding: 10px 0 40px;
  }
  .footer .small-column {
    flex: 1 0 0;
  }
  .footer .medium-column {
    flex: 1 0 25%;
  }
  .footer .large-column {
    flex: 1 0 30%;
  }
  .footer .footer-menu {
    padding-top: 40px;
  }
  .footer .contact-info .ant-flex {
    gap: 10px !important;
    align-items: flex-start;
  }
  .footer .contact-info .social-icons {
    align-items: center;
  }
}
.headline {
  --side-padding: 20px;
}
.headline_banner {
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: var(--mobile-banner);
}
.headline_header {
  padding: 20px var(--side-padding);
  top: 398px;
  gap: 0px;
  opacity: 0px;
  background: linear-gradient(270deg, #AA853E 0%, #F9E298 33.5%, #FFF3A6 50%, #F9E298 65.5%, #E1B65B 100%), linear-gradient(40.85deg, rgba(170, 133, 62, 0.5) -614.19%, rgba(249, 225, 151, 0.5) -547.57%);
}
.headline_header h1 {
  margin: 0;
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #5B4713;
  text-transform: uppercase;
}
.headline .ant-breadcrumb {
  font-size: 12px;
}

.date-selector {
  background: #F5F5F5;
  padding: 15px 24px;
  border-radius: 10px;
  display: inline-flex;
  gap: 8px;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.date-selector span {
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  background: #FFFFFF;
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #999999;
  padding: 2px 8px 2px 8px;
  cursor: pointer;
}
.date-selector .show-all-dates {
  font-family: Poppins, san-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16.5px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #DCB062;
  display: inline-flex;
  gap: 5px;
  cursor: pointer;
}

.postcards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0;
}
.postcards .postcard {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.postcards .postcard img {
  width: 100%;
  height: 140px;
  gap: 0px;
  opacity: 0px;
  border-radius: 20px 0 0;
  display: block;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
  transform-origin: 50% 100%;
}
.postcards .postcard img:hover {
  transform: scale(1.2);
  width: 100%;
}
.postcards .postcard .details {
  padding: 12px 20px 12px 20px;
  gap: 0px;
  border: 1px 0px 0px 0px;
  justify-content: space-between;
  align-items: center;
  opacity: 0px;
  background: #DCB062;
  display: flex;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.postcards .postcard .name {
  font-family: Poppins, san-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #FFFFFF;
}
.postcards .postcard .tour-count {
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  cursor: pointer;
}
.postcards .postcard .tour-count svg {
  vertical-align: middle;
}

#ribbon-section {
  background: #F7F4EB;
  margin-top: 100px;
}
#ribbon-section_header {
  height: 150px;
  text-align: center;
  position: relative;
  background-image: url("https://prod-ice.sgp1.cdn.digitaloceanspaces.com/iceholidays-assets/v3.0.8-4dc58b2/images/TSTRibbon.png");
  background-repeat: no-repeat;
}
#ribbon-section_header h1 {
  font-family: Poppins, san-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 67.5px;
  letter-spacing: 0.06em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #5B4713;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 20px);
  margin: 0;
}

.pre-wrap {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.location-dropdown {
  margin: 10px;
}
.location-dropdown .location-filter {
  height: 46px;
  width: 100%;
}
.location-dropdown .location-filter .ant-select-selector {
  border-radius: 30px;
  border: none;
  background: linear-gradient(360deg, #DCB062 5.04%, #F9E298 99.13%);
  padding: 0;
}
.location-dropdown .location-filter .ant-select-selection-wrap {
  padding: 3px 16px;
}
.location-dropdown .location-filter .ant-select-selection-item {
  font-family: Poppins, san-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5B4713;
}
.location-dropdown .location-filter .ant-select-arrow {
  inset-inline-end: 20px;
  color: #5B4713;
}
.location-dropdown.inverted .location-filter .ant-select-selector {
  background: none;
}
.location-dropdown.inverted .location-filter .ant-select-selection-item {
  color: none;
}
.location-dropdown.inverted .location-filter .ant-select-arrow {
  color: none;
}

.location-filter_option {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.loader {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.legends {
  --legend-size: 10px;
  padding: 20px 0;
}
.legends .ant-badge.ant-badge-status .ant-badge-status-dot {
  width: var(--legend-size);
  height: var(--legend-size);
}
.legends .ant-badge.ant-badge-status .ant-badge-status-text {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.legends .guaranteed .ant-badge-status-dot {
  background-color: #DCB062 !important;
}
.legends .almost-guaranteed .ant-badge-status-dot {
  background-color: #23D1C0 !important;
}

.legends-v2 {
  padding-inline: 8px;
}
.legends-v2 .legend {
  align-items: center;
  display: inline-flex;
  gap: 5px;
  font-size: 12px;
}

.guaranteed-indicator-icon.guaranteed svg {
  color: #DCB062 !important;
}
.guaranteed-indicator-icon.almost-guaranteed svg {
  color: #23D1C0 !important;
}
.guaranteed-indicator-icon.new svg {
  color: #FFD700 !important;
}

#listing-page_body {
  padding: 20px var(--side-padding);
}
#listing-page #tours .tour {
  flex-direction: column;
}
#listing-page #tours .tour_image {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-clip: border-box;
  background-position: 50% 50%;
}
#listing-page #tours .tour_details {
  padding: 20px;
  background-color: #FFFFFF;
  height: 100%;
}
#listing-page #tours .tour_details .ant-space {
  width: 100%;
}
#listing-page #tours .tour_details .ant-space .ant-space-item:first-child {
  position: relative;
}
#listing-page #tours .tour_details_title {
  font-family: Poppins, san-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  max-width: calc(100% - 30px);
  overflow-wrap: anywhere;
}
#listing-page #tours .tour_details_subtitle {
  font-family: Poppins, san-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.4);
}
#listing-page #tours .tour_details_country {
  font-family: Poppins, san-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#listing-page #tours .tour_details_code {
  color: #DCB062;
  cursor: pointer;
}
#listing-page #tours .tour_details_country svg, #listing-page #tours .tour_details_code svg {
  vertical-align: middle;
}
#listing-page #tours .tour_details_locations, #listing-page #tours .tour_details_category {
  margin-left: 8px;
}
#listing-page #tours .tour_details_category img {
  height: 20px;
}
#listing-page #tours .tour_details_info {
  position: absolute;
  right: 0;
  top: 0;
}
#listing-page #tours .tour_details_info svg {
  color: #DCB062;
  cursor: pointer;
}
#listing-page #tours .tour_details_dates {
  padding: 12px 8px 17px 8px;
}
#listing-page #tours .tour_details_dates label {
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #434039;
}
#listing-page #tours .tour_details_dates .date-selector {
  justify-content: center;
}
#listing-page #tours .tour_pricing {
  background-color: #DCB062;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 100%;
}
#listing-page #tours .tour_pricing_details {
  align-items: baseline;
  justify-content: center;
  gap: 10px;
}
#listing-page #tours .tour_pricing > .ant-space {
  height: 100%;
  width: 100%;
  justify-content: center;
}
#listing-page #tours .tour_pricing .ant-space-item {
  width: 100%;
}
#listing-page #tours .tour_pricing span {
  font-family: Poppins, san-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#listing-page #tours .tour_pricing span.price {
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  color: #FFFFFF;
}
#listing-page #tours .tour_pricing .select-tour {
  padding: 5px 27px 5px 27px;
  border-radius: 20px;
  font-family: Poppins, san-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #DCB062;
  background-color: #FFFFFF;
  display: block;
  width: 100%;
}
#listing-page #no-tours-found {
  font-family: Poppins, san-serif;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 12, 0.6);
}

.tour_details_description.ant-modal .ant-modal-title {
  font-family: Poppins, san-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #836848;
}
.tour_details_description.ant-modal .ant-modal-body {
  overflow-y: auto;
  max-height: 500px;
}

.tour_details_itinerary.ant-modal #itinerary-file {
  max-height: 500px;
  overflow: auto;
}
.tour_details_itinerary.ant-modal .ant-modal-footer {
  text-align: center;
}

.tour_details_all_dates.ant-modal .ant-modal-title {
  padding-right: 30px;
}
.tour_details_all_dates.ant-modal .custom-modal-header-title {
  font-family: Poppins, san-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #434039;
}
.tour_details_all_dates.ant-modal .custom-modal-header-legends {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #545047;
}
.tour_details_all_dates.ant-modal .custom-modal-header-legends .legends {
  --legend-size: 10px;
  padding-top: 0;
  padding-bottom: 10px;
}
.tour_details_all_dates.ant-modal .custom-modal-header-legends .legends .ant-badge-status-dot {
  width: var(--legend-size);
  height: var(--legend-size);
}
.tour_details_all_dates.ant-modal .ant-modal-footer {
  text-align: center;
}
.tour_details_all_dates.ant-modal .ant-modal-footer .ant-btn {
  padding: 5px 27px 5px 27px;
  border-radius: 32px;
  background: #AA853E;
  color: #FFFFFF;
  text-transform: uppercase;
  width: 210px;
}
.tour_details_all_dates.ant-modal .ant-modal-footer .ant-btn:hover {
  color: #FFFFFF;
  background: #DCB062;
  border-color: #DCB062;
  outline: #DCB062;
}

.departure-date {
  border-color: #999999;
}
.departure-date.guaranteed {
  border-color: #DCB062 !important;
}
.departure-date.almost-guaranteed {
  border-color: #23D1C0 !important;
}
.departure-date.selected {
  color: rgb(249, 246, 243);
  background-color: #999999;
}
.departure-date.selected.guaranteed {
  background-color: #DCB062;
}
.departure-date.selected.almost-guaranteed {
  background-color: #23D1C0;
}

#show-page_header h1 {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: left;
  overflow-wrap: anywhere;
}
#show-page_header .tour_details {
  display: inline-flex;
  gap: 10px;
  opacity: 0.5;
}
#show-page_header .tour_details span {
  font-family: Poppins, san-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
#show-page_subheader {
  padding: 20px var(--side-padding) 0;
}
#show-page .tour-date-selector [class~=slick-slider] .slick-slide > div {
  padding: 0 5px;
}
#show-page .tour-date-selector [class~=slick-slider] .slick-arrow {
  color: rgb(149, 148, 146);
}
#show-page .tour-date-selector [class~=slick-slider] .slick-arrow:hover {
  color: #DCB062;
}
#show-page .tour-date-selector [class~=slick-slider] .slick-prev {
  inset-inline-start: -35px;
}
#show-page .tour-date-selector [class~=slick-slider] .slick-next {
  inset-inline-end: -35px;
}
#show-page .tour-date-selector .date-box {
  background: #FFFFFF;
  border: 1px solid #999999;
  padding: 15px;
  border-radius: 20px;
  border-width: 1px;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  text-align: center;
}
#show-page .tour-date-selector .date-box.guaranteed {
  border-color: #DCB062;
}
#show-page .tour-date-selector .date-box.almost-guaranteed {
  border-color: #23D1C0;
}
#show-page .tour-date-selector .date-box_date {
  font-family: Poppins, san-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#show-page .tour-date-selector .date-box span {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  opacity: 50%;
}
#show-page .tour-date-selector .date-box_price {
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#show-page .tour-date-selector .date-box.selected {
  color: rgb(249, 246, 243);
  background-color: #999999;
}
#show-page .tour-date-selector .date-box.selected.guaranteed {
  background-color: #DCB062;
}
#show-page .tour-date-selector .date-box.selected.almost-guaranteed {
  background-color: #23D1C0;
}
#show-page .tour-date-selector .date-box.selected .date-box_date, #show-page .tour-date-selector .date-box.selected .date-box_price {
  font-weight: 700;
}
#show-page .tour-date-selector.v2 {
  padding-block-start: 20px;
}
#show-page .tour-date-selector.v2 .wrapper {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#show-page .tour-date-selector.v2 .wrapper.has-arrows {
  margin-inline: -30px;
}
#show-page .tour-date-selector.v2 .wrapper .scroller {
  display: flex;
  flex: 1;
  min-width: 0;
  gap: 5px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  transition: padding 0.2s;
  user-select: none;
}
#show-page .tour-date-selector.v2 .wrapper .scroller.end {
  padding-right: 25px;
}
#show-page .tour-date-selector.v2 .wrapper .scroller::-webkit-scrollbar {
  display: none;
}
#show-page .tour-date-selector.v2 .wrapper .date-box {
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  position: relative;
  flex: 0 0 130px;
  scroll-snap-align: start;
}
#show-page .tour-date-selector.v2 .wrapper .date-box > .ant-flex > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#show-page .tour-date-selector.v2 .wrapper .date-box .guaranteed-indicator-icon {
  position: absolute;
  top: -2px;
  right: 4px;
  opacity: 1;
}
#show-page .tour-date-selector.v2 .wrapper .date-box .ant-flex {
  height: 100%;
}
#show-page .tour-date-selector.v2 .wrapper .date-box_date {
  font-size: 14px;
}
#show-page .tour-date-selector.v2 .wrapper .date-box_date b {
  display: block;
  line-height: 14px;
  font-size: 15px;
  font-weight: 600;
}
#show-page .tour-date-selector.v2 .wrapper .date-box_price {
  font-weight: 500 !important;
}
#show-page .tour-date-selector.v2 .wrapper .date-box span {
  opacity: 80%;
  font-size: 11px;
}
#show-page .tour-date-selector.v2 .wrapper .date-box .tour-indicator {
  margin-top: 5px;
  min-height: 20px;
}
#show-page .tour-date-selector.v2 .wrapper .date-box .tour-indicator small {
  color: black;
  padding: 2px 10px;
  border-radius: 13px;
  font-size: 12px;
  background: white;
}
#show-page .tour-date-selector.v2 .wrapper .date-box.selected {
  color: rgb(249, 246, 243);
  background-color: #999999;
}
#show-page .tour-date-selector.v2 .wrapper .date-box.selected.guaranteed {
  background-color: #DCB062;
}
#show-page .tour-date-selector.v2 .wrapper .date-box.selected.almost-guaranteed {
  background-color: #23D1C0;
}
#show-page .tour-date-selector.v2 .wrapper .fade-mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  pointer-events: none;
  background: white;
  z-index: 2;
}
#show-page .tour-date-selector.v2 .wrapper .arrows {
  flex-shrink: 0;
  z-index: 5;
  opacity: 0.5;
  outline: none;
  border: none;
  background: none;
  padding: 0;
}
#show-page .tour-date-selector.v2 .wrapper .arrows:not(:disabled):hover {
  opacity: 1;
  cursor: pointer;
}
#show-page .tour-date-selector.v2 .wrapper .arrows:disabled {
  opacity: 0.2;
}
#show-page_body {
  padding: 20px var(--side-padding);
  gap: 20px;
}
#show-page_body .details-container {
  padding: 20px;
  gap: 20px;
  border-radius: 20px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1490196078);
}
#show-page_body .details-container_header {
  font-family: Poppins, san-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #5B4713;
}
#show-page_body .details-container_content #things-to-know {
  padding: 20px;
  border-radius: 5px;
  background: #F9F6F3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  text-align: center;
  gap: 20px;
}
#show-page_body .details-container_content #things-to-know .item .icon {
  opacity: 0.8;
  color: rgba(91, 71, 19, 0.8);
}
#show-page_body .details-container_content #things-to-know .item label {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #5B4713;
}
#show-page_body .details-container_content #things-to-know .item label a {
  color: #DCB062;
}
#show-page_body .details-container_content #things-to-know .item.guaranteed .icon, #show-page_body .details-container_content #things-to-know .item.guaranteed label, #show-page_body .details-container_content #things-to-know .item.guaranteed label a {
  color: #DCB062;
}
#show-page_body .details-container_content #description {
  position: relative;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
#show-page_body .details-container_content #description + button {
  margin-top: 10px;
  font-family: Poppins, san-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #545047;
}
#show-page_body .details-container_content #description.collapsed {
  height: 300px;
  overflow: hidden;
}
#show-page_body .details-container_content #description.collapsed::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 90%);
  width: 100%;
  height: 5em;
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
#show-page_body .details-container_content #description.collapsed + button {
  margin-top: 0px;
}
#show-page_body .details-container_content .super-promo {
  background: rgb(249, 226, 152);
}
#show-page_body .details-container_content .promo1 {
  background: rgb(249, 246, 243);
}
#show-page_body .details-container_content .normal {
  background: rgb(245, 245, 245);
}
#show-page_body .details-container_content #pricing-table {
  display: none;
}
#show-page_body .details-container_content #pricing-list .ant-card .ant-card-body {
  padding: 10px 15px;
}
#show-page_body .details-container_content #pricing-list .pricing-header {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2%;
  text-align: center;
  color: rgb(131, 104, 72);
  margin-bottom: 10px;
  text-transform: capitalize;
}
#show-page_body .details-container_content #pricing-list .pricing-body .pricing {
  display: flex;
  justify-content: space-between;
  color: #545047;
}
#show-page_body .details-container_content #pricing-list .pricing-body .pricing .category {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
}
#show-page_body .details-container_content #pricing-list .pricing-body .pricing .price {
  font-family: Poppins, san-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: center;
}
#show-page_body .toggle-contact-agent {
  cursor: pointer;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  color: #FFFFFF;
  background-color: #836848;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  padding: 11px 15px 11px 15px;
  width: 135px;
  position: absolute;
  right: 0;
}
#show-page_body .contact-agent-sider {
  position: fixed;
  z-index: 101;
  right: 0;
  top: 110px;
}
#show-page_body .contact-agent {
  height: auto;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  background: #FFFFFF;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  display: none;
}
#show-page_body .contact-agent_header {
  background-color: #F9E298;
  font-family: Poppins, san-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #545047;
  padding: 11px 15px 11px 15px;
  border-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#show-page_body .contact-agent_content {
  padding: 10px 15px 15px 15px;
}
#show-page_body .contact-agent_content .ant-form-item {
  margin-bottom: 15px;
}
#show-page_body .contact-agent_content .ant-form-item:last-child {
  margin-bottom: 0;
}
#show-page_body .contact-agent_content .find-button {
  width: 100%;
}
#show-page_body .contact-agent_content .search-results {
  margin-top: 10px;
}
#show-page_body .contact-agent_content .search-results .agent-info .company {
  font-family: Poppins, san-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  min-height: 20px;
  color: rgba(0, 0, 0, 0.8);
  max-width: 180px;
  cursor: pointer;
}
#show-page_body .contact-agent_content .search-results .agent-info .contact-numbers {
  display: inline-flex;
  gap: 2px;
}
#show-page_body .show-contact-agent-mobile .toggle-contact-agent {
  display: none;
}
#show-page_body .show-contact-agent-mobile .contact-agent {
  display: block;
}

.agent-full-details .ant-modal-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.agent-full-details .ant-modal-title img {
  height: 120px;
  object-fit: cover;
}
.agent-full-details .ant-modal-title span {
  font-family: Poppins, san-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
}
.agent-full-details .ant-modal-body {
  margin: 20px -24px;
  background: #FAFAFA;
  height: 100%;
}
.agent-full-details .ant-modal-body .ant-row {
  width: 100%;
  margin: 0 !important;
  padding: 20px;
}
.agent-full-details .ant-modal-body .ant-row label {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #836848;
}
.agent-full-details .ant-modal-body .ant-row span {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #545047;
}

.contact-agents_body {
  margin: 20px var(--side-padding);
}
.contact-agents_body .find-agents_header {
  width: 200px;
  height: 45px;
  margin: auto;
  padding-top: 11px;
  padding-right: 32px;
  padding-bottom: 11px;
  padding-left: 32px;
  gap: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  background: #F9E298;
  text-align: center;
}
.contact-agents_body .find-agents_header span {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: 0.05em;
  color: #545047;
}
.contact-agents_body .find-agents_form {
  border-radius: 20px;
  padding: 33px 40px;
  gap: 10px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1490196078);
}
.contact-agents_body .find-agents_form .ant-form-item {
  margin-bottom: 0;
}
.contact-agents_body .find-agents_form .find-button {
  width: 100%;
}
.contact-agents_body .agents-list {
  margin: 40px 0;
}
.contact-agents_body .agents-list img {
  height: 265px;
  object-fit: contain;
}
.contact-agents_body .agents-list svg {
  vertical-align: middle;
  color: #000000;
  margin-right: 10px;
}
.contact-agents_body .agents-list span {
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #959492;
}
.contact-agents_body .agents-list .ant-card-meta-title {
  font-family: Poppins, san-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
.contact-agents_body .agents-list .agent-details .ant-col {
  display: inline-flex;
  align-items: center;
}
.contact-agents_body .agents-list .agent-details .ant-col span:not(.agent-address) {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contact-agents_body .agents-list .more-info-button {
  width: 225px;
  margin: 20px auto 0;
  display: block;
  height: 53px;
  border-radius: 50px;
}
.contact-agents_body .agents-list .more-info-button span {
  color: #DCB062;
}

#blog-show-page_body {
  margin: 20px var(--side-padding);
  padding: 32px;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgba(225, 182, 91, 0.2);
}
#blog-show-page_body h1 {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0%;
  margin-top: 0;
}
#blog-show-page_body img {
  object-fit: cover;
  height: auto;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.newsletter {
  background-color: #F9E298;
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  --border-radius: 50px;
}
.newsletter h1 {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 0;
}
.newsletter .ant-input {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  background-color: #EFEFF6;
  padding: 10px 20px;
  height: 53px;
  width: 195px;
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #B3B3B3;
  border: none;
}
.newsletter .ant-btn {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  background: #FFFFFF;
  padding: 10px 20px;
  height: 53px;
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #DCB062;
}

.location-tabs {
  margin-bottom: 30px;
}
.location-tabs .ant-tabs > .ant-tabs-nav {
  display: none;
}
.location-tabs .location-tab-cover {
  position: relative;
}
.location-tabs .location-tab-navigators svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  cursor: pointer;
}
.location-tabs .location-tab-navigators svg.prev-tab {
  left: 5px;
}
.location-tabs .location-tab-navigators svg.next-tab {
  right: 5px;
}
.location-tabs .country {
  position: relative;
  display: block;
}
.location-tabs .country-image {
  object-fit: cover;
  object-position: center;
}
.location-tabs .country .bottom-logo {
  display: none;
}

.about-us {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.about-us .section-header h2 {
  font-family: Poppins, san-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.about-us .section-header p {
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.about-us .items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #000000;
}
.about-us .items label {
  font-family: Poppins, san-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.about-us .items p {
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.about-us .quality-policy {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.about-us .certificates img {
  margin: auto;
  width: 263px;
  height: 365px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1019607843);
}

.agent-full-contact-details .ant-modal-title img {
  width: auto;
  height: 50px;
}
.agent-full-contact-details .ant-modal-body h2 {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 3%;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
}
.agent-full-contact-details .ant-modal-body .contact-details .ant-col {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.agent-full-contact-details .ant-modal-body .contact-details .ant-col svg {
  vertical-align: middle;
  color: #DCB062;
}
.agent-full-contact-details .ant-modal-body .contact-details .ant-col span {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 3%;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
}

.payment-gateway {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.payment-gateway h1 {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #222222;
  padding-top: 15px;
}
.payment-gateway_agreement span {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 2%;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
}
.payment-gateway_agreement span a {
  color: #DCB062;
}
.payment-gateway_channels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}
.payment-gateway_channels-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  height: 150px;
  padding: 20px;
  border-radius: 20px;
  background: #FFFFFF;
  cursor: pointer;
  border: 2px solid transparent;
}
.payment-gateway_channels-box img {
  height: 85px;
  max-width: 80%;
  object-fit: contain;
}
.payment-gateway_channels-box span {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #000000;
}
.payment-gateway_channels-box.selected {
  box-shadow: 0 0 5px #DCB062;
  border-color: #DCB062;
}

.error-page#invalid-referral-link {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 40px;
  border-radius: 20px;
  padding: 200px 40px;
  margin: 20px;
}
.error-page#invalid-referral-link h1 {
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #DCB062;
  margin: 0;
}
.error-page#invalid-referral-link p {
  display: inline-flex;
  align-items: center;
  color: #DCB062;
  margin: 0;
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.error-page#invalid-referral-link > span {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
}
.error-page#invalid-referral-link .ant-btn {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.error-page#expired-link {
  margin: 50px 10%;
}
.error-page#expired-link h1 {
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}
.error-page#expired-link_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  padding: 20px;
  background-color: white;
}
.error-page#expired-link_content-message {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #000000;
  margin-top: 0;
}
.error-page#expired-link_action-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.custom-tab-pill.ant-radio-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.custom-tab-pill.ant-radio-group .ant-radio-button-wrapper {
  box-sizing: border-box;
  width: 50%;
  text-align: center;
  border: 1px solid #DCB062;
  color: #DCB062;
  height: auto;
  min-height: 40px;
  line-height: 1.3;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  font-size: clamp(9px, 2.5vw, 16px);
}
.custom-tab-pill.ant-radio-group .ant-radio-button-wrapper-checked {
  background-color: #DCB062;
  color: #FFFFFF;
}
.custom-tab-pill.ant-radio-group .ant-radio-button-wrapper-checked::before {
  background-color: #DCB062;
}
.custom-tab-pill.ant-radio-group .ant-radio-button-wrapper:first-child {
  border-start-start-radius: 32px;
  border-end-start-radius: 32px;
}
.custom-tab-pill.ant-radio-group .ant-radio-button-wrapper:last-child {
  border-start-end-radius: 32px;
  border-end-end-radius: 32px;
}

@keyframes moveBgVertical {
  0% {
    background-position: center 0px;
  }
  100% {
    /* Adjust -100% or -352px depending on how far up you want it to scroll */
    background-position: center -352px;
  }
}
@media only screen and (min-width: 769px) {
  .headline {
    --side-padding: 10%;
  }
  .headline_banner {
    height: 352px;
    width: 100%; /* Or your desired width */
    /* Background properties (This handles both the image and the zoom) */
    background-size: cover; /* This handles the "zoom in" effect */
    background-repeat: repeat-y; /* Allows seamless vertical looping */
    background-position: center 0px;
    /* Animation: name | duration | timing | iteration | direction */
    /* 'alternate' makes it go up, then reverse and go down */
    animation: moveBgVertical 10s linear infinite alternate;
    background-image: var(--desktop-banner);
  }
  .headline_header h1 {
    font-size: 45px;
    font-weight: 400;
    line-height: 67.5px;
    letter-spacing: 0.05em;
  }
  .postcards {
    grid-template-columns: repeat(2, 1fr);
  }
  .postcards .postcard img {
    height: 230px;
  }
  .postcards .postcard .name {
    font-size: 20px;
    line-height: 30px;
  }
  #listing-page_header > .ant-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #listing-page_header .location-filter.ant-select {
    line-height: 36px;
    width: 170px;
  }
  #listing-page_header .location-filter.ant-select .ant-select-selection-item {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
  }
  #show-page_header h1 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.05em;
  }
  #show-page .tour-date-selector [class~=slick-slider] .slick-slide > div {
    padding: 0 5px;
  }
  #show-page .tour-date-selector [class~=slick-slider] .slick-prev {
    inset-inline-start: -40px;
  }
  #show-page .tour-date-selector [class~=slick-slider] .slick-next {
    inset-inline-end: -40px;
  }
  #show-page .tour-date-selector.v2 {
    padding-block: 5px;
  }
  #show-page .tour-date-selector.v2 .wrapper {
    overflow: visible;
  }
  #show-page .tour-date-selector.v2 .wrapper.has-arrows {
    margin-inline: 0;
  }
  #show-page .tour-date-selector.v2 .wrapper .scroller {
    padding: 10px;
  }
  #show-page .tour-date-selector.v2 .wrapper .date-box:hover {
    transform: scale(1.15);
    z-index: 1;
  }
  #show-page .tour-date-selector.v2 .wrapper .fade-mask {
    right: 0;
  }
  #show-page .tour-date-selector.v2 .wrapper .arrows {
    position: absolute;
  }
  #show-page .tour-date-selector.v2 .wrapper .arrows-prev {
    left: -35px;
  }
  #show-page .tour-date-selector.v2 .wrapper .arrows-next {
    right: -5px;
  }
  #show-page_body .details-container_content #things-to-know {
    grid-template-columns: repeat(5, 1fr);
  }
  #show-page_body .details-container_content #pricing-list {
    display: none;
  }
  #show-page_body .details-container_content #pricing-table {
    display: table;
    width: 100%;
    border-spacing: 5px 0;
  }
  #show-page_body .details-container_content #pricing-table .price-type {
    text-transform: capitalize;
  }
  #show-page_body .details-container_content #pricing-table th {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: Poppins, san-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgb(131, 104, 72);
    padding: 10px 15px;
  }
  #show-page_body .details-container_content #pricing-table td {
    font-family: Poppins, san-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgb(84, 80, 71);
    padding: 15px;
    white-space: nowrap;
  }
  #show-page_body .details-container_content #pricing-table td:first-child {
    text-align: left;
    font-weight: 400;
  }
  #show-page_body .details-container_content #pricing-table tr:last-child td {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .agent-full-contact-details {
    width: 650px !important;
  }
  .contact-agents_body .find-agents_form {
    text-align: center;
  }
  .contact-agents_body .find-agents_form .ant-form-item {
    text-align: left;
  }
  .contact-agents_body .agents-list .agent-details {
    height: 230px;
  }
  .contact-agents_body .agents-list .agent-details .agent-address {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .contact-agents_body .agents-list .more-info-button {
    width: 100%;
  }
  .agent-full-details {
    width: 800px !important;
  }
  .newsletter {
    flex-direction: row;
    justify-content: center;
    padding: 44px;
    gap: 35px;
  }
  .newsletter h1 {
    font-size: 25px;
  }
  .newsletter .ant-input {
    width: 260px;
  }
  .newsletter .ant-input,
  .newsletter .ant-btn {
    font-size: 20px;
  }
  .location-tabs {
    margin: auto;
    width: 80%;
  }
  .location-tabs .location-dropdown {
    display: none;
  }
  .location-tabs .ant-tabs .ant-tabs-content-holder {
    margin-top: -2px;
  }
  .location-tabs .ant-tabs > .ant-tabs-nav {
    display: flex !important;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .location-tabs .ant-tabs-nav {
    width: 100% !important;
  }
  .error-page#invalid-referral-link {
    margin: 40px auto;
    width: 70%;
  }
  .legends-v2 .legend {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  #listing-page_header > .ant-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #listing-page_header .location-filter.ant-select {
    line-height: 36px;
    width: 170px;
  }
  #listing-page_header .location-filter.ant-select .ant-select-selection-item {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
  }
  #listing-page #tours .tour {
    flex-direction: row;
  }
  #listing-page #tours .tour .ant-col.column:has(.tour_image) {
    max-width: 300px;
  }
  #listing-page #tours .tour_image {
    height: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  #listing-page #tours .tour_details_dates .date-selector {
    justify-content: unset;
  }
  #listing-page #tours .tour_pricing {
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  #listing-page #tours .tour_pricing_details {
    flex-direction: column;
    align-items: stretch;
  }
  #listing-page #tours .tour_pricing .ant-space-item {
    width: auto;
  }
  .tour_details_all_dates.ant-modal .ant-modal-header {
    margin-bottom: 18px;
  }
  .tour_details_all_dates.ant-modal .ant-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .tour_details_all_dates.ant-modal .custom-modal-header-legends .legends {
    padding: 0;
  }
  #show-page_body .toggle-contact-agent,
  #show-page_body .collapse-contact-agent {
    display: none;
  }
  #show-page_body .contact-agent-sider {
    position: relative;
    top: unset;
    z-index: auto;
  }
  #show-page_body .contact-agent {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    display: block;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1490196078);
    position: static;
    z-index: auto;
  }
}
@media only screen and (min-width: 1441px) {
  #ribbon-section_header {
    background-image: url("https://prod-ice.sgp1.cdn.digitaloceanspaces.com/iceholidays-assets/v3.0.8-4dc58b2/images/TST Ribbon@2x.png");
    height: 300px;
  }
}
@media only screen and (min-width: 2880px) {
  #ribbon-section_header {
    background-image: url("https://prod-ice.sgp1.cdn.digitaloceanspaces.com/iceholidays-assets/v3.0.8-4dc58b2/images/TST Ribbon@3x.png");
    height: 450px;
  }
}
.floating-chat-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 996;
  cursor: pointer;
}

.floating-chat-button {
  position: fixed;
  inset-inline-end: 24px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 997;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: background-color 0.2s ease;
}
.floating-chat-button.is-open {
  background-color: #fff;
}

#search-bar #search-bar-widget {
  width: 100%;
  padding: 25px;
  background: #F7F4EB;
  position: relative;
}
#search-bar #search-bar-widget .ant-picker {
  width: 100%;
}
#search-bar #search-bar-widget .ant-form-item {
  margin-bottom: 10px;
}
#search-bar #search-bar-widget .ant-form-item .ant-form-item-label {
  padding-bottom: 3px;
}
#search-bar #search-bar-widget .ant-form-item .ant-form-item-label label {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.5px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#search-bar #search-bar-widget .disabled-form-item .ant-select-disabled .ant-select-selector {
  background: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
#search-bar #search-bar-widget .search-button {
  width: 172px;
}
#search-bar #search-bar-widget .search-button span {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: none;
}

@media only screen and (min-width: 769px) {
  #search-bar #search-bar-widget {
    width: auto;
    padding: 15px;
  }
  #search-bar #search-bar-widget .ant-space {
    flex-direction: unset;
    align-items: flex-end;
  }
  #search-bar #search-bar-widget .ant-form {
    display: inline-flex !important;
    gap: 7px;
    height: 100%;
    width: 100%;
  }
  #search-bar #search-bar-widget .ant-form-item {
    margin-bottom: 0;
  }
  #search-bar #search-bar-widget .search-button {
    width: auto;
    margin-bottom: 3px;
  }
  #search-bar #search-bar-widget .disabled-form-item .ant-row {
    background: #f5f5f5;
  }
}
.filter-title {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #545047;
}

.filter-pill {
  padding: 6px 13px 6px 13px;
  border-radius: 10px;
  background: linear-gradient(360deg, #DCB062 5.04%, #F9E298 99.13%);
  color: #836848;
  cursor: pointer;
  text-align: center;
  border: none;
}
.filter-pill.default-filter {
  background: #F9E298;
}
.filter-pill span {
  font-family: Poppins, san-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2%;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.filter-pill.selected {
  background: #836848;
  color: #FFFFFF;
}
.filter-pill.disabled {
  cursor: not-allowed;
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.04);
  box-shadow: none;
  pointer-events: none;
}
.filter-pill.month-year {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 5px;
}

@media only screen and (min-width: 769px) {
  .filter-pill span {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.05em;
  }
  .filter-pill.month-year {
    flex-direction: row;
  }
}
.flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

body {
  margin: 0;
  background: #F2F2F2;
  font-family: Poppins, san-serif;
}

* {
  --side-padding: 20px;
}

.get-brochure {
  width: 152px;
  height: 35px;
  padding: 7px 8px 7px 8px;
  border-radius: 20px;
  border: 1px solid transparent;
  background: linear-gradient(287.63deg, #D1AC6E -19.9%, #D1AC6E 10.87%, #F9E298 26.63%, #B68B31 93.91%);
  box-shadow: 0px 3px 10px 0px rgba(170, 133, 62, 0.5019607843), 0px 4px 4px 0px rgba(249, 246, 243, 0.1019607843) inset;
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #836848;
}

#search-bar {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.1490196078)) drop-shadow(0 1px 1px rgba(223, 177, 99, 0.6));
}
#search-bar img {
  display: none;
}
#search-bar #search-bar-widget .ant-picker .ant-picker-input span.ant-picker-suffix {
  margin-left: 1px;
  margin-right: 10px;
  order: -1;
  color: #AA853E;
}
#search-bar #search-bar-widget .ant-select-arrow {
  display: none;
}
#search-bar #search-bar-widget .search-button {
  margin-top: 20px;
}

.headline .ant-breadcrumb {
  padding: 20px var(--side-padding);
}

#homepage_banner {
  border-radius: 0px 0px 50px 50px;
}
#homepage_banner [class~=ant-carousel] .slick-prev {
  inset-inline-start: 115px;
}
#homepage_banner [class~=ant-carousel] .slick-next {
  inset-inline-end: 115px;
}
#homepage .banner {
  height: 400px;
  width: 100%;
}

#testimonials-section {
  display: none;
}

.country-filter_option {
  font-family: Poppins, san-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
}

#about-signature-tours {
  height: 100%;
  padding: 45px;
}
#about-signature-tours h1 {
  font-family: Poppins, san-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.06em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #545047;
}
#about-signature-tours p {
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #545047;
  margin: 20px 0;
  display: block;
}
#about-signature-tours picture > img {
  width: 100%;
}
#about-signature-tours #about-st-feature #feature {
  height: 246px;
  gap: 0px;
  border-radius: 20px;
  opacity: 0px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1490196078);
}
#about-signature-tours #about-st-feature #feature > img {
  width: 100%;
  height: 183.24px;
  gap: 0px;
  border-radius: 20px;
  opacity: 0px;
  border: 3px solid #FFFFFF;
  object-fit: cover;
  object-position: 50% 33%;
  display: block;
  box-sizing: border-box;
}
#about-signature-tours #about-st-feature #feature #st-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 23px 0px 12px;
}
#about-signature-tours #about-st-feature #feature #st-brand span {
  font-family: Poppins, san-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#about-signature-tours #about-st-feature #feature #st-brand #st-logo {
  width: 47px;
  height: 43.76px;
  gap: 0px;
  opacity: 0px;
}

#about-us-page_body {
  padding: 20px var(--side-padding);
}
#about-us-page_body #introduction img {
  width: 42.96px;
  height: 40px;
}
#about-us-page_body #introduction h1 {
  font-family: Poppins, san-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#about-us-page_body #article {
  background: #FFFFFF;
  padding: 32px;
  border-radius: 20px;
  box-shadow: 0px 5px 20px 0px rgba(225, 182, 91, 0.2);
}
#about-us-page_body #article img {
  height: 644px;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}
#about-us-page_body #article p {
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
#about-us-page .about-us .quality-policy {
  margin-top: -70px;
  padding: 60px var(--side-padding) 30px;
}
#about-us-page .about-us .certificates {
  background: linear-gradient(180deg, #F7F4EB 0%, #FFFFFF 100%);
  padding: 0 var(--side-padding) 30px;
}
#about-us-page .about-us .certificates .ant-col {
  text-align: center;
}
#about-us-page .about-us .certificates img {
  margin: auto;
  width: 263px;
  height: 365px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1019607843);
}
#about-us-page .about-us .items {
  padding: 24px;
}

#countries-page_body {
  padding: 20px var(--side-padding);
}
#countries-page_body #introduction {
  padding: 32px;
  border-radius: 20px;
  background: #FFFFFF;
}
#countries-page_body #introduction_header {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
#countries-page_body #introduction_header img {
  width: 42.96px;
  height: 40px;
}
#countries-page_body #introduction_header span {
  font-family: Poppins, san-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
#countries-page_body #introduction_body p {
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#countries-page_body h2 {
  font-family: Poppins, san-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

#contact-us-page_body {
  margin: 20px var(--side-padding);
  border-radius: 20px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
}
#contact-us-page_body img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#contact-us-page_body #contact-us-form {
  padding: 20px 24px 40px 24px;
}
#contact-us-page_body #contact-us-form_header {
  margin-bottom: 20px;
}
#contact-us-page_body #contact-us-form_header h2 {
  font-family: Poppins, san-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(91, 71, 19);
  margin: 0;
}
#contact-us-page_body #contact-us-form_header span {
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(0, 0, 0);
}
#contact-us-page_body #contact-us-form textarea {
  min-height: 200px;
}
#contact-us-page_body #contact-us-form button[type=submit] {
  width: 216px;
}
#contact-us-page_footer {
  margin: 20px var(--side-padding);
  border-radius: 20px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  padding: 40px 24px 40px 24px;
}
#contact-us-page_footer label {
  font-family: Poppins, san-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(91, 71, 19);
  display: block;
  margin-bottom: 10px;
}
#contact-us-page_footer span {
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(0, 0, 0);
}
#contact-us-page_footer svg {
  color: #DCB062;
}

#blog-page_body {
  margin: 20px var(--side-padding);
}
#blog-page_body #blogs {
  margin: 30px 0;
}
#blog-page_body #blogs .preview-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 100px;
}
#blog-page_body #blogs .view-blog {
  margin-top: 10px;
}

.location-tabs {
  margin-bottom: 30px;
}
.location-tabs h1 {
  font-family: Poppins, san-serif;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #545047;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  width: 80%;
  margin: 20px auto;
}
.location-tabs .ant-tabs > .ant-tabs-nav {
  display: none;
}
.location-tabs .country {
  position: relative;
  display: block;
}
.location-tabs .country-image {
  width: 100%;
  height: 392px;
  border-width: 5px 0px 5px 0px;
  border-style: solid;
  border-color: #DCB062;
}
.location-tabs .country-name {
  width: auto;
  height: 42px;
  top: 24px;
  left: 24px;
  position: absolute;
  text-align: left;
  font-size: 28px;
  font-weight: 300;
  line-height: 42px;
}
.location-tabs .country-tour-count {
  display: none;
}
.location-tabs .country .bottom-logo {
  position: absolute;
  bottom: -35px;
  border-color: #F2F2F2;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
}
.location-tabs h2 {
  font-family: Poppins, san-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.location-tabs .top-cities,
.location-tabs .more-cities,
.location-tabs .highlights {
  padding: 10px 25px;
}
.location-tabs .more-cities .other-destinations {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}
.location-tabs .more-cities .other-destinations a {
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: linear-gradient(360deg, #DCB062 5.04%, #F9E298 99.13%);
  color: #836848;
  width: auto;
  padding: 5px 15px;
  gap: 4px;
  border-radius: 20px;
  opacity: 0px;
}
.location-tabs .highlights {
  display: inline-flex;
  overflow-x: auto;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}
.location-tabs .highlights a {
  flex-grow: 1;
  flex-shrink: 0;
}
.location-tabs .highlights .tour {
  min-width: 210px;
  height: 352px;
  padding: 15px 0px 0px 0px;
  gap: 0px;
  border-radius: 20px;
  opacity: 0px;
  object-fit: cover;
  position: relative;
  background-size: cover;
  position: relative;
  background-position: top;
  background-color: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.location-tabs .highlights .tour .details {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  bottom: 10px;
  width: 100%;
  padding: 0 15px;
}
.location-tabs .highlights .tour .details .city-name {
  font-family: Poppins, san-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #F9E298;
}
.location-tabs .highlights .tour .details .tour-count {
  width: 80px;
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

#show-page_body .details-container_content .schedule {
  padding: 20px;
  gap: 32px;
  border-radius: 5px;
  background: #F9F6F3;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}
#show-page_body .details-container_content .schedule .flight-date {
  width: 100%;
  text-align: left;
}
#show-page_body .details-container_content .schedule .flight-date svg {
  vertical-align: middle;
  margin-right: 12px;
}
#show-page_body .details-container_content .schedule .flight-date span {
  color: rgba(91, 71, 19, 0.7);
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#show-page_body .details-container_content .schedule .flight-details {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
#show-page_body .details-container_content .schedule .flight-details label {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.8);
}
#show-page_body .details-container_content .schedule .flight-details img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
#show-page_body .details-container_content .schedule .flight-details span {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.8);
}
#show-page_body .details-container_content .schedule .flight-time .from, #show-page_body .details-container_content .schedule .flight-time .to {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#show-page_body .details-container_content .schedule .flight-time label {
  font-family: Poppins, san-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(0, 0, 0);
}
#show-page_body .details-container_content .schedule .flight-time span {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(91, 71, 19, 0.7);
}
#show-page_body .details-container_content .schedule .flight-time .from {
  align-items: flex-end;
}
#show-page_body .details-container_content .schedule .flight-time .from span {
  text-align: right;
}
#show-page_body .details-container_content .schedule .flight-time .to {
  align-items: flex-start;
}
#show-page_body .details-container_content .schedule .flight-time .to span {
  text-align: left;
}
#show-page_body .details-container_content .schedule .flight-time_icon {
  width: 53px;
}
#show-page_body .details-container_content .schedule .flight-time_icon img {
  vertical-align: middle;
}
#show-page_body .details-container_content .schedule .flight-time_icon::before, #show-page_body .details-container_content .schedule .flight-time_icon::after {
  /* Styles kept */
  width: 25%;
  height: 1px;
  /* Changed to border-top (instead of border) to simulate a line better */
  border-top: 1px solid #ccc;
  /* Styles added */
  display: inline-block;
  content: "";
  /* Use padding to vertical align the line */
  /* Use padding in em for a responsive icon height */
  padding-top: 0.2em;
  /* Use margins to give the lines some spacement around the icon */
  /* Use margins in % for a responsive spacement */
  margin-left: 5%;
  margin-right: 5%;
}

@media only screen and (min-width: 769px) {
  * {
    --side-padding: 8%;
  }
  #homepage_banner .banner {
    height: 760px;
  }
  .header {
    padding-inline-end: 0;
  }
  .header .nav-menu {
    min-width: 100%;
  }
  .header .logo {
    width: 295px;
  }
  .header .logo.logo_mobile {
    display: none;
  }
  .header .logo.logo_desktop {
    display: block;
  }
  #search-bar {
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 1;
  }
  #search-bar img {
    display: block;
    margin: 0 -1px;
  }
  #search-bar #search-bar-widget .ant-select {
    min-width: 272px;
  }
  .headline .ant-breadcrumb {
    padding: 10px var(--side-padding) 0;
  }
  #testimonials-section {
    display: block;
  }
  #testimonials-section #testimonials {
    max-width: 1099px;
    margin: auto;
    padding: 50px 0;
  }
  #testimonials-section #testimonials [class~=ant-carousel] .slick-slider {
    padding: 0 70px;
  }
  #testimonials-section #testimonials [class~=ant-carousel] .slick-list {
    margin: 0;
  }
  #testimonials-section #testimonials [class~=ant-carousel] .slick-track {
    margin: auto;
  }
  #testimonials-section #testimonials [class~=ant-carousel] .slick-slide > div {
    padding: 20px 15px;
  }
  #testimonials-section #testimonials [class~=ant-carousel] .slick-prev,
  #testimonials-section #testimonials [class~=ant-carousel] .slick-next {
    color: #959492;
  }
  #testimonials-section #testimonials [class~=ant-carousel] .slick-prev:hover,
  #testimonials-section #testimonials [class~=ant-carousel] .slick-next:hover {
    color: #DFB163;
  }
  #testimonials-section #testimonials .testimonial {
    padding: 10px 18px 20px 18px;
    gap: 15px;
    border-radius: 20px;
    opacity: 0px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(225, 182, 91, 0.2);
    text-align: center;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
  }
  #testimonials-section #testimonials .testimonial .stars-icon {
    width: 92px;
    height: 32px;
    gap: 0px;
    opacity: 0px;
    margin: auto;
  }
  #testimonials-section #testimonials .testimonial .tour {
    width: 100%;
    padding: 10px;
    gap: 10px;
    border-radius: 10px;
    opacity: 0px;
    background: linear-gradient(270deg, #F9E298 0%, #FFFDF5 117.76%);
    box-shadow: 0px 7px 16.7px 0px rgba(225, 182, 91, 0.5019607843);
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
  }
  #testimonials-section #testimonials .testimonial .tour img {
    width: 28.46px;
    height: 26.5px;
  }
  #testimonials-section #testimonials .testimonial .tour span {
    font-family: Poppins, san-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #AA853E;
    width: 100%;
    display: block;
  }
  #testimonials-section #testimonials .testimonial .comment {
    white-space: break-spaces;
    height: 300px;
    overflow-y: auto;
  }
  #testimonials-section #testimonials .testimonial .comment span {
    font-family: Poppins, san-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 200;
    line-height: 21px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  #testimonials-section #testimonials .testimonial .author {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  #testimonials-section #testimonials .testimonial .author .author-icon {
    color: rgba(0, 0, 0, 0.8);
    width: 20px;
    height: 20px;
  }
  #testimonials-section #testimonials .testimonial .author span {
    font-family: Poppins, san-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  #about-signature-tours > div {
    width: 70%;
    margin: auto;
  }
  #about-signature-tours h1 {
    font-size: 45px;
    font-weight: 200;
    line-height: 67.5px;
    letter-spacing: 0.06em;
  }
  #about-signature-tours p {
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  #about-signature-tours picture {
    height: 100%;
    display: block;
    margin: 30px 0;
  }
  #about-us-page .section-header {
    width: 741px;
    margin: auto;
  }
  .location-tabs h1 {
    font-size: 45px;
    font-weight: 200;
    line-height: 67.5px;
    width: 100%;
    margin: 50px 0;
  }
  .location-tabs .location-dropdown {
    display: none;
  }
  .location-tabs .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab {
    display: block;
    text-align: center;
    justify-content: center;
    background: transparent;
    margin-left: 30px;
    padding: 0;
  }
  .location-tabs .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
    margin: 0;
  }
  .location-tabs .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn {
    text-transform: uppercase;
    font-family: Poppins, san-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #DCB062;
    position: relative;
    margin: 0 5px;
    padding: 8px 20px;
    background: #FAFAFA;
    border-radius: 20px 20px 0 0;
  }
  .location-tabs .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn:before, .location-tabs .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn:after {
    content: " ";
    position: absolute;
    top: 0;
    width: 23px;
    height: 100%;
    background-color: inherit;
  }
  .location-tabs .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn:before {
    border-radius: 12px 0 0 0;
    transform: skew(-24deg);
    left: -13px;
  }
  .location-tabs .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn:after {
    border-radius: 0 12px 0 0;
    transform: skew(24deg);
    right: -13px; /* play with this one to give the LI border ~2px extrusion */
    border-right: 1px solid #EBEBEB;
    z-index: 1; /* overlap next element */
  }
  .location-tabs .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
    z-index: 1;
  }
  .location-tabs .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    background: linear-gradient(180deg, #F9E298 -1.58%, #DCB062 92.51%);
    color: white !important;
  }
  .location-tabs .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:before, .location-tabs .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:after {
    background: linear-gradient(180deg, #F9E298 -1.58%, #DCB062 92.51%);
  }
  .location-tabs .ant-tabs-nav > div:nth-of-type(1) {
    display: unset !important;
    width: 100% !important;
  }
  .location-tabs .country-image {
    border-radius: 20px;
  }
  .location-tabs .country-name {
    width: auto;
    height: 71px;
    top: 64px;
    left: 62px;
    font-size: 47px;
    font-weight: 400;
    line-height: 70.5px;
  }
  .location-tabs h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0.05em;
  }
  .location-tabs .top-cities,
  .location-tabs .more-cities,
  .location-tabs .highlights {
    padding: unset;
  }
  .location-tabs .more-cities .other-destinations a {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.05em;
  }
  .about-us .quality-policy {
    padding: 0 170px 16px 170px;
  }
  .about-us .certificates {
    padding: 40px 160px 40px 160px;
    justify-content: flex-start;
  }
  .contact-agents_body .find-agents {
    width: 65%;
    margin: auto;
  }
  .contact-agents_body .find-agents_form .ant-form > .ant-row {
    align-items: flex-end;
  }
  #show-page_body .details-container_content .schedule {
    flex-direction: row;
  }
  #show-page_body .details-container_content .schedule .flight-date {
    width: auto;
  }
}
@media only screen and (min-width: 899px) {
  .header .nav-menu .ant-menu-item:has(.logo) {
    order: 2 !important;
    padding-inline-start: 0;
  }
}
@media only screen and (min-width: 1008px) {
  .header .nav-menu .ant-menu-item:has(.logo) {
    order: 3 !important;
  }
}
@media only screen and (min-width: 1300px) {
  .header .nav-menu {
    padding-inline-start: 80px;
  }
  .header .nav-menu a {
    font-size: 16px;
  }
  .header .logo {
    width: 304px;
  }
  .header .logo.logo_mobile {
    display: none;
  }
  .header .logo.logo_desktop {
    display: block;
  }
}
@media only screen and (min-width: 1441px) {
  * {
    --side-padding: 10%;
  }
}
