/* Root Elements */

:root {
  --F35: 2.188rem;
  --F20: 1.25rem;
  --Fb: 0.938rem;
  --F12: 0.75rem;
  --black: #000000;
  --white: #ffffff;
  --fg: var(--black);
  --bg: var(--white);
  --Pm: 2.5rem;
  --Pg: 2.5rem;
  --Pd: calc(2 * var(--Pg));
  --Wg: calc(100% + var(--Pg));
  --Ml: calc(-1 * var(--Pg));
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  background: inherit;
  color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  background: inherit;
  color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  opacity: 1;
}

input,
textarea,
input::placeholder,
textarea::placeholder {
  background: inherit;
  color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  opacity: 1;
}

textarea {
  resize: none;
}

input:not([type="submit"]),
textarea {
  display: block;
  width: 100%;
  border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select {
  background: none;
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0;
  color: var(--fg);
  margin: 0;
  padding: 0;
}

select option {
  color: var(--fg);
  margin: 0;
  padding: 0;
  background: var(--bg);
}

select:focus {
  outline: none;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

/* Input Elements */

button,
input[type="submit"],
input[type="reset"],
div[role="button"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="button"],
input[type="button"]:focus {
  outline: none;
}

a:link,
a:visited,
a:link span,
a:visited span {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}


/* Image/Video Elements */

.aspectholder>* {
  display: block;
}

.vsc-controller {
  height: 0 !important;
  width: 0 !important;
  -o-object-fit: unset !important;
  object-fit: unset !important;
}


/* Universal Elements */

html {
  font-size: 16px;
  font-family: 'proxima-nova', 'Helvetica', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  color: var(--fg);
  background: var(--bg);
}


/* Universal Text Styling */

h1,
h2,
h3,
h4,
p {
  line-height: 1.2;
}

.font_35.richtext *,
.font_35 {
  font-size: var(--F35);
}

.font_20.richtext *,
.font_20 {
  font-size: var(--F20);
}

.font_b.richtext *,
.font_b {
  font-size: var(--Fb);
}

.font_12.richtext *,
.font_12 {
  font-size: var(--F12);
}

.richtext>*:not(:last-child) {
  margin-bottom: 1em;
  min-height: 1em;
}

.richtext strong,
.font_strong {
  font-weight: 700;
}

.font_line-short.richtext *,
.font_line-short {
  line-height: 1;
}

.font_line-tall.richtext *,
.font_line-tall {
  line-height: 1.6;
}


/* Link Styling */

.link_anchor {
  transition: all 0.3s;
}

@media(hover: hover) and (pointer: fine) {
  .link_anchor:hover {
    opacity: 0.7;
  }
}


/* Button Styling */

.button_fill {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem;
  color: var(--bg) !important;
  background-color: var(--fg);
  border-radius: 2px;
  transition: all 0.3s;
}

@media(hover: hover) and (pointer: fine) {
  .button_fill:hover {
    opacity: 0.7;
  }
}


/* Main Styling */

.page-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
  height: 100%;
  position: relative;
}

main>section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  -webkit-column-gap: var(--Pm);
  -moz-column-gap: var(--Pm);
  column-gap: var(--Pm);
  width: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  position: relative;
  color: var(--fg);
  background-color: var(--bg);
}


/* Footer */
footer {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  text-align: right;
  color: var(--white);
}


/* Sections */

/* Selector */
.selector {
  height: 100vh;
  padding: 0 var(--Pg);
  align-items: center;
  justify-content: center;
}

.selector__container {
  grid-column: 1/7;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  align-self: center;
  justify-self: center;
  /* padding: 2.188rem; */
  height: 100%;
  z-index: 5;
}

.selector__logo .aspectholder {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 120px;
}

.selector__logo .aspectholder>* {
  width: auto;
  height: 100%;
}

.selector__container-lower {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1.875rem;
  padding-bottom: 1.875rem;
}

.selector__container-inner {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.selector__container-inner>h2:not(:last-child) {
  margin-bottom: 1rem;
}

.selector__radio {
  width: 100%;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  row-gap: 0.625rem;
}

.selector__radio-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.selector__radio-2 {
  display: flex;
  flex-wrap: wrap;
}

.selector__radio-btn {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transition: all 0.3s;
}

.selector__radio-btn.active {
  border-color: var(--fg);
}

@media(hover: hover) and (pointer: fine) {
  .selector__radio-btn:hover {
    border-color: var(--fg);
  }
}

.selector__radio-3 .selector__radio-btn {
  padding: 0.875rem 1.5rem;
  width: 100%;
}

.selector__radio-2 .selector__radio-btn {
  padding: 0.625rem 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.selector__container-socials {
  display: flex;
  -webkit-column-gap: var(--Pm);
  -moz-column-gap: var(--Pm);
  column-gap: var(--Pm);
  align-items: flex-end;
  justify-content: space-between;
}

.selector__socials {
  display: flex;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.selector__socials .aspectholder {
  width: 34px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.selector__socials .aspectholder>* {
  width: 100%;
  height: auto;
}

.selector__container-socials>.aspectholder {
  flex-shrink: 0;
  width: 56px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.selector__container-socials>.aspectholder>* {
  width: 100%;
  height: auto;
}

.selector>.aspectholder {
  grid-column: 7/13;
  width: var(--Wg);
  height: 100vh;
}

.selector>.aspectholder>* {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}