@charset "UTF-8";

.columns {
  -moz-columns: 30ch 2;
  columns: 30ch 2;
}

.font-display {
  font-family: Montserrat, serif;
}

.editor h2,
.editor h3,
.editor h4,
.editor p,
.editor li {
  max-width: 800px;
}

.editor p {
  margin-bottom: 1rem;
}

.editor a {
  color: #eba947;
}

.editor h2,
.editor h3,
.editor h4 {
  font-weight: bold;
}

.editor h2 {
  margin: 2.5rem 0 1.5rem;
  font-size: 2.5rem;
  color: #555555;
}

.editor h3 {
  margin: 2rem 0 1rem;
  font-size: 1.4rem;
  color: #555555;
}

.editor h4 {
  margin: 1.5rem 0 1rem;
  font-size: 1.2rem;
  color: #555555;
}

.editor ul {
  margin: 2.5rem 0 1rem;
}

.editor ul li {
  display: flex;
  margin-bottom: 0.5rem;
  line-height: 1.8;
}

.editor ul li::before {
  content: "\2022";
  flex-shrink: 0;
  font-size: 3rem;
  margin-right: 1rem;
  color: #555555;
  line-height: 0.8;
}

a.theme {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #283548;
}

a.theme svg {
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 1rem;
  transition: all 0.3s ease-out;
}

a.theme:hover svg {
  -webkit-animation: 1s ease infinite alternate shake;
  animation: 1s ease infinite alternate shake;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-md {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 3.75rem;
}

.text-8xl {
  font-size: 6rem;
}

@media (min-width: 576px) {
  .sm\:text-xs {
    font-size: 0.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
  }

  .sm\:text-md {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
  }

  .sm\:text-8xl {
    font-size: 6rem;
  }
}

@media (min-width: 768px) {
  .md\:text-xs {
    font-size: 0.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
  }

  .md\:text-md {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
  }

  .md\:text-8xl {
    font-size: 6rem;
  }
}

@media (min-width: 992px) {
  .lg\:text-xs {
    font-size: 0.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
  }

  .lg\:text-md {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
  }

  .lg\:text-8xl {
    font-size: 6rem;
  }
}

@media (min-width: 1200px) {
  .xl\:text-xs {
    font-size: 0.75rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
  }

  .xl\:text-md {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
  }

  .xl\:text-8xl {
    font-size: 6rem;
  }
}

@media (min-width: 1400px) {
  .xxl\:text-xs {
    font-size: 0.75rem;
  }

  .xxl\:text-sm {
    font-size: 0.875rem;
  }

  .xxl\:text-md {
    font-size: 1rem;
  }

  .xxl\:text-lg {
    font-size: 1.125rem;
  }

  .xxl\:text-xl {
    font-size: 1.25rem;
  }

  .xxl\:text-2xl {
    font-size: 1.5rem;
  }

  .xxl\:text-3xl {
    font-size: 1.875rem;
  }

  .xxl\:text-4xl {
    font-size: 2.25rem;
  }

  .xxl\:text-5xl {
    font-size: 3rem;
  }

  .xxl\:text-6xl {
    font-size: 3.75rem;
  }

  .xxl\:text-8xl {
    font-size: 6rem;
  }
}

.font-light {
  font-weight: 200;
}

.font-bold {
  font-weight: 700;
}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

.accordion-header {
  border-top: 1px solid #e6e6e6;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #283548;
}

.btn {
  padding: 0.5rem 0.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  font-weight: 300;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .btn {
    padding: 0.8rem 1.5rem;
  }
}

.btn.btn-sm {
  padding: 0.3rem 0.5rem;
}

.btn-secondary {
  background-color: #eba947;
  color: white;
}

.btn-secondary:hover {
  background-color: #e6941a;
}

.btn-o-secondary {
  border: 1px solid #eba947;
  color: #eba947;
}

.btn-o-secondary:hover {
  background-color: #eba947;
  color: white;
}

.hero img {
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 15rem;
}

.hero .slide-text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero .text-line-1,
.hero .text-line-2,
.hero .text-line-3,
.hero a {
  opacity: 0;
  transition: all 0.8s ease-out;
}

.hero .text-line-1 {
  transform: translateX(10rem);
}

.hero .text-line-2 {
  transform: scale(0.9);
}

.hero .text-line-3 {
  transform: translateX(-10rem);
}

.hero .tns-slide-active .text-line-1,
.hero .tns-slide-active .text-line-2,
.hero .tns-slide-active .text-line-3,
.hero .tns-slide-active a {
  opacity: 1;
}

.hero .tns-slide-active .text-line-1 {
  transition-delay: 0.2s;
  transform: translateX(0);
}

.hero .tns-slide-active .text-line-2 {
  transition-delay: 0.4s;
  transform: scale(1);
}

.hero .tns-slide-active .text-line-3 {
  transition-delay: 0.6s;
  transform: translateX(0);
}

.hero .hero-slider-controls button {
  top: 50%;
  transform: translateY(-50%);
}

.hero .hero-slider-controls button:first-child {
  left: 5rem;
}

.hero .hero-slider-controls button:last-child {
  right: 5rem;
}

.hero .hero-slider-nav {
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
}

.hero .hero-slider-nav button:hover {
  opacity: 1;
}

#hero-nav-dropdown {
  background: white;
}

.product-card {
  background: white;
}

.product-card .product-card-image {
  overflow: hidden;
}

.product-card .product-card-image img {
  display: block;
  transition: transform 0.4s ease-out;
}

.product-card:hover .product-card-image img {
  transform: scale(1.1);
}

