<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

h2 img.icon,
h3 img.icon,
h4 img.icon {
  height: 1.2em;
  margin-right: 10px;
}

h2 {
  width: 100%;
  font-size: 32px;
  font-size: 2;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.22;
  color: black;
  margin-top: 45px;
  margin-bottom: 25px;
}
h2 span {
  font-weight: 200;
}

h3 {
  width: 100%;
  font-size: 27px;
  font-size: 1.6875;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.32;
  color: #37570D;
  margin-top: 20px;
  margin-bottom: 10px;
}

span.mimic-h3 {
  font-size: 27px;
  font-size: 1.6875;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.32;
  color: #37570D;
}

h4 {
  width: 100%;
  font-size: 22px;
  font-size: 1.375;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.32;
  color: #517422;
  margin-top: 10px;
  margin-bottom: 5px;
}

p {
  margin-top: 0;
  text-align: justify;
}
@media only screen and (min-width: 1100px) {
  p.add-margin-bottom {
    margin-bottom: 80px;
  }
}

li, p {
  font-weight: 200;
}

ol {
  padding-left: 1.3em;
  margin: 0;
}

ol, ul, p, ol.list-with-space-bottom li {
  margin-bottom: 20px;
}

ol.list-with-space-bottom li:last-child {
  margin-bottom: 0px;
}

p ol {
  margin-bottom: 0px;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.content-style {
  font-size: 22px;
  font-size: 1.375;
  font-weight: 400;
  line-height: 1.66;
}

.content-style.overflowAuto {
  overflow: auto;
}

.page-header {
  color: #fff;
}

.breadcrumb {
  padding: 20px 0;
  font-size: 16px;
  font-size: 1;
  display: flex;
  justify-content: flex-start;
  margin: -3px -5px;
  flex-wrap: wrap;
}

.breadcrumb-item {
  position: relative;
  margin: 3px 0;
  text-decoration: none !important;
  color: #517422;
  padding-left: calc(1em + 10px);
  margin-left: 10px;
}
.breadcrumb-item::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.5em;
  line-height: 0.85;
  transform: translateY(5px);
}
@media only screen and (max-width: 767px) {
  .breadcrumb-item::before {
    transform: translateY(3px);
  }
}
.breadcrumb-item:nth-child(1) {
  padding-left: 0;
  margin-left: 0;
}
.breadcrumb-item:nth-child(1n+2):before {
  content: "&gt;";
}
.breadcrumb-home {
  transform: translateY(4px);
}
@media only screen and (max-width: 767px) {
  .breadcrumb-home {
    transform: translateY(1px);
  }
}

.page-title {
  position: relative;
  font-size: 45px;
  font-size: 2.8125;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 0.92;
}
.page-title .site-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page-title.no-background .site-wrapper {
  position: static;
}
.page-title img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.page-title h1 {
  position: absolute;
  bottom: 30px;
  line-height: 1.2;
}
.page-title.no-background {
  color: black;
}
.page-title.no-background h1 {
  position: static;
  margin-top: 7px;
}
.page-title.no-background h1 {
  bottom: 30;
}
.page-title.have-bg h1 {
  text-shadow: 4px 2px #181717;
}
.page-title.paragraph {
  color: black;
  line-height: 1.2;
  text-align: justify;
  padding: 0 20px;
  max-width: 1480px;
  margin: auto;
  display: flex;
  flex-flow: wrap;
}
.page-title.paragraph .site-wrapper {
  position: relative;
  right: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 1025px) {
  .page-title.paragraph .site-wrapper {
    position: absolute;
    width: 500px;
    z-index: 1;
  }
  .page-title.paragraph .site-wrapper &gt; div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1481px) {
  .page-title.paragraph .site-wrapper {
    position: relative;
    width: 550px;
    flex: 0 0 auto;
  }
  .page-title.paragraph .site-wrapper &gt; div {
    top: 0;
    transform: none;
  }
}
.page-title.paragraph .image {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1481px) {
  .page-title.paragraph .image {
    width: calc(100% - 550px);
    margin-top: 20px;
  }
}
.page-title.paragraph h1 {
  text-align: center;
  position: relative;
  bottom: 0;
  color: #517422;
  font-weight: 600;
  font-size: 0.9em;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1481px) {
  .page-title.paragraph h1 {
    margin-bottom: 50px;
  }
}
.page-title.paragraph p {
  font-size: 0.6em;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
  .page-title.paragraph p {
    font-size: 0.5em;
  }
}

