/**
 * modified version of eric meyer's reset 2.0
 * http://meyerweb.com/eric/tools/css/reset/
 */
/**
 * basic reset
 */
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, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/**
 * HTML5 display-role reset for older browsers
 */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section,
main, summary {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/**
 * modified version of normalize.css 3.0.2
 * http://necolas.github.io/normalize.css/
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/**
 * HTML5 display definitions
 * =============================================================================
 */
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/**
 * Links
 * =============================================================================
 */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * Text-level semantics
 * =============================================================================
 */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * 1. Address styling not present in Safari and Chrome.
 * 2. Set previously resetted italic font-style
 */
dfn,
i, em {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/**
 * Embedded content
 * =============================================================================
 */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/**
 * Grouping content
 * =============================================================================
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

/**
 * Forms
 * =============================================================================
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/**
 * Re-set default cursor for disabled elements.
 */
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

@font-face {
  font-family: GothamRounded-Medium;
  src: url("/fonts/GothamRounded-Medium.woff") format("woff"); }

@font-face {
  font-family: Gotham-Bold;
  src: url("/fonts/Gotham-Bold.woff") format("woff"); }

@font-face {
  font-family: Gotham-Book;
  src: url("/fonts/Gotham-Book.woff") format("woff"); }

@font-face {
  font-family: Gotham-Medium;
  src: url("/fonts/Gotham-Medium.woff") format("woff"); }

body, html {
  font-family: 'Helvetica';
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  box-sizing: inherit;
  outline: none !important; }

input, .tweetTextSize {
  outline: none;
  border: none;
  margin: 0px;
  padding: 0px; }

.borderBox {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important; }

.gothamRM {
  font-family: GothamRounded-Medium;
  font-size: 46px;
  line-height: 52px;
  letter-spacing: -0.78px; }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .gothamRM {
      font-size: 3.84vw;
      line-height: 4.34vw;
      letter-spacing: -0.065vw; } }
  @media screen and (max-width: 550px) {
    .gothamRM {
      font-size: 34px;
      line-height: 45px;
      letter-spacing: -0.78px; } }
  @media screen and (max-width: 375px) {
    .gothamRM {
      font-size: 32px;
      line-height: 42px; } }
  @media screen and (max-width: 355px) {
    .gothamRM {
      font-size: 9.01vw;
      line-height: 11.83vw; } }

.gothamBook {
  font-family: Gotham-Book;
  font-size: 21px;
  line-height: 29px;
  letter-spacing: -0.78px; }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .gothamBook {
      font-size: 1.75vw;
      line-height: 2.42vw;
      letter-spacing: -0.065vw; } }
  @media screen and (max-width: 550px) {
    .gothamBook {
      font-size: 18px;
      line-height: 27px;
      letter-spacing: -0.78px; } }
  @media screen and (max-width: 375px) {
    .gothamBook {
      font-size: 16px;
      line-height: 24px; } }
  @media screen and (max-width: 355px) {
    .gothamBook {
      font-size: 4.51vw;
      line-height: 6.76vw; } }

.page1Wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden; }
  @media screen and (max-width: 1060px) {
    .page1Wrapper {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      height: auto; } }

.P1WrapperBackground {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(155deg, #243BED 32%, #3B79FF 93%);
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(-12deg) translateY(-20%);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 1060px) {
    .P1WrapperBackground {
      transform: skewY(-15deg) translateY(-14%); } }
  @media screen and (max-width: 550px) {
    .P1WrapperBackground {
      transform: skewY(-15deg) translateY(-7%); } }

.examplePhoto {
  position: absolute;
  width: 638px;
  height: 439px;
  z-index: 2;
  bottom: 17%;
  right: 1%;
  opacity: 0; }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .examplePhoto {
      width: 587px;
      height: 404.3px; } }
  @media screen and (max-width: 1060px) {
    .examplePhoto {
      position: static;
      margin-bottom: 75px; } }
  @media screen and (max-width: 650px) {
    .examplePhoto {
      width: 528px;
      height: 363.7px; } }
  @media screen and (max-width: 550px) {
    .examplePhoto {
      width: 422.4px;
      height: 290.7px;
      margin-top: 40px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 435px) {
    .examplePhoto {
      width: 338px;
      height: 232.8px; } }

.canvasLogo {
  width: 228.44px;
  height: 61.6896px;
  margin-top: 42px;
  left: 7%;
  position: relative; }
  @media screen and (max-width: 1230px) {
    .canvasLogo {
      left: 5%; } }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .canvasLogo {
      width: 17.79vw;
      height: 4.80vw; } }
  @media screen and (max-width: 1060px) and (min-width: 551px) {
    .canvasLogo {
      left: 0;
      margin-left: 30vw;
      margin-right: 30vw;
      margin-top: 55px;
      margin-bottom: 55px; } }
  @media screen and (max-width: 550px) {
    .canvasLogo {
      width: 181.3px;
      height: 48.96px;
      margin-top: 40px;
      margin-bottom: 40px;
      left: 0; } }

.bodyContainer {
  position: absolute;
  top: 27%;
  left: 7%;
  width: 469px;
  z-index: 2; }
  @media screen and (max-width: 1230px) {
    .bodyContainer {
      left: 5%; } }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .bodyContainer {
      width: 39.12vw; } }
  @media screen and (max-width: 1060px) {
    .bodyContainer {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      position: static;
      top: 0;
      left: 0;
      margin-left: 6vw;
      margin-right: 6vw; } }

.headerText {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  opacity: 0; }
  @media screen and (max-width: 1060px) {
    .headerText {
      text-align: center; } }
  @media screen and (max-width: 550px) {
    .headerText {
      width: 335px;
      height: auto; } }

