/* TEST typography */
:root {
  --h1-fs: 1.75rem;
  --h1-lh: 2rem;
  --h1-ls: -0.005em;
  --h2-fs: 1.75rem;
  --h2-fw: 400;
  --h2-lh: 2rem;
  --h2-ls: -0.005em;
  --h3-fs: 1.5rem;
  --h3-lh: 1.75rem;
  --h3-ls: -0.01em;
  --h4-fs: 1.5rem;
  --h4-lh: 1.75rem;
  --h4-ls: 0.01em;
  --h6-fs: 0.875rem;
  --h6-lh: 1.25rem;
  --h6-ls: -0.02em;
  --section-title-fs: 1.75rem;
  --section-title-lh: 2rem;
  --subtitle-1-fs: 1.75rem;
  --subtitle-1-lh: 2rem;
  --subtitle-2-fs: 1.5rem;
  --subtitle-2-lh: 1.875rem;
  --overline-1-fs: 1.25rem;
  --overline-1-lh: 1.5rem;
  --overline-2-fs: 1.125rem;
  --overline-2-lh: 1.375rem;
  --overline-3-fs: 1rem;
  --overline-3-lh: 1.25rem;
  --overline-3-ls: auto;
  --overline-4-fs: 0.875rem;
  --overline-4-lh: 1.25rem;
  --default-gutter: 1.5rem;
  --vertical-margin: 1rem;
  --vertical-items-spacing: 0.5rem;
}

@media (min-width: 48rem) {
  :root {
    --default-gutter: 2rem;
    --vertical-margin: 2rem;
    --vertical-items-spacing: 1rem;
  }
}

@media (min-width: 64rem) {
  :root {
    --h1-fs: 3rem;
    --h1-lh: 3.5rem;
    --h2-fs: 2.5rem;
    --h2-fw: 500;
    --h2-lh: 2.625rem;
    --h2-ls: -0.005em;
    --default-gutter: 2.5rem;
    --vertical-margin: 2.5rem;
    --h3-fs: 1.875rem;
    --h3-lh: 2.25rem;
    --h3-ls: auto;
    --h4-fs: 1.5rem;
    --h4-lh: 1.875rem;
    --h4-ls: auto;
    --h6-fs: 1.25rem;
    --h6-lh: 1.75rem;
    --h6-ls: -0.01em;
    --section-title-fs: 2.625rem;
    --section-title-lh: 3.125rem;
    --subtitle-1-fs: 3rem;
    --subtitle-1-lh: 3.5rem;
    --subtitle-2-fs: 1.875rem;
    --subtitle-2-lh: 2.25rem;
    --overline-1-fs: 2.25rem;
    --overline-1-lh: 2.75rem;
    --overline-2-fs: 1.5rem;
    --overline-2-lh: 1.75rem;
    --overline-3-fs: 1.125rem;
    --overline-3-lh: 1.5rem;
    --overline-3-ls: 0.02em;
    --overline-4-fs: 1rem;
    --overline-4-lh: 1.5rem;
  }
}

@media (min-width: 85.375rem) {
  :root {
    --default-gutter: 3rem;
  }
}

#job-dropdown option {
  height: 48px;
  font-size: 1.125rem;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#job-dropdown option:hover {
  width: 100%;
  background-color: #faf6f4;
}

#job-dropdown option:checked {
  background-color: #faf6f4;
}

.wrong-field::-webkit-input-placeholder {
  color: transparent;
}

#submitFrame {
  display: none;
}

.newsletter-inner-container {
  background: #faf6f4;
  display: block;
  margin: 30px auto;
  padding: 0 16px;
}

.newsletter-inner-container div {
  width: 100%;
}

.newsletter-inner-container__left {
  border-bottom: 1px solid #d82d1d;
  padding: 16px 0;
}

.newsletter-inner-container__left span {
  display: block;
  font-size: 1.25rem;
  font-family: RegModn, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}

.newsletter-inner-container__left a {
  font-family: RegModn, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
}

.newsletter-inner-container__left a.all-newsl {
  position: relative;
}

