:root {
  --medium-sea-green: #00aa50;
  --light-grey: #d4d4d4;
  --white-smoke: #f7f7f7;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #000;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
  line-height: 55px;
}

p {
  margin-bottom: 10px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: bold;
}

.sg-button-wrapper {
  text-align: center;
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 64px 20%;
  display: flex;
}

.sg-button-wrapper.dark-bg {
  box-shadow: none;
  color: #e1e6ee;
  background-color: #151515;
  border-color: #0000;
}

.subscribe-v3-form {
  margin-top: -4px;
}

.search-button {
  z-index: 1;
  background-color: #ff6852;
  display: none;
}

.nav-right {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
}

.divider-small {
  background-color: #e6e6e6;
  width: 1px;
  height: 16px;
  margin-left: 12px;
  margin-right: 12px;
}

.divider-small.transparent {
  opacity: .5;
}

.dropdown-space {
  height: 12px;
  position: absolute;
  inset: -12px 0% auto;
}

.nav-brand-v1 {
  z-index: 2;
  color: #151515;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  transition: color .15s;
  display: flex;
  left: auto;
  right: auto;
}

.nav-brand-v1:hover {
  color: #06c25e;
}

.menu-line-bottom {
  background-color: #151515;
  border-radius: 1px;
  height: 2px;
}