@media screen and (max-width: 2000px) and (min-width: 1061px) {
  .underpants {
    width: 420px !important;
    display: inline-block; } }

.bodyText {
  width: 365px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 48px;
  opacity: 0; }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .bodyText {
      width: 30.44vw;
      margin-top: 2.50vw;
      margin-bottom: 4.00vw; } }
  @media screen and (max-width: 1060px) {
    .bodyText {
      text-align: center;
      margin-top: 49px;
      margin-bottom: 65px; } }
  @media screen and (max-width: 550px) {
    .bodyText {
      margin-top: 30px;
      margin-bottom: 47px;
      width: 310px; } }
  @media screen and (max-width: 375px) {
    .bodyText {
      width: 298px; } }
  @media screen and (max-width: 355px) {
    .bodyText {
      width: 83.94vw; } }

.ctaSectionGlitch {
  width: 318px;
  height: 69px;
  box-shadow: 0 4px 6px 5px rgba(50, 50, 93, 0.33), 0 1px 3px 1px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  align-items: center; }
  .ctaSectionGlitch:hover {
    cursor: pointer;
    box-shadow: 0 7px 18px 5px rgba(50, 50, 93, 0.33), 0 3px 10px 1px rgba(0, 0, 0, 0.35);
    transform: translateY(-1px); }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .ctaSectionGlitch {
      width: 26.52vw;
      height: 5.75vw; } }
  @media screen and (max-width: 1060px) and (min-width: 551px) {
    .ctaSectionGlitch {
      display: none; } }
  @media screen and (max-width: 550px) {
    .ctaSectionGlitch {
      width: 293px;
      height: 56px; } }
  @media screen and (max-width: 355px) {
    .ctaSectionGlitch {
      width: 234.4px;
      height: 44.8px; } }

.ctaMoney {
  width: 25%;
  height: 70%;
  color: #235fc6;
  font-family: Gotham-Bold;
  font-size: 26px;
  letter-spacing: -0.2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #235fc6;
  padding-left: 15px;
  padding-right: 10px; }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .ctaMoney {
      font-size: 2.17vw;
      padding-left: 1.251vw;
      padding-right: 0.834vw; } }
  @media screen and (max-width: 550px) {
    .ctaMoney {
      font-size: 22px;
      height: 65%; } }
  @media screen and (max-width: 355px) {
    .ctaMoney {
      font-size: 17.6px;
      height: 65%; } }

.boldBookWrapper {
  height: 60%;
  width: 72%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.ctaBold {
  width: 100%;
  height: 22px;
  color: #235fc6;
  font-family: Gotham-Bold;
  font-size: 22px;
  letter-spacing: -0.2px;
  text-align: center; }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .ctaBold {
      height: 1.83vw;
      font-size: 1.83vw;
      letter-spacing: -0.017vw; } }
  @media screen and (max-width: 550px) {
    .ctaBold {
      font-size: 20px;
      height: 22px; } }
  @media screen and (max-width: 355px) {
    .ctaBold {
      font-size: 16px;
      height: 17.6px; } }

.ctaBook {
  width: 100%;
  height: 14px;
  color: #235fc6;
  font-family: Gotham-Book;
  font-size: 14px;
  letter-spacing: -0.2px;
  text-align: center;
  transform: translateY(2px); }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .ctaBook {
      height: 1.17vw;
      font-size: 1.17vw;
      letter-spacing: -0.017vw;
      transform: translateY(0.167vw); } }
  @media screen and (max-width: 550px) {
    .ctaBook {
      font-size: 12px;
      height: 12px; } }
  @media screen and (max-width: 355px) {
    .ctaBook {
      font-size: 9.6px;
      height: 9.6px; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(519px); }
  40% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.animatedHeader {
  animation: 0.75s cubic-bezier(0.16, 0.4, 0.19, 0.99) 0s 1 fadeInUp;
  animation-fill-mode: both; }

.animatedBody {
  animation: 0.82s cubic-bezier(0.16, 0.4, 0.19, 0.99) 0.1s 1 fadeInUp;
  animation-fill-mode: both; }

.animatedImg {
  animation: 0.7s cubic-bezier(0.16, 0.4, 0.19, 0.99) 0.45s 1 fadeInUp;
  animation-fill-mode: both; }

.page2Wrapper {
  height: 76%;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 1060px) {
    .page2Wrapper {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      height: auto; } }

.P2WrapperBackground {
  background-color: #F7FAFC;
  width: 100%;
  position: absolute;
  z-index: -2;
  height: 215%;
  transform: skewY(17deg) translateY(-50%);
  top: 0;
  left: 0;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.08); }
  @media screen and (max-width: 414px) {
    .P2WrapperBackground {
      height: 132%;
      transform: skewY(17deg) translateY(-170px); } }

.bodyContainerp2 {
  position: absolute;
  width: 455px;
  z-index: 2;
  top: 8%;
  right: 5%;
  transform: translateY(-9px); }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .bodyContainerp2 {
      width: 37.94vw; } }
  @media screen and (max-width: 1060px) {
    .bodyContainerp2 {
      position: static;
      right: 0;
      top: 0;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-left: 16vw;
      margin-right: 16vw; } }

