@font-face {
  font-family: Poppins;
  src: url("../assets/fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Poppins;
  src: url("../assets/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
}

html {
  width: 100vw;
  height: 100vh;
}

body {
  width: 100%;
  height: 100%;
  padding: 1.5% 1.5% 1.5% 3%;
  background-color: #090909;
  overflow: hidden;
}

@media (max-width: 740px) {
  body {
    height: auto;
    padding: 3% 3% 3% 9%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

#terry-words {
  position: absolute;
  z-index: 10;
  bottom: -1vh;
  left: 1.3vw;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  height: 1.5vh;
}

#terry-words img {
  height: 100%;
}

@media (max-width: 740px) {
  #terry-words {
    height: 3vw;
  }
  #terry-words img {
    height: 3vw;
  }
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.container #terry-photo {
  width: 35%;
  height: 100%;
}

.container #terry-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container #terry-photo #terry-photo-credits {
  position: absolute;
  bottom: 2vh;
  left: 1vw;
  color: white;
  font-size: 0.8rem;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.05rem;
}

.container #terry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 65%;
  height: 100%;
}

.container #terry-content #terry-signature {
  width: 40%;
  height: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.container #terry-content #comefindme {
  display: -ms-grid;
  display: grid;
  width: 35%;
  height: auto;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -ms-grid-rows: auto auto auto;
      grid-template-rows: auto auto auto;
      grid-template-areas: "cfmlogo cfmlogo" "websitebutton websitebutton" "playstore appstore";
  justify-items: center;
}

.container #terry-content #comefindme #cfm-logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: cfmlogo;
  width: 25%;
  height: auto;
}

.container #terry-content #comefindme #cfm-website {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: websitebutton;
  margin: 1rem 0 0.7rem 0;
  padding: 0.5rem;
  text-decoration: none;
  border: 1px solid white;
  color: white;
  font-size: 0.8rem;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.container #terry-content #comefindme #cfm-playstore {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: playstore;
  width: 100%;
  height: auto;
}

.container #terry-content #comefindme #cfm-playstore img {
  width: 100%;
}

.container #terry-content #comefindme #cfm-appstore {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: appstore;
  width: 100%;
  height: auto;
}

.container #terry-content #comefindme #cfm-appstore img {
  width: 100%;
}

.container #terry-content #augmented {
  position: absolute;
  bottom: 2vh;
  left: 1vw;
  color: white;
  font-size: 0.8rem;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.05rem;
}

.container #terry-content #augmented a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.container #terry-content #social-media {
  position: absolute;
  right: 1vw;
  bottom: 2vh;
  height: 2.5vh;
}

.container #terry-content #social-media * {
  text-decoration: none;
}

.container #terry-content #social-media #facebook {
  height: 100%;
}

.container #terry-content #social-media #facebook img {
  height: 100%;
}

.container #terry-content #social-media #instagram {
  height: 100%;
  margin-left: 1vw;
}

.container #terry-content #social-media #instagram img {
  height: 100%;
}

.container #terry-content #social-media #twitter {
  height: 100%;
  margin-left: 1vw;
}

.container #terry-content #social-media #twitter img {
  height: 100%;
}

.container #terry-content #subscription-form-sign {
  background-color: #272727;
  position: fixed;
  right: 0;
  top: 6vh;
  width: 20%;
  height: auto;
  padding: 1rem 0.8rem 1rem 2rem;
  color: white;
  font-size: 0.8rem;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.05rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}

.container #terry-content #subscription-form-sign #subscription-form-sign-close {
  background-color: transparent;
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  width: 1rem;
  height: 1rem;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}

.container #terry-content #subscription-form-sign #subscription-form-sign-close img {
  width: 100%;
  height: 100%;
}

.container #terry-content #subscription-form-sign #subscription-form-sign-openform {
  background: transparent;
  margin-top: 0.6rem;
  padding: 0.3rem 0.5rem;
  border: 1px solid white;
  color: white;
  font-size: 0.8rem;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  cursor: pointer;
}