.newsletter-inner-container__left a.all-newsl:hover {
  color: #d82d1d;
}

.newsletter-inner-container__left a .icon {
  font-size: 8px;
  margin: 0;
  line-height: 0;
  position: absolute;
  right: -14px;
  top: 10px;
}

.newsletter-inner-container__left #logo {
  width: 135px;
  height: 18px;
  padding: 0;
  margin: 0;
  margin-bottom: 22px;
}

.newsletter-inner-container__left #logo img {
  width: 100%;
  -webkit-filter: invert(48%) sepia(48%) saturate(737%) hue-rotate(317deg) brightness(93%) contrast(95%);
          filter: invert(48%) sepia(48%) saturate(737%) hue-rotate(317deg) brightness(93%) contrast(95%);
}

.newsletter-inner-container__right {
  padding: 16px 0;
}

.newsletter-inner-container__right a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.newsletter-inner-container__right span {
  display: block;
  font-family: Canela, Georgia, serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
}

.newsletter-inner-container__right span.author {
  font-family: RegModn, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

.newsletter-inner-container__right button {
  width: 100%;
  padding: 12px 24px;
  background: #252524;
  color: #ffffff;
  font-family: RegModn, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  border: none;
  cursor: pointer;
}

.newsletter-inner-container__right button:hover {
  opacity: 0.7;
}

.pop-up {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 678px;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pop-up__title {
  display: block;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 300;
  font-family: Canela, Georgia, serif;
  text-align: center;
  margin-bottom: 1rem;
  color: #252524;
}

.pop-up__semi-title {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: RegModn, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #252524;
}

.pop-up__form {
  background: #faf6f4;
  max-height: 338px;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  margin-top: 0;
}

.pop-up__form::-webkit-scrollbar {
  width: 0.5rem;
  background: #faf6f4;
  -webkit-appearance: visible;
  appearance: visible;
  -moz-appearance: visible;
}

.pop-up__form::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border-radius: 20px;
}

.pop-up__close,
.pop-up .thank-you__close {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  border: none;
  background: transparent;
  color: #252524;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
}

.pop-up__close:hover,
.pop-up .thank-you__close:hover {
  color: #d82d1d;
}

.pop-up__inner {
  padding: 40px 27px 0 27px;
}

.pop-up__inner input[type="checkbox"] {
  position: relative;
  width: 0px;
  height: 0px;
  border: none;
}

.pop-up__inner input[type="checkbox"]::after {
  content: "";
  top: -42px;
  left: -4px;
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  position: absolute;
  background: #ffffff;
  border: 1px solid #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pop-up__inner input[type="checkbox"] + i {
  margin-left: 20px;
}

.pop-up__inner input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  position: absolute;
  background: black;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pop-up__inner input[type="checkbox"]:checked::before {
  content: "";
  left: 5px;
  top: -40px;
  width: 8px;
  height: 16px;
  border: solid #faf6f4;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 20;
  position: absolute;
}

.pop-up label {
  cursor: pointer;
  display: block;
  height: 1.875rem;
  position: relative;
  width: 100%;
}

.pop-up label h4 {
  position: relative;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  left: 2.5rem;
  margin: 0;
  font-family: Canela, Georgia, serif;
}

.pop-up__label-description {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: RegModn, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
  border-bottom: 1px solid #252524;
  color: #252524;
  padding-left: 40px;
  padding-bottom: 16px;
}

.pop-up__label-description:last-of-type {
  border-bottom: none;
}

.pop-up__submit-box {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-height: 338px;
  background: #ffffff;
  padding: 0 27px;
  text-align: center;
}

.pop-up__submit-box .email-input,
.pop-up__submit-box #job-dropdown {
  padding: 12px 15px;
  width: 100%;
  font-family: RegModn, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  border: 1px solid #7f7f7f;
  color: #7f7f7f;
  background: #ffffff;
}

.pop-up__submit-box .email-input::-webkit-input-placeholder,
.pop-up__submit-box #job-dropdown::-webkit-input-placeholder {
  opacity: 1;
}

