html {
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a {
  color: inherit;
}
p {
  margin-bottom: 1em;
}
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}
button,
input,
textarea,
select {
  background: transparent;
  font-family: inherit;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: inherit;
}
h1,
h2,
h3,
p,
ul {
  margin: 0;
  padding: 0;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
ul li {
  list-style-type: none;
}
@font-face {
  font-family: 'HP Simplified';
  src: url('../themes/hp-share-review/assets/fonts/HPSimplified_Lt.ttf');
  src: local('HPSimplified Light'), local('HP Simplified Light'), url('../themes/hp-share-review/assets/fonts/HPSimplified_Lt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'HP Simplified';
  src: url('../themes/hp-share-review/assets/fonts/HPSimplified_LtIt.ttf');
  src: local('HPSimplified Light Italic'), local('HP Simplified Light Italic'), url('../themes/hp-share-review/assets/fonts/HPSimplified_LtIt.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'HP Simplified';
  src: url('../themes/hp-share-review/assets/fonts/HPSimplified_Rg.ttf');
  src: local('HPSimplified'), local('HP Simplified'), url('../themes/hp-share-review/assets/fonts/HPSimplified_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HP Simplified';
  src: url('../themes/hp-share-review/assets/fonts/HPSimplified_It.ttf');
  src: local('HPSimplified Italic'), local('HP Simplified Italic'), url('../themes/hp-share-review/assets/fonts/HPSimplified_It.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'HP Simplified';
  src: url('../themes/hp-share-review/assets/fonts/HPSimplified_Bd.ttf');
  src: local('HPSimplified Bold'), local('HP Simplified Bold'), url('../themes/hp-share-review/assets/fonts/HPSimplified_Bd.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'HP Simplified';
  src: url('../themes/hp-share-review/assets/fonts/HPSimplified_BdIt.ttf');
  src: local('HPSimplified Bold Italic'), local('HP Simplified Bold Italic'), url('../themes/hp-share-review/assets/fonts/HPSimplified_BdIt.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.full-height {
  height: 100%;
}
.underlined-link {
  text-decoration: underline;
}
.underlined-link:hover {
  text-decoration: none;
}
.dashed-link {
  border-bottom: 1px dashed;
}
.dashed-link:hover {
  border-color: transparent;
}
.hover-underlined:hover,
.underlined-hover:hover {
  text-decoration: underline;
}
.stroked {
  text-decoration: line-through;
}
.relative {
  position: relative;
}
.d-flex {
  display: flex;
}
.d-flex-center-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.direction-column {
  flex-direction: column;
}
.direction-row {
  flex-direction: row;
}
.justify-between {
  justify-content: space-between;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}
.align-center {
  align-items: center;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
.list-unstyled {
  list-style-type: none;
}
.list-inline {
  list-style-type: none;
}
.list-inline li {
  display: inline-block;
}
.hidden {
  opacity: 0;
}
@media (min-width: 1440px) {
  .hidden-md-up {
    display: none;
  }
}
@media (max-width: 1439px) {
  .hidden-md-down {
    display: none;
  }
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-content {
  position: relative;
  margin-top: 50px;
  background-color: #fff;
  margin: 0 auto;
  width: 600px;
  max-width: 100%;
  text-align: center;
  font-size: 30px;
  margin: 100px auto;
  font-weight: bold;
  width: 864px;
  padding: 110px 100px;
  border-radius: 36px;
}
@media (max-width: 1919px) {
  .modal-content {
    width: 678px;
  }
}
@media (max-width: 1439px) {
  .modal-content {
    padding: 80px 30px 80px;
    width: 540px;
    border-radius: 27px;
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .modal-content {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .modal-content {
    padding: 37px 15px 35px;
    width: 90%;
    font-size: 16px;
    border-radius: 13px;
  }
}
.modal-footer {
  text-align: center;
  font-size: 14px;
}
.modal-footer .underlined-link {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 600px) {
  .modal {
    left: 0;
    margin-left: 0;
  }
}
.modal-title {
  font-size: 80px;
  color: #3497d3;
  line-height: 1.2;
}
@media (max-width: 1919px) {
  .modal-title {
    line-height: 1.1;
  }
}
@media (max-width: 1439px) {
  .modal-title {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .modal-title {
    font-size: 33px;
  }
}
.modal-close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 28px;
  height: 28px;
  opacity: 0.3;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .modal-close {
    top: 25px;
    right: 30px;
    width: 22px;
    height: 22px;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .modal-close {
    top: 16px;
    right: 22px;
    width: 20px;
    height: 20px;
  }
}
.modal-close:hover {
  opacity: 1;
}
.modal-close:before,
.modal-close:after {
  position: absolute;
  top: 0;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 1px;
  background-color: #333;
}
@media (max-width: 1439px) {
  .modal-close:before,
  .modal-close:after {
    height: 22px;
  }
}
@media (max-width: 767px) {
  .modal-close:before,
  .modal-close:after {
    height: 18px;
  }
}
.modal-close:before {
  transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
}
/* body */
body,
html {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  font-family: 'HP Simplified', 'Proxima Nova', sans-serif;
  font-size: 24px;
  line-height: 1.6;
  color: #212121;
  overflow-x: hidden;
}
.container {
  width: 1640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1919px) {
  .container {
    width: 1280px;
  }
}
@media (max-width: 1439px) {
  .container {
    width: 914px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 712px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 296px;
  }
}
.header-logo {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.header-logo .logo {
  width: 55px;
}
.header-logo .logo-shareview {
  width: 181px;
}
@media (max-width: 1919px) {
  .header-logo .logo {
    right: 36px;
  }
}
@media (max-width: 1439px) {
  .header-logo {
    padding-top: 14px;
  }
  .header-logo .logo {
    width: 39px;
    right: 14px;
    top: 14px;
    height: 100%;
  }
  .header-logo .logo-shareview {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .header-logo {
    padding-top: 26px;
  }
  .header-logo .logo {
    right: 16px;
    top: 29px;
  }
  .header-logo .logo-shareview {
    width: 112px;
  }
}
.modal-title,
.modal-body {
  font-weight: 300;
}
.section-blue {
  background: -moz-linear-gradient(13.93% 131.43% 45deg, #185b9f 8.26%, #1970af 24.55%, #1b95ca 57.03%, #1dacdb 83.34%, #1db4e1 100%);
  background: -webkit-linear-gradient(45deg, #185b9f 8.26%, #1970af 24.55%, #1b95ca 57.03%, #1dacdb 83.34%, #1db4e1 100%);
  background: -webkit-gradient(linear, 13.93% 131.43%, 86.06999999999999% -31.43%, color-stop(0.08260000000000001, #185b9f), color-stop(0.2455, #1970af), color-stop(0.5703, #1b95ca), color-stop(0.8334, #1dacdb), color-stop(1, #1db4e1));
  background: -o-linear-gradient(45deg, #185b9f 8.26%, #1970af 24.55%, #1b95ca 57.03%, #1dacdb 83.34%, #1db4e1 100%);
  background: -ms-linear-gradient(45deg, #185b9f 8.26%, #1970af 24.55%, #1b95ca 57.03%, #1dacdb 83.34%, #1db4e1 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#185B9F', endColorstr='#1DB4E1' ,GradientType=0)";
  background: linear-gradient(45deg, #185b9f 8.26%, #1970af 24.55%, #1b95ca 57.03%, #1dacdb 83.34%, #1db4e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#185B9F', endColorstr='#1DB4E1', GradientType=1);
  color: #fff;
}
h1,
h2 {
  font-size: 80px;
  line-height: 94px;
  color: #3497d3;
  font-weight: normal;
}
@media (max-width: 1439px) {
  h1,
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
.section-present {
  background: url(../themes/hp-share-review/assets/img/HP-bg.png) no-repeat bottom / cover;
  padding: 30px 0 15px;
}
.section-present h1 {
  color: #fff;
  z-index: 1000;
  position: relative;
  font-size: 60px;
  max-width: 650px;
  line-height: 70px;
}
.section-present h1 br {
  display: none;
}
.section-present p {
  width: 60%;
  font-size: 21px;
  line-height: 29px;
  margin-top: 45px;
  color: #fff;
}
.section-present p span {
  display: inline-block;
}
.section-present .section-present__desc {
  font-size: 14px;
  margin-top: 500px;
  text-align: right;
}
.section-present .printed-photos {
  transform: rotate(5deg);
  position: absolute;
  bottom: -176px;
  left: -15px;
  width: 697px;
  pointer-events: none;
}
.section-present .printer {
  position: absolute;
  right: -13px;
  top: -50px;
  width: 905px;
  pointer-events: none;
}
@media (max-width: 1919px) {
  .section-present .printer {
    right: -300px;
    top: -260px;
    width: 1150px;
  }
}
@media (max-width: 1439px) {
  .section-present .printer {
    transform: rotate(-5deg);
    right: 2px;
    top: -48px;
    width: 495px;
  }
}
.section-present .asterisk-comment {
  position: absolute;
  right: -25px;
  bottom: 17px;
  font-size: 12px;
  color: #999;
}
@media (max-width: 1919px) {
  .section-present p {
    font-size: 18px;
    line-height: 32px;
  }
  .section-present .asterisk-comment {
    font-size: 11px;
    bottom: 14px;
    right: -39px;
  }
  .section-present .printed-photos {
    bottom: -155px;
    left: -7px;
    width: 530px;
    transform: rotate(-10deg);
  }
}
@media (max-width: 1439px) {
  .section-present .section-present__desc {
    margin-top: 400px;
  }
  .section-present p {
    font-size: 20px;
    line-height: 33px;
    margin-left: 0;
    font-weight: 300;
  }
  .section-present .printed-photos {
    transform: rotate(13deg);
    width: 338px;
    bottom: -103px;
    left: 28px;
  }
  .section-present .asterisk-comment {
    bottom: 11px;
    right: 8px;
  }
}
@media (max-width: 1023px) {
  .section-present .section-present__desc {
    margin-top: 200px;
    font-size: 10px;
  }
  .section-present h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .section-present p {
    line-height: 30px;
    width: 32%;
  }
  .section-present .printed-photos {
    width: 366px;
    transform: rotate(13deg);
    bottom: -97px;
    left: -10px;
  }
  .section-present .printer {
    transform: rotate(-4deg);
    right: -63px;
    top: 38px;
    width: 472px;
  }
  .section-present .asterisk-comment {
    font-size: 8px;
    line-height: 12px;
    bottom: 20px;
    right: 18px;
    width: 218px;
  }
}
@media (max-width: 767px) {
  .section-present {
    background-size: 100%;
    margin-bottom: 70px;
    position: relative;
  }
  .section-present::before {
    content: '';
    position: absolute;
    bottom: -70px;
    height: 70px;
    width: 100%;
    left: 0;
    background: url("../themes/hp-share-review/assets/img/door.png") no-repeat center / cover;
  }
  .section-present::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #f47054;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f47054 0%, #fc7a5b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f47054 0%, #fc7a5b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f47054 0%, #fc7a5b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47054', endColorstr='#7db9e8', GradientType=1);
    /* IE6-9 */
    z-index: -1;
  }
  .section-present h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .section-present .section-present__desc {
    text-align: left;
    margin-bottom: -70px;
    margin-top: 45vw;
  }
  .section-present p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    width: 100%;
  }
  .section-present .printer {
    transform: rotate(0deg);
    width: 400px;
    top: 60px;
    right: -70px;
  }
  .section-present .printed-photos {
    transform: rotate(33deg);
    bottom: -11px;
    left: -38px;
    width: 190px;
  }
  .section-present .asterisk-comment {
    font-size: 10px;
    line-height: 12px;
    bottom: 5px;
    right: 3px;
    width: 152px;
  }
}
.section-steps {
  padding-top: 161px;
  padding-bottom: 109px;
  background-color: #f1f1f1;
}
@media (max-width: 1919px) {
  .section-steps {
    padding-top: 105px;
    padding-bottom: 108px;
  }
}
@media (max-width: 1439px) {
  .section-steps {
    padding-top: 116px;
    padding-bottom: 78px;
  }
}
@media (max-width: 1023px) {
  .section-steps {
    padding-bottom: 51px;
  }
}
@media (max-width: 767px) {
  .section-steps {
    padding-top: 35px;
    padding-bottom: 42px;
  }
}
.section-steps .nav-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  line-height: 38px;
  margin-left: -18px;
  margin-right: -37px;
  margin-top: 26px;
}
@media (max-width: 1919px) {
  .section-steps .nav-steps {
    margin-top: 45px;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 25px;
    padding-right: 49px;
    padding-left: 149px;
  }
}
@media (max-width: 1439px) {
  .section-steps .nav-steps {
    padding-left: 14px;
    padding-right: 40px;
    font-size: 20px;
    line-height: 34px;
    margin-top: 38px;
  }
}
@media (max-width: 1023px) {
  .section-steps .nav-steps {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
    margin-top: 38px;
  }
}
.section-steps .nav-steps .nav-step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32%;
}
@media (max-width: 1439px) {
  .section-steps .nav-steps .nav-step {
    flex-basis: 25%;
  }
}
@media (max-width: 1023px) {
  .section-steps .nav-steps .nav-step {
    width: 362px;
    margin-bottom: 15px;
  }
  .section-steps .nav-steps .nav-step:first-child {
    width: 439px;
  }
  .section-steps .nav-steps .nav-step:first-child .number {
    margin-left: 43px;
  }
  .section-steps .nav-steps .nav-step:first-child .desc {
    margin-left: 29px;
  }
}
@media (max-width: 767px) {
  .section-steps .nav-steps .nav-step {
    width: auto;
    margin-bottom: 13px;
    margin-left: 26px;
  }
  .section-steps .nav-steps .nav-step:first-child {
    width: auto;
  }
  .section-steps .nav-steps .nav-step:first-child .number {
    margin-left: 0;
  }
  .section-steps .nav-steps .nav-step:first-child .desc {
    margin-left: 23px;
  }
}
.section-steps .nav-steps .number {
  font-size: 300px;
  font-weight: bold;
  line-height: 1;
  color: #3492ce;
}
@media (max-width: 1919px) {
  .section-steps .nav-steps .number {
    font-size: 200px;
  }
}
@media (max-width: 1439px) {
  .section-steps .nav-steps .number {
    font-size: 170px;
  }
}
@media (max-width: 1023px) {
  .section-steps .nav-steps .number {
    font-size: 200px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .section-steps .nav-steps .number {
    font-size: 120px;
  }
}
.section-steps .nav-steps .desc {
  margin-left: 0;
  position: relative;
}
@media (max-width: 1919px) {
  .section-steps .nav-steps .desc {
    margin-top: 5px;
  }
}
@media (max-width: 1439px) {
  .section-steps .nav-steps .desc {
    margin-left: 7px;
  }
}
@media (max-width: 1023px) {
  .section-steps .nav-steps .desc {
    font-size: 25px;
    margin-left: 39px;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .section-steps .nav-steps .desc {
    font-size: 18px;
    line-height: 22px;
    margin-left: 23px;
    position: static;
  }
}
.section-steps .arrow {
  background: url('/themes/hp-share-review/assets/img/arrow.png') 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 73px;
  height: 93px;
  margin-top: -36px;
  position: absolute;
  left: 423px;
}
@media (max-width: 1919px) {
  .section-steps .arrow {
    width: 64px;
    height: 90px;
    left: 353px;
    margin-top: -31px;
  }
}
.section-steps .our-sites {
  color: #ff6b4a;
  font-size: 26px;
  text-align: center;
  margin-top: 72px;
}
@media (max-width: 1439px) {
  .section-steps .our-sites {
    margin-top: 72px;
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .section-steps .our-sites {
    margin-top: 32px;
    display: none !important;
  }
}
@media (max-width: 767px) {
  .section-steps .our-sites {
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 10px;
    display: none !important;
  }
}
.section-steps p {
  text-align: center;
  font-size: 30px;
}
@media (max-width: 1439px) {
  .section-steps p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .section-steps p {
    font-size: 16px;
    line-height: 19px;
    width: 80%;
    margin: 0 auto;
  }
}
.section-steps .site-list {
  text-align: center;
  width: 630px;
  margin: 0 auto;
  margin-top: 83px;
}
@media (max-width: 1919px) {
  .section-steps .site-list {
    width: 790px;
    margin-top: 80px;
  }
}
@media (max-width: 1439px) {
  .section-steps .site-list {
    width: 600px;
    margin-top: 54px;
  }
}
@media (max-width: 1023px) {
  .section-steps .site-list {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section-steps .site-list {
    margin-top: 19px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
  }
}
.section-steps .site-list .site-name {
  display: inline-block;
  padding: 0 8px;
}
@media (max-width: 1919px) {
  .section-steps .site-list .site-name {
    padding: 0 11px;
    font-size: 30px;
    line-height: 60px;
  }
}
@media (max-width: 1439px) {
  .section-steps .site-list .site-name {
    font-size: 20px;
    line-height: 40px;
    padding: 0 7px;
  }
}
@media (max-width: 767px) {
  .section-steps .site-list .site-name {
    font-size: 16px;
    line-height: 28px;
    display: flex;
  }
  .section-steps .site-list .site-name:nth-last-child(1) {
    order: 0;
  }
  .section-steps .site-list .site-name:nth-child(1) {
    order: 1;
  }
  .section-steps .site-list .site-name:nth-child(3) {
    order: 2;
  }
  .section-steps .site-list .site-name:nth-child(5),
  .section-steps .site-list .site-name:nth-child(7),
  .section-steps .site-list .site-name:nth-child(8) {
    order: 3;
  }
  .section-steps .site-list .site-name:nth-child(4) {
    order: 4;
  }
  .section-steps .site-list .site-name:nth-child(2),
  .section-steps .site-list .site-name:nth-child(6) {
    order: 5;
  }
}
.section-steps .site-list .site-name:hover {
  color: #ff6a48;
}
.section-present-here {
  font-size: 24px;
  line-height: 28.8px;
  overflow: hidden;
}
@media (max-width: 1919px) {
  .section-present-here {
    font-size: 18px;
    line-height: 26px;
  }
}
.section-present-here .section-present-here__desc {
  font-size: 14px;
  color: #000;
  z-index: 1000;
  position: absolute;
  bottom: 30px;
  right: 0;
}
.section-present-here .container {
  padding-top: 190px;
  padding-bottom: 137px;
  padding-bottom: 174px;
}
@media (max-width: 1919px) {
  .section-present-here .container {
    padding-top: 122px;
    padding-bottom: 149px;
  }
}
@media (max-width: 1439px) {
  .section-present-here .container {
    padding-top: 77px;
    padding-bottom: 69px;
  }
}
@media (max-width: 1023px) {
  .section-present-here .container {
    padding-top: 26px;
    padding-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .section-present-here .container {
    padding-top: 31px;
    padding-bottom: 13px;
    padding-bottom: 43px;
  }
}
.section-present-here h2 {
  width: 50%;
  margin-bottom: 62px;
  z-index: 200;
  position: relative;
}
@media (max-width: 1919px) {
  .section-present-here h2 {
    margin-bottom: 56px;
  }
}
@media (max-width: 1439px) {
  .section-present-here h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .section-present-here h2 {
    margin-bottom: 29px;
  }
}
@media (max-width: 767px) {
  .section-present-here h2 {
    width: 70%;
    margin-bottom: 16px;
  }
}
.section-present-here p {
  width: 50%;
  width: 60%;
  margin-bottom: 31px;
  position: relative;
  z-index: 200;
}
@media (max-width: 1919px) {
  .section-present-here p {
    width: 39%;
    margin-bottom: 1em;
  }
}
@media (max-width: 1439px) {
  .section-present-here p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 31px;
    width: 52%;
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .section-present-here p {
    font-size: 18px;
    line-height: 30px;
    width: 52%;
  }
}
@media (max-width: 767px) {
  .section-present-here p {
    font-size: 16px;
    line-height: 22px;
    width: 80%;
    margin-bottom: 22px;
  }
  .section-present-here p a {
    display: block;
  }
}
.section-present-here .strong {
  width: 50%;
  width: 60%;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 31px;
  margin-left: 3px;
}
@media (max-width: 1919px) {
  .section-present-here .strong {
    margin-bottom: 38px;
  }
}
@media (max-width: 1439px) {
  .section-present-here .strong {
    font-size: 26px;
    line-height: 36px;
    width: 63%;
    width: 54%;
    margin-bottom: 22px;
  }
}
@media (max-width: 1023px) {
  .section-present-here .strong {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    width: 52%;
  }
}
@media (max-width: 767px) {
  .section-present-here .strong {
    font-size: 16px;
    line-height: 22px;
    width: 63%;
  }
}
@media (max-width: 767px) {
  .section-present-here .strong {
    margin-bottom: 27px;
  }
}
.section-present-here a {
  color: #ff6b4a;
  text-decoration: underline;
}
.section-present-here .printed-paper {
  position: absolute;
  pointer-events: none;
  width: 52vw;
  right: 0;
  top: 50px;
  z-index: -1;
}
@media (max-width: 1439px) {
  .section-present-here .printed-paper {
    width: 45vw;
    top: 77px;
  }
}
@media (max-width: 767px) {
  .section-present-here .printed-paper {
    width: 100%;
    position: static;
    margin-top: -60px;
  }
}
.section-present-here .printed-bottles {
  width: 575px;
  height: auto;
  position: absolute;
  pointer-events: none;
  right: -38px;
  top: 120px;
}
@media (max-width: 1919px) {
  .section-present-here .printed-bottles {
    top: 50px;
  }
}
@media (max-width: 1439px) {
  .section-present-here .printed-bottles {
    width: 435px;
  }
}
@media (max-width: 1023px) {
  .section-present-here .printed-bottles {
    width: 335px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .section-present-here .printed-bottles {
    width: 155px;
  }
}
.section-present-here .bottom-ast {
  position: absolute;
  bottom: 46px;
  font-size: 11px;
  color: #999999;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .section-present-here .bottom-ast {
    bottom: 7px;
  }
}
.section-feedback {
  text-align: center;
  background-color: #f1f1f1;
}
.section-feedback h2 {
  color: #2d2d2d;
}
@media (max-width: 767px) {
  .section-feedback h2 {
    font-size: 26px;
  }
}
.section-feedback .container {
  padding-top: 77px;
  padding-bottom: 77px;
}
@media (max-width: 1919px) {
  .section-feedback .container {
    padding-bottom: 46px;
    padding-right: 30px;
  }
}
@media (max-width: 1439px) {
  .section-feedback .container {
    padding-top: 53px;
    padding-left: 30px;
    padding-bottom: 34px;
  }
}
@media (max-width: 1023px) {
  .section-feedback .container {
    padding-bottom: 39px;
    padding-top: 44px;
  }
}
@media (max-width: 767px) {
  .section-feedback .container {
    padding: 27px 5px 18px;
  }
}
.section-feedback .form {
  width: 817px;
  margin: 68px auto 0;
}
@media (max-width: 1919px) {
  .section-feedback .form {
    margin: 59px auto 0;
    width: 658px;
  }
}
@media (max-width: 1439px) {
  .section-feedback .form {
    margin: 40px auto 0;
    width: 672px;
  }
}
@media (max-width: 1023px) {
  .section-feedback .form {
    width: 560px;
    margin-top: 31px;
  }
}
@media (max-width: 767px) {
  .section-feedback .form {
    margin-top: 23px;
    width: 100%;
  }
}
.section-feedback .form-group {
  margin-bottom: 50px;
  font-size: 18px;
  position: relative;
}
@media (max-width: 1439px) {
  .section-feedback .form-group {
    margin-bottom: 43px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-feedback .form-group {
    margin-bottom: 22px;
    font-size: 12px;
  }
}
.section-feedback .form-control {
  background-color: #fff;
  border-radius: 30px;
  height: 58px;
  padding: 18px 39px;
  width: 100%;
}
@media (max-width: 1439px) {
  .section-feedback .form-control {
    height: 50px;
    padding: 15px 22px;
  }
}
@media (max-width: 767px) {
  .section-feedback .form-control {
    height: 39px;
    padding: 12px 18px;
  }
}
.section-feedback .form-control.error {
  box-shadow: inset 0px 0px 9px #d4145a;
}
.section-feedback .text-muted {
  display: none;
}
.section-feedback .form-group.has-error .form-control {
  box-shadow: inset 0px 0px 9px #d4145a;
}
.section-feedback .error-message {
  margin-left: 39px;
  color: #d4145a;
  text-align: left;
}
@media (max-width: 1439px) {
  .section-feedback .error-message {
    margin-left: 22px;
  }
}
@media (max-width: 767px) {
  .section-feedback .error-message {
    margin-left: 18px;
  }
}
.section-feedback [data-disabled="true"] {
  background-color: #d4145a;
}
.section-feedback button,
.section-feedback input[type="submit"] {
  border-radius: 31px;
  height: 62px;
  line-height: 1;
  font-size: 26px;
  color: #fff;
  background-color: #ff6b4a;
  padding: 18px 50px;
  display: inline-block;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: transform 0.3s ease;
}
.section-feedback button[disabled],
.section-feedback input[type="submit"][disabled] {
  cursor: default;
  border: 1px solid #212121;
  color: #212121;
  background-color: transparent;
}
.section-feedback button[type="submit"]:hover,
.section-feedback input[type="submit"][type="submit"]:hover {
  transform: scale(1.16);
}
.section-feedback button[type="submit"]:hover span,
.section-feedback input[type="submit"][type="submit"]:hover span {
  transform: scale(0.85);
}
@media (max-width: 1919px) {
  .section-feedback button,
  .section-feedback input[type="submit"] {
    font-size: 22px;
    height: 53px;
    padding: 16px 40px;
  }
}
@media (max-width: 1439px) {
  .section-feedback button,
  .section-feedback input[type="submit"] {
    font-size: 25px;
    height: 59px;
    padding: 16px 47px;
  }
}
@media (max-width: 1023px) {
  .section-feedback button,
  .section-feedback input[type="submit"] {
    font-size: 20px;
    height: 48px;
    padding: 14px 38px;
  }
}
@media (max-width: 767px) {
  .section-feedback button,
  .section-feedback input[type="submit"] {
    font-size: 16px;
    height: 41px;
    padding: 13px 35px;
  }
}
.section-feedback .checkbox-wrapper {
  margin-top: 56px;
  text-align: left;
  margin-left: 167px;
  margin-bottom: 34px;
}
.section-feedback .checkbox-wrapper + .checkbox-wrapper {
  margin-top: 0;
}
@media (max-width: 1919px) {
  .section-feedback .checkbox-wrapper {
    margin-left: 86px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1439px) {
  .section-feedback .checkbox-wrapper {
    margin-top: -1px;
    margin-left: 160px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .section-feedback .checkbox-wrapper {
    margin-top: -6px;
    margin-left: 111px;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .section-feedback .checkbox-wrapper {
    margin-top: 25px;
    margin-left: 11px;
  }
  .section-feedback .checkbox-wrapper + .checkbox-wrapper {
    margin-top: -4px;
  }
}
.section-feedback .checkbox-wrapper label {
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 1439px) {
  .section-feedback .checkbox-wrapper label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-feedback .checkbox-wrapper label {
    font-size: 12px;
    line-height: 14px;
  }
  .section-feedback .checkbox-wrapper label span {
    width: calc(65%);
    display: inline-block;
    vertical-align: top;
  }
}
.section-feedback .form-footer {
  margin-top: 50px;
}
@media (max-width: 1439px) {
  .section-feedback .form-footer {
    margin-top: 39px;
  }
}
@media (max-width: 1023px) {
  .section-feedback .form-footer {
    margin-top: 31px;
  }
}
@media (max-width: 767px) {
  .section-feedback .form-footer {
    margin-top: 21px;
  }
}
.section-footer {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  padding: 60px 0 33px;
}
@media (max-width: 1919px) {
  .section-footer {
    padding: 52px 0 20px;
    padding-right: 33px;
  }
  .section-footer span {
    font-size: 25px;
  }
}
@media (max-width: 1439px) {
  .section-footer {
    padding-top: 36px;
    padding-bottom: 40px;
    font-size: 20px;
    line-height: 38px;
  }
  .section-footer span {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .section-footer {
    padding-top: 28px;
    font-size: 18px;
    line-height: 32px;
  }
  .section-footer span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-footer {
    padding-right: 0;
    padding-top: 22px;
    font-size: 14px;
    line-height: 18px;
  }
  .section-footer span {
    font-size: 14px;
    display: block;
  }
  .section-footer .container {
    padding: 0 20px;
  }
  .section-footer p {
    margin-top: 8px;
  }
}
.section-footer h3 {
  color: #ff6b4a;
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 38px;
}
@media (max-width: 1919px) {
  .section-footer h3 {
    margin-bottom: 21px;
  }
}
@media (max-width: 1439px) {
  .section-footer h3 {
    font-size: 26px;
    margin-bottom: 14px;
  }
}
@media (max-width: 1439px) {
  .section-footer h3 {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .section-footer h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}
.section-footer p:last-child {
  margin-top: 35px;
}
@media (max-width: 1919px) {
  .section-footer p:last-child {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .section-footer p:last-child {
    margin-top: 23px;
  }
}
/*** custom checkboxes ***/
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  position: relative;
}
input[type=checkbox] + label:before {
  background: #FFFFFF;
  border-style: solid;
  border-color: #ff6b4a;
  border-width: 1px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  content: '';
}
@media (max-width: 1439px) {
  input[type=checkbox] + label:before {
    width: 27px;
    height: 27px;
    margin-right: 17px;
    margin-left: -14px;
  }
}
@media (max-width: 1023px) {
  input[type=checkbox] + label:before {
    margin-left: -22px;
  }
}
@media (max-width: 767px) {
  input[type=checkbox] + label:before {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    margin-left: 2px;
    margin-right: 9px;
    vertical-align: text-top;
  }
}
input[type=checkbox] + label:after {
  position: absolute;
  content: '';
  display: inline-block;
  background-color: #fff;
  transition: all 0.3s ease;
  top: 3px;
  left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
@media (max-width: 1439px) {
  input[type=checkbox] + label:after {
    top: 1px;
    left: -10px;
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 1023px) {
  input[type=checkbox] + label:after {
    left: -18px;
  }
}
@media (max-width: 767px) {
  input[type=checkbox] + label:after {
    top: 4px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 3px;
  }
}
input[type=checkbox] + label:hover {
  cursor: pointer;
}
input[type=checkbox]:checked + label:after {
  background-color: #ff6b4a;
}
@media (min-width: 1440px) {
  .hidden-md-up {
    display: none;
  }
}
@media (max-width: 1439px) {
  .hidden-md-down {
    display: none;
  }
}
.form .alert {
  display: none;
}
.tooltip-wrapper {
  display: none;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.27);
  font-size: 26px;
  line-height: 35.27px;
  color: #1897D3;
  position: absolute;
  padding: 34px 38px;
  width: 416px;
  left: 0;
  font-weight: normal;
  z-index: 1000;
}
.tooltip-wrapper.active {
  display: block;
}
.tooltip-wrapper .close-tooltip {
  display: none;
  position: absolute;
  cursor: pointer;
  width: 21.5px;
  height: 21.5px;
  right: 12px;
  top: 12px;
  overflow: hidden;
}
.tooltip-wrapper .close-tooltip::before,
.tooltip-wrapper .close-tooltip::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}
.tooltip-wrapper .close-tooltip::before {
  transform: rotate(45deg);
}
.tooltip-wrapper .close-tooltip::after {
  transform: rotate(-45deg);
}
@media (max-width: 1919px) {
  .tooltip-wrapper {
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
    width: 278px;
  }
}
@media (max-width: 1439px) {
  .tooltip-wrapper {
    padding: 14px;
    width: 314px;
  }
  .tooltip-wrapper .close-tooltip {
    display: block;
  }
}
@media (max-width: 767px) {
  .tooltip-wrapper {
    padding: 12px 10px;
    font-size: 18px;
    line-height: 21px;
    left: 0;
    width: 100%;
  }
  .tooltip-wrapper .close-tooltip {
    width: 15.5px;
    height: 15.5px;
    right: 10px;
    top: 10px;
  }
}
.toggle-tooltip {
  color: #ff6b4a;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .toggle-tooltip {
    position: static;
  }
}
