/* ====================================================================== */

.ot-collapse-btn {
  position: relative;
}
.ot-collapse-btn[aria-expanded="false"] .ot-collapse__icon.ot-collapse--icon-collapsed {
  display: inline-block;
}
.ot-collapse-btn[aria-expanded="false"] .ot-collapse__icon.ot-collapse--icon-show {
  display: none;
}
.ot-collapse-btn[aria-expanded="true"] .ot-collapse__icon.ot-collapse--icon-collapsed {
  display: none;
}
.ot-collapse-btn[aria-expanded="true"] .ot-collapse__icon.ot-collapse--icon-show {
  display: inline-block;
}
.ot-collapse-btn .ot-collapse__icon {
  position: absolute;
  top: auto;
  right: 1.5rem;
}
/* GENERAL */

.ot-timeline {
  position: relative;
  padding-left: 0;
  list-style: none;
  /* TIMELINE ITEM */

  /* END TIMELINE ITEM */

  /* HEADER */

  /* END HEADER */

  /* BODY */

  /* END BODY */

}
.ot-timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
  min-width: 3px;
  content: " ";
}
.ot-timeline > .ot-timeline__item {
  position: relative;
  margin-bottom: 20px;
}
.ot-timeline > .ot-timeline__item::before,
.ot-timeline > .ot-timeline__item::after {
  content: " ";
  display: table;
}
.ot-timeline > .ot-timeline__item::after {
  clear: both;
}
.ot-timeline > .ot-timeline__item > .ot-timeline__badge {
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  z-index: 100;
}
.ot-timeline > .ot-timeline__item > .ot-timeline__badge i {
  vertical-align: text-top;
}
.ot-timeline > .ot-timeline__item > .ot-timeline__panel {
  float: left;
  position: relative;
  padding: 20px;
  max-width: 50%;
}
.ot-timeline > .ot-timeline__item > .ot-timeline__panel::before,
.ot-timeline > .ot-timeline__item > .ot-timeline__panel::after {
  position: absolute;
  display: inline-block;
  content: " ";
}
.ot-timeline > .ot-timeline__item > .ot-timeline__panel::before {
  top: 26px;
  right: -15px;
}
.ot-timeline > .ot-timeline__item > .ot-timeline__panel::after {
  top: 27px;
  right: -14px;
}
.ot-timeline > .ot-timeline__item:not(.ot-timeline--item-inverted) + .ot-timeline-item.timeline--item-inverted,
.ot-timeline > .ot-timeline__item.ot-timeline-item--inverted + .ot-timeline__item:not(.ot-timeline--item-inverted) {
  margin-top: -60px;
}
.ot-timeline > .ot-timeline__item:not(.ot-timeline--item-inverted) {
  padding-right: 90px;
}
.ot-timeline > .ot-timeline__item.ot-timeline--item-inverted {
  padding-left: 90px;
}
.ot-timeline > .ot-timeline__item.ot-timeline--item-inverted > .ot-timeline__panel {
  float: right;
}
.ot-timeline > .ot-timeline__item.ot-timeline--item-inverted > .ot-timeline__panel::before,
.ot-timeline > .ot-timeline__item.ot-timeline--item-inverted > .ot-timeline__panel::after {
  right: auto;
}
.ot-timeline > .ot-timeline__item.ot-timeline--item-inverted > .ot-timeline__panel::before {
  left: -15px;
}
.ot-timeline > .ot-timeline__item.ot-timeline--item-inverted > .ot-timeline__panel::after {
  left: -14px;
}
.ot-timeline .ot-timeline__title {
  margin-top: 0;
}
.ot-timeline .ot-timeline__body > p,
.ot-timeline .ot-timeline__body > ul {
  margin-bottom: 0;
}
.ot-timeline .ot-timeline__body > p + p {
  margin-top: 5px;
}
/* END GENERAL */

:root {
  --swiper-navigation-size: auto;
}
.swiper-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  z-index: 1;
}
.swiper-pagination.rel {
  margin-top: 1rem;
  bottom: 0;
}
/* NUMBER INPUTS */

/* Hide arrows: Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Hide arrows: Firefox */

input[type=number] {
  -moz-appearance: textfield;
}
/* END NUMBER INPUTS */

/* GENERAL */

.ot-banner {
  position: relative;
  padding: 10px;
}
.ot-banner .ot-banner__link {
  position: relative;
  display: block;
}
@media only screen and (max-width: 467px), only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-banner .summary-badge {
    font-size: 0.75em;
  }
}
.ot-banner .summary-badge + .ot-banner__img-caption {
  left: 165px;
}
@media only screen and (max-width: 467px), only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-banner .summary-badge + .ot-banner__img-caption {
    left: 65px;
  }
}
.ot-banner .ot-banner__img-caption {
  position: absolute;
  top: 15px;
  left: 15px;
}
/* END GENERAL */