.pop-up__submit-box .email-input:-ms-input-placeholder,
.pop-up__submit-box #job-dropdown:-ms-input-placeholder {
  opacity: 1;
}

.pop-up__submit-box .email-input::-ms-input-placeholder,
.pop-up__submit-box #job-dropdown::-ms-input-placeholder {
  opacity: 1;
}

.pop-up__submit-box .email-input::placeholder,
.pop-up__submit-box #job-dropdown::placeholder {
  opacity: 1;
}

.pop-up__submit-box .email-input {
  margin-top: 1.5rem !important;
}

.pop-up__submit-box input[type="checkbox"] {
  position: absolute;
  left: 0px;
  width: 0px;
  height: 0px;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.pop-up__submit-box input[type="checkbox"]::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  position: absolute;
  background: #ffffff;
  border: 1px solid #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pop-up__submit-box input[type="checkbox"] + i {
  margin-left: 20px;
}

.pop-up__submit-box input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  position: absolute;
  background: black;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pop-up__submit-box input[type="checkbox"]:checked::before {
  content: "";
  left: 9px;
  top: 2px;
  width: 8px;
  height: 16px;
  border: solid #faf6f4;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 20;
  position: absolute;
}

.pop-up__submit-box p {
  font-family: RegModn, "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  height: 5rem;
  position: relative;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 12px 0;
  left: 41px;
  width: 90%;
}

.pop-up__submit-box p a {
  text-decoration: underline;
}

.pop-up__submit-box p a:hover {
  color: #d82d1d;
}

.pop-up__submit-box .submit {
  background: #000000;
  color: #ffffff;
  padding: 12px 100px;
  margin-bottom: 24px;
  font-size: 1rem;
  font-family: RegModn, "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  cursor: pointer;
  width: 100%;
}

.pop-up__submit-box .submit.reverse-colors {
  color: #7f7f7f;
  background: #cccccc;
  cursor: not-allowed;
}

.pop-up__submit-box .submit:hover {
  opacity: 0.7;
}

.pop-up__error {
  font-family: RegModn, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  min-height: 16px;
  font-size: 12px;
  text-align: start;
  color: #eb0000;
  margin: 4px 0;
}

.pop-up__check {
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 0.75rem;
}

.pop-up__check .span-text {
  font-family: RegModn, "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  height: 5rem;
  position: relative;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 12px 0;
  left: 41px;
  width: 90%;
}

.pop-up__check .span-text a {
  border: none !important;
  text-decoration: underline;
}

.pop-up__check .span-text a:hover {
  color: #d82d1d;
}

.pop-up__check .consent__error {
  font-family: RegModn, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  min-height: 16px;
  font-size: 12px;
  text-align: start;
  color: #eb0000;
  margin: 4px 0;
}