@media (max-width: 740px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    min-height: 100vh;
  }
  .container #terry-photo {
    width: 100%;
    height: 45vh;
  }
  .container #terry-photo img {
    -o-object-position: 50% 10%;
       object-position: 50% 10%;
  }
  .container #terry-photo #terry-photo-credits {
    top: 0.5rem;
    left: 0.5rem;
    font-size: 0.7rem;
  }
  .container #terry-content {
    width: 100%;
    height: auto;
    min-height: 65vh;
    padding: 8vh 10vw 10vh 10vw;
  }
  .container #terry-content #terry-signature {
    width: 80%;
    margin-top: 0;
    margin-bottom: 6vh;
  }
  .container #terry-content #comefindme {
    width: 80%;
    height: auto;
    margin-bottom: 6vh;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
        grid-template-areas: "cfmlogo cfmlogo" "websitebutton websitebutton" "playstore appstore";
    justify-items: center;
  }
  .container #terry-content #comefindme #cfm-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: cfmlogo;
    width: 40%;
    height: auto;
  }
  .container #terry-content #comefindme #cfm-website {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: websitebutton;
    font-size: 0.8rem;
  }
  .container #terry-content #comefindme #cfm-playstore {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: playstore;
    width: 100%;
    height: auto;
  }
  .container #terry-content #comefindme #cfm-playstore img {
    width: 100%;
  }
  .container #terry-content #comefindme #cfm-appstore {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: appstore;
    width: 100%;
    height: auto;
  }
  .container #terry-content #comefindme #cfm-appstore img {
    width: 100%;
  }
  .container #terry-content #augmented {
    display: none;
  }
  .container #terry-content #social-media {
    position: absolute;
    right: 50%;
    bottom: 1.5vh;
    height: auto;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .container #terry-content #social-media * {
    width: 5vw;
    height: auto;
  }
  .container #terry-content #social-media * img {
    width: 5vw;
    height: auto;
  }
  .container #terry-content #social-media #instagram {
    margin-left: 5vw;
  }
  .container #terry-content #social-media #twitter {
    margin-left: 5vw;
  }
  .container #terry-content #subscription-form-sign {
    background: transparent;
    position: relative;
    width: 80%;
    height: auto;
    right: auto;
    top: auto;
    margin: 0;
    padding: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    text-align: center;
  }
  .container #terry-content #subscription-form-sign #subscription-form-sign-close {
    display: none;
  }
  .container #terry-content #subscription-form-sign #subscription-form-sign-openform {
    margin: 1rem 0 0.7rem 0;
    padding: 0.5rem;
    font-size: 0.8rem;
  }
}

#terry-form {
  z-index: 11;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  overflow-y: scroll;
}

#terry-form #terry-form-close {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

#terry-form #terry-form-close img {
  width: 100%;
  height: 100%;
}

@media (max-width: 740px) {
  #terry-form {
    position: fixed;
    width: 100%;
  }
  #terry-form #terry-form-close {
    top: 2rem;
    left: auto;
    right: 2rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

#sib-container input:-ms-input-placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
  border-width: px;
}

#sib-container input::-webkit-input-placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
  border-width: px;
}

#sib-container input::-ms-input-placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
  border-width: px;
}

#sib-container input::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
  border-width: px;
}

.sib-form {
  background-color: #1e1e1e;
  margin: 0;
  padding: 2rem;
}

@media (max-width: 740px) {
  .sib-form {
    padding: 1rem;
  }
}

#sib-container {
  background-color: #1e1e1e;
  margin: 0;
  padding: 0;
}

#sib-form {
  background-color: #1e1e1e;
  /*#sib-form-phonefield {
    }*/
}

#sib-form #sib-form-title {
  padding: 1rem 0;
}

#sib-form #sib-form-title > div {
  font-size: 2rem;
  text-align: left;
  font-weight: bold;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  color: white;
  background-color: transparent;
  letter-spacing: 0.05rem;
}

#sib-form #sib-form-formdescription {
  padding: 1rem 0;
}

#sib-form #sib-form-formdescription > div {
  font-size: 0.9rem;
  text-align: left;
  font-weight: normal;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  color: white;
  background-color: transparent;
  letter-spacing: 0.05rem;
}

#sib-form #sib-form-emailfield, #sib-form #sib-form-firstnamefield, #sib-form #sib-form-lastnamefield,
#sib-form #sib-form-phonefield, #sib-form #sib-form-countryfield, #sib-form #sib-form-statefield, #sib-form #sib-form-cityfield {
  padding: 0.5rem 0;
}

#sib-form #sib-form-emailfield label.entry__label, #sib-form #sib-form-firstnamefield label.entry__label, #sib-form #sib-form-lastnamefield label.entry__label,
#sib-form #sib-form-phonefield label.entry__label, #sib-form #sib-form-countryfield label.entry__label, #sib-form #sib-form-statefield label.entry__label, #sib-form #sib-form-cityfield label.entry__label {
  font-size: 1rem;
  text-align: left;
  font-weight: bold;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  color: white;
  letter-spacing: 0.05rem;
}

