/* Text Elements */

h1.hero-heading {
  margin-top: 0;
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 40px;
  font-family: gt super display, Arial, sans-serif;
  line-height: 1.1;
}

h1.form-title {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #000;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 40px;
  font-family: 'Chakra Petch', sans-serif;
  line-height: 1;
}

h1.hero-thanks {
  margin-top: 0;
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 64px;
  font-family: 'Chakra Petch', sans-serif;
  line-height: .9;
}

h2.hero-subheading {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Chakra Petch', sans-serif;
  line-height: 1.4;
}

h3.title-description {
  margin-bottom: 24px;
  font-size: 32px;
  font-family: 'Chakra Petch', sans-serif;
}

h3.characteristic-title {
  margin-bottom: 0;
  color: #000;
  font-size: 26px;
  font-family: gt super display, Arial, sans-serif;
}

h4.characteristics-mini-title {
  font-weight: 600;
  font-size: 16px;
  font-family: gt super display, Arial, sans-serif;
}

h4.neutral-medium-headline {
  margin-top: 16px;
  margin-bottom: 0;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Chakra Petch', sans-serif;
  line-height: 1.4;
}

p.paragraph.paragraph-1 {
  font-family: 'Chakra Petch', sans-serif;
}

p.paragraph.text-paragraph {
  font-family: 'Chakra Petch', sans-serif;
}

p.paragraph span.bold-paragraph {
  color: #000;
  font-weight: 600;
}

span.text-element.characteristics-text {
  color: #000;
  font-size: 15px;
  font-family: gt super display, Arial, sans-serif;
}

span.text-element.rights-reserved-text {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-family: gt super display, Arial, sans-serif;
}

a.link-text.nav-item-dd {
  float: left;
  padding: 14px 8px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: gt super display, Arial, sans-serif;
}

a.link-text.nav-link-logo {
  float: left;
  padding: 14px 8px 14px 0;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 20px;
  font-family: gt super display, Arial, sans-serif;
}

a.link-text.nav-item-dd:hover {
  background-color: transparent;
  color: #ff4a00;
  text-decoration: none;
}

a.link-text.nav-link-logo:hover {
  background-color: transparent;
  text-decoration: none;
}

/* Interaction Elements */

a.link-button.hero-button {
  margin-top: 24px;
  padding: 16px 32px;
  width: 100%;
  background-color: #fff;
  color: #1f2029;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Chakra Petch', sans-serif;
}

a.link-button.hero-button:hover {
  background-color: #ececec;
  color: #1f2029;
}

form.form-container.form-container-content {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 24px 48px;
  max-width: 650px;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

input[type=text].input-1 {
  padding: 16px;
  border-width: 0;
  background-color: rgba(214, 214, 214, .4);
  font-family: 'Chakra Petch', sans-serif;
}

input[type=email].input-email {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: 0;
  padding: 16px;
  width: auto;
  border-width: 0;
  background-color: rgba(214, 214, 214, .4);
  font-family: 'Chakra Petch', sans-serif;
}

textarea.textarea-1 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 16px;
  min-height: 150px;
  border-width: 0;
  background-color: #efefef;
  color: #838381;
  font-family: 'Chakra Petch', sans-serif;
  resize: both;
}

label.label.label-form {
  margin-bottom: 4px;
  color: #000;
  font-size: 14px;
  font-family: 'Chakra Petch', sans-serif;
}

div.responsive-picture.slide-img {
  min-height: 100vh;
  max-width: none;
  width: 100vw;
  height: 100vh;
}

a.glyph.carousel-control.left {
  position: absolute;
  top: 50vh;
  right: auto;
  bottom: auto;
  left: 16px;
  z-index: 99;
  padding: 6px;
  max-width: 100px;
  border-radius: 8px;
  background-color: #000;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  color: #fff;
  text-shadow: none;
  font-size: 24px;
  line-height: 1;
}

a.glyph.carousel-control.right {
  position: absolute;
  top: 50vh;
  right: 16px;
  bottom: auto;
  left: auto;
  z-index: 99;
  display: block;
  padding: 6px;
  min-height: auto;
  max-width: 100px;
  border-radius: 8px;
  background-color: #000;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  color: #fff;
  text-align: right;
  text-shadow: none;
  font-size: 24px;
  line-height: 1;
}

.container-grid.carousel.slide {
  min-height: 100vh;
}

.container-grid.carousel-inner {
  min-height: 100vh;
}

.container-grid.active.carousel-item {
  min-height: 100vh;
}