.article img {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}

.article h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.article:hover h2 {
  color: #283548;
}

.form-group label {
  color: #283548;
}

.form-group input,
.form-group select,
.form-group textarea {
  display: block;
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  width: 100%;
  max-width: 30rem;
}

.has-icon {
  position: relative;
}

.has-icon .icon {
  position: absolute;
}

.has-icon.icon-right .icon {
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.header {
  color: #283548;
}

@media (max-width: 991px) {
  .header nav:not(.show) {
    display: none;
  }

  .header nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: white;
  }
}

@media (min-width: 992px) {

  .header .dropdown,
  .header .dropright {
    width: 12rem;
  }
}

.header .dropdown {
  top: 100%;
  left: 0;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  border-radius: 0 0 0.5rem 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.header .dropright {
  top: 0;
  left: 100%;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  border-radius: 0 0 0.5rem 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.header__searchform {
  top: 100%;
  left: 0;
  right: 0;
}

@media (min-width: 992px) {
  .header__searchform {
    left: 3rem;
    right: 3rem;
  }
}

.header__searchform input:focus {
  outline: none;
}

.header__searchform:focus-within {
  box-shadow: 0 1rem 1rem rgba(40, 53, 72, 0.2);
}

.newsletter {
  background: #eee;
  padding: 2rem 0;
}

@media (max-width: 767px) {
  .newsletter {
    text-align: center;
  }
}

.newsletter .grid {
  display: grid;
  gap: 1rem;
  align-items: center;
}

@media (min-width: 768px) {
  .newsletter .grid {
    grid-template-columns: 1fr 1fr;
  }
}

.newsletter p {
  margin-bottom: 0;
}

.newsletter form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.newsletter input {
  border: 2px solid #ddd;
  font-size: 1.2rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .newsletter input {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .newsletter input {
    margin-bottom: 0;
  }
}

.newsletter button {
  background: #283548;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
}

.image-area {
  position: relative;
}

.image-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}

@media (min-width: 992px) {
  .image-area::before {
    display: none;
  }
}

.drift-zoom-pane {
  border: 1px solid #e6e6e6;
}

.showcase-images-nav img {
  width: 5rem;
  height: 5rem;
  border: 1px solid #e6e6e6;
  margin-right: 4px;
}

.showcase-images-nav .active img {
  border: 1px solid #eba947;
}

.sm-simple {
  background: transparent;
  box-shadow: 0 0.5rem 0.2rem rgba(0, 0, 0, 0.05);
}

.sm-simple>li {
  background: white;
}

.sm-simple a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sm-simple a {
  padding: 13px 20px;
}

.sm-simple a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active {
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple a.current {
  background: #555555;
  color: #fff;
}

.sm-simple a.disabled {
  color: #cccccc;
}

.sm-simple a .sub-arrow {
  margin-left: 1rem;
  right: 4px;
  width: 17px;
  height: 17px;
  overflow: hidden;
  font: bold 13px/17px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}

.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-simple>li:first-child {
  border-top: 0;
}

.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}

.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (max-width: 768px) {
  .sm-simple .sub-arrow::before {
    content: "+";
  }

  .sm-simple.highlighted .sub-arrow::before {
    content: "-";
  }
}

@media (min-width: 768px) {

  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple {
    box-shadow: none;
  }

  .sm-simple ul {
    position: absolute;
    width: 12em;
  }

  .sm-simple li {
    float: left;
    background: transparent;
  }

  .sm-simple a {
    white-space: nowrap;
  }

  .sm-simple ul a {
    white-space: normal;
  }

  .sm-simple .sm-nowrap>li>a,
  .sm-simple .sm-nowrap>li> :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-simple {
    background: transparent;
  }

  .sm-simple a {
    display: flex;
    align-items: center;
    padding: 1rem 20px;
  }

  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active,
  .sm-simple a.highlighted {
    background: transparent;
  }

  .sm-simple a.current {
    background: #555555;
    color: #283548;
  }

  .sm-simple a.disabled {
    background: white;
    color: #cccccc;
  }

  .sm-simple a .sub-arrow {
    width: 12px;
    height: 12px;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
  }

  .sm-simple a.highlighted .sub-arrow::before {
    content: "";
  }

  .sm-simple>li {
    border-top: 0;
  }

  .sm-simple ul {
    background: white;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }

  .sm-simple ul a {
    border: 0;
    border-left: 0 !important;
    color: #555;
    text-transform: none;
  }

  .sm-simple ul a:hover,
  .sm-simple ul a:focus,
  .sm-simple ul a:active,
  .sm-simple ul a.highlighted {
    color: #283548;
    background: #eba947;
  }

  .sm-simple ul a.has-submenu {
    padding-right: 8px;
    justify-content: space-between;
  }

  .sm-simple ul a .sub-arrow {
    width: 12px;
    height: 12px;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
  }

  .sm-simple ul>li {
    border-left: 0;
    border-top: 0;
    float: none;
  }

  .sm-simple ul>li:first-child {
    border-top: 0;
  }

  .sm-simple .scroll-up,
  .sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }

  .sm-simple .scroll-up-arrow,
  .sm-simple .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #333 transparent;
  }

  .sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #333 transparent transparent transparent;
  }
}

.scroll .sm-simple a,
.scroll .sm-simple a:hover,
.scroll .sm-simple a:focus,
.scroll .sm-simple a:active,
.scroll .sm-simple a.highlighted {
  color: #333;
}

@media (max-width: 991px) {
  #main-nav {
    overflow-y: scroll;
  }
}