.federerVideoOuter {
  position: relative;
  width: 560px;
  height: 315px;
  top: 8vh;
  left: 6.5%; }
  @media screen and (max-width: 1260px) {
    .federerVideoOuter {
      width: 540px;
      transform: translateY(10px); } }
  @media screen and (max-width: 1230px) {
    .federerVideoOuter {
      left: 4.5%; } }
  @media screen and (max-width: 1196px) {
    .federerVideoOuter {
      transform: translateY(7px); } }
  @media screen and (max-width: 1166px) {
    .federerVideoOuter {
      transform: translateY(4px); } }
  @media screen and (max-width: 1145px) {
    .federerVideoOuter {
      transform: translateY(0px); } }
  @media screen and (max-width: 1140px) {
    .federerVideoOuter {
      transform: translateY(-2px); } }
  @media screen and (max-width: 1130px) {
    .federerVideoOuter {
      width: 530px;
      transform: translateY(2px); } }
  @media screen and (max-width: 1120px) {
    .federerVideoOuter {
      transform: translateY(0px);
      width: 522px; } }
  @media screen and (max-width: 1090px) {
    .federerVideoOuter {
      transform: translateY(-4px); } }
  @media screen and (max-width: 1080px) {
    .federerVideoOuter {
      width: 510px; } }
  @media screen and (max-width: 1060px) {
    .federerVideoOuter {
      margin-top: 35px;
      margin-bottom: 50px;
      width: 540px;
      height: 303.75px;
      position: static; } }
  @media screen and (max-width: 600px) {
    .federerVideoOuter {
      width: 490px;
      height: 275.625px; } }
  @media screen and (max-width: 550px) {
    .federerVideoOuter {
      width: 460px;
      height: 258.75px;
      margin-top: 10px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 519px) {
    .federerVideoOuter {
      width: 422px;
      height: 237.375px; } }
  @media screen and (max-width: 414px) {
    .federerVideoOuter {
      width: 398px;
      height: 223.875px;
      margin-top: 10px;
      margin-bottom: 10px;
      top: 0;
      left: 0; } }
  @media screen and (max-width: 375px) {
    .federerVideoOuter {
      width: 359px;
      height: 201.9375px; } }
  @media screen and (max-width: 370px) {
    .federerVideoOuter {
      width: 344px;
      height: 193.5px; } }
  @media screen and (max-width: 350px) {
    .federerVideoOuter {
      width: 304px;
      height: 171px; } }

#federerVideo {
  width: 100%;
  height: 100%;
  position: absolute; }

.poster {
  position: absolute;
  width: 100%;
  height: 100%; }

.headerTextp2 {
  width: 455px;
  height: 112px;
  color: #34434b;
  margin-bottom: 14px; }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .headerTextp2 {
      width: 37.94vw;
      height: 9.34vw;
      margin-bottom: 1.17vw; } }
  @media screen and (max-width: 1060px) {
    .headerTextp2 {
      text-align: center;
      margin-bottom: 30px; } }
  @media screen and (max-width: 550px) {
    .headerTextp2 {
      margin-top: 40px;
      width: 404px;
      height: auto; } }
  @media screen and (max-width: 375px) {
    .headerTextp2 {
      width: 98.67vw; } }

.actionCheckContainer {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 22px; }
  @media screen and (max-width: 1060px) {
    .actionCheckContainer {
      width: 83%; } }
  @media screen and (max-width: 550px) {
    .actionCheckContainer {
      width: 320px; } }
  @media screen and (max-width: 375px) {
    .actionCheckContainer {
      width: 77.29vw; } }
  @media screen and (max-width: 340px) {
    .actionCheckContainer {
      width: 280px; } }

.checkmarkOutline {
  width: 29px;
  height: 29px;
  fill: #2c76d1;
  margin-right: 21px;
  align-self: flex-start;
  transform: translateY(2px); }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .checkmarkOutline {
      width: 2.42vw;
      height: 2.42vw;
      margin-right: 1.75vw; } }
  @media screen and (max-width: 414px) {
    .checkmarkOutline {
      width: 24px !important;
      height: 24px !important;
      margin-right: 17px; } }

.instruction {
  width: 380px;
  color: #28333a; }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .instruction {
      width: 31.69vw; } }
  @media screen and (max-width: 1060px) {
    .instruction {
      width: 330px; } }
  @media screen and (max-width: 414px) {
    .instruction {
      width: 272px; } }
  @media screen and (max-width: 375px) {
    .instruction {
      width: 250px; } }
  @media screen and (max-width: 360px) {
    .instruction {
      width: 256px; } }

.instruction1 {
  width: 370px; }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .instruction1 {
      width: 30.86vw; } }
  @media screen and (max-width: 1060px) {
    .instruction1 {
      width: 330px; } }
  @media screen and (max-width: 414px) {
    .instruction1 {
      width: 272px; } }
  @media screen and (max-width: 375px) {
    .instruction1 {
      width: 250px; } }
  @media screen and (max-width: 360px) {
    .instruction1 {
      width: 256px; } }

.instruction2 {
  width: 330px; }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .instruction2 {
      width: 27.52vw; } }
  @media screen and (max-width: 1060px) {
    .instruction2 {
      width: 330px; } }
  @media screen and (max-width: 414px) {
    .instruction2 {
      width: 272px; } }
  @media screen and (max-width: 375px) {
    .instruction2 {
      width: 250px; } }
  @media screen and (max-width: 360px) {
    .instruction2 {
      width: 256px; } }