div.responsive-picture.slide-img > picture {
  height: 100vh;
}

div.responsive-picture.slide-img > picture > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% center;
     object-position: 50% center;
}

.container-grid.holding-container-dd {
  position: relative;
  top: 16px;
  z-index: 100;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  min-height: 0vh;
  max-width: 1024px;
  width: 95%;
}

.container-grid.navwrap-dd {
  position: fixed;
  right: auto;
  left: auto;
  z-index: 10;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-height: 60px;
  max-width: 1024px;
  width: 95%;
  vertical-align: middle;
}

.container-grid.navbar-dd {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  overflow: hidden;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 60px;
  max-width: 1024px;
  width: 99.9%;
  border-radius: 0;
  background-color: #000;
  color: #fff;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid.hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  max-width: 960px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.hero-description {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 100vh;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:    -moz-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:      -o-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:         linear-gradient(0deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.container-description {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
}

.container-grid.section-description {
  padding: 48px 16px;
}

.container-grid.hero-characteristics {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 80vh;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('../images/home-pics/01.jpg');
  background-image:    -moz-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('../images/home-pics/01.jpg');
  background-image:      -o-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('../images/home-pics/01.jpg');
  background-image:         linear-gradient(0deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('../images/home-pics/01.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.section-characteristics {
  padding: 48px 16px;
  background-color: #f3f3f3;
}

.container-grid.container-characteristics {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
}

.container-grid.card-block {
  padding: 16px 0 32px;
}

.container-grid.container-characteristic {
  padding-right: 0;
  padding-left: 0;
}

.container-grid.container-characteristic-desc {
  padding-right: 0;
  padding-left: 0;
}

.container-grid.characteristic-2-columns {
  margin-top: 8px;
  margin-bottom: 8px;
}

.rule.characteristics-rule {
  margin-top: 8px;
  margin-bottom: 8px;
}

.rule.rule-1 hr {
  border-top-width: 2px;
  border-top-color: #000;
}

.rule.rule-1 {
  margin-top: 0;
  margin-bottom: 0;
}

.container-grid.container-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  min-height: auto;
  max-width: 1280px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.footer {
  padding: 24px 16px;
  background-color: #000;
}

.container-grid.hero-galley {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 80vh;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:    -moz-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:      -o-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:         linear-gradient(0deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.hero-near {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 80vh;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:    -moz-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:      -o-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:         linear-gradient(0deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.articles-3-columns {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  width: 100%;

  grid-template-columns: auto;
  grid-template-rows: repeat(3 , auto);
  grid-row-gap: 48px;
  grid-column-gap: 24px;
}

div.responsive-picture.near-picture {
  margin-bottom: 8px;
  max-width: none;
  -webkit-filter: saturate(1) grayscale(0) sepia(0) invert(0) blur(0px) hue-rotate(-12deg);
          filter: saturate(1) grayscale(0) sepia(0) invert(0) blur(0px) hue-rotate(-12deg);
}

.container-grid.article-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: start;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container-grid.near-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 96px 16px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

span.glyph.near-icon {
  color: #ff4a00;
  font-size: 40px;
}

.container-grid.services-3-columns {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  width: 100%;

  grid-template-columns: auto;
  grid-template-rows: repeat(3 , auto);
  grid-row-gap: 48px;
  grid-column-gap: 24px;
}

.container-grid.service-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

div.responsive-picture.about-picture {
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: none;
}

.container-grid.hero-about {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 100vh;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:    -moz-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:      -o-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:         linear-gradient(0deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.hero-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 100vh;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.neutral-form-section-7 {
  padding: 96px 16px;
}

.container-grid.container-form-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -moz-box-sizing: border-box;
       box-sizing: border-box;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.container-form-content-wrapper.margin-top-form {
  margin-top: 24px;
}

.container-grid.container-form-content-wrapper.neutral-margin-top {
  margin-top: 16px;
}

button.form-button {
  margin-top: 24px;
  padding: 16px;
  border-width: 0;
  background-color: #000;
  color: #fff;
  font-family: 'Chakra Petch', sans-serif;
}

.container-grid.picture-container {
  max-width: none;
}

a.responsive-picture.lightbox-image {
  max-width: none;
}

.container-grid.lightbox2-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}

.container-grid.multiple-images {
  display: grid;
  margin-right: auto;
  margin-left: auto;

  grid-row-gap: 16px;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(6 , auto);
}

.html-element.html-element-1 {
  visibility: hidden;
}

.container-grid.hero-thanks {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 100vh;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:    -moz-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:      -o-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:         linear-gradient(0deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

a.responsive-picture.picture-link-1 {
  max-width: 160px;
  border-radius: 4px;
}

button.form-button:hover {
  background-color: #262626;
}

@media screen and (min-width: 28.75rem) {
  /* Interaction Elements */

  a.link-button.hero-button {
    width: auto;
  }

  .container-grid.services-3-columns {
    grid-template-columns: repeat(2 , auto);
  }

  .container-grid.multiple-images {
    grid-template-columns: repeat(2 , auto);
    grid-column-gap: 16px;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 64px;
  }

  h1.hero-thanks {
    font-size: 72px;
  }

  h2.hero-subheading {
    font-size: 32px;
  }

  a.link-text.nav-item-dd {
    padding-right: 16px;
    padding-left: 16px;
  }

  a.link-text.nav-link-logo {
    padding-right: 16px;
    padding-left: 0;
  }

  .container-grid.holding-container-dd {
    top: 16px;
    right: auto;
    left: auto;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    vertical-align: baseline;
  }

  .container-grid.navwrap-dd {
    position: fixed;
    margin-right: auto;
    margin-left: auto;
  }

  .container-grid.hero-description {
    min-height: 80vh;
  }

  .container-grid.articles-3-columns {
    grid-template-columns: repeat(3 , auto);
    grid-template-rows: auto;
  }

  .container-grid.services-3-columns {
    grid-template-columns: repeat(3 , auto);
    grid-template-rows: auto;
  }

  .container-grid.hero-about {
    min-height: 80vh;
  }

  .container-grid.hero-contact {
    min-height: 100vh;
  }

  .container-grid.multiple-images {
    grid-template-columns: repeat(3 , auto);
  }
}

@media screen and (min-width: 62rem) {
  .container-grid.navbar-dd {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
  }

  .container-grid.container-footer-wrapper {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    max-width: 1024px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }
}

@media screen and (min-width: 75rem) {
  /* Text Elements */

  h1.hero-heading {
    font-family: gt super display, Arial, sans-serif;
  }

  h3.characteristic-title {
    color: #000;
    text-transform: none;
    font-family: gt super display, Arial, sans-serif;
  }

  h4.characteristics-mini-title {
    font-family: gt super display, Arial, sans-serif;
  }

  span.text-element.rights-reserved-text {
    text-align: center;
    font-weight: 500;
    font-family: gt super display, Arial, sans-serif;
  }

  span.text-element.characteristics-text {
    font-family: gt super display, Arial, sans-serif;
  }

  a.link-text.nav-link-logo {
    font-weight: 400;
    font-family: gt super display, Arial, sans-serif;
  }

  a.link-text.nav-item-dd {
    font-size: 16px;
    font-family: gt super display, Arial, sans-serif;
  }

  .container-grid.footer {
    background-color: #000;
  }

  .container-grid.container-footer-wrapper {
    -ms-flex-pack: center;
    max-width: 1024px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container-grid.hero-description {
    min-height: 80vh;
  }

  .container-grid.hero-galley {
    min-height: 80vh;
  }

  .container-grid.hero-near {
    min-height: 80vh;
  }

  .container-grid.hero-about {
    min-height: 80vh;
  }

  .container-grid.hero-contact {
    min-height: 100vh;
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container-grid.lightbox2-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
  }

  a.responsive-picture.lightbox-image {
    max-width: none;
  }

  .container-grid.multiple-images {
    display: grid;
  }

  .container-grid.hero-thanks {
    min-height: 100vh;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-image:    -moz-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-image:      -o-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-image:         linear-gradient(0deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-attachment: scroll, scroll;
    background-position: left top, center center;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: repeat, repeat;

    background-blend-mode: normal, normal;
  }

  .container-grid.navbar-dd {
    border-radius: 8px;
  }

  .rule.rule-1 hr {
    border-top-color: #000;
  }
}


/*Custom Fonts Definitions*/

@font-face {
	font-family: gt super display;
	src: url('../custom_fonts/gtsuperdisplay-regular-webfont.eot');
	src: url('../custom_fonts/gtsuperdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),url('../custom_fonts/gtsuperdisplay-regular-webfont.svg') format('svg'),url('../custom_fonts/gtsuperdisplay-regular-webfont.ttf') format('ttf'),url('../custom_fonts/gtsuperdisplay-regular-webfont.woff') format('woff'),url('../custom_fonts/gtsuperdisplay-regular-webfont.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
