body {
  background-color: #333;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 135%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Domine, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}

h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Domine, sans-serif;
  font-size: 27px;
  line-height: 135%;
  font-weight: 700;
}

h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Domine, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Domine, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

h5 {
  margin-bottom: 20px;
  font-family: Domine, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Domine, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 160%;
  font-weight: 300;
}

a {
  color: #24a7ff;
  text-decoration: underline;
}

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

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
}

li {
  font-weight: 300;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-bottom: 20px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: Domine, sans-serif;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 8px;
  color: #aaa;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ddd;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  box-shadow: 0 0 0 1px #333;
}

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

.navigation-link {
  margin-left: 25px;
  padding: 15px 0px;
  color: #aaa;
  font-size: 14px;
  text-decoration: none;
}

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

.navigation-link.w--current {
  color: #333;
}

.navigation-bar {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #333;
}

.navigation-menu {
  float: left;
}

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

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

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

.header-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #000;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-button:hover {
  opacity: 0.7;
}

.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 {
  width: 19px;
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.footer-link {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #969696;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #ebebeb;
}

.footer-link.w--current {
  color: #ebebeb;
}

.footer-link.float-right {
  margin-right: 0px;
  float: right;
}

.site-name {
  display: block;
  margin-top: 16px;
  margin-right: 16px;
  font-family: Domine, sans-serif;
  color: #ebebeb;
  font-size: 25px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.site-name.w--current {
  font-family: 'PT Serif', serif;
  font-weight: 700;
}

.post-wrapper {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fff;
}

.post-summary {
  display: block;
  margin-bottom: 14px;
  line-height: 144%;
}

.post-info {
  display: inline-block;
  margin-right: 8px;
  color: #969696;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-info.when-link {
  text-decoration: none;
}

.post-info.when-link:hover {
  color: #333;
}

.blog-title-link {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #333;
  text-decoration: none;
}

.blog-title-link:hover {
  opacity: 0.61;
}

.body-copy p {
  font-size: 14px;
  font-weight: 400;
}

.body-copy img {
  border-radius: 3px;
}

.body-copy a {
  text-decoration: none;
}

.body-copy a:hover {
  text-decoration: underline;
}

.body-copy li {
  margin-bottom: 3px;
}

.body-copy blockquote {
  margin-left: -23px;
  padding-left: 18px;
  border-left-width: 4px;
  border-left-color: #333;
  font-size: 12px;
}

.body-copy figure {
  margin-bottom: 20px;
}

.success-message {
  padding-top: 49px;
  padding-bottom: 49px;
  border-radius: 3px;
  background-color: #f0f0f0;
}

.success-text {
  margin-bottom: 0px;
  font-size: 17px;
}

.text-field {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

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

.button-wrapper {
  margin-top: 60px;
  color: green;
  text-align: center;
}

.content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  border: 1px solid #000;
  background-color: #fff;
}

.blog-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 29px;
  line-height: 33px;
}

.white-wrapper {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ddd;
}

.circle-profile {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  border-radius: 500px;
}

.section-header {
  margin: 0px 7% 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fff;
  font-size: 29px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.site-description {
  display: block;
  margin-bottom: 20px;
  color: #9b9b9b;
  font-size: 16px;
}

.footer {
  padding-top: 37px;
  padding-bottom: 37px;
  background-color: #333;
}

.button-round {
  padding: 5px 12px;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #333;
  font-size: 14px;
  font-weight: 300;
}

.button-round:hover {
  border-color: #333;
  color: #333;
}

.post-info-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
}

.sidebar-copy h1 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 125%;
}

.sidebar-copy p {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
}

.sidebar-copy h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 125%;
}

.sidebar-copy h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 125%;
}

.nav-link {
  display: inline-block;
  padding-right: 11px;
  padding-left: 11px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Domine, sans-serif;
  color: #969696;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ebebeb;
}