.rfHandle {
  display: inline-block;
  color: #55acee; }

.videoWrapper {
  position: relative;
  width: 628px;
  height: 363px;
  top: 8vh;
  left: 3%; }
  @media screen and (max-width: 1199px) and (min-width: 1021px) {
    .videoWrapper {
      width: 52.38vw;
      height: 30.28vw;
      left: 1.5vw; } }
  @media screen and (max-width: 1020px) {
    .videoWrapper {
      top: 0;
      left: 0;
      margin-top: 60px; } }
  @media screen and (max-width: 414px) {
    .videoWrapper {
      margin-top: 40px;
      height: 234px; } }

.page3Wrapper {
  width: 100%;
  position: relative;
  height: auto; }
  @media screen and (max-width: 1060px) {
    .page3Wrapper {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; } }

.headerForiPad {
  display: none; }
  @media screen and (max-width: 1060px) {
    .headerForiPad {
      display: block;
      color: #34434b;
      width: 410px;
      height: 52px;
      margin-bottom: 45px;
      margin-left: 40px;
      margin-right: 40px; } }
  @media screen and (max-width: 550px) {
    .headerForiPad {
      margin-top: 18px;
      margin-bottom: 18px;
      margin-left: 0;
      margin-right: 0;
      display: flex;
      justify-content: center; } }

.bodyContainerp3 {
  position: relative;
  top: 0px;
  left: 7%;
  width: 410px;
  z-index: 2;
  margin-bottom: 40px; }
  @media screen and (max-width: 1230px) {
    .bodyContainerp3 {
      left: 5%; } }
  @media screen and (max-width: 1060px) {
    .bodyContainerp3 {
      left: 0;
      padding-top: 35px;
      margin-bottom: 40px;
      width: auto;
      height: auto; } }

.headerTextp3 {
  color: #34434b;
  width: 410px;
  height: 52px; }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .headerTextp3 {
      width: 34.20vw;
      height: 4.34vw; } }
  @media screen and (max-width: 1060px) {
    .headerTextp3 {
      display: none; } }

.instructionp3 {
  color: #34434b;
  width: 430px;
  margin-top: 24px;
  margin-bottom: 36px; }
  @media screen and (max-width: 1060px) {
    .instructionp3 {
      display: none; } }

.buttonSectionp3 {
  width: 410px;
  height: auto;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .buttonSectionp3 {
      width: 34.2vw; } }
  @media screen and (max-width: 550px) {
    .buttonSectionp3 {
      width: 335px; } }
  @media screen and (max-width: 357px) {
    .buttonSectionp3 {
      width: 283px; } }

.blueBorderButton {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.08), 0 1px 3px rgba(0, 0, 0, 0.06);
  border-radius: 4.4px;
  border: 2.2px solid #2c76d1;
  background: #FFFFFF;
  width: 200px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  margin-right: 35px; }
  .blueBorderButton:hover {
    cursor: pointer !important;
    box-shadow: 0 6px 11px rgba(50, 50, 93, 0.08), 0 2px 7px rgba(0, 0, 0, 0.06); }
  .blueBorderButton:focus {
    border: none !important; }
  .blueBorderButton:visited {
    border: none !important; }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .blueBorderButton {
      width: 16.68vw;
      height: 3.25vw;
      margin-right: 2.9vw; } }
  @media screen and (max-width: 550px) {
    .blueBorderButton {
      width: 149px;
      height: 33px;
      margin-right: 19px; } }
  @media screen and (max-width: 357px) {
    .blueBorderButton {
      width: 138px;
      height: 30px;
      margin-right: 17.6px; } }

.subtotalColumn {
  margin-top: 1px; }

.leftColumnStyles {
  width: 175px;
  display: flex;
  justify-content: space-between;
  font-family: Gotham-Medium;
  font-size: 15px;
  color: #2C76D1; }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .leftColumnStyles {
      width: 14.26vw;
      font-size: 1.25vw; } }
  @media screen and (max-width: 550px) {
    .leftColumnStyles {
      width: 137px;
      font-size: 13px; } }
  @media screen and (max-width: 357px) {
    .leftColumnStyles {
      width: 127px; } }

.canvasTotalBold {
  font-family: Gotham-Bold; }

.canvasShipping {
  margin-top: 6px;
  margin-bottom: 36px; }
  @media screen and (max-width: 550px) {
    .canvasShipping {
      margin-bottom: 30px; } }
  @media screen and (max-width: 357px) {
    .canvasShipping {
      margin-bottom: 25px; } }

.paymentButton {
  width: 410px;
  height: 59.5px;
  box-shadow: 0 4px 6px 1px rgba(50, 50, 93, 0.23), 0 1px 3px 1px rgba(0, 0, 0, 0.18);
  border-radius: 4.4px;
  background-image: linear-gradient(180deg, #41aae6 0%, #4173e6 100%);
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-family: Gotham-Bold;
  font-size: 23.8px;
  letter-spacing: -0.2px;
  border: none;
  margin-top: 6px; }
  .paymentButton:hover {
    transform: translateY(-1px);
    cursor: pointer;
    box-shadow: 0 7px 18px 1px rgba(50, 50, 93, 0.23), 0 3px 10px 1px rgba(0, 0, 0, 0.18); }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .paymentButton {
      width: 34.2vw;
      height: 4.96vw;
      font-size: 1.98vw; } }
  @media screen and (max-width: 550px) {
    .paymentButton {
      width: 305px;
      height: 44px;
      font-size: 20px; } }
  @media screen and (max-width: 357px) {
    .paymentButton {
      width: 283px;
      height: 40px;
      font-size: 18.6px; } }

.Select-value {
  transform: translateX(3px) !important; }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .Select-value {
      transform: translateX(0px) !important; } }
  @media screen and (max-width: 550px) {
    .Select-value {
      transform: translateX(0px) !important; } }

.Select-control {
  background-color: transparent !important;
  border: none !important;
  background-color: none !important;
  border-color: none !important;
  box-shadow: none !important; }
  .Select-control:focus {
    border: none !important; }
  .Select-control:visited {
    border: none !important; }
  .Select-control:hover {
    cursor: pointer !important; }

.Select-value-label {
  color: #2c76d1 !important;
  font-family: Gotham-Medium !important;
  font-size: 15px !important;
  letter-spacing: -0.2px !important; }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .Select-value-label {
      font-size: 1.25vw !important; } }
  @media screen and (max-width: 550px) {
    .Select-value-label {
      font-size: 13px !important; } }
  @media screen and (max-width: 357px) {
    .Select-value-label {
      font-size: 12.09px !important; } }

