@import url("../css/uicons-regular-straight.css");
:root {
  --font-family-primary: Arial, Helvetica, sans-serif;
  --color-primary: #FFBF00;
  --color-primary-light: #ffe400;
  --color-secondary: #00d9ff;
  --color-secondary-rgb: 0, 217, 255;
  --color-secondary-light-1: #000000;
  --color-secondary-dark-1: #000000;
  --color-grey-light-1: #faf9f9;
  --color-grey-light-2: #b7b7b7;
  --color-grey-dark-1: #222222;
  --color-grey-dark-2: #161616;
  --color-body-bg:#011657;
  --color-body-bg-dark:#000c32;
  --shadow-dark: .4rem .4rem 1rem rgba(0, 0, 0, .06);
  --text-shadow: .5rem 1rem 2rem rgba($color: var(--color-black), $alpha: .2) ;
  --line: 1px solid var(--color-grey-light-2);
  --color-black: #000;
  --color-white: #fff;
  --color-green: green;
  --heading-1: 4rem;
  --heading-2: 3.6rem;
  --heading-3: 2.8rem;
  --heading-4: 2.4rem;
  --heading-5: 2.2rem;
  --body-1: 2rem;
  --body-2: 1.8rem;
  --body-3: 1.6rem;
  --body-4: 1.4rem;
  --body-5: 1.2rem;
  --body-6: 1.0rem;
  --body-7: .8rem;
  --body-8: .6rem;
  --body-9: .4rem;
}

@keyframes animationName {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  50% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}
body {
  box-sizing: border-box;
  background-color: var(--color-body-bg);
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
}

::selection {
  background-color: var(--color-primary);
  color: var(--color-white);
}

body {
  font-family: var(--font-family-primary);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: var(--color-white);
}
body a:link,
body a:active,
body a:visited {
  color: var(--color-primary);
}
body a:hover {
  color: var(--color-primary-light);
}

* {
  margin: 0;
  padding: 0;
}

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

.heading-4, .heading-3, .heading-2, .heading-1 {
  font-family: var(--font-family-primary);
  font-weight: 400;
}

.heading-1 {
  font-size: 4.5rem;
  line-height: 1;
}

.heading-2 {
  font-size: 4rem;
  line-height: 1;
  font-style: italic;
}

.heading-3 {
  font-size: 1.6rem;
  text-transform: uppercase;
}

.heading-4 {
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.u-center-text {
  text-align: center !important;
}

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important;
}

.u-margin-right-small {
  margin-right: 0.8rem !important;
}

.u-margin-left-small {
  margin-left: 0.8rem !important;
}

.u-margin-bottom-medium {
  margin-bottom: 4rem !important;
}
@media only screen and (max-width: 56.25em) {
  .u-margin-bottom-medium {
    margin-bottom: 3rem 0 !important;
  }
}

.u-margin-bottom-large {
  margin-bottom: 8rem !important;
}
@media only screen and (max-width: 56.25em) {
  .u-margin-bottom-large {
    margin-bottom: 5rem !important;
  }
}

.u-margin-top-large {
  margin-top: 8rem !important;
}

.u-margin-top-huge {
  margin-top: 10rem !important;
}

.container {
  align-items: center;
}

