body {
  color: #161632;
  font-family: PT Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.9rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.5rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.6rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.8rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 9px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

p {
  margin-bottom: 18px;
}

a {
  color: #f54f3d;
  text-decoration: none;
  transition: all .25s;
}

a:hover {
  color: #df4938;
  text-decoration: underline;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0;
  list-style-type: none;
}

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

li {
  background-image: url('../images/Oval.svg');
  background-position: 0 11px;
  background-repeat: no-repeat;
  margin-bottom: 12px;
  padding-left: 30px;
}

label {
  color: #161632;
  letter-spacing: 1px;
  padding-top: 6px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6rem;
  display: block;
}

strong {
  font-weight: 700;
}

blockquote {
  color: #161632;
  letter-spacing: .5px;
  border-left: 6px solid #9ca3e8;
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: -38px;
  padding: 0 0 0 30px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.p-large {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.p-small {
  flex: 0 auto;
  font-size: 1rem;
  line-height: 1.6rem;
}

.p-small.caption {
  margin-top: -36px;
  margin-bottom: 60px;
  font-style: italic;
}

.p-small.job-title {
  margin-top: -6px;
  margin-bottom: 18px;
}

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

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

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

.style-guide-color {
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.style-guide-color.active-color {
  background-color: #f54f3d;
}

.style-guide-color.headings {
  background-color: #161632;
}

.style-guide-color.hover-color {
  background-color: #df4938;
}

.style-guide-color.backgrounds {
  background-color: #2b2b63;
}

.style-guide-color.purple {
  background-color: #9ca3e8;
}

.style-guide-color.light-purple {
  background-color: #f0f1fb;
}

.style-guide-color.green {
  background-color: #69bdad;
}

.style-guide-color.light-green {
  background-color: #def1ed;
}

.style-guide-color.yellow {
  background-color: #f5b547;
}

.section {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section.no-t-padding {
  padding-top: 0;
}

.section.no-b-padding {
  padding-bottom: 0;
}

.section._404 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.tint {
  background-color: #e8eae9;
}

.section.dark {
  color: #fff;
  background-color: #2b2b63;
}

.section.green {
  background-color: #def1ed;
}

.section.purple {
  background-color: #f0f1fb;
}

.section.last-of-us {
  margin-bottom: 84px;
}

.fluid-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 24px 24px 12px;
  position: relative;
}

.fluid-cell._67-p {
  width: 66.7%;
  flex: 0 auto;
}

.fluid-cell._50-p {
  width: 50%;
  flex: 0 auto;
}

.fluid-cell._25-p {
  width: 25%;
  flex: 0 auto;
}

.fluid-cell._70-p {
  width: 70%;
  flex: 0 auto;
}

.fluid-cell._100-p {
  width: 100%;
  flex: 0 auto;
}

.fluid-cell._33-p {
  width: 33.3%;
  flex: 0 auto;
}

.fluid-cell.center-object {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fluid-cell.center-intro {
  width: 70%;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.fluid-cell._40-p {
  width: 40%;
  flex: 0 auto;
}

.fluid-cell._40-p._10-p-gap {
  margin-right: 10%;
}

.fluid-cell.no-b-padding {
  padding-bottom: 0;
}

.fluid-cell.contact-form-title {
  width: 70%;
  text-align: center;
  flex: 0 auto;
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 36px;
  padding-bottom: 0;
}

.fluid-cell.contact-form-body {
  width: 70%;
  flex: 0 auto;
  padding-top: 12px;
  padding-bottom: 0;
}

.invert {
  color: #fff;
}

.subheading {
  color: #161632;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-top: 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7rem;
}

.subheading.no-b-margin {
  margin-bottom: 0;
}

.subheading.modal-job-title {
  margin-top: -6px;
  margin-bottom: 24px;
  padding-top: 0;
}

.text-field {
  min-height: 55px;
  color: #161632;
  background-color: #fff;
  border: 1px solid #8b7ae4;
  margin-bottom: 0;
  padding: 12px 36px 12px 24px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.9rem;
  transition: all .2s;
}

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

.text-field::-ms-input-placeholder {
  color: rgba(23, 33, 61, .7);
}

.text-field::placeholder {
  color: rgba(23, 33, 61, .7);
}

.text-field.text-area {
  min-height: 200px;
  padding-top: 12px;
}

.container {
  z-index: 3;
  width: 100%;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  padding-left: 84px;
  padding-right: 84px;
  display: flex;
  position: relative;
}

.container.center {
  justify-content: center;
}

.container.center-horizontal {
  justify-content: center;
  align-items: center;
}

.container.stretch, .container.in-header {
  align-items: stretch;
}

.container._w-image {
  justify-content: space-between;
}

.form {
  text-align: left;
  flex-flow: wrap;
  align-items: stretch;
  display: flex;
}

.ordered-item {
  background-image: none;
  background-repeat: repeat;
  padding-left: 10px;
}

.faux-h1 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.5rem;
}

.faux-h2 {
  margin-bottom: 15px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.6rem;
}

.faux-h3 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.faux-h4 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
}

.faux-h5 {
  margin-bottom: 9px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

.faux-h5:hover {
  text-decoration: none;
}

.style-guide-color-block {
  border-bottom: 1px solid #f0f1fb;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
}

.form-item-wrap {
  width: 100%;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.form-item-wrap.half {
  width: 46%;
}

.form-item-wrap.action, .center {
  text-align: center;
}

.faux-h6 {
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.faux-h6:hover {
  text-decoration: none;
}

.faux-h6.b-margin {
  margin-bottom: 12px;
}

.heading-link {
  color: #161632;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: all .2s;
}

.heading-link:hover {
  color: #161632;
  border-bottom: 1px solid #df4938;
  text-decoration: none;
}

.img-in-text,
img.alignnone {
  min-width: 120%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -10%;
  display: block;
}

.member-card-link,
.faq-expand-link {
  color: #161632;
  letter-spacing: .5px;
  margin-top: 12px;
  margin-bottom: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6rem;
  display: inline-block;
  position: relative;
}

.member-card-link:hover,
.faq-expand-link:hover {
  color: #f54f3d;
  border-bottom-color: #161632;
  text-decoration: none;
  transform: translate(0, -3px);
}

.footer-nav-link {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.6rem;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-link:hover {
  color: #df4938;
  text-decoration: none;
}

.thumb-img {
  min-width: 100%;
}

.logo-img {
  margin-right: 24px;
}

.child-link {
  width: 100%;
  color: #fff;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 1px solid rgba(6, 26, 16, .15);
  padding: 12px 30px;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.child-link:hover {
  color: #fff;
  background-color: #df4938;
  border-bottom-color: rgba(6, 26, 16, .2);
  text-decoration: none;
}

.child-link.w--current {
  color: #01c6e4;
}

.child-link.last,
.child-link:last-child {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.child-link.last:hover,
.child-link:last-child:hover {
  box-shadow: none;
}

.child-link.first,
.child-link:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.nav-link {
  color: #161632;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-left: 12px;
  margin-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.6rem;
  transition: all .2s;
}

.nav-link:hover {
  color: #df4938;
  text-decoration: none;
}

.nav-link.w--current {
  border-top-color: #98b839;
}

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

.nav-link.hide-desktop {
  display: none;
}

.nav-link._w-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.nav-link.as-button {
  color: #fff;
  background-color: #f54f3d;
  border-radius: 6px;
  padding: 8px 24px 6px;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(87, 76, 141, .2);
}

.nav-link.as-button:hover {
  background-color: #df4938;
  box-shadow: 0 12px 24px rgba(105, 91, 176, .35);
}

.nav {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.embedded-image {
  z-index: 2;
  min-width: 100%;
  position: relative;
  overflow: hidden;
  transform: rotate(-3deg);
}

.embedded-image.reverse {
  transform: rotate(3deg);
}

.nav-bar {
  z-index: 1111;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 36px 48px;
  display: flex;
  position: relative;
}

.nav-dropdown-content {
  background-color: #f54f3d;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 600;
  display: none;
  position: absolute;
  top: 48px;
  bottom: auto;
  left: auto;
  right: 0;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .2);
}

.tittle-in-30-p-article {
  padding-right: 36px;
}

.tittle-in-50-p-article {
  padding-right: 96px;
}

.thumb-link {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.article-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 4vw 2vw;
}

.article-cell:hover {
  text-decoration: none;
}

.article-cell._50-p-article {
  width: 50%;
  flex: 0 auto;
  position: relative;
}

.article-cell._33-p-article {
  width: 33.3%;
  flex: 0 auto;
  margin-top: 4vw;
  margin-left: 8%;
  margin-right: 8%;
  position: relative;
}

.block {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 36px;
  display: block;
}

.block.yellow {
  background-color: #f5b547;
}

.block.member-card {
  text-align: center;
  border: 1px solid #e8eae9;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: all .25s;
  display: flex;
}

.block.member-card:hover {
  color: #fff;
  background-color: #df4938;
}

.block.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.block.border {
  background-color: #fff;
  border: 1px solid #e8eae9;
}

.block.light-green {
  background-color: #def1ed;
}

.block.purple {
  background-color: #9ca3e8;
}

.block.green {
  background-color: #69bdad;
}

.block.light-purple {
  background-color: #f0f1fb;
}

.block.dark-purple {
  color: #fff;
  background-color: #2b2b63;
}

.hide-desktop {
  display: none;
}

.article-share, .t-margin-24 {
  margin-top: 24px;
}

.pagination {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.page-no {
  color: #161632;
  border-bottom: 3px solid #e8eae9;
  margin-right: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
  transition: all .2s;
  display: inline-block;
}

.page-no:hover {
  color: #161632;
  border-color: #f54f3d;
  text-decoration: none;
  transform: translate(0, -3px);
}

.page-no.current {
  border-color: #f54f3d;
  border-top-style: solid;
  border-top-width: 3px;
  border-left-style: solid;
  border-left-width: 3px;
  border-right-style: solid;
  border-right-width: 3px;
  padding-left: 14px;
  padding-right: 14px;
}

.avatar {
  width: 144px;
  height: 144px;
  border-radius: 100px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.link-list-item {
  color: #161632;
  background-image: url('../images/Double-arrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  font-weight: 600;
  display: block;
}

.link-list-item:hover {
  color: #161632;
  padding-left: 30px;
  text-decoration: none;
}

.slider-arrow {
  width: 60px;
  height: 60px;
  background-color: #fff;
  background-image: url('../images/Double-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  justify-content: center;
  align-items: center;
  transition: all .25s;
  display: flex;
  top: 36px;
  bottom: auto;
  left: auto;
  right: 36px;
  box-shadow: 0 11px 24px rgba(43, 43, 99, .1);
}

.slider-arrow:hover {
  box-shadow: 0 11px 24px rgba(22, 22, 50, .2);
}

.slider-arrow.left {
  background-image: url('../images/Double-arrow-left.svg');
  border-radius: 6px 0 0 6px;
  top: 36px;
  left: auto;
  right: 96px;
}

.hide {
  display: none;
}

.wrapper-bg {
  z-index: -1;
  background-color: #e8eae9;
  border-radius: 6px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 48px;
  right: 48px;
}

.wrapper-bg.dark {
  background-color: #2b2b63;
}

.wrapper-bg.purple {
  background-color: #f0f1fb;
}

.wrapper-bg.green {
  background-color: #def1ed;
}

.embedded-media {
  z-index: 2;
  max-width: 80%;
  min-width: 60%;
  position: relative;
}

.embedded-image-deco-1 {
  z-index: -1;
  width: 180px;
  position: absolute;
  top: -60px;
  bottom: auto;
  left: auto;
  right: -60px;
}

.dropdown-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

.dropdown-content.categories {
  z-index: 1111;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.dropdown-wrap {
  z-index: 10;
  border: 1px solid #e6e6e6;
  margin-bottom: -1px;
  position: relative;
}

.dropdown-wrap.categories {
  text-align: left;
  border-width: 2px;
  border-color: #f54f3d;
  border-radius: 6px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.dropdown-trigger {
  z-index: 20;
  width: 100%;
  color: #161632;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding: 24px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  transition: all .25s;
  display: flex;
  position: relative;
}

.dropdown-trigger.categories {
  padding-top: 18px;
  padding-bottom: 18px;
}

.dropdown-icon {
  min-width: 15px;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
}

.dropdown-content-wrap {
  padding: 0 30px 12px;
}

.dropdown-content-wrap.categories {
  background-color: #fff;
  border-radius: 6px;
  padding-top: 12px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}

.simple-slider-arrow-icon {
  color: #f54f3d;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.simple-slider-arrow-icon.down {
  margin-top: 1px;
  transform: rotate(90deg);
}

.select-field {
  height: 54px;
  color: #161632;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Dropdown-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 6px;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7rem;
  transition: all .2s;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .15);
}

.select-field:hover, .select-field:active, .select-field:focus {
  border-color: #54e0eb;
}

.text-block {
  height: 100%;
  color: #fff;
  background-color: #2b2b63;
  border-radius: 6px;
  /*padding: 48px 48px 36px;*/
  padding: 36px;
  transition: all .25s;
  display: block;
}

.text-block:hover {
  color: #fff;
  text-decoration: none;
}

.text-block.green {
  color: #161632;
  background-color: #69bdad;
}

.text-block.yellow {
  color: #161632;
  background-color: #f5b547;
}

.social-icon {
  width: 36px;
  height: 36px;
  border: 2px solid #f54f3d;
  border-radius: 30px;
  margin-left: 6px;
  margin-right: 6px;
  transition: all .2s;
}

.social-icon:hover {
  border-color: #df4938;
  transform: translate(0, -3px);
}

.social-icon.facebook {
  background-image: url('../images/FB-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-icon.twitter {
  background-image: url('../images/TW-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-icon.linkedin {
  background-image: url('../images/IN-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-icon.email {
  background-image: url('../images/Email-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.article-thumb-wrap {
  position: relative;
}

.dropdown-trigger-2 {
  z-index: 20;
  width: 100%;
  color: #005689;
  cursor: pointer;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  position: relative;
}

.nav-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-close {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-dropdown-trigger {
  z-index: 20;
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
  position: relative;
}

.nav-dropdown-trigger:hover {
  text-decoration: none;
}

.nav-dropdown-trigger.hamburger {
  width: 100%;
  height: 100%;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-open {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-icon-button {
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: relative;
}

.nav-icon-button._w-mobile-menu {
  display: none;
}

.nav-icon-buttons {
  margin-left: 12px;
  font-size: .9rem;
  line-height: 1.6rem;
  display: flex;
}

.button {
  min-height: 55px;
  min-width: 160px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #f54f3d;
  border-radius: 6px;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 14px 48px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
}

.button:hover {
  color: #fff;
  background-color: #df4938;
  text-decoration: none;
  transform: translate(0, -3px);
  box-shadow: 0 11px 24px rgba(0, 0, 0, .2);
}

.button.small {
  min-height: auto;
  min-width: auto;
  padding: 8px 30px;
}

.button.stretch {
  width: 100%;
  min-width: auto;
}

.breadcrumbs {
  background-image: url('../images/Home-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  padding-left: 30px;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
}

.slash {
  color: #d1d7d7;
  padding-left: 6px;
  padding-right: 6px;
}

.side-pattern {
  width: 36px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.side-pattern.left {
  background-image: url('../images/Side-bar-green.svg');
  background-position: 0 0;
  background-size: 36px 100%;
  left: 0;
  right: auto;
}

.side-pattern.left.purple {
  background-image: url('../images/Side-bar-purple.svg');
}

.nav-blinder {
  display: none;
}

.featured-image {
  min-width: 120%;
  margin-top: 60px;
  display: block;
}

.hamburger-row {
  width: 28px;
  height: 2px;
  background-color: #f54f3d;
  border-radius: 2px;
}

.hamburger {
  width: 40px;
  height: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.close {
  width: 40px;
  height: 30px;
  display: block;
  position: relative;
}

.close-line-1 {
  width: 28px;
  height: 2px;
  background-color: #f54f3d;
  border-radius: 2px;
  position: absolute;
  top: 14px;
  left: 6px;
  transform: rotate(45deg);
}

.close-line-1.white {
  background-color: #fff;
}

.close-line-2 {
  width: 28px;
  height: 2px;
  background-color: #f54f3d;
  border-radius: 2px;
  position: absolute;
  top: 14px;
  left: 6px;
  transform: rotate(-45deg);
}

.close-line-2.white {
  background-color: #fff;
}

.link-underline {
  width: 110%;
  height: 3px;
  background-color: #f54f3d;
  margin-top: 3px;
}

.link-underline._100-p {
  width: 100%;
}

.columns-wrap {
  flex-direction: row;
  margin-right: -48px;
  display: flex;
}

.column {
  flex: 1;
  padding-right: 48px;
}

.floating-graphic {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.floating-graphic.top-left {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.floating-graphic.top-right {
  top: auto;
  bottom: -100px;
  left: auto;
}

.floating-graphic.top-left {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.floating-graphic.top-right {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.floating-graphic.bottom-left {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.floating-graphic.bottom-right {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.floating-graphic.top-right {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.floating-graphic.center {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header {
  z-index: 10;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.header.dark {
  color: #fff;
}

.header.overlflow-visible {
  overflow: visible;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.slider-cell._67-p {
  width: 66.7%;
  flex: 0 auto;
}

.section-image {
  width: 50%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.testimonial-img {
  z-index: 2;
  position: absolute;
}

.header-image-wrap {
  width: 60%;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -60px;
  display: flex;
}

.align-bottom {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.align-center {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-form-image {
  width: 40%;
  margin-bottom: -36px;
}

.header-image {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.header-image.medium {
  width: 70%;
}

.header-image.small {
  width: 50%;
}

.nav-wrapp {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-bg-image {
  width: 45%;
  height: 110%;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: -60px;
  left: auto;
  right: 48px;
}

.container-bg-image.no-wrapp {
  right: 0;
}

.ppm-intro-page-link {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e8eae9;
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 12px 36px;
  display: block;
}

.ppm-intro-page-link:hover {
  border-color: #df4938;
  text-decoration: none;
}

.push-me-down {
  margin-top: 96px;
}

.filter {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -12px;
  display: flex;
}

.filter-item {
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
}

.filter-item.action {
  padding-top: 18px;
}

.filter-wrap {
  margin-bottom: 0;
}

.embedded-image-deco-2 {
  width: 180px;
  height: 180px;
  background-color: #9ca3e8;
  position: absolute;
  top: auto;
  bottom: -24px;
  left: -24px;
  right: auto;
  transform: rotate(3deg);
}
.embedded-image-deco-2.green {
  background-color: #69bdad;
}

.spacer {
  height: 84px;
}

.link {
  color: #161632;
  border-bottom: 3px solid #f54f3d;
  margin-top: 12px;
  margin-bottom: 18px;
  margin-right: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 12px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6rem;
  transition: all .2s;
  display: inline-block;
}

.link:hover {
  color: #df4938;
  border-color: #f54f3d #f54f3d #161632;
  text-decoration: none;
  transform: translate(0, -3px);
}

.link.invert {
  color: #fff;
}

.link.invert:hover {
  border-bottom-color: #df4938;
}

.category-link {
  color: #161632;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7rem;
  display: block;
}

.category-link:hover {
  color: #df4938;
  text-decoration: none;
}

.category-link.last,
.category-link:last-child {
  border-bottom-style: none;
}

.modal {
  position: relative;
}

.modal-wrapper {
  z-index: 2222;
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-window {
  width: 900px;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 48px;
  overflow: scroll;
}

.close-modal {
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: #f54f3d;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -24px;
  bottom: auto;
  left: auto;
  right: -24px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .25);
}

.cta-link {
  color: #000;
  letter-spacing: .5px;
  margin-top: 12px;
  margin-bottom: 18px;
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: inline-block;
  position: relative;
}

.cta-link:hover {
  color: #00ac8f;
  border-bottom-color: #000;
  text-decoration: none;
  transform: translate(0, -3px);
}

.cta-link.portfolio-modal:hover {
  color: #000;
}

@media screen and (min-width: 1440px) {
  .section._w-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-img {
    max-width: 700px;
  }

  .nav-link {
    margin-left: 18px;
    margin-right: 18px;
    font-size: 14px;
  }

  .nav-bar {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .link-list-item.last,
  .link-list-item:last-child {
    border-bottom-style: none;
  }

  .header {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .wrapper {
    width: 100%;
    max-width: 1700px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    margin: auto;
  }

  .nav-wrapp {
    max-width: 1700px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .container-bg-image {
    object-fit: contain;
    right: 0;
  }

  .category-link.last,
  .category-link:last-child {
    border-bottom-style: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-image: none;
  }

  h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  a:hover {
    color: #df4938;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.last-of-us {
    margin-bottom: 72px;
  }

  .fluid-cell {
    flex: 1;
  }

  .fluid-cell._50-p._100-p-tablet {
    width: 100%;
  }

  .fluid-cell._70-p {
    width: 80%;
  }

  .fluid-cell._70-p._100-p-tablet, .fluid-cell._33-p._100-p-tablet {
    width: 100%;
  }

  .fluid-cell._33-p._50-p-tablet {
    width: 50%;
  }

  .fluid-cell.center-intro {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .fluid-cell._40-p {
    width: 50%;
  }

  .fluid-cell._40-p._100-p-tablet {
    width: 100%;
  }

  .fluid-cell._40-p._10-p-gap {
    margin-right: 0%;
  }

  .fluid-cell.contact-form-title {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 24px;
  }

  .fluid-cell.contact-form-body {
    width: 100%;
  }

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

  .container._w-image {
    padding-right: 36px;
  }

  .faux-h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }

  .faux-h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  .faux-h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  .faux-h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .logo-img {
    z-index: 3;
    position: relative;
  }

  .child-link {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-style: none;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }

  .child-link:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.3rem;
    line-height: 2rem;
    display: inline-block;
  }

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

  .nav-link.w--current {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

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

  .nav-link.hide-desktop {
    display: block;
  }

  .nav-link._w-dropdown {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link.as-button {
    margin-top: 12px;
    margin-bottom: 18px;
  }

  .nav {
    z-index: 1;
    width: 100%;
    background-color: #161632;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 36px;
    display: none;
    position: absolute;
    top: 96px;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: auto;
    box-shadow: 0 24px 36px rgba(0, 0, 0, .15);
  }

  .nav-bar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-dropdown-content {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    border-radius: 0;
    margin-bottom: 24px;
    padding-bottom: 24px;
    display: none;
    position: static;
  }

  .tittle-in-30-p-article {
    padding-right: 0;
  }

  .thumb-link, .article-cell {
    flex: 1;
  }

  .block {
    padding: 36px;
  }

  .hide-desktop {
    display: block;
  }

  .wrapper-bg {
    left: 24px;
    right: 24px;
  }

  .embedded-media {
    max-width: 100%;
    min-width: 100%;
  }

  .embedded-image-deco-1 {
    width: 120px;
    top: -36px;
    right: -36px;
  }

  .text-block {
    padding: 36px 36px 24px;
  }

  .dropdown-trigger-2 {
    padding-right: 36px;
  }

  .nav-dropdown-trigger {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-icon-button {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-icon-button._w-mobile-menu {
    display: block;
  }

  .nav-icon-button._w-dropdown {
    display: none;
  }

  .nav-icon-buttons {
    z-index: 3;
    margin-left: 0;
    position: relative;
  }

  .side-pattern {
    display: none;
  }

  .nav-blinder {
    z-index: 2;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .featured-image {
    margin-top: 36px;
  }

  .header {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .slider-cell {
    flex: 1;
  }

  .header-image-wrap {
    width: 100%;
    margin-bottom: -36px;
    padding-top: 36px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-form-image {
    width: 60%;
  }

  .header-image {
    width: 100%;
    flex-wrap: wrap;
    position: relative;
  }

  .header-image.medium, .header-image.small {
    width: 100%;
  }

  .container-bg-image {
    width: 100%;
    object-fit: fill;
    margin-bottom: -48px;
    padding-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
    position: static;
  }

  .push-me-down {
    margin-top: 0;
  }

  .filter-item {
    width: 50%;
    flex: 0 auto;
  }

  .embedded-image-deco-2 {
    width: 120px;
    height: 120px;
  }

  .spacer {
    height: 60px;
  }

  .modal-window {
    width: 700px;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-position: -300px -20px;
  }

  h1 {
    margin-bottom: 12px;
    padding-top: 8px;
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 2.1rem;
    line-height: 2.75rem;
  }

  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.6rem;
    line-height: 2.25rem;
  }

  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  h5 {
    padding-top: 8px;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  blockquote {
    margin-left: 0;
    font-size: 1.75rem;
    line-height: 2.6rem;
  }

  .p-large {
    margin-bottom: 18px;
  }

  .p-small.caption {
    margin-top: -24px;
    margin-bottom: 48px;
  }

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

  .section.last-of-us {
    margin-bottom: 0;
  }

  .fluid-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .fluid-cell._67-p, .fluid-cell._50-p, .fluid-cell._25-p {
    width: 100%;
  }

  .fluid-cell._25-p.in-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fluid-cell._70-p, .fluid-cell._33-p, .fluid-cell._33-p._50-p-tablet {
    width: 100%;
  }

  .fluid-cell.center-intro {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .fluid-cell._40-p {
    width: 100%;
  }

  .fluid-cell.contact-form-title {
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .fluid-cell.contact-form-body {
    padding-left: 0;
    padding-right: 0;
  }

  .subheading {
    background-image: none;
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .text-field {
    padding-right: 24px;
  }

  .container {
    flex-direction: column;
    padding-left: 18px;
    padding-right: 18px;
  }

  .container.center-horizontal {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.center-horizontal.reverse-mobile {
    flex-direction: column-reverse;
  }

  .container.footer {
    flex-direction: column-reverse;
    padding-top: 18px;
  }

  .container._w-image {
    padding-right: 18px;
  }

  .container._w-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .faux-h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  .faux-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 2.1rem;
    line-height: 2.75rem;
  }

  .faux-h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.6rem;
    line-height: 2.25rem;
  }

  .faux-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .faux-h5 {
    padding-top: 8px;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .img-in-text,
  img.alignnone {
    min-width: 100%;
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: 0%;
  }

  .thumb-img {
    min-width: 100%;
  }

  .logo-img {
    height: 36px;
  }

  .nav {
    top: 72px;
  }

  .nav-bar {
    padding-left: 36px;
    padding-right: 36px;
  }

  .tittle-in-50-p-article {
    padding-right: 0;
  }

  .thumb-link {
    flex-direction: column;
    justify-content: flex-start;
  }

  .article-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding: 3vw;
  }

  .article-cell._50-p-article {
    width: 100%;
  }

  .article-cell._33-p-article {
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .hide-mobile {
    display: none;
  }

  .block {
    margin-bottom: 0;
  }

  .block:hover {
    box-shadow: none;
    transform: none;
  }

  .block.yellow:hover {
    box-shadow: none;
  }

  .block.member-card {
    padding-top: 24px;
    padding-bottom: 18px;
  }

  .block.member-card:hover {
    color: #626371;
    background-color: #fff;
  }

  .block.purple:hover, .block.green:hover {
    box-shadow: none;
  }

  .article-share {
    margin-top: 12px;
  }

  .slider-arrow {
    width: 48px;
    height: 48px;
    top: 24px;
    bottom: auto;
    left: 78px;
    right: auto;
  }

  .slider-arrow.left {
    top: 24px;
    bottom: auto;
    left: 30px;
    right: auto;
  }

  .wrapper-bg {
    border-radius: 0;
    left: 0;
    right: 0;
  }

  .embedded-media {
    max-width: 80%;
    min-width: 80%;
  }

  .embedded-image-deco-1 {
    right: -24px;
  }

  .dropdown-trigger {
    padding: 18px 24px;
  }

  .dropdown-icon {
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-content-wrap {
    padding-bottom: 6px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .select-field {
    padding-left: 18px;
  }

  .menu-close, .menu-open {
    width: 100%;
    height: 100%;
  }

  .featured-image {
    min-width: 120%;
    margin-top: 48px;
    margin-bottom: -42px;
  }

  .columns-wrap {
    flex-direction: column;
    margin-right: 0;
  }

  .column {
    padding-right: 0;
  }

  .floating-graphic {
    display: none;
  }

  .header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .slider {
    width: 100%;
    padding-top: 84px;
  }

  .slider-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .slider-cell._67-p {
    width: 100%;
  }

  .section-image {
    display: none;
  }

  .testimonial-img {
    height: 150px;
  }

  .header-image-wrap {
    margin-bottom: -24px;
    padding-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .container-bg-image {
    margin-bottom: -30px;
  }

  .ppm-intro-page-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ppm-intro-page-link:hover {
    box-shadow: none;
    transform: none;
  }

  .modal-window {
    width: 90vw;
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-position: -330px -20px;
  }

  h1 {
    line-height: 3.1rem;
  }

  p {
    margin-bottom: 12px;
  }

  blockquote {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }

  .p-large {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .p-small.caption {
    margin-top: -18px;
    margin-bottom: 36px;
  }

  .utility-page-content {
    width: 260px;
  }

  .section {
    padding-top: 24px;
    padding-bottom: 18px;
  }

  .fluid-cell {
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .fluid-cell.center-intro, .fluid-cell.contact-form-title {
    text-align: left;
    align-items: flex-start;
  }

  .container {
    align-items: stretch;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container._w-image {
    padding-right: 8vw;
  }

  .container._w-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    flex-direction: column;
    margin-left: 0;
  }

  .form-item-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .form-item-wrap.half {
    width: 100%;
  }

  .img-in-text,
  img.alignnone {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .nav-link {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .nav-link.as-button {
    margin-top: 8px;
  }

  .nav {
    padding-left: 8vw;
    padding-right: 8vw;
    top: 60px;
  }

  .nav-bar {
    padding: 12px 8vw;
  }

  .nav-dropdown-content {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .thumb-link {
    margin-bottom: 12px;
  }

  .article-cell {
    padding: 18px 0;
  }

  .block {
    padding: 24px;
  }

  .page-no {
    margin-right: 12px;
  }

  .avatar {
    margin-bottom: 18px;
  }

  .slider-arrow {
    left: 78px;
  }

  .slider-arrow.left {
    left: 30px;
  }

  .embedded-media {
    max-width: 90%;
    min-width: 90%;
  }

  .embedded-image-deco-1 {
    width: 80px;
    top: -24px;
    right: -12px;
  }

  .text-block {
    margin-bottom: 12px;
    padding: 24px 24px 12px;
  }

  .button {
    min-height: auto;
    padding: 12px 36px;
  }

  .featured-image {
    margin-top: 36px;
    margin-bottom: -30px;
  }

  .header {
    padding-bottom: 18px;
  }

  .slider {
    padding-top: 72px;
  }

  .slider-cell {
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-image-wrap {
    margin-bottom: -18px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .contact-form-image {
    width: 80%;
    margin-bottom: -24px;
  }

  .container-bg-image {
    margin-bottom: -18px;
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .filter-item {
    width: 100%;
  }

  .filter-item.action {
    padding-top: 0;
  }

  .embedded-image-deco-2 {
    width: 80px;
    height: 80px;
    bottom: -12px;
    left: -12px;
  }

  .spacer {
    height: 36px;
  }

  .modal-window {
    height: 90vh;
    padding-left: 24px;
    padding-right: 24px;
  }
}