.Select-arrow {
  border-color: #2c76d1 transparent transparent !important;
  transform: translateX(-6.49px); }
  @media screen and (max-width: 550px) {
    .Select-arrow {
      transform: translateX(0); } }

.is-open > .Select-control .Select-arrow {
  border-color: transparent transparent #2c76d1 !important;
  top: -3.3px !important;
  z-index: 1000 !important; }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .is-open > .Select-control .Select-arrow {
      transform: translateX(-0.5vw) !important;
      top: -0.25vw !important; } }
  @media screen and (max-width: 550px) {
    .is-open > .Select-control .Select-arrow {
      transform: translateX(0); } }

.Select-menu-outer * {
  color: rgba(44, 118, 209, 0.87) !important;
  z-index: 1000 !important; }

.Select-menu-outer {
  font-family: Gotham-Medium !important;
  font-size: 15.15px !important;
  letter-spacing: -0.2px !important;
  border: none !important;
  width: 86.0% !important;
  transform: translate(-6.2px, 1px);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.13) !important;
  z-index: 1000 !important; }
  @media screen and (max-width: 1199px) and (min-width: 1061px) {
    .Select-menu-outer {
      font-size: 1.17vw !important;
      transform: translate(-0.52vw, 0.08vw) !important;
      letter-spacing: -0.017vw !important; } }
  @media screen and (max-width: 550px) {
    .Select-menu-outer {
      font-size: 13px !important;
      width: 96% !important;
      transform: translate(-3px, 1px); } }
  @media screen and (max-width: 357px) {
    .Select-menu-outer {
      font-size: 12.09px !important; } }

@media screen and (max-width: 1060px) {
  .positionRelative {
    position: relative;
    width: 540px;
    margin-left: 70px;
    margin-right: 70px; } }

@media screen and (max-width: 731px) {
  .positionRelative {
    margin-left: 0px;
    margin-right: 0px; } }

@media screen and (max-width: 600px) {
  .positionRelative {
    width: 490px; } }

@media screen and (max-width: 550px) {
  .positionRelative {
    width: 460px; } }

@media screen and (max-width: 519px) {
  .positionRelative {
    width: 422px; } }

@media screen and (max-width: 465px) {
  .positionRelative {
    width: 398px; } }

@media screen and (max-width: 375px) {
  .positionRelative {
    width: 359px; } }

@media screen and (max-width: 370px) {
  .positionRelative {
    width: 344px; } }

@media screen and (max-width: 359px) {
  .positionRelative {
    width: 304px; } }

.backgroundImage {
  position: absolute;
  z-index: 0;
  filter: blur(1px);
  top: 5%;
  right: 5%;
  width: 570px; }
  @media screen and (max-width: 1190px) {
    .backgroundImage {
      transform: translateY(-7px); } }
  @media screen and (max-width: 1175px) {
    .backgroundImage {
      width: 529.34px;
      right: 5%;
      transform: translateY(0px); } }
  @media screen and (max-width: 1150px) {
    .backgroundImage {
      transform: translateY(0px); } }
  @media screen and (max-width: 1125px) {
    .backgroundImage {
      transform: translateY(0px); } }
  @media screen and (max-width: 1110px) {
    .backgroundImage {
      transform: translateY(0px); } }
  @media screen and (max-width: 1100px) {
    .backgroundImage {
      right: 4%; } }
  @media screen and (max-width: 1085px) {
    .backgroundImage {
      transform: translateY(0px); } }
  @media screen and (max-width: 1060px) {
    .backgroundImage {
      top: 0;
      right: 0;
      transform: translateY(0px);
      width: 540px; } }
  @media screen and (max-width: 600px) {
    .backgroundImage {
      width: 490px; } }
  @media screen and (max-width: 550px) {
    .backgroundImage {
      width: 460px; } }
  @media screen and (max-width: 519px) {
    .backgroundImage {
      width: 422px; } }
  @media screen and (max-width: 465px) {
    .backgroundImage {
      width: 398px; } }
  @media screen and (max-width: 375px) {
    .backgroundImage {
      width: 359px; } }
  @media screen and (max-width: 370px) {
    .backgroundImage {
      width: 344px; } }
  @media screen and (max-width: 359px) {
    .backgroundImage {
      width: 304px; } }

.backgroundImageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5%;
  right: 5%;
  box-shadow: 0px 4px 16px 2.5px rgba(0, 0, 0, 0.44);
  width: 570px; }
  @media screen and (max-width: 1190px) {
    .backgroundImageContainer {
      transform: translateY(-7px); } }
  @media screen and (max-width: 1175px) {
    .backgroundImageContainer {
      width: 529.34px;
      transform: translateY(0px); } }
  @media screen and (max-width: 1150px) {
    .backgroundImageContainer {
      transform: translateY(0px); } }
  @media screen and (max-width: 1125px) {
    .backgroundImageContainer {
      transform: translateY(0px); } }
  @media screen and (max-width: 1110px) {
    .backgroundImageContainer {
      transform: translateY(0px); } }
  @media screen and (max-width: 1085px) {
    .backgroundImageContainer {
      transform: translateY(0px); } }
  @media screen and (max-width: 1100px) {
    .backgroundImageContainer {
      right: 4%; } }
  @media screen and (max-width: 1060px) {
    .backgroundImageContainer {
      top: 0;
      right: 0;
      transform: translateY(0px);
      width: 540px; } }
  @media screen and (max-width: 600px) {
    .backgroundImageContainer {
      width: 490px; } }
  @media screen and (max-width: 550px) {
    .backgroundImageContainer {
      width: 460px; } }
  @media screen and (max-width: 519px) {
    .backgroundImageContainer {
      width: 422px; } }
  @media screen and (max-width: 465px) {
    .backgroundImageContainer {
      width: 398px; } }
  @media screen and (max-width: 375px) {
    .backgroundImageContainer {
      width: 359px; } }
  @media screen and (max-width: 370px) {
    .backgroundImageContainer {
      width: 344px; } }
  @media screen and (max-width: 359px) {
    .backgroundImageContainer {
      width: 304px; } }