.nav-link.w--current {
  color: #ebebeb;
}

.nav-link.blog-name {
  margin-right: 25px;
  color: #ebebeb;
  font-size: 25px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 1px;
}

.content-column {
  padding-right: 22px;
}

.blog-body-wrapper {
  margin-right: 7%;
  margin-left: 7%;
}

.footer-text {
  display: inline-block;
  margin-right: 22px;
  color: #969696;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.post-title-section {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  padding-bottom: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-areas: "Area-4 Area"
    "Area-4 Area-3";
  -ms-grid-columns: 0.25fr 16px 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #dadada;
  text-align: center;
}

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

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.text-block-2 {
  border: 1px solid #bec3c7;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading {
  border-bottom: 1px solid #bec3c7;
  font-size: 25px;
  text-align: left;
}

.text-block-3 {
  font-family: Domine, sans-serif;
}

.dropdown-toggle {
  color: #969696;
}

.column {
  border-radius: 0px;
}

.div-block-2 {
  border: 0px solid #000;
  border-radius: 0px;
}

.dropdown-toggle-2 {
  position: relative;
  border: 1px solid #000;
  text-align: center;
  -webkit-column-count: auto;
  column-count: auto;
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1124px;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
}

.centered-container.horizontal-flex {
  max-width: 1280px;
  min-height: 350px;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.team-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-weight: 400;
  text-align: left;
}