.page-tab_list_wrapper {
  padding: 10px 0;
  background-color: white;
  top: 0;
  z-index: 1;
  width: 100%;
}

.page-tab_trigger {
  display: none;
  position: absolute;
  right: 20px;
  top: 0.3em;
  width: 25px;
  height: 25px;
  z-index: 21;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.page-tab_trigger::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #37570D;
  font-size: 1.5em;
}

.page-tab_curr {
  display: none;
  font-size: 16px;
  font-size: 1;
  color: #e97f37;
  font-weight: 500;
  padding: 10px 0;
  padding-right: 35px;
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
}

.open-tab .page-tab_trigger {
  transform: rotate(180deg);
}

.page-tab_list {
  margin: 0 -15px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5;
  display: flex;
  justify-content: center;
  line-height: 1;
}

.page-tab_list_item {
  padding: 0 15px;
  margin: 10px 0;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 1px;
  color: #517422 !important;
  text-decoration: none !important;
}
.page-tab_list_item:nth-child(1n+2) {
  border-left: 1px solid #37570D;
}
.page-tab_list_item:hover {
  color: #37570D !important;
}

.page-tab_list_item.active {
  color: #37570D !important;
}

.page-content {
  padding-top: 60px;
}

.index-title h1 {
  font-size: 21px;
  font-size: 1.3125;
  font-weight: bold;
  line-height: 1.22;
  color: #000;
  margin: 2px 0;
  text-align: center;
  letter-spacing: initial;
}
@media only screen and (min-width: 521px) {
  .index-title h1 {
    font-size: 24px;
    font-size: 1.5;
    margin: 5px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .index-title h1 {
    font-size: 36px;
    font-size: 2.25;
    margin: 10px 0;
  }
}

.tab-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.tab-row.menu-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: white;
}
.tab-row.menu-active .tab-title {
  display: none;
}
.tab-row.menu-active .tab-menu {
  display: none;
}
.tab-row.menu-active .tabs {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.tab-title {
  font-size: 21px;
  font-size: 1.3125;
  font-weight: bold;
  line-height: 1.22;
  color: #000;
  margin: 2px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.tab-title h2 {
  width: initial;
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  letter-spacing: initial;
}
.tab-title h2 img {
  max-height: 2em;
}
.tab-title h2 .tab-title-text {
  margin-left: 5px;
  margin-right: 10px;
  font-weight: bold;
}
@media only screen and (min-width: 521px) {
  .tab-title h2 .tab-title-text {
    margin-left: 10px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 521px) {
  .tab-title {
    font-size: 24px;
    font-size: 1.5;
    margin: 5px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-title {
    font-size: 36px;
    font-size: 2.25;
    margin: 10px 0;
  }
}

.tab-menu {
  display: none;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  flex: 1;
  height: 100%;
  margin: 0 5px;
  font-size: 20px;
  font-size: 1.25;
  font-weight: bold;
  cursor: pointer;
  border-radius: 15px 15px 0 0;
  text-align: center;
}

.tabs {
  display: flex;
  justify-content: stretch;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .tabs {
    overflow-x: initial;
  }
}
.tabs .swiper-slide {
  width: auto;
}
.tabs .swiper-button-next {
  right: -20px;
}
.tabs .swiper-button-prev {
  left: -20px;
}
.tabs .swiper-button-next,
.tabs .swiper-button-prev {
  margin-top: inherit;
  width: 20px;
  height: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs .swiper-button-next i.fa.fa-angle-right,
.tabs .swiper-button-next i.fa.fa-angle-left,
.tabs .swiper-button-prev i.fa.fa-angle-right,
.tabs .swiper-button-prev i.fa.fa-angle-left {
  font-size: 30px;
  line-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs .swiper-button-next::after,
.tabs .swiper-button-prev::after {
  display: none;
}
.tabs .swiper-button-next.swiper-button-disabled,
.tabs .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.tabs .tab-links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  font-size: 19px;
  font-size: 1.1875;
  font-weight: bold;
  margin: 1px;
  padding: 20px 10px;
  cursor: pointer;
  text-align: center;
  flex: 1 0 auto;
  width: 220px;
}
.tabs .tab-links.title {
  pointer-events: none;
  background-color: transparent;
  text-decoration: underline;
  display: none;
}
.tabs .tab-links:hover:after, .tabs .tab-links.active:after {
  content: "";
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00a54a;
}
.tabs .tab-links.close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  font-size: 2.5;
  width: 1em;
  height: 1em;
  margin: 10px;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/close.png);
  display: none;
}
.tabs .tab-links br {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .tabs .tab-links {
    height: 100%;
    font-size: 22px;
    font-size: 1.375;
  }
  .tabs .tab-links.close {
    display: none;
  }
  .tabs .tab-links br {
    display: initial;
  }
}
@media only screen and (max-width: 520px) {
  .tabs .tab-links {
    padding: 10px 8px;
  }
}

.tab {
  position: relative;
  width: 100%;
  padding-top: 25px;
}
.tab .swiper-container {
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .tab .swiper-container {
    width: calc(100% - 15px);
  }
}
.tab .swiper-slide {
  height: auto;
  transition: opacity 0.3s ease;
  background-color: #fff;
}
.tab .swiper-slide.transparent {
  opacity: 0.2;
}
.tab .swiper-pagination {
  width: 100%;
  bottom: -40px;
}
.tab .description {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 520px) {
  .tab .description {
    font-size: 0.7em;
    padding: 10px;
  }
}
.tab .description .district {
  font-size: 13px;
  font-size: 0.8125;
  padding: 5px 0;
}
@media only screen and (min-width: 521px) {
  .tab .description .district {
    font-size: 15px;
    font-size: 0.9375;
  }
}
@media only screen and (min-width: 1025px) {
  .tab .description .district {
    font-size: 18px;
    font-size: 1.125;
  }
}
.tab .description .title {
  font-size: 17px;
  font-size: 1.0625;
  font-weight: bold;
}
@media only screen and (min-width: 521px) {
  .tab .description .title {
    font-size: 19px;
    font-size: 1.1875;
  }
}
@media only screen and (min-width: 1025px) {
  .tab .description .title {
    font-size: 21px;
    font-size: 1.3125;
  }
}
.tab .description .district .align-span,
.tab .description .title .align-span {
  display: inline-block;
}

.tab-background {
  position: absolute;
  width: 300%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #f2f2f2;
}

.tab-content {
  position: relative;
}
.tab-content.active {
  display: block;
}
.tab-content.inactive {
  display: none;
}
.tab-content .swiper-slide a {
  color: #000;
}
.tab-content .swiper-button-next, .tab-content .swiper-button-prev {
  /* width: 100%;
  height: 100%; */
  padding: 0 43px;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 600px) {
  .tab-content .swiper-button-next, .tab-content .swiper-button-prev {
    top: 30%;
  }
}
.tab-content .swiper-button-next:after, .tab-content .swiper-button-prev:after {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
  padding-top: 0;
  width: 60px;
  height: 60px;
  margin: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .tab-content .swiper-button-next:after, .tab-content .swiper-button-prev:after {
    width: 40px;
    height: 40px;
  }
}
.tab-content .swiper-button-next i.fa, .tab-content .swiper-button-prev i.fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .tab-content .swiper-button-next i.fa, .tab-content .swiper-button-prev i.fa {
    line-height: 40px;
    font-size: 33.3333333333px;
  }
}
@media only screen and (min-width: 1681px) {
  .tab-content .swiper-button-next, .tab-content .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media only screen and (max-width: 1024px) {
  .tab-content .swiper-button-next, .tab-content .swiper-button-prev {
    padding: 0 35px;
  }
}
.tab-content .swiper-button-next {
  left: calc(100% - 80px);
  right: inherit;
  text-align: left;
}
@media only screen and (min-width: 1681px) {
  .tab-content .swiper-button-next {
    left: calc(100% + 100px);
  }
}
.tab-content .swiper-button-next i.fa {
  left: 43px;
}
@media only screen and (max-width: 1024px) {
  .tab-content .swiper-button-next i.fa {
    left: 35px;
  }
}
.tab-content .swiper-button-prev {
  left: inherit;
  right: calc(100% - 80px);
  text-align: right;
}
.tab-content .swiper-button-prev:after {
  left: inherit;
  right: 0;
}
@media only screen and (min-width: 1681px) {
  .tab-content .swiper-button-prev {
    right: calc(100% + 100px);
  }
}
.tab-content .swiper-button-prev i.fa {
  right: 40px;
}
@media only screen and (max-width: 1024px) {
  .tab-content .swiper-button-prev i.fa {
    right: 35px;
  }
}

.see_all_spots {
  float: right;
  right: 0;
  padding: 15px 0;
  padding-top: 40px;
  font-size: 18px;
  font-size: 1.125;
  font-weight: bold;
  color: white;
}
.see_all_spots .fa-angle-right {
  color: #517422;
  font-size: 1.2em;
  font-weight: inherit;
}
.see_all_spots a {
  color: inherit;
  font-size: inherit;
  padding: 8px 15px;
}
.see_all_spots a.btn {
  border-radius: 22px;
}

.content-title {
  color: #517422;
}

.content-text {
  width: 50%;
  display: inline-block;
  padding-right: 25px;
  font-weight: 300;
}

.content-img {
  width: 50%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin: -5px;
}

.content-section {
  display: flex;
  flex-flow: wrap;
  padding-bottom: 30px;
}

.one-photo-content-img-div {
  max-width: 500px;
  max-height: 400px;
  width: 50%;
  float: right;
  margin: 0px 18px 8px 18px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .one-photo-content-img-div {
    width: 100%;
    margin: auto;
    max-width: initial;
    display: block;
    float: initial;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .one-photo-content-img-div .one-photo-content-img-div-wrapper {
    width: 80%;
    margin: auto;
    display: block;
  }
}
.one-photo-content-img-div .one-photo-content-img-div-wrapper img {
  height: 400px;
}
.one-photo-content-img-div .one-photo-content-img-div-wrapper img.horizontal_one_img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.one-photo-content-img-div .one-photo-content-img-div-wrapper img.vertical_one_img {
  width: auto;
}

.content-img-div {
  float: right;
  width: 50%;
  margin: 0px 18px 8px 18px;
}
@media only screen and (max-width: 768px) {
  .content-img-div {
    margin: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .spot-details .content-img-div {
    width: 100%;
  }
}

.intro-p-div p {
  text-align: justify;
}
.intro-p-div p.no-justify {
  text-align: left;
}
.intro-p-div.text-not-wrap {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .intro-p-div.text-not-wrap {
    overflow: initial;
  }
}

p.not-justify {
  text-align: initial;
}

.spot_slide {
  position: relative;
  display: inline-block;
  width: 100%;
}

.content-img_item {
  width: 50%;
  display: inline-block;
  padding: 5px;
  text-align: center;
}

.content-img_single_item {
  width: 100%;
  padding: 20px 5px 5px 5px;
  text-align: center;
}

.content-img_caption {
  margin: 10px 0;
  font-size: 18px;
  font-size: 1.125;
  letter-spacing: 1px;
  color: #37570D;
}
.content-img_caption.spot_caption {
  font-size: 16px;
  margin: 0px;
  right: 0;
  padding: 5px 5px;
  color: #000;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.crop-photo {
  width: 100%;
  height: 204px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .crop-photo {
    /* IE10+ CSS styles go here */
    position: relative;
  }
}
.crop-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .crop-photo img {
    /* IE10+ CSS styles go here */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 204px;
  }
}

.content-slider_video {
  position: relative;
}
.content-slider_video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.content-slider_video::after {
  content: "";
  padding-top: 75%;
  display: block;
}

.content-slider_title {
  margin-top: 20px;
  padding-top: 15px;
  position: relative;
  font-size: 18px;
  font-size: 1.125;
  font-weight: 300;
  letter-spacing: 1.2px;
  line-height: 1.66;
}
.content-slider_title:before {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #517422;
  position: absolute;
  left: 0;
  top: 0;
}

.content-section.content-slider {
  position: relative;
}
.content-section.content-slider .swiper-button-next {
  top: 0;
  margin-top: 0;
  right: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content-section.content-slider .swiper-button-prev {
  top: 0;
  margin-top: 0;
  right: 50px;
  left: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content-section.content-slider .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 30px;
}

.content-card {
  width: calc(50% - 45px);
  display: inline-block;
  padding: 35px 30px;
  background-color: #f2f2f2;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.66;
  color: #5d7a34;
  text-decoration: none !important;
  position: relative;
  margin: 0 40px 40px 0;
  box-shadow: 5px 5px 10px #aaaaaa;
}
.content-card:hover {
  color: #9a005d;
}

.content-title.has-logo &gt; div {
  padding-right: 100px;
  position: relative;
}

.new-logo {
  position: absolute;
  right: 30px;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375;
  font-weight: 500;
}
.new-logo::after {
  content: "";
  display: block;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #c1272d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.content-group {
  margin-bottom: 20px;
}

.content-group-title {
  padding: 30px;
  font-size: 24px;
  font-size: 1.5;
  font-weight: 500;
  color: black;
  position: relative;
}

.content-group.accordion {
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 520px) {
  .content-group.accordion {
    margin-bottom: 10px;
  }
}
.content-group.accordion .content-group-title {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 12px;
  background: rgba(252, 196, 116, 0.6666666667);
  padding-right: 70px;
  cursor: pointer;
}
.content-group.accordion .content-group-title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  background-image: url(../images/plus.png);
}
.content-group.accordion .content-group-title img.icon {
  vertical-align: middle;
  height: 2.4em;
  margin-right: 15px;
}
.content-group.accordion .content-group-text {
  border-radius: 0 0 12px 12px;
  background: rgba(235, 235, 235, 0.6666666667);
  position: relative;
  display: none;
}
.content-group.accordion.transparent .content-group-title {
  font-weight: 500;
  padding: 10px 0;
  background: transparent;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
}
.content-group.accordion.transparent .content-group-title:after {
  background-color: transparent;
  background-image: url(../images/plus_thin.png);
  background-size: 25px;
}
.content-group.accordion.transparent .content-group-text {
  background: transparent;
}
.content-group.accordion.transparent .content-group-text-group {
  padding: 8px 0;
}
.content-group.accordion.transparent .content-group-text-group:hover {
  background-color: #E9F4E3;
}
.content-group.accordion.transparent .content-group-text-space {
  font-size: 0.9em;
  padding-left: calc(2.4em + 10px);
}
.content-group.accordion.transparent .content-group-text-space a {
  color: black;
}
.content-group.accordion.transparent .content-group-text-space a:hover {
  text-decoration: none;
}

.content-group.accordion.active .content-group-title {
  border-radius: 12px 12px 0 0;
}
.content-group.accordion.active .content-group-title:after {
  background-image: url(../images/minus.png);
}
.content-group.accordion.active.transparent .content-group-title:after {
  background-image: url(../images/minus_thin.png);
}

.content-group-text {
  padding: 1px 0px;
  background-color: #fff;
}
.content-group-text .reponsive-table table.content-table thead tr th {
  background-color: #f9f9f9;
}
.content-group-text .reponsive-table table.content-table tbody tr td {
  background-color: #fff;
}
.content-group-text .reponsive-table table.content-table tbody tr:nth-child(2n+2) td {
  background-color: #f9f9f9;
}

.content-group-text-space {
  padding: 0 30px;
}

.content-link-block {
  display: flex;
  flex-flow: wrap;
  font-size: 18px;
  font-size: 1.125;
  margin: 35px 0;
}

.content-link-block-time {
  width: 230px;
  font-weight: 500;
}

.content-link-block-text {
  width: calc(100% - 230px);
}

.content-block-table {
  display: table;
  width: 100%;
}

.content-block-row {
  display: table-row;
  width: 100%;
}

.content-block-col {
  width: auto;
  display: inline-block;
  display: table-cell;
  font-size: 18px;
  font-size: 1.125;
  padding: 0;
  padding-top: 30px;
}

.content-group-text-group {
  padding: 30px 0;
}

.content-price-block {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.content-price-block-price {
  width: 400px;
}

.content-price-block-col-2 {
  width: 400px;
}

.content-price-block-col-1-of-2 {
  width: 200px;
}

.content-price-block-text {
  width: calc(100% - 400px);
}

.content-accordion-block-title {
  font-weight: 500;
  position: relative;
  cursor: pointer;
  padding-right: 70px;
}
.content-accordion-block-title::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 50px;
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 35px;
  margin-top: -5px;
  color: #5d7a34;
  transition: 0.3s;
}

.content-accordion-block-text {
  padding-top: 10px;
  display: none;
}

.content-accordion-block.active .content-accordion-block-title::after {
  transform: rotate(180deg);
}

.content-tab {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .content-tab.desktop {
    display: none;
  }
}

.content-tab-select-container::after {
  content: url(../images/arrow-black.svg);
  transform: scale(0.5);
  height: 100%;
  margin-top: 5px;
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
  pointer-events: none;
}

@media only screen and (min-width: 961px) {
  .content-tab.mobile {
    display: none;
  }
}

.content-tab-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

.content-tab-select::-ms-expand {
  display: none;
}

.content-tab-select-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 55px;
  line-height: 3;
  background: #E7DDD4;
  overflow: hidden;
  justify-content: center;
}

.content-tab-select {
  flex: 1;
  padding: 0 20px;
  color: #000;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
}

.content-tab-item {
  flex: 1;
  text-align: center;
  color: #000;
  font-weight: 600;
  padding: 30px 20px;
  background-color: #DEEAF6;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-tab-item.active {
  background-color: #9CC2E5;
}

.content-tab-item.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top-color: #9CC2E5;
}

.reponsive-table {
  width: 100%;
  overflow-x: auto;
}

table.content-table {
  width: 100%;
  border: 1px solid white;
  border-spacing: 0;
}
table.content-table caption {
  color: green;
  padding: 15px;
  font-size: 26px;
  font-size: 1.625;
  font-weight: 500;
  text-align: left;
}
table.content-table tr th {
  vertical-align: middle;
  color: white;
  padding: 30px;
  background-color: #19B168;
  font-size: 24px;
  font-size: 1.5;
  font-weight: 500;
  border: 1px solid white;
}
table.content-table .table-header-1 {
  background-color: #831B51;
}
table.content-table .table-header-2 {
  background-color: #5D0038;
}
table.content-table .table-header-3 {
  background-color: #A43E7D;
}
table.content-table .table-header-4 {
  background-color: #E1C266;
}
table.content-table .table-header-5 {
  background-color: #C38179;
}
table.content-table .table-header-6 {
  background-color: #339966;
}
table.content-table .table-header-7 {
  background-color: #FF9900;
}
table.content-table .table-content-5 {
  background-color: #EBD5D3;
}
table.content-table .table-content-6 {
  background-color: #A2E6C2;
}
table.content-table .table-content-7 {
  background-color: #FCD189;
}
table.content-table tr td {
  background-color: #C4EBD8;
  padding: 20px;
  text-align: left;
  border: 1px solid white;
}

table.content-table.text-left tbody tr td {
  text-align: left;
}

table td {
  font-size: 1.375rem;
}
@media only screen and (max-width: 1024px) {
  table td {
    font-size: 1rem;
  }
}

.reponsive-shadow-table {
  border-radius: 12px;
  width: 100%;
  overflow-x: auto;
  background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, 0.5), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, 0.5), rgba(255, 255, 255, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
  background-attachment: local, local, scroll, scroll;
}

table.col-no-wrap td {
  white-space: nowrap;
}

.responsive-table{
  overflow-x: auto;
}

table.content-table-white {
  width: 100%;
  border: 0;
  border-spacing: 0;
}
table.content-table-white tr th,  table.content-table-white tr.mimic-th td{
  padding: 30px;
  background-color: rgba(252, 196, 116, 0.6666666667);
  color: black;
  font-size: 24px;
  font-size: 1.5;
  font-weight: 500;
  border: 1px solid white;
}
table.content-table-white tr td {
  background-color: rgba(235, 235, 235, 0.6666666667);
  color: black;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid white;
}
table.content-table-white tr td p {
  margin: 0;
  text-align: left;
}

.spot-transport-div table.content-table-white tr td, .intro-p-div table.content-table-white tr td {
  text-align: center;
}
.spot-transport-div table.content-table-white tr td p, .intro-p-div table.content-table-white tr td p {
  text-align: center;
}

.header-tools_item a,
.header-tools_item i {
  color: #605353;
  text-decoration: none;
}

.bottom-menu_row-title a {
  color: #5d7a34;
  text-decoration: none;
}
.bottom-menu_row-title a:link {
  text-decoration: none;
}
.bottom-menu_row-title a:hover {
  text-decoration: underline;
}
.bottom-menu_row-title a:active {
  text-decoration: none;
}

ul.sitemap {
  list-style-type: none;
  margin-left: 0.5cm;
  padding-left: 0;
}
ul.sitemap ul {
  list-style-type: none;
  margin-left: 0.5cm;
  padding-left: 0;
}
ul.sitemap li {
  padding-left: 1.1em;
}

ul.text-justify li {
  text-align: justify;
}

.text-justify {
  text-align: justify;
}

.index-section-bg-grey {
  background-color: #fbfbf3;
}

.index-section-content {
  padding: 60px 60px 40px;
  font-size: 24px;
  font-size: 1.5;
  position: relative;
  color: #333;
}

.index-section-content-white-bg {
  background-color: #fff;
  padding: 60px 60px 40px;
  font-size: 24px;
  font-size: 1.5;
  position: relative;
  color: #333;
}

.margin0auto {
  margin: 0 auto;
}

ul.not-list {
  list-style: none;
  padding-left: 0;
}

.w-100 {
  width: 100%;
}

.small-text p {
  color: #666666;
  font-size: 14px;
  font-size: 0.875;
}

.disclaimer {
  color: #666666;
  font-size: 14px;
  font-size: 0.875;
  font-style: italic;
}

@media only screen and (max-width: 1400px) {
  .content-img {
    width: 320px;
  }

  .content-text {
    width: calc(100% - 320px);
  }

  .content-card {
    width: calc(50% - 25px);
    margin: 0 20px 20px 0;
  }

  .content-title &gt; div {
    width: calc(100% - 320px);
  }
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 30px;
    font-size: 1.875;
  }

  h3 {
    font-size: 22px;
    font-size: 1.375;
  }

  h4 {
    font-size: 20px;
    font-size: 1.25;
  }

  .content-style {
    font-size: 16px;
    font-size: 1;
    font-weight: 300;
  }

  .disclaimer {
    font-size: 12px;
    font-size: 0.75;
  }

  .page-title {
    font-size: 48px;
    font-size: 3;
  }

  .content-title {
    font-size: 27px;
    font-size: 1.6875;
  }
  .content-title &gt; div {
    width: 100%;
  }

  .content-text {
    width: 100%;
    padding-right: 0;
  }

  .content-img {
    width: 100%;
    padding-top: 20px;
    margin: 0;
  }

  .content-slider_title {
    font-size: 22px;
    font-size: 1.375;
  }

  .content-section.content-slider .swiper-button-next {
    display: none;
  }
  .content-section.content-slider .swiper-button-prev {
    display: none;
  }
  .content-section.content-slider .swiper-pagination {
    display: block;
  }

  .new-logo {
    right: 0;
  }

  .content-title.has-logo &gt; div {
    padding-right: 60px;
  }

  .content-card {
    width: 100%;
    padding: 20px 30px 20px 20px;
    margin: 0 0 20px;
  }
  .content-card::after {
    right: 8px;
  }

  .content-section.same-row .content-img_item {
    width: 100%;
    padding: 0;
  }
  .content-section.same-row .content-img {
    width: 20%;
    padding: 0;
  }
  .content-section.same-row .content-text {
    width: 80%;
    padding-right: 35px;
  }

  .content-group-title {
    padding: 20px 30px;
  }

  .content-group.accordion .content-group-title {
    padding-right: 60px;
  }
  .content-group.accordion .content-group-title:after {
    right: 20px;
  }

  .content-link-block-time {
    width: 100%;
    padding-bottom: 10px;
    font-weight: 400;
  }

  .content-block-table {
    display: block;
  }
  .content-block-table .content-block-row {
    margin-top: 35px;
    display: block;
  }

  .content-block-col {
    width: 100%;
    display: block;
    font-size: 18px;
    font-size: 1.125;
    padding: 0 15px;
  }

  .content-link-block {
    padding: 0;
  }

  .content-link-block-text {
    width: 100%;
    padding-left: 0;
  }

  .content-price-block-text {
    width: 100%;
  }

  .content-price-block-price {
    width: 100%;
    padding-top: 20px;
  }

  .content-accordion-block-title {
    padding-right: 40px;
  }
  .content-accordion-block-title::after {
    right: 0;
  }

  table.content-table tbody tr td,
table.content-table-white tbody tr td {
    font-weight: 300;
  }

  .index-section-content {
    padding: 40px 30px 40px 0;
    font-size: 24px;
    font-size: 1.5;
    position: relative;
    color: #333;
  }

  .index-section-content-white-bg {
    background-color: #fff;
    padding: 40px 30px 40px 30px;
    font-size: 24px;
    font-size: 1.5;
    position: relative;
    color: #333;
  }
}
@media only screen and (max-width: 767px) {
  .page-content {
    padding-top: 40px;
  }

  .breadcrumb {
    padding: 15px 0;
    font-size: 13px;
    font-size: 0.8125;
  }

  .breadcrumb-item {
    padding-left: 20px;
  }
  .breadcrumb-item:nth-child(1) {
    padding-right: 0px;
  }
  .breadcrumb-item:nth-child(1n+2) {
    padding-right: 0px;
  }

  .page-title {
    font-size: 32px;
    font-size: 2;
  }

  .page-tab_list {
    font-size: 16px;
    font-size: 1;
  }

  .content-section.same-row .content-text {
    width: 100%;
    padding-right: 15px;
  }

  .content-title.has-logo &gt; div {
    padding-right: 45px;
  }

  .new-logo {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    font-size: 0.625;
  }

  .content-slider_title {
    font-size: 16px;
    font-size: 1;
  }

  .content-group.accordion .content-group-title {
    padding-right: 40px;
  }
  .content-group.accordion .content-group-title::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }

  .content-group-title {
    padding: 15px;
    font-size: 17px;
    font-size: 1.0625;
  }

  .content-group-text-space {
    padding: 0 15px;
  }

  .content-link-block-time {
    padding-bottom: 0;
  }

  .content-link-block * {
    font-size: 0.95em;
  }

  .content-group-text-group {
    padding: 20px 0;
  }

  .content-price-block-price {
    padding-top: 5px;
  }

  .content-accordion-block-title {
    padding-right: 25px;
  }
  .content-accordion-block-title::after {
    font-size: 30px;
    line-height: 20px;
    margin-top: 5px;
  }

  .content-block-table .content-block-row {
    margin-top: 35px;
    display: block;
  }
  .content-block-table .content-block-row:nth-child(1) {
    margin-top: 35px;
    display: block;
  }

  .content-block-col {
    width: 100%;
    padding-left: 0;
    font-size: 0.95em;
  }

  table.content-table thead tr th,
table.content-table-white thead tr th {
    padding: 15px;
    font-size: 17px;
    font-size: 1.0625;
    line-height: 1;
  }
  table.content-table tbody tr td,
table.content-table-white tbody tr td {
    font-size: 16px;
    font-size: 1;
    padding: 10px;
  }

  .index-section-content {
    padding: 20px 30px 20px 0;
    font-size: 16px;
    font-size: 1;
    position: relative;
    color: #333;
  }

  .index-section-content-white-bg {
    background-color: #fff;
    padding: 20px;
    font-size: 16px;
    font-size: 1;
    position: relative;
    color: #333;
  }
}
@media only screen and (max-width: 520px) {
  .page-title {
    font-size: 30px;
    font-size: 1.875;
  }
}
@media only screen and (min-width: 1025px) {
  .content-section.reverse {
    flex-flow: row-reverse;
  }
}</pre></body></html>