.backgroundTweet {
  padding: 30px 40px;
  background: white;
  border-radius: 10px;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.789, 0.789); }
  @media screen and (max-width: 1175px) and (min-width: 601px) {
    .backgroundTweet {
      transform: translate(-50%, -50%) scale(0.7453, 0.7453); } }
  @media screen and (max-width: 600px) {
    .backgroundTweet {
      transform: translate(-50%, -50%) scale(0.67344, 0.67344); } }
  @media screen and (max-width: 550px) {
    .backgroundTweet {
      transform: translate(-50%, -50%) scale(0.63125, 0.63125); } }
  @media screen and (max-width: 519px) {
    .backgroundTweet {
      transform: translate(-50%, -50%) scale(0.575, 0.575); } }
  @media screen and (max-width: 465px) {
    .backgroundTweet {
      transform: translate(-50%, -50%) scale(0.55625, 0.55625); } }
  @media screen and (max-width: 375px) {
    .backgroundTweet {
      transform: translate(-50%, -50%) scale(0.51094, 0.51094); } }
  @media screen and (max-width: 370px) {
    .backgroundTweet {
      transform: translate(-50%, -50%) scale(0.4875, 0.4875); } }
  @media screen and (max-width: 359px) {
    .backgroundTweet {
      transform: translate(-50%, -50%) scale(0.425, 0.425); } }

.popoverOuter {
  position: absolute;
  transition: all 0.5s; }

.popover {
  background-color: #fcf4b2;
  border-radius: 4px;
  padding: 15px 20px;
  width: 380px;
  font-size: 15px;
  font-family: Gotham-Book;
  color: #32325d;
  line-height: 21px;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.15), 0 3px 6px rgba(0, 0, 0, 0.15); }

.popover::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 15px;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  border-radius: 0 0 4px 0;
  background-color: inherit;
  box-shadow: 3px 3px 5px rgba(82, 95, 127, 0.15); }

.popoverClose {
  display: inline-block;
  position: absolute;
  top: 4%;
  right: 2%;
  width: 10px;
  height: 10px;
  color: #32325d;
  transform: rotate(45deg); }
  .popoverClose:hover {
    opacity: 0.8;
    cursor: pointer; }

.clearFix {
  margin-left: 58px;
  display: inline-block;
  position: relative; }

.permalinkHeader {
  height: 48px;
  width: 502px;
  margin-bottom: 15px;
  display: flex;
  line-height: 20px;
  align-items: center; }

.accountGroup {
  flex: 1 1 0; }

.profileImage {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  float: left;
  margin-left: -58px; }

.fullNameGroup {
  display: block; }

.fullName {
  line-height: 24px;
  color: #14171a;
  font-size: 18px;
  font-weight: bold; }

.username {
  color: #657786;
  font-size: 14px;
  line-height: 19.25px;
  display: inline-block;
  transition: opacity 0.1s ease-out; }
  .username:hover {
    color: rgba(101, 119, 134, 0.7); }

.usernameInput {
  width: 260px;
  caret-color: black; }

.userBadges {
  position: relative;
  top: 1px;
  display: inline-block; }

.verificationIcon {
  display: inline-block;
  padding-left: 4px;
  width: 12.9px;
  height: 13.85px; }

.followBar {
  display: block; }

.followingButton {
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 16px;
  border: 1.111px solid;
  border-radius: 100px;
  background-color: #329CC3;
  color: white;
  font-family: 'Helvetica Neue';
  font-weight: bold; }

.profileTweetAction {
  float: right;
  margin: -2px -9px 0 0;
  display: inline-block;
  min-width: 0;
  display: flex; }

.twitterDownArrow {
  width: 12.6px;
  height: 8.7px;
  padding: 2px 9px;
  margin-left: 9px; }

.textContainer {
  display: block; }

.tweetTextSize {
  font-size: 27px;
  line-height: 32px;
  letter-spacing: 0.01em;
  overflow: hidden;
  width: 100%;
  min-height: 10px;
  max-height: 128px; }

.handle {
  color: #0084B4;
  display: inline-block; }

.hashtag {
  color: #0084B4;
  display: inline-block; }

.clientAndActions {
  clear: both;
  margin-top: 10px;
  line-height: 19.25px; }

