@font-face {
  font-family: Bst Ritma Trial;
  src: url('../fonts/BST-Ritma-Thin-Trial.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --purple: #6d326d;
  --black: #0e1021;
  --green: #61c9a8;
  --dark-purple: #36094d;
  --pale-yellow: #fff8e9;
  --off-white: #fffdf8;
  --gwynedd-green: #007b63;
  --white: white;
  --black-2: black;
  --dark-green: #0d4f56;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: var(--purple);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bst Ritma Trial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.div-block {
  background-color: #61c9a8;
}

.hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  min-height: 820px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-section.gwynedd {
  height: auto;
  padding-top: 36px;
  padding-bottom: 100px;
}

.left-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  width: 60%;
  height: auto;
  margin-top: 0;
  padding-right: 100px;
  line-height: 205px;
  display: flex;
}

.left-container.students {
  margin-top: 20px;
  margin-bottom: 25px;
}

.right-container {
  width: 40%;
  height: 680px;
  padding-top: 0;
  position: static;
  inset: 0% 0% 0% auto;
}

.body {
  background-color: #fffdf8;
}

.body.gwynedd {
  background-color: #fff;
}

.heading {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  margin-right: 20px;
  font-family: Bstritma;
  font-size: 45px;
  font-weight: 500;
  line-height: 45px;
}

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