#sib-form #sib-form-emailfield .entry__field, #sib-form #sib-form-firstnamefield .entry__field, #sib-form #sib-form-lastnamefield .entry__field,
#sib-form #sib-form-phonefield .entry__field, #sib-form #sib-form-countryfield .entry__field, #sib-form #sib-form-statefield .entry__field, #sib-form #sib-form-cityfield .entry__field {
  border: none;
  border-bottom: 1px solid #c0ccda;
  /*&:focus, &:active{
                border: none;
                border-bottom: 1px solid red;
            }*/
}

#sib-form #sib-form-emailfield .entry__field input, #sib-form #sib-form-firstnamefield .entry__field input, #sib-form #sib-form-lastnamefield .entry__field input,
#sib-form #sib-form-phonefield .entry__field input, #sib-form #sib-form-countryfield .entry__field input, #sib-form #sib-form-statefield .entry__field input, #sib-form #sib-form-cityfield .entry__field input {
  background: #1e1e1e;
  font-weight: normal;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  color: white;
  letter-spacing: 0.05rem;
}

#sib-form #sib-form-emailfield label.entry__error, #sib-form #sib-form-firstnamefield label.entry__error, #sib-form #sib-form-lastnamefield label.entry__error,
#sib-form #sib-form-phonefield label.entry__error, #sib-form #sib-form-countryfield label.entry__error, #sib-form #sib-form-statefield label.entry__error, #sib-form #sib-form-cityfield label.entry__error {
  font-size: 1rem;
  text-align: left;
  font-weight: normal;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  color: #ff4949;
  background-color: transparent;
  letter-spacing: 0.05rem;
  border-color: #ff4949;
}

#sib-form #sib-form-emailfield label.entry__specification, #sib-form #sib-form-firstnamefield label.entry__specification, #sib-form #sib-form-lastnamefield label.entry__specification,
#sib-form #sib-form-phonefield label.entry__specification, #sib-form #sib-form-countryfield label.entry__specification, #sib-form #sib-form-statefield label.entry__specification, #sib-form #sib-form-cityfield label.entry__specification {
  font-size: 0.8rem;
  text-align: left;
  font-weight: normal;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  color: #b4b4b4;
  letter-spacing: 0.05rem;
}

#sib-form #sib-form-firstnamefield {
  display: inline-block;
  width: 49%;
}

#sib-form #sib-form-firstnamefield > div {
  padding: 0 0.5rem 0 1rem;
}

#sib-form #sib-form-lastnamefield {
  display: inline-block;
  width: 49%;
}

#sib-form #sib-form-lastnamefield > div {
  padding: 0 1rem 0 0.5rem;
}

#sib-form #sib-form-countryfield {
  display: inline-block;
  width: 49%;
}

#sib-form #sib-form-countryfield > div {
  padding: 0 0.5rem 0 1rem;
}

#sib-form #sib-form-statefield {
  display: inline-block;
  width: 49%;
}

#sib-form #sib-form-statefield > div {
  padding: 0 1rem 0 0.5rem;
}

#sib-form #sib-form-cityfield {
  display: inline-block;
  width: 49%;
}

#sib-form #sib-form-cityfield > div {
  padding: 0 0.5rem 0 1rem;
}

#sib-form #sib-form-submitbutton {
  padding: 1rem 0;
}

#sib-form #sib-form-submitbutton > .sib-form-block {
  text-align: center;
}

#sib-form #sib-form-submitbutton > .sib-form-block button {
  font-size: 1rem;
  text-align: left;
  font-weight: bold;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  color: black;
  background-color: white;
  letter-spacing: 0.05rem;
}

#sib-form #sib-form-terms {
  padding: 1rem 0;
}

#sib-form #sib-form-terms > .sib-form-block {
  font-size: 14px;
  text-align: center;
  font-family: Helvetica, sans-serif;
  color: #333;
  background-color: transparent;
  letter-spacing: 0.05rem;
}

#error-message {
  font-size: 1rem;
  text-align: left;
  font-family: Helvetica, sans-serif;
  color: #661d1d;
  background-color: #ffeded;
  border-radius: 3px;
  border-width: px;
  border-color: #ff4949;
  max-width: 540px;
  letter-spacing: 0.05rem;
}

#success-message {
  font-size: 1rem;
  text-align: left;
  font-family: Helvetica, sans-serif;
  color: #085229;
  background-color: #e7faf0;
  border-radius: 3px;
  border-width: px;
  border-color: #13ce66;
  max-width: 540px;
  letter-spacing: 0.05rem;
}
/*# sourceMappingURL=style.css.map */