.metadata {
  font-size: 14px;
  color: #657786;
  line-height: 24px;
  overflow: hidden; }
  .metadata input {
    width: 160px;
    transition: opacity .1s ease-out; }
    .metadata input::-webkit-input-placeholder {
      color: #657786; }
    .metadata input:-moz-placeholder {
      color: #657786; }
    .metadata input::-moz-placeholder {
      color: #657786; }
    .metadata input:-ms-input-placeholder {
      color: #657786; }
    .metadata input:hover {
      opacity: 0.9; }
    .metadata input:focus {
      opacity: 1; }

.statsContainer {
  display: block;
  height: 48px;
  position: relative; }

.stats {
  margin-top: 10px;
  border-bottom: 1px solid #e6ecf0;
  border-top: 1px solid #e6ecf0;
  width: 100%;
  display: inline-block; }
  .stats li {
    display: block;
    float: left; }

.retweets {
  margin-right: 10px;
  padding-top: 12px; }

.insideRetweets {
  line-height: 16px;
  font-size: 14px;
  color: #657786;
  transition: opacity 0.1s ease-out; }
  .insideRetweets input::-webkit-input-placeholder {
    color: #000; }
  .insideRetweets input:-moz-placeholder {
    color: #000; }
  .insideRetweets input::-moz-placeholder {
    color: #000; }
  .insideRetweets input:-ms-input-placeholder {
    color: #000; }
  .insideRetweets input:hover {
    opacity: 0.8; }
  .insideRetweets input:focus {
    opacity: 1; }

.retweetAndLikeNumber {
  color: #000;
  display: inline;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px; }

.likes {
  margin-right: 10px;
  padding-top: 12px; }

.insideLikes {
  line-height: 16px;
  font-size: 14px;
  color: #657786;
  transition: opacity 0.1s ease-out; }
  .insideLikes input::-webkit-input-placeholder {
    color: #000; }
  .insideLikes input:-moz-placeholder {
    color: #000; }
  .insideLikes input::-moz-placeholder {
    color: #000; }
  .insideLikes input:-ms-input-placeholder {
    color: #000; }
  .insideLikes input:hover {
    opacity: 0.84; }
  .insideLikes input:focus {
    opacity: 1; }

.avatarRow {
  position: relative; }

.avatarRow .avatarImageOuter {
  padding: 11px 0;
  float: left; }
  .avatarRow .avatarImageOuter:nth-child(1) {
    padding: 11px 0;
    padding-left: 12px;
    border-left: 1px solid #e6ecf0;
    float: left; }

.avatarImageInner {
  float: left;
  margin-right: 5px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transition: opacity .1s ease-out; }
  .avatarImageInner:hover {
    opacity: 0.85; }

.favouriteSearchBox {
  position: absolute;
  opacity: 0;
  top: -20px;
  left: 17px;
  transition: opacity .3s, transform 0.2s;
  z-index: 4; }

.favouriteSearchBox.open {
  opacity: 1; }

.favouriteUsername {
  color: #657786;
  font-size: 14px;
  line-height: 19.25px;
  transition: opacity 0.1s ease-out;
  width: 10px; }

.favouriteUsernameHover {
  width: 110px; }
  .favouriteUsernameHover::-webkit-input-placeholder {
    color: #657786; }
  .favouriteUsernameHover:-moz-placeholder {
    color: #657786; }
  .favouriteUsernameHover::-moz-placeholder {
    color: #657786; }
  .favouriteUsernameHover:-ms-input-placeholder {
    color: #657786; }

.streamItemFooter {
  font-size: 12px;
  padding-top: 1px;
  transform: translateY(10px); }
  .streamItemFooter .tweetActionList {
    font-size: 0;
    height: 18px;
    line-height: 1;
    margin-bottom: 2px;
    margin-top: 10px; }
    .streamItemFooter .tweetActionList .footerOuter {
      display: inline-block;
      min-width: 80px; }
      .streamItemFooter .tweetActionList .footerOuter .actionButton {
        color: #657786;
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        padding: 0 2px;
        position: relative; }
        .streamItemFooter .tweetActionList .footerOuter .actionButton .iconContainer {
          display: inline-block;
          line-height: 0;
          position: relative;
          vertical-align: middle; }
        .streamItemFooter .tweetActionList .footerOuter .actionButton .actionCount {
          color: #657786;
          display: inline-block;
          font-size: 12px;
          font-weight: bold;
          line-height: 1;
          margin-left: 7.3px;
          position: relative;
          vertical-align: text-bottom; }

.replyIcon {
  width: 17.6px;
  height: 15.6px;
  transform: translate(0px, 0.1px); }

.retweetIcon {
  width: 20.4px;
  height: 15.8px;
  transform: translate(0px, 0.1px); }

.favouriteIcon {
  width: 15.3px;
  height: 15.3px;
  transform: translate(0px, 0.8px); }

.dmIcon {
  width: 16.8px;
  height: 15.25px;
  transform: translate(-6.2px, 1px); }

.inputReplies {
  width: 36px;
  transform: translateY(0.9px);
  transition: opacity 0.1s ease-out; }
  .inputReplies::-webkit-input-placeholder {
    color: #657786; }
  .inputReplies:-moz-placeholder {
    color: #657786; }
  .inputReplies::-moz-placeholder {
    color: #657786; }
  .inputReplies:-ms-input-placeholder {
    color: #657786; }
  .inputReplies:hover {
    opacity: 0.9; }
  .inputReplies:focus {
    opacity: 1; }

.OuterTweetContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow-x: hidden; }

.p7InnerTweetContainer {
  min-width: 1680px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.twitter-tweet-rendered {
  transform: scale(1) !important;
  margin: 10px 5px !important;
  width: calc(260px) !important; }

.twitter-tweet-rendered:nth-child(-n+11) {
  align-self: flex-end;
  transform: translateX(-20px) !important; }

.twitter-tweet-rendered:nth-child(n+12) {
  align-self: flex-start;
  transform: translateX(20px) !important; }

.footerSection {
  height: 80px;
  background: #FAFAFA;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 1060px) {
    .footerSection {
      justify-content: center; } }
  @media screen and (max-width: 360px) {
    .footerSection {
      height: 60px; } }

.footerFont {
  font-size: 16px;
  font-family: Gotham-Medium;
  color: #34434b; }
  @media screen and (max-width: 430px) {
    .footerFont {
      font-size: 14.5px; } }
  @media screen and (max-width: 430px) {
    .footerFont {
      font-size: 13px; } }
  @media screen and (max-width: 350px) {
    .footerFont {
      font-size: 12px; } }

.copyright {
  padding-left: 7%; }
  @media screen and (max-width: 1230px) {
    .copyright {
      padding-left: 5%; } }
  @media screen and (max-width: 1060px) {
    .copyright {
      display: none; } }

.anyQuestions {
  transform: translateX(-10px); }
  @media screen and (max-width: 1060px) {
    .anyQuestions {
      transform: translateX(0); } }

a:-webkit-any-link {
  text-decoration: none !important; }

.emailHandle {
  color: #2E55F5; }

.animationLine {
  position: relative; }
  .animationLine:hover::after {
    width: 100%; }
  .animationLine::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 2px solid #2E55F5;
    transition: 0.4s;
    transform: translateY(2px); }

.twitter {
  width: 22px;
  height: 18px;
  fill: #34434b; }
  .twitter:hover {
    fill: #2E55F5; }

.twitterLeft {
  padding-right: 5%; }
  @media screen and (max-width: 1060px) {
    .twitterLeft {
      display: none; } }

.chillyWrapper {
  width: 100%;
  height: 200px;
  background: white;
  display: flex;
  font-size: 10px; }
  @media screen and (max-width: 1150px) {
    .chillyWrapper {
      font-size: 9px; } }
  @media screen and (max-width: 1060px) {
    .chillyWrapper {
      font-size: 8.5px; } }
  @media screen and (max-width: 934px) {
    .chillyWrapper {
      font-size: 10px; } }
  @media screen and (max-width: 639px) {
    .chillyWrapper {
      font-size: 9px; } }
  @media screen and (max-width: 492px) {
    .chillyWrapper {
      font-size: 8px; } }

.chillyLove {
  font-family: Gotham-Bold;
  font-size: 2.5em;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 934px) {
    .chillyLove {
      display: none; } }

.chillyOfferSection {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 934px) {
    .chillyOfferSection {
      width: 100%; } }

.chillyHeader {
  font-family: Gotham-Bold;
  font-size: 3em; }
  @media screen and (max-width: 360px) {
    .chillyHeader {
      font-size: 2.7em; } }

.chillysubHeader {
  font-family: Gotham-Medium;
  font-size: 1.7em;
  text-align: center;
  margin-top: 1.1em;
  line-height: 1.2em;
  width: 90%; }
  @media screen and (max-width: 934px) {
    .chillysubHeader {
      width: 60%; } }
  @media screen and (max-width: 600px) {
    .chillysubHeader {
      width: 85%; } }

.chillyEmail {
  color: blue; }

.hoursRemaining {
  font-family: Gotham-Bold;
  font-size: 2.5em;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 934px) {
    .hoursRemaining {
      display: none; } }

.hoursRemainingInnerInner {
  border-bottom: 3px solid red; }

.hoursRemainingInner {
  border-bottom: 3px solid red;
  padding-bottom: 2px;
  transform: translateY(10px); }

.thankYouPageBackground {
  background-color: #f3f3f2;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center; }

.thankYouBackground {
  margin-top: 48px;
  width: 451px;
  height: 381px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0px 28px 28px 28px; }
  @media screen and (max-width: 451px) {
    .thankYouBackground {
      width: 320px;
      padding: 0px 14.5px 14.5px 14.5px;
      height: 410px; } }

.topLine {
  width: 451px;
  height: 10px;
  transform: translate(-28px, -4px); }
  @media screen and (max-width: 451px) {
    .topLine {
      display: none; } }

.tlPhone {
  width: 320px;
  height: 10px;
  transform: translate(-16px, -4px);
  display: none; }
  @media screen and (max-width: 451px) {
    .tlPhone {
      display: block; } }

.thankYouBook {
  color: #8E8E8E;
  font-family: Gotham-Book;
  font-size: 15px; }

.thankYouRounded {
  color: #34434B;
  font-family: GothamRounded-Medium;
  font-size: 16px; }

.section1 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px; }

.section1Text {
  flex-basis: 300px;
  margin-bottom: 24px; }

.oneFortyCanvasText {
  margin: 8px 0; }

@media screen and (max-width: 451px) {
  .bigScreenThankYou {
    display: none; } }

@media screen and (min-width: 452px) {
  .smallScreenThankYou {
    display: none; } }

.paymentIcon {
  flex-basis: 86.85px;
  height: 61px; }
  @media screen and (max-width: 451px) {
    .paymentIcon {
      height: 54.99px;
      min-width: 78.165px;
      transform: translateY(5px); } }

.section2 {
  border-top: 1px solid rgba(210, 210, 210, 0.8);
  border-bottom: 1px solid rgba(210, 210, 210, 0.8);
  padding: 17px 0 12px 0; }

.section2a {
  display: flex;
  justify-content: space-between; }

.margin2a {
  margin-bottom: 10px; }

.visa {
  font-size: 15px !important; }

.dots {
  transform: translateY(-3.7px); }

.first12 {
  transform: translateY(-4px);
  display: inline-block;
  font-size: 20px;
  font-family: GothamRounded-Medium;
  color: #8E8E8E;
  letter-spacing: 0.40px; }

.last4 {
  color: #8E8E8E !important;
  font-family: Gotham-Book !important;
  font-size: 15px !important;
  margin-left: 6px !important;
  display: inline-block; }

.section3 {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center; }

.thankYouCTA {
  width: 92%;
  line-height: 20px;
  text-align: center; }
  @media screen and (max-width: 451px) {
    .thankYouCTA {
      width: 100%; } }

.blueThankYouCTA {
  color: #4173E6; }

@media screen and (max-width: 451px) {
  .extraWidth {
    width: 95% !important;
    transform: translateY(-2px); } }

.section4 {
  width: 100%;
  padding: 20px 0 15px 0;
  display: flex;
  justify-content: center;
  border-top: 1.4px solid #D2D2D2; }