.hero-copy {
  color: var(--black);
  width: 84%;
  margin-bottom: 0;
  padding-top: 28px;
  padding-bottom: 0;
  font-family: Bstritma Book;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.hero-copy.subtitle {
  font-family: Bstritma;
  font-size: 24px;
}

.hero-copy.subtitle.students {
  width: 92%;
}

.hero-copy.students {
  width: 94%;
}

.hero-copy.gwynedd-body {
  color: #0e1021;
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
  font-family: gill-sans-nova, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.button {
  font-size: 20px;
}

.register-button {
  background-color: var(--green);
  border-radius: 20px;
  margin-bottom: 13px;
  padding: 11px 26px;
  font-family: Bst Ritma Trial, sans-serif;
  font-size: 20px;
}

.footer {
  background-color: var(--purple);
  height: 260px;
  padding-top: 52px;
  position: relative;
  inset: auto 0% 0%;
}

.footer.gwynedd-footer {
  background-color: #007b63;
  margin-top: 10px;
}

.hero-container {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.form-block {
  background-color: var(--dark-purple);
  border: 3px solid #6d326d;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  height: 680px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.form {
  padding: 22px 32px 34px;
}

.submit-button {
  background-color: var(--green);
  color: var(--black);
  text-align: center;
  border-radius: 20px;
  flex: 1;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 26px;
  font-family: Bstritma;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.submit-button:hover {
  background-color: #aaebd6;
}

.form-entry {
  background-color: var(--pale-yellow);
  border: 3px solid #fff8e9;
  border-radius: 30px;
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field {
  color: var(--black);
  border: 0 #000;
  border-radius: 20px;
  flex: 1;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Bst Ritma Trial, sans-serif;
  font-weight: 300;
  box-shadow: 0 2px 5px #0003;
}

.field-label {
  color: var(--black);
  width: 110px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 0;
  font-family: Bstritma Book;
  font-size: 16px;
  font-weight: 400;
}

.heading-2 {
  color: #fff;
  margin-bottom: 18px;
  font-family: Bstritma;
  font-size: 40px;
}

.form-rich-text {
  color: #fff;
  text-align: center;
  padding-bottom: 2px;
  font-family: Bst Ritma Trial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-family: Bstritma Book;
  font-size: 14px;
}

.form-info {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 12px;
  font-family: Bst Ritma Trial, sans-serif;
}

.link {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.link:hover {
  font-weight: 400;
}

.form-header-div {
  justify-content: center;
  display: flex;
}

.image {
  margin-top: 1px;
  padding-left: 11px;
}

.purple-box {
  z-index: 999;
  background-color: var(--dark-purple);
  height: 320px;
  margin-top: -148px;
  display: block;
  position: static;
}

.rich-text-block {
  color: #fff;
  text-align: right;
  flex: 1;
  max-width: 540px;
  font-family: Bst Ritma Trial, sans-serif;
}

.rich-text-block.gwynedd-footer-text {
  max-width: 650px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.rich-text-block.gwynedd-footer-text.privacy-policy-block {
  color: #ce0f3f;
  margin-top: 20px;
}

.paragraph-3 {
  font-family: Bstritma Book;
  font-weight: 300;
}

.hero-section-v2 {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: block;
}

.body-v2 {
  background-color: var(--purple);
}

.form-block-v2 {
  background-color: var(--off-white);
  border: 3px solid #6d326d;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.heading-v2 {
  color: var(--off-white);
  margin-top: 50px;
  font-family: Bst Ritma Trial, sans-serif;
  font-size: 52px;
  line-height: 56px;
}

.hero-copy-copy-v2 {
  color: var(--off-white);
  width: 90%;
  padding-top: 28px;
  padding-bottom: 24px;
  font-family: Bst Ritma Trial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.heading-2-v2 {
  color: var(--dark-purple);
  margin-bottom: 34px;
  font-size: 40px;
}

.form-rich-text-v2 {
  color: var(--black);
  text-align: center;
  padding-bottom: 15px;
  font-family: Bst Ritma Trial, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.field-label-v2 {
  color: var(--black);
  width: 110px;
  margin-bottom: 0;
  padding-top: 9px;
  padding-left: 12px;
  padding-right: 0;
  font-family: Bst Ritma Trial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-entry-v2 {
  background-color: #fff8e9;
  border: 3px solid #fff8e9;
  border-radius: 30px;
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field-v2 {
  color: var(--black);
  border: 0 #000;
  border-radius: 20px;
  flex: 1;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Bst Ritma Trial, sans-serif;
  font-weight: 300;
  box-shadow: 0 2px 5px #0003;
}

.submit-button-v2 {
  background-color: var(--green);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 26px;
  font-family: Bst Ritma Trial, sans-serif;
  font-size: 20px;
  display: block;
}

.form-info-v2 {
  color: #fff;
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Bst Ritma Trial, sans-serif;
}

.link-2 {
  color: #fff;
  font-family: gill-sans-nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}

.link-2:hover {
  font-weight: 700;
}

.success-message {
  background-color: #fff0;
  padding-top: 83px;
  padding-left: 65px;
  padding-right: 65px;
}

.text-block {
  font-family: Bst Ritma Trial, sans-serif;
  font-weight: 700;
}

.error-message {
  background-color: #ffece8;
  border-radius: 20px;
  padding-left: 17px;
}

.text-block-2 {
  font-family: Bstritma Book;
}

.paragraph-4 {
  margin-bottom: -1px;
  font-family: Open Sans, sans-serif;
}

.paragraph-5 {
  margin-bottom: 2px;
  line-height: 22px;
}

.heading-3 {
  color: var(--pale-yellow);
  margin-bottom: 22px;
  font-family: Bstritma;
  font-size: 38px;
  line-height: 42px;
}

.paragraph-6 {
  margin-bottom: 20px;
  font-family: Bstritma Book;
}

.bold-text {
  color: var(--black);
  font-family: Bst Ritma Trial, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.bold-text-2, .bold-text-3 {
  color: var(--black);
}

.image-2 {
  margin-top: -1px;
  margin-right: 30px;
}

.logo.compass {
  margin-left: 19px;
}

.logo.partition {
  border-right: 2px solid #000;
  padding-right: 20px;
}

.logo.cpf {
  margin-left: 21px;
}

.logo.neu {
  margin-left: 25px;
}

.logo.gwynedd-logo.footer-logo {
  margin-right: 52px;
}

.share-button {
  background-color: var(--green);
  border-radius: 20px;
  justify-content: space-around;
  margin-bottom: 13px;
  margin-left: 18px;
  margin-right: 18px;
  padding: 6px 20px;
  display: flex;
}

.share-button:hover {
  background-color: #aaebd6;
}

.share-button.twitter {
  margin-left: 32px;
  margin-right: 32px;
}

.share-button.twitter:hover {
  background-color: #aaebd6;
}

.share-button.facebook {
  margin-left: 22px;
  margin-right: 22px;
}

.share-button.facebook:hover {
  background-color: #aaebd6;
}

.share-text {
  color: var(--black);
  padding-top: 2px;
  font-family: Bstritma;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.privacy-policy-rt {
  max-width: 800px;
  padding-left: 0;
  padding-right: 0;
  font-family: Bstritma;
}

.privacy-policy-rt p {
  margin-bottom: 12px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.privacy-policy-rt h4 {
  font-family: gill-sans-nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.privacy-policy-rt li {
  color: var(--black);
  margin-bottom: 4px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.privacy-policy-rt a {
  color: var(--gwynedd-green);
}

.heading-4 {
  color: var(--black);
  text-align: left;
  margin-top: 6px;
  margin-bottom: 60px;
  font-family: gill-sans-nova, sans-serif;
}

.heading-5 {
  font-family: Bst Ritma Trial, sans-serif;
  font-size: 24px;
}

.heading-6, .heading-7, .heading-8, .paragraph-7, .block-quote, .paragraph-8, .list-item, .list-item-2, .list-item-3, .paragraph-9, .list-item-4, .list-item-5, .list-item-6 {
  font-family: Bst Ritma Trial, sans-serif;
}

.paragraph-10 {
  color: var(--purple);
  font-family: Bst Ritma Trial, sans-serif;
}

.link-3 {
  color: var(--purple);
  text-decoration: underline;
}

.paragraph-11, .paragraph-12, .heading-9 {
  font-family: Bst Ritma Trial, sans-serif;
}

.privacy-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 55px;
  padding-bottom: 0;
  display: flex;
}

.body-2 {
  background-color: #fff;
}

.privacy-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-block {
  padding-bottom: 27px;
}

.bold-text-4, .bold-text-5 {
  font-family: Bstritma;
}

.bold-text-rt {
  font-family: gill-sans-nova, sans-serif;
}

.div-block-2 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.action-network-form-section {
  border: 3px solid var(--purple);
  background-color: var(--dark-purple);
  border-radius: 2.2rem;
  width: 40%;
  height: 100%;
  padding-top: 22px;
}

.action-network-form-section.gwynedd-box {
  background-color: #007b63;
  border-color: #408627;
  width: 40%;
  height: auto;
  margin-top: 0;
}

.form-heading {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 12px;
  font-family: Bstritma;
}

.paragraph-13 {
  margin-bottom: 4px;
}

.paragraph-14 {
  margin-bottom: 0;
}

.html-embed {
  margin-top: 0;
}

.container-popup {
  border: 3px solid var(--pale-yellow);
  background-color: var(--off-white);
  border-radius: 40px;
  align-self: center;
  width: 450px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 38px 34px 36px;
  display: block;
  position: fixed;
  inset: 0%;
}

.modal {
  z-index: 1000;
  background-image: linear-gradient(#000000b8, #000000b8);
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal.cy {
  display: none;
}

.pop-up-heading {
  color: var(--black);
  margin-top: 2px;
  margin-bottom: 20px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.pop-up-rte {
  color: var(--black);
  margin-bottom: 16px;
  font-family: Bstritma;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.rich-text-block-2 {
  font-size: 20px;
}

.rich-text-block-3 {
  color: var(--black);
  padding-bottom: 14px;
  font-family: Bstritma Book;
}

.opt-in-sure {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.close-button {
  background-color: var(--black);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.close-button:hover {
  background-color: var(--gwynedd-green);
}

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

.gradient {
  z-index: 500;
  background-image: linear-gradient(#000000c4, #000000c4);
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.subscribe-button {
  background-color: var(--gwynedd-green);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex: 1;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 26px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.subscribe-button:hover {
  color: var(--white);
  background-color: #0e1121;
}

.container-subscribe {
  z-index: 1000;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.paragraph-15 {
  font-family: gill-sans-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-16 {
  margin-bottom: 18px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.bold-text-7 {
  font-size: 48px;
  line-height: 54px;
}

.bold-text-7.gwynedd-heading {
  color: #0e1021;
  font-family: gill-sans-nova, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: var(--pale-yellow);
  border-radius: 0 0 1.5rem 1.5rem;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.is-small.gwynedd-wrapper {
  background-color: #f0f000;
}

.cookie-modal_button_text {
  color: var(--off-white);
  font-family: Bstritma;
}

.cookie-modal_button_text.dark {
  color: var(--black-2);
}

.cookie-modal_button_text.gwynedd-button-text {
  font-family: Open Sans, sans-serif;
}

.cookie-modal_description {
  font-family: Bstritma Book;
}

.cookie-modal_description.gwynedd-popup-body {
  color: #404040;
  font-family: Open Sans, sans-serif;
}

.cookie-modal_link {
  border-bottom: 1px solid var(--dark-green);
  color: var(--dark-green);
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #fff9e8;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.gwynedd-wrapper {
  background-color: #f0f000;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem 1.5rem .3rem;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_component {
  background-color: #fff9e8;
  border: 1px #fcda91;
  border-radius: 1.5rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: block;
  position: relative;
  box-shadow: -2px 0 .9rem -2px #2727271c;
}

.cookie-modal_component.gwynedd-popup {
  background-color: #f0f000;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  color: var(--black);
  font-family: Bstritma;
  font-size: 1.1875rem;
}

.cookie-modal_title.is-small.gwynedd-popup-head {
  color: #404040;
  font-family: Open Sans, sans-serif;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_button {
  background-color: var(--dark-green);
  color: #fff;
  text-align: center;
  border-radius: 8rem;
  flex: 1;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: var(--green);
  color: var(--black);
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_button.gwynedd-button {
  background-color: #007b63;
}

.cookie-modal_button.gwynedd-button:hover {
  color: #0e1021;
  background-color: #000;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  display: block;
  position: fixed;
  bottom: .04rem;
  left: 1.25rem;
  right: auto;
}

.cookie-popup_component.gwynedd-popup {
  display: block;
}

.paragraph-17 {
  color: #fff;
  text-align: right;
  width: 580px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.button-2 {
  background-color: var(--green);
  color: var(--black);
  border-radius: 20px;
  margin-top: 2px;
  margin-bottom: 18px;
  padding: 9px 30px;
  font-family: Bstritma;
  font-size: 18px;
}

.button-2.gwynedd-footer-button {
  color: #404040;
  background-color: #f0f000;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.bold-text-8 {
  line-height: 28px;
}

.bold-text-9 {
  font-family: Bstritma;
  line-height: 28px;
}

.bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13 {
  line-height: 28px;
}

.gwynedd-logo-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gwynedd-logo-text {
  color: #404040;
  margin-top: 18px;
  margin-left: 21px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
}

.gwynedd-logo-text.footer-logo-text {
  color: #fff;
  margin-top: 12px;
  margin-left: 16px;
  font-size: 22px;
}

.just-register-box {
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.just-register-copy {
  margin-bottom: 0;
  margin-left: 33px;
  padding-right: 40px;
  font-family: Open Sans, sans-serif;
  line-height: 18px;
}

.line {
  background-color: #404040;
  height: 1px;
  margin-top: 70px;
  margin-right: 0;
}

.privacy-policy {
  color: #ce0f3f;
  font-weight: 700;
  text-decoration: underline;
}

.mobile-button-wrapper {
  display: none;
}

.content {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.red-block {
  background-color: #ce0f3e;
  height: 20px;
}

.header {
  margin-top: 40px;
}

.header-container {
  max-width: 800px;
}

.language-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1100px;
  display: flex;
}

.div-block-4 {
  background-color: #007b63;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 150px;
  height: 36px;
}

.div-block-4:hover {
  width: 160px;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 500;
}

.language-text {
  color: #fff;
  text-align: center;
  padding-top: 5px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
    display: block;
  }

  .left-container {
    width: 100%;
    margin-top: 9px;
    margin-bottom: 32px;
  }

  .right-container {
    width: 100%;
    padding-bottom: 38px;
  }

  .heading {
    margin-top: 46px;
    font-size: 52px;
  }

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

  .hero-container {
    flex-direction: column;
    padding-top: 40px;
    padding-left: 46px;
    padding-right: 46px;
  }

  .form-block {
    height: 630px;
  }

  .form {
    padding-top: 18px;
  }

  .success-message {
    padding-top: 94px;
  }

  .paragraph-4 {
    margin-bottom: -2px;
  }

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

  .share-text {
    padding-right: 7px;
    font-size: 18px;
  }

  .privacy-section {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .privacy-container {
    flex-direction: column;
    padding-top: 0;
    padding-left: 46px;
    padding-right: 46px;
  }

  .action-network-form-section {
    width: 100%;
    padding-bottom: 38px;
  }

  .bold-text-8, .bold-text-11 {
    line-height: 28px;
  }

  .gwynedd-logo-wrapper {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .left-container {
    margin-top: 11px;
    margin-bottom: 19px;
    padding-right: 0;
  }

  .heading {
    margin-top: 36px;
    font-size: 38px;
    line-height: 112%;
  }

  .hero-copy {
    width: 100%;
    padding-top: 16px;
    font-size: 20px;
    line-height: 24px;
  }

  .hero-copy.gwynedd-body {
    margin-top: 20px;
    font-size: 18px;
    line-height: 125%;
  }

  .footer.gwynedd-footer {
    height: auto;
    padding-bottom: 40px;
  }

  .hero-container {
    flex-flow: column;
  }

  .container {
    flex-flow: column;
    justify-content: space-between;
  }

  .form-block {
    height: 640px;
  }

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

  .rich-text-block.gwynedd-footer-text {
    text-align: center;
    margin-top: 20px;
  }

  .rich-text-block.gwynedd-footer-text.privacy-policy-block {
    text-align: center;
  }

  .success-message {
    padding-top: 54px;
  }

  .paragraph-4 {
    padding-left: 67px;
  }

  .logo.cpf {
    margin-left: 21px;
  }

  .logo.gwynedd-logo {
    height: auto;
  }

  .heading-4 {
    margin-bottom: 23px;
  }

  .privacy-section {
    padding-top: 37px;
  }

  .privacy-container {
    width: 100%;
  }

  .link-block.w--current {
    padding-bottom: 14px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    margin-top: 16px;
  }

  .action-network-form-section.gwynedd-box {
    width: 100%;
  }

  .bold-text-7 {
    font-size: 40px;
    line-height: 44px;
  }

  .bold-text-7.gwynedd-heading {
    font-size: 30px;
    line-height: 118%;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-popup_component.gwynedd-popup {
    display: block;
  }

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

  .bold-text-8, .bold-text-11 {
    line-height: 28px;
  }

  .gwynedd-logo-text {
    margin-top: 5px;
  }

  .gwynedd-logo-text.footer-logo-text {
    margin-top: 3px;
  }

  .just-register-copy {
    padding-right: 0;
  }

  .mobile-button-wrapper {
    display: none;
  }

  .content {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.gwynedd {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .left-container {
    margin-top: 0;
  }

  .right-container {
    padding-top: 9px;
  }

  .heading {
    margin-top: 33px;
    margin-right: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .hero-copy {
    font-size: 18px;
    line-height: 22px;
  }

  .hero-copy.gwynedd-body {
    font-size: 20px;
    line-height: 130%;
  }

  .footer {
    height: auto;
    margin-top: 42px;
    padding-top: 27px;
    padding-bottom: 19px;
  }

  .footer.gwynedd-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-container {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    text-align: center;
    flex-direction: column;
  }

  .form-block {
    height: 630px;
  }

  .form {
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-field {
    margin-left: 16px;
    font-size: 12px;
    line-height: 18px;
  }

  .field-label {
    align-self: center;
    width: 60px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .form-rich-text {
    padding-bottom: 13px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .form-info {
    font-size: 12px;
  }

  .rich-text-block {
    max-width: 100%;
  }

  .rich-text-block.gwynedd-footer-text {
    width: auto;
    max-width: none;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .success-message {
    padding-top: 37px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .paragraph-4 {
    text-align: center;
    padding-left: 0;
    font-size: 12px;
  }

  .heading-3 {
    font-size: 34px;
  }

  .bold-text, .bold-text-2, .bold-text-3 {
    font-size: 16px;
  }

  .image-2 {
    padding-bottom: 18px;
  }

  .logo {
    width: 120px;
    max-width: 90%;
  }

  .logo.neu {
    width: 20%;
  }

  .logo.gwynedd-logo {
    width: auto;
    max-width: none;
    height: 90px;
    margin-top: 0;
  }

  .share-button, .share-button.twitter {
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .share-button.facebook {
    margin-left: 0;
    margin-right: 0;
    padding-left: 9px;
    padding-right: 9px;
  }

  .share-text {
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
  }

  .privacy-policy-rt {
    width: 100%;
  }

  .heading-4 {
    margin-bottom: 15px;
    font-size: 34px;
  }

  .privacy-section {
    padding-top: 32px;
  }

  .privacy-container {
    width: 100%;
    padding-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block.w--current {
    max-width: 120px;
    padding-bottom: 0;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .action-network-form-section {
    margin-top: 21px;
    margin-bottom: 70px;
    padding-top: 26px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .action-network-form-section.gwynedd-box {
    margin-top: 20px;
  }

  .form-heading {
    font-size: 30px;
  }

  .paragraph-13 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-14 {
    margin-bottom: 22px;
  }

  .container-popup {
    width: 280px;
    height: 500px;
    margin-top: 58px;
    padding: 20px 19px 13px;
    position: absolute;
    inset: 0%;
  }

  .modal {
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    inset: 0%;
  }

  .pop-up-heading {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .pop-up-rte {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-15 {
    line-height: 20px;
  }

  .paragraph-16 {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .bold-text-6 {
    font-size: 14px;
    line-height: 20px;
  }

  .bold-text-7 {
    font-size: 34px;
    line-height: 38px;
  }

  .bold-text-7.gwynedd-heading {
    font-size: 28px;
    line-height: 126%;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_content-wrap.is-small {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-popup_component {
    box-sizing: border-box;
    display: none;
    inset: auto 0% 0%;
  }

  .cookie-popup_component.gwynedd-popup {
    display: block;
  }

  .paragraph-17 {
    width: auto;
  }

  .bold-text-8 {
    line-height: 26px;
  }

  .bold-text-11 {
    line-height: 28px;
  }

  .gwynedd-logo-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .gwynedd-logo-text {
    width: 180px;
  }

  .button-3 {
    text-align: center;
    background-color: #007b63;
    border-radius: 60px;
    width: 100%;
    height: 45px;
    padding-top: 11px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
  }

  .mobile-button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .content {
    margin-top: 20px;
  }

  .div-block-4 {
    width: 120px;
    height: 32px;
  }

  .div-block-4:hover {
    width: 120px;
  }

  .language-text {
    font-size: 16px;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-3 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
}


@font-face {
  font-family: 'Bst Ritma Trial';
  src: url('../fonts/BST-Ritma-Thin-Trial.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}