.ot-dropdown--cms {
  position: fixed;
  top: 1rem;
  right: 0;
  margin-right: -12.5rem;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 9999;
}
.ot-dropdown--cms:hover {
  margin-right: 0;
}
.ot-dropdown--cms .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ot-dropdown--cms .dropdown-toggle[aria-expanded="true"] {
  border-bottom-left-radius: 0;
}
.ot-dropdown--cms .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 4px;
}
.ot-dropdown--cms .dropdown-menu .dropdown-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
/* ====================================================================== */

.ot-collapse-btn {
  border-bottom: 1px solid #e8cf71;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ot-collapse-btn:focus,
.ot-collapse-btn:hover {
  border-bottom: 1px solid #e1c045;
}
/* GENERAL */

.ot-timeline--default::before {
  background-color: #e6e6e6;
}
.ot-timeline--default > .ot-timeline__item > .ot-timeline__badge {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ot-timeline--default > .ot-timeline__item > .ot-timeline__panel {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.ot-timeline--default > .ot-timeline__item > .ot-timeline__panel::before {
  /*.Arrow */
  border-top: 15px solid transparent;
  border-right: 0px solid #e6e6e6;
  /* Outisde (inverted) */
  border-left: 15px solid #e6e6e6;
  /* Outside */
  border-bottom: 15px solid transparent;
}
.ot-timeline--default > .ot-timeline__item > .ot-timeline__panel::after {
  /*.Arrow */
  border-top: 14px solid transparent;
  border-right: 0px solid white;
  /* Inside (inverted) */
  border-left: 14px solid white;
  /*.Inside */
  border-bottom: 14px solid transparent;
}
.ot-timeline--default > .ot-timeline__item.ot-timeline--item-inverted > .ot-timeline__panel::before,
.ot-timeline--default > .ot-timeline__item.ot-timeline--item-inverted > .ot-timeline__panel::after {
  border-left-width: 0;
}
.ot-timeline--default > .ot-timeline__item.ot-timeline--item-inverted > .ot-timeline__panel::before {
  border-right-width: 15px;
}
.ot-timeline--default > .ot-timeline__item.ot-timeline--item-inverted > .ot-timeline__panel::after {
  border-right-width: 14px;
}
.ot-timeline--default .ot-timeline__title {
  color: inherit;
}
/* END GENERAL */

.swiper-arrow {
  color: #e8cf71;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.swiper-arrow:hover {
  color: #e1c045;
  background: #441b00;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  background: #e1c045;
  opacity: 1;
  filter: alpha(opacity=100);
}
.swiper-pagination-bullet-active {
  background: #e8cf71;
}
.swiper-slide-thumb {
  border: 1px solid #dddddd;
}
.swiper-slide-thumb.swiper-slide-thumb-active {
  border: 2px solid #441b00;
}
/* GENERAL */

.ot-banner {
  position: relative;
  border-radius: 5px;
  background: white;
}
.ot-banner--hover-zoom {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ot-banner--hover-zoom:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
/* END GENERAL */

/* CAPTION */

.ot-banner__img-caption {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.ot-banner__img-caption .ot-banner__img-caption-title {
  color: white;
}
/* END CAPTION */

.ot-text-primary {
  color: #b1822c !important;
}
.ot-bg-primary {
  color: white;
  background-color: #b1822c !important;
}
.ot-border-primary {
  border-color: #b1822c !important;
}
.ot-badge-primary {
  color: white;
  background-color: #b1822c !important;
}
.ot-text-primary--dark {
  color: #886422 !important;
}
.ot-bg-primary--dark {
  color: white;
  background-color: #886422 !important;
}
.ot-border-primary--dark {
  border-color: #886422 !important;
}
.ot-badge-primary--dark {
  color: white;
  background-color: #886422 !important;
}
.ot-text-primary--darker {
  color: #5f4618 !important;
}
.ot-bg-primary--darker {
  color: white;
  background-color: #5f4618 !important;
}
.ot-border-primary--darker {
  border-color: #5f4618 !important;
}
.ot-badge-primary--darker {
  color: white;
  background-color: #5f4618 !important;
}
.ot-text-secondary {
  color: #e8cf71 !important;
}
.ot-bg-secondary {
  color: white;
  background-color: #e8cf71 !important;
}
.ot-border-secondary {
  border-color: #e8cf71 !important;
}
.ot-badge-secondary {
  color: white;
  background-color: #e8cf71 !important;
}
.ot-text-secondary--dark {
  color: #e1c045 !important;
}
.ot-bg-secondary--dark {
  color: white;
  background-color: #e1c045 !important;
}
.ot-border-secondary--dark {
  border-color: #e1c045 !important;
}
.ot-badge-secondary--dark {
  color: white;
  background-color: #e1c045 !important;
}
.ot-text-secondary--darker {
  color: #d1ac22 !important;
}
.ot-bg-secondary--darker {
  color: white;
  background-color: #d1ac22 !important;
}
.ot-border-secondary--darker {
  border-color: #d1ac22 !important;
}
.ot-badge-secondary--darker {
  color: white;
  background-color: #d1ac22 !important;
}
.ot-text-dark {
  color: #441b00 !important;
}
.ot-bg-dark {
  color: white;
  background-color: #441b00 !important;
}
.ot-border-dark {
  border-color: #441b00 !important;
}
.ot-badge-dark {
  color: white;
  background-color: #441b00 !important;
}
.ot-text-darker {
  color: #2b1100 !important;
}
.ot-bg-darker {
  color: white;
  background-color: #2b1100 !important;
}
.ot-border-darker {
  border-color: #2b1100 !important;
}
.ot-badge-darker {
  color: white;
  background-color: #2b1100 !important;
}
.ot-text-darkest {
  color: #110700 !important;
}
.ot-bg-darkest {
  color: white;
  background-color: #110700 !important;
}
.ot-border-darkest {
  border-color: #110700 !important;
}
.ot-badge-darkest {
  color: white;
  background-color: #110700 !important;
}
.ot-text-light {
  color: #efe9d4 !important;
}
.ot-bg-light {
  color: black;
  background-color: #efe9d4 !important;
}
.ot-border-light {
  border-color: #efe9d4 !important;
}
.ot-badge-light {
  color: black;
  background-color: #efe9d4 !important;
}
.ot-text-lighter {
  color: #f6f3e7 !important;
}
.ot-bg-lighter {
  color: black;
  background-color: #f6f3e7 !important;
}
.ot-border-lighter {
  border-color: #f6f3e7 !important;
}
.ot-badge-lighter {
  color: black;
  background-color: #f6f3e7 !important;
}
.ot-text-lightest {
  color: #fdfcf9 !important;
}
.ot-bg-lightest {
  color: black;
  background-color: #fdfcf9 !important;
}
.ot-border-lightest {
  border-color: #fdfcf9 !important;
}
.ot-badge-lightest {
  color: black;
  background-color: #fdfcf9 !important;
}
.ot-text-danger {
  color: #e74c3c !important;
}
.ot-bg-danger {
  color: white;
  background-color: #e74c3c !important;
}
.ot-border-danger {
  border-color: #e74c3c !important;
}
.ot-badge-danger {
  color: white;
  background-color: #e74c3c !important;
}
.ot-text-danger--dark {
  color: #d62c1a !important;
}
.ot-bg-danger--dark {
  color: white;
  background-color: #d62c1a !important;
}
.ot-border-danger--dark {
  border-color: #d62c1a !important;
}
.ot-badge-danger--dark {
  color: white;
  background-color: #d62c1a !important;
}
.ot-text-danger--darkest {
  color: #a82315 !important;
}
.ot-bg-danger--darkest {
  color: white;
  background-color: #a82315 !important;
}
.ot-border-danger--darkest {
  border-color: #a82315 !important;
}
.ot-badge-danger--darkest {
  color: white;
  background-color: #a82315 !important;
}
.ot-text-warning {
  color: #e67e22 !important;
}
.ot-bg-warning {
  color: white;
  background-color: #e67e22 !important;
}
.ot-border-warning {
  border-color: #e67e22 !important;
}
.ot-badge-warning {
  color: white;
  background-color: #e67e22 !important;
}
.ot-text-warning--dark {
  color: #bf6516 !important;
}
.ot-bg-warning--dark {
  color: white;
  background-color: #bf6516 !important;
}
.ot-border-warning--dark {
  border-color: #bf6516 !important;
}
.ot-badge-warning--dark {
  color: white;
  background-color: #bf6516 !important;
}
.ot-text-warning--darkest {
  color: #924d10 !important;
}
.ot-bg-warning--darkest {
  color: white;
  background-color: #924d10 !important;
}
.ot-border-warning--darkest {
  border-color: #924d10 !important;
}
.ot-badge-warning--darkest {
  color: white;
  background-color: #924d10 !important;
}
.ot-text-success {
  color: #00a000 !important;
}
.ot-bg-success {
  color: white;
  background-color: #00a000 !important;
}
.ot-border-success {
  border-color: #00a000 !important;
}
.ot-badge-success {
  color: white;
  background-color: #00a000 !important;
}
.ot-text-success--dark {
  color: #006d00 !important;
}
.ot-bg-success--dark {
  color: white;
  background-color: #006d00 !important;
}
.ot-border-success--dark {
  border-color: #006d00 !important;
}
.ot-badge-success--dark {
  color: white;
  background-color: #006d00 !important;
}
.ot-text-success--darkest {
  color: #003a00 !important;
}
.ot-bg-success--darkest {
  color: white;
  background-color: #003a00 !important;
}
.ot-border-success--darkest {
  border-color: #003a00 !important;
}
.ot-badge-success--darkest {
  color: white;
  background-color: #003a00 !important;
}
.ot-text-info {
  color: #3498db !important;
}
.ot-bg-info {
  color: white;
  background-color: #3498db !important;
}
.ot-border-info {
  border-color: #3498db !important;
}
.ot-badge-info {
  color: white;
  background-color: #3498db !important;
}
.ot-text-info--dark {
  color: #217dbb !important;
}
.ot-bg-info--dark {
  color: white;
  background-color: #217dbb !important;
}
.ot-border-info--dark {
  border-color: #217dbb !important;
}
.ot-badge-info--dark {
  color: white;
  background-color: #217dbb !important;
}
.ot-text-info--darkest {
  color: #196090 !important;
}
.ot-bg-info--darkest {
  color: white;
  background-color: #196090 !important;
}
.ot-border-info--darkest {
  border-color: #196090 !important;
}
.ot-badge-info--darkest {
  color: white;
  background-color: #196090 !important;
}
.ot-text-white {
  color: white !important;
}
.ot-bg-white {
  color: black;
  background-color: white !important;
}
.ot-border-white {
  border-color: white !important;
}
.ot-badge-white {
  color: black;
  background-color: white !important;
}
.ot-text-black {
  color: black !important;
}
.ot-bg-black {
  color: white;
  background-color: black !important;
}
.ot-border-black {
  border-color: black !important;
}
.ot-badge-black {
  color: white;
  background-color: black !important;
}
.ot-text-gray--10 {
  color: #e6e6e6 !important;
}
.ot-bg-gray--10 {
  color: white;
  background-color: #e6e6e6 !important;
}
.ot-border-gray--10 {
  border-color: #e6e6e6 !important;
}
.ot-badge-gray--10 {
  color: white;
  background-color: #e6e6e6 !important;
}
.ot-text-gray--20 {
  color: #cccccc !important;
}
.ot-bg-gray--20 {
  color: white;
  background-color: #cccccc !important;
}
.ot-border-gray--20 {
  border-color: #cccccc !important;
}
.ot-badge-gray--20 {
  color: white;
  background-color: #cccccc !important;
}
.ot-text-gray--30 {
  color: #b2b2b2 !important;
}
.ot-bg-gray--30 {
  color: white;
  background-color: #b2b2b2 !important;
}
.ot-border-gray--30 {
  border-color: #b2b2b2 !important;
}
.ot-badge-gray--30 {
  color: white;
  background-color: #b2b2b2 !important;
}
.ot-text-gray--40 {
  color: #999999 !important;
}
.ot-bg-gray--40 {
  color: white;
  background-color: #999999 !important;
}
.ot-border-gray--40 {
  border-color: #999999 !important;
}
.ot-badge-gray--40 {
  color: white;
  background-color: #999999 !important;
}
.ot-text-gray--50 {
  color: gray !important;
}
.ot-bg-gray--50 {
  color: white;
  background-color: gray !important;
}
.ot-border-gray--50 {
  border-color: gray !important;
}
.ot-badge-gray--50 {
  color: white;
  background-color: gray !important;
}
.ot-text-gray--60 {
  color: #666666 !important;
}
.ot-bg-gray--60 {
  color: white;
  background-color: #666666 !important;
}
.ot-border-gray--60 {
  border-color: #666666 !important;
}
.ot-badge-gray--60 {
  color: white;
  background-color: #666666 !important;
}
.ot-text-gray--70 {
  color: #4d4d4d !important;
}
.ot-bg-gray--70 {
  color: white;
  background-color: #4d4d4d !important;
}
.ot-border-gray--70 {
  border-color: #4d4d4d !important;
}
.ot-badge-gray--70 {
  color: white;
  background-color: #4d4d4d !important;
}
.ot-text-gray--80 {
  color: #333333 !important;
}
.ot-bg-gray--80 {
  color: white;
  background-color: #333333 !important;
}
.ot-border-gray--80 {
  border-color: #333333 !important;
}
.ot-badge-gray--80 {
  color: white;
  background-color: #333333 !important;
}
.ot-text-gray--90 {
  color: #191919 !important;
}
.ot-bg-gray--90 {
  color: white;
  background-color: #191919 !important;
}
.ot-border-gray--90 {
  border-color: #191919 !important;
}
.ot-badge-gray--90 {
  color: white;
  background-color: #191919 !important;
}
/* ====================================================================== */

/* GENERAL */

.ot-timeline .ot-timeline__summary {
  font-style: italic;
}
/* END GENERAL */

.swiper-arrow::after {
  font-size: 24px;
}
