html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

html {
  box-sizing: border-box;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

html {
  font-size: 62.5%;
  font-family: "Roboto", sans-serif;
}

img {
  width: 100%;
  display: block;
  height: auto;
}

h1,
h2,
h3,
h4,
p,
li,
ul {
  margin: 0;
  padding: 0;
}

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

.wrapper {
  max-width: 1140px;
  width: 85%;
  margin: 0 auto;
}

@font-face {
  font-family: "CadillacGothicRegular";
  font-weight: 400;
  font-style: normal;
  src: url("./fonts/CadillacGothic-Regular.woff") format("woff"), url("fonts/CadillacGothic-Regular.woff2") format(""), url("fonts/CadillacGothic-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "CadillacGothicWideRegular";
  font-weight: 400;
  font-style: normal;
  src: url("./fonts/CadillacGothic-WideRegular.woff") format("woff"), url("fonts/CadillacGothic-WideRegular.ttf") format("truetype");
}
@font-face {
  font-family: "CadillacGothicNarrowRegular";
  font-weight: 400;
  font-style: normal;
  src: url("./fonts/CadillacGothic-NarrowRegular.woff") format("woff"), url("fonts/CadillacGothic-NarrowRegular.woff2") format("woff"), url("fonts/CadillacGothic-NarrowRegular.ttf") format("truetype");
}
header {
  border-bottom: 1px solid #000000;
}
header .cadillacLogo {
  width: 7%;
  margin: 2% 0;
}

main section {
  padding: 2% 0;
  text-align: center;
}
main section h1 {
  text-transform: uppercase;
  font: 400 2rem "CadillacGothicWideRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
main section h3 {
  margin: 1% auto;
  font: 800 1.8rem "CadillacGothicRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
main .formContainer {
  padding: 0;
}
main .formContainer p {
  text-align: left;
  text-transform: capitalize;
  font: 400 1.5rem "CadillacGothicRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 2% 0;
}
main .formContainer .formComponents {
  display: flex;
  flex-direction: column;
}
main .formContainer .formComponents li {
  display: flex;
  flex-direction: row;
}
main .formContainer .formComponents li div {
  margin: 1%;
  width: 48%;
}
main .formContainer .formComponents li div label, main .formContainer .formComponents li div input, main .formContainer .formComponents li div select {
  display: block;
  text-align: left;
  text-transform: capitalize;
  font: 400 1.3rem "CadillacGothicRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  margin: 2% 0;
  background: none;
}
main .formContainer .formComponents li div input, main .formContainer .formComponents li div select {
  padding: 2%;
  border: 1px solid #000;
  background: transparent;
}
main .formContainer .formComponents li div .plan {
  font: 400 1.3rem "CadillacGothicRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
main .formContainer .formComponents li .opt {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
main .formContainer .formComponents li .opt #out {
  padding: 0;
  width: auto;
  margin-right: 2%;
  cursor: pointer;
}
main .formContainer .formComponents .agree {
  margin: 0;
}
main .formContainer .formComponents .submitForm {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: none;
  border: 1px solid #000;
  padding: 1% 2%;
  font: 400 1.3rem "CadillacGothicRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 1% 0;
  cursor: pointer;
}

@media (max-width: 480px) {
  header .cadillacLogo {
    width: 15%;
  }

  main .formContainer .formComponents li {
    flex-direction: column;
  }
  main .formContainer .formComponents li div {
    width: 100%;
  }
}