@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

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

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
  outline: none;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover 
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clear {
  zoom: 1;
  clear: both;
}

@font-face {
  font-family: "groboldregular";
  src: url("../fonts/grobold-webfont.woff2") format("woff2"), url("../fonts/grobold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamRounded-Light";
  src: url("../fonts/GothamRounded-Light.eot");
  src: url("../fonts/GothamRounded-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Light.woff") format("woff"), url("../fonts/GothamRounded-Light.ttf") format("truetype"), url("../fonts/GothamRounded-Light.svg#GothamRounded-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamRounded-Book";
  src: url("../fonts/GothamRounded-Book.eot");
  src: url("../fonts/GothamRounded-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Book.woff") format("woff"), url("../fonts/GothamRounded-Book.ttf") format("truetype"), url("../fonts/GothamRounded-Book.svg#GothamRounded-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamRounded-Medium";
  src: url("../fonts/GothamRounded-Medium.eot");
  src: url("../fonts/GothamRounded-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Medium.woff") format("woff"), url("../fonts/GothamRounded-Medium.ttf") format("truetype"), url("../fonts/GothamRounded-Medium.svg#GothamRounded-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamRounded-Bold";
  src: url("../fonts/GothamRounded-Bold.eot");
  src: url("../fonts/GothamRounded-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Bold.woff") format("woff"), url("../fonts/GothamRounded-Bold.ttf") format("truetype"), url("../fonts/GothamRounded-Bold.svg#GothamRounded-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l2zgmf");
  src: url("../fonts/icomoon.eot?l2zgmf#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?l2zgmf") format("truetype"), url("../fonts/icomoon.woff?l2zgmf") format("woff"), url("../fonts/icomoon.svg?l2zgmf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-code:before {
  content: "\E900";
}

.icon-development:before {
  content: "\E901";
}

.icon-facebook:before {
  content: "\E902";
}

.icon-integrations:before {
  content: "\E903";
}

.icon-like:before {
  content: "\E904";
}

.icon-mobile:before {
  content: "\E905";
}

.icon-tag:before {
  content: "\E906";
}

.icon-tick:before {
  content: "\E907";
}

html {
  height: 100%;
}

body {
  height: 100%;
  font: 62.5% "GothamRounded-Book", sans-serif;
  min-width: 1200px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f1f1f1;
}

.wrapmeup {
  width: 1140px;
  margin: 0 auto;
}

h2 {
  text-align: center;
  font: 2.5rem "GothamRounded-Light", sans-serif;
  color: #777;
}
h2 span {
  color: #d21b14;
  font-family: "GothamRounded-Medium", sans-serif;
}

.border-alert {
  border: 4px solid #d21b14 !important;
}

button {
  width: 320px;
  height: 50px;
  border-radius: 10px;
  background: #4a90e2;
  border: none;
  color: #fff;
  font: 0.9rem "GothamRounded-Medium", sans-serif;
  transition: 0.2s ease-in-out;
}

.border-alert {
  border: 1px solid #d21b14 !important;
}

/* Remove number input arrows */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.open-menu {
  right: 0;
}

.border-bottom-alert {
  border-bottom: 2px solid #d21b14 !important;
}

.success {
  color: #38b03c !important;
}

header {
  width: 100%;
  height: 4rem;
  background: #202020;
  position: fixed;
  z-index: 10;
}
header .wrapmeup {
  justify-content: space-between;
  align-items: center;
  display: flex;
  height: 100%;
}
header .wrapmeup img {
  width: 170px;
}
header .wrapmeup ul li {
  color: #fff;
  display: inline;
  padding: 12px 12px;
  font: 0.7rem "GothamRounded-Medium", sans-serif;
  transition: 0.2s ease-in;
  cursor: pointer;
  border-radius: 10px;
}
header .wrapmeup ul li:hover {
  background: #d21b14;
}
header .wrapmeup .menu {
  width: 40px;
  display: none;
}
header .wrapmeup .menu .line {
  width: 100%;
  height: 4px;
  background: #fff;
  margin-bottom: 5px;
  border-radius: 3px;
}
header .wrapmeup .menu .line:last-of-type {
  margin-bottom: none;
}

.main-content {
  height: 100%;
}
.main-content .main-content-holder {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  display: flex;
}
.main-content .main-content-holder .content-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: 40px;
}
.main-content .main-content-holder .content-info .images {
  width: 400px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.main-content .main-content-holder .content-info .images .abstract {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.main-content .main-content-holder .content-info .images .monsta {
  position: absolute;
  top: 0px;
  left: 60px;
  z-index: 3;
  width: 290px;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.main-content .main-content-holder .content-info .info {
  width: 650px;
  color: #fff;
  overflow: hidden;
}
.main-content .main-content-holder .content-info .info h4 {
  text-align: right;
  font: 1.8rem "GothamRounded-Light", sans-serif;
  margin-bottom: 20px;
  color: #fff;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.main-content .main-content-holder .content-info .info h4 span {
  font-family: "GothamRounded-Medium", sans-serif;
  color: #d21b14;
}
.main-content .main-content-holder .content-info .info h1 {
  text-align: right;
  font: 2rem "GothamRounded-Light", sans-serif;
  margin-bottom: 20px;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.main-content .main-content-holder .content-info .info h1 span {
  font-family: "GothamRounded-Bold", sans-serif;
}
.main-content .main-content-holder .content-info .info p {
  text-align: right;
  font: 1rem "GothamRounded-Book", sans-serif;
  margin-bottom: 20px;
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.main-content .main-content-holder .content-info .info .button-holder {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.main-content .main-content-holder .content-info .info .button-holder a {
  background: #d21b14;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 16px 40px;
  font: 0.9rem "GothamRounded-Medium", sans-serif;
  transition: 0.2s ease-in;
}
.main-content .main-content-holder .content-info .info .button-holder a:hover {
  border-bottom: 4px solid #8b100b;
}
.main-content .main-content-holder .content-info .info .button-holder a:last-of-type {
  color: #fff;
  background: none;
  border: 1px solid #fff;
}
.main-content .main-content-holder .content-info .info .button-holder a:last-of-type:hover {
  border-bottom: 4px solid #fff;
}
.main-content video {
  position: relative;
  top: 0;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: -100;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  background: transparent url("../images/main-image.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
}

.customised-application {
  padding: 80px 0;
}
.customised-application h2 {
  margin-bottom: 12px;
}
.customised-application p {
  color: #777;
  font: 1.1rem "GothamRounded-Book", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
.customised-application .custom-application-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.customised-application .custom-application-holder img {
  width: 550px;
}
.customised-application .custom-application-holder .custom-application-info-holder {
  width: 550px;
}
.customised-application .custom-application-holder .custom-application-info-holder h4 {
  font: 1.4rem "GothamRounded-Medium", sans-serif;
  color: #365387;
  margin-bottom: 12px;
}
.customised-application .custom-application-holder .custom-application-info-holder ul li {
  list-style: disc;
  margin-bottom: 20px;
  color: #777;
  font: 1rem "GothamRounded-Book", sans-serif;
}
.customised-application .custom-application-holder .custom-application-info-holder ul li span {
  font-family: "GothamRounded-Bold", sans-serif;
}
.customised-application .custom-application-holder .custom-application-info-holder button {
  margin-top: 20px;
}
.customised-application .custom-application-holder .custom-application-info-holder button:hover {
  background: #365387;
}

.game-changing {
  padding: 80px 0;
  background: linear-gradient(#4a90e2, #365387);
  transform: skewY(2deg);
}
.game-changing .wrapmeup {
  transform: skewY(-2deg);
}
.game-changing .wrapmeup h2 {
  color: #fff;
  margin-bottom: 30px;
}
.game-changing .wrapmeup h2 span {
  font-family: "GothamRounded-Medium", sans-serif;
  color: #fff;
}
.game-changing .wrapmeup p {
  text-align: center;
  color: #fff;
  font: 1rem "GothamRounded-Book", sans-serif;
}
.game-changing .wrapmeup button {
  background: #fff;
  color: #4a90e2;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

.quick-info {
  padding: 120px 0 80px 0;
}
.quick-info dl {
  float: left;
  width: 30%;
  border-radius: 5px;
  margin-right: 5%;
}
.quick-info dl span {
  font-size: 7rem;
  color: #4a90e2;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.quick-info dl dt {
  text-align: center;
  font: 1.2rem "GothamRounded-Bold", sans-serif;
  color: #777;
  margin-bottom: 20px;
}
.quick-info dl dd {
  text-align: center;
  color: #999;
  font-size: 0.9rem;
}
.quick-info dl:last-of-type {
  float: right;
  margin-right: 0;
}
.quick-info h2 {
  width: 800px;
  margin: 0 auto;
  margin-top: 70px;
}
.quick-info p {
  text-align: center;
  color: #999;
  font-size: 1rem;
  width: 800px;
  margin: 0 auto;
  margin-top: 20px;
}
.quick-info button {
  border: none;
  display: block;
  margin: 0 auto;
  height: 50px;
  border-radius: 10px;
  color: #fff;
  background: #4a90e2;
  width: 320px;
  margin-top: 30px;
  font: 0.9rem "GothamRounded-Medium", sans-serif;
}

.quick-info:after {
  content: "";
  display: table;
  clear: both;
}

.competition-header {
  height: 700px;
  background: linear-gradient(#d21b14, #8b100b);
  align-items: center;
  display: flex;
}
.competition-header .competition-header-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: 3.5rem;
}
.competition-header .competition-header-holder .competition-info {
  height: 400px;
  width: 550px;
  overflow: hidden;
}
.competition-header .competition-header-holder .competition-info h2 {
  text-align: left;
  color: #fff;
  font-size: 3rem;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.competition-header .competition-header-holder .competition-info h2 span {
  color: #fff;
}
.competition-header .competition-header-holder .competition-info h3 {
  color: #fff;
  font: 2rem "GothamRounded-Light", sans-serif;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.competition-header .competition-header-holder .competition-info h4 {
  color: #fff;
  font: 1.2rem "GothamRounded-Bold", sans-serif;
  margin-top: 20px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.competition-header .competition-header-holder .competition-info p {
  color: #fff;
  font: 1.1rem "GothamRounded-Light", sans-serif;
  margin-top: 20px;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.competition-header .competition-header-holder .competition-info p span {
  font-family: "GothamRounded-Medium", sans-serif;
}
.competition-header .competition-header-holder .competition-info button {
  width: 320px;
  height: 50px;
  background: none;
  font: 0.8rem "GothamRounded-Medium", sans-serif;
  border: 3px solid #fff;
  color: #fff;
  margin-top: 30px;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  border-radius: 10px;
  transition: 0.2s ease-in;
}
.competition-header .competition-header-holder .competition-info button:hover {
  background: #fff;
  color: #d21b14;
}
.competition-header .competition-header-holder .competition-images {
  height: 400px;
  width: 550px;
  position: relative;
}
.competition-header .competition-header-holder .competition-images .abstract {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.competition-header .competition-header-holder .competition-images .competition-lady {
  position: absolute;
  top: 14px;
  right: 0px;
  z-index: 3;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.enter-competition {
  padding: 80px 0;
}
.enter-competition h2 {
  margin-bottom: 50px;
}
.enter-competition .wrapmeup {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.enter-competition .wrapmeup dl {
  width: 28%;
}
.enter-competition .wrapmeup dl span {
  display: block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #d21b14;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 3.5rem;
  line-height: 85px;
}
.enter-competition .wrapmeup dl dt {
  text-align: center;
  color: #777;
  margin-top: 24px;
  font-size: 1.2rem;
}
.enter-competition .wrapmeup dl dt a {
  color: #4a90e2;
}

.increase-your-chance {
  background: linear-gradient(#4a90e2, #365387);
  padding: 80px 0;
  position: relative;
}
.increase-your-chance .pattern {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 620px;
}
.increase-your-chance .circle {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(250, 250, 250, 0.2);
  top: 0px;
  right: 0px;
}
.increase-your-chance .one {
  top: 70px;
  right: 70px;
}
.increase-your-chance .increase-chance-header {
  width: 800px;
  margin: 0 auto;
  position: relative;
  height: 100px;
  margin-bottom: 30px;
}
.increase-your-chance .increase-chance-header .skew {
  padding: 12px;
  background: #d21b14;
  transform: skewX(20deg);
  color: #fff;
  width: 70%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.increase-your-chance .increase-chance-header .skew p {
  transform: skewX(-20deg);
  font: 1.2rem "GothamRounded-Light", sans-serif;
  text-align: center;
}
.increase-your-chance .increase-chance-header .skew-two {
  padding: 12px;
  background: #d21b14;
  transform: skewX(20deg);
  color: #fff;
  width: 70%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #1a4980;
}
.increase-your-chance .increase-chance-header .skew-two p {
  transform: skewX(-20deg);
  font: 1.4rem "GothamRounded-Bold", sans-serif;
  text-align: center;
}
.increase-your-chance .increase-chance-header:after {
  content: "";
  display: table;
  clear: both;
}
.increase-your-chance .wrapmeup p {
  color: #fff;
  text-align: center;
  font: 1.4rem "GothamRounded-Light", sans-serif;
  margin-bottom: 50px;
}
.increase-your-chance .wrapmeup form {
  width: 100%;
  position: relative;
  z-index: 2;
}
.increase-your-chance .wrapmeup form label {
  display: block;
  width: 30%;
  float: left;
  margin-right: 5%;
  font: 0.9rem "GothamRounded-Medium", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
.increase-your-chance .wrapmeup form label input {
  width: 100%;
  height: 50px;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font: 0.8rem "GothamRounded-Book", sans-serif;
  padding: 0 12px;
  margin-top: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.increase-your-chance .wrapmeup form label:nth-of-type(3n) {
  float: right;
  margin-right: 0;
}
.increase-your-chance .wrapmeup form button {
  width: 30%;
  height: 50px;
  background: #fff;
  color: #4a90e2;
  border: none;
  font: 0.8rem "GothamRounded-Medium", sans-serif;
  float: left;
  margin-right: 5%;
}
.increase-your-chance .wrapmeup form .error-message {
  margin-top: 20px;
  color: #fff;
  font: 0.9rem "GothamRounded-Medium", sans-serif;
}
.increase-your-chance .wrapmeup form:after {
  content: "";
  display: table;
  clear: both;
}
.increase-your-chance .backdrop {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
}
.increase-your-chance .success-modal {
  width: 600px;
  height: 270px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 6;
  background: #fff;
  margin: -250px 0 0 -300px;
}
.increase-your-chance .success-modal h3 {
  background: #d21b14;
  color: #fff;
  font: 1.2rem "GothamRounded-Medium", sans-serif;
  text-align: center;
  padding: 16px 0;
  position: relative;
}
.increase-your-chance .success-modal p {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #777;
  font: 0.95rem "GothamRounded-Light", sans-serif;
  margin-top: 20px;
}
.increase-your-chance .success-modal p span {
  font-family: "GothamRounded-Medium", sans-serif;
}
.increase-your-chance .success-modal button {
  width: 30%;
  display: block;
  margin: 0 auto;
  font: 0.9rem "GothamRounded-Medium", sans-serif;
  color: #202020;
  background: none;
  border: 1px solid #202020;
  border-radius: 2px;
  margin-top: 20px;
  height: 50px;
  transition: 0.2s ease-in;
  border-radius: 10px;
}
.increase-your-chance .success-modal button:hover {
  background: #202020;
  color: #fff;
}

.your-free-website {
  padding: 80px 0;
  border-top: 1px dashed #d3d3d3;
}
.your-free-website h2 {
  margin-bottom: 50px;
}
.your-free-website section {
  color: #777;
  text-align: center;
  font: 1.1rem "GothamRounded-Light", sans-serif;
  margin-bottom: 20px;
}
.your-free-website ul {
  margin-top: 50px;
}
.your-free-website ul li {
  text-align: center;
  color: #365387;
  font: 1rem "GothamRounded-Bold", sans-serif;
  margin-bottom: 20px;
}

.competition-footer {
  padding: 20px 0;
  background: #202020;
}
.competition-footer a {
  text-align: center;
  color: #999;
  display: block;
  cursor: pointer;
  font-size: 0.8rem;
}
.competition-footer a:hover {
  text-decoration: underline;
}

.terms-and-conditions {
  padding: 120px 0 80px 0;
}
.terms-and-conditions h2 {
  margin-bottom: 70px;
}
.terms-and-conditions section {
  font: 1.1rem "GothamRounded-Book", sans-serif;
  color: #777;
  margin-bottom: 30px;
}
.terms-and-conditions section span {
  font-family: "GothamRounded-Bold", sans-serif;
}

.products-header {
  height: 700px;
  background: linear-gradient(to bottom, #d21b14 70%, #8b100b);
  justify-content: center;
  display: flex;
}
.products-header .wrapmeup {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: 50px;
}
.products-header .wrapmeup .products-header-image {
  height: 400px;
  width: 38%;
  position: relative;
}
.products-header .wrapmeup .products-header-image .white-abstract {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.products-header .wrapmeup .products-header-image .monsta {
  position: absolute;
  top: 0px;
  left: 70px;
  z-index: 2;
  width: 300px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.products-header .wrapmeup .products-header-info {
  width: 60%;
  overflow: hidden;
}
.products-header .wrapmeup .products-header-info h2 {
  text-align: right;
  color: #fff;
  font: 2.5rem "GothamRounded-Light", sans-serif;
  margin-bottom: 40px;
}
.products-header .wrapmeup .products-header-info h2 span {
  font-family: "GothamRounded-Medium", sans-serif;
  color: #fff;
}
.products-header .wrapmeup .products-header-info p {
  color: #fff;
  text-align: right;
  font-size: 1.1rem;
  margin-bottom: 20px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.products-header .wrapmeup .products-header-info p:nth-of-type(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.products-header .wrapmeup .products-header-info button {
  float: right;
  width: 320px;
  height: 50px;
  border-radius: 10px;
  background: none;
  border: 3px solid #fff;
  color: #fff;
  font: 0.9rem "GothamRounded-Medium", sans-serif;
  margin-top: 20px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.products-description {
  padding: 80px 0 40px 0;
  width: 800px;
  margin: 0 auto;
}
.products-description h2 {
  margin-bottom: 50px;
}
.products-description p {
  font-size: 1rem;
  color: #777;
  margin-bottom: 16px;
}
.products-description h4 {
  font: 1.1rem "GothamRounded-Medium", sans-serif;
  color: #202020;
  margin-bottom: 16px;
}
.products-description h3 {
  font: 1.4rem "GothamRounded-Medium", sans-serif;
  color: #202020;
  margin-bottom: 16px;
}

.products-cta {
  padding: 40px 0;
  background: #d21b14;
}
.products-cta .wrapper {
  width: 800px;
  margin: 0 auto;
}
.products-cta .wrapper h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 12px;
}
.products-cta .wrapper h2 span {
  font-family: "GothamRounded-Medium", sans-serif;
  color: #fff;
}
.products-cta .wrapper p {
  text-align: center;
  color: #fff;
  font: 1.1rem "GothamRounded-Light", sans-serif;
  width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.products-cta .wrapper .button-holder {
  width: 800px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.products-cta .wrapper .button-holder button {
  width: 49%;
  height: 60px;
  border-radius: 10px;
  background: #fff;
  color: #d21b14;
  border: none;
  font: 0.9rem "GothamRounded-Medium", sans-serif;
}
.products-cta .wrapper a {
  text-align: center;
  background: none;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 49%;
  display: block;
  height: 60px;
  font: 0.9rem "GothamRounded-Medium", sans-serif;
  color: #fff;
  padding-top: 19px;
}
.products-cta .backdrop {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 11;
}
.products-cta .book-a-call-modal {
  position: fixed;
  width: 600px;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -300px;
  z-index: 12;
  background: #fff;
  padding: 40px;
}
.products-cta .book-a-call-modal span {
  position: absolute;
  height: 25px;
  width: 25px;
  background: #f1f1f1;
  border-radius: 50%;
  top: 12px;
  right: 12px;
  text-align: center;
  color: #202020;
  font: 0.9rem "GothamRounded-Medium", sans-serif;
  line-height: 25px;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.products-cta .book-a-call-modal span:hover {
  background: #4a90e2;
  color: #fff;
}
.products-cta .book-a-call-modal h2 {
  font-size: 1.4rem;
  margin-bottom: 25px;
  color: #4a90e2;
}
.products-cta .book-a-call-modal label {
  display: block;
  float: left;
  width: 30%;
  margin-right: 5%;
  color: #777;
  margin-bottom: 20px;
  font-size: 0.8rem;
}
.products-cta .book-a-call-modal label input {
  width: 100%;
  height: 50px;
  padding: 0 12px;
  color: #777;
  font: 0.8rem "GothamRounded-Medium", sans-serif;
}
.products-cta .book-a-call-modal label select {
  width: 100%;
  height: 50px;
  color: #777;
  font: 0.8rem "GothamRounded-Medium", sans-serif;
  padding: 0 12px;
}
.products-cta .book-a-call-modal label:nth-of-type(3n) {
  float: right;
  margin-right: 0;
}
.products-cta .book-a-call-modal button {
  width: 30%;
  background: #4a90e2;
  color: #fff;
  border-radius: 2px;
  font: 0.8rem "GothamRounded-Medium", sans-serif;
  border: none;
  height: 50px;
  float: left;
  margin-right: 5%;
}
.products-cta .book-a-call-modal .error-message {
  color: #d21b14;
  font-size: 0.8rem;
  margin-top: 19px;
  float: left;
}

.ecommerce-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding-top: 120px;
}
.ecommerce-header .header-content {
  width: 48%;
  height: 550px;
  overflow: hidden;
}
.ecommerce-header .header-content h2 {
  text-align: left;
  color: #202020;
  margin-bottom: 40px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ecommerce-header .header-content h2 span {
  color: #4a90e2;
}
.ecommerce-header .header-content p {
  font: 1rem "GothamRounded-Book", sans-serif;
  color: #777;
  margin-bottom: 20px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ecommerce-header .header-content p:nth-of-type(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.ecommerce-header .header-content p:nth-of-type(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ecommerce-header .header-content p:nth-of-type(4) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.ecommerce-header .header-content p:nth-of-type(5) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.ecommerce-header .header-images {
  width: 48%;
  height: 550px;
  position: relative;
}
.ecommerce-header .header-images img {
  border-radius: 40px;
  width: 400px;
  position: absolute;
  top: 80px;
  right: 8px;
  z-index: 5;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ecommerce-header .header-images .blue-block-one {
  width: 200px;
  height: 200px;
  border-radius: 40px;
  background: #4a90e2;
  position: absolute;
  top: 20px;
  left: 80px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.ecommerce-header .header-images .blue-block-two {
  width: 300px;
  height: 300px;
  border-radius: 40px;
  background: #365387;
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ecommerce-header .header-images .blue-block-three {
  width: 200px;
  height: 200px;
  border-radius: 40px;
  background: #4a90e2;
  position: absolute;
  bottom: 20px;
  right: 180px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.ecommerce-header .header-images .oval {
  width: 500px;
  height: 300px;
  border-radius: 50%;
  background: none;
  border: 1px solid #000;
  z-index: 6;
  position: absolute;
  transform: rotate(-20deg);
  top: 100px;
  left: 20px;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.ecommerce-header .header-images .oval:last-of-type {
  top: 120px;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.ecommerce-buttons {
  margin-top: 50px;
  overflow: hidden;
}
.ecommerce-buttons button {
  width: 320px;
  height: 50px;
  border-radius: 10px;
  background: #4a90e2;
  border: none;
  color: #fff;
  font: 0.9rem "GothamRounded-Medium", sans-serif;
  float: left;
  margin-right: 6px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ecommerce-buttons button a {
  padding: 17px 55px;
  color: #fff;
}
.ecommerce-buttons button:last-of-type {
  background: none;
  border: 1px solid #4a90e2;
  color: #4a90e2;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ecommerce-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.ecommerce-info {
  margin-top: 70px;
}
.ecommerce-info h2 {
  color: #202020;
  font-size: 2rem;
}
.ecommerce-info h2 span {
  color: #4a90e2;
  font-family: "GothamRounded-Book", sans-serif;
}
.ecommerce-info p {
  margin-top: 20px;
  color: #777;
  font: 1.1rem "GothamRounded-Book", sans-serif;
  text-align: center;
}
.ecommerce-info p span {
  font-family: "GothamRounded-Medium", sans-serif;
}

.ecommerce-content {
  margin-top: 80px;
}
.ecommerce-content dl {
  width: 48%;
  float: left;
  height: 280px;
}
.ecommerce-content dl .circle-holder {
  width: 60px;
  height: 60px;
  position: relative;
  float: left;
}
.ecommerce-content dl .circle-holder span {
  position: absolute;
  background: #4a90e2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  z-index: 2;
  color: #fff;
  text-align: center;
  font: 1.5rem "GothamRounded-Bold", sans-serif;
  line-height: 50px;
}
.ecommerce-content dl .circle-holder span:last-of-type {
  position: absolute;
  background: #365387;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  z-index: 1;
}
.ecommerce-content dl dt {
  float: left;
  font: 1.3rem "GothamRounded-Medium", sans-serif;
  color: #365387;
  margin-top: 16px;
}
.ecommerce-content dl dd {
  margin-top: 10px;
  color: #777;
  font: 1rem "GothamRounded-Light", sans-serif;
}
.ecommerce-content dl:nth-of-type(2n) {
  float: right;
}

.ecommerce-content:after {
  content: "";
  display: table;
  clear: both;
}

.in-good-hands {
  background: #4a90e2;
  padding: 40px;
  margin-top: 40px;
}
.in-good-hands h2 {
  color: #fff;
  font: 3rem "GothamRounded-Book", sans-serif;
  margin-bottom: 20px;
}
.in-good-hands p {
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
}
.in-good-hands p span {
  font-family: "GothamRounded-Medium", sans-serif;
}
.in-good-hands a {
  display: block;
  background: #fff;
  color: #4a90e2;
  border-radius: 10px;
  margin: 0 auto;
  width: 320px;
  padding: 20px 0;
  text-align: center;
  font: 1rem "GothamRounded-Medium", sans-serif;
  margin-top: 50px;
}

.proposal-video {
  width: 800px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.request-proposal {
  text-align: left;
  padding: 120px 0;
}
.request-proposal h3 {
  font: 1.2rem "GothamRounded-Medium", sans-serif;
  color: #202020;
  margin-bottom: 12px;
}
.request-proposal p {
  font: 1rem "GothamRounded-Light", sans-serif;
  color: #202020;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.request-proposal p span {
  font-family: "GothamRounded-Book", sans-serif;
  color: #4a90e2;
}
.request-proposal h6 {
  width: 120px;
  text-align: center;
  border: none;
  color: #fff;
  font: 0.8rem "GothamRounded-Medium", sans-serif;
  background: #202020;
  border-radius: 10px;
  margin-top: 20px;
  padding: 16px 0;
}
.request-proposal form {
  width: 800px;
  margin: 0 auto;
}
.request-proposal form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777;
}
.request-proposal form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
}
.request-proposal form :-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
}
.request-proposal form :-moz-placeholder {
  /* Firefox 18- */
  color: #777;
}
.request-proposal form section {
  margin-bottom: 60px;
}
.request-proposal form section p {
  font: 1.2rem "GothamRounded-Book", sans-serif;
}
.request-proposal form section input {
  width: 100%;
  height: 50px;
  background: none;
  border: none;
  border-bottom: 2px solid #d3d3d3;
  margin-top: 12px;
  font: 0.9rem "GothamRounded-Medium", sans-serif;
  color: #777;
}
.request-proposal form section textarea {
  width: 100%;
  height: 50px;
  background: none;
  border: none;
  border-bottom: 2px solid #d3d3d3;
  margin-top: 12px;
  font: 0.9rem "GothamRounded-Medium", sans-serif;
  color: #777;
  resize: none;
  transition: 0.4s ease-in;
  padding-top: 14px;
}
.request-proposal form section textarea:focus {
  height: 200px;
}
.request-proposal form section h6 {
  width: 120px;
  float: left;
  margin-right: 4px;
  cursor: pointer;
}
.request-proposal form section p {
  margin-bottom: 20px;
}
.request-proposal form section .previous-step {
  background: none;
  border: 1px solid #202020;
  color: #202020;
  padding: 14px 0 15px 0;
}
.request-proposal form section .step-by-step {
  background: #d21b14;
  color: #fff;
  width: 80px;
  float: right;
  text-align: center;
  border-radius: 20px;
  padding: 4px;
  font: 0.7rem "GothamRounded-Medium", sans-serif;
  margin-top: 35px;
}
.request-proposal form section .services-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.request-proposal form section .services-container .label {
  width: 49%;
  height: 40px;
  display: block;
  color: #777;
  font: 0.8rem "GothamRounded-Book", sans-serif;
  background: #d9d9d9;
  margin-bottom: 6px;
  border-radius: 5px;
  position: relative;
  padding: 12px 0 0 40px;
  font: 0.8rem "GothamRounded-Medium", sans-serif;
}
.request-proposal form section .services-container .label input[type=checkbox] {
  display: none;
}
.request-proposal form section .services-container .label input[type=radio] {
  display: none;
}
.request-proposal form section .services-container .label span {
  display: block;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #999;
  background: none;
  float: left;
  margin-right: 6px;
  position: absolute;
  top: 7px;
  left: 8px;
  text-align: center;
  font-size: 1.9rem;
  color: #d9d9d9;
}
.request-proposal form section .services-container .label input[type=checkbox]:checked + span {
  background: #365387;
  color: #fff;
}
.request-proposal form section .services-container .label input[type=radio]:checked + span {
  background: #365387;
  color: #fff;
}
.request-proposal form section button {
  width: 220px;
  text-align: center;
  border: none;
  color: #fff;
  font: 0.8rem "GothamRounded-Medium", sans-serif;
  background: #202020;
  border-radius: 10px;
  padding: 16px 0;
  display: block;
}
.request-proposal form .error-message {
  color: #d21b14;
  font: 0.8rem "GothamRounded-Medium", sans-serif;
  margin-top: 12px;
  margin-bottom: 12px;
}
.request-proposal form:after {
  content: "";
  display: table;
  clear: both;
}
.request-proposal .backdrop {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 5;
}
.request-proposal .success-modal {
  width: 600px;
  height: 270px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 6;
  background: #fff;
  margin: -250px 0 0 -300px;
}
.request-proposal .success-modal h3 {
  background: #d21b14;
  color: #fff;
  font: 1.2rem "GothamRounded-Medium", sans-serif;
  text-align: center;
  padding: 16px 0;
  position: relative;
}
.request-proposal .success-modal p {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #777;
  font: 0.95rem "GothamRounded-Light", sans-serif;
  margin-top: 20px;
}
.request-proposal .success-modal p span {
  font-family: "GothamRounded-Medium", sans-serif;
}
.request-proposal .success-modal button {
  width: 30%;
  display: block;
  margin: 0 auto;
  font: 0.9rem "GothamRounded-Medium", sans-serif;
  color: #202020;
  background: none;
  border: 1px solid #202020;
  border-radius: 2px;
  margin-top: 20px;
  height: 50px;
  transition: 0.2s ease-in;
  border-radius: 10px;
}
.request-proposal .success-modal button:hover {
  background: #202020;
  color: #fff;
}

.request-error-bar {
  position: fixed;
  padding: 12px 0;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #d21b14;
}
.request-error-bar p {
  color: #fff;
  text-align: center;
  font: 0.9rem "GothamRounded-Medium", sans-serif;
}
.request-error-bar p span {
  background: #fff;
  color: #d21b14;
  padding: 6px 10px;
  border-radius: 20px;
  font: 0.8rem "GothamRounded-Medium", sans-serif;
}

@media screen and (max-width: 520px) {
  body {
    width: 100%;
    min-width: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.8em;
    height: 100%;
  }

  .wrapmeup {
    width: 90%;
    margin: 0 auto;
  }

  header {
    position: fixed;
    z-index: 10;
  }
  header ul {
    width: 320px;
    height: 100%;
    background: #202020;
    position: fixed;
    top: 4rem;
    right: -320px;
    z-index: 11;
    transition: 0.2s ease-in-out;
  }
  header ul li {
    display: block !important;
    width: 100%;
    padding: 20px !important;
    border-bottom: 1px solid rgba(250, 250, 250, 0.1);
    border-radius: 0px !important;
    font-size: 0.9rem !important;
  }
  header .menu {
    display: block !important;
  }

  .main-content {
    height: 1000px;
  }
  .main-content .main-content-holder {
    height: 1000px;
  }
  .main-content .main-content-holder .content-info {
    flex-direction: column;
    align-items: center;
  }
  .main-content .main-content-holder .content-info .images {
    width: 320px;
    height: 320px;
    margin-bottom: 40px;
  }
  .main-content .main-content-holder .content-info .images .monsta {
    height: 100%;
    width: auto;
    left: 40px;
  }
  .main-content .main-content-holder .info {
    width: 90% !important;
  }
  .main-content .main-content-holder .info h4 {
    text-align: center !important;
  }
  .main-content .main-content-holder .info h1 {
    text-align: center !important;
  }
  .main-content .main-content-holder .info p {
    text-align: center !important;
  }
  .main-content .main-content-holder .info .button-holder {
    flex-direction: column;
    align-items: center;
  }
  .main-content .main-content-holder .info .button-holder a {
    text-align: center !important;
    width: 100%;
    margin-bottom: 6px;
  }

  .customised-application .custom-application-holder {
    flex-direction: column;
    width: 90% !important;
    margin: 0 auto;
  }
  .customised-application .custom-application-holder .custom-application-info-holder {
    width: 100%;
    margin-top: 40px;
  }
  .customised-application .custom-application-holder button {
    width: 100%;
  }

  .game-changing .wrapmeup {
    width: 90%;
  }
  .game-changing .wrapmeup button {
    width: 100%;
  }

  .quick-info dl {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .quick-info h2 {
    width: 100%;
  }
  .quick-info p {
    width: 100%;
  }
  .quick-info button {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .competition-header {
    height: 938px;
  }
  .competition-header .competition-header-holder {
    flex-direction: column;
    align-items: center;
  }
  .competition-header .competition-header-holder .competition-info {
    width: 100%;
    margin-top: 80px;
  }
  .competition-header .competition-header-holder .competition-images {
    margin-top: 60px;
    width: 100% !important;
  }

  .enter-competition .wrapmeup {
    flex-direction: column;
  }
  .enter-competition .wrapmeup dl {
    width: 100%;
    margin-bottom: 50px;
  }

  .increase-your-chance .increase-chance-header {
    width: 90%;
  }
  .increase-your-chance .increase-chance-header .skew {
    width: 100%;
  }
  .increase-your-chance .increase-chance-header .skew p {
    font: 1rem "GothamRounded-Bold", sans-serif !important;
  }
  .increase-your-chance .increase-chance-header .skew-two {
    width: 100%;
  }
  .increase-your-chance form {
    width: 100%;
  }
  .increase-your-chance form label {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .increase-your-chance form label input {
    font: 1rem "GothamRounded-Book", sans-serif !important;
  }
  .increase-your-chance form button {
    width: 100% !important;
    margin-bottom: 6px;
  }
  .increase-your-chance form .error-message {
    text-align: center;
  }
  .increase-your-chance .success-modal {
    width: 320px;
    height: 340px;
    margin: -170px 0 0 -160px;
  }
  .increase-your-chance .success-modal button {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 520px) {
  .products-header {
    height: 1000px;
  }
  .products-header .wrapmeup {
    flex-direction: column;
  }
  .products-header .wrapmeup .products-header-image {
    width: 90%;
    margin-top: 40px;
  }
  .products-header .wrapmeup .products-header-image .monsta {
    left: 40px;
  }
  .products-header .wrapmeup .products-header-info {
    width: 100%;
  }
  .products-header .wrapmeup .products-header-info h2 {
    text-align: center;
  }
  .products-header .wrapmeup .products-header-info p {
    text-align: center;
  }
  .products-header .wrapmeup .products-header-info .button-holder {
    text-align: center;
  }

  .products-description {
    width: 90%;
    margin: 0 auto;
  }

  .products-cta .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .products-cta .wrapper p {
    width: 100%;
  }
  .products-cta .wrapper .button-holder {
    flex-direction: column;
    width: 100% !important;
  }
  .products-cta .wrapper .button-holder button {
    width: 100%;
    margin-bottom: 12px;
  }
  .products-cta .wrapper .button-holder a {
    width: 100%;
  }
  .products-cta .book-a-call-modal {
    height: 600px;
    width: 320px;
    margin: -300px 0 0 -160px;
    overflow: auto;
    padding: 40px 20px;
  }
  .products-cta .book-a-call-modal form {
    margin-bottom: 40px;
  }
  .products-cta .book-a-call-modal form label {
    width: 100%;
  }
  .products-cta .book-a-call-modal form label input {
    width: 100%;
    border: 1px solid #999;
  }
  .products-cta .book-a-call-modal form label select {
    width: 100%;
    border: 1px solid #999;
  }
  .products-cta .book-a-call-modal form button {
    width: 100%;
    float: none;
  }
  .products-cta .book-a-call-modal form .error-message {
    text-align: center !important;
    float: none;
    margin-top: 12px;
  }
}
@media screen and (max-width: 520px) {
  .ecommerce-header {
    flex-direction: column;
  }
  .ecommerce-header .header-content {
    width: 100%;
    height: 700px;
  }
  .ecommerce-header .header-images {
    width: 100%;
    height: 700px;
  }
  .ecommerce-header .header-images img {
    top: 110px;
  }
  .ecommerce-header .header-images .oval {
    width: 320px;
  }

  .ecommerce-buttons {
    margin: 0 auto;
    margin-top: 40px;
  }
  .ecommerce-buttons button {
    width: 100%;
    margin-bottom: 12px;
  }

  .ecommerce-info {
    margin-top: 40px;
  }

  .ecommerce-content {
    margin-top: 50px;
  }
  .ecommerce-content dl {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }

  .in-good-hands a {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .request-proposal p {
    width: 100% !important;
  }
  .request-proposal video {
    width: 100%;
  }
  .request-proposal form {
    width: 100% !important;
  }
  .request-proposal form input {
    font-size: 1rem !important;
  }
  .request-proposal form .services-container .label {
    width: 100% !important;
  }
  .request-proposal form button {
    width: 100%;
  }
  .request-proposal section:last-of-type {
    margin-bottom: 12px;
  }
  .request-proposal .error-message {
    text-align: center;
  }
}