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: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol,
ul {
  list-style: none
}

a {
 color: #000;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q,
blockquote {
  quotes: none
}

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

a img {
  border: none
}

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

@font-face {
  font-family: 'ProximaNovaReg';
  src: url("https://mediastorage.cartier.com/fonts/proximanova-reg-webfont.eot");
  src: url("https://mediastorage.cartier.com/fonts/proximanova-reg-webfont.eot?#iefix") format("embedded-opentype"), url("https://mediastorage.cartier.com/fonts/proximanova-reg-webfont.woff") format("woff"), url("https://mediastorage.cartier.com/fonts/proximanova-reg-webfont.ttf") format("truetype"), url("https://mediastorage.cartier.com/fonts/proximanova-reg-webfont.svg#ProximaNovaReg") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'ProximaNovaBold';
  src: url("https://mediastorage.cartier.com/fonts/proximanova-bold-webfont.eot");
  src: url("https://mediastorage.cartier.com/fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://mediastorage.cartier.com/fonts/proximanova-bold-webfont.woff") format("woff"), url("https://mediastorage.cartier.com/https://mediastorage.cartier.com/fonts/ProximaNova-Sbold.ttf") format("truetype"), url("https://mediastorage.cartier.com/fonts/proximanova-bold-webfont.svg#ProximaNovaBold") format("svg");
  font-weight: normal;
  font-style: normal
}

html {
  width: 100%;
  height: 100%;
  min-height: 540px
}

body {
    background-color: #FFF;
    height: 100%;
    width: 100%;
    min-height: 540px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
  }
 
  .main-container {
    width: 100%;
    min-height: 540px;
    max-height: 810px;
    height: 100%;
    text-align: center;
  }
 
  .logo-container, .hero-image-container {
    width: 100%;
  }
 
  .logo-image {
    width: 50%;
    max-width: 193px;
    margin: 30px 0 40px 0;
  }
 
  .hero-image {
    width: 100%;
    max-width: 600px;
  }
 
  .title-container {
    margin: 20px 0 40px 0;
    font-family: 'BrilliantCutPro-Medium', Arial, Helvetica, sans-serif;
  }
 
  .title {
    font-family: 'BrilliantCutPro-Medium', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
  }
 
  .dynamic-content-container {
    width: 100%;
    text-align: center;
  }
 
  .description-container {
    text-align: center;
    margin: 30px 0;
  }
 
  .description {
    display: inline-block;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    padding: 0 15px;
    font-family: 'FancyCutPro-Regular', 'Times New Roman', 'Times New Roman', Times, serif;
    font-style: italic;
  }
 
  .form-input {
    background-color: #F0EEED;
    width: 300px;
    padding: 10px;
    padding-left: 20px;
    border: none;
    margin-bottom: 20px;
  }
 
  .action-btn {
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    border: none;
    background-color: #FFF;
    cursor: pointer;
    color:#000000;
  }
 
  .arrow-image {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 2px;
    margin-right: 5px;
  }
 
  span {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-family: 'BrilliantCutPro-Medium', Arial, Helvetica, sans-serif;
  }