html {
  -webkit-text-size-adjust: 100%;
}
body {
  padding: 0;
  margin: 0;
}
figure {
  padding: 0;
  margin: 0;
}
/*	This file is for mixins for the buttons */
/**/
/*	Figma link: https://www.figma.com/design/YZPN5T0xRmLYpz4vy1DDzI/BSP-Software-Engineer-Design-for-Build?node-id=4716-407588&t=4JgF0xSHuaytVGiv-0	*/
/*	When you click on a button in Figma, you will see the following properties		*/
/**/
/*	Property		Values					*/
/*	-------------------------------------	*/
/*	State			Default, Hover			*/
/*	Prefix			off, on					*/
/*	Suffix			off, on					*/
/*	Size			Medium, Large, Small	*/
/*	Button Type		Primary, Secondary		*/
/**/
/*	To construct the mixin for the layout, read the button properties within figma		*/
/*		button-on-on-small-secondary						*/
/*		  |    |  |    |      |								*/
/*		  |    |  |    |      +-- Button Type				*/
/*		  |    |  |    +--------- Size						*/
/*		  |    |  +-------------- Suffix					*/
/*		  |    +----------------- Prefix					*/
/*		  +---------------------- always "button"			*/
/**/
/*	To construct the mixin for the colours, read the button properties within figma		*/
/*		button-colour-primary-default						*/
/*		      |          |       |							*/
/*		      |          |       +-- State					*/
/*		      |          +---------- Button Type			*/
/*		      +--------------------- always "button-colour"	*/
/**/
/*	Note that will use the colour for more than only the text, you will also colour elements within the SVG	devices. */
/**/
/*	Example: with prefix and sufix																		*/
/*	HTML																								*/
/*	<button><?=BRAND_DESIGN_DEVICE_ICON_ARROW_RIGHT?>banana!<?=BRAND_DESIGN_DEVICE_ICON_TICK?></button>	*/
/*	SCSS																								*/
/*	button {																							*/
/*		@include button-colour-primary-default;															*/
/*		@include button-on-on-small-secondary;															*/
/*	}																									*/
/**/
/*	Example: with prefix only																			*/
/*	HTML																								*/
/*	<button><?=BRAND_DESIGN_DEVICE_ICON_ARROW_RIGHT?>banana!</button>									*/
/*	SCSS																								*/
/*	button {																							*/
/*		@include button-colour-primary-default;															*/
/*		@include button-on-off-small-secondary;															*/
/*	}																									*/
/**/
/*	Example: with sufix only																			*/
/*	HTML																								*/
/*	<button>banana!<?=BRAND_DESIGN_DEVICE_ICON_TICK?></button>											*/
/*	SCSS																								*/
/*	button {																							*/
/*		@include button-colour-primary-default;															*/
/*		@include button-off-on-small-secondary;															*/
/*	}																									*/
/**/
/*	Example: text only																					*/
/*	HTML																								*/
/*	<button>banana!</button>																			*/
/*	SCSS																								*/
/*	button {																							*/
/*		@include button-colour-primary-default;															*/
/*		@include button-off-off-small-secondary;														*/
/*	}																									*/
/* please do not use this in your SCSS - base setings */
/* please do not use this in your SCSS - paddings based on prefix */
/* please do not use this in your SCSS - fonts and sizes */
/* use these - secondary button declarations */
/* use these - primary button declarations */
/* These are button links (no background) */
/* These are buttons (have background colour) */
body h1 {
  font-family: "CL";
  font-size: 64px;
  line-height: 70px;
  letter-spacing: -0.02em;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  body h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
body h2 {
  font-family: "CL";
  font-size: 54px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  body h2 {
    font-size: 32px;
  }
}
body h3 {
  font-family: "CL";
  font-size: 40px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  body h3 {
    font-size: 26px;
  }
}
body h4 {
  font-family: "CL";
  font-size: 32px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  body h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: calc(1440px + 8em)) {
  body > section[rel] {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media screen and (max-width: 1024px) {
  body > section[rel] {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  body > section[rel] {
    padding-left: 1em;
    padding-right: 1em;
  }
}
body > section[rel].CBBlockStylingBlock-pt-none {
  padding-top: 0 !important;
}
body > section[rel].CBBlockStylingBlock-pt-small {
  padding-top: 30px !important;
}
body > section[rel].CBBlockStylingBlock-pt-big {
  padding-top: 60px !important;
}
body > section[rel].CBBlockStylingBlock-pb-none {
  padding-bottom: 0 !important;
}
body > section[rel].CBBlockStylingBlock-pb-small {
  padding-bottom: 30px !important;
}
body > section[rel].CBBlockStylingBlock-pb-big {
  padding-bottom: 60px !important;
}
body > section[rel].CBBlockStylingBlock-mt-none {
  margin-top: 0 !important;
}
body > section[rel].CBBlockStylingBlock-mt-small, body > section[rel].CBBlockStylingBlock-mt- {
  margin-top: 30px !important;
}
body > section[rel].CBBlockStylingBlock-mt-big {
  margin-top: 60px !important;
}
body > section[rel].CBBlockStylingBlock-mb-none {
  margin-bottom: 0 !important;
}
body > section[rel].CBBlockStylingBlock-mb-small, body > section[rel].CBBlockStylingBlock-mb- {
  margin-bottom: 30px !important;
}
body > section[rel].CBBlockStylingBlock-mb-big {
  margin-bottom: 60px !important;
}
body {
  padding-top: 80px;
}
header[rel="CBHeader"] {
  background-color: var(--deep-forest);
  box-shadow: -999px 0 var(--deep-forest), 999px 0 var(--deep-forest);
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: calc(1440px + 8em)) {
  header[rel="CBHeader"] {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"] {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  header[rel="CBHeader"] {
    padding-left: 1em;
    padding-right: 1em;
  }
}
header[rel="CBHeader"] > button {
  display: none;
}
header[rel="CBHeader"] > ul {
  margin: 0;
  padding: 0;
}
header[rel="CBHeader"] > ul > li {
  height: 80px;
  line-height: 80px;
  display: inline-block;
  margin: 0 1em;
  border-bottom: 5px solid transparent;
  position: relative;
  box-sizing: border-box;
}
header[rel="CBHeader"] > ul > li:hover {
  border-color: var(--apple-green);
}
header[rel="CBHeader"] > ul > li:hover ul {
  display: block;
}
header[rel="CBHeader"] > ul > li > a {
  font-family: "MR";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  height: unset;
  color: var(--white);
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"] > ul > li > a {
    font-size: 14px;
    line-height: 18px;
  }
}
header[rel="CBHeader"] > ul > li ul {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  width: 100%;
  min-width: 320px;
  box-shadow: 0px 4px 3px silver;
  margin: 0;
  padding: 1em 2em;
  background-color: white;
}
header[rel="CBHeader"] > ul > li ul li {
  display: block;
  margin-bottom: 1em;
  line-height: normal;
}
header[rel="CBHeader"] > ul > li ul li a {
  font-family: "MR";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--deep-forest);
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"] > ul > li ul li a {
    font-size: 16px;
    line-height: 21px;
  }
}
header[rel="CBHeader"] > ul > li ul li a:hover {
  opacity: 0.6;
}
header[rel="CBHeader"] nav button {
  font-family: "MR";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 23px;
  border-width: 0;
  padding: 4px 16px 4px 20px;
  font-family: "MSB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 600;
  height: 32px;
  color: var(--deep-forest);
  background-color: var(--white);
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"] nav button {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"] nav button {
    font-size: 12px;
  }
}
header[rel="CBHeader"] nav button svg > path {
  fill: var(--deep-forest);
}
header[rel="CBHeader"] nav button:hover {
  color: var(--deep-forest);
  background-color: var(--sand-50-);
}
header[rel="CBHeader"] nav button:hover svg > path {
  fill: var(--deep-forest);
}
header[rel="CBHeader"] nav button svg {
  height: 14px;
  width: 17px;
}
header[rel="CBHeader"] nav button.active svg {
  transform: rotate(180deg);
}
header[rel="CBHeader"] nav button.active + aside {
  top: 80px;
}
header[rel="CBHeader"] nav button + aside {
  position: absolute;
  background-color: white;
  right: 0;
  top: -1000px;
  max-width: 320px;
  width: 100%;
  box-shadow: 0 0 5px var(--med-grey-1);
  padding: 1em 2em;
  transition: top ease 0.5s;
}
header[rel="CBHeader"] nav button + aside * {
  color: var(--deep-forest);
}
header[rel="CBHeader"] nav button + aside h2 {
  font-family: "MSB";
  font-size: 15px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"] nav button + aside h2 {
    font-size: 13px;
  }
}
header[rel="CBHeader"] nav button + aside ul {
  padding: 0;
  margin: 0;
}
header[rel="CBHeader"] nav button + aside ul li {
  display: block;
  padding: 1em;
  border-top: 1px solid var(--med-grey-1);
}
header[rel="CBHeader"] nav button + aside ul li a {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 23px;
  border-width: 0;
  padding: 4px 16px 4px 20px;
  font-family: "MSB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 600;
  height: 32px;
  color: var(--deep-forest);
  font-family: "MSB";
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"] nav button + aside ul li a {
    font-size: 12px;
  }
}
header[rel="CBHeader"] nav button + aside ul li a svg > path {
  fill: var(--deep-forest);
}
header[rel="CBHeader"] nav button + aside ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"] nav button + aside ul li a {
    font-size: 14px;
  }
}
header[rel="CBHeader"] nav button + aside ul li a svg {
  height: 14px;
  width: 17px;
}
header[rel="CBHeader"].mobile {
  height: 80px;
}
header[rel="CBHeader"].mobile.active > button svg:first-of-type {
  display: none;
}
header[rel="CBHeader"].mobile.active > button svg:last-of-type {
  display: block;
}
header[rel="CBHeader"].mobile.active > section {
  left: 0;
}
header[rel="CBHeader"].mobile > button {
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
}
header[rel="CBHeader"].mobile > button svg {
  width: 40px;
  height: 40px;
  fill: var(--white);
}
header[rel="CBHeader"].mobile > button svg path {
  fill: var(--white);
}
header[rel="CBHeader"].mobile > button svg:first-of-type {
  display: block;
}
header[rel="CBHeader"].mobile > button svg:last-of-type {
  display: none;
}
header[rel="CBHeader"].mobile > section {
  position: fixed;
  top: 80px;
  left: -100%;
  width: 100%;
  background-color: white;
  padding: 1.5em 1em;
  height: calc(100vh - 80px);
  overflow: auto;
  box-sizing: border-box;
  transition: left ease 0.5s;
}
header[rel="CBHeader"].mobile > section > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header[rel="CBHeader"].mobile > section > ul > li {
  display: block;
  border-top: 1px solid var(--med-grey-1);
  padding: 1em 0;
  position: relative;
}
header[rel="CBHeader"].mobile > section > ul > li:last-of-type {
  border-bottom: 1px solid var(--med-grey-1);
}
header[rel="CBHeader"].mobile > section > ul > li > ul {
  border: none !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
header[rel="CBHeader"].mobile > section > ul > li > ul > li:first-of-type {
  border-top: 1px solid var(--med-grey-1);
  margin-top: 1em;
  padding-top: 1em;
}
header[rel="CBHeader"].mobile > section > ul > li > ul > li > a {
  width: calc(100% - 50px);
}
header[rel="CBHeader"].mobile > section > ul > li > a {
  font-family: "MR";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--deep-forest);
  text-decoration: none;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"].mobile > section > ul > li > a {
    font-size: 16px;
    line-height: 21px;
  }
}
header[rel="CBHeader"].mobile > section > ul > li > a svg:first-of-type {
  display: block;
}
header[rel="CBHeader"].mobile > section > ul > li > a svg:last-of-type {
  display: none;
}
header[rel="CBHeader"].mobile > section > ul > li > button {
  position: absolute;
  right: 0;
  top: 1em;
  border: none;
  background: no-repeat;
  transition: transform ease 0.5s;
  width: 50px;
}
header[rel="CBHeader"].mobile > section > ul > li.active > a svg:first-of-type {
  display: none;
}
header[rel="CBHeader"].mobile > section > ul > li.active > a svg:last-of-type {
  display: block;
}
header[rel="CBHeader"].mobile > section > ul > li.active > button {
  transform: rotate(180deg);
}
header[rel="CBHeader"].mobile > section > ul > li.active > ul {
  max-height: 100vh;
}
header[rel="CBHeader"].mobile > section > ul > li > ul {
  display: none;
  border-top: 1px solid var(--med-grey-1);
  margin-top: 1em;
  padding: 1em 0 0;
}
header[rel="CBHeader"].mobile > section > ul > li > ul li {
  display: block;
  line-height: normal;
}
header[rel="CBHeader"].mobile > section > ul > li > ul li a {
  font-family: "MR";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--deep-forest);
  text-decoration: none;
  display: block;
  padding: 0.5em 0;
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"].mobile > section > ul > li > ul li a {
    font-size: 16px;
    line-height: 21px;
  }
}
header[rel="CBHeader"].mobile > section nav button {
  border: 1px solid var(--deep-forest);
  margin: 2em 0;
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"].mobile > section nav button {
    height: 40px;
  }
}
header[rel="CBHeader"].mobile > section nav button.active + aside {
  top: unset;
  left: 0;
}
header[rel="CBHeader"].mobile > section nav button + aside {
  border-top: 1px solid var(--med-grey-1);
  position: relative;
  box-shadow: unset;
  top: unset;
  left: -110%;
  max-width: unset;
  padding: 0;
  transition: left ease 0.5s;
}
header[rel="CBHeader"].mobile > section nav button + aside h2 {
  margin-top: 2em;
}
header[rel="CBHeader"].mobile > section nav button + aside ul li {
  padding: 1em 0;
}
dialog[rel] {
  border: none;
  border-radius: 50px;
  position: fixed;
  top: calc(80px + 1.5em);
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 1.5em;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  z-index: 999999999999;
}
@media screen and (max-width: calc(1440px + 8em)) {
  dialog[rel] {
    max-width: calc(100% - 8em);
  }
}
@media screen and (max-width: 1024px) {
  dialog[rel] {
    max-width: calc(100% - 4em);
  }
}
@media screen and (max-width: 768px) {
  dialog[rel] {
    max-width: calc(100% - 2em);
  }
}
dialog[rel] * {
  box-sizing: border-box;
}
dialog[rel] > span:first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
dialog[rel] > span:first-child > img {
  width: 28px;
  height: 28px;
  aspect-ratio: 1;
  object-fit: cover;
}
dialog[rel] > span:first-child > svg {
  width: 28px;
  height: 28px;
}
dialog[rel] > p {
  font-family: "MR";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--white);
  margin: 0;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  dialog[rel] > p {
    font-size: 12px;
  }
}
dialog[rel] > p strong {
  font-family: "MB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  dialog[rel] > p strong {
    font-size: 12px;
  }
}
dialog[rel] > p > a {
  font-family: "MM";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  dialog[rel] > p > a {
    font-size: 12px;
  }
}
dialog[rel] > span[data-action="close"] {
  cursor: pointer;
  width: 1.3333em;
  height: 1.3333em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1.2em;
  z-index: 99999;
}
dialog[rel][rel="--deep-forest"] > p, dialog[rel][rel="--apple-green"] > p {
  color: var(--white);
}
dialog[rel][rel="--deep-forest"] > p > a, dialog[rel][rel="--apple-green"] > p > a {
  color: var(--white);
}
dialog[rel][rel="--deep-forest"] > span[data-action="close"] > svg > path, dialog[rel][rel="--apple-green"] > span[data-action="close"] > svg > path {
  fill: var(--white);
}
dialog[rel][rel="--deep-forest"] > p, dialog[rel][rel="--apple-green"] > p {
  color: var(--white);
}
dialog[rel][rel="--deep-forest"] > p > a, dialog[rel][rel="--apple-green"] > p > a {
  color: var(--white);
}
dialog[rel][rel="--deep-forest"] > span[data-action="close"] > svg > path, dialog[rel][rel="--apple-green"] > span[data-action="close"] > svg > path {
  fill: var(--white);
}
dialog[rel][rel="--white"] > p, dialog[rel][rel="--lime"] > p, dialog[rel][rel="--sand"] > p {
  color: var(--black);
}
dialog[rel][rel="--white"] > p > a, dialog[rel][rel="--lime"] > p > a, dialog[rel][rel="--sand"] > p > a {
  color: var(--black);
}
dialog[rel][rel="--white"] > span[data-action="close"] > svg > path, dialog[rel][rel="--lime"] > span[data-action="close"] > svg > path, dialog[rel][rel="--sand"] > span[data-action="close"] > svg > path {
  fill: var(--deep-forest);
}
dialog[rel] > div *:first-child {
  margin-top: 0;
}
dialog[rel] > div *:last-child {
  margin-bottom: 0;
}
footer[rel="CBFooter"] {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  overflow: hidden;
  background-color: var(--deep-forest);
  padding-top: 3em;
  padding-bottom: 2em;
}
footer[rel="CBFooter"] * {
  box-sizing: border-box;
}
@media screen and (max-width: calc(1440px + 8em)) {
  footer[rel="CBFooter"] {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media screen and (max-width: 1024px) {
  footer[rel="CBFooter"] {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  footer[rel="CBFooter"] {
    padding-left: 1em;
    padding-right: 1em;
  }
}
footer[rel="CBFooter"] > section {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid white;
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  footer[rel="CBFooter"] > section {
    flex-direction: column;
    gap: 2em;
  }
  footer[rel="CBFooter"] > section aside:last-of-type {
    align-items: start !important;
    gap: 2em;
  }
}
footer[rel="CBFooter"] > section aside {
  width: 100%;
  font-family: "MR";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  footer[rel="CBFooter"] > section aside {
    font-size: 16px;
    line-height: 21px;
  }
}
footer[rel="CBFooter"] > section aside:first-child {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
footer[rel="CBFooter"] > section aside:first-child a {
  width: fit-content;
}
footer[rel="CBFooter"] > section aside:first-child p {
  color: white;
  max-width: 222px;
  margin: 0 0 2em;
}
footer[rel="CBFooter"] > section aside:first-child ul {
  list-style: none;
  display: flex;
  gap: 2em;
  align-items: center;
  margin: 0;
  padding: 0;
}
footer[rel="CBFooter"] > section aside:first-child ul li a {
  display: inline-block;
}
footer[rel="CBFooter"] > section aside:first-child ul li svg {
  height: 27px;
}
footer[rel="CBFooter"] > section aside:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  position: relative;
}
footer[rel="CBFooter"] > section aside:last-child > button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 23px;
  border-width: 0;
  padding: 4px 16px;
  font-family: "MSB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 600;
  height: 32px;
  font-family: "MSB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 600;
  background-color: var(--lime);
  color: var(--deep-forest);
  height: auto;
  cursor: pointer;
  padding: 5px 15px 5px 5px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1024px) {
  footer[rel="CBFooter"] > section aside:last-child > button {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  footer[rel="CBFooter"] > section aside:last-child > button {
    font-size: 12px;
  }
}
footer[rel="CBFooter"] > section aside:last-child > button:hover {
  background-color: var(--apple-green);
  color: white;
}
footer[rel="CBFooter"] > section aside:last-child > button:hover svg:last-of-type path {
  fill: white !important;
}
footer[rel="CBFooter"] > section aside:last-child > button svg:last-of-type {
  transition: transform ease 0.5s;
  height: 13px;
  width: 12px;
}
footer[rel="CBFooter"] > section aside:last-child > button svg:last-of-type path {
  transition: fill ease 0.3s;
  fill: var(--deep-forest);
}
footer[rel="CBFooter"] > section aside:last-child > button.active svg:last-of-type {
  transform: rotate(180deg);
}
footer[rel="CBFooter"] > section aside:last-child > button.active + ul {
  max-height: 150px;
}
footer[rel="CBFooter"] > section aside:last-child > ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: white;
  top: 50px;
  max-height: 0;
  overflow: auto;
  transition: max-height ease 0.5s;
}
footer[rel="CBFooter"] > section aside:last-child > ul li {
  border-bottom: 1px solid var(--med-grey-1);
  padding: 0.1em;
}
footer[rel="CBFooter"] > section aside:last-child > ul li a {
  display: flex;
  gap: 1em;
  align-items: center;
  padding: 0.5em;
  text-decoration: none;
  color: var(--deep-forest);
  font-family: "MR";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  footer[rel="CBFooter"] > section aside:last-child > ul li a {
    font-size: 12px;
  }
}
footer[rel="CBFooter"] > section aside:last-child > ul li a:hover {
  background-color: var(--deep-forest);
  color: white;
}
footer[rel="CBFooter"] > section aside:last-child > span {
  font-family: "MR";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--white);
  display: flex;
  align-items: center;
  height: 27px;
}
@media screen and (max-width: 1024px) {
  footer[rel="CBFooter"] > section aside:last-child > span {
    font-size: 14px;
    line-height: 18px;
  }
}
footer[rel="CBFooter"] > section aside:last-child > span:before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  margin-right: 0.25em;
}
footer[rel="CBFooter"] > section aside:last-child > span[data-status="normal"]:before {
  background-color: var(--apple-green);
}
footer[rel="CBFooter"] > section aside:last-child > span[data-status="slow"]:before, footer[rel="CBFooter"] > section aside:last-child > span[data-status="some-slow"]:before {
  background-color: var(--sunshine-mid);
}
footer[rel="CBFooter"] > section aside:last-child > span[data-status="down"]:before, footer[rel="CBFooter"] > section aside:last-child > span[data-status="some-down"]:before, footer[rel="CBFooter"] > section aside:last-child > span[data-status="slow-down"]:before, footer[rel="CBFooter"] > section aside:last-child > span[data-status="some"]:before {
  background-color: var(--sunshine-deep);
}
footer[rel="CBFooter"] > nav {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer[rel="CBFooter"] > nav * {
  font-family: "MR";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  footer[rel="CBFooter"] > nav * {
    font-size: 14px;
    line-height: 18px;
  }
}
footer[rel="CBFooter"] > nav p {
  margin: 0;
}
footer[rel="CBFooter"] > nav ul {
  list-style: none;
  display: flex;
  gap: 1em;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  footer[rel="CBFooter"] > nav ul {
    flex-direction: column;
    align-items: start;
  }
}
footer[rel="CBFooter"] > nav ul li a {
  color: white;
  text-decoration: none;
  transition: color ease 0.5s;
}
footer[rel="CBFooter"] > nav ul li a:hover {
  color: var(--apple-green);
}
@media screen and (max-width: 1024px) {
  footer[rel="CBFooter"] > nav {
    flex-direction: column;
    align-items: start;
    gap: 1em;
  }
}
section[rel="CBHeaderBlockBasic"] {
  box-sizing: border-box;
  background-color: var(--sand);
}
section[rel="CBHeaderBlockBasic"] * {
  box-sizing: border-box;
}
section[rel="CBHeaderBlockBasic"] > hgroup {
  max-width: 1440px;
  margin: 0 auto;
  height: 275px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
section[rel="CBHeaderBlockBasic"] > hgroup h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: var(--deep-forest);
  font-family: "CL";
  font-size: 64px;
  line-height: 70px;
  letter-spacing: -0.02em;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  section[rel="CBHeaderBlockBasic"] > hgroup h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
section[rel="CBHeaderBlockBasic"] > hgroup p {
  margin: 0;
  color: var(--deep-forest);
  font-family: "MM";
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  section[rel="CBHeaderBlockBasic"] > hgroup p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  section[rel="CBHeaderBlockBasic"] {
    height: auto;
  }
}
section[rel="CBJobsDetails"] {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
section[rel="CBJobsDetails"] * {
  box-sizing: border-box;
}
section[rel="CBJobsDetails"] > article {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  margin-bottom: 3em;
}
section[rel="CBJobsDetails"] > article > section {
  width: 100%;
  font-family: "MR";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--dark-grey-2);
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > article > section {
    font-size: 16px;
    line-height: 21px;
  }
}
section[rel="CBJobsDetails"] > article > section h3 {
  font-family: "CL";
  font-size: 32px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-weight: 300;
  margin-top: 0;
  color: var(--deep-forest);
  margin: 0 0 1.5em;
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > article > section h3 {
    font-size: 26px;
  }
}
section[rel="CBJobsDetails"] > article > section h4 {
  font-family: "CL";
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-weight: 300;
  margin-top: 0;
  color: var(--deep-forest);
  margin: 0 0 1.5em;
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > article > section h4 {
    font-size: 20px;
  }
}
section[rel="CBJobsDetails"] > article > section ul, section[rel="CBJobsDetails"] > article > section ol {
  padding-left: 1.5em;
}
section[rel="CBJobsDetails"] > article > section ul li, section[rel="CBJobsDetails"] > article > section ol li {
  margin-bottom: 0.5em;
}
section[rel="CBJobsDetails"] > article > section ul li a, section[rel="CBJobsDetails"] > article > section ol li a {
  color: var(--deep-forest);
  text-decoration: underline;
}
section[rel="CBJobsDetails"] > article > section > p {
  margin: 0 0 1em;
}
section[rel="CBJobsDetails"] > article > section > p:last-child {
  margin-bottom: 0;
}
section[rel="CBJobsDetails"] > article > section > p a {
  color: var(--deep-forest);
  text-decoration: underline;
}
section[rel="CBJobsDetails"] > article > section > hr {
  background-color: var(--med-grey-1);
  margin-top: 2em;
  margin-bottom: 2.5em;
}
section[rel="CBJobsDetails"] > article > section > aside {
  margin: 2em 0;
  padding: 1.125em 1.75em;
  background-color: var(--deep-forest);
  border-radius: 20px;
}
section[rel="CBJobsDetails"] > article > section > aside * {
  font-family: "MB";
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--sand);
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > article > section > aside * {
    font-size: 16px;
  }
}
section[rel="CBJobsDetails"] > article > section > aside *:first-child {
  margin-top: 0;
}
section[rel="CBJobsDetails"] > article > section > aside *:last-child {
  margin-bottom: 0;
}
section[rel="CBJobsDetails"] > article > section nav {
  margin-top: 1em;
  display: flex;
}
section[rel="CBJobsDetails"] > article > section nav a {
  color: var(--deep-forest);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 23px;
  border-width: 0;
  padding: 4px 16px 4px 20px;
  font-family: "MR";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  height: 40px;
  font-family: "MB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 700;
  text-decoration: underline;
  padding-left: 0;
}
section[rel="CBJobsDetails"] > article > section nav a svg > path {
  fill: var(--deep-forest);
}
section[rel="CBJobsDetails"] > article > section nav a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > article > section nav a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > article > section nav a {
    font-size: 12px;
  }
}
section[rel="CBJobsDetails"] > article > aside {
  min-width: 296px;
}
section[rel="CBJobsDetails"] > article > aside dl {
  background-color: var(--sand-50-);
  margin: 0;
  padding: 2em;
  border-radius: 0.5em;
}
section[rel="CBJobsDetails"] > article > aside dl dt {
  font-family: "MR";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.25em;
  color: var(--med-grey-3);
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > article > aside dl dt {
    font-size: 14px;
    line-height: 18px;
  }
}
section[rel="CBJobsDetails"] > article > aside dl dd {
  margin: 0;
  font-family: "MR";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 1em;
  color: var(--deep-forest);
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > article > aside dl dd {
    font-size: 16px;
    line-height: 21px;
  }
}
section[rel="CBJobsDetails"] > article > aside dl dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  section[rel="CBJobsDetails"] > article > aside {
    order: -1;
    flex: none;
  }
}
@media screen and (max-width: 991px) {
  section[rel="CBJobsDetails"] > article {
    flex-direction: column;
  }
}
section[rel="CBJobsDetails"] > form {
  flex: none;
  display: grid;
  gap: 2em;
}
section[rel="CBJobsDetails"] > form h1 {
  font-family: "CL";
  font-size: 40px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-weight: 300;
  margin: 0;
  color: var(--deep-forest);
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > form h1 {
    font-size: 26px;
  }
}
section[rel="CBJobsDetails"] > form > p {
  font-family: "MR";
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  text-decoration: underline;
  margin: 0;
  color: var(--med-grey-3);
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > form > p {
    font-size: 10px;
  }
}
section[rel="CBJobsDetails"] > form fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2em;
}
section[rel="CBJobsDetails"] > form fieldset:has(input[name="company"]), section[rel="CBJobsDetails"] > form fieldset:has(input[name="bus_email"]), section[rel="CBJobsDetails"] > form fieldset:has(input[name="business"]), section[rel="CBJobsDetails"] > form fieldset:has(input[name="bus_phone"]) {
  display: none;
}
section[rel="CBJobsDetails"] > form fieldset small {
  font-family: "MI";
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--sunshine-deep);
  display: block;
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > form fieldset small {
    font-size: 12px;
  }
}
section[rel="CBJobsDetails"] > form fieldset[rel=terms_fieldset] {
  flex-direction: column;
}
section[rel="CBJobsDetails"] > form fieldset[rel=terms_fieldset] label {
  flex-direction: row;
  align-items: center;
  gap: 0.5em;
}
section[rel="CBJobsDetails"] > form fieldset[rel=terms_fieldset] label input[type=checkbox] {
  margin: 0;
  padding: 0;
  width: 22px;
}
section[rel="CBJobsDetails"] > form fieldset[rel=terms_fieldset] label > span {
  margin: 0;
}
section[rel="CBJobsDetails"] > form fieldset label {
  font-family: "MSB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 600;
  color: var(--deep-forest);
  display: flex;
  flex-direction: column;
  width: calc(100% / 2);
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > form fieldset label {
    font-size: 12px;
  }
}
section[rel="CBJobsDetails"] > form fieldset label.only {
  width: 100%;
}
section[rel="CBJobsDetails"] > form fieldset label input {
  font-family: "MR";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  padding: 1em 0.875em;
  border-radius: 0.75em;
  border: 1px solid var(--med-grey-2);
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > form fieldset label input {
    font-size: 16px;
    line-height: 21px;
  }
}
section[rel="CBJobsDetails"] > form fieldset label input:not([type="checkbox"]) {
  width: 100%;
}
section[rel="CBJobsDetails"] > form fieldset label input::placeholder {
  color: var(--med-grey-2);
}
section[rel="CBJobsDetails"] > form fieldset label input:focus-visible {
  outline: none;
}
section[rel="CBJobsDetails"] > form fieldset label input:focus {
  border-color: var(--deep-forest);
}
section[rel="CBJobsDetails"] > form fieldset label input:disabled {
  color: var(--med-grey-2);
  background-color: var(--med-grey-1);
}
section[rel="CBJobsDetails"] > form fieldset label span {
  margin-bottom: 4px;
}
section[rel="CBJobsDetails"] > form fieldset label select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "MR";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  padding: 1em 0.875em;
  border-radius: 1em;
  border: 1px solid var(--med-grey-2);
  color: var(--med-grey-2);
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > form fieldset label select {
    font-size: 16px;
    line-height: 21px;
  }
}
section[rel="CBJobsDetails"] > form fieldset label select.selected {
  color: var(--dark-grey-2);
}
section[rel="CBJobsDetails"] > form fieldset label select:focus-visible {
  outline: none;
}
section[rel="CBJobsDetails"] > form fieldset label select:focus {
  border-color: var(--deep-forest);
}
section[rel="CBJobsDetails"] > form fieldset label select:disabled {
  color: var(--med-grey-2);
  background-color: var(--med-grey-1);
}
@media screen and (max-width: 576px) {
  section[rel="CBJobsDetails"] > form fieldset label {
    width: 100%;
  }
}
section[rel="CBJobsDetails"] > form fieldset.group-select label {
  position: relative;
}
section[rel="CBJobsDetails"] > form fieldset.group-select svg {
  position: absolute;
  top: 3.125em;
  right: 5%;
}
section[rel="CBJobsDetails"] > form fieldset.group-select svg path {
  fill: var(--med-grey-3);
}
section[rel="CBJobsDetails"] > form fieldset .mobile, section[rel="CBJobsDetails"] > form fieldset .only-pc {
  font-family: "MB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--deep-forest);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > form fieldset .mobile, section[rel="CBJobsDetails"] > form fieldset .only-pc {
    font-size: 12px;
  }
}
section[rel="CBJobsDetails"] > form fieldset.input-image {
  display: flex;
  flex-direction: column;
}
section[rel="CBJobsDetails"] > form fieldset.input-image label svg {
  width: 32px;
  height: 32px;
}
section[rel="CBJobsDetails"] > form fieldset.input-image small {
  font-family: "MI";
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--sunshine-deep);
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > form fieldset.input-image small {
    font-size: 12px;
  }
}
section[rel="CBJobsDetails"] > form fieldset.input-image .mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  section[rel="CBJobsDetails"] > form fieldset.input-image .mobile {
    display: block;
    margin-bottom: 4px;
  }
}
section[rel="CBJobsDetails"] > form fieldset.input-image .only-pc {
  display: block;
}
@media screen and (max-width: 576px) {
  section[rel="CBJobsDetails"] > form fieldset.input-image .only-pc {
    display: none;
  }
}
section[rel="CBJobsDetails"] > form fieldset.input-image aside {
  margin-bottom: -2em;
}
section[rel="CBJobsDetails"] > form fieldset.input-image aside figure {
  font-family: "MB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--deep-forest);
  display: inline-block;
  padding-right: 12px;
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > form fieldset.input-image aside figure {
    font-size: 12px;
  }
}
section[rel="CBJobsDetails"] > form fieldset.input-image aside figure span, section[rel="CBJobsDetails"] > form fieldset.input-image aside figure figcaption {
  display: block;
  float: left;
}
section[rel="CBJobsDetails"] > form fieldset.input-image aside figure figcaption {
  cursor: pointer;
  padding: 0 12px;
}
section[rel="CBJobsDetails"] > form fieldset.input-image label.iphone[rel="file-upload"] {
  width: auto;
  border: 1px dashed var(--med-grey-3);
  border-radius: 16px;
  padding: 2em 1em;
  background-color: var(--sand-50-);
}
section[rel="CBJobsDetails"] > form fieldset.input-image label[rel="file-upload"][onclick] {
  width: auto;
  border: 1px dashed var(--med-grey-3);
  border-radius: 16px;
  padding: 2em 1em;
  background-color: var(--sand-50-);
  display: flex;
  gap: 0.5em;
  flex-direction: column;
  align-items: center;
}
section[rel="CBJobsDetails"] > form fieldset.input-image label[rel="file-upload"][onclick].dragover {
  background-color: var(--apple-green);
}
section[rel="CBJobsDetails"] > form fieldset.input-image label[rel="file-upload"][onclick] input[type="file"] {
  display: none;
}
section[rel="CBJobsDetails"] > form fieldset.input-image label[rel="file-upload"][onclick] a {
  font-family: "MSB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 600;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 23px;
  border-width: 0;
  padding: 4px 20px;
  font-family: "MSB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 600;
  height: 32px;
  color: var(--white);
  background-color: var(--apple-green);
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > form fieldset.input-image label[rel="file-upload"][onclick] a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > form fieldset.input-image label[rel="file-upload"][onclick] a {
    font-size: 12px;
  }
}
section[rel="CBJobsDetails"] > form fieldset.input-image label[rel="file-upload"][onclick] a svg > path {
  fill: var(--white);
}
section[rel="CBJobsDetails"] > form fieldset.input-image label[rel="file-upload"][onclick] a:hover {
  color: var(--white);
  background-color: var(--deep-forest);
}
section[rel="CBJobsDetails"] > form fieldset.input-image label[rel="file-upload"][onclick] a:hover svg > path {
  fill: var(--white);
}
section[rel="CBJobsDetails"] > form fieldset.input-image label[rel="file-upload"][onclick] span {
  font-family: "MB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 700;
  text-decoration: underline;
  color: var(--deep-forest);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > form fieldset.input-image label[rel="file-upload"][onclick] span {
    font-size: 12px;
  }
}
section[rel="CBJobsDetails"] > form fieldset.input-image label[rel="file-upload"][onclick] + small[rel=files] {
  margin-top: -2em;
}
section[rel="CBJobsDetails"] > form fieldset.input-image span {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
section[rel="CBJobsDetails"] > form fieldset.input-image span span {
  font-family: "MR";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--deep-forest);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > form fieldset.input-image span span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 576px) {
  section[rel="CBJobsDetails"] > form fieldset {
    flex-direction: column;
  }
}
section[rel="CBJobsDetails"] > form > fieldset:last-of-type {
  display: flex;
  gap: 6px;
}
section[rel="CBJobsDetails"] > form > fieldset:last-of-type span, section[rel="CBJobsDetails"] > form > fieldset:last-of-type a {
  font-family: "MR";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--med-grey-4);
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > form > fieldset:last-of-type span, section[rel="CBJobsDetails"] > form > fieldset:last-of-type a {
    font-size: 12px;
  }
}
section[rel="CBJobsDetails"] > form > footer {
  display: flex;
  gap: 1em;
  align-items: center;
  position: relative;
}
section[rel="CBJobsDetails"] > form > footer small[rel="form"] {
  font-family: "MI";
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--sunshine-deep);
  position: absolute;
  bottom: -1.5em;
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > form > footer small[rel="form"] {
    font-size: 12px;
  }
}
section[rel="CBJobsDetails"] > form > footer p[rel="success"] {
  display: none;
  font-family: "MB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--deep-forest);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > form > footer p[rel="success"] {
    font-size: 12px;
  }
}
section[rel="CBJobsDetails"] > form > footer p[rel="success"].enable {
  display: block;
}
section[rel="CBJobsDetails"] > form > footer span[rel="feedback"] {
  display: none;
}
section[rel="CBJobsDetails"] > form > footer span[rel="feedback"].enable {
  display: inline-block;
}
section[rel="CBJobsDetails"] > form > footer span[rel="feedback"] [rel="text"] {
  font-family: "MB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--deep-forest);
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > form > footer span[rel="feedback"] [rel="text"] {
    font-size: 12px;
  }
}
section[rel="CBJobsDetails"] > form > footer span[rel="feedback"] [rel="ticker"] {
  display: inline-block;
  border: 8px solid var(--apple-green);
  border-top: 8px solid var(--deep-forest);
  border-radius: 50%;
  width: 17px;
  height: 17px;
  animation: CBContactFormSpin 2s linear infinite;
}
section[rel="CBJobsDetails"] > form > footer button[type="submit"] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 23px;
  border-width: 0;
  padding: 4px 16px 4px 20px;
  font-family: "MSB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 600;
  height: 40px;
  color: var(--white);
  background-color: var(--apple-green);
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  section[rel="CBJobsDetails"] > form > footer button[type="submit"] {
    font-size: 12px;
  }
}
section[rel="CBJobsDetails"] > form > footer button[type="submit"] svg > path {
  fill: var(--white);
}
section[rel="CBJobsDetails"] > form > footer button[type="submit"]:hover {
  color: var(--white);
  background-color: var(--deep-forest);
}
section[rel="CBJobsDetails"] > form > footer button[type="submit"]:hover svg > path {
  fill: var(--white);
}
section[rel="CBJobsDetails"] > form > footer button[type="submit"]:disabled {
  color: var(--med-grey-2);
  background-color: var(--med-grey-1);
}
section[rel="CBFooter3Column"] {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
section[rel="CBFooter3Column"] * {
  box-sizing: border-box;
}
section[rel="CBFooter3Column"] > h2 {
  font-family: "CL";
  font-size: 32px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-weight: 300;
  margin: 0 0 1em;
  color: var(--deep-forest);
}
@media screen and (max-width: 1024px) {
  section[rel="CBFooter3Column"] > h2 {
    font-size: 26px;
  }
}
section[rel="CBFooter3Column"] article {
  display: flex;
  justify-content: space-between;
  gap: 2em;
}
@media screen and (max-width: 1024px) {
  section[rel="CBFooter3Column"] article {
    flex-direction: column;
  }
}
section[rel="CBFooter3Column"] article figure {
  width: calc(100%/3 - 1.333333em);
  padding-bottom: 3.5em;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  section[rel="CBFooter3Column"] article figure {
    overflow: initial;
    padding-bottom: 0;
    width: 100%;
    display: flex;
    gap: 1.5em;
  }
  section[rel="CBFooter3Column"] article figure > figcaption {
    padding-top: 0.75em;
  }
}
section[rel="CBFooter3Column"] article figure > img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 1.5em;
}
section[rel="CBFooter3Column"] article figure > figcaption h4 {
  font-family: "MB";
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--deep-forest);
  margin: 0 0 0.7em;
}
@media screen and (max-width: 1024px) {
  section[rel="CBFooter3Column"] article figure > figcaption h4 {
    font-size: 16px;
  }
}
section[rel="CBFooter3Column"] article figure > figcaption p {
  font-family: "MR";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--deep-forest);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  section[rel="CBFooter3Column"] article figure > figcaption p {
    font-size: 14px;
    line-height: 18px;
  }
}
section[rel="CBFooter3Column"] article figure > figcaption a {
  color: var(--deep-forest);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 23px;
  border-width: 0;
  padding: 4px 16px 4px 20px;
  font-family: "MR";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  height: 40px;
  font-family: "MB";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 700;
  text-decoration: underline;
  color: var(--deep-forest);
  position: absolute;
  left: 0;
  bottom: 0;
  width: fit-content;
  padding: 0;
}
section[rel="CBFooter3Column"] article figure > figcaption a svg > path {
  fill: var(--deep-forest);
}
section[rel="CBFooter3Column"] article figure > figcaption a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  section[rel="CBFooter3Column"] article figure > figcaption a {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1024px) {
  section[rel="CBFooter3Column"] article figure > figcaption a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  section[rel="CBFooter3Column"] article figure > figcaption a {
    position: relative;
  }
}
