.ease {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.underline {
  text-decoration: underline;
}
html,
button,
input,
select,
textarea {
  color: #5a5a5a;
  -webkit-text-size-adjust: none;
}
html {
  font-size: 62.5%;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  vertical-align: middle;
}
a {
  color: #3e9ce3;
}
body {
  background-color: #fff;
  font-family: "open sans", Sans-Serif;
  font-size: 18px;
  margin: 0;
}
header {
  background: #000;
  color: #fff;
  padding: 0 10px 12px;
  margin: 0 0 10px;
  text-align: center;
}
header p,
header h1 {
  margin: 0;
}
header .preheadline {
  border-bottom: 1px solid #fff;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
header h1 {
  color: yellow;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 44px;
  line-height: 1;
  margin: 0 auto;
  max-width: 1000px;
  padding: 6px 0 10px 0;
}
header .subheadline {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 900px;
}
.underline {
  text-decoration: underline;
}
.content {
  margin: 0 auto;
  max-width: 800px;
  padding: 10px;
}
.content .intro {
  font-size: 24px;
  line-height: 1.2;
  margin: 20px auto;
  max-width: 700px;
  text-align: center;
}
.content .desk {
  padding: 4px 4px 4px 0;
  border-top: 2px dashed #ccc;
  border-bottom: 2px dashed #ccc;
}
.content h2 {
  color: #333;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 38px;
  line-height: 1.1;
  margin: 30px 0;
  text-align: center;
}
.content h3 {
  color: #333;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  line-height: 1.1;
  margin: 20px 0;
  text-align: center;
}
.buy-button {
  text-align: center;
}
.buy-button a {
  background: #ffcf0a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcf0a), color-stop(100%, #ffda22));
  background: -webkit-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: -moz-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: -ms-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: -o-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: linear-gradient(to bottom, #ffcf0a 0%, #ffda22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcf0a, endColorstr=#ffda22, GradientType=0);
  border: 1px solid #d69300;
  border-radius: 6px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px #ffe590;
  color: #504210;
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: #ffffdd 1px 1px 0;
}
.buy-button a:hover {
  opacity: 0.9;
}
.buy-button p {
  margin: 0;
  padding: 10px;
}
.buy-button p span {
  text-decoration: underline;
}
hr {
  border: none;
  border-top: 1px solid #ccc;
  height: 0;
  margin: 30px 0;
}
.img-responsive {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
}
.question {
  background: #000;
  color: yellow;
  padding: 2px 5px;
}
.ps {
  font-size: 22px;
  line-height: 1.1;
}
ol.blue-circle-numbers {
  list-style-type: none;
  margin-left: 0;
  padding-left: 45px;
  padding-right: 0;
}
ol.blue-circle-numbers li {
  counter-increment: step-counter;
  list-style-image: none;
  margin-bottom: 10px;
}
ol.blue-circle-numbers li:before {
  background: #28689f;
  border-radius: 100%;
  color: #fff;
  content: counter(step-counter);
  display: block;
  float: left;
  font-size: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  margin: 0px 0 0 -45px;
  text-align: center;
  width: 34px;
  height: 34px;
}
ol.blue-circle-numbers li p {
  color: #5a5a5a;
}
ul.blue-ticks {
  list-style: none;
  margin: 30px 20px;
  max-width: 840px;
  padding: 0;
}
ul.blue-ticks li {
  background: url(/assets/images/blue-tick.png) no-repeat 0 -3px;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 0 0 44px;
}
ul.blue-ticks li p {
  color: #5a5a5a;
}
ul.green-circle-ticks {
  list-style: none;
  margin: 30px 20px;
  max-width: 840px;
  padding: 0;
}
ul.green-circle-ticks li {
  background: url(/assets/images/green-circle-tick.png) no-repeat 0 0;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 0 0 44px;
}
ul.green-circle-ticks li p {
  color: #5a5a5a;
}
ul.gold-stars {
  list-style: none;
  margin: 30px 20px;
  padding: 0;
}
ul.gold-stars li {
  background: url(/assets/images/op-gold-star.png) no-repeat 0 0;
  min-height: 32px;
  padding: 0 0 0 44px;
}
ul.gold-stars li p {
  color: #5a5a5a;
}
ul.targets {
  list-style: none;
  margin: 30px 20px;
  max-width: 840px;
  padding: 0;
}
ul.targets li {
  background: url(/assets/images/op-target.png) no-repeat 0 0;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 0 0 44px;
}
ul.targets li p {
  color: #5a5a5a;
}
.testimonials blockquote {
  margin: 0;
}
.testimonials h4 {
  color: #333;
  font-family: "open sans condensed", Sans-Serif;
  font-size: 22px;
  margin-bottom: 10px;
}
.testimonials img {
  border: 4px solid #999;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}
.testimonials p {
  margin: 0 0 10px;
}
.testimonials p:last-of-type {
  margin-bottom: 0;
}
.testimonials p.author {
  font-weight: bold;
}
.testimonials hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin: 30px 0;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hide-mobile {
  display: none;
}
.footer-legals {
  background: #f8f8f8;
  border-top: none !important;
  margin-top: 0 !important;
}
.footer-legals .footer-inner {
  margin: 0 auto;
  max-width: 960px;
  overflow: auto;
  padding: 0 10px 5px;
}
.footer-legals p {
  color: #444;
  font-size: 14px;
}
.footer-legals .links {
  font-size: 14px;
  margin: 20px 0;
  padding: 0;
}
.footer-legals .links li {
  margin-bottom: 10px;
}
.footer-legals .links a {
  color: #444 !important;
}
@media only screen and (min-width: 768px) {
  header .preheadline {
    font-size: 28px;
  }
  header h1 {
    font-size: 48px;
  }
  header .subheadline {
    font-size: 24px;
  }
  .buy-button a {
    font-size: 28px;
    line-height: 1.3;
    padding: 10px 20px 14px;
  }
  .testimonials div {
    overflow: auto;
  }
  .testimonials img {
    float: left;
    width: 12%;
  }
  .testimonials blockquote {
    float: right;
    width: 83%;
  }
  .testimonials h4 {
    margin-top: 0;
  }
  .footer-legals p {
    float: left;
  }
  .footer-legals .links {
    float: right;
    margin: 14px 0;
  }
  .footer-legals .links li {
    display: inline;
    margin-bottom: 0;
    margin-left: 20px;
  }
  .hide-mobile {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  header .preheadline {
    font-size: 34px;
  }
  header h1 {
    font-size: 60px;
    padding: 6px 0 10px 0;
  }
  header .subheadline {
    font-size: 28px;
  }
}
#booking-source {
  display: none;
}
.three-step-intro,
.three-step-inquire {
  margin: 0 auto;
  max-width: 700px;
}
.form-steps {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.form-steps h2.headline {
  font-size: 36px;
  color: #3e9ce3;
  line-height: 38px;
  margin: 0;
}
.form-steps h3.subheadline {
  color: #3e9ce3;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  text-align: left;
}
.form-steps p.subheadline {
  margin: 4px 0 16px;
}
.form-steps .menu-steps ul {
  overflow: hidden;
  zoom: 1;
  text-align: left;
  font-size: 13px;
  line-height: 1;
  font-size: 1px;
  /*-webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;*/
  margin: 0 0 -1px !important;
  padding: 0;
}
.form-steps .menu-steps li {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-left: 0;
  background-color: #000;
  zoom: 1;
}
.form-steps .menu-steps li:first-child {
  float: left;
  width: 55%;
  z-index: 5;
}
.form-steps .menu-steps li:first-child a {
  padding-left: 16px;
}
.form-steps .menu-steps li:first-child + li {
  float: left;
  width: 45%;
  z-index: 4;
}
.form-steps .menu-steps li:first-child + li + li {
  z-index: 3;
}
.form-steps .menu-steps li a {
  cursor: default;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 16px 16px 14px;
  padding-left: 16px;
  background-image: url(/assets/images/two-steps-header-bg.png);
  background-repeat: no-repeat;
}
.form-steps .menu-steps li a strong {
  opacity: 0.4;
}
.form-steps #step-1 a {
  background-position: right -201px;
}
.form-steps #step-1 a.active {
  background-position: right -201px;
}
.form-steps #step-1 a.active strong {
  opacity: 1;
}
.form-steps #step-2 a {
  background-position: left -201px;
}
.form-steps #step-2 a.active {
  background-position: 0 -201px;
}
.form-steps #step-2 a.active strong {
  opacity: 1;
}
.form-steps .menu-steps li a strong {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  margin: 0 0 9px;
}
.form-steps .menu-steps li a strong span.number {
  webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
}
.form-steps .menu-steps li a > span {
  display: none;
  font-size: 13px;
  margin-top: -4px;
}
.form-steps .form-columns {
  overflow: auto;
}
.form-steps .form-columns .form-right ul {
  margin-left: 0;
}
.form-steps .box {
  background: #eee;
  border: 1px solid #ccc;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 30px;
  padding: 40px 18px 18px;
}
.form-steps .box .progress {
  cursor: pointer;
  background-color: #ccc;
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 12px;
  margin: 0 10px 1.5em;
  text-align: left;
}
.form-steps .box .progress-in {
  border: 1px solid #923000;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f85100), color-stop(100%, #923000));
  background: -webkit-linear-gradient(top, #ff935f 0%, #923000 100%);
  background: -moz-linear-gradient(top, #ff935f 0%, #923000 100%);
  background: -ms-linear-gradient(top, #ff935f 0%, #923000 100%);
  background: -o-linear-gradient(top, #ff935f 0%, #923000 100%);
  background: linear-gradient(top, #ff935f 0%, #923000 100%);
  background-color: #f85100;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  min-width: 1%;
  overflow: visible !important;
}
.form-steps .box .progress-in span {
  position: absolute;
  right: 0;
  bottom: 100%;
  line-height: 24px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1e7c9));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background: linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 5px;
  margin-right: -22px;
  margin-bottom: 7px;
  min-width: 40px;
  -webkit-box-shadow: 0 2px 2px rgba(5, 5, 5, 0.19);
  -moz-box-shadow: 0 2px 2px rgba(5, 5, 5, 0.19);
  box-shadow: 0 2px 2px rgba(5, 5, 5, 0.19);
}
.form-steps .box .progress-in span:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 1px;
  margin-left: -5px;
  border-top: 5px solid #cec7ad;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.form-steps .box .progress-in span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #f1e7c9;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.form-steps .box1 {
  width: 84%;
  margin: 0 auto;
  height: auto;
}
.form-steps .box1 .btns {
  position: relative;
  vertical-align: top;
  padding: 0;
  margin: 0 0 10px;
}
.form-steps .box1 .btns .btn {
  /*max-width: 350px !important;*/
}
.form-steps .box1 #arrow-left {
  position: absolute;
  display: block;
  top: -40px;
  left: -10px;
}
.form-steps .box1 #arrow-right {
  position: absolute;
  display: block;
  top: -40px;
  right: -14px;
}
.form-steps .form-steps-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.form-steps .form-steps-wrap .form-steps-list {
  overflow: visible !important;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.63em;
  position: relative;
  white-space: nowrap;
}
.form-steps .form-steps-wrap .form-steps-list > * {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-family: 'pt sans', sans-serif;
  letter-spacing: 0px;
  word-spacing: 0px;
}
.form-steps .form-steps-wrap .spc {
  background: #fff;
  border: 1px solid #ccc;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
  max-width: 500px;
  margin: 0 auto 1em;
  padding: 16px 12px;
  white-space: normal;
}
.form-steps .form-steps-wrap .spc > div {
  background: #f7f7f7;
  border: solid 1px #ddd;
  margin-bottom: 10px;
  padding: 10px 10px;
  text-align: left;
  box-shadow: 1px 1px 3px #999;
}
.form-steps .form-steps-wrap h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 10px;
  border-bottom: none;
}
.form-steps .form-steps-wrap ul.inp-list {
  text-align: left;
  margin: 0;
  padding: 0;
  margin-left: 0 !important;
}
.form-steps .form-steps-wrap ul.inp-list li {
  list-style: none;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
}
.form-steps .form-steps-wrap ul.inp-list .inp-item {
  position: relative;
}
.form-steps .form-steps-wrap ul.inp-list .inp-item input {
  position: relative;
  top: 1px;
}
.form-steps .form-steps-wrap ul.inp-list .inp-item input:checked + span:before {
  background-position: 0 -50px;
}
.form-steps .form-steps-wrap ul.inp-list .inp-item span {
  display: inline;
  font-size: 16px;
  padding-left: 0;
  zoom: 1;
}
.form-steps label {
  text-align: left;
}
.form-stes label span {
  font-size: inherit;
}
.form-steps label.heading {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
  margin-top: 4px;
  color: #333;
}
.form-steps .inp-list input[type=radio] {
  float: left;
}
.form-steps .inp-list .inp-item span {
  display: block !important;
  margin-left: 20px;
  margin-bottom: 4px;
}
.form-steps select {
  padding: 10px 6px;
  margin-bottom: 0;
}
p.btns {
  margin-top: 16px;
  margin-bottom: 0;
  display: block !important;
}
.form-steps .btn {
  background: #ffcf0a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcf0a), color-stop(100%, #ffda22));
  background: -webkit-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: -moz-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: -ms-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: -o-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: linear-gradient(to bottom, #ffcf0a 0%, #ffda22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcf0a, endColorstr=#ffda22, GradientType=0);
  border: 1px solid #d69300;
  border-radius: 6px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px #ffe590;
  color: #504210;
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: #ffffdd 1px 1px 0;
  width: 100%;
}
.form-steps .btn:hover {
  opacity: 0.9;
}
.form-steps .btn.final {
  /*font-size: 30px;*/
}
.form-steps .inp-fix {
  overflow: hidden;
  margin: 0 auto 5px;
  position: relative;
  display: block;
  padding: 0;
}
.form-steps .inp-text {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  display: block;
  border: 1px solid #b9d6ea;
  padding: 6px 10px;
  background: #fff;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  height: 38px;
}
.form-steps textarea {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  height: auto !important;
  resize: vertical;
}
.form-steps select {
  border: 1px solid #b9d6ea;
  color: #000;
  font-family: 'pt sans', sans-serif;
  font-size: 16px;
  width: 100%;
}
.form-steps .desc {
  color: #333 !important;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 auto;
  padding: 10px 0 0;
}
.form-steps .desc img {
  margin: 0;
  position: relative;
  top: 4px;
  left: -6px;
}
.form-steps .desc span {
  font-size: 16px;
}
.form-steps .message {
  text-align: center;
  white-space: normal;
}
.form-steps .agree {
  display: inline;
}
.form-steps .error {
  border: 1px solid #f85100 !important;
}
.btn.submitting {
  cursor: progress;
  opacity: 0.5;
}
.btn.submitting:hover {
  opacity: 0.5 !important;
}
.form-steps ::-webkit-input-placeholder {
  color: #ccc;
}
.form-steps :-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
.form-steps ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
.form-steps :-ms-input-placeholder {
  color: #ccc;
}
.infusion-form ::-webkit-input-placeholder {
  color: #777;
}
.infusion-form :-moz-placeholder {
  /* Firefox 18- */
  color: #777;
}
.infusion-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
}
.infusion-form :-ms-input-placeholder {
  color: #777;
}
@media only screen and (min-width: 300px) {
  .form-steps .menu-steps li a {
    padding: 30px 16px 22px;
  }
  .form-steps .menu-steps li a strong {
    font-size: 16px;
  }
  .form-steps .menu-steps li a strong span.number {
    width: 19px;
    height: 19px;
  }
}
@media only screen and (min-width: 480px) {
  .form-steps .menu-steps li a {
    padding: 30px 16px 22px;
  }
  .form-steps .menu-steps li a strong {
    font-size: 22px;
  }
  .form-steps .menu-steps li a strong span.number {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 600px) {
  .form-steps .menu-steps li a {
    padding: 16px 16px 14px;
  }
  .form-steps .menu-steps li a strong {
    font-size: 20px;
  }
  .form-steps .menu-steps li a strong span.number {
    width: 24px;
    height: 24px;
  }
  .form-steps .menu-steps li a > span {
    display: block;
  }
  .form-steps .form-columns .form-left {
    float: left;
    width: 35%;
  }
  .form-steps .form-columns .form-right {
    float: left;
    width: 55%;
  }
}
@media only screen and (min-width: 768px) {
  .form-steps .menu-steps li a strong {
    font-size: 30px;
  }
  .form-steps .menu-steps li a strong span.number {
    width: 36px;
    height: 36px;
  }
  .infusion-form .fields {
    float: left;
    width: 60%;
  }
  .infusion-form .fields.no-image {
    width: 100%;
  }
  .infusion-form .cover {
    display: block;
    float: right;
    width: 35%;
  }
  .infusion-form .cover img {
    width: 100%;
  }
}
/*# sourceMappingURL=strategy_call.css.map */