.team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.team-block {
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.team-image {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-content {
  margin-top: 10px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.member-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.team-paragraph {
  max-width: 300px;
  text-align: center;
}

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

.team-image-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.member-title {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.slide-nav {
  margin-top: 0px;
  padding-top: 20px;
  font-size: 12px;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide {
  top: auto;
  bottom: auto;
  overflow: visible;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #bec3c7;
  text-align: center;
}

.heading-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph {
  font-weight: 400;
}

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

.paragraph-2 {
  font-size: 14px;
  font-weight: 400;
}

.paragraph-3 {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 20px;
  border-top: 1px solid #bec3c7;
  font-weight: 400;
}

.block-quote {
  font-size: 14px;
}

.text-span {
  font-size: 14px;
}

.block-quote-2 {
  font-size: 14px;
}

.italic-text {
  font-size: 13px;
}

.list {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.list-item {
  font-weight: 400;
}

.list-item-2 {
  font-weight: 400;
}

.list-item-3 {
  font-weight: 400;
}

.list-item-4 {
  font-weight: 400;
}

.heading-6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-7 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-8 {
  text-align: left;
}

.paragraph-4 {
  font-size: 14px;
  font-weight: 400;
}

.list-item-5 {
  font-size: 14px;
  font-weight: 400;
}

.list-item-6 {
  font-size: 14px;
  font-weight: 400;
}

.list-item-7 {
  font-size: 14px;
  font-weight: 400;
}

.heading-9 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.bold-text {
  font-size: 14px;
  font-weight: 400;
}

.paragraph-5 {
  font-size: 14px;
  font-weight: 400;
}

.list-item-8 {
  font-size: 14px;
  font-weight: 400;
}

.list-item-9 {
  font-size: 14px;
  font-weight: 400;
}

.list-item-10 {
  font-size: 14px;
  font-weight: 400;
}

.text-block-4 {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.button-2 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.paragraph-6 {
  font-weight: 400;
  text-align: justify;
}

.paragraph-7 {
  font-size: 14px;
  font-weight: 400;
}

.paragraph-8 {
  font-weight: 400;
  text-align: justify;
}

.image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
}

.subscribe-content-wrapper {
  position: relative;
  display: block;
  width: 940px;
  margin: 40px auto;
  font-family: Montserrat, sans-serif;
}

.contact-form-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 60px 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(210, 210, 213, 0.5);
  background-color: #fff;
}

.form-wrap {
  width: 65%;
  margin-right: 60px;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 1px solid rgba(210, 210, 213, 0.3);
}

.subscribe-form-label {
  position: static;
  display: block;
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subscribe-form-label.cc-contact-form-label {
  margin-bottom: 10px;
  color: #000;
}

.contact-form-headline {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 20px;
}

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

.field-label {
  color: #747474;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-field-2 {
  display: block;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  border: 1px solid #e5e5e7;
  border-radius: 0px;
  -webkit-transition: border 400ms ease, color 400ms ease;
  transition: border 400ms ease, color 400ms ease;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  cursor: pointer;
}

.text-field-2:hover {
  border-color: rgba(29, 31, 46, 0.5);
}

.text-field-2:active {
  border-color: #1d1f2e;
}

.text-field-2:focus {
  border-color: #1d1f2e;
}

.text-field-2::-webkit-input-placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field-2:-ms-input-placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field-2::-ms-input-placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field-2::placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field-2.cc-textarea {
  height: 100px;
}

.dark-button {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #000;
  box-shadow: none;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.dark-button:hover {
  background-color: #2f3247;
  box-shadow: 0 3px 8px 0 rgba(29, 31, 46, 0.15);
  opacity: 0.96;
  color: #fff;
}

.contact-form-success-message {
  border: 1px solid #ececed;
  background-color: #fafafa;
}

.contact-form-success-icon {
  margin-top: 0px;
  margin-bottom: 10px;
}

.error-message {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #a25f4b;
  color: #fff;
}

.contact-form-info {
  margin-bottom: 40px;
}

.office-headline {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.contact-form-paragraph {
  color: #747474;
}

.contact-form-link {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.contact-form-link:hover {
  color: #747474;
}

.heading-10 {
  margin-top: 0px;
}

.dropdown-toggle-3 {
  display: block;
}

.dropdown-toggle-4 {
  display: block;
}

.dropdown-toggle-5 {
  display: block;
}

.dropdown-toggle-6 {
  display: block;
}

.dropdown-toggle-7 {
  display: block;
}

.image-2 {
  display: block;
  width: auto;
  max-height: 80px;
  float: none;
}

.divaccordion {
  display: block;
  overflow: hidden;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #f5f5f5;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.2);
}

.dropdownfeature {
  width: 100%;
}

.dropdowntoggle {
  display: block;
}

.droplistfeature {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0px;
  background-color: #63d6ac;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.5);
}

.divinsideaccordion {
  padding: 20px 35px;
  color: #fff;
}

.textaccordion {
  margin-bottom: 0px;
  font-size: 12px;
}

.accordion-item {
  display: block;
  overflow: hidden;
  margin-left: 0px;
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: normal;
}

.dropdown-list {
  position: static;
  display: block;
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
}

.heading-11 {
  overflow: hidden;
  padding-left: 40px;
  text-align: left;
}

.list-2 {
  overflow: hidden;
}

.list-item-11 {
  list-style-type: none;
}

.link {
  color: #333;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    text-align: center;
  }

  .navigation-bar {
    padding-top: 10px;
  }

  .navigation-menu {
    padding-bottom: 20px;
    border-bottom: 2px solid #616161;
    background-color: #333;
  }

  .header-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .site-name {
    margin-top: 12px;
  }

  .button-wrapper {
    margin-top: 60px;
  }

  .content-wrapper {
    padding: 60px 20px;
  }

  .white-wrapper {
    padding: 14px;
  }

  .menu-button {
    padding: 14px 14px 12px;
    border-radius: 2px;
    background-color: hsla(0, 0%, 92.2%, 0.16);
    color: #ebebeb;
  }

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

  .nav-link {
    display: block;
    text-align: center;
  }

  .blog-body-wrapper {
    margin-right: 0%;
    margin-left: 0%;
  }

  .centered-container {
    max-width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .centered-container.horizontal-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .team-heading {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-wrapper {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .team-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slide {
    min-height: 850px;
  }

  .mask {
    min-height: 850px;
  }

  .slider {
    min-height: 850px;
  }

  .subscribe-content-wrapper {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-wrap {
    width: auto;
    margin-right: 0px;
    margin-bottom: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(210, 210, 213, 0.3);
    border-right-style: none;
    text-align: center;
  }

  .contact-form-headline {
    margin-bottom: 40px;
  }

  .error-message {
    width: auto;
  }

  .contact-details-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .contact-form-paragraph {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 31px;
    line-height: 38px;
  }

  .navigation-bar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-section {
    padding: 30px 20px;
  }

  .footer-link {
    display: inline-block;
    margin: 0px 10px;
  }

  .footer-link.float-right {
    margin-left: 0px;
    float: none;
  }

  .post-wrapper {
    margin-right: 0%;
    margin-bottom: 30px;
    margin-left: 0%;
    padding-bottom: 30px;
  }

  .body-copy blockquote {
    margin-left: 0px;
  }

  .social-link-group {
    margin-bottom: 20px;
    text-align: center;
  }

  .button-wrapper {
    margin-top: 30px;
    text-align: center;
  }

  .content-wrapper {
    width: auto;
    min-height: 850px;
    margin-left: 0px;
    padding: 30px 20px;
  }

  .blog-title {
    font-size: 27px;
    line-height: 36px;
  }

  .white-wrapper {
    margin-top: 20px;
    padding: 34px;
  }

  .section-header {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0%;
    padding-bottom: 30px;
  }

  .site-description {
    text-align: center;
  }

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

  .blog-body-wrapper {
    margin-right: 0%;
    margin-left: 0%;
  }

  .footer-text {
    margin-right: 10px;
  }

  .post-title-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .site-name-link {
    padding-left: 0px;
  }

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

  .centered-container.horizontal-flex {
    min-height: 850px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .slide {
    min-height: 850px;
  }

  .mask {
    min-height: 850px;
  }

  .slider {
    min-height: 850px;
  }

  .subscribe-content-wrapper {
    padding-right: 4%;
    padding-left: 4%;
  }

  .contact-form-wrap {
    padding: 40px;
  }

  .contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .text-field-2 {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .text-field-2::-webkit-input-placeholder {
    text-align: center;
  }

  .text-field-2:-ms-input-placeholder {
    text-align: center;
  }

  .text-field-2::-ms-input-placeholder {
    text-align: center;
  }

  .text-field-2::placeholder {
    text-align: center;
  }

  .text-field-2.cc-textarea {
    margin-bottom: 20px;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-details-wrap {
    margin-bottom: -30px;
  }
}

@media screen and (max-width: 479px) {
  .header-section {
    text-align: center;
  }

  .footer-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .social-link-group {
    margin-top: 0px;
  }

  .blog-title {
    font-size: 26px;
    line-height: 32px;
  }

  .white-wrapper {
    padding: 20px;
  }

  .site-description {
    font-size: 14px;
    line-height: 150%;
  }

  .footer {
    text-align: center;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-link.blog-name {
    display: block;
    margin-right: 0px;
    margin-bottom: 11px;
    margin-left: 0px;
  }

  .centered-container.horizontal-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
  }

  .team-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mask {
    min-height: 850px;
  }

  .slider {
    min-height: 850px;
  }

  .subscribe-content-wrapper {
    padding-right: 4%;
    padding-left: 4%;
  }

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-details-wrap {
    margin-bottom: -30px;
  }
}

#w-node-_011ec377-662a-f95f-578d-cae77fae2f84-f2416638 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

#w-node-fa3fb556-d63a-eec4-4325-39ca105b01b1-f2416638 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area;
}

#w-node-_130c8c5e-ead5-91f1-40a6-8db96f16da51-f2416638 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-3;
}

#w-node-_87c15c5b-e445-4e0b-8f02-225abecc7980-b541663b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