.footer-v1-brand {
  color: #151515;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: -3px;
  margin-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.nav-link {
  z-index: 1;
  color: #fff;
  border-bottom: 1px solid #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 100;
  text-decoration: none;
  transition: all .15s;
}

.nav-link:hover {
  border-bottom: 1px solid #fff;
}

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

.footer-v1-column {
  width: 25%;
  padding-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v1-column.about {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-v1-heading {
  color: #fff;
  margin-bottom: 36px;
}

.footer-v1-heading.hidden {
  color: #000;
}

.menu-button {
  z-index: 2;
}

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

.footer-v1-logo {
  height: 70px;
  margin-bottom: 15px;
}

.button-icon-2 {
  z-index: 1;
  display: none;
  position: absolute;
}

.paragraph-big {
  font-size: 16px;
  line-height: 28px;
}

.dropdown-link {
  opacity: 1;
  color: #151515;
  background-color: #fff;
  padding: 10px 32px 10px 28px;
  font-size: 13px;
  font-weight: 100;
  line-height: 20px;
  text-decoration: none;
  transition: padding .4s, background-color .2s;
  display: block;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #000;
  padding-left: 32px;
  padding-right: 28px;
}

.dropdown-link.w--current {
  color: #151515;
}

.nav-menu-small {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-success {
  color: #06c25e;
  background-color: #06c25e14;
  border: 1px solid #06c25e;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.footer-v1-nav-link {
  color: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -1px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  transition: padding .4s, background-color .4s;
  display: flex;
  position: relative;
}

.footer-v1-nav-link:hover {
  background-color: #3b3b3b;
  padding-left: 16px;
}

.dropdown-posts {
  flex: 1;
  padding: 20px;
}

.dropdown {
  flex: 0 auto;
}

.dropdown.dropdown-big {
  position: static;
}

.input {
  height: 48px;
  box-shadow: none;
  background-color: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 8px 24px;
  font-size: 14px;
  line-height: 20px;
  transition: border-color .3s, background-color .3s;
}

.input:hover {
  background-color: #fff;
  border-color: #d1d1d1;
}

.input:focus {
  background-color: #fff;
  border-color: #06c25e;
}

.input.no-margin {
  margin: 0;
}

.input.text-area {
  height: auto;
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.footer-v1-posts {
  margin-top: -12px;
  margin-bottom: -12px;
}

.text-link-dark {
  color: #fff;
  text-decoration: underline;
  transition: color .2s;
}

.text-link-dark:hover {
  color: #06c25e;
}

.page-intro {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin: 0 auto;
  display: flex;
}

.dropdown-wrapper {
  background-color: #93d865;
  align-items: flex-start;
}

.dropdown-wrapper.w--open {
  background-color: #0000;
  width: 100%;
  margin-top: 12px;
  position: absolute;
  left: 0%;
  right: 0%;
}

.link-dark {
  color: #8f8f8f;
  text-decoration: none;
  transition: color .3s;
}

.link-dark:hover {
  color: #06c25e;
  text-decoration: underline;
}

.page-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.page-heading.right-padding {
  margin-right: 19px;
}

.no-margin {
  margin: 0;
}

.search-form-input {
  color: #151515;
  text-align: left;
  cursor: pointer;
  background-color: #fafafa;
  background-image: url('../images/search.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  line-height: 32px;
  transition: width .3s, border-color .3s;
  position: relative;
  overflow: hidden;
}

.search-form-input:hover {
  border-color: #d1d1d1;
}

.search-form-input:focus {
  border-color: #06c25e;
  width: 200px;
  padding-left: 40px;
}

.search-form-input::placeholder {
  color: #0000;
}

.sg-block {
  text-align: left;
  width: 100%;
  padding-bottom: 120px;
  padding-left: 12%;
  padding-right: 12%;
}

.nav-arrow {
  opacity: .5;
  width: 16px;
  margin-right: 10px;
  position: absolute;
  right: 0;
}

.button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-style: none;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1), box-shadow .4s cubic-bezier(.215, .61, .355, 1), color .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #00aa50;
}

.button.small {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 100px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px 20px;
  font-size: 14px;
  line-height: 30px;
}

.button.small:hover {
  background-color: var(--medium-sea-green);
}

.button.small.alt {
  color: #fff;
  background-color: #000;
}

.button.small.alt:hover {
  border-color: var(--medium-sea-green);
  background-color: var(--medium-sea-green);
  color: #fff;
}

.button.big {
  height: 56px;
  padding: 17px 28px 15px 24px;
  font-size: 16px;
  line-height: 20px;
}

.button.big.alt {
  border: 1px solid var(--light-grey);
  background-color: #fafafa;
}

.button.big.alt:hover {
  background-color: var(--medium-sea-green);
}

.button.ghost-bg {
  color: #fff;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fff6;
}

.button.ghost-bg:hover {
  color: #151515;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #0000;
}

.button.subscribe-button {
  text-align: left;
  background-color: #fafafa;
  background-image: url('../images/mail-black.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  height: 40px;
  padding: 8px 20px 8px 44px;
  font-size: 13px;
  font-weight: 100;
  line-height: 20px;
  display: none;
  overflow: hidden;
}

.button.subscribe-button:hover {
  background-color: var(--medium-sea-green);
  color: #000;
}

.button.white {
  color: #151515;
  background-color: #fff;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1), box-shadow .4s cubic-bezier(.215, .61, .355, 1), color .4s cubic-bezier(.215, .61, .355, 1);
}

.button.white:hover {
  color: #fff;
  background-color: #06c25e;
}

.button.ghost {
  color: #151515;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}

.button.ghost:hover {
  box-shadow: inset 0 0 0 1px #777;
}

.sg-header {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  margin-bottom: 88px;
  padding-top: 80px;
  display: flex;
}

.sg-header-line {
  background-color: #e6e6e6;
  flex: 1;
  height: 1px;
}

.sg-category-link {
  color: #151515;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: -1px;
  padding: 2px 16px;
  text-decoration: none;
  transition: color .4s cubic-bezier(.215, .61, .355, 1);
}

.sg-category-link:hover {
  color: #06c25e;
}

.sg-category-link.last {
  border-right-style: none;
}

.sg-category-link.first {
  border-left-style: none;
}

.paragraph-small {
  font-size: 12px;
  line-height: 20px;
}

.sg-title {
  margin-bottom: 0;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.menu-line-top {
  background-color: #151515;
  border-radius: 1px;
  height: 2px;
}

.footer-v1 {
  flex-wrap: wrap;
  display: flex;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.overflow-visible {
  z-index: 100;
  height: auto;
  overflow: hidden;
}

.form-error {
  color: #fa345a;
  text-align: center;
  background-color: #fa345a14;
  border: 1px solid #fa345a4d;
  border-radius: 6px;
  margin-top: 16px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.subscribe-v3-grid {
  grid-template-columns: 1fr;
  display: grid;
}

.dropdown-sidebar {
  width: 184px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 20px;
}

.dropdown-list {
  background-color: #fff;
  box-shadow: 0 4px 16px #0000001f;
}

.dropdown-list.w--open {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-list.big-list {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.footer-bottom {
  color: #777;
  text-transform: uppercase;
  border-top: 1px solid #e6e6e6;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 9px;
  line-height: 12px;
  display: flex;
}

.nav-logo {
  height: 70px;
}

.footer-v1-info {
  color: #fff;
  line-height: 20px;
}

.search-form {
  order: 1;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.menu-line-middle {
  background-color: #151515;
  border-radius: 1px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.menu-icon {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 22px;
  height: 22px;
  display: flex;
  position: relative;
}

.sg-buttons {
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.button-icon {
  float: left;
  justify-content: center;
  align-items: center;
  width: 18px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.button-icon.big {
  width: 20px;
  margin-right: 12px;
}

.button-icon.small {
  width: 16px;
  margin-right: 6px;
}

.sg-categories {
  z-index: 30;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 6px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 440px;
  height: 40px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  position: sticky;
  top: 100px;
  box-shadow: 0 3px 12px #15151529;
}

.nav-link-small {
  color: #fff;
  border-bottom: 1px solid #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.nav-link-small:hover {
  border-bottom: 1px solid #fff;
}

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

.subscribe-v3-text {
  color: #fff;
  margin-bottom: 16px;
}

.footer-bottom-left {
  text-align: center;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-info {
  color: #fff;
  margin-top: 20px;
  font-size: 11px;
  line-height: 16px;
}

.section {
  z-index: 2;
  padding: 50px 32px;
  position: relative;
}

.section.big-paddings {
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 120px;
}

.section.big-paddings.black {
  color: #fff;
  background-color: #000;
  margin-top: 100px;
}

.section.hero {
  color: #fff;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section.hero.about-hero {
  background-image: linear-gradient(#000, #000);
  height: 30vh;
  margin-top: -50px;
}

.section.hero.longintro {
  background-image: linear-gradient(#000, #000);
  height: 50vh;
  min-height: 550px;
  margin-top: -50px;
}

.section.footer-v1-section {
  z-index: 1;
  background-color: #000;
  border-top: 1px solid #e6e6e6;
  padding-top: 64px;
  padding-bottom: 0;
  position: relative;
}

.section.top-section {
  height: auto;
  margin-top: 28px;
  padding-top: 22px;
}

.section.post-hero-section {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: 600px;
  max-height: 1080px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sg-button-block {
  flex-direction: column;
  width: 50%;
  padding: 8px;
  display: flex;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-post-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper.nav-bar-v1-wrapper {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.nav-menu-v1 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  display: flex;
  position: static;
}

.up-button {
  z-index: 50;
  background-color: #15151599;
  background-image: url('../images/chevrons-up-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  transition: background-color .3s cubic-bezier(.215, .61, .355, 1);
  display: none;
  position: fixed;
  bottom: 16px;
  right: 16px;
}

.up-button:hover {
  background-color: #06c25e;
}

.grid-mini-list {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-mini-list.footer-posts {
  margin-top: 48px;
}

.nav-bar-v1 {
  z-index: 50;
  background-color: #000;
  justify-content: flex-start;
  align-items: stretch;
  height: 130px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -1px #e6e6e6, 0 1px #1515151c;
}

.text-link {
  color: #06c25e;
}

.text-link:hover {
  text-decoration: underline;
}

.text-2-columns {
  font-family: Open Sans, sans-serif;
}

.about-block-2 {
  text-align: left;
}

.about-photo {
  background-image: url('../images/trent-szmolnik-1271248-unsplash.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  margin: 72px auto;
  display: block;
}

.intro-heading {
  text-align: center;
  max-width: 770px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.signature {
  height: 58px;
  margin-top: 4px;
}

.team {
  text-align: center;
  padding-top: 64px;
  padding-left: 15px;
  padding-right: 15px;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.about-block-1 {
  text-align: left;
  margin-bottom: 100px;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 15px;
  padding-right: 15px;
}

.preloader {
  z-index: 10000;
  display: none;
  position: fixed;
  inset: 0%;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.preloader-blank {
  background-color: #fff;
  border-bottom: 1px #8e93a526;
  width: 100%;
}

.preloader-blank.right {
  width: auto;
  margin-left: -24px;
}

.preloader-columns {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.preloader-line {
  background-color: #8e93a526;
  width: 1px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.preloader-fill {
  background-color: #bfc5d5;
  width: 100%;
  height: 20%;
}

.nav-link-2 {
  z-index: 1;
  color: #fff;
  border-bottom: 1px solid #000;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
  transition: background-color .15s;
}

.nav-link-2:hover {
  border-bottom: 1px solid var(--medium-sea-green);
  color: #fff;
}

.nav-link-2.w--current {
  border-bottom-color: var(--medium-sea-green);
  color: #fffdfd;
}

.more-link-arrow {
  opacity: .5;
  width: 14px;
}

.header-block {
  z-index: 2;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.header-block.side-margins {
  margin-top: -4px;
  margin-left: 15px;
  margin-right: 15px;
}

.header-block.dark {
  border-bottom-color: #3b3b3b;
}

.header-line {
  z-index: 1;
  background-color: #151515;
  width: 64px;
  height: 2px;
  position: absolute;
  inset: auto auto -1px 0;
}

.header-line.light {
  background-color: #5f5f5f;
}

.header {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 700;
  display: flex;
}

.header.white {
  color: #fff;
}

.more-link-arrow-hover {
  z-index: 1;
  opacity: 0;
  width: 14px;
  display: none;
  position: absolute;
}

.grid-medium {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-medium.slick-track-wrapper {
  display: block;
}

.more-link-icon {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  padding: 2px;
  display: flex;
}

.more-link-icon.dark {
  border-color: #5e5e5e;
}

.more-link {
  color: #777;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.wrapper-2 {
  z-index: 1;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.post-heading-medium {
  color: #000;
  margin-top: 16px;
  margin-bottom: 12px;
}

.post-heading-medium.white {
  color: #fff;
}

.badge {
  z-index: 3;
  color: #fff;
  background-color: #000000b3;
  border-radius: 2px;
  height: 24px;
  margin-right: 5px;
  padding: 3px 12px;
  font-size: 11px;
  font-weight: 200;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.thumbnail {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.post-info-block {
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.post-info {
  color: #777;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.post-info.text-white {
  color: #fff;
}

.post-card {
  flex-direction: column;
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: block;
  position: relative;
}

.post-card.white {
  background-color: #272727;
  border-radius: 5px;
  padding: 10px;
}

.mini-icon-grey {
  opacity: .5;
  width: 14px;
  margin-right: 8px;
}

.thumbnail-medium {
  border-radius: 2px;
  align-items: flex-start;
  height: 250px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-heading-link {
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
}

.post-heading-link:hover {
  text-decoration: none;
}

.heading {
  margin-top: 0;
}

.side-posts {
  flex: 1;
  padding-top: 12px;
}

.grid-list {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  margin-left: 15px;
  margin-right: 15px;
  display: grid;
}

.content-with-sidebar {
  z-index: 4;
  width: 100%;
  padding-top: 8px;
  display: flex;
}

.sidebar {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  flex: none;
  width: 300px;
  margin-left: 3%;
  padding: 25px;
}

.sidebar-block {
  width: 100%;
  margin-bottom: 48px;
  display: block;
  position: relative;
}

.sidebar-block.sticky {
  margin-bottom: 0;
  display: none;
  position: sticky;
  top: 116px;
}

.sidebar-tags {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: -6px;
  display: flex;
}

.grid-big {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  grid-auto-columns: 1fr;
  margin-left: 15px;
  margin-right: 15px;
  display: block;
}

.sidebar-category {
  color: #151515;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-category:hover {
  border-color: #d1d1d1;
  box-shadow: inset 0 0 0 1px #fff0;
}

.category-color-line {
  background-color: #151515;
  width: 20px;
  height: 2px;
  margin-right: 12px;
}

.sidebar-category-name {
  z-index: 1;
  position: relative;
}

.category-arrow {
  z-index: 2;
  opacity: .5;
  width: 16px;
  margin-right: 15px;
  position: absolute;
  right: 0;
}

.tag {
  color: #151515;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  height: 24px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 8px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.tag:hover {
  color: #fff;
  background-color: #06c25e;
  border-color: #06c25e;
}

.post-info-author {
  color: #777;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: underline;
  transition: color .15s;
  display: flex;
}

.post-info-author:hover {
  color: #151515;
}

.post-info-author.text-white {
  color: #fff;
}

.post-summary {
  color: #777;
  margin-bottom: 12px;
}

.post-card-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.post-heading-big {
  text-transform: capitalize;
  margin-top: 20px;
}

.section-2 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-2.careers-hero {
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-2.bg-neutral-200.careers-mission {
  background-color: #000;
  padding-top: 230px;
  padding-bottom: 150px;
  position: relative;
}

.section-2.bg-neutral-200.careers-mission.less-padding {
  padding-top: 150px;
}

.container-default {
  max-width: 1246px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.button-primary-text-wrapper {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  transition: all .3s;
  display: flex;
}

.button-primary-text-wrapper:hover {
  font-size: 17px;
}

.careers-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-primary-arrow {
  margin-left: 12px;
  font-size: 12px;
  font-weight: 400;
}

.button-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4457ff;
  border-radius: 1000000000px;
  padding: 22px 42px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: transform .3s, background-color .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-primary:hover {
  color: #fff;
  background-color: #0b0a33;
  transform: scale3d(.95, .95, 1.01);
}

.button-primary._2-buttons {
  margin-bottom: 15px;
  margin-right: 26px;
}

.paragraph.careers-hero {
  max-width: 484px;
  margin-bottom: 42px;
}

.paragraph.careers-mission-2 {
  margin-bottom: 0;
}

.paragraph.careers-mission-1 {
  margin-bottom: 16px;
}

.paragraph.white {
  color: #fff;
}

.image.careers-mission-2 {
  border-radius: 24px;
}

.button-secondary {
  color: #4457ff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #f3f5ff;
  border-radius: 1000000px;
  padding: 22px 42px;
  line-height: 1.111em;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-secondary:hover {
  color: #fff;
  background-color: #4457ff;
  transform: scale3d(.95, .95, 1.01);
}

.button-secondary.button-white {
  background-color: #fff;
  border: 1px solid #eff0f6;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 5px 5px #0b0a3303, 0 4px 11px #4457ff0f;
}

.button-secondary.button-white:hover {
  color: #4457ff;
  box-shadow: 0 1px 1px #0b0a3303, 0 1px 1px #4457ff0f;
}

._2-buttons-wrapper {
  flex-wrap: wrap;
  margin-bottom: -15px;
  display: flex;
}

.title.careers-mission {
  margin-bottom: 24px;
}

.title.careers-mission.no-top-padding {
  margin-top: 0;
}

.title.careers-hero {
  margin-bottom: 18px;
}

.text-no-wrap {
  white-space: nowrap;
}

.split-content.careers-hero-right {
  max-width: 1219px;
  margin-right: -474px;
}

.split-content.careers-mission-left {
  max-width: 609px;
  margin-right: 30px;
}

.split-content.careers-hero-left {
  max-width: 49%;
}

.bg {
  position: absolute;
}

.bg.skew-top {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  inset: 0% 0% auto;
}

.bg.skew-top._1 {
  background-image: url('../images/Devider-Top-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100px;
}

.bg.skew-bottom {
  color: #000;
  -webkit-text-fill-color: inherit;
  inset: auto 0% -.01%;
  inset: auto 0% -.01%;
  background-color: #000;
  background-clip: border-box;
  border-top: 100px solid #0000;
  border-right: 100vw solid #fff;
  border-radius: 0;
  display: none;
  inset: auto 0% -.01%;
}

.careers-mission-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.careers-mission-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.badge-2 {
  color: #4457ff;
  background-color: #f3f5ff;
  border-radius: 100000000px;
  margin-bottom: 24px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  display: inline-block;
}

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

.bold-text.white {
  color: #fff;
}

.footer-hight-section {
  z-index: -1;
  height: 500px;
  position: relative;
}

.div-block {
  position: relative;
}

.heading-container {
  margin-bottom: 50px;
}

.image-2 {
  min-width: 101%;
}

.element {
  position: absolute;
  inset: auto auto -75px 2%;
  transform: rotate(14.5deg);
}

.element.right {
  bottom: 0;
  left: auto;
  right: 2%;
}

.element-image {
  width: 200px;
  height: 200px;
}

.social-icon {
  background-color: #06c25e;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 4px;
  padding: 11px;
  transition: background-color .3s;
  display: flex;
}

.social-icon.instagram {
  background-color: #fa345a;
}

.social-icon.instagram:hover {
  background-color: #cf0a30;
}

.social-icon.youtube {
  background-color: #fc0d1c;
}

.social-icon.youtube:hover {
  background-color: #d80815;
}

.social-icon.facebook {
  background-color: #3b5998;
}

.social-icon.facebook:hover {
  background-color: #254079;
}

.social-icon.twitter {
  background-color: #2aa3f0;
}

.social-icon.twitter:hover {
  background-color: #178bd5;
}

.social-icon.pinterest {
  background-color: #d42d2f;
}

.social-icon.pinterest:hover {
  background-color: #b41c1e;
}

.sidebar-instagram {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.instagram-photo-link {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #06c25e;
  border-style: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1), box-shadow .4s cubic-bezier(.215, .61, .355, 1), color .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

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

.button-2.contact-button {
  align-self: center;
}

.social-icons {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
}

.social-icons.margin-top {
  margin-top: 24px;
}

.subscribe-v3-text-2 {
  margin-bottom: 16px;
}

.full-width {
  width: 100%;
}

.instagram-hover {
  z-index: 1;
  background-color: #fff;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.thumbnail-2 {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.thumbnail-2.grey, .thumbnail-2.grey:hover {
  filter: grayscale();
}

.post-v3-thumbnail {
  border-radius: 6px;
  flex: none;
  width: 35%;
  height: 250px;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.post-v3-content {
  flex: 1;
  padding-left: 30px;
}

.post-v3-heading {
  margin-top: -4px;
}

.post-v3-card {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.post-mini {
  background-color: var(--white-smoke);
  color: #151515;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.post-mini-thumbnail {
  border-radius: 6px;
  flex: none;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
}

.post-mini-content {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.post-mini-heading {
  color: #000;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-medium-2 {
  grid-column-gap: 35px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.thumbnail-medium-2 {
  border-radius: 2px;
  align-items: flex-start;
  height: 256px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pagination-left {
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  display: flex;
}

.page-count {
  color: #777;
  width: 80px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 24px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.pagination-right {
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  display: flex;
}

.pagination {
  justify-content: space-between;
  margin-top: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.post-share {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100px;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
  position: sticky;
  top: 150px;
}

.post-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
}

.post-heading {
  text-transform: capitalize;
  margin-top: 12px;
}

.post-heading.no-top-padding {
  margin-top: 0;
}

.post-wrapper {
  height: auto;
  padding-top: 48px;
  display: flex;
  position: relative;
}

.post-wrapper.bottom-padding {
  margin-bottom: 101px;
}

.badge-3 {
  z-index: 3;
  color: #fff;
  background-color: #151515b3;
  border-radius: 12px;
  height: 24px;
  margin-right: 15px;
  padding: 3px 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  position: relative;
}

.post-hero-gradient {
  z-index: 0;
  background-image: linear-gradient(#15151500 25%, #151515cc);
  position: absolute;
  inset: 0%;
}

.post-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
}

.post-hero-content {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.post-hero-content.alt {
  text-align: left;
  flex: none;
  max-width: 1200px;
}

.subscribe-v1-grid {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 470px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.post-subscribe {
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-top: 56px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px;
}

.post-more {
  width: 100%;
  padding-top: 56px;
}

.mini-icon {
  width: 14px;
  margin-right: 8px;
}

.post-body {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.post-bottom-category {
  color: #151515;
  font-weight: 600;
}

.post-bottom-category:hover {
  text-decoration: underline;
}

.post-author-link {
  color: #777;
  text-transform: uppercase;
  margin-top: -8px;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
}

.post-author-link:hover {
  text-decoration: underline;
}

.post-bottom-info {
  color: #777;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.grid-mini {
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-columns: 1fr;
  margin-left: 15px;
  margin-right: 15px;
  display: grid;
}

.post {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.post-about {
  background-color: #f6f6f6;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 48px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.post-first-letter {
  float: left;
  margin-top: 6px;
  margin-right: 12px;
  font-size: 64px;
  line-height: 40px;
  display: inline-block;
}

.post-tags {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  display: block;
}

.header-text {
  margin-top: 0;
  margin-bottom: 0;
}

.post-tags-list {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.banner-sidebar {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  transition: filter .3s;
  overflow: hidden;
}

.banner-sidebar:hover {
  filter: brightness(95%);
}

.post-author {
  border-right: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  padding: 16px 32px;
  display: flex;
}

.content-wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.content-wrapper.nav-bar-v1-wrapper {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.content-wrapper.no-top-padding {
  padding-top: 50px;
}

.content-wrapper.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.team-member {
  text-align: left;
}

.team-member-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  height: 248px;
}

.team-member-info {
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.team-member-name {
  margin-top: 0;
  margin-bottom: 0;
}

.team-member-page-link {
  color: #151515;
  text-align: center;
  letter-spacing: .8px;
  text-transform: uppercase;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  min-width: 80px;
  margin-top: 3px;
  margin-left: 12px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 8px;
  font-weight: 600;
  line-height: 20px;
  transition: all .3s;
}

.team-member-page-link:hover {
  color: #fff;
  background-color: #06c25e;
  border-color: #0000;
}

.team-member-bio {
  color: #777;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 20px;
}

.team-member-links {
  color: #000;
  background-color: #f5f5f5;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
}

.team-member-links:hover {
  background-color: #0000001a;
}

.team-member-links.alt {
  color: #fff;
  background-color: #ffffff21;
  width: 250px;
}

.team-member-links.alt:hover {
  background-color: #ffffff30;
}

.team-member-link {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  padding: 2px;
  transition: transform .3s;
  display: flex;
}

.team-member-link:hover {
  transform: translate(0, -2px);
}

.link-block {
  color: #000;
  border-bottom: 1px solid #fff;
  margin-right: 10px;
  text-decoration: none;
}

.link-block:hover {
  border-bottom: 1px dashed #000;
}

.text-block {
  margin-left: 15px;
}

.text-block.white {
  color: #fff;
  margin-left: 0;
}

.bio-thumbnail {
  background-image: url('../images/webclip.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100px;
  height: 100px;
}

.pdf-report-div {
  border-radius: 5px;
  margin-bottom: 3px;
  overflow: hidden;
}

.collection {
  margin-bottom: 0;
}

.collection-list-wrapper {
  justify-content: center;
  align-items: center;
}

.spacer {
  height: 100px;
}

.reports-home-card {
  background-color: #181818;
  border-radius: 2px;
  min-width: 300px;
  padding: 15px;
}

.tabs {
  margin-bottom: 50px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.checkbox {
  width: 15px;
  height: 15px;
  margin-top: 7px;
  margin-left: -20px;
  margin-right: 10px;
}

.checkbox-label:hover {
  text-decoration: underline;
}

.profile-image-div {
  outline-offset: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  outline: 1px solid #fff;
  width: 400px;
  height: 400px;
  margin-left: auto;
}

.text-block-2 {
  border-left: 1px solid #fff;
  margin-left: 20px;
  padding-left: 20px;
}

.div-block-2, .div-block-3 {
  display: flex;
}

.empty-state {
  background-color: #fff;
}

.pagination-right-copy {
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex;
}

.button-div {
  border-bottom: 1px solid #e6e6e6;
  justify-content: flex-end;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.button-div.dark {
  border-bottom-color: #3b3b3b;
}

.more-link-2 {
  color: #777;
  text-transform: uppercase;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.next-previous-button {
  color: #000;
  background-color: #fafafa;
  border: 1px solid #ccc;
  transition: all .4s;
}

.next-previous-button:hover {
  background-color: var(--medium-sea-green);
  color: #fff;
}

.div-block-4 {
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  margin-right: 14px;
  display: flex;
}

.section-3 {
  z-index: 2;
  padding: 24px 32px;
}

.section-3.big-paddings {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-form {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
}

.contact-heading {
  text-align: center;
  margin-bottom: 48px;
}

.contact {
  align-items: stretch;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.input-wrapper {
  position: relative;
}

.contact-v2-form {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-v2-sidebar {
  position: sticky;
  top: 120px;
}

.contact-v2-info {
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.text-grey-2 {
  color: #777;
}

.contact-v2-heading {
  margin-bottom: 40px;
}

.grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.report-thumbnails {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.report-thumbnails.grey, .report-thumbnails.grey:hover {
  filter: grayscale();
}

.thumbnail-2-copy {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.thumbnail-2-copy.grey, .thumbnail-2-copy.grey:hover {
  filter: grayscale();
}

.thumbnail-medium-2-copy {
  border-radius: 2px;
  align-items: flex-start;
  height: 400px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.share-div {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 35px;
  height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  padding: 10px 5px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.social-share {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-top: 3px;
  overflow: hidden;
}

.social-share:hover {
  background-color: var(--medium-sea-green);
}

.share-links {
  margin-top: 24px;
}

.share-icon {
  color: #6d6d6d;
  background-color: #f2f2f2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  font-size: 17px;
  transition: color .2s;
  display: flex;
}

.share-icon:hover {
  color: #000;
}

.share-icon.mail {
  font-weight: 400;
}

.floating-icons-transpareent {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 60px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% auto auto 30px;
}

.float-transparent-embed {
  background-color: #000;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 58px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.transparent-icon-float {
  border-bottom: 1px #000;
  border-right: 1px #fff;
  justify-content: center;
  align-items: center;
  width: 58px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.share-div-2 {
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 48px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 5px;
  right: 0;
}

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

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

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

.search {
  display: none;
}

.search-result-item {
  background-color: var(--white-smoke);
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 15px;
  padding: 25px;
  display: flex;
}

.link {
  color: #000;
  font-weight: 700;
}

.search-2 {
  background-color: var(--white-smoke);
  margin-bottom: 50px;
  padding: 25px;
}

.div-block-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  max-width: 200px;
  min-height: 200px;
  margin-right: 25px;
}

.collection-item-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.badge-4 {
  z-index: 3;
  color: #fff;
  background-color: #000000b3;
  border-radius: 2px;
  height: 24px;
  margin-right: 5px;
  padding: 3px 12px;
  font-size: 11px;
  font-weight: 200;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

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

.text-block-3 {
  color: #a8a8a8;
  align-self: auto;
  font-size: 11px;
}

.text-block-4 {
  color: #a8a8a8;
  font-size: 11px;
}

.footer-bottom-2 {
  color: #777;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #e6e6e6;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 9px;
  line-height: 12px;
  display: flex;
}

.text-block-5 {
  color: #a7a7a7;
  font-size: 11px;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding: 2em 0%;
}

.button-3 {
  color: #000;
  background-color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  font-weight: 400;
}

.page-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
}

.section-4 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-4.bg-neutral-200.careers-mission {
  background-color: #000;
  padding-top: 230px;
  padding-bottom: 150px;
  position: relative;
}

.section-4.bg-neutral-200.careers-mission.less-padding {
  padding-top: 150px;
}

.section-4.careers-hero {
  -webkit-text-stroke-width: 0px;
  background-color: #000;
  background-image: url('../images/globe-background.png');
  background-position: 100% 100%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 50px;
  padding-bottom: 0;
  overflow: hidden;
}

.paragraph-3.careers-hero {
  color: #fff;
  max-width: 510px;
  margin-bottom: 60px;
  font-weight: 200;
}

.paragraph-3.white {
  color: #fff;
}

.section-8 {
  text-align: center;
  margin: 20px 0 60px;
}

.button-4 {
  background-color: #303030;
  margin-bottom: 10px;
  margin-right: 10px;
  font-weight: 400;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.careers-hero-wrapper-2 {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 130px;
  display: block;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 80px;
  position: relative;
}

.team-grid-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.nav-link-3 {
  z-index: 1;
  color: #fff;
  border-bottom: 1px solid #000;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
  transition: background-color .15s;
}

.nav-link-3:hover {
  color: #fff;
  border-bottom: 1px solid #00aa50;
}

.nav-link-3.w--current {
  color: #fffdfd;
  border-bottom-color: #00aa50;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.more-link-3 {
  color: #777;
  text-transform: uppercase;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.section-logo {
  width: 100%;
  display: block;
  overflow: hidden;
}

.logo-slide_section {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
}

.about-block-3 {
  text-align: left;
}

.button-5 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-style: none;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1), box-shadow .4s cubic-bezier(.215, .61, .355, 1), color .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.button-5:hover {
  color: #fff;
  background-color: #00aa50;
}

.button-5.subscribe-button {
  text-align: left;
  background-color: #fafafa;
  background-image: url('../images/mail-black.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  height: 40px;
  padding: 8px 20px 8px 44px;
  font-size: 13px;
  font-weight: 100;
  line-height: 20px;
  display: none;
  overflow: hidden;
}

.button-5.subscribe-button:hover {
  color: #000;
  background-color: #00aa50;
}

.button-5.small {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 100px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px 20px;
  font-size: 14px;
  line-height: 30px;
}

.button-5.small:hover {
  background-color: #00aa50;
}

.button-5.small.alt {
  color: #fff;
  background-color: #000;
}

.button-5.small.alt:hover {
  color: #fff;
  background-color: #00aa50;
  border-color: #00aa50;
}

.content-wrapper-2 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
  position: relative;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
}

.nav-link-4 {
  z-index: 1;
  color: #fff;
  border-bottom: 1px solid #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 100;
  text-decoration: none;
  transition: all .15s;
}

.nav-link-4:hover {
  border-bottom: 1px solid #fff;
}

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

.header-block-2 {
  z-index: 2;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  margin-left: 10px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.header-block-2.dark {
  border-bottom-color: #3b3b3b;
}

.grid-medium-3 {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-columns: 1fr;
  display: block;
}

.header-2 {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  display: flex;
}

.header-2.white {
  color: #fff;
}

.text-block-6 {
  color: #a7a7a7;
  font-size: 11px;
}

.bold-text-2 {
  color: #fff;
  font-style: italic;
  font-weight: 800;
}

.logo-slider-img-copy {
  width: 200px;
}

.paragraph-4 {
  font-weight: 400;
}

.logo-slider-img {
  width: 200px;
}

.section-9 {
  background-color: #f5f5f5;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  margin-bottom: 24px;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.section-10 {
  z-index: 2;
  background-color: #f5f5f5;
  padding: 50px 32px;
  position: relative;
}

.section-10.back {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.section-10.customer-logos {
  margin-bottom: 50px;
}

.section-10.hero {
  color: #fff;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-10.hero.about-hero {
  background-image: linear-gradient(#000, #000);
  height: 33vh;
  margin-top: -50px;
}

.section-10.big-paddings {
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 120px;
}

.section-10.footer-v1-section {
  z-index: 1;
  background-color: #000;
  border-top: 1px solid #e6e6e6;
  padding-top: 64px;
  padding-bottom: 0;
  position: relative;
}

.wrapper-3 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper-3.nav-bar-v1-wrapper {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.button-6 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-style: none;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1), box-shadow .4s cubic-bezier(.215, .61, .355, 1), color .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.button-6:hover {
  color: #fff;
  background-color: #00aa50;
}

.button-6.subscribe-button {
  text-align: left;
  background-color: #fafafa;
  background-image: url('../images/mail-black.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  height: 40px;
  padding: 8px 20px 8px 44px;
  font-size: 13px;
  font-weight: 100;
  line-height: 20px;
  display: none;
  overflow: hidden;
}

.button-6.subscribe-button:hover {
  color: #000;
  background-color: #00aa50;
}

.button-6.small {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 100px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px 20px;
  font-size: 14px;
  line-height: 30px;
}

.button-6.small:hover {
  background-color: #00aa50;
}

.button-6.small.alt {
  color: #fff;
  background-color: #000;
}

.button-6.small.alt:hover {
  color: #fff;
  background-color: #00aa50;
  border-color: #00aa50;
}

.section-11 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-11.bg-neutral-200.careers-mission {
  background-color: #000;
  padding-top: 230px;
  padding-bottom: 150px;
  position: relative;
}

.section-11.bg-neutral-200.careers-mission.less-padding {
  padding-top: 150px;
}

.section-11.careers-hero {
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: hidden;
}

.paragraph-5.careers-hero {
  max-width: 484px;
  margin-bottom: 42px;
}

.paragraph-5.white {
  color: #fff;
}

.paragraph-5.careers-hero {
  color: #fff;
  max-width: 510px;
  margin-bottom: 60px;
  font-weight: 200;
}

.text-block-7 {
  color: #a8a8a8;
  font-size: 11px;
}

.grid-medium-4 {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-7 {
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.nav-link-5 {
  z-index: 1;
  color: #fff;
  border-bottom: 1px solid #000;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
  transition: background-color .15s;
}

.nav-link-5:hover {
  color: #fff;
  border-bottom: 1px solid #00aa50;
}

.nav-link-5.w--current {
  color: #fffdfd;
  border-bottom-color: #00aa50;
}

.careers-hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.more-link-4 {
  color: #777;
  text-transform: uppercase;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.about-block-4 {
  text-align: left;
}

.section-12 {
  z-index: 2;
  padding: 50px 32px;
  position: relative;
}

.section-12.hero {
  color: #fff;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-12.hero.about-hero {
  background-image: linear-gradient(#000, #000);
  height: 30vh;
  margin-top: -50px;
}

.section-12.big-paddings {
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 120px;
}

.section-12.footer-v1-section {
  z-index: 1;
  background-color: #000;
  border-top: 1px solid #e6e6e6;
  padding-top: 64px;
  padding-bottom: 0;
  position: relative;
}

.content-wrapper-3 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
}

.next-previous-button-2 {
  color: #000;
  background-color: #fafafa;
  border: 1px solid #ccc;
  transition: all .4s;
}

.next-previous-button-2:hover {
  color: #fff;
  background-color: #00aa50;
}

.footer-bottom-3 {
  color: #777;
  text-transform: uppercase;
  border-top: 1px solid #e6e6e6;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 9px;
  line-height: 12px;
  display: flex;
}

.text-block-8 {
  color: #a8a8a8;
  font-size: 11px;
}

.text-block-9 {
  color: #a7a7a7;
  font-size: 11px;
}

.button-7 {
  color: #000;
  background-color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  font-weight: 400;
}

.page-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.section-13 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-13.bg-neutral-200.careers-mission {
  background-color: #000;
  padding-top: 230px;
  padding-bottom: 150px;
  position: relative;
}

.section-13.bg-neutral-200.careers-mission.less-padding {
  padding-top: 150px;
}

.section-13.careers-hero {
  -webkit-text-stroke-width: 0px;
  background-color: #000;
  background-image: url('../images/globe-background.png');
  background-position: 100% 100%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 50px;
  padding-bottom: 0;
  overflow: hidden;
}

.section-14 {
  text-align: center;
  margin: 20px 0 60px;
}

.nav-link-6 {
  z-index: 1;
  color: #fff;
  border-bottom: 1px solid #000;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
  transition: background-color .15s;
}

.nav-link-6:hover {
  color: #fff;
  border-bottom: 1px solid #00aa50;
}

.nav-link-6.w--current {
  color: #fffdfd;
  border-bottom-color: #00aa50;
}

.about-block-5 {
  text-align: left;
}

.button-8 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-style: none;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1), box-shadow .4s cubic-bezier(.215, .61, .355, 1), color .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.button-8:hover {
  color: #fff;
  background-color: #00aa50;
}

.button-8.subscribe-button {
  text-align: left;
  background-color: #fafafa;
  background-image: url('../images/mail-black.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  height: 40px;
  padding: 8px 20px 8px 44px;
  font-size: 13px;
  font-weight: 100;
  line-height: 20px;
  display: none;
  overflow: hidden;
}

.button-8.subscribe-button:hover {
  color: #000;
  background-color: #00aa50;
}

.button-8.small {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 100px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px 20px;
  font-size: 14px;
  line-height: 30px;
}

.button-8.small:hover {
  background-color: #00aa50;
}

.button-8.small.alt {
  color: #fff;
  background-color: #000;
}

.button-8.small.alt:hover {
  color: #fff;
  background-color: #00aa50;
  border-color: #00aa50;
}

.header-block-3 {
  z-index: 2;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  margin-left: 10px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.header-block-3.dark {
  border-bottom-color: #3b3b3b;
}

.header-3 {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  display: flex;
}

.header-3.white {
  color: #fff;
}

.bold-text-3 {
  color: #fff;
  font-style: italic;
  font-weight: 800;
}

.paragraph-6 {
  font-weight: 400;
}

.section-16 {
  background-color: #f5f5f5;
  overflow: hidden;
}

.section-18 {
  z-index: 2;
  background-color: #f5f5f5;
  padding: 50px 32px;
  position: relative;
}

.section-18.back {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.section-18.customer-logos {
  margin-bottom: 50px;
}

.section-18.hero {
  color: #fff;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-18.hero.about-hero {
  background-image: linear-gradient(#000, #000);
  height: 33vh;
  margin-top: -50px;
}

.section-18.big-paddings {
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 120px;
}

.section-18.footer-v1-section {
  z-index: 1;
  background-color: #000;
  border-top: 1px solid #e6e6e6;
  padding-top: 64px;
  padding-bottom: 0;
  position: relative;
}

.text-block-10 {
  color: #a7a7a7;
  font-size: 11px;
}

.button-9 {
  color: #000;
  background-color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  font-weight: 400;
}

.section-19 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-19.bg-neutral-200.careers-mission {
  background-color: #000;
  padding-top: 230px;
  padding-bottom: 150px;
  position: relative;
}

.section-19.bg-neutral-200.careers-mission.less-padding {
  padding-top: 150px;
}

.section-19.careers-hero {
  -webkit-text-stroke-width: 0px;
  background-color: #000;
  background-image: url('../images/globe-background.png');
  background-position: 100% 100%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 50px;
  padding-bottom: 0;
  overflow: hidden;
}

.section-20 {
  text-align: center;
  margin: 20px 0 60px;
}

.nav-link-7 {
  z-index: 1;
  color: #fff;
  border-bottom: 1px solid #000;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
  transition: background-color .15s;
}

.nav-link-7:hover {
  color: #fff;
  border-bottom: 1px solid #00aa50;
}

.nav-link-7.w--current {
  color: #fffdfd;
  border-bottom-color: #00aa50;
}

.about-block-6 {
  text-align: left;
}

.button-10 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-style: none;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1), box-shadow .4s cubic-bezier(.215, .61, .355, 1), color .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.button-10:hover {
  color: #fff;
  background-color: #00aa50;
}

.button-10.subscribe-button {
  text-align: left;
  background-color: #fafafa;
  background-image: url('../images/mail-black.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  height: 40px;
  padding: 8px 20px 8px 44px;
  font-size: 13px;
  font-weight: 100;
  line-height: 20px;
  display: none;
  overflow: hidden;
}

.button-10.subscribe-button:hover {
  color: #000;
  background-color: #00aa50;
}

.button-10.small {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 100px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px 20px;
  font-size: 14px;
  line-height: 30px;
}

.button-10.small:hover {
  background-color: #00aa50;
}

.button-10.small.alt {
  color: #fff;
  background-color: #000;
}

.button-10.small.alt:hover {
  color: #fff;
  background-color: #00aa50;
  border-color: #00aa50;
}

.header-block-4 {
  z-index: 2;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  margin-left: 10px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.header-block-4.dark {
  border-bottom-color: #3b3b3b;
}

.header-4 {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  display: flex;
}

.header-4.white {
  color: #fff;
}

.text-block-11 {
  color: #a7a7a7;
  font-size: 11px;
}

.bold-text-4 {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.paragraph-7 {
  font-weight: 400;
}

.section-22 {
  background-color: #f5f5f5;
  overflow: hidden;
}

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

.section-24 {
  z-index: 2;
  background-color: #f5f5f5;
  padding: 50px 32px;
  position: relative;
}

.section-24.back {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.section-24.customer-logos {
  margin-bottom: 50px;
}

.section-24.hero {
  color: #fff;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-24.hero.about-hero {
  background-image: linear-gradient(#000, #000);
  height: 33vh;
  margin-top: -50px;
}

.section-24.big-paddings {
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 120px;
}

.section-24.footer-v1-section {
  z-index: 1;
  background-color: #000;
  border-top: 1px solid #e6e6e6;
  padding-top: 64px;
  padding-bottom: 0;
  position: relative;
}

.header-block-5 {
  z-index: 2;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  margin-left: 10px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.header-5 {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  display: flex;
}

.section-25 {
  z-index: 2;
  background-color: #f5f5f5;
  padding: 50px 32px;
  position: relative;
}

.section-25.back {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.post-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: block;
  position: relative;
}

.badge-5 {
  z-index: 3;
  color: #fff;
  background-color: #000000b3;
  border-radius: 2px;
  height: 24px;
  margin-right: 5px;
  padding: 3px 12px;
  font-size: 11px;
  font-weight: 200;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

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

.logo-slider-img-copy-copy, .logo-slider-img-copy-copy-copy {
  width: 200px;
}

.consent_components {
  display: block;
  position: relative;
}

.consent_placeholder {
  aspect-ratio: 16 / 9;
  display: none;
}

.consent_placeholder_iframe {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: block;
  position: absolute;
  inset: 0%;
}

.consent_placeholder_wrapper {
  z-index: 2;
  pointer-events: auto;
  color: #fff;
  text-align: center;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-size: .75rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.consent_placeholder_text {
  font-size: 1rem;
}

.consent_prefs_heading {
  font-size: 1.25rem;
  font-weight: 700;
}

.consent_prefs_category-content {
  border: 1px solid #d9d9d9;
  border-radius: .5rem;
  display: none;
  overflow: hidden;
}

.consent_prefs_category-content.is-active {
  border-style: solid;
  flex-flow: column;
  display: flex;
}

.consent_prefs_form-block {
  z-index: 2;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 32rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.consent_prefs_provider-accordion {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.consent_prefs_option {
  display: flex;
}

.consent_banner {
  color: #000;
  background-color: #fff;
  border: 1px solid silver;
  border-radius: .5rem;
  flex-flow: column;
  max-width: 30rem;
  padding: 1.5rem;
  display: block;
}

.consent_prefs_form {
  background-color: #fff;
  border: 1px solid silver;
  border-radius: .5rem;
  width: 100%;
  max-width: 32rem;
  height: 100%;
  max-height: 80vh;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.consent_prefs_label-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.consent_prefs_header {
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.consent_prefs_close-icon {
  color: #000;
  width: 1rem;
  line-height: 0;
}

.consent_prefs_caret {
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.consent_prefs_caret.is-active {
  transform: rotate(180deg);
}

.consent_banner_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 1;
  color: #000;
  flex-flow: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto auto 10px 10px;
}

.consent_prefs_checkbox {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.consent_prefs_provider-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: none;
  overflow: hidden;
}

.consent_prefs_provider-content.is-active {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.consent_logo {
  height: 1.25rem;
}

.consent_prefs_checkbox-toggle {
  background-color: #fff;
  border-radius: 999px;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}

.consent_prefs_checkbox-toggle.is-active {
  background-color: #fff;
  margin-left: 1.25rem;
}

.consent_prefs_close {
  color: #fff;
  cursor: pointer;
  border-radius: 999rem;
  padding: .5rem;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.consent_prefs_close:hover {
  opacity: .5;
}

.consent_prefs_empty-message {
  color: gray;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.consent_opt-in_banner {
  z-index: 99999;
  margin-bottom: 1rem;
  margin-right: 1rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.consent_prefs_checkbox-label, .consent_opt-in {
  display: none;
}

.consent_prefs_detail {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.consent_prefs_description {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.consent_button_accept {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.consent_button_accept:hover {
  opacity: .7;
}

.consent_button_prefs {
  color: #333;
  background-color: #0000;
  border-bottom: 1px solid #000;
  padding: .5rem .25rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
}

.consent_button_prefs:hover {
  opacity: .7;
}

.consent_banner_paragraph {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.consent_prefs_popup {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: relative;
  inset: 0%;
}

.consent_provider_template {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: .75rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 0 .5px #d9d9d9;
}

.consent_prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.consent_prefs_checkbox-field.is-focused {
  outline-offset: 1px;
  outline: 1px solid #18ad3a;
}

.consent_prefs_checkbox-field.is-active {
  background-color: #18ad3a;
}

.consent_prefs_open-icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.consent_prefs_tracker-template {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #f5f5f5;
  border-radius: .25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: .75rem;
  display: flex;
  overflow: hidden;
}

.consent_prefs_value {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.consent_prefs_label-active {
  color: #000;
  border: 1px solid silver;
  border-radius: .25rem;
  flex: none;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 400;
}

.consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.consent_prefs_list {
  flex-flow: column;
  display: flex;
  overflow: auto;
}

.consent_banner_privacy-link {
  color: #4169e1;
  text-decoration: underline;
}

.consent_prefs_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.consent_prefs_icon.is-active {
  transform: rotate(90deg);
}

.consent_prefs_label {
  margin-right: .25rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.consent_prefs_page {
  color: #4169e1;
  font-size: .875rem;
  line-height: 1.5;
  text-decoration: underline;
}

.consent_checkbox_label {
  margin-bottom: 0;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.consent_prefs_buttons {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f5f5f5;
  border-top: 1px solid silver;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.consent_opt-in_prefs {
  z-index: 99998;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  position: fixed;
  inset: 0%;
}

.consent_button_prefs-submit {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: opacity .2s;
}

.consent_button_prefs-submit:hover {
  opacity: .7;
}

.consent_prefs_open-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: opacity .2s;
  display: flex;
}

.consent_prefs_open-button:hover {
  opacity: .7;
}

.consent_prefs_category-accordion {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.consent_opt-in_open-prefs {
  z-index: 99999;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: block;
  position: fixed;
  inset: auto auto 0% 0%;
}

.consent_prefs_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #f5f5f5;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.consent_prefs_empty-state {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: .25rem;
  padding: 1rem;
}

.consent_button_reject {
  color: #000;
  text-align: center;
  background-color: #0000001a;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.consent_button_reject:hover {
  opacity: .7;
}

.consent_prefs_form-wrapper {
  color: #000;
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow: visible;
}

.consent_banner_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 1.5rem;
  display: flex;
}

.consent_opt-out {
  display: block;
}

.consent_opt-out_banner {
  z-index: 9999;
  margin-bottom: 1rem;
  margin-right: 1rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.consent_opt-out_open-prefs {
  z-index: 99999;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: block;
  position: fixed;
  inset: auto auto 0% 0%;
}

.consent_opt-out_prefs {
  z-index: 99998;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  position: fixed;
  inset: 0%;
}

.consent_opt-out-2 {
  display: none;
}

.collection-list-wrapper-2 {
  display: block;
}

.report-thumbnail-container {
  border-radius: 2px;
  align-items: flex-start;
  height: 0;
  padding: 0 20px 129.41%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .section-logo, .logo-slide_section {
    width: 100%;
  }

  .centered-heading {
    font-size: 36px;
  }

  .header-block-2 {
    margin-left: 10px;
  }

  .logo_component-slider {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
    max-height: none;
  }

  .section-5 {
    width: 100%;
    height: 0%;
    min-height: 80px;
  }

  .section-10 {
    background-color: #f5f5f5;
  }

  .section-10.back {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .header-block-3 {
    margin-left: 10px;
  }

  .section-18 {
    background-color: #f5f5f5;
  }

  .section-18.back {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .header-block-4 {
    margin-left: 10px;
  }

  .section-24 {
    background-color: #f5f5f5;
  }

  .section-24.back {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .header-block-5 {
    margin-left: 10px;
  }

  .section-25 {
    background-color: #f5f5f5;
  }

  .section-25.back {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .section-2 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-2.careers-hero {
    padding-top: 202px;
    padding-bottom: 101px;
  }

  .section-2.bg-neutral-200.careers-mission {
    padding-top: 268px;
    padding-bottom: 268px;
  }

  .bg.skew-top, .bg.skew-top._1 {
    top: -.3%;
  }

  .page-padding.s0 {
    width: 100%;
  }

  .section-4 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-4.bg-neutral-200.careers-mission {
    padding-top: 268px;
    padding-bottom: 268px;
    display: none;
  }

  .section-4.careers-hero {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 800px;
    background-attachment: scroll;
    padding-top: 202px;
    padding-bottom: 101px;
  }

  .section-8 {
    text-align: center;
    margin: 20px 0 60px;
    position: static;
  }

  .button-4 {
    background-color: #303030;
    margin-right: 10px;
    font-weight: 400;
  }

  .section-7 {
    width: 100%;
  }

  .centered-heading {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-6 {
    margin: 50px 0;
  }

  .logo_component-slider {
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .section-10 {
    background-color: #f5f5f5;
  }

  .section-10.back {
    background-color: #fff;
  }

  .section-11 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-11.bg-neutral-200.careers-mission {
    padding-top: 268px;
    padding-bottom: 268px;
  }

  .section-11.careers-hero {
    padding-top: 202px;
    padding-bottom: 101px;
  }

  .section-13 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-13.bg-neutral-200.careers-mission {
    padding-top: 268px;
    padding-bottom: 268px;
    display: none;
  }

  .section-13.careers-hero {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 800px;
    background-attachment: scroll;
    padding-top: 202px;
    padding-bottom: 101px;
  }

  .section-14 {
    text-align: center;
    margin: 20px 0 60px;
    position: static;
  }

  .section-15 {
    width: 100%;
  }

  .section-17 {
    margin: 50px 0;
  }

  .section-18 {
    background-color: #f5f5f5;
  }

  .section-18.back {
    background-color: #fff;
  }

  .section-19 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-19.bg-neutral-200.careers-mission {
    padding-top: 268px;
    padding-bottom: 268px;
    display: none;
  }

  .section-19.careers-hero {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 800px;
    background-attachment: scroll;
    padding-top: 202px;
    padding-bottom: 101px;
  }

  .section-20 {
    text-align: center;
    margin: 20px 0 60px;
    position: static;
  }

  .section-21 {
    width: 100%;
  }

  .section-23 {
    margin: 50px 0;
  }

  .section-24 {
    background-color: #f5f5f5;
  }

  .section-24.back {
    background-color: #fff;
  }

  .section-25 {
    background-color: #f5f5f5;
  }

  .section-25.back {
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .sg-button-wrapper {
    padding: 40px 12%;
  }

  .nav-right {
    flex: 1;
    margin-left: 0;
    padding-right: 0;
  }

  .dropdown-space {
    display: none;
  }

  .nav-brand-v1 {
    min-height: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-line-bottom {
    background-color: #fff;
  }

  .footer-v1-brand {
    justify-content: flex-start;
    width: 250px;
    height: 80px;
  }

  .nav-link {
    text-align: center;
    width: 100%;
    padding: 12px 20px 12px 16px;
    font-size: 14px;
    font-weight: 400;
  }

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

  .footer-v1-column {
    width: 50%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .menu-button {
    background-color: #0000;
    width: 60px;
    height: 60px;
    padding: 20px;
  }

  .menu-button.w--open {
    color: #151515;
    background-color: #0000;
  }

  .dropdown-link {
    z-index: 1;
    color: #151515;
    text-align: center;
    padding: 12px 32px;
    font-weight: 400;
  }

  .dropdown-link:hover {
    color: #151515;
    background-color: #0000;
    padding-left: 32px;
  }

  .dropdown-link:active {
    width: 100%;
  }

  .nav-menu-small {
    display: block;
  }

  .dropdown-posts {
    display: none;
  }

  .dropdown {
    width: 100%;
  }

  .page-intro {
    max-width: 80vw;
  }

  .dropdown-wrapper.w--open {
    width: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: auto;
    right: auto;
  }

  .no-margin {
    margin: 0;
  }

  .search-form-input {
    background-position: 16px;
    width: 100%;
    padding-left: 40px;
  }

  .search-form-input:focus {
    width: 200px;
  }

  .search-form-input::placeholder {
    color: #777;
  }

  .sg-block {
    padding-bottom: 96px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .sg-header {
    margin-bottom: 64px;
  }

  .menu-line-top {
    background-color: #fff;
  }

  .dropdown-sidebar {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .dropdown-list {
    z-index: 2;
    position: relative;
  }

  .dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-list.big-list {
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .footer-bottom {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .search-form {
    flex: 0 auto;
    margin-bottom: 4px;
    padding: 4px 0;
  }

  .search-form:focus {
    text-align: left;
    flex-grow: 1;
  }

  .menu-line-middle {
    background-color: #fff;
  }

  .menu-icon {
    width: 20px;
    height: 20px;
  }

  .sg-categories {
    display: none;
    top: 64px;
  }

  .nav-link-small {
    padding: 12px 20px 12px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }

  .nav-link-small:hover {
    text-decoration: none;
  }

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

  .footer-bottom-left {
    flex: 0 auto;
    width: 65%;
  }

  .section {
    padding: 24px 25px;
  }

  .section.big-paddings {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero {
    min-height: 0;
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .section.hero.about-hero {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.hero.longintro {
    height: auto;
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.top-section {
    margin-top: 24px;
  }

  .section.post-hero-section {
    background-image: none;
  }

  .sg-button-block {
    width: 50%;
    padding: 8px;
  }

  .dropdown-post-grid {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, .5fr));
    margin-left: 8px;
    margin-right: 8px;
  }

  .wrapper.nav-bar-v1-wrapper {
    justify-content: flex-end;
  }

  .nav-menu-v1 {
    background-color: #000;
    flex: 0 auto;
    width: 100%;
    max-height: 100vh;
    margin-top: -60px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-bottom: 12px;
    padding-right: 16px;
    position: absolute;
    overflow: auto;
  }

  .up-button {
    display: none;
  }

  .nav-bar-v1 {
    height: auto;
    padding: 10px 0;
  }

  .about-block-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .team {
    padding-left: 8px;
    padding-right: 8px;
  }

  .team-grid {
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
  }

  .about-block-1 {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-link-2 {
    text-align: center;
    padding: 12px 20px 12px 16px;
    font-weight: 400;
  }

  .nav-link-2:hover {
    color: #fff;
    background-color: #0000;
    margin-left: 15px;
    text-decoration: none;
  }

  .header-block.side-margins {
    margin-left: 8px;
    margin-right: 8px;
  }

  .header {
    font-size: 25px;
    line-height: 28px;
  }

  .grid-medium {
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
    margin-left: 8px;
    margin-right: 8px;
  }

  .post-card {
    background-color: #fff;
    max-width: 100%;
  }

  .thumbnail-medium {
    height: 250px;
  }

  .side-posts {
    flex: 0 auto;
    width: 100%;
  }

  .grid-list {
    margin-left: 8px;
    margin-right: 8px;
  }

  .content-with-sidebar {
    flex-wrap: wrap;
  }

  .sidebar {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .sidebar-block.sticky {
    position: static;
  }

  .grid-big {
    grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
    margin-left: 8px;
    margin-right: 8px;
  }

  .sidebar-category:hover {
    box-shadow: inset 0 0 0 1px #fff6;
  }

  .post-summary {
    font-size: 12px;
    line-height: 20px;
  }

  .section-2 {
    padding-top: 141px;
    padding-bottom: 141px;
  }

  .section-2.careers-hero {
    padding-top: 80px;
    padding-bottom: 65px;
  }

  .section-2.bg-neutral-200.careers-mission {
    padding-top: 171px;
    padding-bottom: 171px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .careers-hero-wrapper {
    flex-direction: column;
  }

  .paragraph.careers-hero {
    max-width: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  ._2-buttons-wrapper.careers-hero {
    justify-content: center;
  }

  .title.careers-hero {
    margin-bottom: 10px;
  }

  .title.careers-mission {
    max-width: 454px;
    margin-bottom: 20px;
  }

  .title.careers-mission.no-top-padding {
    max-width: 100%;
  }

  .title.careers-hero {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 59px;
  }

  .split-content.careers-hero-right {
    margin-right: 0;
  }

  .split-content.careers-mission-left {
    max-width: 100%;
    margin-right: 0;
  }

  .split-content.careers-mission-right {
    min-width: auto;
    max-width: 648px;
    margin-bottom: 70px;
  }

  .split-content.careers-hero-left {
    text-align: center;
    text-align: center;
    max-width: 660px;
    margin-bottom: 80px;
  }

  .bg.skew-top {
    border-bottom-width: 83px;
  }

  .bg.skew-bottom {
    border-top-width: 83px;
  }

  .careers-mission-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .badge-2 {
    margin-bottom: 20px;
  }

  .instagram-hover {
    display: none;
  }

  .post-v3-thumbnail {
    width: 34vw;
    height: 26vw;
  }

  .post-v3-content {
    padding-left: 24px;
    padding-right: 32px;
  }

  .post-v3-card {
    background-color: #fff;
  }

  .grid-medium-2 {
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
    margin-left: 8px;
    margin-right: 8px;
  }

  .thumbnail-medium-2 {
    height: 35vw;
  }

  .post-share {
    align-items: flex-end;
    width: 104px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .post-heading {
    font-size: 45px;
    line-height: 45px;
  }

  .post-wrapper {
    flex-wrap: wrap;
    padding-top: 24px;
  }

  .post-content {
    flex: 0 auto;
    width: 100%;
  }

  .post-hero-content {
    max-width: 100%;
    margin-left: 0;
    padding-right: 8px;
  }

  .post-hero-content.alt {
    flex: 1;
  }

  .post-subscribe {
    margin-left: 8px;
    margin-right: 8px;
  }

  .post-more {
    padding-left: 8px;
    padding-right: 8px;
  }

  .grid-mini {
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
    margin-left: 8px;
    margin-right: 8px;
  }

  .post {
    order: -1;
    padding-left: 8px;
    padding-right: 8px;
  }

  .content-wrapper.nav-bar-v1-wrapper {
    justify-content: flex-end;
  }

  .team-member-photo {
    height: 31vw;
  }

  .collection-list {
    display: flex;
  }

  .collection-item {
    flex: 1;
  }

  .profile-image-div {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: cover;
    width: 400px;
    height: 300px;
  }

  .section-3 {
    padding: 24px 8px;
  }

  .section-3.big-paddings {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .contact {
    padding-left: 8px;
    padding-right: 8px;
  }

  .contact-v2-sidebar {
    display: flex;
  }

  .contact-v2-info {
    flex: 1;
    padding-right: 30px;
  }

  .grid {
    grid-row-gap: 48px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .share-links {
    display: none;
  }

  .floating-icons-transpareent {
    width: 40px;
    left: 10px;
  }

  .float-transparent-embed {
    width: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .transparent-icon-float {
    width: 40px;
    height: auto;
    min-height: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .search-result-item {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-6 {
    max-width: 100px;
    height: 100%;
    max-height: 100%;
  }

  .footer-bottom-2 {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .page-padding.s0 {
    margin: 0;
    padding: 0;
  }

  .page-heading-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .section-4 {
    padding-top: 141px;
    padding-bottom: 141px;
  }

  .section-4.bg-neutral-200.careers-mission {
    padding-top: 171px;
    padding-bottom: 171px;
  }

  .section-4.careers-hero {
    padding-top: 80px;
    padding-bottom: 65px;
  }

  .paragraph-3.careers-hero {
    max-width: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 728px;
  }

  .careers-hero-wrapper-2 {
    flex-direction: column;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .nav-link-3 {
    text-align: center;
    padding: 12px 20px 12px 16px;
    font-weight: 400;
  }

  .nav-link-3:hover {
    color: #fff;
    background-color: #0000;
    margin-left: 15px;
    text-decoration: none;
  }

  .section-logo {
    overflow: hidden;
  }

  .centered-heading {
    font-size: 26px;
    line-height: 34px;
  }

  .about-block-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-link-4 {
    text-align: center;
    width: 100%;
    padding: 12px 20px 12px 16px;
    font-size: 14px;
    font-weight: 400;
  }

  .nav-link-4:hover {
    background-color: #0000;
    text-decoration: none;
  }

  .grid-medium-3 {
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
    margin-left: 8px;
    margin-right: 8px;
  }

  .header-2 {
    font-size: 25px;
    line-height: 28px;
  }

  .bold-text-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .logo-slider-img-copy, .logo-slider-img {
    width: 174px;
  }

  .logo_component-slider {
    grid-column-gap: 1rem;
  }

  .team-member-image {
    width: 130px;
    height: 130px;
  }

  .section-10 {
    padding: 24px 25px;
  }

  .section-10.hero {
    min-height: 0;
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .section-10.hero.about-hero {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-10.big-paddings {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .wrapper-3.nav-bar-v1-wrapper {
    justify-content: flex-end;
  }

  .section-11 {
    padding-top: 141px;
    padding-bottom: 141px;
  }

  .section-11.bg-neutral-200.careers-mission {
    padding-top: 171px;
    padding-bottom: 171px;
  }

  .section-11.careers-hero {
    padding-top: 80px;
    padding-bottom: 65px;
  }

  .paragraph-5.careers-hero {
    max-width: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-medium-4 {
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
    margin-left: 8px;
    margin-right: 8px;
  }

  .nav-link-5 {
    text-align: center;
    padding: 12px 20px 12px 16px;
    font-weight: 400;
  }

  .nav-link-5:hover {
    color: #fff;
    background-color: #0000;
    margin-left: 15px;
    text-decoration: none;
  }

  .careers-hero-wrapper-3 {
    flex-direction: column;
  }

  .about-block-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-12 {
    padding: 24px 25px;
  }

  .section-12.hero {
    min-height: 0;
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .section-12.hero.about-hero {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-12.big-paddings {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-bottom-3 {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .page-heading-3 {
    font-size: 40px;
    line-height: 50px;
  }

  .section-13 {
    padding-top: 141px;
    padding-bottom: 141px;
  }

  .section-13.bg-neutral-200.careers-mission {
    padding-top: 171px;
    padding-bottom: 171px;
  }

  .section-13.careers-hero {
    padding-top: 80px;
    padding-bottom: 65px;
  }

  .nav-link-6 {
    text-align: center;
    padding: 12px 20px 12px 16px;
    font-weight: 400;
  }

  .nav-link-6:hover {
    color: #fff;
    background-color: #0000;
    margin-left: 15px;
    text-decoration: none;
  }

  .about-block-5 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .header-3 {
    font-size: 25px;
    line-height: 28px;
  }

  .bold-text-3 {
    font-size: 40px;
    line-height: 40px;
  }

  .section-18 {
    padding: 24px 25px;
  }

  .section-18.hero {
    min-height: 0;
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .section-18.hero.about-hero {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-18.big-paddings {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-19 {
    padding-top: 141px;
    padding-bottom: 141px;
  }

  .section-19.bg-neutral-200.careers-mission {
    padding-top: 171px;
    padding-bottom: 171px;
  }

  .section-19.careers-hero {
    padding-top: 80px;
    padding-bottom: 65px;
  }

  .nav-link-7 {
    text-align: center;
    padding: 12px 20px 12px 16px;
    font-weight: 400;
  }

  .nav-link-7:hover {
    color: #fff;
    background-color: #0000;
    margin-left: 15px;
    text-decoration: none;
  }

  .about-block-6 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .header-4 {
    font-size: 25px;
    line-height: 28px;
  }

  .bold-text-4 {
    font-size: 40px;
    line-height: 40px;
  }

  .section-24 {
    padding: 24px 25px;
  }

  .section-24.hero {
    min-height: 0;
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .section-24.hero.about-hero {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-24.big-paddings {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .header-5 {
    font-size: 25px;
    line-height: 28px;
  }

  .section-25 {
    padding: 24px 25px;
  }

  .post-card-2 {
    background-color: #fff;
    max-width: 100%;
  }

  .logo-slider-img-copy-copy, .logo-slider-img-copy-copy-copy {
    width: 174px;
  }
}

@media screen and (max-width: 767px) {
  .sg-button-wrapper {
    padding-left: 25%;
    padding-right: 25%;
  }

  .search-button {
    background-size: 24px;
  }

  .divider-small {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-brand-v1 {
    padding-bottom: 2px;
  }

  .nav-brand-v1.w--current {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-v1-brand {
    width: 200px;
    height: 70px;
    padding-bottom: 2px;
  }

  .footer-v1-column {
    width: 100%;
    padding-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v1-column.about {
    text-align: center;
    align-items: center;
  }

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

  .footer-v1-logo {
    width: 100%;
    height: 100%;
  }

  .footer-v1-nav-link {
    justify-content: center;
  }

  .no-margin {
    margin: 0;
  }

  .button.subscribe-button {
    color: #0000;
    background-position: 12px;
    width: 40px;
    padding-left: 20px;
  }

  .footer-v1 {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .footer-bottom {
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sg-categories {
    display: none;
  }

  .footer-bottom-left {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .form-info {
    margin-top: 28px;
  }

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

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

  .section.hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero.about-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.top-section {
    margin-top: 20px;
  }

  .sg-button-block {
    width: 100%;
  }

  .footer-bottom-right {
    justify-content: flex-start;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-bar-v1 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-2-columns {
    column-count: 1;
  }

  .signature {
    height: 52px;
  }

  .team-grid {
    grid-row-gap: 32px;
  }

  .about-block-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-info {
    left: 24px;
    right: 24px;
  }

  .thumbnail-medium {
    padding: 16px;
  }

  .grid-big {
    grid-row-gap: 32px;
  }

  .post-info-author {
    display: none;
  }

  .post-info-author.text-white {
    display: flex;
  }

  .section-2 {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .section-2.careers-hero {
    padding-bottom: 60px;
  }

  .section-2.bg-neutral-200.careers-mission {
    padding-top: 140px;
    padding-bottom: 137px;
  }

  .button-primary {
    padding-left: 35px;
    padding-right: 35px;
  }

  .button-primary._2-buttons {
    margin-right: 22px;
  }

  .paragraph.careers-hero {
    margin-bottom: 35px;
  }

  .image.careers-mission-2 {
    border-radius: 20px;
  }

  .button-secondary {
    padding-left: 35px;
    padding-right: 35px;
  }

  .title.careers-hero {
    max-width: 438px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.careers-mission {
    margin-bottom: 15px;
  }

  .title.careers-hero {
    max-width: 438px;
    margin-left: auto;
    margin-right: auto;
    line-height: 45px;
  }

  .split-content.careers-mission-right {
    margin-bottom: 60px;
  }

  .split-content.careers-hero-left {
    margin-bottom: 70px;
  }

  .bg.skew-top {
    border-bottom-width: 64px;
  }

  .bg.skew-bottom {
    border-top-width: 64px;
  }

  .badge-2 {
    margin-bottom: 15px;
  }

  .post-v3-content {
    padding-left: 16px;
    padding-right: 0;
  }

  .post-v3-heading {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 24px;
  }

  .thumbnail-medium-2 {
    padding: 16px;
  }

  .post-avatar {
    width: 88px;
    height: 88px;
  }

  .post-heading {
    font-size: 35px;
    line-height: 35px;
  }

  .subscribe-v1-grid {
    margin-left: 0;
    margin-right: 0;
  }

  .post-subscribe {
    margin-top: 40px;
    padding: 40px;
  }

  .post-bottom-info {
    left: 24px;
    right: 24px;
  }

  .post-about {
    flex-wrap: wrap;
    display: block;
  }

  .post-tags {
    padding-top: 32px;
    padding-bottom: 0;
  }

  .banner-sidebar {
    display: none;
  }

  .post-author {
    border-bottom: 1px solid #e6e6e6;
    border-right-style: none;
    width: auto;
    padding-top: 0;
    padding-bottom: 32px;
  }

  .spacer {
    height: 50px;
  }

  .reports-home-card {
    min-width: auto;
  }

  .profile-image-div {
    margin-top: 35px;
    margin-bottom: 35px;
    margin-right: auto;
  }

  .text-block-2 {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-2 {
    flex-direction: column;
    width: 100%;
  }

  .div-block-3 {
    display: flex;
  }

  .section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .contact-v2-sidebar {
    flex-wrap: wrap;
  }

  .thumbnail-medium-2-copy {
    height: 55vw;
    padding: 16px;
  }

  .share-div {
    margin-right: 10px;
  }

  .floating-icons-transpareent {
    width: 30px;
  }

  .share-div-2 {
    margin-right: 10px;
  }

  .search-result-item {
    flex-direction: column-reverse;
  }

  .div-block-6 {
    width: 100%;
    max-width: 100%;
    height: 450px;
    max-height: 400px;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .footer-bottom-2 {
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .page-padding.s0 {
    pointer-events: auto;
    margin: 30px 0;
  }

  .section-4 {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .section-4.bg-neutral-200.careers-mission {
    padding-top: 140px;
    padding-bottom: 137px;
  }

  .section-4.careers-hero {
    background-repeat: repeat-x;
    background-size: cover;
    padding-bottom: 60px;
  }

  .paragraph-3.careers-hero {
    margin-bottom: 35px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    pointer-events: auto;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .centered-heading {
    font-size: 24px;
  }

  .button-5.subscribe-button {
    color: #0000;
    background-position: 12px;
    width: 40px;
    padding-left: 20px;
  }

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

  .logo-slider-img-copy, .logo-slider-img {
    width: 125px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .section-10 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-10.hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-10.hero.about-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .button-6.subscribe-button {
    color: #0000;
    background-position: 12px;
    width: 40px;
    padding-left: 20px;
  }

  .section-11 {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .section-11.bg-neutral-200.careers-mission {
    padding-top: 140px;
    padding-bottom: 137px;
  }

  .section-11.careers-hero {
    padding-bottom: 60px;
  }

  .paragraph-5.careers-hero {
    margin-bottom: 35px;
  }

  .section-12 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-12.hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-12.hero.about-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .footer-bottom-3 {
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section-13 {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .section-13.bg-neutral-200.careers-mission {
    padding-top: 140px;
    padding-bottom: 137px;
  }

  .section-13.careers-hero {
    background-repeat: repeat-x;
    background-size: cover;
    padding-bottom: 60px;
  }

  .button-8.subscribe-button {
    color: #0000;
    background-position: 12px;
    width: 40px;
    padding-left: 20px;
  }

  .bold-text-3 {
    font-size: 35px;
    line-height: 30px;
  }

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

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

  .section-18.hero.about-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section-19 {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .section-19.bg-neutral-200.careers-mission {
    padding-top: 140px;
    padding-bottom: 137px;
  }

  .section-19.careers-hero {
    background-repeat: repeat-x;
    background-size: cover;
    padding-bottom: 60px;
  }

  .button-10.subscribe-button {
    color: #0000;
    background-position: 12px;
    width: 40px;
    padding-left: 20px;
  }

  .bold-text-4 {
    font-size: 35px;
    line-height: 30px;
  }

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

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

  .section-24.hero.about-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section-25 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-slider-img-copy-copy, .logo-slider-img-copy-copy-copy {
    width: 125px;
  }

  .consent_placeholder_wrapper {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  strong {
    font-size: 35px;
  }

  .sg-button-wrapper {
    padding-left: 20%;
    padding-right: 20%;
  }

  .nav-right {
    padding-left: 0;
  }

  .nav-brand-v1 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-brand-v1.w--current, .footer-v1-brand.w--current {
    flex: none;
  }

  .footer-v1-column {
    padding-bottom: 30px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .page-intro {
    max-width: none;
    padding-left: 8px;
    padding-right: 8px;
  }

  .page-heading {
    font-size: 35px;
    line-height: 35px;
  }

  .no-margin {
    margin: 0;
  }

  .search-form-input:focus {
    width: 100%;
  }

  .sg-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-v1 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .search-form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.back.featured-slider-home {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sg-button-block {
    width: 100%;
  }

  .dropdown-post-grid {
    grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
  }

  .team-grid {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .grid-medium {
    grid-row-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
  }

  .wrapper-2, .post-info.text-white {
    flex-direction: column;
  }

  .sidebar {
    flex: 1;
    width: auto;
  }

  .post-info-author.text-white {
    flex-direction: column;
    display: flex;
  }

  .section-2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-2.careers-hero {
    padding-top: 50px;
  }

  .section-2.bg-neutral-200.careers-mission {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-primary-arrow {
    margin-left: 10px;
  }

  .button-primary {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button-primary._2-buttons {
    margin-right: 0;
  }

  .paragraph.careers-hero {
    margin-bottom: 0;
  }

  .button-secondary {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  ._2-buttons-wrapper {
    flex-flow: column;
  }

  .title.careers-hero {
    font-size: 35px;
    line-height: 35px;
  }

  .title.careers-mission {
    max-width: 343px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 35px;
  }

  .title.careers-mission.no-top-padding, .title.careers-hero, .title.careers-hero {
    font-size: 35px;
    line-height: 35px;
  }

  .split-content.careers-mission-right {
    margin-bottom: 50px;
  }

  .split-content.careers-hero-left {
    margin-bottom: 60px;
  }

  .bg.skew-top {
    border-bottom-width: 53px;
  }

  .bg.skew-bottom {
    border-top-width: 53px;
  }

  .careers-mission-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .badge-2 {
    font-size: 14px;
  }

  .button-2.contact-button {
    align-self: stretch;
  }

  .post-v3-thumbnail {
    width: auto;
    height: 64vw;
    display: block;
  }

  .post-v3-content {
    padding-left: 0;
  }

  .post-v3-heading {
    margin-top: 16px;
  }

  .post-v3-card {
    display: block;
  }

  .post-mini {
    width: auto;
  }

  .grid-medium-2 {
    grid-row-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
  }

  .thumbnail-medium-2 {
    height: 64vw;
  }

  .post-share {
    display: none;
  }

  .post-heading {
    font-size: 35px;
    line-height: 35px;
  }

  .post-hero-content {
    margin-right: 0;
    padding-right: 0;
  }

  .subscribe-v1-grid {
    grid-template-columns: 100%;
  }

  .post-subscribe {
    max-width: none;
    padding: 32px;
  }

  .post-body {
    display: block;
  }

  .grid-mini {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .post-tags {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .team-member-photo {
    height: 60vw;
  }

  .team-member-links {
    width: 100%;
  }

  .text-block {
    margin-top: 15px;
    margin-left: 0;
  }

  .profile-image-div {
    width: 100%;
    height: 300px;
    margin-top: 20px;
    margin-right: auto;
  }

  .button-div {
    justify-content: center;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-v2-info {
    flex: 0 auto;
    width: 100%;
  }

  .thumbnail-medium-2-copy {
    height: 120vw;
  }

  .floating-icons-transpareent {
    left: 10px;
  }

  .float-transparent-embed {
    width: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparent-icon-float {
    width: 30px;
    min-height: auto;
    padding: 10px 8px;
  }

  .search-result-item {
    overflow: hidden;
  }

  .div-block-6 {
    height: 200px;
    max-height: 200px;
  }

  .page-padding.s0 {
    margin: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .page-heading-2 {
    font-size: 35px;
    line-height: 35px;
  }

  .section-4 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-4.bg-neutral-200.careers-mission {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .section-4.careers-hero {
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: contain;
    padding-top: 50px;
  }

  .paragraph-3.careers-hero {
    margin-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding: 0;
  }

  .container {
    max-width: none;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .grid-medium-3 {
    grid-row-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
  }

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

  .logo-slider-img-copy, .logo-slider-img {
    width: 100px;
  }

  .logo_component-slider {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    overflow: hidden;
  }

  .section-10.hero.about-hero {
    padding-bottom: 30px;
  }

  .section-11 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-11.bg-neutral-200.careers-mission {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .section-11.careers-hero {
    padding-top: 50px;
  }

  .paragraph-5.careers-hero {
    margin-bottom: 0;
  }

  .grid-medium-4 {
    grid-row-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
  }

  .page-heading-3 {
    font-size: 35px;
    line-height: 35px;
  }

  .section-13 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-13.bg-neutral-200.careers-mission {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .section-13.careers-hero {
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: contain;
    padding-top: 50px;
  }

  .bold-text-3 {
    font-size: 29px;
  }

  .section-18.hero.about-hero {
    padding-bottom: 30px;
  }

  .section-19 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-19.bg-neutral-200.careers-mission {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .section-19.careers-hero {
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: contain;
    padding-top: 50px;
  }

  .bold-text-4 {
    font-size: 29px;
  }

  .section-24.hero.about-hero {
    padding-bottom: 30px;
  }

  .logo-slider-img-copy-copy, .logo-slider-img-copy-copy-copy {
    width: 100px;
  }

  .consent_prefs_heading {
    font-size: 1rem;
  }

  .consent_banner {
    margin-left: 1rem;
    left: 0%;
  }

  .consent_prefs_label-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
  }

  .consent_banner_link {
    order: 1;
  }

  .consent_prefs_description {
    text-wrap: balance;
  }

  .consent_button_prefs {
    padding-left: 0;
    padding-right: 0;
  }

  .consent_prefs_popup {
    padding: 1.25rem;
  }

  .consent_prefs_label-active {
    border-style: none;
    padding: 0;
  }

  .consent_banner_buttons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .consent_prefs_buttons {
    flex-flow: column;
    align-items: stretch;
  }
}

#w-node-ff9cc39d-4b7e-400f-c99a-6675b993bdde-b47e21c4, #w-node-ff9cc39d-4b7e-400f-c99a-6675b993bde4-b47e21c4, #w-node-ff9cc39d-4b7e-400f-c99a-6675b993bdea-b47e21c4, #w-node-ff9cc39d-4b7e-400f-c99a-6675b993bdf0-b47e21c4, #w-node-_765541f7-62c7-d16d-60bc-f091370afae6-48c830da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_333ae15f-b8f4-5279-76f5-36923d8b32b4-e8c3ca47 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_8c44c16d-b030-6b3f-f44c-b6d81d63f135-e8c3ca47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2d28b3-15a7-cd9a-7d53-d83a1e11e3ac-e8c3ca47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_333ae15f-b8f4-5279-76f5-36923d8b32c8-e8c3ca47 {
  justify-self: start;
}

#w-node-_333ae15f-b8f4-5279-76f5-36923d8b32cf-e8c3ca47, #w-node-_333ae15f-b8f4-5279-76f5-36923d8b32cf-5aaadaeb {
  grid-area: 1 / 1 / 2 / 6;
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-ff9cc39d-4b7e-400f-c99a-6675b993bde4-b47e21c4, #w-node-ff9cc39d-4b7e-400f-c99a-6675b993bdea-b47e21c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_333ae15f-b8f4-5279-76f5-36923d8b32b4-e8c3ca47, #w-node-_333ae15f-b8f4-5279-76f5-36923d8b32cf-e8c3ca47, #w-node-_333ae15f-b8f4-5279-76f5-36923d8b32cf-5aaadaeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