.pop-in {
  -webkit-animation: pop-in;
          animation: pop-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.pop-in .wrong {
  font-family: RegModn, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 15px;
  left: 39px;
  font-size: 14px;
  background: white;
  padding: 0 3px;
  color: #eb0000;
  font-weight: 400;
}

.pop-out {
  -webkit-animation: pop-out;
          animation: pop-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes pop-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes pop-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes pop-out {
  0% {
    visibility: visible;
    opacity: 1;
  }
  50% {
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes pop-out {
  0% {
    visibility: visible;
    opacity: 1;
  }
  50% {
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

.thank-you {
  width: 100%;
  height: 25rem;
  background: #faf6f4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  padding: 0 16px;
}

.thank-you__pic {
  display: block;
  border-radius: 50%;
  background: #7cbb5c;
  margin: auto;
  height: 3rem;
  width: 3rem;
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.thank-you__pic::after {
  content: "";
  left: 19px;
  top: 10px;
  width: 9px;
  height: 22px;
  border: solid #faf6f4;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 20;
  position: absolute;
}

.thank-you__sub-header {
  font-family: RegModn, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  margin: auto;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.thank-you__header {
  font-family: Canela, Georgia, serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2rem;
  letter-spacing: -0.005em;
  text-align: center;
  margin-bottom: 0.5rem;
}

.thank-you__text {
  font-family: RegModn, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

.thank-you__button {
  display: block;
  padding: 12px 32px;
  background: #252524;
  font-family: RegModn, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  border: none;
  width: 100%;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.thank-you__button:hover {
  opacity: 0.7;
}

.c-author-list .c-author__name {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.c-author-list .c-author__name a:hover {
  border-bottom: 1px solid #252524;
}

@media (min-width: 48rem) {
  [data-md-column="0"] .l-segment__item:nth-child(0n + 1) {
    border-left: none;
  }
  [data-md-column="1"] .l-segment__item:nth-child(1n + 1) {
    border-left: none;
  }
  [data-md-column="2"] .l-segment__item:nth-child(2n + 1) {
    border-left: none;
  }
  [data-md-column="3"] .l-segment__item:nth-child(3n + 1) {
    border-left: none;
  }
  [data-md-column="4"] .l-segment__item:nth-child(4n + 1) {
    border-left: none;
  }
  [data-md-column="5"] .l-segment__item:nth-child(5n + 1) {
    border-left: none;
  }
  [data-md-column="6"] .l-segment__item:nth-child(6n + 1) {
    border-left: none;
  }
  [data-md-column="7"] .l-segment__item:nth-child(7n + 1) {
    border-left: none;
  }
  [data-md-column="8"] .l-segment__item:nth-child(8n + 1) {
    border-left: none;
  }
  [data-md-column="9"] .l-segment__item:nth-child(9n + 1) {
    border-left: none;
  }
  [data-md-column="10"] .l-segment__item:nth-child(10n + 1) {
    border-left: none;
  }
  [data-md-column="11"] .l-segment__item:nth-child(11n + 1) {
    border-left: none;
  }
  [data-md-column="12"] .l-segment__item:nth-child(12n + 1) {
    border-left: none;
  }
}

@media (min-width: 64rem) {
  [data-lg-column="0"] .l-segment__item:nth-child(0n + 1) {
    border-left: none;
  }
  [data-lg-column="1"] .l-segment__item:nth-child(1n + 1) {
    border-left: none;
  }
  [data-lg-column="2"] .l-segment__item:nth-child(2n + 1) {
    border-left: none;
  }
  [data-lg-column="3"] .l-segment__item:nth-child(3n + 1) {
    border-left: none;
  }
  [data-lg-column="4"] .l-segment__item:nth-child(4n + 1) {
    border-left: none;
  }
  [data-lg-column="5"] .l-segment__item:nth-child(5n + 1) {
    border-left: none;
  }
  [data-lg-column="6"] .l-segment__item:nth-child(6n + 1) {
    border-left: none;
  }
  [data-lg-column="7"] .l-segment__item:nth-child(7n + 1) {
    border-left: none;
  }
  [data-lg-column="8"] .l-segment__item:nth-child(8n + 1) {
    border-left: none;
  }
  [data-lg-column="9"] .l-segment__item:nth-child(9n + 1) {
    border-left: none;
  }
  [data-lg-column="10"] .l-segment__item:nth-child(10n + 1) {
    border-left: none;
  }
  [data-lg-column="11"] .l-segment__item:nth-child(11n + 1) {
    border-left: none;
  }
  [data-lg-column="12"] .l-segment__item:nth-child(12n + 1) {
    border-left: none;
  }
}

@media (min-width: 48rem) {
  .newsletter-inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .newsletter-inner-container div {
    width: 50%;
    margin: 48px 0;
  }
  .newsletter-inner-container__left {
    border-bottom: none;
    border-right: 1px solid #d82d1d;
    padding: 0;
    padding-left: 4rem;
    padding-right: 2.5rem;
  }
  .newsletter-inner-container__left span {
    font-size: 2.25rem;
    line-height: 2.875rem;
    margin-bottom: 3.375rem;
  }
  .newsletter-inner-container__left a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .newsletter-inner-container__right {
    padding: 0;
    padding-left: 2.5rem;
    padding-right: 4rem;
  }
  .newsletter-inner-container__right span {
    font-size: 1.625rem;
    line-height: 2.25rem;
    margin-bottom: 0.5rem;
    max-width: 255px;
  }
  .newsletter-inner-container__right span.author {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 2.25rem;
  }
  .newsletter-inner-container__right button {
    width: auto;
  }
  .pop-up {
    width: 560px;
    height: auto;
  }
  .pop-up__inner {
    padding: 48px 80px 0 80px;
  }
  .pop-up__submit-box {
    padding: 0px 80px;
    width: 560px;
    margin: 0 auto 15px auto;
  }
  .pop-up__submit-box .submit {
    width: auto;
    padding: 12px 33px;
  }
  .pop-up__submit-box .span-text {
    left: 41px;
    width: 360px;
    height: 3.75rem;
  }
  .pop-in .wrong {
    top: 15px;
    left: 92px;
  }
  .thank-you {
    width: 31rem;
    height: 24.3125rem;
    padding: 0 48px;
  }
  .thank-you__sub-header {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .thank-you__button {
    display: inline-block;
    width: auto;
    margin-bottom: 2rem;
  }
  .thank-you__text {
    margin-bottom: 2.5rem;
  }
  .horizontal-line {
    -webkit-margin-before: 3.25rem;
            margin-block-start: 3.25rem;
    -webkit-margin-after: 2.5rem;
            margin-block-end: 2.5rem;
    border: none;
    border-bottom: 1px solid #cccccc;
  }
}

@media (min-width: 64rem) {
  .newsletter-inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newsletter-inner-container__left {
    padding: 0;
    padding-right: 1.5rem;
    padding-left: 2.5rem;
    border-bottom: none;
    border-right: 1px solid #d82d1d;
  }
  .newsletter-inner-container__left span {
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin-bottom: 3.375rem;
  }
  .newsletter-inner-container__left a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .newsletter-inner-container__right {
    padding: 0;
    padding-left: 1.5rem;
    padding-right: 2.5rem;
  }
  .newsletter-inner-container__right span {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .newsletter-inner-container__right span.author {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .pop-up {
    margin: 15px auto 15px auto;
  }
  .pop-up__inner {
    padding: 48px 80px 0 80px;
  }
  .pop-up__title {
    padding: 0 16px;
  }
  .pop-up__semi-title {
    margin-bottom: 2.5rem;
    padding: 0 16px;
  }
  .pop-up__label-description {
    font-size: 0.875rem;
    padding-left: 2.5rem;
    padding-bottom: 1rem;
  }
  .pop-up__submit-box {
    position: fixed;
  }
  .pop-up__submit-box .email-input,
  .pop-up__submit-box #job-dropdown {
    padding: 12px 16px;
    font-size: 1rem;
  }
  .pop-up__submit-box label {
    font-size: 0.875rem;
  }
  .pop-up__submit-box #job-dropdown {
    margin-bottom: 0.75rem;
  }
  .thank-you {
    width: 35rem;
    height: 31.5625rem;
    padding: 0 80px;
  }
  .thank-you__pic {
    height: 4rem;
    width: 4rem;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
  }
  .thank-you__pic::after {
    left: 25px;
    top: 11px;
    width: 15px;
    height: 30px;
  }
  .thank-you__sub-header {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .thank-you__header {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .thank-you__text {
    margin-bottom: 2.5rem;
  }
  .thank-you__button {
    margin-bottom: 3rem;
  }
}

@media (min-width: 85.375rem) {
  .newsletter-inner-container__left {
    padding: 0;
    padding-left: 4rem;
    padding-right: 2.5rem;
  }
  .newsletter-inner-container__right {
    padding: 0;
    padding-left: 2.5rem;
    padding-right: 4rem;
  }
  .pop-in .wrong {
    top: 15px;
  }
  .pop-up {
    margin: auto;
  }
  .pop-up__title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    padding: 0 16px;
  }
  .pop-up__semi-title {
    padding: 0 16px;
  }
  .pop-up__submit-box {
    padding: 0px 80px;
  }
}