body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, 0.56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #2196f3;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  background-color: #fff;
  color: #333;
}

.button.white:hover {
  background-color: hsla(0, 0%, 100%, 0.77);
}

.button.black {
  background-color: #333;
}

.button.black:hover {
  background-color: #000;
}

.button.black.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.small {
  padding: 7px 12px;
  background-color: #2196f3;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.button.small:hover {
  background-color: #1565c0;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #a8a8a8;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #2196f3;
}

.button.tab.w--current:hover {
  background-color: #1565c0;
}

.button.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  color: #fff;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  background-color: #5d5d5d;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
}

.brand-link {
  height: 60px;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  margin-left: 15px;
  color: #fff;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.section.centered {
  text-align: center;
}

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.hero-slider {
  height: 455px;
  background-color: transparent;
}

.slide {
  padding-top: 82px;
  padding-right: 85px;
  padding-left: 85px;
  background-color: #dbdbdb;
}

.slide.two {
  background-color: #dbdbdb;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  background-color: #2196f3;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  display: inline-block;
  margin-top: 0px;
  margin-right: 13px;
}

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

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.fixed-image-section {
  padding: 117px 20px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.hero-section {
  height: 100vh;
  padding-top: 250px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #2196f3;
  border-radius: 4px;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #2196f3;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #1565c0;
  color: #1565c0;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, 0.64);
  color: hsla(0, 0%, 100%, 0.72);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  text-align: center;
}

.main-container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.form-label {
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.section-subheading.center {
  font-size: 20px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  transition: box-shadow 150ms ease;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.round-image {
  margin-bottom: 13px;
  border-radius: 100px;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #2196f3;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer.center {
  text-align: center;
}

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  background-color: #f1f1f1;
}

.footer.centered-accented {
  background-color: #f1f1f1;
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #2196f3;
  text-decoration: none;
}

.link:hover {
  color: #1565c0;
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.sidemenu-link:hover {
  color: #333;
}

.grid-image {
  margin-bottom: 20px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.74);
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.social-footer {
  margin-top: 56px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
}

.rich-text h6 {
  margin-top: 30px;
}

.image-column {
  text-align: center;
}

.content-column {
  padding-top: 42px;
}

.feature-column {
  text-align: center;
}

.waterfall-image-column {
  text-align: center;
}

.section-2 {
  margin-top: 1px;
  padding-top: 174px;
  background-image: url('../images/top-banner1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-2 {
  margin-top: -177px;
}

.image {
  display: block;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  border-bottom: 2px solid #d6b786;
  background-image: linear-gradient(180deg, #14110f, #14110f);
}

.nav-link-2 {
  padding-right: 29px;
  padding-left: 29px;
  color: #fff;
  font-size: 14px;
}

.nav-link-2:hover {
  background-image: linear-gradient(180deg, #d6b786, #d6b786);
}

.text-block {
  color: #fff;
  font-size: 14px;
}

.icon {
  color: #fff;
}

.dropdown-link {
  background-image: linear-gradient(180deg, #d6b786, #d6b786);
}

.dropdown-link:hover {
  color: #fff;
}

.section-3 {
  padding-top: 857px;
}

.container-3 {
  margin-top: -741px;
}

.container-4 {
  margin-top: -701px;
}

.heading {
  cursor: pointer;
}

.paragraph {
  overflow: hidden;
}

.container-5 {
  margin-top: -709px;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  flex: 1;
  text-align: center;
}

.section-4 {
  padding-top: 207px;
}

.div-block {
  display: flex;
  width: auto;
  height: auto;
  max-width: 1200px;
  margin-top: -167px;
  margin-right: 112px;
  margin-left: 112px;
  padding-top: 116px;
  justify-content: flex-start;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.container-6 {
  margin-top: -154px;
  padding-right: 6px;
  padding-left: 6px;
}

.rich-text-block {
  line-height: 16px;
}

.heading-4 {
  font-size: 25px;
  text-align: center;
}

.div-block-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  margin-right: 16px;
  margin-bottom: 9px;
  margin-left: 0px;
  padding: 17px 19px;
  border: 5px solid #000;
  border-radius: 9px;
  background-color: #000;
  background-image: url('../images/social-34-white.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.button-2:hover {
  background-color: #333;
}

.section-5 {
  display: flex;
  padding-top: 69px;
  padding-bottom: 125px;
  justify-content: center;
}

.section-6 {
  padding-left: 11px;
  border-radius: 5px;
}

.section-7 {
  padding-top: 276px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1412px;
  transform: perspective(1490px) translate(0px, 0px);
  transform-style: preserve-3d;
}

.section-7:hover {
  transform: scale3d(1none, 1none, 1none);
}

.container-7 {
  margin-top: -191px;
}

.imagehover {
  mix-blend-mode: normal;
}

.imagehover:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1.1);
}

.column {
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
}

.c2:hover {
  transform: scale(1.1);
}

.image-2 {
  outline-color: #333;
  outline-offset: 0px;
  outline-style: dotted;
  outline-width: 3px;
}

.image-3 {
  outline-color: #333;
  outline-offset: 0px;
  outline-style: dotted;
  outline-width: 3px;
}

.section-8 {
  padding-top: 50px;
  border-bottom: 5px none #df5c0b;
  background-image: url('../images/Denim.webp');
  background-position: 50% 0%;
  background-size: cover;
  text-align: center;
}

.container-8 {
  margin-top: -90px;
}

.column-2 {
  display: flex;
  justify-content: center;
  text-align: center;
}

.link-block {
  padding-right: 13px;
  padding-left: 13px;
}

.link-block-2 {
  padding-right: 12px;
  padding-left: 12px;
}

.link-block-3 {
  padding-right: 12px;
  padding-left: 12px;
}

.column-3 {
  margin-top: 37px;
  text-align: right;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  border-top: 3px solid #f45a1e;
  border-bottom: 3px solid #f45a1e;
  background-color: #25c3dc;
}

.container-9 {
  margin-top: -40px;
}

.image-5 {
  display: none;
}

.nav-link-3 {
  margin-top: 6px;
  border-style: none;
  border-width: 0px;
  border-color: #4ccdcd;
  font-family: Caveat, sans-serif;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.nav-link-3:hover {
  border-style: none;
  border-color: #c93208;
  background-color: #f83600;
}

.nav-link-3.w--current {
  margin-top: 6px;
  background-color: #f83600;
  color: #fff;
}

.link-block-4 {
  padding-right: 13px;
  padding-left: 13px;
}

.link-block-5 {
  padding-right: 13px;
  padding-left: 13px;
}

.link-block-6 {
  padding-right: 13px;
  padding-left: 13px;
}

.section-9 {
  padding-top: 17px;
  padding-bottom: 43px;
}

.container-10 {
  margin-top: -218px;
  padding-bottom: 52px;
  background-image: url('../images/grouppic1.webp');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.section-10 {
  padding-top: 201px;
  background-color: #fff;
}

.container-11 {
  margin-top: 27px;
  padding: 18px;
  border-style: solid;
  border-width: 2px;
  border-color: #f83600;
  background-color: rgba(31, 117, 117, 0.54);
}

.italic-text {
  font-family: Caveat, sans-serif;
  color: #fff;
}

.text-block-2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.italic-text-2 {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.heading-5 {
  font-family: Caveat, sans-serif;
  color: #fff;
}

.italic-text-3 {
  color: #ff3c06;
}

.heading-6 {
  margin-top: 19px;
  font-family: Caveat, sans-serif;
  font-size: 45px;
  text-shadow: 1px 1px 6px #000;
}

.section-11 {
  display: block;
  padding-top: 510px;
  background-image: url('../images/grouppic1.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.body {
  background-image: url('../images/Depositphotos_31327647_S.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.section-12 {
  padding-top: 156px;
  padding-bottom: 43px;
  background-color: #f83600;
}

.button-3 {
  margin-top: 286px;
  margin-bottom: 29px;
  padding-top: 11px;
  text-align: center;
}

.container-12 {
  display: flex;
  margin-top: -162px;
  padding-bottom: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-7 {
  font-family: Caveat, sans-serif;
  color: #fff;
  font-size: 55px;
}

.button-4 {
  padding: 16px 21px;
  border: 1px solid #fff;
  border-radius: 13px;
  background-color: #c93208;
  opacity: 0.68;
  font-family: Caveat, sans-serif;
  font-size: 45px;
  line-height: 35px;
  text-align: center;
}

.button-4:hover {
  background-color: #f83600;
}

.section-13 {
  padding-top: 97px;
  background-image: url('../images/Denim.webp');
  background-position: 50% 0%;
  background-size: cover;
}

.container-13 {
  margin-top: -119px;
}

.heading-8 {
  font-family: Caveat, sans-serif;
  color: #fff;
  font-size: 35px;
}

.text-block-3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #f1f1f1;
  font-size: 25px;
  line-height: 35px;
}

.text-block-4 {
  margin-top: 22px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.link-2 {
  color: #dbdbdb;
}

.link-2:hover {
  color: #ff8361;
}

.body-2 {
  background-image: url('../images/Depositphotos_31327647_S.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.section-14 {
  padding-top: 308px;
  padding-bottom: 36px;
}

.heading-9 {
  margin-top: 23px;
  font-family: Caveat, sans-serif;
  color: #fff;
  font-size: 45px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.body-3 {
  background-image: url('../images/Depositphotos_31327647_S.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.section-15 {
  padding-top: 79px;
}

.section-17 {
  padding-top: 163px;
  padding-bottom: 32px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #ff3b05, #691700);
}

.container-14 {
  margin-top: -124px;
}

.text-block-5 {
  font-family: Caveat, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
}

.text-block-6 {
  margin-top: 29px;
  font-family: Caveat, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}

.section-18 {
  padding-top: 189px;
  padding-bottom: 49px;
  background-color: #fff;
}

.container-15 {
  margin-top: -141px;
}

.text-block-7 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 20px;
}

.bold-text {
  font-size: 30px;
}

.container-16 {
  margin-top: -148px;
}

.section-19 {
  padding-top: 423px;
  background-color: #fff;
}

.bold-text-2 {
  font-size: 30px;
}

.container-20 {
  display: flex;
  margin-top: -300px;
  justify-content: center;
  align-items: center;
}

.text-block-8 {
  margin-top: 21px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.html-embed {
  margin-top: 32px;
}

.slider {
  width: 600px;
  height: 400px;
  background-color: #25c3dc;
}

.slide-2 {
  background-image: url('../images/IMG-0914.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/IMG-9642.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/IMG_0043.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/IMG_0055.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/IMG_2618.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/IMG_2950.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/IMG_5314.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/IMG_9468.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-nav {
  display: none;
}

.slide-10 {
  background-image: url('../images/IMG_0028.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1 {
  background-image: url('../images/IMG_1510.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-2 {
  background-image: url('../images/IMG_2141.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-3 {
  background-image: url('../images/IMG_3283.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-4 {
  background-image: url('../images/IMG_3325.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-5 {
  background-image: url('../images/IMG_6242.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-6 {
  background-image: url('../images/IMG_7452.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-7 {
  background-image: url('../images/IMG_7787.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-8 {
  background-image: url('../images/IMG_9626.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-9 {
  background-image: url('../images/IMG_9687.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-20 {
  padding-top: 143px;
  padding-bottom: 38px;
  background-color: #f83600;
}

.container-21 {
  margin-top: -120px;
}

.heading-10 {
  font-family: Caveat, sans-serif;
  color: #fff;
  font-size: 56px;
  text-align: center;
}

.text-block-9 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #fff;
  font-size: 20px;
}

.slide-1-10 {
  background-image: url('../images/IMG_8144.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-2-2 {
  background-image: url('../images/IMG_6078.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-2-3 {
  background-image: url('../images/IMG_8170.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-2-4 {
  background-image: url('../images/IMG_8181.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-2-5 {
  background-image: url('../images/IMG_8894.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-2-6 {
  background-image: url('../images/IMG_8839.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-2-7 {
  background-image: url('../images/IMG_8885.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-22 {
  margin-top: -398px;
}

.heading-11 {
  font-family: Caveat, sans-serif;
  color: #c93208;
  font-size: 55px;
  line-height: 56px;
  text-align: center;
}

.div-block-3 {
  height: 3px;
  background-image: url('../images/Depositphotos_31327647_S.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.html-embed-2 {
  margin-top: 26px;
}

.bold-text-3 {
  color: #691700;
}

.bold-text-4 {
  color: #691700;
}

.bold-text-5 {
  color: #691700;
}

.bold-text-6 {
  color: #691700;
}

.bold-text-7 {
  color: #691700;
}

.bold-text-8 {
  color: #691700;
}

.bold-text-9 {
  color: #691700;
}

.italic-text-4 {
  color: #ffc107;
}

.section-21 {
  padding-top: 121px;
  padding-bottom: 32px;
}

.container-23 {
  margin-top: -103px;
  padding: 34px 27px;
  border-style: solid;
  border-width: 3px;
  border-color: #f83600;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.24);
}

.heading-12 {
  font-family: Caveat, sans-serif;
  color: #fff;
  font-size: 55px;
  text-align: center;
  text-shadow: 0 8px 12px #000;
}

.text-block-10 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #fff;
  font-size: 20px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(0.6000000000000003, 0.6000000000000003);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(0.01, 0.01);
}

@media screen and (min-width: 1280px) {
  .container-11 {
    max-width: 1125px;
  }

  .container-13 {
    max-width: 1125px;
  }

  .heading-9 {
    text-align: center;
  }

  .section-16 {
    padding-top: 207px;
  }

  .container-15 {
    max-width: 1125px;
  }

  .container-17 {
    max-width: 1125px;
  }

  .container-18 {
    max-width: 1125px;
  }

  .container-19 {
    max-width: 1125px;
  }

  .container-20 {
    max-width: 1125px;
    flex-direction: column;
  }

  .slider {
    height: 450px;
  }

  .container-21 {
    max-width: 1150px;
  }

  .heading-10 {
    max-width: 1150px;
  }

  .container-22 {
    max-width: 1150px;
  }

  .container-23 {
    max-width: 1150px;
  }
}

@media screen and (max-width: 991px) {
  .hamburger-button:hover {
    color: #2196f3;
  }

  .hamburger-button.w--open {
    background-color: #333;
  }

  .hamburger-button.left {
    float: left;
  }

  .hamburger-button.white {
    color: #fff;
  }

  .hero-slider {
    height: 400px;
  }

  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }

  .nav-menu {
    padding: 17px;
    background-color: #333;
  }

  .logo-link {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }

  .content {
    width: 100%;
    height: auto;
  }

  .social-footer {
    margin-top: 0px;
  }

  .content-column {
    padding-top: 0px;
  }

  .section-2 {
    padding-top: 153px;
  }

  .image {
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar {
    position: relative;
  }

  .menu-button {
    color: #fff;
    font-size: 30px;
  }

  .div-block {
    margin-right: 15px;
    margin-left: 15px;
  }

  .icon-2 {
    color: #fff;
    font-size: 37px;
  }

  .image-5 {
    display: none;
  }

  .nav-link-3 {
    margin-top: 0px;
  }

  .menu-button-2 {
    margin-top: 15px;
    text-shadow: 1px 1px 6px #000;
  }

  .menu-button-2.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .container-10 {
    padding-bottom: 347px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .nav-menu-2 {
    background-color: rgba(0, 0, 0, 0.89);
  }

  .section-11 {
    display: block;
    padding-top: 369px;
  }

  .heading-7 {
    text-align: center;
  }

  .container-20 {
    flex-direction: column;
  }

  .slider {
    width: 500px;
    height: 425px;
  }
}

@media screen and (max-width: 767px) {
  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0px;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-slider {
    height: 528px;
  }

  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .cta-heading {
    margin-bottom: 10px;
  }

  .form-wrapper.squeezed {
    padding-right: 9px;
    padding-left: 0px;
  }

  .picture-border {
    margin-bottom: 13px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-fours {
    width: 33.33%;
  }

  .image-column {
    margin-bottom: 10px;
  }

  .content-column {
    margin-bottom: 13px;
    text-align: center;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image {
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .main-content {
    padding: 40px 20px;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .column-3 {
    margin-top: -7px;
    padding-bottom: 14px;
    text-align: center;
  }

  .image-5 {
    display: none;
  }

  .menu-button-2.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .section-9 {
    padding-right: 14px;
    padding-left: 14px;
  }

  .container-10 {
    padding-bottom: 265px;
  }

  .nav-menu-2 {
    background-color: rgba(0, 0, 0, 0.89);
  }

  .italic-text-3 {
    font-size: 35px;
  }

  .section-11 {
    padding-top: 282px;
  }

  .section-12 {
    text-align: center;
  }

  .text-block-3 {
    padding-bottom: 9px;
  }

  .text-block-4 {
    padding-bottom: 40px;
  }

  .heading-9 {
    padding-left: 20px;
    text-align: center;
  }

  .section-18 {
    padding-right: 14px;
    padding-left: 14px;
  }

  .section-20 {
    padding-right: 11px;
    padding-left: 11px;
  }

  .section-21 {
    padding-right: 19px;
    padding-left: 19px;
  }
}

@media screen and (max-width: 479px) {
  .button.tab {
    margin-bottom: 9px;
  }

  .hero-slider {
    height: 550px;
  }

  .slide {
    padding-right: 53px;
    padding-left: 53px;
  }

  .grid-fours {
    width: 50%;
  }

  .section-2 {
    padding-top: 98px;
  }

  .container-2 {
    margin-top: -231px;
  }

  .image {
    display: block;
    margin-top: 137px;
    margin-right: auto;
    margin-left: auto;
  }

  .centered-container {
    text-align: left;
  }

  .heading-2 {
    margin-bottom: 0px;
  }

  .image-4 {
    display: none;
  }

  .image-5 {
    display: block;
    margin-top: 6px;
  }

  .menu-button-2 {
    margin-top: -1px;
  }

  .container-10 {
    display: none;
    padding-bottom: 158px;
    background-position: 50% 100%;
  }

  .container-11 {
    margin-top: 3px;
  }

  .section-11 {
    display: block;
    padding-top: 165px;
  }

  .heading-7 {
    margin-top: 79px;
    font-size: 35px;
    line-height: 25px;
  }

  .button-4 {
    margin-top: 2px;
    margin-bottom: 17px;
    padding: 6px 20px 8px;
    font-size: 30px;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .heading-9 {
    font-size: 45px;
    line-height: 46px;
    text-align: center;
  }

  .text-block-5 {
    font-size: 27px;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .slider {
    width: 300px;
    height: 400px;
  }

  .slide-9 {
    background-position: 50% 0%;
  }

  .slide-nav {
    display: none;
  }

  .container-23 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .heading-12 {
    font-size: 40px;
  }
}