/* ----------  
HEADER 
----------  */
.header {
  display: flex;
  justify-content: center;
  position: relative;
}
.header__heading {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 63.375em) {
  .header__heading {
    width: 1014px;
  }
}
.header__heading > * {
  display: flex;
}
@media only screen and (max-width: 56.25em) {
  .header__heading > * {
    width: 100%;
  }
}
.header__nav {
  width: 100%;
  display: flex;
  justify-content: center;
}
.header__nav a img {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.welcome {
  display: flex;
  justify-content: center;
}
.welcome__container {
  display: flex;
  background-color: var(--color-body-bg-dark);
}
.welcome__container > * {
  padding: 2rem;
}
@media only screen and (min-width: 63.375em) {
  .welcome__container {
    width: 1014px;
  }
}
@media only screen and (max-width: 56.25em) {
  .welcome__container {
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .welcome__container {
    flex-direction: column;
    align-items: center;
  }
}
.welcome__intro, .welcome__video {
  width: 50%;
}
@media only screen and (max-width: 37.5em) {
  .welcome__intro, .welcome__video {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
.welcome img {
  height: auto;
  width: 100%;
}
.welcome__full-length {
  margin-top: 2rem;
}

.section-heading {
  justify-content: center;
  display: flex;
  text-align: center;
}
.section-heading__container {
  background-color: var(--color-body-bg-dark);
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 63.375em) {
  .section-heading__container {
    width: 1014px;
  }
}
@media only screen and (max-width: 56.25em) {
  .section-heading__container {
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-heading__container {
    flex-direction: column;
  }
}
.section-heading__bigtext {
  font-size: var(--body-1);
  font-weight: 800;
  color: var(--color-primary);
}
.section-heading__smalltext {
  font-size: var(--body-4);
  font-weight: 700;
}
.section-heading__img {
  width: 100%;
  height: auto;
}

.section-image {
  display: flex;
  justify-content: center;
}
.section-image__container {
  background-color: red;
  padding: 1rem;
  background-color: var(--color-body-bg-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 63.375em) {
  .section-image__container {
    width: 1014px;
  }
}
@media only screen and (max-width: 56.25em) {
  .section-image__container {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.section-image__img {
  width: 100%;
  height: auto;
}

.cimp {
  margin-top: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .cimp {
    width: 70%;
    height: auto;
  }
}

.section-models {
  display: flex;
  justify-content: center;
}
.section-models__container {
  padding: 0 2rem 0 2rem;
  display: flex;
  justify-content: center;
  background-color: var(--color-body-bg-dark);
}
@media only screen and (min-width: 63.375em) {
  .section-models__container {
    width: 1014px;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-models__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.section-models__container-wrap {
  padding: 0.6rem;
  background-color: var(--color-body-bg);
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 56.25em) {
  .section-models__container-wrap {
    flex-direction: column;
  }
}
.section-models__info {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 56.25em) {
  .section-models__info {
    order: -1;
  }
}
.section-models__main {
  padding: 2px;
  width: 100%;
  height: auto;
}
.section-models__description {
  padding: 1rem;
}
.section-models__headline {
  display: flex;
  gap: 2rem;
}
.section-models__photos-1, .section-models__photos-2 {
  display: flex;
  flex-wrap: wrap;
}
.section-models__photos-1 img, .section-models__photos-2 img {
  padding: 2px;
}
@media only screen and (max-width: 56.25em) {
  .section-models__photos-1 img, .section-models__photos-2 img {
    width: 50%;
    height: auto;
  }
}
.section-models__tags {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.section-models__tags-name {
  font-size: var(--body-2);
  font-weight: 900;
}
.section-models__about {
  margin-top: 1rem;
}
.section-models__details {
  margin-top: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .section-models__details {
    margin-bottom: 1rem;
  }
}
.section-models__details a:link, .section-models__details a:active, .section-models__details a:visited {
  font-weight: 800;
}

.footer-button {
  display: flex;
  justify-content: center;
}
.footer-button__container {
  background-color: var(--color-body-bg-dark);
  display: flex;
}
@media only screen and (min-width: 63.375em) {
  .footer-button__container {
    width: 1014px;
  }
}
@media only screen and (max-width: 56.25em) {
  .footer-button__container {
    width: 100%;
  }
}
.footer-button__container img {
  width: 100%;
  height: auto;
}
.footer-button__join-button {
  gap: 0;
  line-height: 0;
  display: flex;
  flex-direction: column;
}
.footer-button__more-button {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 37.5em) {
  .abm-logo-sm {
    height: 7rem;
  }
}

.section-footer {
  display: flex;
  justify-content: center;
}
.section-footer__container {
  background-color: var(--color-body-bg-dark);
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 2rem;
  width: 100%;
}
@media only screen and (min-width: 63.375em) {
  .section-footer__container {
    width: 1014px;
  }
}
.section-footer__nav {
  margin-bottom: 4rem;
  list-style: none;
  display: flex;
  font-size: var(--body-2);
}
.section-footer__nav-list a:link, .section-footer__nav-list a:active, .section-footer__nav-list a:visited {
  color: var(--color-primary);
  font-size: var(--body-2);
  font-weight: 900;
  margin: 0.6rem;
}
@media only screen and (max-width: 56.25em) {
  .section-footer__nav-list a:link, .section-footer__nav-list a:active, .section-footer__nav-list a:visited {
    font-size: var(--body-4);
    text-align: center;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-footer__nav-list a:link, .section-footer__nav-list a:active, .section-footer__nav-list a:visited {
    font-size: var(--body-5);
    text-align: center;
  }
}
.section-footer__nav-list a:hover {
  color: var(--color-primary-light);
}
.section-footer__compliance {
  font-size: var(--body-6);
  padding-bottom: 3rem;
}
.section-footer__compliance a:link, .section-footer__compliance a:active, .section-footer__compliance a:visited {
  color: var(--color-primary);
  font-size: var(--body-5);
  margin: 0.6rem;
  margin: 0.6rem 0rem;
}
.section-footer__compliance a:hover {
  color: var(--color-primary-light);
}
.section-footer__compliance p {
  padding: 0.4rem;
}

.join-signup {
  display: flex;
  justify-content: center;
}
.join-signup__container {
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 63.375em) {
  .join-signup__container {
    width: 1014px;
  }
}
@media only screen and (max-width: 74.9em) {
  .join-signup__container {
    width: 1014px;
  }
}
@media only screen and (max-width: 37.5em) {
  .join-signup__container {
    width: 100%;
  }
}
.join-signup__container img {
  width: 100%;
  height: auto;
}
.join-signup__wrap {
  padding: 2rem;
  display: flex;
  gap: 2rem;
  width: 100%;
}
@media only screen and (max-width: 56.25em) {
  .join-signup__wrap {
    width: 100%;
    flex-direction: column;
  }
}
.join-signup__choices {
  border: Solid 5px #051553;
  padding: 2rem;
  text-align: center;
  flex: 0 0 45%;
}
.join-signup__choices h2 {
  color: #EB0042;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 56.25em) {
  .join-signup__choices {
    order: -1;
  }
}
.join-signup__choices-header {
  padding: 0.5rem 0;
}
.join-signup__choices-header h1 {
  color: #ffff55;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
}
.join-signup__choices-header p {
  font-size: 1.2rem;
  color: #747474;
}
.join-signup__photobox {
  background-color: var(--color-white);
  border: Solid 5px #051553;
  flex: 1;
  overflow: hidden;
}
.join-signup__photobox img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.join-signup__price-tag {
  color: #7cf94c;
}
.join-signup__why-join {
  height: auto;
}
.join-signup__why-join img {
  width: 100%;
  height: auto;
}
.membership {
  max-width: 742px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
}
.membership__option {
  display: flex;
  align-items: stretch;
  margin-bottom: 19px;
  background: #eee;
  border: 1px solid #a5a5a5;
  cursor: pointer;
}
.membership__radio-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #a5a5a5;
  flex-shrink: 0;
  padding: 0 2rem;
}
.membership__radio {
  accent-color: #0875f7;
  cursor: pointer;
}
.membership__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.2rem 1.2rem;
}
.membership__title {
  display: block;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 800;
}
.membership__description {
  display: block;
  margin-top: 3px;
  color: #686868;
  font-size: 1.1rem;
  line-height: 1.25;
  font-weight: 400;
}
.membership__description--bold {
  font-weight: 700;
}
.membership__promo {
  color: #ea0042;
}
.membership__button {
  padding: 1rem 2rem;
  margin: 27px auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  border: 2px solid #118011;
  border-radius: 7px;
  background: linear-gradient(#2ec62e, #008b00);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.45);
  cursor: pointer;
}
.membership__button-icon {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #007b14;
  border-radius: 6px;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.45);
  font-size: 2rem;
  line-height: 1;
}
.membership__secure {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #000000;
}

.join-checklist__container {
  width: 100%;
  margin: 0 auto;
  background-color: var(--color-white);
}
@media only screen and (min-width: 63.375em) {
  .join-checklist__container {
    width: 1014px;
  }
}
@media only screen and (max-width: 56.25em) {
  .join-checklist__container {
    width: 100%;
    flex-direction: column;
  }
}
@media only screen and (max-width: 37.5em) {
  .join-checklist__container {
    width: 100%;
  }
}
.join-checklist__list {
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 2rem;
  list-style: none;
}
@media only screen and (max-width: 56.25em) {
  .join-checklist__list {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 37.5em) {
  .join-checklist__list {
    display: block;
    padding: 1.5rem;
  }
}
.join-checklist__column {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .join-checklist__column {
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.join-checklist__list-item {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  color: #747474;
  font-size: 1.4rem;
  line-height: 1.3;
}
.join-checklist__list-item > img {
  width: 20px;
  height: 17px;
  flex: 0 0 20px;
  margin-top: 0.2rem;
  object-fit: contain;
}

.join-screenshots__container {
  padding: 2rem;
  background-color: var(--color-white);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}
@media only screen and (min-width: 63.375em) {
  .join-screenshots__container {
    width: 1014px;
  }
}
@media only screen and (max-width: 56.25em) {
  .join-screenshots__container {
    flex-basis: 100%;
    width: 100%;
  }
}
.join-screenshots__item {
  flex: 1 1 30%;
}
@media only screen and (max-width: 37.5em) {
  .join-screenshots__item {
    flex: 1 1 40%;
  }
}
.join-screenshots__item img {
  display: block;
  width: 100%;
  height: auto;
}

.section-footer__container-join {
  background-color: var(--color-white);
}
.section-footer__compliance-join {
  color: #595757;
}

.join-util {
  padding-bottom: 4rem;
  border: solid 1px red;
}

.sectiondiv {
  padding: 25rem 0;
  margin-top: -20rem;
}
@media only screen and (max-width: 56.25em) {
  .sectiondiv {
    padding: 20rem 0;
  }
}

/*# sourceMappingURL=style.css.map */
