body {
    font-family: "Helvetica Neue LT W1G","Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif;
    max-width: 843px;
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    overflow: hidden;
}
a#try_now_link {
    display:flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: #0c2742;
    text-decoration: none;
    border-radius: 15px;
    overflow: hidden;
}
h2 {
    font-weight: 700;
    font-size:21px;
    line-height: 25px;
    margin-top:0px;
    margin-bottom:10px;
    color:#fff;
}
p {
    font-size:16px;
    line-height:25px;
    color: #fff;
    margin:0px;
}
button {
    margin:25px 20px;
    cursor: pointer;
    white-space:nowrap;
}
.btn-default {
    text-transform: uppercase;
    color:#0c2742;
    font-size: 13px;
    line-height: 28px;
    border-radius: 20px;
    padding: 5px 20px;
    outline:none !important;
    background-color:#fff;
}
.btn-default:hover{
    border-color:#a5b4bf;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,.2) !important;
}
.btn-default:active{
    box-shadow: inset 0px 3px 10px 0px rgba(1,53,106,.47) !important;
}
.img-block {
    width:250px;
    background: url("./monterey.png") no-repeat center;
    background-size: cover;
}
.img-block img {
    display: none;
    max-width:100%;
    margin:0;
}
.text-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}
.text-block article {
    padding:25px 20px;
}

@media(max-width:850px){
    html[lang="br"] h2{
        font-size:20px;
    }
    html[lang="jp"] h2,
    html[lang="fr"] h2,
    html[lang="se"] h2 {
        font-size:18px;
    }
    html[lang="ru"] p{
        font-size:14px;
    }
    html[lang="fr"] p,
    html[lang="es"] p,
    html[lang="it"] p{
        font-size:15px;
    }
    html[lang="fr"] .img-block,
    html[lang="es"] .img-block,
    html[lang="it"] .img-block,
    html[lang="ru"] .img-block{
        width:230px;
    }
    html[lang="fr"] .text-block article,
    html[lang="es"] .text-block article,
    html[lang="it"] .text-block article,
    html[lang="ru"] .text-block article{
        padding-left:15px;
        padding-right:15px;
    }
    html[lang="fr"] button,
    html[lang="es"] button,
    html[lang="it"] button,
    html[lang="ru"] button{
        margin-left:15px;
        margin-right:15px;
    }
}

@media(max-width:730px){
    .img-block {
        display:none;
    }
}

@media(max-width:600px){
    a#try_now_link {
        display:block;
    }
    .text-block {
        display: block;
    }
    .text-block article {
        padding:15px 20px;
        text-align: center;
    }
    .img-block {
        background: none;
        display:none;
    }
    .img-block img {
        display: block;
        width:100%;
    }

    .btn {
        margin-top:0px;
        margin-bottom:15px;

    }

}

.btn {
  display: inline-block;
  padding: 6px 12px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #d92231;
  border-color: #c31f2c;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #ad1b27;
  border-color: #550d13;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ad1b27;
  border-color: #8e1620;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ad1b27;
  border-color: #8e1620;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #8e1620;
  border-color: #550d13;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #d92231;
  border-color: #c31f2c;
}
.btn-primary .badge {
  color: #d92231;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #393;
  border-color: #2d862d;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #267326;
  border-color: #0d260d;
}
.btn-success:hover {
  color: #fff;
  background-color: #267326;
  border-color: #1d581d;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #267326;
  border-color: #1d581d;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #1d581d;
  border-color: #0d260d;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #393;
  border-color: #2d862d;
}
.btn-success .badge {
  color: #393;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #09f;
  border-color: #008ae6;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #007acc;
  border-color: #003d66;
}
.btn-info:hover {
  color: #fff;
  background-color: #007acc;
  border-color: #0065a8;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #007acc;
  border-color: #0065a8;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #0065a8;
  border-color: #003d66;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #09f;
  border-color: #008ae6;
}
.btn-info .badge {
  color: #09f;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #ffa300;
  border-color: #e69300;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #cc8200;
  border-color: #664100;
}
.btn-warning:hover {
  color: #fff;
  background-color: #cc8200;
  border-color: #a86c00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #cc8200;
  border-color: #a86c00;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #a86c00;
  border-color: #664100;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #ffa300;
  border-color: #e69300;
}
.btn-warning .badge {
  color: #ffa300;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d92231;
  border-color: #c31f2c;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ad1b27;
  border-color: #550d13;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ad1b27;
  border-color: #8e1620;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ad1b27;
  border-color: #8e1620;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #8e1620;
  border-color: #550d13;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d92231;
  border-color: #c31f2c;
}
.btn-danger .badge {
  color: #d92231;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #09f;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #d92231;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #e6e6e6;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 9px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 6px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
